Commits

DateSubjectAuthorReleases
2016-07-02 Fix some interrelated planner issues with initPlans and Param munging. Tom Lane 9.6.0
2014-05-07 Fix failure to set ActiveSnapshot while rewinding a cursor. Tom Lane 8.4.22
2014-05-07 Fix failure to set ActiveSnapshot while rewinding a cursor. Tom Lane 9.0.18
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
2009-01-27 Revert updatable views Peter Eisentraut 8.4.0
2009-01-22 Automatic view update rules Peter Eisentraut 8.4.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