Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 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 |
| 2017-01-17 | Generate fmgr prototypes automatically | Peter Eisentraut | 10.0 |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian | 10.0 |
| 2016-08-13 | Add SQL-accessible functions for inspecting index AM properties. | Tom Lane | 9.6.0 |
| 2016-04-08 | Revert CREATE INDEX ... INCLUDING ... | Teodor Sigaev | 9.6.0 |
| 2016-04-08 | CREATE INDEX ... INCLUDING (column[, ...]) | Teodor Sigaev | 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 |