aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/prepare.h
Commit message (Expand)AuthorAge
* Make plancache store cursor options so it can pass them to planner duringTom Lane2007-04-16
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-12
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-25
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-25
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-08
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-14
* Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane2005-11-29
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-22
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* This patch makes the EXECUTE command's completion tag return theBruce Momjian2004-04-22
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* pgindent run.Bruce Momjian2003-08-04
* 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
* Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane2003-02-02
* pgindent run.Bruce Momjian2002-09-04
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-27