Commits

DateSubjectAuthorReleases
2024-11-08 Add pg_constraint rows for not-null constraints Álvaro Herrera 18.0
2024-05-01 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans David Rowley 12.19
2024-05-01 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans David Rowley 13.15
2024-05-01 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans David Rowley 14.12
2024-05-01 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans David Rowley 15.7
2024-05-01 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans David Rowley 16.3
2024-05-01 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans David Rowley 17.0
2021-04-05 Support INCLUDE'd columns in SP-GiST. Tom Lane 14.0
2020-01-28 Added relation name in error messages for constraint checks. Amit Kapila 13.0
2019-04-01 Fix nbtree high key "continuescan" row compare bug. Peter Geoghegan 12.0
2019-03-10 Support for INCLUDE attributes in GiST indexes Alexander Korotkov 12.0
2019-02-11 Fix indexable-row-comparison logic to account for covering indexes. Tom Lane 11.2
2019-02-11 Fix indexable-row-comparison logic to account for covering indexes. Tom Lane 12.0
2018-09-03 Remove pg_constraint.conincluding Alvaro Herrera 12.0
2018-09-03 Remove pg_constraint.conincluding Alvaro Herrera 11.0
2018-07-19 Improve psql's \d command to show whether index columns are key columns. Tom Lane 11.0
2018-07-19 Fix pg_get_indexdef()'s behavior for included index columns. Tom Lane 11.0
2018-07-19 Improve psql's \d command to show whether index columns are key columns. Tom Lane 12.0
2018-07-19 Fix pg_get_indexdef()'s behavior for included index columns. Tom Lane 12.0
2018-07-18 Drop the rule against included index columns duplicating key columns. Tom Lane 11.0
2018-07-18 Drop the rule against included index columns duplicating key columns. Tom Lane 12.0
2018-07-17 Fix ALTER TABLE...SET STATS error message for included columns Alvaro Herrera 12.0
2018-07-17 Fix ALTER TABLE...SET STATS error message for included columns Alvaro Herrera 11.0
2018-04-19 Adjust INCLUDE index truncation comments and code. Teodor Sigaev 11.0
2018-04-07 Indexes with INCLUDE columns and their support in B-tree Teodor Sigaev 11.0