summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/savepoint.sgml
AgeCommit message (Expand)Author
2022-07-14doc: clarify the behavior of identically-named savepointsBruce Momjian
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
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
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-05-27Make it more clear that you need to release savepoint withHeikki Linnakangas
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2005-01-06Adjust examples to avoid using keywords as identifiers, per Honda Shigehiro.Tom Lane
2004-09-20Minor documentation cleanup and improvement.Neil Conway
2004-08-12Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greaterTom Lane
2004-08-01Some mop-up work for savepoints (nested transactions). Store a smallTom Lane