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