summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/declare.sgml
AgeCommit message (Expand)Author
2023-01-01In plpgsql, don't preassign portal names to bound cursor variables.Tom Lane
2021-06-08Avoid misbehavior when persisting a non-stable cursor.Tom Lane
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-07Fix use of cursor sensitivity terminologyPeter Eisentraut
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-05-11Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane
2018-05-28doc: adjust DECLARE docs to mention FOR UPDATE behaviorBruce 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
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2009-06-10Add a warning about possible strange behavior of volatile functionsTom Lane
2009-04-10Add cross-references from the DECLARE and FETCH reference pages toTom Lane
2008-11-16Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure toTom Lane
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-11-04Disallow LOCK TABLE outside a transaction block (or function), since this caseTom Lane
2007-10-24Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane
2007-06-11Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane
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-02-12Fix broken markup.Tom Lane
2006-02-12> Actually, if you submit a patch that says either "SCROLL is theBruce Momjian
2006-01-18Add a new system view, pg_cursors, that displays the currently availableNeil Conway
2005-01-04More minor updates and copy-editing.Tom Lane
2004-11-15Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway
2004-06-17The attached patch adds some index entries pointing to the cursorBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-22Make the SQL command synopses appear less random.Peter Eisentraut
2003-09-12More cleanup of Diagnostics sections.Tom Lane
2003-09-11This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian
2003-08-31Add/edit index entries.Peter Eisentraut
2003-08-24Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut
2003-05-04Last round of reference page editing.Peter Eisentraut
2003-04-29Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane
2003-04-06Fix markup.Peter Eisentraut
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-21Remove mention of transactions for insensitive cursors.Bruce Momjian
2003-03-10Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane
2002-05-18Revise command completion tags as per hackers message on 20 March.Peter Eisentraut
2002-04-21Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart
2002-03-06Update reference pages for new INFO, NOTICE, WARNING elog() levels.Bruce Momjian
2001-12-08Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart
2001-09-13Replace ASCII-quotes with proper markup.Peter Eisentraut
2001-09-03Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut
2001-02-15Update obsolete wording of error message.Tom Lane