summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
Commit message (Expand)AuthorAgeFilesLines
* Teach parse_coerce about non-cachable functions (actually,Tom Lane1999-10-021-32/+17
* coerce_type() failed to guard against trying to convert a NULLTom Lane1999-08-241-17/+17
* Revise parse_coerce() to handle coercion of int and floatTom Lane1999-08-051-56/+83
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-4/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* Defend against function calls with more than 8 arguments (codeTom Lane1999-06-171-3/+4
* Avoid redundant SysCache searches in coerce_type, for anotherTom Lane1999-05-291-5/+7
* pgindent run over code.Bruce Momjian1999-05-251-11/+13
* Fix for DEFAULT ''.Bruce Momjian1999-05-221-6/+12
* Make postgres prompt backend>, and remove PARSEDEBUG.Bruce Momjian1999-05-221-100/+3
* Upgrade to PyGreSQL (2.4)Bruce Momjian1999-05-191-2/+1
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-9/+9
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Implement CASE expression.Thomas G. Lockhart1998-12-041-2/+2
* Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian1998-10-221-1/+10
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-2/+4
* Fix for constbyval .Bruce Momjian1998-10-011-5/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-116/+144
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-11/+11
* Include OID as a built-in type.Thomas G. Lockhart1998-08-141-2/+6
* Allow floating point constants for "def_arg" numeric arguments.Thomas G. Lockhart1998-07-081-1/+3
* Do type conversion to match columns in UNION clauses.Thomas G. Lockhart1998-05-291-2/+2
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-091-0/+560