Commits

DateSubjectAuthorReleases
2014-05-07 Fix failure to set ActiveSnapshot while rewinding a cursor. Tom Lane 9.1.14
2014-05-07 Fix failure to set ActiveSnapshot while rewinding a cursor. Tom Lane 9.2.9
2014-05-07 Fix failure to set ActiveSnapshot while rewinding a cursor. Tom Lane 9.3.5
2014-05-07 Fix failure to set ActiveSnapshot while rewinding a cursor. Tom Lane 9.4.0
2013-08-02 Fix crash in error report of invalid tuple lock Alvaro Herrera 9.3.0
2013-08-02 Fix crash in error report of invalid tuple lock Alvaro Herrera 9.4.0
2010-11-23 Remove useless whitespace at end of lines Peter Eisentraut 9.1.0
2009-10-02 Ensure that a cursor has an immutable snapshot throughout its lifespan. Alvaro Herrera 8.4.2
2009-10-02 Ensure that a cursor has an immutable snapshot throughout its lifespan. Alvaro Herrera 9.0.0
2008-11-16 Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to Tom Lane 8.4.0
2008-11-15 Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan Tom Lane 8.4.0
2008-04-06 Improve hash_any() to use word-wide fetches when hashing suitably aligned Tom Lane 8.4.0
2007-10-24 Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems Tom Lane 8.3.0
2007-10-24 Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- Tom Lane 8.3.0
2007-06-11 Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. Tom Lane 8.3.0
2007-06-09 Insert ORDER BY into a few regression test queries that now have unstable Tom Lane 8.3.0
2007-04-12 RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, Neil Conway 8.3.0
2006-02-27 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in Peter Eisentraut 8.2.0
2006-01-18 Add a new system view, pg_cursors, that displays the currently available Neil Conway 8.2.0
2005-04-11 Fix interaction between materializing holdable cursors and firing Tom Lane 8.0.3
2005-04-11 Fix interaction between materializing holdable cursors and firing Tom Lane 8.1.0
2004-08-02 Allow DECLARE CURSOR to take parameters from the portal in which it is Tom Lane 8.0.0
2003-04-29 Code review for holdable-cursors patch. Fix error recovery, memory Tom Lane 7.4.1
2003-03-27 This patch implements holdable cursors, following the proposal Bruce Momjian 7.4.1
2000-01-06 Clean up header for uniform appearance throughout tests. Thomas G. Lockhart 7.1.1