Commits

DateSubjectAuthorReleases
2025-12-14 Update typedefs.list to match what the buildfarm currently reports. Tom Lane 19 (unreleased)
2024-09-20 Improve Asserts checking relation matching in parallel scans. Tom Lane 18.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.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
2017-02-27 Allow index AMs to return either HeapTuple or IndexTuple format during IOS. Tom Lane 10.0
2015-07-21 Fix some oversights in BRIN patch. Tom Lane 9.6.0
2015-07-21 Fix some oversights in BRIN patch. Tom Lane 9.5.0
2015-05-23 Still more fixes for lossy-GiST-distance-functions patch. Tom Lane 9.5.0
2014-11-21 Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan. Tom Lane 9.5.0
2011-10-16 Avoid assuming that index-only scan data matches the index's rowtype. Tom Lane 9.2.0
2011-10-09 Improve index-only scans to avoid repeated access to the index page. Tom Lane 9.2.0
2011-10-08 Support index-only scans using the visibility map to avoid heap fetches. Tom Lane 9.2.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2008-04-13 Phase 2 of project to make index operator lossiness be determined at runtime Tom Lane 8.4.0
2008-04-12 Create new routines systable_beginscan_ordered, systable_getnext_ordered, Tom Lane 8.4.0
2008-04-10 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole Tom Lane 8.4.0
2008-01-14 Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for Tom Lane 8.3.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-06-09 Teach heapam code to know the difference between a real seqscan and the 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
2007-05-27 Fix up pgstats counting of live and dead tuples to recognize that committed Tom Lane 8.3.0