Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-03-27 | Allow memory contexts to have both fixed and variable ident strings. | Tom Lane | 11.0 |
| 2018-03-21 | Handle heap rewrites even better in logical decoding | Peter Eisentraut | 11.0 |
| 2018-03-06 | Refrain from duplicating data in reorderbuffers | Alvaro Herrera | 11.0 |
| 2018-01-11 | Fix Latin spelling | Peter Eisentraut | 11.0 |
| 2018-01-05 | Fix failure to delete spill files of aborted transactions | Alvaro Herrera | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-12-13 | Rethink MemoryContext creation to improve performance. | Tom Lane | 11.0 |
| 2017-11-29 | Update typedefs.list and re-run pgindent | Robert Haas | 11.0 |
| 2017-11-22 | Generational memory allocator | Simon Riggs | 11.0 |
| 2017-09-23 | Refactor new file permission handling | Peter Eisentraut | 11.0 |
| 2017-09-20 | Make WAL segment size configurable at initdb time. | Andres Freund | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |