Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2015-12-11 | Still more fixes for planner's handling of LATERAL references. | Tom Lane | 9.5.0 |
| 2015-12-08 | Allow foreign and custom joins to handle EvalPlanQual rechecks. | Robert Haas | 9.5.0 |
| 2015-12-07 | Fix another oversight in checking if a join with LATERAL refs is legal. | Tom Lane | 9.5.0 |
| 2015-05-24 | pgindent run for 9.5 | Bruce Momjian | 9.5.0 |
| 2015-05-15 | TABLESAMPLE, SQL Standard and extensible | Simon Riggs | 9.5.0 |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian | 9.5.0 |
| 2014-11-21 | Simplify API for initially hooking custom-path providers into the planner. | Tom Lane | 9.5.0 |
| 2014-11-20 | Initial code review for CustomScan patch. | Tom Lane | 9.5.0 |
| 2014-11-07 | Introduce custom path and scan providers. | Robert Haas | 9.5.0 |
| 2014-10-01 | Fix some more problems with nested append relations. | Tom Lane | 9.5.0 |