Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-10-24 | Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. | Noah Misch | 12.9 |
| 2020-03-22 | Revert "Skip WAL for new relfilenodes, under wal_level=minimal." | Noah Misch | 12.3 |
| 2020-03-21 | Skip WAL for new relfilenodes, under wal_level=minimal. | Noah Misch | 12.3 |
| 2019-12-01 | Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. | Tom Lane | 12.2 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-05-03 | Remove RelationSetIndexList(). | Tom Lane | 12.0 |
| 2019-03-29 | tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. | Andres Freund | 12.0 |
| 2019-03-06 | tableam: introduce table AM infrastructure. | Andres Freund | 12.0 |
| 2019-01-15 | Finish reverting "recheck_on_update" patch. | Tom Lane | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-11-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 12.0 |