summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/indxpath.c
Commit message (Expand)AuthorAgeFilesLines
* Make some improvements in the intelligence of the partial-indexTom Lane2004-01-071-52/+190
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-051-28/+77
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-051-20/+37
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-041-6/+6
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-041-307/+123
* Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane2003-12-301-22/+31
* Be a little smarter in group_clauses_by_indexkey_for_join: detect casesTom Lane2003-12-181-26/+39
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-56/+76
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-90/+101
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-17/+14
* Adjust nestloop-with-inner-indexscan plan generation so that we catchTom Lane2003-06-151-18/+45
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-281-36/+43
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-147/+100
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-2/+2
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-286/+273
* Add missing #include.Tom Lane2003-05-151-1/+2
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-151-35/+46
* Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane2003-05-131-80/+71
* Tweak selectivity and related routines to cope with domains. Per reportTom Lane2003-03-231-5/+8
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-35/+36
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-281-2/+6
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-241-4/+6
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-2/+4
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-151-21/+21
* Fix GEQO to work again in CVS tip, by being more careful about memoryTom Lane2002-12-161-4/+20
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-151-8/+22
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-131-3/+5
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-48/+44
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-251-4/+4
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-241-312/+464
* Reduce a couple of debugging messages from LOG to DEBUG1 category.Tom Lane2002-11-011-3/+3
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-95/+5
* pgindent run.Bruce Momjian2002-09-041-4/+4
* > Okay. When you get back to the original issue, the gold is hidden inBruce Momjian2002-09-021-76/+48
* Fix testing of partial-index predicates to work correctly in cases whereTom Lane2002-07-131-4/+19
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-3/+3
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-7/+8
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-4/+7
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-051-5/+5
* Code review for DOMAIN patch.Tom Lane2002-03-201-3/+3
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-49/+45
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-98/+70
* Modify partial-index-predicate applicability tester to test whetherTom Lane2001-08-061-69/+78
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-29/+38
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-251-1/+2
* Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane2001-06-171-1/+115