Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-07-19 | Fix infinite wait when reading a partially written WAL record | Alexander Korotkov | 17.6 |
| 2025-01-25 | Merge copies of converting an XID to a FullTransactionId. | Noah Misch | 17.3 |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut | 17.0 |
| 2024-02-12 | Read WAL directly from WAL buffers. | Jeff Davis | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 17.0 |
| 2023-12-08 | Rename ShmemVariableCache to TransamVariables | Heikki Linnakangas | 17.0 |
| 2023-12-08 | Fix potential pointer overflow in xlogreader.c. | Thomas Munro | 17.0 |
| 2023-10-09 | Remove duplicate words in docs and code comments. | Amit Kapila | 17.0 |
| 2023-10-03 | Fail hard on out-of-memory failures in xlogreader.c | Michael Paquier | 17.0 |
| 2023-09-25 | Fix edge-case for xl_tot_len broken by bae868ca. | Thomas Munro | 17.0 |
| 2023-09-22 | Don't trust unvalidated xl_tot_len. | Thomas Munro | 17.0 |
| 2023-07-02 | Silence "missing contrecord" error. | Thomas Munro | 17.0 |