Commits

DateSubjectAuthorReleases
2024-05-17 Remove enum WaitEventExtension Michael Paquier 17.0
2024-02-16 Replace calls to pg_qsort() with the qsort() macro. Nathan Bossart 17.0
2024-01-23 Fix crash in autoprewarm. Nathan Bossart 17.0
2024-01-19 Teach autoprewarm to use the dynamic shared memory registry. Nathan Bossart 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-11-30 Apply quotes more consistently to GUC names in logs Michael Paquier 17.0
2023-07-03 Refactor some code related to wait events "BufferPin" and "Extension" Michael Paquier 17.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 12.14
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 11.19
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 13.10
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 14.7
2022-10-31 Clean up some inconsistencies with GUC declarations Michael Paquier 16.0
2022-10-14 Standardize format for printing PIDs Peter Eisentraut 16.0
2022-09-28 Revert 56-bit relfilenode change and follow-up commits. Robert Haas 16.0
2022-09-27 Increase width of RelFileNumbers from 32 bits to 56 bits. Robert Haas 16.0
2022-08-24 Include RelFileLocator fields individually in BufferTag. Robert Haas 16.0
2022-07-27 Add missing PGDLLEXPORT markings in contrib/pg_prewarm. Tom Lane 16.0
2022-07-18 Remove now superfluous declarations of dlsym()ed symbols. Andres Freund 16.0
2022-07-16 Attempt to fix compiler warning on old compiler Peter Eisentraut 16.0
2022-07-16 Replace many MemSet calls with struct initialization Peter Eisentraut 16.0
2022-07-06 Change internal RelFileNode references to RelFileNumber or RelFileLocator. Robert Haas 16.0
2022-05-13 Add a new shmem_request_hook hook. Robert Haas 15.0
2022-02-21 Disallow setting bogus GUCs within an extension's reserved namespace. Tom Lane 15.0
2022-02-16 Split xlog.c into xlog.c and xlogrecovery.c. Heikki Linnakangas 15.0