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-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-18 | Drop the rule against included index columns duplicating key columns. | Tom Lane | 11.0 |