Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-02-11 | Fix indexable-row-comparison logic to account for covering indexes. | Tom Lane | 11.2 |
| 2018-09-03 | Remove pg_constraint.conincluding | Alvaro Herrera | 11.0 |
| 2018-07-19 | Fix pg_get_indexdef()'s behavior for included index columns. | Tom Lane | 11.0 |
| 2018-07-18 | Drop the rule against included index columns duplicating key columns. | Tom Lane | 11.0 |
| 2018-07-17 | Fix ALTER TABLE...SET STATS error message for included columns | Alvaro Herrera | 11.0 |
| 2018-05-18 | Fix whitespace | Peter Eisentraut | 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 |