Commit Graph

119 Commits (bc843d396032acb75abfbcfab1a0c3b0b252c3f1)

Author SHA1 Message Date
Tom Lane ea166f1146 Planner speedup hacking. Avoid saving useless pathkeys, so that path 25 years ago
Tom Lane 6543d81d65 Restructure handling of inheritance queries so that they work with outer 25 years ago
Bruce Momjian b32685a999 Add proofreader's changes to docs. 25 years ago
Tom Lane 3a94e789f5 Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 25 years ago
Tom Lane ed5003c584 First cut at full support for OUTER JOINs. There are still a few loose 25 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 1d5e7a6f46 Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU 26 years ago
Tom Lane 3cbcb78a3d Plug some more memory leaks in the planner. It still leaks like a sieve, 26 years ago
Tom Lane b1577a7c78 New cost model for planning, incorporating a penalty for random page 26 years ago
Tom Lane d8733ce674 Repair planning bugs caused by my misguided removal of restrictinfo link 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane 71ed7eb494 Revise handling of index-type-specific indexscan cost estimation, per 26 years ago
Tom Lane 166b5c1def Another round of planner/optimizer work. This is just restructuring and 26 years ago
Bruce Momjian 6f9ff92cc0 Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp 26 years ago
Tom Lane e6381966c1 Major planner/optimizer revision: get rid of PathOrder node type, 26 years ago
Tom Lane e1fad50a5d Revise generation of hashjoin paths: generate one path per 26 years ago
Tom Lane 30da344cb1 Update comments about clause selectivity estimation. 27 years ago
Tom Lane 04578a9180 Further cleanups of indexqual processing: simplify control 27 years ago
Tom Lane 7d572886d6 Fix coredump seen when doing mergejoin between indexed tables, 27 years ago
Tom Lane 9e7e29e6c9 First cut at doing LIKE/regex indexing optimization in 27 years ago
Tom Lane 49ed4dd779 Further work on planning of indexscans. Cleaned up interfaces 27 years ago
Tom Lane ac4913a0dd Clean up messy clause-selectivity code in clausesel.c; repair bug 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 9b645d481c Update #include cleanups 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian fcff1cdf4e Another pgindent run. Sorry folks. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Marc G. Fournier 8c3e8a8a0e From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Bruce Momjian 75cccd0ad3 pathkeys fixes 27 years ago
Bruce Momjian 0ff2733355 Update pathkeys comparison function. 27 years ago
Bruce Momjian 31cce21fb0 Fix bushy plans. Cleanup. 27 years ago
Bruce Momjian ba2883b264 Remove duplicate geqo functions, and more optimizer cleanup 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian c0d17c7aee JoinPath -> NestPath for nested loop. 27 years ago
Bruce Momjian 3fdb9bb9c7 Fix optimizer and make faster. 27 years ago
Bruce Momjian 55d0465009 optimizer update 27 years ago
Bruce Momjian 34ecb9d850 Optimizer cleanups. 27 years ago
Bruce Momjian c873fcdaf4 Optimizer cleanup. 27 years ago
Bruce Momjian 8dc2209f71 optimizer cleanup 27 years ago
Bruce Momjian 6de25f09b1 Optimizer cleanup. 27 years ago
Bruce Momjian 4ea3f728e9 More optimization. 27 years ago
Bruce Momjian d244df95db More optimizer speedups. 27 years ago
Bruce Momjian 129543e22d optimizer cleanup 27 years ago
Bruce Momjian dbd80c97f4 Optimizer fix for samekeys() and cost fixes for longer optimizer keys. 27 years ago
Bruce Momjian 9dbb0efb0b Optmizer cleanup 27 years ago
Bruce Momjian f859c81c18 Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things. 27 years ago
Bruce Momjian fe35ffe7e0 Major optimizer improvement for joining a large number of tables. 27 years ago
Bruce Momjian 54e5d25666 Optimizer cleanup. 27 years ago