summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAgeFilesLines
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-21/+32
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-053-6/+6
* Improve memory management code to avoid inefficient behavior when a contextTom Lane2006-12-271-6/+21
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-231-2/+18
* Modify aset.c to track the next intended block allocation size explicitly.Tom Lane2006-11-081-27/+15
* pgindent run for 8.2.Bruce Momjian2006-10-042-17/+15
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-271-13/+7
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-072-14/+12
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-291-1/+3
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-141-1/+29
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-081-1/+3
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-142-6/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Fix typo in comment.Neil Conway2006-06-281-4/+4
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-201-2/+2
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-251-28/+1
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-251-1/+28
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-053-6/+6
* AllocSetStats should probably be using unsigned format to show space totals.Tom Lane2006-02-141-2/+2
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-181-8/+115
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-14/+14
* 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