Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-04-16 | Fix generation of EC join conditions at the wrong plan level. | Tom Lane | 12.19 |
| 2019-11-27 | Fix typo in comment. | Etsuro Fujita | 12.2 |
| 2019-11-05 | Generate EquivalenceClass members for partitionwise child join rels. | Tom Lane | 12.1 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-03-31 | Compute root->qual_security_level in a less random place. | Tom Lane | 12.0 |
| 2019-03-30 | Speed up planning when partitions can be pruned at plan time. | Tom Lane | 12.0 |
| 2019-03-26 | Build "other rels" of appendrel baserels in a separate step. | Tom Lane | 12.0 |
| 2019-02-07 | Split create_foreignscan_path() into three functions. | Tom Lane | 12.0 |
| 2019-01-28 | In the planner, replace an empty FROM clause with a dummy RTE. | Tom Lane | 12.0 |
| 2019-01-10 | Move inheritance expansion code into its own file | Alvaro Herrera | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-08-31 | Disable support for partitionwise joins in problematic cases. | Etsuro Fujita | 12.0 |