Commits

DateSubjectAuthorReleases
2025-12-14 Update typedefs.list to match what the buildfarm currently reports. Tom Lane 19 (unreleased)
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
2021-07-12 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 15.0
2021-03-23 Avoid possible crash while finishing up a heap rewrite. Tom Lane 13.3
2021-03-23 Avoid possible crash while finishing up a heap rewrite. Tom Lane 14.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. 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
2014-12-18 Improve hash_create's API for selecting simple-binary-key hash functions. Tom Lane 9.5.0
2014-04-23 Fix broken logic in logical_heap_rewrite_flush_mappings(). Tom Lane 9.4.0
2014-01-23 Allow use of "z" flag in our printf calls, and use it where appropriate. Tom Lane 9.4.0
2010-10-08 Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE. Tom Lane 9.1.0
2008-11-06 Improve bulk-insert performance by keeping the current target buffer pinned Tom Lane 8.4.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-09-12 Redefine the lp_flags field of item pointers as having four states, rather Tom Lane 8.3.0
2007-04-17 Fix condition for whether end_heap_rewrite must fsync, per Heikki. Tom Lane 8.3.0
2007-04-17 Don't assume rd_smgr stays open across all of a rewriteheap operation; Tom Lane 8.3.0
2007-04-08 Make CLUSTER MVCC-safe. Heikki Linnakangas Tom Lane 8.3.0