]> granicus.if.org Git - postgresql/history - src/test/regress/sql/rangefuncs.sql
Make LATERAL implicit for functions in FROM.
[postgresql] / src / test / regress / sql / rangefuncs.sql
2013-01-26 Tom LaneMake LATERAL implicit for functions in FROM.
2010-12-01 Tom LanePrevent inlining a SQL function with multiple OUT param...
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2009-12-14 Tom LaneFix a bug introduced when set-returning SQL functions...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-06-11 Tom LaneFix things so that you can still do "select foo()"...
2009-03-30 Tom LaneFix an oversight in the support for storing/retrieving...
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2003-07-27 Bruce Momjian> Joe Conway <mail@joeconway.com> writes:
2002-08-30 Tom LaneFix for breakage of C-coded SRFs, from Joe Conway.
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-06-20 Bruce MomjianAdd missing regression files for SRF.