aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/indxpath.c
Commit message (Expand)AuthorAge
* 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
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane2000-09-15
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-24
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-13
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* Make planner safe for recursive calls --- needed for cases whereTom Lane2000-07-27
* When dealing with OR-of-ANDs quals, extract multiple subclauses of an ANDTom Lane2000-07-26
* Update comments.Tom Lane2000-07-25
* Planner did the wrong thing with index-scan-backward plans: generatedTom Lane2000-07-13
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Add new selectivity estimation functions for pattern-matching operatorsTom Lane2000-04-16
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-22