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