summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/prepare_transaction.sgml
AgeCommit message (Expand)Author
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-03-13doc: Remove unused title idsPeter Eisentraut
2019-01-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-27Doc: mention that you can't PREPARE TRANSACTION after NOTIFY.Tom Lane
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
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2012-04-16Add compatibility information for prepared transaction commandsPeter Eisentraut
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2011-01-11Typo fixMagnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2010-01-25Add note that PREPARE TRANSACTION is for transaction managers, notHeikki Linnakangas
2009-04-23Change the default value of max_prepared_transactions to zero, and addTom Lane
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-03-12Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponingTom Lane
2007-09-11Arrange for SET LOCAL's effects to persist until the end of the current topTom 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
2005-08-30Mention max_prepared_transactions in PREPARE TRANSACTION reference page,Tom Lane
2005-08-01nor -> or.Bruce Momjian
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane