Age | Commit message (Expand) | Author |
2023-01-01 | In plpgsql, don't preassign portal names to bound cursor variables. | Tom Lane |
2021-06-08 | Avoid misbehavior when persisting a non-stable cursor. | Tom Lane |
2021-04-09 | Fix typos and grammar in documentation and code comments | Michael Paquier |
2021-04-07 | Fix use of cursor sensitivity terminology | Peter Eisentraut |
2020-10-03 | Improve <xref> vs. <command> formatting in the documentation | Peter Eisentraut |
2020-05-11 | Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs. | Tom Lane |
2018-05-28 | doc: adjust DECLARE docs to mention FOR UPDATE behavior | Bruce Momjian |
2017-11-23 | Convert documentation to DocBook XML | Peter Eisentraut |
2017-10-20 | Convert SGML IDs to lower case | Peter Eisentraut |
2017-10-17 | Don't use SGML empty tags | Peter Eisentraut |
2014-02-24 | doc: Improve DocBook XML validity | Peter Eisentraut |
2011-08-07 | Fix a whitespace issue with the man pages | Peter Eisentraut |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-04-03 | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut |
2009-06-10 | Add a warning about possible strange behavior of volatile functions | Tom Lane |
2009-04-10 | Add cross-references from the DECLARE and FETCH reference pages to | Tom Lane |
2008-11-16 | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to | Tom Lane |
2008-11-14 | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut |
2008-11-04 | Disallow LOCK TABLE outside a transaction block (or function), since this case | Tom Lane |
2007-10-24 | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane |
2007-06-11 | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane |
2007-01-31 | Update reference documentation on may/can/might: | Bruce Momjian |
2006-09-18 | Documentation for VALUES lists. Joe Conway and Tom Lane | Tom Lane |
2006-09-16 | Remove emacs info from footer of SGML files. | Bruce Momjian |
2006-02-26 | Minor SGML work: add some more hyperlinks, where appropriate. | Neil Conway |
2006-02-12 | Fix broken markup. | Tom Lane |
2006-02-12 | > Actually, if you submit a patch that says either "SCROLL is the | Bruce Momjian |
2006-01-18 | Add a new system view, pg_cursors, that displays the currently available | Neil Conway |
2005-01-04 | More minor updates and copy-editing. | Tom Lane |
2004-11-15 | Replace "--" and "---" with "—" as appropriate, for better-looking | Neil Conway |
2004-06-17 | The attached patch adds some index entries pointing to the cursor | Bruce Momjian |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-22 | Make the SQL command synopses appear less random. | Peter Eisentraut |
2003-09-12 | More cleanup of Diagnostics sections. | Tom Lane |
2003-09-11 | This patch fixes a few missed GUC variables that were still upper case, | Bruce Momjian |
2003-08-31 | Add/edit index entries. | Peter Eisentraut |
2003-08-24 | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut |
2003-05-04 | Last round of reference page editing. | Peter Eisentraut |
2003-04-29 | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane |
2003-04-06 | Fix markup. | Peter Eisentraut |
2003-03-27 | This patch implements holdable cursors, following the proposal | Bruce Momjian |
2003-03-21 | Remove mention of transactions for insensitive cursors. | Bruce Momjian |
2003-03-10 | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane |
2002-05-18 | Revise command completion tags as per hackers message on 20 March. | Peter Eisentraut |
2002-04-21 | Augment the date/time examples in the User's Guide to reflect the newer | Thomas G. Lockhart |
2002-03-06 | Update reference pages for new INFO, NOTICE, WARNING elog() levels. | Bruce Momjian |
2001-12-08 | Use PostgreSQL consistantly throughout docs. Before, usage was split evenly | Thomas G. Lockhart |
2001-09-13 | Replace ASCII-quotes with proper markup. | Peter Eisentraut |
2001-09-03 | Put some kind of grammatical uniformity in the <refpurpose> lines. | Peter Eisentraut |
2001-02-15 | Update obsolete wording of error message. | Tom Lane |