Commits

DateSubjectAuthorReleases
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2015-02-21 Use FLEXIBLE_ARRAY_MEMBER in a number of other places. Tom Lane 9.5.0
2012-05-10 Improve control logic for bgwriter hibernation mode. Tom Lane 9.2.0
2009-06-22 For bulk write operations (eg COPY IN), use a ring buffer of 16MB instead Tom Lane 8.4.0
2008-11-06 Improve bulk-insert performance by keeping the current target buffer pinned Tom Lane 8.4.0
2007-09-25 Just-in-time background writing strategy. This code avoids re-scanning Tom Lane 8.3.0
2007-06-08 Arrange for large sequential scans to synchronize with each other, so that Tom Lane 8.3.0
2007-05-30 Make large sequential scans and VACUUMs work in a limited-size "ring" of Tom Lane 8.3.0
2006-07-23 Fix oversight in sizing of shared buffer lookup hashtable. Because Tom Lane 8.1.5
2006-07-23 Fix oversight in sizing of shared buffer lookup hashtable. Because Tom Lane 8.2.0
2005-10-12 Do all accesses to shared buffer headers through volatile-qualified Tom Lane 8.1.0
2005-08-20 Convert the arithmetic for shared memory size calculation from 'int' Tom Lane 8.1.0
2005-03-04 Replace the BufMgrLock with separate locks on the lookup hashtable and Tom Lane 8.1.0
2005-03-03 Replace ARC cache management algorithm with the similar but slightly Tom Lane 8.0.2
2005-02-03 Ensure that all details of the ARC algorithm are hidden within freelist.c. Tom Lane 8.0.2
2005-02-03 Ensure that all details of the ARC algorithm are hidden within freelist.c. Tom Lane 8.1.0
2004-09-16 Restructure subtransaction handling to reduce resource consumption, Tom Lane 8.0.0
2004-06-11 StrategyDirtyBufferList wasn't being careful to honor max_buffers limit. Tom Lane 8.0.0
2004-06-03 Adjust our timezone library to use pg_time_t (typedef'd as int64) in Tom Lane 8.0.0
2004-04-21 Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track Tom Lane 8.0.0
2004-04-19 Code review for ARC patch. Eliminate static variables, improve handling Tom Lane 8.0.0
2003-07-24 Error message editing in backend/storage. Tom Lane 7.4.1
2001-09-29 Implement new 'lightweight lock manager' that's intermediate between Tom Lane 7.2.1