summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
Commit message (Expand)AuthorAgeFilesLines
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-4/+4
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-142/+70
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-121-4/+3
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-25/+23
* Missed one place that can be simplified after recent Param/Const cleanup.Tom Lane2002-11-301-3/+2
* Use Params, rather than run-time-modified Const nodes, to handleTom Lane2002-11-261-8/+2
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-251-8/+3
* Add DOMAIN check constraints.Bruce Momjian2002-11-151-3/+53
* Function-call-style type coercions should be treated as explicitTom Lane2002-10-241-5/+2
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-107/+306
* pgindent run.Bruce Momjian2002-09-041-46/+55
* Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoidTom Lane2002-09-011-299/+266
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-52/+79
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-19/+42
* Manually apply part of oid patch that didn't apply cleanly.Bruce Momjian2002-07-201-2/+2
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-40/+56
* Oops, proper initialization for domainTypMod was none at all, not 0.Bruce Momjian2002-07-091-2/+2
* Fix compiler warning:Bruce Momjian2002-07-091-2/+2
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-061-16/+93
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-171-6/+6
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-17/+29
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-251-33/+69
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-29/+45
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-8/+19
* Code review for DOMAIN patch.Tom Lane2002-03-201-91/+187
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-1/+30
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-31/+1
* Ok. Updated patch attached.Bruce Momjian2002-03-061-1/+31
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-9/+4
* Make the world safe for atttypmod=0 ... this didn't use to mean anything,Tom Lane2001-10-041-4/+3
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-031-213/+14
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-5/+13
* Back out BYTEA binary compatibility changes.Bruce Momjian2001-06-241-5/+1
* > Marko Kreen <marko@l-t.ee> writes:Bruce Momjian2001-06-231-1/+5
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-191-1/+25
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-221-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-25/+23
* Fix vacuum analyze error.Tatsuo Ishii2001-02-271-1/+7
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-171-3/+3
* Tweak select_common_type() to deal with possibility of multiple preferredTom Lane2000-12-171-1/+2
* Remove obsolete comment.Tom Lane2000-12-151-10/+1
* Add separate type category for bit string types, allowing mixed bit/varbitPeter Eisentraut2000-11-171-2/+6
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-17/+19
* Arrange for CASE or UNION with only untyped literal constants as inputTom Lane2000-11-091-1/+17
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-1/+95
* 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