]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_coerce.c
Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)"
[postgresql] / src / backend / parser / parse_coerce.c
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...
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-25 Bruce Momjian Fix up JOIN .. USING with domains
2003-06-24 Bruce MomjianArray mega-patch.
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-10 Tom LaneRemove premature attempt to constant-fold type coercion...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-30 Tom LaneMissed one place that can be simplified after recent...
2002-11-26 Tom LaneUse Params, rather than run-time-modified Const nodes...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-10-24 Tom LaneFunction-call-style type coercions should be treated...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-01 Tom LaneCode cleanups: make non-implicit WITHOUT FUNCTION casts...
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-07-20 Bruce MomjianManually apply part of oid patch that didn't apply...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-09 Bruce MomjianOops, proper initialization for domainTypMod was none...
2002-07-09 Bruce MomjianFix compiler warning:
2002-07-06 Bruce MomjianI've fixed up the way domain constraints (not null...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
next