Commits

Showing commits that first shipped in 17 (backpatches included). Clear

DateSubjectAuthorReleases
2026-07-03 Prevent access to other sessions' empty temp tables Alexander Korotkov 17 (unreleased)
2026-05-14 Prevent access to other sessions' temp tables Alexander Korotkov 17 (unreleased)
2025-12-17 Assert lack of hazardous buffer locks before possible catalog read. Noah Misch 17.8
2025-02-19 Fix unsafe access to BufferDescriptors Richard Guo 17.5
2024-06-10 Fix RBM_ZERO_AND_LOCK. Thomas Munro 17.0
2024-04-18 Fix typos and duplicate words Daniel Gustafsson 17.0
2024-04-11 Revert indexed and enlargable binary heap implementation. Masahiko Sawada 17.0
2024-04-08 Add pg_buffercache_evict() function for testing. Thomas Munro 17.0
2024-04-03 Add functions to binaryheap for efficient key removal and update. Masahiko Sawada 17.0
2024-04-02 Provide vectored variant of ReadBuffer(). Thomas Munro 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-03-03 Replace BackendIds with 0-based ProcNumbers Heikki Linnakangas 17.0
2024-02-21 Remove superfluous 'pgprocno' field from PGPROC Heikki Linnakangas 17.0
2024-02-16 Replace calls to pg_qsort() with the qsort() macro. Nathan Bossart 17.0
2024-02-02 Fix typo in comments Heikki Linnakangas 17.0
2024-01-31 Give SMgrRelation pointers a well-defined lifetime. Heikki Linnakangas 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-16 Refactor pgstat_prepare_io_time() with an input argument instead of a GUC Michael Paquier 17.0
2023-12-16 Provide multi-block smgrprefetch(). Thomas Munro 17.0
2023-11-08 Make ResourceOwners more easily extensible. Heikki Linnakangas 17.0
2023-11-08 Move a few ResourceOwnerEnlarge() calls for safety and clarity. Heikki Linnakangas 17.0
2023-10-30 Introduce pg_stat_checkpointer Michael Paquier 17.0
2023-10-24 Assert that buffers are marked dirty before XLogRegisterBuffer(). Jeff Davis 17.0
2023-09-19 Standardize type of extend_by counter Peter Eisentraut 17.0
2023-09-07 Fix recovery conflict SIGUSR1 handling. Thomas Munro 17.0