Commit Graph

4557 Commits (1ed5cbbfd847f0011a6fe3670deb75b1a7407f61)
 

Author SHA1 Message Date
Bruce Momjian 1ed5cbbfd8 Final optimizer cleanups. 27 years ago
Bruce Momjian 47dd11bdd0 rename pgsql to postgres in regression. 27 years ago
Bruce Momjian e23623584f change pgsql to postgres 27 years ago
Bruce Momjian e73d417105 fix compile problem. 27 years ago
Marc G. Fournier 8c3e8a8a0e From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Tom Lane 1efa3f4228 Document postmaster's -N switch. 27 years ago
Tom Lane 13abdde2b9 Document configure's --with-maxbackends switch. 27 years ago
Marc G. Fournier ae4a40dc26 From: Michael Meskes <Michael_Meskes@topmail.de> 27 years ago
Bruce Momjian 23c30246d7 pathkeys.c cleanup. 27 years ago
Tom Lane 9d197856dd Rearrange handling of MAXBACKENDS a little bit. The default setting 27 years ago
Bruce Momjian 75cccd0ad3 pathkeys fixes 27 years ago
Bruce Momjian 0ff2733355 Update pathkeys comparison function. 27 years ago
Bruce Momjian 148ec3b1d8 update pathkey description. 27 years ago
Bruce Momjian 9188aab758 add pathkeys description. 27 years ago
Bruce Momjian 67fd67f53a another rename of optimizer 27 years ago
Marc G. Fournier bf6636baa6 From: Michael Meskes <Michael_Meskes@topmail.de> 27 years ago
Tom Lane 3eb22085b5 OOPS ... Perl5 interface to PQsetdbLogin was actually 27 years ago
Tom Lane 4c31393135 Reorder startup ops so that if preallocation of semas fails, 27 years ago
Tom Lane e77b630cf0 Allow maximum number of backends to be set at configure time 27 years ago
Bruce Momjian 612b8434e4 optimizer cleanup 27 years ago
Bruce Momjian 8ab72a38df optimizer cleanup 27 years ago
Thomas G. Lockhart 61f40ac3f2 Fix parens typo reported by wmt@thi.com (Bill Tonkin). 27 years ago
Thomas G. Lockhart 1902e8d098 Fix SGML markup from last content changes. 27 years ago
Bruce Momjian cd38f08598 rename optimizer file name 27 years ago
Bruce Momjian b4e7510e09 Enable bushy and right-hand queries by default. 27 years ago
Bruce Momjian 65ccd1039a Enable bushy plans by default. 27 years ago
Bruce Momjian e78662d879 optimizer cleanup 27 years ago
Bruce Momjian d977ff7b52 more optimizer cleanups 27 years ago
Tom Lane 63393bdf90 Produce a more specific error message when backend sees EOF on 27 years ago
Bruce Momjian 31cce21fb0 Fix bushy plans. Cleanup. 27 years ago
Bruce Momjian c82ca4c158 Re-enable bushy plans. Vadim want them. 27 years ago
Bruce Momjian cd550c7672 Update optimizer readme. 27 years ago
Tom Lane 390d5e9f14 regprocin should accept '-' signifying InvalidOid, for 27 years ago
Bruce Momjian e6bf7b4d93 rename 27 years ago
Bruce Momjian 56bb23a8fe optimizer rename 27 years ago
Bruce Momjian 50034a852d optimizer rename 27 years ago
Bruce Momjian c5449d5354 otherrels is now unjoined_rels 27 years ago
Bruce Momjian 82682ff31f optimizer rename 27 years ago
Bruce Momjian ba2883b264 Remove duplicate geqo functions, and more optimizer cleanup 27 years ago
Tom Lane 944d3c395e Replace non-idiomatic nconc(x, lcons(y, NIL)) with lappend(x, y). 27 years ago
Tom Lane dec354ca97 Fix a number of places that made faulty assumptions about 27 years ago
Tom Lane 5500039843 Fix optimizer coredump with unary-operator WHERE clauses. 27 years ago
Bruce Momjian d8b482be7c optimizer cleanup. 27 years ago
Bruce Momjian 808a6df065 optimizer rename. 27 years ago
Bruce Momjian 61aa825876 Optimizer rename. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Thomas G. Lockhart 8c3fff7337 Fix offset of one for date_part(timespan) when given arguments of 27 years ago
Thomas G. Lockhart ba71b81966 Remove equivalence between datetime and float8. Led to nothin' but trouble. 27 years ago
Thomas G. Lockhart a97683bc6c Change #if FALSE to #if NOT_USED to avoid port problems. 27 years ago
Thomas G. Lockhart 910fe5891e Add routines to convert between int8 and text/varchar types. 27 years ago