Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-03-25 | Clarify comment for LogicalTapeSetBlocks(). | Jeff Davis | 14.12 |
| 2024-03-23 | Remove incorrect Assert introduced in c8aeaf3ab. | Jeff Davis | 14.12 |
| 2023-08-29 | Avoid possible overflow with ltsGetFreeBlock() in logtape.c | Michael Paquier | 14.10 |
| 2021-12-14 | Fix datatype confusion in logtape.c's right_offset(). | Tom Lane | 14.2 |
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-09-16 | Change LogicalTapeSetBlocks() to use nBlocksWritten. | Jeff Davis | 14.0 |
| 2020-09-12 | logtape.c: do not preallocate for tapes when sorting | Jeff Davis | 14.0 |
| 2020-09-04 | Fix bogus MaxAllocSize check in logtape.c. | Jeff Davis | 14.0 |
| 2020-08-26 | Extend the BufFile interface. | Amit Kapila | 14.0 |
| 2020-06-16 | Fix buffile.c error handling. | Thomas Munro | 14.0 |