Commit Graph

67 Commits (0a7fb4e9184539afcb6fed0f1d2bc0abddc2b0a6)

Author SHA1 Message Date
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 26 years ago
Tom Lane b71761d280 Reduce eqsel()'s fudge-factor for estimating the frequency of values 26 years ago
Tom Lane 82849df6c6 Add new selectivity estimation functions for pattern-matching operators 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 9c38a8d296 Further tweaking of indexscan cost estimates. 26 years ago
Tom Lane e55985d3be Tweak indexscan cost estimation: round estimated # of tuples visited up 26 years ago
Tom Lane cad764f349 Improve selectivity estimation involving string constants: pay attention 26 years ago
Bruce Momjian 2216584bcf Reverse out BYTEA type coersion. 26 years ago
Bruce Momjian 7f116a6b83 Update for BYTEAOID. 26 years ago
Bruce Momjian 0e1f485f5f Add compatiblity information for bytea. 26 years ago
Tom Lane aff830a760 Add date and time datatype handling to convert_to_scalar. (I was waiting 26 years ago
Tom Lane deee4e1612 Make eqsel produce better results for boolean columns, 26 years ago
Tom Lane b1577a7c78 New cost model for planning, incorporating a penalty for random page 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane 0dbffa704a First cut at making useful selectivity estimates for range queries 26 years ago
Bruce Momjian da5aba105f Remove Ops parameter from STATRELID cache lookup, for Tom Lane and 26 years ago
Tom Lane 27fee810ff Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches 26 years ago
Tom Lane 8449df8a67 First cut at unifying regular selectivity estimation with indexscan 26 years ago
Tom Lane 71ed7eb494 Revise handling of index-type-specific indexscan cost estimation, per 26 years ago
Tom Lane 584e646ad8 Fix a passel of problems with incorrect calls to typinput and typoutput 26 years ago
Peter Eisentraut 1cd4c14116 Fixed all elog related warnings, as well as a few others. 26 years ago
Bruce Momjian 8a093d0ae3 Make number of args to a function configurable. 26 years ago
Tom Lane 166b5c1def Another round of planner/optimizer work. This is just restructuring and 26 years ago
Bruce Momjian 4ae43c84c3 Add opid to selectivity function call. 26 years ago
Bruce Momjian 922e53e6ea Enable pg_statistic cache use. 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Tom Lane 51db6455ea Repair error noticed by Roberto Cornacchia: selectivity code 26 years ago
Tom Lane d91baea025 Ooops ... I had left some test coding in selfuncs.c that 26 years ago
Tom Lane 14f84cd821 Store -1 in attdisbursion to signal 'no duplicates in column'. 26 years ago
Tom Lane 8624ff7612 Further selectivity-estimation work. Speed up eqsel() 27 years ago
Tom Lane 44878506d8 First step in fixing selectivity-estimation code. eqsel and 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 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
Tom Lane d30c4b0562 Temporarily disable error checks for missing selectivity 27 years ago
Tom Lane 81ced1e037 Generate a more specific error message when an operator used 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
Bruce Momjian dc02fd709f cleanups 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian d5db88142c Fix for returning stack pointer from selectivity, from Bernard Frankpitt. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 years ago
Vadim B. Mikheev be8300b18f Use Snapshot in heap access methods. 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago