summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
Commit message (Expand)AuthorAgeFilesLines
* Type lztext is toast.Tom Lane2000-07-301-2/+1
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-2/+3
* Clean up #include's.Bruce Momjian2000-06-151-1/+2
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-44/+49
* Tweak TypeCategory to treat new BIT types as of STRING category, ratherTom Lane2000-04-081-1/+14
* Hack parse_coerce so it won't try to constant-fold the dummy ConstTom Lane2000-03-231-5/+10
* Reverse out BYTEA type coersion.Bruce Momjian2000-03-201-3/+1
* Add compatiblity information for bytea.Bruce Momjian2000-03-201-2/+5
* In can_coerce_type, verify that a possible type-coercion functionTom Lane2000-03-191-5/+13
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-161-45/+57
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-1/+2
* Make TypeCategory think that NAME is a member of typeTom Lane2000-03-111-4/+10
* Add lztext to TypeCategory so that lztext OP text cases will workTom Lane2000-02-271-1/+3
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-201-8/+24
* Even after the great date/time consolidation, TypeCategory() was stillTom Lane2000-02-201-1/+4
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-161-10/+15
* Add:Bruce Momjian2000-01-261-2/+3
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-171-3/+67
* Make number of args to a function configurable.Bruce Momjian2000-01-101-3/+3
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-101-1/+3
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* 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