Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-03-31 | Allow ecpg to be built stand-alone, allow parallel libpq make | Bruce Momjian | 12.3 |
| 2019-10-10 | Put back pqsignal() as an exported libpq symbol. | Tom Lane | 12.1 |
| 2019-04-03 | GSSAPI encryption support | Stephen Frost | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-09-28 | Tweak MSVC build system to match changes in 7143b3e82. | Tom Lane | 12.0 |
| 2018-09-28 | Build src/common files as a library with -fPIC. | Tom Lane | 12.0 |
| 2018-09-27 | Build src/port files as a library with -fPIC, and use that in libpq. | Tom Lane | 12.0 |
| 2018-09-26 | Fix link failures due to snprintf/strerror changes. | Tom Lane | 12.0 |
| 2018-09-26 | Always use our own versions of *printf(). | Tom Lane | 12.0 |
| 2018-09-26 | Convert elog.c's useful_strerror() into a globally-used strerror wrapper. | Tom Lane | 12.0 |
| 2018-09-09 | Install a check for mis-linking of src/port and src/common functions. | Tom Lane | 12.0 |