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