aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/declare.sgml
Commit message (Expand)AuthorAge
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Add a warning about possible strange behavior of volatile functionsTom Lane2009-06-10
* Add cross-references from the DECLARE and FETCH reference pages toTom Lane2009-04-10
* Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure toTom Lane2008-11-16
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Disallow LOCK TABLE outside a transaction block (or function), since this caseTom Lane2008-11-04
* Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane2007-10-24
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Documentation for VALUES lists. Joe Conway and Tom LaneTom Lane2006-09-18
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Minor SGML work: add some more hyperlinks, where appropriate.Neil Conway2006-02-26
* Fix broken markup.Tom Lane2006-02-12
* > Actually, if you submit a patch that says either "SCROLL is theBruce Momjian2006-02-12
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-18
* More minor updates and copy-editing.Tom Lane2005-01-04
* Replace "--" and "---" with "—" as appropriate, for better-lookingNeil Conway2004-11-15
* The attached patch adds some index entries pointing to the cursorBruce Momjian2004-06-17
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Make the SQL command synopses appear less random.Peter Eisentraut2003-09-22
* More cleanup of Diagnostics sections.Tom Lane2003-09-12
* This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian2003-09-11
* Add/edit index entries.Peter Eisentraut2003-08-31
* Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut2003-08-24
* Last round of reference page editing.Peter Eisentraut2003-05-04
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-29
* Fix markup.Peter Eisentraut2003-04-06
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Remove mention of transactions for insensitive cursors.Bruce Momjian2003-03-21
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Revise command completion tags as per hackers message on 20 March.Peter Eisentraut2002-05-18
* Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart2002-04-21
* Update reference pages for new INFO, NOTICE, WARNING elog() levels.Bruce Momjian2002-03-06
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* Replace ASCII-quotes with proper markup.Peter Eisentraut2001-09-13
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
* Update obsolete wording of error message.Tom Lane2001-02-15
* Refine some things to create better looking man pages.Peter Eisentraut2000-12-25
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Clearify DECLARE syntax by saying cursorname, not just cursor.Bruce Momjian1999-12-30
* Complete merge of all old man page information.Thomas G. Lockhart1999-07-22
* Fix markup for docbook2man man page generation.Thomas G. Lockhart1999-07-06
* Clean up to ensure tag completion as required by the newest versionsThomas G. Lockhart1998-12-29
* Minor cleanup in markup, especially in the Output section.Thomas G. Lockhart1998-10-30
* Editing and markup cleanup.Thomas G. Lockhart1998-09-22
* Fix Postgres to support SQL92 syntax. Old syntax still works too.Thomas G. Lockhart1998-09-07
* Add new files from Oliver and Thomas.Thomas G. Lockhart1998-09-01