Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-03-12 | Forbid marking an identity column as nullable. | Tom Lane | 10.17 |
| 2020-10-05 | Improve stability of identity.sql regression test. | Tom Lane | 10.15 |
| 2018-02-02 | Fix application of identity values in some cases | Peter Eisentraut | 10.2 |
| 2018-01-31 | Fix typo: colums -> columns. | Robert Haas | 10.2 |
| 2017-12-09 | Fix typo | Magnus Hagander | 10.2 |
| 2017-12-08 | Prohibit identity columns on typed tables and partitions | Peter Eisentraut | 10.2 |
| 2017-12-08 | Apply identity sequence values on COPY | Peter Eisentraut | 10.2 |
| 2017-09-29 | psql: Update \d sequence display | Peter Eisentraut | 10.0 |
| 2017-09-15 | Apply pg_get_serial_sequence() to identity column sequences as well | Peter Eisentraut | 10.0 |
| 2017-04-06 | Identity columns | Peter Eisentraut | 10.0 |