summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/prepare.sgml
AgeCommit message (Expand)Author
2023-02-26Doc: Miscellaneous doc updates for MERGE.Dean Rasheed
2023-01-17Doc: fix a few oddly-spelled SGML ID attributes.Tom Lane
2020-12-24Fix typos and grammar in docs and commentsMichael Paquier
2020-11-26doc: Add description about re-analysis and re-planning of a prepared statement.Fujii Masao
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-05-11Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane
2019-10-16Doc: Fix various inconsistenciesMichael Paquier
2019-09-30Doc: improve PREPARE documentation, cross-referencing to plan_cache_mode.Tom Lane
2018-08-09docs: Only first instance of a PREPARE parameter sets data typeBruce Momjian
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2016-12-17doc: Remove some trailing whitespacePeter Eisentraut
2016-06-14document when PREPARE uses generic plansBruce Momjian
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2013-01-25Change plan caching to honor, not resist, changes in search_path.Tom Lane
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2009-09-19Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2007-05-15Various fixes for the SGML docs. Consistently use spaces before/afterNeil Conway
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2006-09-18Documentation for VALUES lists. Joe Conway and Tom LaneTom Lane
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-02-26Minor SGML work: add some more hyperlinks, where appropriate.Neil Conway
2006-01-15Allow the types of parameters to PREPARE to be inferred. If a parameter'sNeil Conway
2006-01-08Add a new system view, pg_prepared_statements, that can be used toNeil Conway
2005-10-15Merge some user-submitted suggestions for improvement into theNeil Conway
2004-10-29Fix broken example for PREPARE.Tom Lane
2004-09-30Add more index entries for reference pages related to prepare queries.Neil Conway
2004-09-20Minor documentation cleanup and improvement.Neil Conway
2004-04-19In reading the 7.4.2 docs, the sql reference page for PREPARE doesn'tBruce Momjian
2004-01-26Add usage examples for PREPARE and EXECUTE. Original patch from GavinNeil Conway
2003-12-14Fix two typos in the documentation for PREPARE.Neil Conway
2003-12-01This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-09Remove a bunch of content-free Diagnostics sections, as per previousTom Lane
2003-08-31Add/edit index entries.Peter Eisentraut
2003-08-17This patch makes two minor fixes to the docs: (1) fixes aBruce Momjian
2003-04-26Editing of more reference pages.Peter Eisentraut
2003-03-10Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane
2003-02-02Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane
2002-08-27PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane