Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-09-23 | Fix failure in WHERE CURRENT OF after rewinding the referenced cursor. | Tom Lane | 11.0 |
| 2018-02-17 | Allow tupleslots to have a fixed tupledesc, use in executor nodes. | Andres Freund | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-11-25 | Avoid projecting tuples unnecessarily in Gather and Gather Merge. | Robert Haas | 11.0 |
| 2017-09-14 | Properly check interrupts in execScan.c. | Andres Freund | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |