Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-01-19 | Remove faulty support for MergeAppend plan with WHERE CURRENT OF. | Tom Lane | 11.11 |
| 2021-01-18 | Avoid crash with WHERE CURRENT OF and a custom scan plan. | Tom Lane | 11.11 |
| 2018-09-23 | Fix failure in WHERE CURRENT OF after rewinding the referenced cursor. | Tom Lane | 11.0 |
| 2018-03-17 | Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan. | Tom Lane | 11.0 |
| 2018-01-09 | Remove PortalGetQueryDesc() | Peter Eisentraut | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-12-21 | Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. | Tom Lane | 11.0 |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut | 11.0 |
| 2017-09-07 | Reduce excessive dereferencing of function pointers | Peter Eisentraut | 11.0 |