Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-05-08 | Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays | Heikki Linnakangas | 18.0 |
| 2025-02-20 | Add support for OAUTHBEARER SASL mechanism | Daniel Gustafsson | 18.0 |
| 2025-02-06 | libpq: Handle asynchronous actions during SASL | Daniel Gustafsson | 18.0 |
| 2025-01-31 | require_auth: prepare for multiple SASL mechanisms | Daniel Gustafsson | 18.0 |
| 2025-01-15 | postgres_fdw: SCRAM authentication pass-through | Peter Eisentraut | 18.0 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-09-08 | Avoid core dump after getpwuid_r failure. | Tom Lane | 18.0 |
| 2024-09-02 | More use of getpwuid_r() directly | Peter Eisentraut | 18.0 |
| 2024-08-16 | libpq: Trace all messages received from the server | Alvaro Herrera | 18.0 |
| 2024-08-12 | libpq: Trace frontend authentication challenges | Alvaro Herrera | 18.0 |