aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
Commit message (Expand)AuthorAge
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-17
* Tweak select_common_type() to deal with possibility of multiple preferredTom Lane2000-12-17
* Remove obsolete comment.Tom Lane2000-12-15
* Add separate type category for bit string types, allowing mixed bit/varbitPeter Eisentraut2000-11-17
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Arrange for CASE or UNION with only untyped literal constants as inputTom Lane2000-11-09
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Type lztext is toast.Tom Lane2000-07-30
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Clean up #include's.Bruce Momjian2000-06-15
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Tweak TypeCategory to treat new BIT types as of STRING category, ratherTom Lane2000-04-08
* 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