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 some compiler warnings in aset.c and generation.c
David Rowley
2023-01-05
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add palloc_aligned() to allow aligned memory allocations
David Rowley
2022-12-22
*
Fix newly introduced bug in slab.c
David Rowley
2022-12-22
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Improve the performance of the slab memory allocator
David Rowley
2022-12-20
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
*
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-10-14
*
Harden memory context allocators against bogus chunk pointers.
Tom Lane
2022-10-10
*
Improve our ability to detect bogus pointers passed to pfree et al.
Tom Lane
2022-10-06
*
Remove MemoryContextContains().
Tom Lane
2022-10-06
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Temporarily make MemoryContextContains return false
David Rowley
2022-09-09
*
Make MemoryContextContains work correctly again
David Rowley
2022-09-08
*
Make more effort to put a sentinel at the end of allocated memory
David Rowley
2022-09-07
*
Use MAXALIGN() in calculations using sizeof(SlabBlock)
David Rowley
2022-08-30
*
Improve performance of and reduce overheads of memory management
David Rowley
2022-08-29
*
Add more detail why repalloc and pfree do not accept NULL pointers
Peter Eisentraut
2022-08-28
*
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-22
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
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
[next]