summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/rangefuncs.out
Commit message (Expand)AuthorAgeFilesLines
* Make new expression eval code reject references to dropped columns.Tom Lane2017-03-281-11/+8
* Add a regression test script dedicated to exercising system views.Tom Lane2017-01-301-16/+0
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-181-6/+4
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-181-1/+1
* Allow functions that return sets of tuples to return simple NULLs.Tom Lane2016-07-261-0/+30
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-071-15/+14
* Use Foreign Key relationships to infer multi-column join selectivitySimon Riggs2016-04-081-14/+15
* Rearrange the handling of error context reports.Tom Lane2015-09-051-4/+0
* Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane2015-03-111-1/+23
* Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.Tom Lane2014-10-201-0/+52
* Fix indentation of JOIN clauses in rule/view dumps.Tom Lane2014-04-301-18/+18
* Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane2014-01-081-0/+14
* Rename TABLE() to ROWS FROM().Noah Misch2013-12-101-49/+49
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-211-194/+578
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-231-0/+11
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-291-162/+840
* Make LATERAL implicit for functions in FROM.Tom Lane2013-01-261-5/+8
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-071-1/+2
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-4/+0
* Make DROP FUNCTION hint more informative.Robert Haas2012-06-261-2/+2
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-071-13/+14
* Prevent inlining a SQL function with multiple OUT parameters.Tom Lane2010-12-011-0/+20
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-121-3/+3
* Add an 'enable_material' GUC.Robert Haas2010-04-191-1/+2
* Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane2009-12-141-0/+61
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-081-2/+8
* Fix things so that you can still do "select foo()" where foo is a SQLTom Lane2009-06-111-0/+67
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-301-0/+20
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-311-0/+176
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+2
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-181-0/+37
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-2/+2
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-1/+1
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-2/+2
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-061-13/+13
* enable_constraint_exclusion => constraint_exclusionBruce Momjian2005-08-221-3/+2
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-231-12/+13
* Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane2005-04-211-11/+12
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-0/+131
* > Joe Conway <mail@joeconway.com> writes:Bruce Momjian2003-07-271-1/+1
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-4/+4
* Arrange to give error when a SetOp member statement refers to a variableTom Lane2003-02-131-1/+0
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-211-1/+2
* Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane2002-08-301-0/+12
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-0/+38
* Of course, the simple change has ripple effects! Here's a patch for theBruce Momjian2002-08-061-12/+12
* Add code to extract dependencies from an expression tree, and use itTom Lane2002-07-161-13/+13
* Add missing regression files for SRF.Bruce Momjian2002-06-201-0/+348