aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/prepare.h
Commit message (Expand)AuthorAge
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Make better use of ParseState in ProcessUtilityPeter Eisentraut2020-01-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Extend EXPLAIN to allow generic options to be specified.Tom Lane2009-07-26
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* 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