]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/indxpath.c
Cleanup of source files where 'return' or 'var =' is alone on a line.
[postgresql] / src / backend / optimizer / path / indxpath.c
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