]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_coerce.c
Modify all callers of datatype input and receive functions so that if these
[postgresql] / src / backend / parser / parse_coerce.c
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...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-04 Tom LaneMake the world safe for atttypmod=0 ... this didn't...
2001-10-03 Thomas G. LockhartImplement precision support for timestamp and time...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-06-24 Bruce MomjianBack out BYTEA binary compatibility changes.
2001-06-23 Bruce Momjian> Marko Kreen <marko@l-t.ee> writes:
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-05-22 Peter EisentrautMake bit and bit varying types reject too long input...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-27 Tatsuo IshiiFix vacuum analyze error.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2000-12-17 Tom LaneTweak select_common_type() to deal with possibility...
2000-12-15 Tom LaneRemove obsolete comment.
2000-11-17 Peter EisentrautAdd separate type category for bit string types, allowi...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-09 Tom LaneArrange for CASE or UNION with only untyped literal...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-07-30 Tom LaneType lztext is toast.
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-15 Bruce MomjianClean up #include's.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-08 Tom LaneTweak TypeCategory to treat new BIT types as of STRING...
2000-03-23 Tom LaneHack parse_coerce so it won't try to constant-fold...
2000-03-20 Bruce MomjianReverse out BYTEA type coersion.
2000-03-20 Bruce MomjianAdd compatiblity information for bytea.
2000-03-19 Tom LaneIn can_coerce_type, verify that a possible type-coercio...
next