index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mmgr
Age
Commit message (
Expand
)
Author
2019-10-03
Allow repalloc() to give back space when a large chunk is downsized.
Tom Lane
2017-08-14
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-03-08
Use doubly-linked block lists in aset.c to reduce large-chunk overhead.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-07
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-08-03
Do not let PostmasterContext survive into background workers.
Tom Lane
2016-03-13
Report memory context stats upon out-of-memory in repalloc[_huge].
Tom Lane
2016-02-05
Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().
Noah Misch
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-08
Improve performance in freeing memory contexts
Kevin Grittner
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-25
Limit the verbosity of memory context statistics dumps.
Tom Lane
2015-08-05
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-05-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-04-03
Add palloc_extended for frontend and backend.
Fujii Masao
2015-02-27
Improve mmgr README.
Tom Lane
2015-02-27
Redefine MemoryContextReset() as deleting, not resetting, child contexts.
Tom Lane
2015-02-27
Invent a memory context reset/delete callback mechanism.
Tom Lane
2015-02-21
Rename variable in AllocSetContextCreate to be consistent.
Jeff Davis
2015-01-30
Provide a way to supress the "out of memory" error when allocating.
Robert Haas
2015-01-29
Move out-of-memory error checks from aset.c to mcxt.c
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-06-30
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-04
Add an Assertion that you don't palloc within a critical section.
Heikki Linnakangas
2014-01-23
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-11
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-28
Update grammar
Peter Eisentraut
2013-10-22
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-06-27
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-26
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.
Noah Misch
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-01
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-10-08
Fix thinko in previous commit
Alvaro Herrera
2012-10-08
Add support for easily declaring static inline functions
Alvaro Herrera
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-02-15
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-16
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-11
Invent a new memory context primitive, MemoryContextSetParent.
Tom Lane
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-05-24
Cleanup for pull-up-isReset patch.
Tom Lane
2011-05-21
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
Heikki Linnakangas
2011-05-02
Improve aset.c's space management in contexts with small maxBlockSize.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
[next]