]> granicus.if.org Git - postgresql/history - src/test/regress/expected/rangefuncs.out
Prevent inlining a SQL function with multiple OUT parameters.
[postgresql] / src / test / regress / expected / rangefuncs.out
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...
2010-04-19 Robert HaasAdd an 'enable_material' GUC.
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-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-08-22 Bruce Momjianenable_constraint_exclusion => constraint_exclusion
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2003-07-27 Bruce Momjian> Joe Conway <mail@joeconway.com> writes:
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-02-13 Tom LaneArrange to give error when a SetOp member statement...
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
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-08-06 Bruce MomjianOf course, the simple change has ripple effects! Here...
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-06-20 Bruce MomjianAdd missing regression files for SRF.