| Commit message (Expand) | Author | Age |
* | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 |
* | Clean up handling of explicit NULL constants. Cases like | Tom Lane | 1999-12-24 |
* | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 |
* | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 |
* | Clean up possible memory leakage in nodeSubplan | 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 |
* | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 |
* | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 |
* | > > Prevent sorting if result is already sorted | Bruce Momjian | 1999-08-09 |
* | Add equal() funcs for Case nodes ... amazing we had not | Tom Lane | 1999-07-29 |
* | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane | 1999-07-24 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | 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 |
* | equal() needs a case for Aggref nodes, as shown by: | Tom Lane | 1999-06-06 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 |
* | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 |
* | otherrels is now unjoined_rels | Bruce Momjian | 1999-02-15 |
* | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian | 1999-02-15 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | JoinPath -> NestPath for nested loop. | Bruce Momjian | 1999-02-12 |
* | 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 |
* | Add equality checking for T_Query so that we don't get | Tom Lane | 1999-02-07 |
* | Optimizer cleanup. | Bruce Momjian | 1999-02-06 |
* | More optimizer renaming HInfo -> HashInfo. | Bruce Momjian | 1999-02-04 |
* | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian | 1999-02-03 |
* | SET_ARGS cleanup | Bruce Momjian | 1999-02-02 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian | 1998-08-04 |
* | Allow index use with OR clauses. | Bruce Momjian | 1998-08-01 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Support for subselects. | 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 |
* | 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 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Add typdefs to pgindent run. | 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 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |