index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mmgr
Commit message (
Expand
)
Author
Age
*
Fix relptr's encoding of the base address.
Thomas Munro
2022-06-27
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Improve the generation memory allocator
David Rowley
2022-04-04
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
*
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-24
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
Prevent memory context logging from sending log message to connected client.
Fujii Masao
2022-01-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix incorrect format placeholders
Peter Eisentraut
2021-12-22
*
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
*
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-25
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Use <unnamed> for name of unnamed portal's memory context
Peter Eisentraut
2020-09-08
*
remove redundant initializations
Bruce Momjian
2020-09-03
*
Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.
Fujii Masao
2020-08-26
*
Add pg_backend_memory_contexts system view.
Fujii Masao
2020-08-19
*
Preallocate some DSM space at startup.
Thomas Munro
2020-07-31
*
Fix typos and some format mistakes in comments
Michael Paquier
2020-06-12
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Remove useless (and broken) logging logic in memory context functions.
Tom Lane
2020-04-23
*
Revert "Specialize MemoryContextMemAllocated()."
Jeff Davis
2020-03-19
*
Specialize MemoryContextMemAllocated().
Jeff Davis
2020-03-18
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
Adjust DSM and DSA slot usage constants.
Thomas Munro
2020-01-31
*
Allocate freechunks bitmap as part of SlabContext
Tomas Vondra
2020-01-17
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Micro-optimize AllocSetFreeIndex() by reference to pg_bitutils code.
Tom Lane
2019-12-28
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix whitespace
Peter Eisentraut
2019-11-11
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Fix most -Wundef warnings
Peter Eisentraut
2019-10-19
*
Change MemoryContextMemAllocated to return Size
Tomas Vondra
2019-10-05
*
Use Size instead of int64 to track allocated memory
Tomas Vondra
2019-10-04
*
Allow repalloc() to give back space when a large chunk is downsized.
Tom Lane
2019-10-03
*
Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY
Tomas Vondra
2019-10-01
*
Add transparent block-level memory accounting
Tomas Vondra
2019-10-01
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
[next]