aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAge
* Fix relptr's encoding of the base address.Thomas Munro2022-06-27
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Improve the generation memory allocatorDavid Rowley2022-04-04
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-28
* Clean up and simplify code in a couple of set-returning functionsMichael Paquier2022-02-24
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Prevent memory context logging from sending log message to connected client.Fujii Masao2022-01-28
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix incorrect format placeholdersPeter Eisentraut2021-12-22
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-01
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Improve performance of repeated CALLs within plpgsql procedures.Tom Lane2021-01-25
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Use <unnamed> for name of unnamed portal's memory contextPeter Eisentraut2020-09-08
* remove redundant initializationsBruce Momjian2020-09-03
* Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.Fujii Masao2020-08-26
* Add pg_backend_memory_contexts system view.Fujii Masao2020-08-19
* Preallocate some DSM space at startup.Thomas Munro2020-07-31
* Fix typos and some format mistakes in commentsMichael Paquier2020-06-12
* 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