aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/amapi.h
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Support index INCLUDE in the AM properties interface.Andrew Gierth2018-04-08
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17