]> granicus.if.org Git - postgresql/history - src/include/access/amapi.h
Initial pgindent run for v12.
[postgresql] / src / include / access / amapi.h
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-04-08 Andrew GierthSupport index INCLUDE in the AM properties interface.
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-02-15 Robert HaasAdd optimizer and executor support for parallel index...
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-01-24 Robert HaasExtend index AM API for parallel index scans.
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-01-18 Tom LaneRestructure index access method API to hide most of...