]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_coerce.c
Reduce hash size for compute_array_stats, compute_tsvector_stats.
[postgresql] / src / backend / parser / parse_coerce.c
2012-03-27 Tom LaneBend parse location rules for the convenience of pg_sta...
2012-01-02 Tom LaneFix coerce_to_target_type for coerce_type's klugy handl...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-08 Tom LaneAllow domains over arrays to match ANYARRAY parameters...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-08 Tom LaneAvoid an unnecessary syscache lookup in parse_coerce.c.
2011-03-26 Tom LaneClean up a few failures to set collation fields in...
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Peter EisentrautAllow casting a table's row type to the table's superty...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-03-04 Heikki LinnakangasFix IsBinaryCoercible to not confuse a cast using in...
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-10-31 Tom LaneImplement parser hooks for processing ColumnRef and...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-12 Tom LaneModify find_inheritance_children() and find_all_inherit...
2009-05-12 Tom LaneDo some minor code refactoring in preparation for chang...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-14 Tom LaneRestore enforce_generic_type_consistency's pre-8.3...
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-25 Tom LaneAdd a heuristic to transformAExprIn() to make it prefer...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-06 Tom LaneWhen expanding a whole-row Var into a RowExpr during...
2008-09-10 Tom LaneMake our parsing of INTERVAL literals spec-compliant...
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 LaneAllow I/O conversion casts to be applied to or from...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-01-11 Tom LaneThe original implementation of polymorphic aggregates...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-26 Tom LaneFix select_common_type() so that it can select a domain...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-06 Tom LaneMake eval_const_expressions() preserve typmod when...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
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-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-17 Tom LaneFix up the remaining places where the expression node...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-12-10 Tom LaneAdd a paramtypmod field to Param nodes. This is dead...
2006-11-28 Peter EisentrautFix some translator comments so that xgettext finds...
2006-10-11 Tom LaneRepair incorrect check for coercion of unknown literal...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-26 Tom LaneCode review for bigint-LIMIT patch. Fix missed planner...
2006-07-26 Bruce MomjianChange LIMIT/OFFSET to use int8
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-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-12 Neil ConwayWe neglected to apply domain constraints on UNKNOWN...
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-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-05-30 Tom LaneChange the UNKNOWN type to have an internal representat...
2005-05-29 Tom LaneRemove typeidIsValid() checks in can_coerce_type()...
2005-05-05 Tom LaneAllow implicit cast from any named composite type to...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-11-06 Tom LaneWhen implementing a coercion to a domain type with...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-08-17 Tom LaneStandardize on the assumption that the arguments of...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-03-15 Tom LaneRemove grotty special-case code in coerce_to_target_typ...
2003-12-17 Tom LaneReorder tests in parse_coerce so that ANY/ANYELEMENT...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-23 Tom LaneTweak generic_type_consistency routines to avoid loss...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-07-03 Tom LaneDo honest transformation and preprocessing of LIMIT...
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
next