Commits

DateSubjectAuthorReleases
2019-05-01 Fix unused variable compiler warning in !debug builds. Andres Freund 10.8
2019-05-01 Fix unused variable compiler warning in !debug builds. Andres Freund 11.3
2019-05-01 Fix unused variable compiler warning in !debug builds. Andres Freund 9.6.13
2019-05-01 Fix unused variable compiler warning in !debug builds. Andres Freund 9.5.17
2019-05-01 Fix unused variable compiler warning in !debug builds. Andres Freund 12.0
2019-05-01 Fix unused variable compiler warning in !debug builds. Andres Freund 9.4.22
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 9.4.22
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 9.5.17
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 9.6.13
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 10.8
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 11.3
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 12.0
2019-01-15 Don't include genam.h from execnodes.h and relscan.h anymore. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-04-07 Indexes with INCLUDE columns and their support in B-tree Teodor Sigaev 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-02-09 Allow index AMs to cache data across aminsert calls within a SQL command. Tom Lane 10.0
2017-02-01 Fix CatalogTupleInsert/Update abstraction for case of shared indstate. Tom Lane 10.0
2017-02-01 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). Tom Lane 10.0