aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/prepare.c
Commit message (Expand)AuthorAge
* Add display of eventual result RowDescription (if any) to the outputTom Lane2003-05-06
* 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
* Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane2003-02-02
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-15
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Rename:Bruce Momjian2002-11-15
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at theBruce Momjian2002-09-20
* Cosmetic fixes from Neil Conway.Tom Lane2002-09-14
* pgindent run.Bruce Momjian2002-09-04
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-27