Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-01-19 | Remove faulty support for MergeAppend plan with WHERE CURRENT OF. | Tom Lane | 9.5.25 |
| 2021-01-18 | Avoid crash with WHERE CURRENT OF and a custom scan plan. | Tom Lane | 9.5.25 |
| 2018-09-23 | Fix failure in WHERE CURRENT OF after rewinding the referenced cursor. | Tom Lane | 9.5.15 |
| 2018-03-17 | Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan. | Tom Lane | 9.5.13 |
| 2015-05-15 | TABLESAMPLE, SQL Standard and extensible | Simon Riggs | 9.5.0 |
| 2015-03-22 | Allow foreign tables to participate in inheritance. | Tom Lane | 9.5.0 |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian | 9.5.0 |
| 2014-11-20 | Fix another oversight in CustomScan patch. | Tom Lane | 9.5.0 |