index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
parser
/
parse_oper.h
Commit message (
Expand
)
Author
Age
*
Tighten selection of equality and ordering operators for grouping
Tom Lane
2002-11-29
*
pgindent run.
Bruce Momjian
2002-09-04
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Give left_oper() and right_oper() noError parameters like oper() (the
Tom Lane
2002-05-01
*
Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take
Tom Lane
2002-04-16
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Clean up two rather nasty bugs in operator selection code.
Tom Lane
2001-02-16
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
*
Add:
Bruce Momjian
2000-01-26
*
any_ordering_op()'s argument should be declared Oid not int.
Tom Lane
1999-12-12
*
Remove bogus code in oper_exact --- if it didn't find an exact
Tom Lane
1999-08-23
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Define new routines oper_exact() and oper_inexact().
Thomas G. Lockhart
1998-05-29
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Make parser functions static where possible.
Bruce Momjian
1997-11-26
*
Cleanup up include files.
Bruce Momjian
1997-11-26
*
Break parser functions into smaller files, group together.
Bruce Momjian
1997-11-25