aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
Commit message (Expand)AuthorAge
* Hack parse_coerce so it won't try to constant-fold the dummy ConstTom Lane2000-03-23
* Reverse out BYTEA type coersion.Bruce Momjian2000-03-20
* Add compatiblity information for bytea.Bruce Momjian2000-03-20
* In can_coerce_type, verify that a possible type-coercion functionTom Lane2000-03-19
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-16
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Make TypeCategory think that NAME is a member of typeTom Lane2000-03-11
* Add lztext to TypeCategory so that lztext OP text cases will workTom Lane2000-02-27
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-20
* Even after the great date/time consolidation, TypeCategory() was stillTom Lane2000-02-20
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-16
* Add:Bruce Momjian2000-01-26
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-17
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-10
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Teach parse_coerce about non-cachable functions (actually,Tom Lane1999-10-02
* coerce_type() failed to guard against trying to convert a NULLTom Lane1999-08-24
* Revise parse_coerce() to handle coercion of int and floatTom Lane1999-08-05
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Defend against function calls with more than 8 arguments (codeTom Lane1999-06-17
* Avoid redundant SysCache searches in coerce_type, for anotherTom Lane1999-05-29
* pgindent run over code.Bruce Momjian1999-05-25
* Fix for DEFAULT ''.Bruce Momjian1999-05-22
* Make postgres prompt backend>, and remove PARSEDEBUG.Bruce Momjian1999-05-22
* Upgrade to PyGreSQL (2.4)Bruce Momjian1999-05-19
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Implement CASE expression.Thomas G. Lockhart1998-12-04
* Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian1998-10-22
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Fix for constbyval .Bruce Momjian1998-10-01
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Include OID as a built-in type.Thomas G. Lockhart1998-08-14
* Allow floating point constants for "def_arg" numeric arguments.Thomas G. Lockhart1998-07-08
* Do type conversion to match columns in UNION clauses.Thomas G. Lockhart1998-05-29
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-09