summaryrefslogtreecommitdiff
path: root/src/include/utils/portal.h
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-071-7/+6
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-031-2/+2
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-021-2/+2
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-291-2/+4
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-141-5/+10
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-5/+11
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-081-1/+3
* More include file adjustments.Bruce Momjian2006-07-131-3/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-2/+2
* 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