summaryrefslogtreecommitdiff
path: root/src/backend/commands/prepare.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-18/+18
* This patch makes the EXECUTE command's completion tag return theBruce Momjian2004-04-221-3/+3
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* pgindent run.Bruce Momjian2003-08-041-29/+29
* A visit from the message-style police ...Tom Lane2003-07-281-3/+3
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-15/+29
* Change EXECUTE INTO to CREATE TABLE AS EXECUTE.Peter Eisentraut2003-07-011-8/+8
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-2/+2
* Add display of eventual result RowDescription (if any) to the outputTom Lane2003-05-061-1/+29
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-9/+11
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-051-79/+125
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-57/+56
* Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane2003-02-021-82/+156
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-151-4/+4
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-151-25/+24
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-131-3/+9
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-16/+9
* Rename:Bruce Momjian2002-11-151-3/+3
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-3/+2
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-2/+3
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-3/+2
* > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at theBruce Momjian2002-09-201-9/+2
* Cosmetic fixes from Neil Conway.Tom Lane2002-09-141-4/+4
* pgindent run.Bruce Momjian2002-09-041-45/+45
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-271-0/+407