Commits
Showing commits that first shipped in 9.4 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-02-07 | Ensure that foreign scans with lateral refs are planned correctly. | Tom Lane | 9.4.21 |
| 2018-01-23 | Teach reparameterize_path() to handle AppendPaths. | Tom Lane | 9.4.16 |
| 2015-06-03 | Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans. | Tom Lane | 9.4.4 |
| 2014-07-08 | Don't assume a subquery's output is unique if there's a SRF in its tlist. | Tom Lane | 9.4.0 |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian | 9.4.0 |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian | 9.4.0 |
| 2013-11-22 | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane | 9.4.0 |