Commit Graph

17 Commits (e95126cf048b08d7ff5eb72ec33737e9e27c08f8)

Author SHA1 Message Date
Robert Haas 865f14a2d3 Allow named parameters to be specified using => in addition to := 11 years ago
Tom Lane 65d9aedb1b Fix getTypeIOParam to support type record[]. 14 years ago
Tom Lane f12423d75a Adjust regression test to avoid platform-dependent failure. 15 years ago
Tom Lane b12b7a9038 Change the notation for calling functions with named parameters from 16 years ago
Peter Eisentraut 16cd34a435 Fix regression tests for psql \d view patch 16 years ago
Tom Lane 717fa274d1 Support use of function argument names to identify which actual arguments 17 years ago
Tom Lane 8205258fa6 Adopt Bob Jenkins' improved hash function for hash_any(). This changes the 17 years ago
Tom Lane 517ae4039e Code review for function default parameters patch. Fix numerous problems as 17 years ago
Tom Lane a9d5f30be3 Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an 17 years ago
Peter Eisentraut 455dffbb73 Default values for function arguments 17 years ago
Tom Lane b8fab2411d Add pg_typeof() function. 17 years ago
Tom Lane d89737d31c Support "variadic" functions, which can accept a variable number of arguments 18 years ago
Tom Lane 89c0a87fda The original implementation of polymorphic aggregates didn't really get the 18 years ago
Tom Lane b4349519c1 Fix a thinko in my patch of a couple months ago for bug #3116: it did the 19 years ago
Tom Lane 108fe47301 Aggregate functions now support multiple input arguments. I also took 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Tom Lane e3b1b6c0cd Aggregates can be polymorphic, using polymorphic implementation functions. 23 years ago