aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/indxpath.c
Commit message (Expand)AuthorAge
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-25
* Adjust nestloop-with-inner-indexscan plan generation so that we catchTom Lane2003-06-15
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-28
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26
* Add missing #include.Tom Lane2003-05-15
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane2003-05-13
* Tweak selectivity and related routines to cope with domains. Per reportTom Lane2003-03-23
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-28
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-24
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-15
* Fix GEQO to work again in CVS tip, by being more careful about memoryTom Lane2002-12-16
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-25
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-24
* Reduce a couple of debugging messages from LOG to DEBUG1 category.Tom Lane2002-11-01
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* > Okay. When you get back to the original issue, the gold is hidden inBruce Momjian2002-09-02
* Fix testing of partial-index predicates to work correctly in cases whereTom Lane2002-07-13
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-05
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Modify partial-index-predicate applicability tester to test whetherTom Lane2001-08-06
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-25
* Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane2001-06-17
* Improve planning of OR indexscan plans: for quals likeTom Lane2001-06-05
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-16
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-14
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16