Commit Graph

23 Commits (01ba7894f3f72ea57d1cfdc4f40f6231bc6cd9cd)

Author SHA1 Message Date
Tom Lane f4abd0241d Support flattening of empty-FROM subqueries and one-row VALUES tables. 11 years ago
Tom Lane f330a6d140 Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries. 11 years ago
Tom Lane 080b7db72e Fix "cannot accept a set" error when only some arms of a CASE return a set. 12 years ago
Noah Misch 53685d7981 Rename TABLE() to ROWS FROM(). 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 12 years ago
Tom Lane fcf9ecad57 In locate_grouping_columns(), don't expect an exact match of Var typmods. 13 years ago
Greg Stark c62736cc37 Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF) 13 years ago
Tom Lane 2378d79ab2 Make LATERAL implicit for functions in FROM. 13 years ago
Tom Lane 225f0aa3df Prevent inlining a SQL function with multiple OUT parameters. 15 years ago
Tom Lane 53e757689c Make NestLoop plan nodes pass outer-relation variables into their inner 16 years ago
Tom Lane a620d5005d Fix a bug introduced when set-returning SQL functions were made inline-able: 16 years ago
Tom Lane 717fa274d1 Support use of function argument names to identify which actual arguments 17 years ago
Tom Lane 0c19f05803 Fix things so that you can still do "select foo()" where foo is a SQL 17 years ago
Tom Lane 793d5662e8 Fix an oversight in the support for storing/retrieving "minimal tuples" in 17 years ago
Tom Lane 9b46abb7c4 Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 17 years ago
Tom Lane 69a785b8bf Implement SQL-spec RETURNS TABLE syntax for functions. 18 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Tom Lane 47888fe842 First phase of OUT-parameters project. We can now define and use SQL 21 years ago
Bruce Momjian 38fb906f93 > Joe Conway <mail@joeconway.com> writes: 23 years ago
Tom Lane 549928d99b Fix for breakage of C-coded SRFs, from Joe Conway. 24 years ago
Tom Lane 64505ed58b Code review for standalone composite types, query-specified composite 24 years ago
Tom Lane 30ec31604d Add code to extract dependencies from an expression tree, and use it 24 years ago
Bruce Momjian 95712b15b1 Add missing regression files for SRF. 24 years ago