summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/polymorphism.sql
AgeCommit message (Expand)Author
2021-07-27Fix bugs in polymorphic-argument resolution for multiranges.Tom Lane
2020-12-20Multirange datatypesAlexander Korotkov
2020-11-10Work around cross-version-upgrade issues created by commit 9e38c2bb5.Tom Lane
2020-11-04Declare assorted array functions using anycompatible not anyelement.Tom Lane
2020-04-04Remove bogus Assert, add some regression test cases showing why.Tom Lane
2020-03-19Introduce "anycompatible" family of polymorphic types.Tom Lane
2020-03-17Remove bogus assertion about polymorphic SQL function result.Tom Lane
2018-08-23Fix lexing of standard multi-character operators in edge cases.Andrew Gierth
2018-03-15Clean up duplicate table and function names in regression tests.Tom Lane
2016-10-09Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane
2015-03-10Allow named parameters to be specified using => in addition to :=Robert Haas
2011-12-01Fix getTypeIOParam to support type record[].Tom Lane
2011-03-14Adjust regression test to avoid platform-dependent failure.Tom Lane
2010-05-30Change the notation for calling functions with named parameters fromTom Lane
2009-11-03Fix regression tests for psql \d view patchPeter Eisentraut
2009-10-08Support use of function argument names to identify which actual argumentsTom Lane
2009-02-09Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane
2008-12-18Code review for function default parameters patch. Fix numerous problems asTom Lane
2008-12-14Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane
2008-12-04Default values for function argumentsPeter Eisentraut
2008-11-03Add pg_typeof() function.Tom Lane
2008-07-16Support "variadic" functions, which can accept a variable number of argumentsTom Lane
2008-01-11The original implementation of polymorphic aggregates didn't really get theTom Lane
2007-05-01Fix a thinko in my patch of a couple months ago for bug #3116: it did theTom Lane
2006-07-27Aggregate functions now support multiple input arguments. I also tookTom Lane
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2003-07-01Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane