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
/
paths.h
Commit message (
Expand
)
Author
Age
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-08-14
*
Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX().
Tom Lane
2008-03-31
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix EquivalenceClass code to handle volatile sort expressions in a more
Tom Lane
2007-11-08
*
Create a function variable "join_search_hook" to let plugins override the
Tom Lane
2007-09-26
*
Fix best_inner_indexscan to return both the cheapest-total-cost and
Tom Lane
2007-05-22
*
Avoid running build_index_pathkeys() in situations where there cannot
Tom Lane
2007-04-15
*
Restructure code that is responsible for ensuring that clauseless joins are
Tom Lane
2007-02-16
*
Refactor planner's pathkeys data structure to create a separate, explicit
Tom Lane
2007-01-20
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Make the planner estimate costs for nestloop inner indexscans on the basis
Tom Lane
2006-06-06
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Fix code that checks to see if an index can be considered to match the query's
Tom Lane
2006-01-29
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
*
Teach planner and executor to handle ScalarArrayOpExpr as an indexable
Tom Lane
2005-11-25
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Change the division of labor between grouping_planner and query_planner
Tom Lane
2005-08-27
*
Fix a bunch of bad interactions between partial indexes and the new
Tom Lane
2005-07-28
*
Separate predicate-testing code out of indxpath.c, making it a module
Tom Lane
2005-06-10
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
*
Remove support for OR'd indexscans internal to a single IndexScan plan
Tom Lane
2005-04-25
*
First cut at planner support for bitmap index scans. Lots to do yet,
Tom Lane
2005-04-22
*
Create the planner mechanism for optimizing simple MIN and MAX queries
Tom Lane
2005-04-11
*
Add a back-link from IndexOptInfo structs to their parent RelOptInfo
Tom Lane
2005-03-27
*
Expand the 'special index operator' machinery to handle special cases
Tom Lane
2005-03-26
*
The result of a FULL or RIGHT join can't be assumed to be sorted by the
Tom Lane
2005-01-23
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Fix OR-index-scan planner to recognize that a partial index is usable
Tom Lane
2004-10-11
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
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
*
Rewrite OR indexscan processing to be more flexible. We can now for the
Tom Lane
2004-01-04
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing
Tom Lane
2003-05-26
*
Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to
Tom Lane
2003-02-15
*
Allow the planner to collapse explicit inner JOINs together, rather than
Tom Lane
2003-01-25
*
Modify planner's implied-equality-deduction code so that when a set
Tom Lane
2003-01-24
*
Fix GEQO to work again in CVS tip, by being more careful about memory
Tom Lane
2002-12-16
*
Phase 2 of read-only-plans project: restructure expression-tree nodes
Tom Lane
2002-12-12
*
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
*
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
[next]