aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/portalcmds.c
Commit message (Expand)AuthorAge
* Avoid scribbling on original parsetree during DECLARE CURSOR. ThisTom Lane2004-11-28
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-02
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-31
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-11
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut2003-08-24
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-06
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-01
* A visit from the message-style police ...Tom Lane2003-07-28
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* 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
* Code review for FETCH/MOVE 0 changes. Improve documentation, do theTom Lane2003-01-08
* Cause FETCH 1 to return the current cursor row, or zero if atBruce Momjian2002-12-30
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian2002-11-13
* pgindent run.Bruce Momjian2002-09-04
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15