summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
Commit message (Expand)AuthorAgeFilesLines
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-155/+36
* pgindent run.Bruce Momjian2002-09-041-149/+159
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-6/+8
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-2/+2
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-081-7/+10
* Implement IS OF type predicate. Can now do queries of the form:Thomas G. Lockhart2002-08-041-9/+44
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-181-82/+7
* Finished the Between patch Christopher started.Bruce Momjian2002-07-181-7/+82
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-061-3/+6
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-041-1/+12
* 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-64/+43
* Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane2002-04-281-6/+6
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-15/+13
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-2/+3
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-6/+11
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-27/+3
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-90/+232
* Code review for DOMAIN patch.Tom Lane2002-03-201-4/+3
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-3/+4
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-2/+2
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-4/+3
* Ok. Updated patch attached.Bruce Momjian2002-03-061-3/+4
* If the alternatives for a CASE construct all have the same typmod,Tom Lane2001-11-121-1/+32
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-23/+23
* Fix transformExpr() to not scribble on its input datastructure whileTom Lane2001-10-081-49/+57
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-3/+3
* Suppress gcc warning.Tom Lane2001-09-201-5/+11
* Provide tunable knob for x = NULL -> x IS NULL transformation, default to off.Peter Eisentraut2001-09-201-10/+32
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-091-13/+13
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-191-39/+81
* This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian2001-06-041-1/+2
* Print error on SELECT tab FROM tab:Bruce Momjian2001-05-211-1/+4
* New comment. This func/column things has always confused me.Bruce Momjian2001-05-191-4/+4
* Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian2001-05-181-4/+4
* Small code cleanups,formatting.Bruce Momjian2001-05-181-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-11/+14
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-161-1/+6
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-141-3/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-16/+28
* Add support for casting bit string constants.Peter Eisentraut2000-11-161-1/+2
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-25/+31
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-95/+18
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-7/+8
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-25/+36
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-5/+9
* Clean up #include's.Bruce Momjian2000-06-151-1/+2
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-2/+3