aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAge
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Back out patch:Bruce Momjian2005-06-04
* Tom Lane <tgl@sss.pgh.pa.us> writes:Bruce Momjian2005-06-04
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Further marginal speed hacking: in MemoryContextReset, don't callTom Lane2005-05-14
* Minor speed hacks in AllocSetReset: avoid clearing the freelist headersTom Lane2005-05-14
* This patch will ensure that the hash table iteration performed byBruce Momjian2005-05-11
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* Convert MemoryContextSwitchTo() into an inline function when using GCC.Tom Lane2005-02-18
* Close all cursors created during a failed subtransaction. This is neededTom Lane2005-01-26
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Reduce the default size of the PortalHashTable in order to save aTom Lane2004-11-21
* Fix some typos.Bruce Momjian2004-10-17
* Fix a copy-and-paste error: give a distinct memory context a distinctNeil Conway2004-10-12
* Remove erroneous Assert, per example from Kris Jurka.Tom Lane2004-09-16
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-16
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Several Cygwin fixes pointed out by Reini Urban.Bruce Momjian2004-08-29
* Revise ResourceOwner code to avoid accumulating ResourceOwner objectsTom Lane2004-08-25
* Allow libpgport to call memory allocation routines even thoughBruce Momjian2004-08-08
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Fix not-quite-right Assertion. Did not work at all in extended-queryTom Lane2004-08-02
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-05
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reduce the minimum allocable chunk size to 8 bytes (from 16). Now thatTom Lane2004-05-26
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Avoid corner cases where aset.c would unnecessarily make malloc()Tom Lane2003-09-13
* Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut2003-08-24
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Restructure command destination handling so that we pass aroundTom Lane2003-05-06
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-05
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Update to describe new set of globally-known contexts planned for supportTom Lane2003-04-30
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-29
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-11
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-30
* Code review for palloc0 patch --- avoid dangerous and unnecessaryTom Lane2002-12-16
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-15
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Split MemSet into three parts to constant comparisons can be optimizedBruce Momjian2002-11-13
* Add palloc0 function to inline MemSet for newNode call.Bruce Momjian2002-11-10