Commits

DateSubjectAuthorReleases
2021-07-08 Improve error messages about mismatching relkind Peter Eisentraut 15.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-03-19 Allow configurable LZ4 TOAST compression. Robert Haas 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-11-07 Move catalog toast table declarations Peter Eisentraut 14.0
2020-07-08 code: replace most remaining uses of 'master'. Andres Freund 14.0
2020-07-07 Don't create pg_type entries for sequences or toast tables. Tom Lane 14.0
2020-03-30 Implement operator class parameters Alexander Korotkov 13.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2020-01-07 tableam: Allow choice of toast AM. Robert Haas 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-21 tableam: Move heap-specific logic from needs_toast_table below tableam. Robert Haas 12.0
2019-03-19 Ignore attempts to add TOAST table to shared or catalog tables Peter Eisentraut 12.0
2019-03-06 tableam: introduce table AM infrastructure. Andres Freund 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. 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-04-12 Rename IndexInfo.ii_KeyAttrNumbers array Teodor Sigaev 11.0
2018-04-07 Indexes with INCLUDE columns and their support in B-tree Teodor Sigaev 11.0
2018-03-22 Avoid creating a TOAST table for a partitioned table. Robert Haas 11.0
2018-03-21 Handle heap rewrites even better in logical decoding Peter Eisentraut 11.0
2018-02-19 Allow UNIQUE indexes on partitioned tables Alvaro Herrera 11.0
2018-02-02 Support parallel btree index builds. Robert Haas 11.0