Commits

DateSubjectAuthorReleases
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-08-10 Add missing documentation for argument of amcostestimate() Alexander Korotkov 10.6
2018-08-10 Add missing documentation for argument of amcostestimate() Alexander Korotkov 11.0
2018-08-10 Add missing documentation for argument of amcostestimate() Alexander Korotkov 12.0
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
2018-04-07 Indexes with INCLUDE columns and their support in B-tree Teodor Sigaev 11.0
2017-11-23 Convert documentation to DocBook XML Peter Eisentraut 11.0
2017-11-08 Change TRUE/FALSE to true/false Peter Eisentraut 11.0
2017-10-17 Don't use SGML empty tags Peter Eisentraut 11.0
2017-09-02 doc: Fix typos and other minor issues Peter Eisentraut 11.0
2017-09-02 doc: Fix typos and other minor issues Peter Eisentraut 10.0
2017-02-27 Allow index AMs to return either HeapTuple or IndexTuple format during IOS. Tom Lane 10.0
2017-02-15 Add optimizer and executor support for parallel index scans. Robert Haas 10.0
2017-02-09 Allow index AMs to cache data across aminsert calls within a SQL command. Tom Lane 10.0
2017-01-24 Extend index AM API for parallel index scans. Robert Haas 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-04-18 Fix typo in docs. Fujii Masao 9.6.0
2016-04-08 Revert CREATE INDEX ... INCLUDING ... Teodor Sigaev 9.6.0