summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/polymorphism.sql
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane2016-10-091-0/+22
* Allow named parameters to be specified using => in addition to :=Robert Haas2015-03-101-0/+16
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-011-0/+15
* 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-29/+29
* Fix regression tests for psql \d view patchPeter Eisentraut2009-11-031-1/+1
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-081-2/+123
* Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane2009-02-091-23/+23
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-181-26/+49
* Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane2008-12-141-0/+7
* Default values for function argumentsPeter Eisentraut2008-12-041-0/+114
* Add pg_typeof() function.Tom Lane2008-11-031-0/+11
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-0/+43
* 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/+16
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-12/+21
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-15/+15
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-011-0/+367