summaryrefslogtreecommitdiff
path: root/src/backend/commands/portalcmds.c
Commit message (Expand)AuthorAgeFilesLines
* 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