Commits

DateSubjectAuthorReleases
2014-01-09 Fix "cannot accept a set" error when only some arms of a CASE return a set. Tom Lane 9.0.16
2014-01-09 Fix "cannot accept a set" error when only some arms of a CASE return a set. Tom Lane 9.1.12
2014-01-09 Fix "cannot accept a set" error when only some arms of a CASE return a set. Tom Lane 9.2.7
2014-01-09 Fix "cannot accept a set" error when only some arms of a CASE return a set. Tom Lane 9.3.3
2013-11-22 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. Tom Lane 9.4.0
2013-08-23 In locate_grouping_columns(), don't expect an exact match of Var typmods. Tom Lane 8.4.18
2013-08-23 In locate_grouping_columns(), don't expect an exact match of Var typmods. Tom Lane 9.0.14
2013-08-23 In locate_grouping_columns(), don't expect an exact match of Var typmods. Tom Lane 9.1.10
2013-08-23 In locate_grouping_columns(), don't expect an exact match of Var typmods. Tom Lane 9.2.5
2013-08-23 In locate_grouping_columns(), don't expect an exact match of Var typmods. Tom Lane 9.3.0
2013-08-23 In locate_grouping_columns(), don't expect an exact match of Var typmods. Tom Lane 9.4.0
2013-01-26 Make LATERAL implicit for functions in FROM. Tom Lane 9.3.0
2012-08-07 Implement SQL-standard LATERAL subqueries. Tom Lane 9.3.0
2011-10-08 Support index-only scans using the visibility map to avoid heap fetches. Tom Lane 9.2.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