]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_func.c
Fix misc typos, mostly in comments.
[postgresql] / src / backend / parser / parse_func.c
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-07-07 Peter EisentrautAdd separate error message for procedure does not exist
2018-06-18 Tom LaneConsider syntactic form when disambiguating function...
2018-06-16 Tom LaneFix some minor error-checking oversights in ParseFuncOr...
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-02-10 Tom LaneFix oversight in CALL argument handling, and do some...
2018-02-07 Tom LaneSupport all SQL:2011 options for window frame clauses.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-13 Peter EisentrautFix crash when using CALL on an aggregate
2017-11-30 Peter EisentrautSQL procedures
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-10-26 Tom LaneSupport domains over composite types.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
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...
next