Commits

DateSubjectAuthorReleases
2025-08-13 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. Tom Lane 19 (unreleased)
2024-09-20 Improve Asserts checking relation matching in parallel scans. Tom Lane 18.0
2024-02-25 Promote assertion about !ReindexIsProcessingIndex to runtime error. Tom Lane 17.0
2024-02-25 Promote assertion about !ReindexIsProcessingIndex to runtime error. Tom Lane 12.19
2024-02-25 Promote assertion about !ReindexIsProcessingIndex to runtime error. Tom Lane 15.7
2024-02-25 Promote assertion about !ReindexIsProcessingIndex to runtime error. Tom Lane 16.3
2024-02-25 Promote assertion about !ReindexIsProcessingIndex to runtime error. Tom Lane 13.15
2024-02-25 Promote assertion about !ReindexIsProcessingIndex to runtime error. Tom Lane 14.12
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2018-04-09 Further cleanup of client dependencies on src/include/catalog headers. 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
2017-02-27 Allow index AMs to return either HeapTuple or IndexTuple format during IOS. Tom Lane 10.0
2017-02-09 Allow index AMs to cache data across aminsert calls within a SQL command. Tom Lane 10.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2011-12-18 Replace simple constant pg_am.amcanreturn with an AM support function. 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
2011-04-16 Add an Assert that indexam.c isn't used on an index awaiting reindexing. Tom Lane 9.1.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2011-03-06 Fix incorrect access to pg_index.indcollation. Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0