Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-02-16 | In fmtIdEnc(), handle failure of enlargePQExpBuffer(). | Tom Lane | 16.8 |
| 2025-02-15 | Make escaping functions retain trailing bytes of an invalid character. | Tom Lane | 16.8 |
| 2025-02-10 | Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. | Tom Lane | 16.7 |
| 2025-02-10 | Fix handling of invalidly encoded data in escaping functions | Andres Freund | 16.7 |
| 2025-02-10 | Specify the encoding of input to fmtId() | Andres Freund | 16.7 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-07-22 | Fix minor memory leaks in psql's tab completion. | Tom Lane | 16.0 |
| 2022-07-03 | Remove redundant null pointer checks before free() | Peter Eisentraut | 16.0 |