summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAgeFilesLines
* Standard pgindent run for 8.1.Bruce Momjian2005-10-153-141/+133
* Short-circuit AllocSetReset if nothing has been palloc'd in the memoryTom Lane2005-09-011-13/+35
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-1/+43
* Back out patch:Bruce Momjian2005-06-041-12/+1
* Tom Lane <tgl@sss.pgh.pa.us> writes:Bruce Momjian2005-06-041-1/+12
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-5/+1
* Further marginal speed hacking: in MemoryContextReset, don't callTom Lane2005-05-141-2/+5
* Minor speed hacks in AllocSetReset: avoid clearing the freelist headersTom Lane2005-05-141-4/+10
* This patch will ensure that the hash table iteration performed byBruce Momjian2005-05-111-7/+4
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-111-33/+59
* Convert MemoryContextSwitchTo() into an inline function when using GCC.Tom Lane2005-02-181-1/+9
* Close all cursors created during a failed subtransaction. This is neededTom Lane2005-01-261-2/+14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-313-6/+6
* Reduce the default size of the PortalHashTable in order to save aTom Lane2004-11-211-4/+7
* Fix some typos.Bruce Momjian2004-10-171-2/+2
* Fix a copy-and-paste error: give a distinct memory context a distinctNeil Conway2004-10-121-2/+2
* Remove erroneous Assert, per example from Kris Jurka.Tom Lane2004-09-161-5/+1
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-162-4/+44
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-35/+25
* Pgindent run for 8.0.Bruce Momjian2004-08-293-34/+38
* Update copyright to 2004.Bruce Momjian2004-08-293-6/+6
* Several Cygwin fixes pointed out by Reini Urban.Bruce Momjian2004-08-291-2/+3
* Revise ResourceOwner code to avoid accumulating ResourceOwner objectsTom Lane2004-08-251-3/+2
* Allow libpgport to call memory allocation routines even thoughBruce Momjian2004-08-081-1/+36
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Fix not-quite-right Assertion. Did not work at all in extended-queryTom Lane2004-08-021-5/+5
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-49/+142
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-013-13/+120
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-052-3/+23
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-2/+2
* Reduce the minimum allocable chunk size to 8 bytes (from 16). Now thatTom Lane2004-05-261-4/+4
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-031-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-295-5/+5
* Avoid corner cases where aset.c would unnecessarily make malloc()Tom Lane2003-09-131-18/+15
* Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut2003-08-241-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-043-6/+6
* pgindent run.Bruce Momjian2003-08-043-40/+42
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-253-35/+52
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-20/+50
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-051-6/+9
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-022-103/+230
* Update to describe new set of globally-known contexts planned for supportTom Lane2003-04-301-87/+101
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-291-68/+69
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-272-25/+96
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-111-7/+11
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-101-3/+14
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-301-3/+3
* Code review for palloc0 patch --- avoid dangerous and unnecessaryTom Lane2002-12-161-5/+61
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-152-7/+23
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-14/+1