aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAge
* Allow repalloc() to give back space when a large chunk is downsized.Tom Lane2019-10-03
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix problems with auto-held portals.Tom Lane2019-04-19
* Fix inconsistent out-of-memory error reporting in dsa.c.Thomas Munro2019-02-25
* Fix rare dsa_allocate() failures due to freepage.c corruption.Thomas Munro2019-02-13
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix minor typo in dsa.c.Thomas Munro2018-11-29
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane2018-10-12
* Constify dsa_size_class_map and use a better type.Thomas Munro2018-09-25
* Use size_t consistently in dsa.{ch}.Thomas Munro2018-09-22
* Fix segment_bins corruption in dsa.c.Thomas Munro2018-09-20
* Fix snapshot leak warning for some proceduresPeter Eisentraut2018-08-27
* Fix typoAlvaro Herrera2018-08-21
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-11
* Assorted minor doc/comment fixes.Tom Lane2018-04-28
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Add memory context identifier to portal contextPeter Eisentraut2018-04-06
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Improve out-of-memory error reports by including memory context name.Tom Lane2018-03-30
* Allow committing inside cursor loopPeter Eisentraut2018-03-28
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Fix crash when canceling parallel queryPeter Eisentraut2018-02-16
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* Give more accurate error message for dropping pinned portalPeter Eisentraut2018-01-10
* Update portal-related memory context names and APIPeter Eisentraut2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Improve valgrind logic in aset.c, and fix multiple issues in generation.c.Tom Lane2017-11-24
* Mostly-cosmetic improvements in memory chunk header alignment coding.Tom Lane2017-11-24
* Fix bug in generation.c's valgrind support.Tom Lane2017-11-24
* Ensure sizeof(GenerationChunk) is maxaligned.Tom Lane2017-11-23
* Tweak code for older compilersSimon Riggs2017-11-23
* Generational memory allocatorSimon Riggs2017-11-23
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund2017-10-10
* Fix pnstrdup() to not memcpy() the maximum allowed length.Andres Freund2017-10-09
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Fix harmless thinko in dsa.c.Andres Freund2017-08-24
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane2017-08-14
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int).Heikki Linnakangas2017-05-18
* Improve memory use in logical replication applyPeter Eisentraut2017-05-09
* Update copyright in recently added files.Fujii Masao2017-04-25