Commit Graph

463 Commits (ed934d4fa30f0f94e6f7125ad2154e6a58d1c7f7)

Author SHA1 Message Date
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane fcbc438727 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 21 years ago
Tom Lane 7643bed58e When using extended-query protocol, postpone planning of unnamed statements 22 years ago
Neil Conway 72b6ad6313 Use the new List API function names throughout the backend, and disable the 22 years ago
Neil Conway d0b4399d81 Reimplement the linked list data structure used throughout the backend. 22 years ago
Tom Lane df79b847fe genericcostestimate() neglected to include qual startup cost in 22 years ago
Tom Lane a536ed53bc Make use of statistics on index expressions. There are still some 22 years ago
Tom Lane 9fe097577e Avoid generating invalid character encoding sequences in make_greater_string. 22 years ago
Tom Lane de816a03c4 Repair misestimation of indexscan CPU costs. When an indexqual contains 22 years ago
Neil Conway 192ad63bd7 More janitorial work: remove the explicit casting of NULL literals to a 22 years ago
Tom Lane fa559a86ee Adjust indexscan planning logic to keep RestrictInfo nodes associated 22 years ago
Tom Lane 5c5b911fcc Using canonicalize_qual() to get rid of duplicate index predicate 22 years ago
Tom Lane c607bd693f Clean up the usage of canonicalize_qual(): in particular, be consistent 22 years ago
Joe Conway 53e7c1363a Repair indexed bytea like operations, and related selectivity 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane fa5c8a055a Cross-data-type comparisons are now indexable by btrees, pursuant to my 22 years ago
Tom Lane 64c1fc7257 Avoid division by zero in estimate_num_groups() when table has no rows. 22 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 22 years ago
Bruce Momjian 46785776c4 Another pgindent run with updated typedefs. 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane b6a1d25b0a Error message editing in utils/adt. Again thanks to Joe Conway for doing 22 years ago
Tom Lane 0347d310d7 Oh, for crying in a bucket ... relax Assert so that glibc's strxfrm 22 years ago
Tom Lane 59d9a37080 Work around buggy strxfrm() present in some Solaris releases. 22 years ago
Tom Lane fc8d970cbc Replace functional-index facility with expressional indexes. Any column 23 years ago
Tom Lane f45df8c014 Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 23 years ago
Peter Eisentraut 2c0556068f Indexing support for pattern matching operations via separate operator 23 years ago
Tom Lane 1426db5d95 Fix stupid oversight ... 23 years ago
Tom Lane 5ab15591d9 eqjoinsel's logic for case where MCV lists are not present should 23 years ago
Tom Lane 8d9e025e7f Instead of storing pg_statistic stavalues entries as text strings, store 23 years ago
Tom Lane efeffae245 Tweak selectivity and related routines to cope with domains. Per report 23 years ago
Tom Lane c15a4c2aef Replace planner's representation of relation sets, per pghackers discussion. 23 years ago
Tom Lane 2e46b762eb Extend join-selectivity API (oprjoin interface) so that join type is 23 years ago
Tom Lane 70fba70430 Upgrade cost estimation for joins, per discussion with Bradley Baetz. 23 years ago
Tom Lane f5e83662d0 Modify planner's implied-equality-deduction code so that when a set 23 years ago
Tom Lane c4d0ff32e9 Make estimation of mergejoin scan selectivities more robust, per recent 23 years ago
Tom Lane bdfbfde1b1 IN clauses appearing at top level of WHERE can now be handled as joins. 23 years ago
Tom Lane de97072e3c Allow merge and hash joins to occur on arbitrary expressions (anything not 23 years ago
Tom Lane d4ce5a4f4c Revise cost_qual_eval() to compute both startup (one-time) and per-tuple 23 years ago
Tom Lane e932a724a4 To suppress memory leakage in long-lived Lists, lremove() should pfree 23 years ago
Tom Lane a0bf885f9e Phase 2 of read-only-plans project: restructure expression-tree nodes 23 years ago
Tom Lane f893ee271f Remove unused constisset and constiscast fields of Const nodes. Clean 23 years ago
Tom Lane b60be3f2f8 Add an at-least-marginally-plausible method of estimating the number 23 years ago
Bruce Momjian bea4792125 This patch removes a bunch of superfluous #include directives: if 23 years ago
Tom Lane c0f7dcdac1 Fix range-query estimation to not double-exclude NULLs, per gripe from 23 years ago
Bruce Momjian c51a049ef2 Tom Lane wrote: 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Peter Eisentraut 77f7763b55 Remove all traces of multibyte and locale options. Clean up comments 23 years ago
Bruce Momjian 595a5a78e0 > Okay. When you get back to the original issue, the gold is hidden in 23 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 23 years ago