index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
prep.h
Commit message (
Expand
)
Author
Age
*
Push down outer qualification clauses into UNION and INTERSECT subqueries.
Tom Lane
2002-08-29
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
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
*
Modify optimizer data structures so that IndexOptInfo lists built for
Tom Lane
2001-05-20
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Restructure handling of inheritance queries so that they work with outer
Tom Lane
2000-11-12
*
Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the
Tom Lane
2000-10-05
*
Make inheritance planning logic a little simpler and clearer,
Tom Lane
2000-06-20
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
Add:
Bruce Momjian
2000-01-26
*
fix_parsetree_attnums was not nearly smart enough about walking parse
Tom Lane
1999-12-14
*
First cut at doing something reasonable with OR-of-ANDs WHERE
Tom Lane
1999-09-13
*
Further improvements in cnfify: reduce amount of self-recursion
Tom Lane
1999-09-12
*
More cleanup
Bruce Momjian
1999-07-16
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Fix problems with grouping/aggregation in queries that use
Tom Lane
1999-06-06
*
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
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Cleanup of UNION ALL fix. Manual page updates.
Bruce Momjian
1997-12-29
*
Implementation of UNIONs.
Bruce Momjian
1997-12-24
*
Fix aggregates on inherited tables.
Bruce Momjian
1997-12-20
*
Remove Existential, and ifdef out generate_fjoin. Neither did anything.
Bruce Momjian
1997-12-18
*
Remove archive stuff.
Bruce Momjian
1997-11-21
*
Remove all time travel stuff. Small parser cleanup.
Bruce Momjian
1997-11-20
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
another one bites the dust
Marc G. Fournier
1996-11-06
*
Clean up th ecompile process by centralizing the include files
Marc G. Fournier
1996-08-28