index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
rangefuncs.sql
Commit message (
Expand
)
Author
Age
*
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-08
*
Support flattening of empty-FROM subqueries and one-row VALUES tables.
Tom Lane
2015-03-11
*
Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.
Tom Lane
2014-10-20
*
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
*
Rename TABLE() to ROWS FROM().
Noah Misch
2013-12-10
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-23
*
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-29
*
Make LATERAL implicit for functions in FROM.
Tom Lane
2013-01-26
*
Prevent inlining a SQL function with multiple OUT parameters.
Tom Lane
2010-12-01
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
*
Fix a bug introduced when set-returning SQL functions were made inline-able:
Tom Lane
2009-12-14
*
Support use of function argument names to identify which actual arguments
Tom Lane
2009-10-08
*
Fix things so that you can still do "select foo()" where foo is a SQL
Tom Lane
2009-06-11
*
Fix an oversight in the support for storing/retrieving "minimal tuples" in
Tom Lane
2009-03-30
*
Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE
Tom Lane
2008-10-31
*
Implement SQL-spec RETURNS TABLE syntax for functions.
Tom Lane
2008-07-18
*
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
Peter Eisentraut
2006-02-27
*
First phase of OUT-parameters project. We can now define and use SQL
Tom Lane
2005-03-31
*
> Joe Conway <mail@joeconway.com> writes:
Bruce Momjian
2003-07-27
*
Fix for breakage of C-coded SRFs, from Joe Conway.
Tom Lane
2002-08-30
*
Code review for standalone composite types, query-specified composite
Tom Lane
2002-08-29
*
Add code to extract dependencies from an expression tree, and use it
Tom Lane
2002-07-16
*
Add missing regression files for SRF.
Bruce Momjian
2002-06-20