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
/
aset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust Valgrind macro usage to protect chunk headers
David Rowley
2023-04-15
1
-33
/
+45
*
Fix erroneous Valgrind markings in AllocSetRealloc.
Tom Lane
2023-02-21
1
-20
/
+33
*
Add MSVC support for pg_leftmost_one_pos32() and friends
John Naylor
2023-02-20
1
-3
/
+3
*
Fix some compiler warnings in aset.c and generation.c
David Rowley
2023-01-05
1
-3
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
1
-3
/
+3
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
1
-9
/
+9
*
Harden memory context allocators against bogus chunk pointers.
Tom Lane
2022-10-10
1
-30
/
+84
*
Make more effort to put a sentinel at the end of allocated memory
David Rowley
2022-09-07
1
-12
/
+29
*
Improve performance of and reduce overheads of memory management
David Rowley
2022-08-29
1
-245
/
+288
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Fix incorrect format placeholders
Peter Eisentraut
2021-12-22
1
-1
/
+1
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
1
-3
/
+5
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-5
/
+5
*
Remove useless (and broken) logging logic in memory context functions.
Tom Lane
2020-04-23
1
-26
/
+0
*
Revert "Specialize MemoryContextMemAllocated()."
Jeff Davis
2020-03-19
1
-33
/
+13
*
Specialize MemoryContextMemAllocated().
Jeff Davis
2020-03-18
1
-13
/
+33
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Micro-optimize AllocSetFreeIndex() by reference to pg_bitutils code.
Tom Lane
2019-12-28
1
-25
/
+31
*
Use Size instead of int64 to track allocated memory
Tomas Vondra
2019-10-04
1
-2
/
+4
*
Allow repalloc() to give back space when a large chunk is downsized.
Tom Lane
2019-10-03
1
-65
/
+77
*
Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY
Tomas Vondra
2019-10-01
1
-2
/
+4
*
Add transparent block-level memory accounting
Tomas Vondra
2019-10-01
1
-0
/
+38
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-2
/
+2
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Simplify use of AllocSetContextCreate() wrapper macro.
Tom Lane
2018-10-12
1
-4
/
+6
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
1
-47
/
+25
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
1
-117
/
+253
*
Improve valgrind logic in aset.c, and fix multiple issues in generation.c.
Tom Lane
2017-11-24
1
-38
/
+83
*
Mostly-cosmetic improvements in memory chunk header alignment coding.
Tom Lane
2017-11-24
1
-5
/
+20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-7
/
+7
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-2
/
+2
*
Use doubly-linked block lists in aset.c to reduce large-chunk overhead.
Tom Lane
2017-03-08
1
-42
/
+66
*
Reduce size of common allocation header.
Andres Freund
2017-02-28
1
-26
/
+22
*
Make useful infrastructure from aset.c generally available.
Andres Freund
2017-02-27
1
-113
/
+2
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Make AllocSetContextCreate throw an error for bad context-size parameters.
Tom Lane
2016-08-29
1
-14
/
+23
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
1
-1
/
+5
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Limit the verbosity of memory context statistics dumps.
Tom Lane
2015-08-25
1
-12
/
+30
*
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
1
-3
/
+8
*
Rename variable in AllocSetContextCreate to be consistent.
Jeff Davis
2015-02-21
1
-17
/
+17
*
Move out-of-memory error checks from aset.c to mcxt.c
Robert Haas
2015-01-29
1
-26
/
+13
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-8
/
+8
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
1
-13
/
+10
[next]