index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mmgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add palloc_aligned() to allow aligned memory allocations
David Rowley
2022-12-22
4
-7
/
+282
*
Fix newly introduced bug in slab.c
David Rowley
2022-12-22
1
-7
/
+11
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Improve the performance of the slab memory allocator
David Rowley
2022-12-20
1
-276
/
+524
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
3
-5
/
+5
*
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
1
-0
/
+20
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
5
-56
/
+56
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
1
-1
/
+1
*
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-10-14
1
-33
/
+50
*
Harden memory context allocators against bogus chunk pointers.
Tom Lane
2022-10-10
3
-51
/
+187
*
Improve our ability to detect bogus pointers passed to pfree et al.
Tom Lane
2022-10-06
1
-2
/
+110
*
Remove MemoryContextContains().
Tom Lane
2022-10-06
1
-56
/
+2
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+10
*
Temporarily make MemoryContextContains return false
David Rowley
2022-09-09
1
-20
/
+9
*
Make MemoryContextContains work correctly again
David Rowley
2022-09-08
1
-9
/
+36
*
Make more effort to put a sentinel at the end of allocated memory
David Rowley
2022-09-07
3
-47
/
+74
*
Use MAXALIGN() in calculations using sizeof(SlabBlock)
David Rowley
2022-08-30
1
-5
/
+7
*
Improve performance of and reduce overheads of memory management
David Rowley
2022-08-29
5
-565
/
+681
*
Add more detail why repalloc and pfree do not accept NULL pointers
Peter Eisentraut
2022-08-28
1
-0
/
+6
*
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-22
1
-1
/
+13
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
1
-3
/
+1
*
Fix relptr's encoding of the base address.
Thomas Munro
2022-06-27
1
-3
/
+3
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-1
/
+0
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
1
-1
/
+1
*
Improve the generation memory allocator
David Rowley
2022-04-04
1
-76
/
+309
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
1
-35
/
+2
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
1
-1
/
+1
*
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-24
1
-17
/
+6
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
1
-3
/
+0
*
Prevent memory context logging from sending log message to connected client.
Fujii Masao
2022-01-28
1
-2
/
+8
*
Update copyright for 2022
Bruce Momjian
2022-01-07
8
-8
/
+8
*
Fix incorrect format placeholders
Peter Eisentraut
2021-12-22
4
-7
/
+7
*
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
1
-0
/
+4
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
1
-0
/
+56
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
4
-43
/
+162
*
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-25
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
8
-8
/
+8
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
1
-1
/
+1
*
Use <unnamed> for name of unnamed portal's memory context
Peter Eisentraut
2020-09-08
1
-2
/
+2
*
remove redundant initializations
Bruce Momjian
2020-09-03
1
-1
/
+1
*
Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.
Fujii Masao
2020-08-26
1
-137
/
+0
*
Add pg_backend_memory_contexts system view.
Fujii Masao
2020-08-19
1
-0
/
+138
*
Preallocate some DSM space at startup.
Thomas Munro
2020-07-31
1
-4
/
+1
*
Fix typos and some format mistakes in comments
Michael Paquier
2020-06-12
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
3
-9
/
+10
*
Remove useless (and broken) logging logic in memory context functions.
Tom Lane
2020-04-23
3
-66
/
+0
*
Revert "Specialize MemoryContextMemAllocated()."
Jeff Davis
2020-03-19
4
-76
/
+27
*
Specialize MemoryContextMemAllocated().
Jeff Davis
2020-03-18
4
-27
/
+76
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
1
-2
/
+4
*
Adjust DSM and DSA slot usage constants.
Thomas Munro
2020-01-31
1
-1
/
+1
[next]