aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/pathnode.c
Commit message (Expand)AuthorAge
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-30
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-30
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-24
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* Update copyright to 2002.Bruce Momjian2002-06-20
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-05
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* 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
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-12
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* 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
* Plug some more memory leaks in the planner. It still leaks like a sieve,Tom Lane2000-02-18
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-07
* Add:Bruce Momjian2000-01-26
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-16
* Revise generation of hashjoin paths: generate one path perTom Lane1999-08-06
* Update comments about clause selectivity estimation.Tom Lane1999-07-30
* Further cleanups of indexqual processing: simplify controlTom Lane1999-07-30
* Fix coredump seen when doing mergejoin between indexed tables,Tom Lane1999-07-30
* First cut at doing LIKE/regex indexing optimization inTom Lane1999-07-27
* Further work on planning of indexscans. Cleaned up interfacesTom Lane1999-07-25
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-24
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* pathkeys fixesBruce Momjian1999-02-20
* Update pathkeys comparison function.Bruce Momjian1999-02-20
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-18
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-12