Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-10-12 | Back-patch addition of the ALLOCSET_FOO_SIZES macros. | Tom Lane | 9.5.15 |
| 2017-09-01 | Ensure SIZE_MAX can be used throughout our code. | Tom Lane | 9.5.10 |
| 2015-08-04 | Fix bogus "out of memory" reports in tuplestore.c. | Tom Lane | 9.5.0 |
| 2015-03-01 | Move memory context callback declarations into palloc.h. | Tom Lane | 9.5.0 |
| 2015-02-27 | Redefine MemoryContextReset() as deleting, not resetting, child contexts. | Tom Lane | 9.5.0 |
| 2015-02-27 | Invent a memory context reset/delete callback mechanism. | Tom Lane | 9.5.0 |