index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
polymorphism.out
Commit message (
Expand
)
Author
Age
*
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
*
Deparse named arguments to use the new => operator instead of :=
Robert Haas
2015-05-01
*
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-10
*
Fix ruleutils pretty-printing to not generate trailing whitespace.
Tom Lane
2013-11-11
*
Perform line wrapping and indenting by default in ruleutils.c.
Tom Lane
2013-02-03
*
Make DROP FUNCTION hint more informative.
Robert Haas
2012-06-26
*
Improve pretty printing of viewdefs.
Andrew Dunstan
2012-02-19
*
Fix getTypeIOParam to support type record[].
Tom Lane
2011-12-01
*
Adjust regression test to avoid platform-dependent failure.
Tom Lane
2011-03-14
*
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-30
*
Fix regression tests for psql \d view patch
Peter Eisentraut
2009-11-03
*
Support use of function argument names to identify which actual arguments
Tom Lane
2009-10-08
*
Add agg/normal/trigger/window flags for psql \df and in \df output.
Bruce Momjian
2009-04-21
*
Adopt Bob Jenkins' improved hash function for hash_any(). This changes the
Tom Lane
2009-02-09
*
When we added the ability to have zero-element ARRAY[] constructs by adding an
Tom Lane
2008-12-19
*
Code review for function default parameters patch. Fix numerous problems as
Tom Lane
2008-12-18
*
Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an
Tom Lane
2008-12-14
*
Default values for function arguments
Peter Eisentraut
2008-12-04
*
Add pg_typeof() function.
Tom Lane
2008-11-03
*
Support "variadic" functions, which can accept a variable number of arguments
Tom Lane
2008-07-16
*
The original implementation of polymorphic aggregates didn't really get the
Tom Lane
2008-01-11
*
Fix a thinko in my patch of a couple months ago for bug #3116: it did the
Tom Lane
2007-05-01
*
Support enum data types. Along the way, use macros for the values of
Tom Lane
2007-04-02
*
Aggregate functions now support multiple input arguments. I also took
Tom Lane
2006-07-27
*
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
Peter Eisentraut
2006-02-27
*
Tweak planner to use a minimum size estimate of 10 pages for a
Tom Lane
2005-03-24
*
Change planner to use the current true disk file size as its estimate of
Tom Lane
2004-12-01
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
Improve dynahash.c's API so that caller can specify the comparison function
Tom Lane
2003-08-19
*
Error message editing in backend/catalog.
Tom Lane
2003-07-21
*
Some early work on error message editing. Operator-not-found and
Tom Lane
2003-07-04
*
Aggregates can be polymorphic, using polymorphic implementation functions.
Tom Lane
2003-07-01