summaryrefslogtreecommitdiff
path: root/src/include/utils/portal.h
Commit message (Expand)AuthorAgeFilesLines
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-251-2/+1
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-251-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-181-2/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-22/+23
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-1/+2
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-111-1/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-7/+13
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-8/+24
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-1/+4
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-31/+32
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-2/+7
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-5/+2
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-29/+112
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-291-9/+9
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-5/+34
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-111-4/+15
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-101-9/+4
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-301-3/+3
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-12/+4
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-3/+1
* Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane2002-02-141-3/+5
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+2
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-2/+2
* Enhancement of SPI to get access to portalsJan Wieck2001-05-211-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-6/+6
* Tweak portal (cursor) code so that it will not call the executor againTom Lane2001-02-271-19/+23
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-41/+14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Implement reindex commandHiroshi Inoue2000-02-181-1/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-2/+2
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-231-1/+2
* Repair incorrect cleanup of heap memory allocation duringTom Lane1999-09-091-1/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Reversed out Massimo patch.Bruce Momjian1999-06-121-5/+1
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-121-1/+5
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-3/+3