summaryrefslogtreecommitdiff
path: root/src/include/commands/prepare.h
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-13/+12
* Allow include files to compile own their own.Bruce Momjian2006-07-131-4/+2
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-251-2/+1
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-251-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-081-9/+13
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-141-1/+2
* Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane2005-11-291-4/+5
* 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