summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-21Make some messages more consistent in stylePeter Eisentraut
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-27Bend parse location rules for the convenience of pg_stat_statements.Tom Lane
2012-01-02Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-20Further code review for range types patch.Tom Lane
2011-11-03Support range data types.Heikki Linnakangas
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-08Allow domains over arrays to match ANYARRAY parameters again.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-08Avoid an unnecessary syscache lookup in parse_coerce.c.Tom Lane
2011-03-26Clean up a few failures to set collation fields in expression nodes.Tom Lane
2011-03-25Pass collation to makeConst() instead of looking it up internally.Tom Lane
2011-03-19Revise collation derivation method and expression-tree representation.Tom Lane
2011-03-11Split CollateClause into separate raw and analyzed node types.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-01Allow casting a table's row type to the table's supertype if it's a typed tablePeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-21Improve handling of domains over arrays.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-03-04Fix IsBinaryCoercible to not confuse a cast using in/out functionsHeikki Linnakangas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-31Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-12Modify find_inheritance_children() and find_all_inheritors() to add theTom Lane
2009-05-12Do some minor code refactoring in preparation for changing the APIs ofTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-28Support window functions a la SQL:2008.Tom Lane
2008-12-14Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane
2008-10-31Add support for user-defined I/O conversion casts.Heikki Linnakangas
2008-10-25Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)"Tom Lane
2008-10-13Implement comparison of generic records (composite types), and invent aTom Lane
2008-10-06When expanding a whole-row Var into a RowExpr during ResolveNew(), attachTom Lane
2008-09-10Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2008-08-28Extend the parser location infrastructure to include a location field inTom Lane
2008-08-25Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane
2008-07-30Allow I/O conversion casts to be applied to or from any type that is a memberTom Lane
2008-07-30Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane
2008-01-11The original implementation of polymorphic aggregates didn't really get theTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-26Fix select_common_type() so that it can select a domain type, if all inputsTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-06Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane