summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/polymorphism.out
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-4/+4
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-4/+4
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-4/+4
* Fix bugs in polymorphic-argument resolution for multiranges.Tom Lane2021-07-271-1/+67
* Multirange datatypesAlexander Korotkov2020-12-201-21/+104
* Work around cross-version-upgrade issues created by commit 9e38c2bb5.Tom Lane2020-11-101-15/+17
* Declare assorted array functions using anycompatible not anyelement.Tom Lane2020-11-041-5/+5
* Remove bogus Assert, add some regression test cases showing why.Tom Lane2020-04-041-0/+13
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-191-0/+311
* Refactor our checks for valid function and aggregate signatures.Tom Lane2020-03-171-19/+19
* Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.Tom Lane2020-03-171-1/+1
* Remove bogus assertion about polymorphic SQL function result.Tom Lane2020-03-171-2/+76
* Fix lexing of standard multi-character operators in edge cases.Andrew Gierth2018-08-231-0/+36
* Clean up duplicate table and function names in regression tests.Tom Lane2018-03-151-13/+13
* SQL proceduresPeter Eisentraut2017-11-301-8/+8
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-7/+7
* Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane2016-10-091-0/+55
* Deparse named arguments to use the new => operator instead of :=Robert Haas2015-05-011-6/+6
* Allow named parameters to be specified using => in addition to :=Robert Haas2015-03-101-0/+67
* Fix ruleutils pretty-printing to not generate trailing whitespace.Tom Lane2013-11-111-3/+3
* Perform line wrapping and indenting by default in ruleutils.c.Tom Lane2013-02-031-1/+2
* Make DROP FUNCTION hint more informative.Robert Haas2012-06-261-3/+3
* Improve pretty printing of viewdefs.Andrew Dunstan2012-02-191-1/+3
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-011-0/+21
* Adjust regression test to avoid platform-dependent failure.Tom Lane2011-03-141-1/+2
* Change the notation for calling functions with named parameters fromTom Lane2010-05-301-41/+41
* Fix regression tests for psql \d view patchPeter Eisentraut2009-11-031-8/+8
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-081-4/+330
* Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian2009-04-211-6/+6
* Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane2009-02-091-46/+46
* When we added the ability to have zero-element ARRAY[] constructs by adding anTom Lane2008-12-191-4/+4
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-181-46/+110
* Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane2008-12-141-0/+11
* Default values for function argumentsPeter Eisentraut2008-12-041-0/+187
* Add pg_typeof() function.Tom Lane2008-11-031-0/+55
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-0/+108
* The original implementation of polymorphic aggregates didn't really get theTom Lane2008-01-111-0/+36
* Fix a thinko in my patch of a couple months ago for bug #3116: it did theTom Lane2007-05-011-0/+35
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-18/+18
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-30/+42
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-15/+15
* Tweak planner to use a minimum size estimate of 10 pages for aTom Lane2005-03-241-23/+23
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-011-23/+23
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-36/+36
* Improve dynahash.c's API so that caller can specify the comparison functionTom Lane2003-08-191-23/+23
* Error message editing in backend/catalog.Tom Lane2003-07-211-18/+36
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-19/+19
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-011-0/+514