aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/rangefuncs.sql
Commit message (Expand)AuthorAge
* Fix improper interaction of FULL JOINs with lateral references.Tom Lane2019-04-08
* Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane2015-03-11
* Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.Tom Lane2014-10-20
* Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane2014-01-08
* Rename TABLE() to ROWS FROM().Noah Misch2013-12-10
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-23
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-29
* Make LATERAL implicit for functions in FROM.Tom Lane2013-01-26
* Prevent inlining a SQL function with multiple OUT parameters.Tom Lane2010-12-01
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane2009-12-14
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Fix things so that you can still do "select foo()" where foo is a SQLTom Lane2009-06-11
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-30
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-31
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-18
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* > Joe Conway <mail@joeconway.com> writes:Bruce Momjian2003-07-27
* Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane2002-08-30
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Add code to extract dependencies from an expression tree, and use itTom Lane2002-07-16
* Add missing regression files for SRF.Bruce Momjian2002-06-20