aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/polymorphism.sql
Commit message (Expand)AuthorAge
* Work around cross-version-upgrade issues created by commit 9e38c2bb5.Tom Lane2020-11-10
* Fix lexing of standard multi-character operators in edge cases.Andrew Gierth2018-08-23
* Clean up duplicate table and function names in regression tests.Tom Lane2018-03-15
* Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane2016-10-09
* Allow named parameters to be specified using => in addition to :=Robert Haas2015-03-10
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-01
* Adjust regression test to avoid platform-dependent failure.Tom Lane2011-03-14
* Change the notation for calling functions with named parameters fromTom Lane2010-05-30
* Fix regression tests for psql \d view patchPeter Eisentraut2009-11-03
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane2009-02-09
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane2008-12-14
* Default values for function argumentsPeter Eisentraut2008-12-04
* Add pg_typeof() function.Tom Lane2008-11-03
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* The original implementation of polymorphic aggregates didn't really get theTom Lane2008-01-11
* Fix a thinko in my patch of a couple months ago for bug #3116: it did theTom Lane2007-05-01
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-01