Commit Graph

307 Commits (d0a89683a3a4dd8e76ef0a99101355999e519df5)

Author SHA1 Message Date
Tom Lane 57b30e8e22 Create a new expression node type RelabelType, which exists solely to 26 years ago
Tom Lane b1577a7c78 New cost model for planning, incorporating a penalty for random page 26 years ago
Thomas G. Lockhart a344a6e7b5 Carry column aliases from the parser frontend. Enables queries like 26 years ago
Tom Lane d8733ce674 Repair planning bugs caused by my misguided removal of restrictinfo link 26 years ago
Tom Lane dd979f66be Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now 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 49528361f5 Create a new parsetree node type, TypeCast, so that transformation of 26 years ago
Tom Lane 166b5c1def Another round of planner/optimizer work. This is just restructuring and 26 years ago
Tom Lane a8ae19ec3d aggregate(DISTINCT ...) works, per SQL spec. 26 years ago
Bruce Momjian 6f9ff92cc0 Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp 26 years ago
Tom Lane c8c3e07e58 Clean up possible memory leakage in nodeSubplan 26 years ago
Tom Lane f68e11f373 Implement subselects in target lists. Also, relax requirement that 26 years ago
Tom Lane c6f5f858a6 Eliminate some unbelievably cheesy code in _copyConst(). 26 years ago
Tom Lane 3eb1c82277 Fix planner and rewriter to follow SQL semantics for tables that are 26 years ago
Tom Lane db436adf76 Major revision of sort-node handling: push knowledge of query 26 years ago
Tom Lane e6381966c1 Major planner/optimizer revision: get rid of PathOrder node type, 26 years ago
Bruce Momjian 158fd5f1c4 > > Prevent sorting if result is already sorted 26 years ago
Tom Lane 9e7e29e6c9 First cut at doing LIKE/regex indexing optimization in 27 years ago
Tom Lane 8ae29a1d40 Remove 'restrictinfojoinid' field from RestrictInfo nodes. 27 years ago
Tom Lane ac4913a0dd Clean up messy clause-selectivity code in clausesel.c; repair bug 27 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 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
Tom Lane 353d36f979 Remove no-longer-used fields in Hash and HashJoin nodes. 27 years ago
Jan Wieck 79c2576f77 Replaced targetlist entry in GroupClause by reference number 27 years ago
Tatsuo Ishii 6e702210c2 Fix for _copyUnique() suggested by Hiroshi Inoue 27 years ago
Tom Lane 4438b70b94 Repair some problems in planner's handling of HAVING clauses. 27 years ago
Tom Lane e0345e09bf Partial fix for copied-plan bugs reported by Hiroshi Inoue: 27 years ago
Tom Lane b204d10c79 Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, 27 years ago
Bruce Momjian 1e70c1fe5d comments cleanup. 27 years ago
Bruce Momjian 31cce21fb0 Fix bushy plans. Cleanup. 27 years ago
Bruce Momjian c5449d5354 otherrels is now unjoined_rels 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 d244df95db More optimizer speedups. 27 years ago
Bruce Momjian f859c81c18 Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things. 27 years ago
Bruce Momjian 318e593f03 Rename Temp to Noname for noname tables. 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
Bruce Momjian 6e2edaf4b8 Optimizer cleanup. 27 years ago
Bruce Momjian ce3afccf7f More optimizer cleanups. 27 years ago
Bruce Momjian 18fbe4142f More optimizer renaming HInfo -> HashInfo. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Bruce Momjian 8d9237d485 Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. 27 years ago