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