aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAge
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Remove useless (and broken) logging logic in memory context functions.Tom Lane2020-04-23
* Revert "Specialize MemoryContextMemAllocated()."Jeff Davis2020-03-19
* Specialize MemoryContextMemAllocated().Jeff Davis2020-03-18
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Adjust DSM and DSA slot usage constants.Thomas Munro2020-01-31
* Allocate freechunks bitmap as part of SlabContextTomas Vondra2020-01-17
* Update copyrights for 2020Bruce Momjian2020-01-01
* Micro-optimize AllocSetFreeIndex() by reference to pg_bitutils code.Tom Lane2019-12-28
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix whitespacePeter Eisentraut2019-11-11
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix typos in the codeMichael Paquier2019-10-30
* Fix most -Wundef warningsPeter Eisentraut2019-10-19
* Change MemoryContextMemAllocated to return SizeTomas Vondra2019-10-05
* Use Size instead of int64 to track allocated memoryTomas Vondra2019-10-04
* Allow repalloc() to give back space when a large chunk is downsized.Tom Lane2019-10-03
* Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLYTomas Vondra2019-10-01
* Add transparent block-level memory accountingTomas Vondra2019-10-01
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* 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