Commits

DateSubjectAuthorReleases
2025-12-14 Update typedefs.list to match what the buildfarm currently reports. Tom Lane 19 (unreleased)
2025-06-15 Sync typedefs.list with the buildfarm. Tom Lane 18.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-04-13 Prevent access to no-longer-pinned buffer in heapam_tuple_lock(). Tom Lane 15.0
2022-04-13 Prevent access to no-longer-pinned buffer in heapam_tuple_lock(). Tom Lane 12.11
2022-04-13 Prevent access to no-longer-pinned buffer in heapam_tuple_lock(). Tom Lane 14.3
2022-04-13 Prevent access to no-longer-pinned buffer in heapam_tuple_lock(). Tom Lane 13.7
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-08-30 Separate reinitialization of shared parallel-scan state from ExecReScan. Tom Lane 10.0
2017-08-30 Separate reinitialization of shared parallel-scan state from ExecReScan. Tom Lane 11.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
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.5.0
2015-03-15 Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h. Tom Lane 9.5.0
2014-11-21 Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan. Tom Lane 9.5.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2010-02-08 Remove old-style VACUUM FULL (which was known for a little while as Tom Lane 9.0.0
2009-08-24 Fix a violation of WAL coding rules in the recent patch to include an Tom Lane 8.4.1
2009-08-24 Fix a violation of WAL coding rules in the recent patch to include an Tom Lane 9.0.0
2009-05-12 Fix LOCK TABLE to eliminate the race condition that could make it give weird Tom Lane 8.4.0
2008-11-06 Improve bulk-insert performance by keeping the current target buffer pinned Tom Lane 8.4.0
2008-10-08 Modify the parser's error reporting to include a specific hint for the case Tom Lane 8.4.0
2008-04-03 Remove heap_release_fetch, which is no longer used anywhere; this simplifies Tom Lane 8.4.0
2008-03-08 Refactor heap_page_prune so that instead of changing item states on-the-fly, Tom Lane 8.3.1