Commits

DateSubjectAuthorReleases
2025-08-03 Fix MemoryContextAllocAligned's interaction with Valgrind. Tom Lane 19 (unreleased)
2022-09-13 Split up guc.c for better build speed and ease of maintenance. Tom Lane 16.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 9.6.0
2016-06-10 Improve the situation for parallel query versus temp relations. Tom Lane 9.6.0
2014-12-18 Improve hash_create's API for selecting simple-binary-key hash functions. Tom Lane 9.5.0
2014-04-30 Rationalize common/relpath.[hc]. Tom Lane 9.4.0
2013-03-15 Improve error reporting in code that checks for buffer refcount leaks. Tom Lane 9.3.0
2012-06-07 Scan the buffer pool just once, not once per fork, during relation drop. Tom Lane 9.2.0
2010-08-19 Allocate local buffers in a context of their own, rather than dumping them Tom Lane 9.0.0
2010-08-19 Allocate local buffers in a context of their own, rather than dumping them Tom Lane 9.1.0
2009-01-12 Implement prefetching via posix_fadvise() for bitmap index scans. A new Tom Lane 8.4.0
2008-11-11 Fix sloppy omission of now-required #include's. Tom Lane 8.4.0
2007-05-30 Make large sequential scans and VACUUMs work in a limited-size "ring" of Tom Lane 8.3.0
2006-12-27 Modify local buffer management to request memory for local buffers in blocks Tom Lane 8.1.6
2006-12-27 Modify local buffer management to request memory for local buffers in blocks Tom Lane 8.2.1
2006-12-27 Modify local buffer management to request memory for local buffers in blocks Tom Lane 8.3.0
2006-03-31 Clean up WAL/buffer interactions as per my recent proposal. Get rid of the Tom Lane 8.2.0
2005-11-17 DropRelFileNodeBuffers failed to fix the state of the lookup hash table Tom Lane 8.1.1
2005-11-17 DropRelFileNodeBuffers failed to fix the state of the lookup hash table Tom Lane 8.2.0
2005-08-20 Convert the arithmetic for shared memory size calculation from 'int' Tom Lane 8.1.0
2005-08-08 Avoid useless loop overhead in AtEOXact routines when the backend is Tom Lane 8.1.0