index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
restrictinfo.c
Commit message (
Expand
)
Author
Age
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-30
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
*
Adjust remove_redundant_join_clauses() so that when it has a choice
Tom Lane
2004-02-27
*
Adjust indexscan planning logic to keep RestrictInfo nodes associated
Tom Lane
2004-01-05
*
Add the ability to extract OR indexscan conditions from OR-of-AND
Tom Lane
2004-01-05
*
Merge restrictlist_selectivity into clauselist_selectivity by
Tom Lane
2004-01-04
*
Rewrite OR indexscan processing to be more flexible. We can now for the
Tom Lane
2004-01-04
*
Adjust the definition of RestrictInfo's left_relids and right_relids
Tom Lane
2003-12-30
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Adjust nestloop-with-inner-indexscan plan generation so that we catch
Tom Lane
2003-06-15
*
Modify planner's implied-equality-deduction code so that when a set
Tom Lane
2003-01-24
*
Restructure planning of nestloop inner indexscans so that the set of usable
Tom Lane
2002-11-24
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-29
*
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-09-12
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
*
Add:
Bruce Momjian
2000-01-26
*
Further work on planning of indexscans. Cleaned up interfaces
Tom Lane
1999-07-25
*
Clean up messy clause-selectivity code in clausesel.c; repair bug
Tom Lane
1999-07-24
*
Final cleanup.
Bruce Momjian
1999-07-16
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Optimizer cleanup.
Bruce Momjian
1999-02-05