]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_coerce.c
Create a new expression node type RelabelType, which exists solely to
[postgresql] / src / backend / parser / parse_coerce.c
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.