aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_oper.h
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Tighten selection of equality and ordering operators for groupingTom Lane2002-11-29
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Give left_oper() and right_oper() noError parameters like oper() (theTom Lane2002-05-01
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* 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 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:Bruce Momjian2000-01-26
* any_ordering_op()'s argument should be declared Oid not int.Tom Lane1999-12-12
* Remove bogus code in oper_exact --- if it didn't find an exactTom Lane1999-08-23
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Define new routines oper_exact() and oper_inexact().Thomas G. Lockhart1998-05-29
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Make parser functions static where possible.Bruce Momjian1997-11-26
* Cleanup up include files.Bruce Momjian1997-11-26
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25