Age | Commit message (Expand) | Author |
2024-03-19 | Improve EXPLAIN's display of SubPlan nodes and output parameters. | Tom Lane |
2022-04-16 | Fix incorrect logic in HaveRegisteredOrActiveSnapshot(). | Tom Lane |
2021-09-10 | Fix some anomalies with NO SCROLL cursors. | Tom Lane |
2021-04-07 | Fix use of cursor sensitivity terminology | Peter Eisentraut |
2018-09-23 | Fix failure in WHERE CURRENT OF after rewinding the referenced cursor. | Tom Lane |
2018-03-17 | Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan. | Tom Lane |
2017-01-18 | Move targetlist SRF handling from expression evaluation to new executor node. | Andres Freund |
2016-07-02 | Fix some interrelated planner issues with initPlans and Param munging. | Tom Lane |
2014-05-07 | Fix failure to set ActiveSnapshot while rewinding a cursor. | Tom Lane |
2013-08-02 | Fix crash in error report of invalid tuple lock | Alvaro Herrera |
2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
2009-10-02 | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera |
2009-01-27 | Revert updatable views | Peter Eisentraut |
2009-01-22 | Automatic view update rules | Peter Eisentraut |
2008-11-16 | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to | Tom Lane |
2008-11-15 | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane |
2008-04-06 | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane |
2007-10-24 | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane |
2007-10-24 | Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- | Tom Lane |
2007-06-11 | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane |
2007-06-09 | Insert ORDER BY into a few regression test queries that now have unstable | Tom Lane |
2007-04-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |
2006-02-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
2006-01-18 | Add a new system view, pg_cursors, that displays the currently available | Neil Conway |
2005-04-11 | Fix interaction between materializing holdable cursors and firing | Tom Lane |
2004-08-02 | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane |
2003-08-24 | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut |
2003-07-22 | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane |
2003-07-20 | Another round of error message editing, covering backend/commands/. | Tom Lane |
2003-04-29 | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane |
2003-03-27 | This patch implements holdable cursors, following the proposal | Bruce Momjian |
2000-01-09 | Update remaining tests for new psql, with the exception of 'arrays', | Tom Lane |
1997-04-29 | Added initial set of expected outputs for new regression testing. | Thomas G. Lockhart |