Commits

DateSubjectAuthorReleases
2013-08-23 In locate_grouping_columns(), don't expect an exact match of Var typmods. Tom Lane 9.4.0
2013-07-29 Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF) Greg Stark 9.4.0
2013-01-26 Make LATERAL implicit for functions in FROM. Tom Lane 9.3.0
2010-12-01 Prevent inlining a SQL function with multiple OUT parameters. Tom Lane 8.1.23
2010-12-01 Prevent inlining a SQL function with multiple OUT parameters. Tom Lane 8.2.19
2010-12-01 Prevent inlining a SQL function with multiple OUT parameters. Tom Lane 8.3.13
2010-12-01 Prevent inlining a SQL function with multiple OUT parameters. Tom Lane 8.4.6
2010-12-01 Prevent inlining a SQL function with multiple OUT parameters. Tom Lane 9.0.2
2010-12-01 Prevent inlining a SQL function with multiple OUT parameters. Tom Lane 9.1.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0
2009-12-14 Fix a bug introduced when set-returning SQL functions were made inline-able: Tom Lane 8.4.3
2009-12-14 Fix a bug introduced when set-returning SQL functions were made inline-able: Tom Lane 9.0.0
2009-10-08 Support use of function argument names to identify which actual arguments Tom Lane 9.0.0
2009-06-11 Fix things so that you can still do "select foo()" where foo is a SQL Tom Lane 8.4.0
2009-03-30 Fix an oversight in the support for storing/retrieving "minimal tuples" in Tom Lane 8.2.14
2009-03-30 Fix an oversight in the support for storing/retrieving "minimal tuples" in Tom Lane 8.3.8
2009-03-30 Fix an oversight in the support for storing/retrieving "minimal tuples" in Tom Lane 8.4.0
2008-10-31 Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE Tom Lane 8.4.0
2008-07-18 Implement SQL-spec RETURNS TABLE syntax for functions. Tom Lane 8.4.0
2006-02-27 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in Peter Eisentraut 8.2.0
2005-03-31 First phase of OUT-parameters project. We can now define and use SQL Tom Lane 8.1.0
2003-07-27 > Joe Conway <mail@joeconway.com> writes: Bruce Momjian 7.4.1
2002-08-30 Fix for breakage of C-coded SRFs, from Joe Conway. Tom Lane 7.3.1
2002-08-29 Code review for standalone composite types, query-specified composite Tom Lane 7.3.1
2002-07-16 Add code to extract dependencies from an expression tree, and use it Tom Lane 7.3.1