]> granicus.if.org Git - postgresql/history - src/test/regress/expected/polymorphism.out
Don't allow logging in with empty password.
[postgresql] / src / test / regress / expected / polymorphism.out
2016-11-03 Peter Eisentrautpsql: Split up "Modifiers" column in \d and \dD
2016-10-09 Tom LaneFix incorrect handling of polymorphic aggregates used...
2015-05-01 Robert HaasDeparse named arguments to use the new => operator...
2015-03-10 Robert HaasAllow named parameters to be specified using => in...
2013-11-11 Tom LaneFix ruleutils pretty-printing to not generate trailing...
2013-02-03 Tom LanePerform line wrapping and indenting by default in ruleu...
2012-06-26 Robert HaasMake DROP FUNCTION hint more informative.
2012-02-19 Andrew DunstanImprove pretty printing of viewdefs.
2011-12-01 Tom LaneFix getTypeIOParam to support type record[].
2011-03-14 Tom LaneAdjust regression test to avoid platform-dependent...
2010-05-30 Tom LaneChange the notation for calling functions with named...
2009-11-03 Peter EisentrautFix regression tests for psql \d view patch
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-04-21 Bruce MomjianAdd agg/normal/trigger/window flags for psql \df and...
2009-02-09 Tom LaneAdopt Bob Jenkins' improved hash function for hash_any...
2008-12-19 Tom LaneWhen we added the ability to have zero-element ARRAY...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-14 Tom LaneRestore enforce_generic_type_consistency's pre-8.3...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-01-11 Tom LaneThe original implementation of polymorphic aggregates...
2007-05-01 Tom LaneFix a thinko in my patch of a couple months ago for...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2005-03-24 Tom LaneTweak planner to use a minimum size estimate of 10...
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-19 Tom LaneImprove dynahash.c's API so that caller can specify...
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...