Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-03-12 | Forbid marking an identity column as nullable. | Tom Lane | 11.12 |
| 2020-12-08 | Doc: clarify that CREATE TABLE discards redundant unique constraints. | Tom Lane | 11.11 |
| 2019-12-11 | Doc: back-patch documentation about limitations of CHECK constraints. | Tom Lane | 11.7 |
| 2018-09-04 | Fully enforce uniqueness of constraint names. | Tom Lane | 11.0 |
| 2018-07-18 | Drop the rule against included index columns duplicating key columns. | Tom Lane | 11.0 |
| 2018-04-23 | Fix handling of partition bounds for boolean partitioning columns. | Tom Lane | 11.0 |
| 2018-02-15 | Doc: fix minor bug in CREATE TABLE example. | Tom Lane | 11.0 |
| 2017-11-21 | Doc: fix broken markup. | Tom Lane | 11.0 |