Commits

DateSubjectAuthorReleases
2020-08-30 Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. Tom Lane 14.0
2020-02-09 Store the deletion horizon XID for a deleted GIN page on the right page. Tom Lane 11.7
2020-02-09 Store the deletion horizon XID for a deleted GIN page on the right page. Tom Lane 12.2
2020-02-09 Store the deletion horizon XID for a deleted GIN page on the right page. Tom Lane 13.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
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-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2011-01-08 Fix GIN to support null keys, empty and null items, and full index scans. Tom Lane 9.1.0
2010-10-18 Fix a passel of inappropriately-named global functions in GIN. Tom Lane 9.1.0
2010-10-18 Improve GIN indexscan cost estimation. Tom Lane 9.1.0
2010-02-08 Remove old-style VACUUM FULL (which was known for a little while as Tom Lane 9.0.0
2009-10-02 Make sure that GIN fast-insert and regular code paths enforce the same Tom Lane 8.4.2
2009-10-02 Make sure that GIN fast-insert and regular code paths enforce the same 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
2008-07-11 Multi-column GIN indexes. Teodor Sigaev 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-01-04 Fix some small typos in comments. Greg Stark 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