Commits

DateSubjectAuthorReleases
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2018-03-02 Make gistvacuumcleanup() count the actual number of index tuples. Tom Lane 10.4
2018-03-02 Make gistvacuumcleanup() count the actual number of index tuples. Tom Lane 9.4.18
2018-03-02 Make gistvacuumcleanup() count the actual number of index tuples. Tom Lane 11.0
2018-03-02 Make gistvacuumcleanup() count the actual number of index tuples. Tom Lane 9.3.23
2018-03-02 Make gistvacuumcleanup() count the actual number of index tuples. Tom Lane 9.6.9
2018-03-02 Make gistvacuumcleanup() count the actual number of index tuples. Tom Lane 9.5.13
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2012-01-30 Assorted comment fixes, mostly just typos, but some obsolete statements. Tom Lane 9.2.0
2010-02-08 Remove some more dead VACUUM-FULL-only code. Tom Lane 9.0.0
2010-02-08 Remove old-style VACUUM FULL (which was known for a little while as Tom Lane 9.0.0
2009-06-06 Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane Tom Lane 8.4.0
2009-03-24 Implement "fastupdate" support for GIN indexes, in which we try to accumulate Tom Lane 8.4.0
2008-11-03 Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage 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
2006-09-21 Fix free space map to correctly track the total amount of FSM space needed Tom Lane 8.2.0
2006-07-31 Change the relation_open protocol so that we obtain lock on a relation Tom Lane 8.2.0
2006-05-02 Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. Tom Lane 8.2.0
2006-03-31 Clean up WAL/buffer interactions as per my recent proposal. Get rid of the Tom Lane 8.2.0
2006-03-30 Improve gist XLOG code to follow the coding rules needed to prevent Tom Lane 8.2.0
2006-02-14 Add some missing vacuum_delay_point calls in GIST vacuuming. Tom Lane 8.1.4
2006-02-14 Add some missing vacuum_delay_point calls in GIST vacuuming. Tom Lane 8.2.0
2006-02-11 Skip ambulkdelete scan if there's nothing to delete and the index is not Tom Lane 8.2.0
2005-11-06 Add simple sanity checks on newly-read pages to GiST, too. Tom Lane 8.2.0