Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-11-08 | Disallow partitionwise join when collations don't match | Amit Langote | 14.14 |
| 2024-04-16 | Fix generation of EC join conditions at the wrong plan level. | Tom Lane | 14.12 |
| 2021-03-31 | Rework planning and execution of UPDATE and DELETE. | Tom Lane | 14.0 |
| 2021-02-27 | Add TID Range Scans to support efficient scanning ranges of TIDs | David Rowley | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-12-15 | Improve hash_create()'s API for some added robustness. | Tom Lane | 14.0 |
| 2020-11-02 | Allow run-time pruning on nested Append/MergeAppend nodes | David Rowley | 14.0 |