]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_coerce.c
> Marko Kreen <marko@l-t.ee> writes:
[postgresql] / src / backend / parser / parse_coerce.c
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 .
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-14 Thomas G. LockhartInclude OID as a built-in type.
1998-07-08 Thomas G. LockhartAllow floating point constants for "def_arg" numeric...
1998-05-29 Thomas G. LockhartDo type conversion to match columns in UNION clauses.
1998-05-09 Thomas G. LockhartAdd capabilities for automatic type conversion.