Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-08-08 | In extensions, don't replace objects not belonging to the extension. | Tom Lane | 11.17 |
| 2020-03-22 | Revert "Skip WAL for new relfilenodes, under wal_level=minimal." | Noah Misch | 11.8 |
| 2020-03-21 | Skip WAL for new relfilenodes, under wal_level=minimal. | Noah Misch | 11.8 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-10-05 | Allow DML commands that create tables to use parallel query. | Robert Haas | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |