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