aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
Commit message (Expand)AuthorAge
* Implement IS OF type predicate. Can now do queries of the form:Thomas G. Lockhart2002-08-04
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-18
* Finished the Between patch Christopher started.Bruce Momjian2002-07-18
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-06
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-04
* 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
* Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane2002-04-28
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* 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
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* If the alternatives for a CASE construct all have the same typmod,Tom Lane2001-11-12
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix transformExpr() to not scribble on its input datastructure whileTom Lane2001-10-08
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* Suppress gcc warning.Tom Lane2001-09-20
* Provide tunable knob for x = NULL -> x IS NULL transformation, default to off.Peter Eisentraut2001-09-20
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-09
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-19
* This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian2001-06-04
* Print error on SELECT tab FROM tab:Bruce Momjian2001-05-21
* New comment. This func/column things has always confused me.Bruce Momjian2001-05-19
* Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian2001-05-18
* Small code cleanups,formatting.Bruce Momjian2001-05-18
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-16
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-14
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Add support for casting bit string constants.Peter Eisentraut2000-11-16
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-07
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* Clean up #include's.Bruce Momjian2000-06-15
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Modify raw parsetree representation returned by gram.y for SubLinks:Tom Lane2000-05-25
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* transformExpr() did the Wrong Thing if applied to a SubLink node thatTom Lane2000-03-19