summaryrefslogtreecommitdiff
path: root/src/backend/commands/portalcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-41/+36
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-031-1/+2
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-2/+2
* PersistHoldablePortal must establish the correct value for ActiveSnapshotTom Lane2005-04-111-1/+6
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Avoid scribbling on original parsetree during DECLARE CURSOR. ThisTom Lane2004-11-281-2/+11
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-2/+2
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-2/+2
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-101-1/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-17/+17
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-021-4/+15
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-311-65/+92
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-16/+26
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-111-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-5/+5
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-1/+5
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut2003-08-241-14/+9
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-061-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-31/+33
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-011-3/+2
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-17/+34
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-22/+5
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-41/+28
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-051-4/+20
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-510/+124
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-291-139/+149
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-25/+237
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-111-69/+229
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-101-41/+167
* Code review for FETCH/MOVE 0 changes. Improve documentation, do theTom Lane2003-01-081-39/+49
* Cause FETCH 1 to return the current cursor row, or zero if atBruce Momjian2002-12-301-6/+40
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-151-10/+4
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-5/+9
* Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian2002-11-131-2/+12
* pgindent run.Bruce Momjian2002-09-041-11/+11
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-15/+1
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-0/+234