Age | Commit message (Expand) | Author |
2002-12-05 | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane |
2002-11-30 | Be more realistic about plans involving Materialize nodes: take their | Tom Lane |
2002-11-30 | Upgrade planner and executor to allow multiple hash keys for a hash join, | Tom Lane |
2002-11-24 | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane |
2002-11-06 | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-12 | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
2001-06-05 | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane |
2001-05-20 | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane |
2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2000-12-14 | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane |
2000-11-12 | Restructure handling of inheritance queries so that they work with outer | Tom Lane |
2000-10-05 | Add proofreader's changes to docs. | Bruce Momjian |
2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-03-22 | Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU | Tom Lane |
2000-02-18 | Plug some more memory leaks in the planner. It still leaks like a sieve, | Tom Lane |
2000-02-15 | New cost model for planning, incorporating a penalty for random page | Tom Lane |
2000-02-07 | Repair planning bugs caused by my misguided removal of restrictinfo link | Tom Lane |
2000-01-26 | Add: | Bruce Momjian |
2000-01-22 | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane |
2000-01-09 | Another round of planner/optimizer work. This is just restructuring and | Tom Lane |
1999-11-23 | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian |
1999-08-16 | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane |
1999-08-06 | Revise generation of hashjoin paths: generate one path per | Tom Lane |
1999-07-30 | Update comments about clause selectivity estimation. | Tom Lane |
1999-07-30 | Further cleanups of indexqual processing: simplify control | Tom Lane |
1999-07-30 | Fix coredump seen when doing mergejoin between indexed tables, | Tom Lane |
1999-07-27 | First cut at doing LIKE/regex indexing optimization in | Tom Lane |
1999-07-25 | Further work on planning of indexscans. Cleaned up interfaces | Tom Lane |
1999-07-24 | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane |
1999-07-16 | Final cleanup. | Bruce Momjian |
1999-07-16 | Update #include cleanups | Bruce Momjian |
1999-07-15 | 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-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-02-21 | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier |
1999-02-20 | pathkeys fixes | Bruce Momjian |
1999-02-20 | Update pathkeys comparison function. | Bruce Momjian |
1999-02-18 | Fix bushy plans. Cleanup. | Bruce Momjian |
1999-02-15 | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1999-02-12 | JoinPath -> NestPath for nested loop. | Bruce Momjian |