summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/portals.out
Commit message (Expand)AuthorAgeFilesLines
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-181-7/+9
* Fix some interrelated planner issues with initPlans and Param munging.Tom Lane2016-07-011-0/+65
* Fix failure to set ActiveSnapshot while rewinding a cursor.Tom Lane2014-05-071-0/+24
* Fix crash in error report of invalid tuple lockAlvaro Herrera2013-08-021-0/+4
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-8/+8
* Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera2009-10-021-0/+15
* Revert updatable viewsPeter Eisentraut2009-01-271-1/+0
* Automatic view update rulesPeter Eisentraut2009-01-221-0/+1
* Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure toTom Lane2008-11-161-0/+46
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-151-1/+1
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-061-8/+8
* Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane2007-10-241-20/+11
* Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update-Tom Lane2007-10-241-0/+133
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-111-0/+173
* Insert ORDER BY into a few regression test queries that now have unstableTom Lane2007-06-091-27/+27
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-0/+30
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-1/+1
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-181-0/+61
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-111-0/+35
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-021-0/+35
* Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut2003-08-241-1/+1
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-2/+2
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-1/+1
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-291-1/+1
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-25/+87
* Update remaining tests for new psql, with the exception of 'arrays',Tom Lane2000-01-091-583/+586
* Added initial set of expected outputs for new regression testing.Thomas G. Lockhart1997-04-291-0/+675