]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_func.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / parser / parse_func.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-14 Tom LaneDisallow set-returning functions inside CASE or COALESCE.
2017-03-15 Peter EisentrautAllow referring to functions without arguments when...
2017-03-06 Peter EisentrautReplace LookupFuncNameTypeNames() with LookupFuncWithArgs()
2017-02-21 Peter EisentrautMake more use of castNode()
2017-01-16 Tom LaneFix check_srf_call_placement() to handle VALUES cases...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-07 Robert HaasImplement table partitioning.
2016-09-13 Tom LaneImprove parser's and planner's handling of set-returnin...
2016-06-26 Tom LaneRethink node-level representation of partial-aggregatio...
2016-06-18 Tom LaneFix handling of argument and result datatypes for parti...
2016-03-21 Robert HaasSupport parallel aggregation.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-06-27 Tom LaneAvoid passing NULL to memcmp() in lookups of zero-argum...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-01 Robert HaasDeparse named arguments to use the new => operator...
2015-03-18 Alvaro HerreraSetup cursor position for schema-qualified elements
2015-03-11 Robert HaasSuggest to the user the column they may have meant...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-04-03 Tom LaneCode review for commit d26888bc4d1e539a82f21382b0000fe5...
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-11-06 Tom LaneSupport default arguments and named-argument notation...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-07-18 Andrew DunstanMove checking an explicit VARIADIC "any" argument into...
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-01-22 Tom LaneAdd infrastructure for storing a VARIADIC ANY function...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-17 Tom LaneExtend the unknowns-are-same-as-known-inputs type resol...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-09 Tom LaneAdjust collation determination rules as per discussion.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-07 Tom LanePrevent invoking I/O conversion casts via functional...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-03 Tom LaneIn HEAD only, revert kluge solution for preventing...
2010-08-05 Tom LaneAdd a very specific hint for the case that we're unable...
2010-07-29 Tom LaneImproved version of patch to protect pg_get_expr()...
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-03-17 Tom LanePass incompletely-transformed aggregate argument lists...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-10-31 Tom LaneImplement parser hooks for processing ColumnRef and...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-05-12 Tom LaneDo some minor code refactoring in preparation for chang...
2009-04-24 Tom LaneFix some more 'variable may be used uninitialized'...
2009-03-26 Peter EisentrautGettext plural support
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-04 Peter EisentrautDefault values for function arguments
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-01-11 Tom LaneThe original implementation of polymorphic aggregates...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-31 Bruce MomjianRevert error message change for may/can/might --- needs...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-04-15 Tom LaneSupport the syntax
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-22 Tom LaneAdd a hack requested by the JDBC driver writers: when...
2005-05-31 Tom LaneParseComplexProjection should make use of expandRecordV...
2005-04-23 Tom LaneRemove useless argtype_inherit() code, and make consequ...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
next