]> granicus.if.org Git - postgresql/history - src/include/access/amapi.h
Allow index AMs to cache data across aminsert calls within a SQL command.
[postgresql] / src / include / access / amapi.h
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...