]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_coerce.c
A visit from the message-style police ...
[postgresql] / src / backend / parser / parse_coerce.c
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...
2000-03-16 Tom LaneTurns out that Mazurkiewicz's gripe about 'function...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-03-11 Tom LaneMake TypeCategory think that NAME is a member of type
2000-02-27 Tom LaneAdd lztext to TypeCategory so that lztext OP text cases...
2000-02-20 Tom LaneCreate a new expression node type RelabelType, which...
2000-02-20 Tom LaneEven after the great date/time consolidation, TypeCateg...
2000-02-16 Thomas G. LockhartImplement "date/time grand unification".
2000-01-26 Bruce MomjianAdd:
2000-01-17 Tom LaneCreate a new parsetree node type, TypeCast, so that...
2000-01-10 Bruce MomjianMake number of args to a function configurable.
1999-12-10 Tom LaneTeach grammar and parser about aggregate(DISTINCT ...
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-10-02 Tom LaneTeach parse_coerce about non-cachable functions (actually,
1999-08-24 Tom Lanecoerce_type() failed to guard against trying to convert...
1999-08-05 Tom LaneRevise parse_coerce() to handle coercion of int and...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-06-17 Tom LaneDefend against function calls with more than 8 argument...
1999-05-29 Tom LaneAvoid redundant SysCache searches in coerce_type, for...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Bruce MomjianFix for DEFAULT ''.
1999-05-22 Bruce MomjianMake postgres prompt backend>, and remove PARSEDEBUG.
1999-05-19 Bruce MomjianUpgrade to PyGreSQL (2.4)
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1998-12-04 Thomas G. LockhartImplement CASE expression.
1998-10-22 Bruce MomjianRemove duplicate CIDR funcs by using coerce entries.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-10-01 Bruce MomjianFix for constbyval .
next