aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
Commit message (Expand)AuthorAge
* Function-call-style type coercions should be treated as explicitTom Lane2002-10-24
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoidTom Lane2002-09-01
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Manually apply part of oid patch that didn't apply cleanly.Bruce Momjian2002-07-20
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Oops, proper initialization for domainTypMod was none at all, not 0.Bruce Momjian2002-07-09
* Fix compiler warning:Bruce Momjian2002-07-09
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-06
* Update copyright to 2002.Bruce Momjian2002-06-20
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-17
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Make the world safe for atttypmod=0 ... this didn't use to mean anything,Tom Lane2001-10-04
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-03
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* Back out BYTEA binary compatibility changes.Bruce Momjian2001-06-24
* > Marko Kreen <marko@l-t.ee> writes:Bruce Momjian2001-06-23
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-19
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Fix vacuum analyze error.Tatsuo Ishii2001-02-27
* 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