Commit message (Expand) | Author | Age | |
---|---|---|---|
* | In libpq, always append new error messages to conn->errorMessage. | Tom Lane | 2021-01-11 |
* | Update copyright for 2021 | Bruce Momjian | 2021-01-02 |
* | Fix bugs in libpq's GSSAPI encryption support. | Tom Lane | 2020-12-28 |
* | Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encryption | Michael Paquier | 2020-10-15 |
* | Fix severe memory leaks in GSSAPI encryption support. | Tom Lane | 2020-05-05 |
* | Extensive code review for GSSAPI encryption mechanism. | Tom Lane | 2020-01-11 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Make the order of the header file includes consistent in non-backend modules. | Amit Kapila | 2019-10-25 |
* | GSSAPI error message improvements | Peter Eisentraut | 2019-09-19 |
* | Update copyright year. | Thomas Munro | 2019-05-24 |
* | Fix assorted minor bogosity in GSSAPI transport error messages. | Tom Lane | 2019-04-17 |
* | Handle errors during GSSAPI startup better | Stephen Frost | 2019-04-04 |
* | GSSAPI encryption support | Stephen Frost | 2019-04-03 |