Commits

DateSubjectAuthorReleases
2025-12-14 Update typedefs.list to match what the buildfarm currently reports. Tom Lane 19 (unreleased)
2020-08-01 Invent "amadjustmembers" AM method for validating opclass members. Tom Lane 14.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2018-11-06 Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. Tom Lane 10.7
2018-11-06 Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. Tom Lane 11.1
2018-11-06 Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. Tom Lane 12.0
2018-04-26 Post-feature-freeze pgindent run. 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-06-21 Initial pgindent run with pg_bsd_indent version 2.0. 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-04-20 Fix memory leak and other bugs in ginPlaceToPage() & subroutines. Tom Lane 9.4.8
2016-04-20 Fix memory leak and other bugs in ginPlaceToPage() & subroutines. Tom Lane 9.5.3
2016-04-20 Fix memory leak and other bugs in ginPlaceToPage() & subroutines. 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
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Tom Lane 9.5.0
2011-12-17 Add SP-GiST (space-partitioned GiST) index access method. Tom Lane 9.2.0
2011-04-23 Make GIN and GIST pass the index collation to all their support functions. Tom Lane 9.1.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2011-01-08 Refactor GIN's handling of duplicate search entries. Tom Lane 9.1.0
2011-01-08 Fix GIN to support null keys, empty and null items, and full index scans. Tom Lane 9.1.0