aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/indxpath.c
Commit message (Expand)AuthorAge
* cleanupsBruce Momjian1999-03-18
* Final optimizer cleanups.Bruce Momjian1999-02-22
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-18
* optimizer renameBruce Momjian1999-02-15
* optimizer renameBruce Momjian1999-02-15
* otherrels is now unjoined_relsBruce Momjian1999-02-15
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-15
* Replace non-idiomatic nconc(x, lcons(y, NIL)) with lappend(x, y).Tom Lane1999-02-15
* Fix a number of places that made faulty assumptions aboutTom Lane1999-02-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* More optimizer speedups.Bruce Momjian1999-02-11
* Optmizer cleanupBruce Momjian1999-02-10
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-10
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-09
* Optimizer cleanup.Bruce Momjian1999-02-08
* Optimizer cleanup.Bruce Momjian1999-02-05
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-03
* Fix for AND/OR handling.Bruce Momjian1998-09-21
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* OR clause index fixBruce Momjian1998-08-31
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Check for null pointer returned from get_opname().Thomas G. Lockhart1998-08-16
* Allow binary-compatible indices to be considered when checking for validThomas G. Lockhart1998-08-14
* index strategy cleanupBruce Momjian1998-08-11
* Cleanups of optimizer.Bruce Momjian1998-08-10
* Cleanup optimizer function names and clarify code.Bruce Momjian1998-08-10
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-04
* Update flow chart.Bruce Momjian1998-08-04
* Cleanup of OR processing.Bruce Momjian1998-08-03
* Fix for OR handling with multiple indexes.Bruce Momjian1998-08-02
* Cleanup of OR fix.Bruce Momjian1998-08-01
* Allow index use with OR clauses.Bruce Momjian1998-08-01
* Matching clauses to functional indices was broken, now fixed.Vadim B. Mikheev1998-07-31
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-18
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* This patch...Bruce Momjian1998-04-27
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Quite limited support for subselects in clausesel.c.Vadim B. Mikheev1998-02-13
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* Patches for Vadim's multikey indexing...Marc G. Fournier1997-03-18
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* 1. INDEXSCAN_PATCH changes: (op Param Var) should work tooVadim B. Mikheev1997-01-22