aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
Commit message (Expand)AuthorAge
* 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