summaryrefslogtreecommitdiff
path: root/src/include/commands/prepare.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-221-1/+2
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* This patch makes the EXECUTE command's completion tag return theBruce Momjian2004-04-221-2/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* pgindent run.Bruce Momjian2003-08-041-9/+9
* Add display of eventual result RowDescription (if any) to the outputTom Lane2003-05-061-1/+2
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-2/+2
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-051-4/+38
* Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane2003-02-021-5/+3
* pgindent run.Bruce Momjian2002-09-041-2/+2
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-271-0/+29