aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_oper.h
Commit message (Expand)AuthorAge
* 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