Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-04-05 | Support "Right Anti Join" plan shapes. | Tom Lane | 16.0 |
| 2023-02-13 | Mark more nodes with attribute no_query_jumble | Michael Paquier | 16.0 |
| 2023-01-31 | Generate code for query jumbling through gen_node_support.pl | Michael Paquier | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-12-02 | Remove gen_node_support.pl's special treatment of EquivalenceClasses. | Tom Lane | 16.0 |
| 2022-09-20 | Harmonize more parameter names in bulk. | Peter Geoghegan | 16.0 |
| 2022-07-12 | Add defenses against unexpected changes in the NodeTag enum list. | Tom Lane | 16.0 |
| 2022-07-12 | Invent nodetag_only attribute for Nodes. | Tom Lane | 16.0 |
| 2022-07-09 | Remove code sections obsoleted by node support automation | Peter Eisentraut | 16.0 |
| 2022-07-09 | Move a comment | Peter Eisentraut | 16.0 |
| 2022-07-09 | Automatically generate node support functions | Peter Eisentraut | 16.0 |
| 2022-07-08 | Remove T_Join and T_Plan | Peter Eisentraut | 16.0 |
| 2022-07-04 | Implement List support for TransactionId | Alvaro Herrera | 16.0 |