Commits

DateSubjectAuthorReleases
2025-12-30 Change IndexAmRoutines to be statically-allocated structs. Tom Lane 19 (unreleased)
2020-11-15 Fix fuzzy thinking about amcanmulticol versus amcaninclude. Tom Lane 14.0
2020-11-15 Fix fuzzy thinking about amcanmulticol versus amcaninclude. Tom Lane 11.11
2020-11-15 Fix fuzzy thinking about amcanmulticol versus amcaninclude. Tom Lane 13.2
2020-11-15 Fix fuzzy thinking about amcanmulticol versus amcaninclude. Tom Lane 12.6
2020-08-01 Invent "amadjustmembers" AM method for validating opclass members. Tom Lane 14.0
2018-10-31 Fix memory leak in repeated SPGIST index scans. Tom Lane 12.0
2018-10-31 Fix memory leak in repeated SPGIST index scans. Tom Lane 9.4.20
2018-10-31 Fix memory leak in repeated SPGIST index scans. Tom Lane 10.6
2018-10-31 Fix memory leak in repeated SPGIST index scans. Tom Lane 9.3.25
2018-10-31 Fix memory leak in repeated SPGIST index scans. Tom Lane 9.6.11
2018-10-31 Fix memory leak in repeated SPGIST index scans. Tom Lane 9.5.15
2018-10-31 Fix memory leak in repeated SPGIST index scans. Tom Lane 11.1
2018-07-18 Drop the rule against included index columns duplicating key columns. Tom Lane 11.0
2018-07-18 Drop the rule against included index columns duplicating key columns. Tom Lane 12.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-08-16 Doc: remove out-of-date claim that pg_am rows must be inserted by hand. Tom Lane 9.6.0
2016-08-16 Doc: remove out-of-date claim that pg_am rows must be inserted by hand. Tom Lane 10.0
2016-08-13 Add SQL-accessible functions for inspecting index AM properties. Tom Lane 9.6.0
2016-05-08 Docs: create some user-facing documentation about index-only scans. 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
2012-01-28 Use parameterized paths to generate inner indexscans more flexibly. Tom Lane 9.2.0
2011-12-25 Rethink representation of index clauses' mapping to index columns. Tom Lane 9.2.0
2011-12-18 Replace simple constant pg_am.amcanreturn with an AM support function. Tom Lane 9.2.0