Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-11-17 | Replace RelationOpenSmgr() with RelationGetSmgr(). | Tom Lane | 14.7 |
| 2021-11-19 | Fix parallel operations that prevent oldest xmin from advancing. | Amit Kapila | 14.2 |
| 2021-06-11 | Report sort phase progress in parallel btree build | Alvaro Herrera | 14.0 |
| 2021-02-25 | Use full 64-bit XIDs in deleted nbtree pages. | Peter Geoghegan | 14.0 |
| 2021-02-02 | Improve confusing variable names | Peter Eisentraut | 14.0 |
| 2021-01-13 | Enhance nbtree index tuple deletion. | Peter Geoghegan | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-10-31 | Reproduce debug_query_string==NULL on parallel workers. | Noah Misch | 14.0 |
| 2020-07-17 | Avoid CREATE INDEX unique index deduplication. | Peter Geoghegan | 14.0 |
| 2020-07-06 | Remove unnecessary PageIsEmpty() nbtree build check. | Peter Geoghegan | 14.0 |
| 2020-06-19 | Fix deduplication "single value" strategy bug. | Peter Geoghegan | 14.0 |