aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/portalmem.c
Commit message (Expand)AuthorAge
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* 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
* 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 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
* 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
* Revise ResourceOwner code to avoid accumulating ResourceOwner objectsTom Lane2004-08-25
* 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
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* 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
* 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
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Change made to elog:Bruce Momjian2002-03-06
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-27
* Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane2002-02-14
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-01
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Tweak portal (cursor) code so that it will not call the executor againTom Lane2001-02-27
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-02
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-31