]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/indxpath.c
Revise handling of index-type-specific indexscan cost estimation, per
[postgresql] / src / backend / optimizer / path / indxpath.c
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-12-31 Tom LaneGenerate double-sided LIKE indexquals that work even...
1999-12-31 Tom LaneClean up loose end in LIKE optimization fix: parser...
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-13 Tom LaneFirst cut at doing something reasonable with OR-of...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-08-12 Tom LaneClean up optimizer's handling of indexscan quals that...
1999-07-30 Tom LaneFurther cleanups of indexqual processing: simplify...
1999-07-27 Tom LaneFirst cut at doing LIKE/regex indexing optimization in
1999-07-25 Tom LaneFurther work on planning of indexscans. Cleaned up...
1999-07-25 Tom LaneRemove 'restrictinfojoinid' field from RestrictInfo...
1999-07-24 Tom LaneClean up messy clause-selectivity code in clausesel...
1999-07-23 Tom LaneMinor code beautification, extensive improvement of
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-19 Bruce MomjianChange form() to varargform() to prevent portability...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-18 Bruce Momjiancleanups
1999-02-22 Bruce MomjianFinal optimizer cleanups.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-18 Bruce MomjianFix bushy plans. Cleanup.
1999-02-15 Bruce Momjianoptimizer rename
1999-02-15 Bruce Momjianoptimizer rename
1999-02-15 Bruce Momjianotherrels is now unjoined_rels
1999-02-15 Bruce MomjianRemove duplicate geqo functions, and more optimizer...
1999-02-15 Tom LaneReplace non-idiomatic nconc(x, lcons(y, NIL)) with...
1999-02-15 Tom LaneFix a number of places that made faulty assumptions...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-11 Bruce MomjianMore optimizer speedups.
1999-02-10 Bruce MomjianOptmizer cleanup
1999-02-10 Bruce MomjianRename Path.keys to Path.pathkeys. Too many 'keys...
1999-02-09 Bruce MomjianMajor optimizer improvement for joining a large number...
1999-02-08 Bruce MomjianOptimizer cleanup.
1999-02-05 Bruce MomjianOptimizer cleanup.
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-03 Bruce MomjianOptimizer rename ClauseInfo -> RestrictInfo. Update...
1998-09-21 Bruce MomjianFix for AND/OR handling.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-31 Bruce MomjianOR clause index fix
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-16 Thomas G. LockhartCheck for null pointer returned from get_opname().
1998-08-14 Thomas G. LockhartAllow binary-compatible indices to be considered when...
1998-08-11 Bruce Momjianindex strategy cleanup
1998-08-10 Bruce MomjianCleanups of optimizer.
1998-08-10 Bruce MomjianCleanup optimizer function names and clarify code.
1998-08-04 Bruce MomjianMergeSort was sometimes called mergejoin and was confus...
1998-08-04 Bruce MomjianUpdate flow chart.
1998-08-03 Bruce MomjianCleanup of OR processing.
1998-08-02 Bruce MomjianFix for OR handling with multiple indexes.
1998-08-01 Bruce MomjianCleanup of OR fix.
1998-08-01 Bruce MomjianAllow index use with OR clauses.
1998-07-31 Vadim B. MikheevMatching clauses to functional indices was broken,...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-18 Bruce MomjianRename Rel to RelOptInfo.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-27 Bruce MomjianThis patch...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevQuite limited support for subselects in clausesel.c.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-03-18 Marc G. FournierPatches for Vadim's multikey indexing...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-01-22 Vadim B. Mikheev1. INDEXSCAN_PATCH changes: (op Param Var) should work too
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-09-10 Marc G. FournierFixes:
1996-07-19 Marc G. FournierFixes:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01