| Commit message (Expand) | Author | Age |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 |
* | sort_inner_and_outer needs a check to ensure that it's consumed all the | Tom Lane | 2001-11-11 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane | 2001-06-05 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Prevent generation of invalid plans for RIGHT or FULL joins with multiple | Tom Lane | 2001-04-15 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 |
* | Ensure that mergejoin plan will be considered for FULL OUTER JOIN even | Tom Lane | 2000-11-23 |
* | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Plug some more memory leaks in the planner. It still leaks like a sieve, | Tom Lane | 2000-02-18 |
* | 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 |
* | Rename same() to sameseti() to have a slightly less generic name. Move | Tom Lane | 2000-02-06 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 |
* | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 |
* | 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 |
* | Store -1 in attdisbursion to signal 'no duplicates in column'. | Tom Lane | 1999-08-09 |
* | Revise generation of hashjoin paths: generate one path per | Tom Lane | 1999-08-06 |
* | Correct bug in best_innerjoin(): it should check all the | Tom Lane | 1999-07-27 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Now that hashjoin is reliable for large joins (knock on wood), | Tom Lane | 1999-05-18 |
* | Minor code cleanup in optimizer. | Tom Lane | 1999-05-16 |
* | Clean up cost_sort some more: most callers were double-counting | Tom Lane | 1999-05-01 |
* | Fix nasty bug in optimization of multiway joins: optimizer | Tom Lane | 1999-04-03 |
* | Final optimizer cleanups. | Bruce Momjian | 1999-02-22 |
* | pathkeys.c cleanup. | Bruce Momjian | 1999-02-21 |
* | optimizer cleanup | Bruce Momjian | 1999-02-19 |
* | rename optimizer file name | Bruce Momjian | 1999-02-18 |
* | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 |
* | 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 |
* | optimizer cleanup. | Bruce Momjian | 1999-02-14 |
* | Optimizer rename. | Bruce Momjian | 1999-02-14 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Optimizer cleanup. | Bruce Momjian | 1999-02-12 |