Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-12-17 | Assert lack of hazardous buffer locks before possible catalog read. | Noah Misch | 17.8 |
| 2024-06-12 | Harmonize function parameter names for Postgres 17. | Peter Geoghegan | 17.0 |
| 2024-05-17 | Remove unused typedefs | Peter Eisentraut | 17.0 |
| 2024-04-08 | Add pg_buffercache_evict() function for testing. | Thomas Munro | 17.0 |
| 2024-04-06 | Allow BufferAccessStrategy to limit pin count. | Thomas Munro | 17.0 |
| 2024-04-02 | Provide vectored variant of ReadBuffer(). | Thomas Munro | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 17.0 |
| 2023-11-08 | Make ResourceOwners more easily extensible. | Heikki Linnakangas | 17.0 |
| 2023-10-26 | Add trailing commas to enum definitions | Peter Eisentraut | 17.0 |
| 2023-10-24 | Assert that buffers are marked dirty before XLogRegisterBuffer(). | Jeff Davis | 17.0 |
| 2023-09-05 | Remove the "snapshot too old" feature. | Thomas Munro | 17.0 |
| 2023-08-23 | ExtendBufferedWhat -> BufferManagerRelation. | Thomas Munro | 17.0 |