Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-03-18 | Fix memory leak in printtup.c. | Tom Lane | 11.3 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-10-12 | Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. | Andres Freund | 11.0 |
| 2017-10-12 | Improve performance of SendRowDescriptionMessage. | Andres Freund | 11.0 |
| 2017-10-11 | Use one stringbuffer for all rows printed in printtup.c. | Andres Freund | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |