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
*
Report memory context stats upon out-of-memory in repalloc[_huge].
Tom Lane
2016-03-13
1
-0
/
+6
*
Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().
Noah Misch
2016-02-05
1
-4
/
+16
*
Update copyright for 2016
Bruce Momjian
2016-01-02
3
-3
/
+3
*
Improve performance in freeing memory contexts
Kevin Grittner
2015-12-08
1
-12
/
+14
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
1
-8
/
+74
*
Limit the verbosity of memory context statistics dumps.
Tom Lane
2015-08-25
2
-20
/
+121
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
1
-3
/
+0
*
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
1
-3
/
+8
*
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-14
1
-0
/
+4
*
Add palloc_extended for frontend and backend.
Fujii Masao
2015-04-03
1
-0
/
+37
*
Improve mmgr README.
Tom Lane
2015-02-27
1
-111
/
+123
*
Redefine MemoryContextReset() as deleting, not resetting, child contexts.
Tom Lane
2015-02-27
2
-27
/
+30
*
Invent a memory context reset/delete callback mechanism.
Tom Lane
2015-02-27
1
-8
/
+63
*
Rename variable in AllocSetContextCreate to be consistent.
Jeff Davis
2015-02-21
1
-17
/
+17
*
Provide a way to supress the "out of memory" error when allocating.
Robert Haas
2015-01-30
1
-0
/
+40
*
Move out-of-memory error checks from aset.c to mcxt.c
Robert Haas
2015-01-29
2
-26
/
+79
*
Update copyright for 2015
Bruce Momjian
2015-01-06
3
-3
/
+3
*
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-30
1
-8
/
+32
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
3
-25
/
+25
*
Add an Assertion that you don't palloc within a critical section.
Heikki Linnakangas
2014-04-04
1
-0
/
+24
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
2
-29
/
+18
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
1
-1
/
+5
*
Update copyright for 2014
Bruce Momjian
2014-01-07
3
-3
/
+3
*
Update grammar
Peter Eisentraut
2013-12-28
1
-3
/
+3
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
1
-49
/
+0
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
1
-0
/
+49
*
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
2
-8
/
+71
*
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
2
-5
/
+178
*
Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.
Noah Misch
2013-06-26
2
-38
/
+73
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
1
-36
/
+42
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
3
-3
/
+3
*
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-12-01
1
-0
/
+19
*
Fix thinko in previous commit
Alvaro Herrera
2012-10-08
1
-3
/
+3
*
Add support for easily declaring static inline functions
Alvaro Herrera
2012-10-08
1
-22
/
+3
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-1
/
+1
*
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
1
-7
/
+46
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
3
-3
/
+3
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
2
-3
/
+15
*
Invent a new memory context primitive, MemoryContextSetParent.
Tom Lane
2011-09-11
1
-19
/
+63
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
1
-0
/
+1
*
Cleanup for pull-up-isReset patch.
Tom Lane
2011-05-24
2
-11
/
+12
*
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
Heikki Linnakangas
2011-05-21
2
-25
/
+18
*
Improve aset.c's space management in contexts with small maxBlockSize.
Tom Lane
2011-05-02
1
-8
/
+17
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
2
-9
/
+9
*
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
2011-03-03
1
-0
/
+26
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
1
-99
/
+82
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
3
-3
/
+3
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
5
-5
/
+5
*
Oops, in the previous fix to prevent a cursor that's being used in a FOR
Heikki Linnakangas
2010-07-13
1
-1
/
+12
[next]