Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-03-20 | Restore RI trigger sanity check | Alvaro Herrera | 11.3 |
| 2019-01-18 | Refactor duplicate code into DeconstructFkConstraintRow | Alvaro Herrera | 11.2 |
| 2018-04-04 | Restore erroneously removed ONLY from PK check | Alvaro Herrera | 11.0 |
| 2018-04-04 | Foreign keys on partitioned tables | Alvaro Herrera | 11.0 |
| 2018-04-03 | Pass correct TupDesc to ri_NullCheck() in Assert | Alvaro Herrera | 11.0 |
| 2018-03-28 | Fast ALTER TABLE ADD COLUMN with a non-NULL default | Andrew Dunstan | 11.0 |
| 2018-03-19 | Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY. | Tom Lane | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-11-18 | Merge near-duplicate code in RI triggers. | Tom Lane | 11.0 |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut | 11.0 |
| 2017-10-05 | Move SPI error reporting out of ri_ReportViolation() | Peter Eisentraut | 11.0 |
| 2017-10-05 | Document and use SPI_result_code_string() | Peter Eisentraut | 11.0 |