| Commit message (Expand) | Author | Age |
* | Save a few cycles in simple cases: no need to call cost_sort() when there | Tom Lane | 2000-03-24 |
* | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane | 2000-03-21 |
* | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 |
* | Repair planning bugs caused by my misguided removal of restrictinfo link | Tom Lane | 2000-02-07 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 |
* | Replace generic 'Illegal use of aggregates' error message with one that | Tom Lane | 1999-12-09 |
* | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 |
* | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 |
* | Implement constant-expression simplification per Bernard | Tom Lane | 1999-09-26 |
* | First cut at doing something reasonable with OR-of-ANDs WHERE | Tom Lane | 1999-09-13 |
* | Further sort-order twiddling in optimizer: be smart about | Tom Lane | 1999-08-22 |
* | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 |
* | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Remove query_planner's overhasty rejection of cases where | Tom Lane | 1999-06-12 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Revise union_planner and associated routines to clean up breakage | Tom Lane | 1999-05-03 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 |
* | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian | 1999-02-15 |
* | Optimizer rename. | Bruce Momjian | 1999-02-14 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Rename Temp to Noname for noname tables. | Bruce Momjian | 1999-02-09 |
* | Get rid of some long-dead code that thinks NOTIFY is passed to the | Tom Lane | 1998-10-01 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Cleanups of optimizer. | Bruce Momjian | 1998-08-10 |
* | Cleanup optimizer function names and clarify code. | Bruce Momjian | 1998-08-10 |
* | OPTIMIZER_DEBUG additions. | Bruce Momjian | 1998-08-07 |
* | Rename Rel to RelOptInfo. | Bruce Momjian | 1998-07-18 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Small HAVING cleanup. | Bruce Momjian | 1998-03-31 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Old planner() becomes union_planner(); new planner() makes initialization | Vadim B. Mikheev | 1998-02-13 |
* | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 |
* | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian | 1998-01-20 |
* | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian | 1998-01-15 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2). | Bruce Momjian | 1997-12-22 |
* | Fix aggregates on inherited tables. | Bruce Momjian | 1997-12-20 |
* | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian | 1997-12-18 |
* | Cost cleanup. | Bruce Momjian | 1997-12-18 |
* | Fix Query handling for inheritance, and cost computations. | Bruce Momjian | 1997-12-18 |
* | Fix GROUP BY when order of entries is different from order in target list. | Vadim B. Mikheev | 1997-09-25 |
* | 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 |