aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/portalmem.c
Commit message (Expand)AuthorAge
* 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
* Add:Bruce Momjian2000-01-26
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-23
* Repair incorrect cleanup of heap memory allocation duringTom Lane1999-09-09
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15