Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-12-04 | Remove memory leak protection from Gather and Gather Merge nodes. | Robert Haas | 11.0 |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut | 11.0 |
| 2017-09-15 | Remove TupleDesc remapping logic from tqueue.c. | Andres Freund | 11.0 |
| 2017-09-01 | Improve division of labor between execParallel.c and nodeGather[Merge].c. | Tom Lane | 11.0 |
| 2017-08-31 | Clean up shm_mq cleanup. | Tom Lane | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |