summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/rangefuncs.out
AgeCommit message (Expand)Author
2025-09-08Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases.Robert Haas
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2024-04-15Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane
2024-03-06Fix type-checking of RECORD-returning functions in FROM.Tom Lane
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2022-07-22Close old gap in dependency checks for functions returning composite.Tom Lane
2021-10-14Fix planner error with pulling up subquery expressions into function RTEs.Tom Lane
2021-07-27Fix bugs in polymorphic-argument resolution for multiranges.Tom Lane
2020-12-20Multirange datatypesAlexander Korotkov
2020-10-19Fix list-munging bug that broke SQL function result coercions.Tom Lane
2020-09-22Improve the error message for an inappropriate column definition list.Tom Lane
2020-03-19Introduce "anycompatible" family of polymorphic types.Tom Lane
2020-03-17Refactor our checks for valid function and aggregate signatures.Tom Lane
2020-01-08Improve the handling of result type coercions in SQL functions.Tom Lane
2019-04-08Fix improper interaction of FULL JOINs with lateral references.Tom Lane
2018-03-15Clean up duplicate table and function names in regression tests.Tom Lane
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-03-28Make new expression eval code reject references to dropped columns.Tom Lane
2017-01-30Add a regression test script dedicated to exercising system views.Tom Lane
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2016-07-27Allow functions that return sets of tuples to return simple NULLs.Tom Lane
2016-06-07Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane
2016-04-08Use Foreign Key relationships to infer multi-column join selectivitySimon Riggs
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-03-12Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane
2014-10-20Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.Tom Lane
2014-04-30Fix indentation of JOIN clauses in rule/view dumps.Tom Lane
2014-01-09Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane
2013-12-10Rename TABLE() to ROWS FROM().Noah Misch
2013-11-22Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane
2013-08-23In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane
2013-07-29Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark
2013-01-26Make LATERAL implicit for functions in FROM.Tom Lane
2012-08-07Implement SQL-standard LATERAL subqueries.Tom Lane
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-06-26Make DROP FUNCTION hint more informative.Robert Haas
2011-10-08Support index-only scans using the visibility map to avoid heap fetches.Tom Lane
2010-12-01Prevent inlining a SQL function with multiple OUT parameters.Tom Lane
2010-07-12Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane
2010-04-19Add an 'enable_material' GUC.Robert Haas
2009-12-14Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane
2009-10-08Support use of function argument names to identify which actual argumentsTom Lane
2009-06-11Fix things so that you can still do "select foo()" where foo is a SQLTom Lane
2009-03-30Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane
2008-10-31Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2008-07-18Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane