Commit Graph

52 Commits (da5aba105f9b4c4957203cc91bf586f8997d4d0c)

Author SHA1 Message Date
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
Bruce Momjian 24cab6bd0d Goodbye register keyword. Compiler knows better. 28 years ago
Bruce Momjian 4eb1ee294d Vadim fix for vacuum analyze. 28 years ago
Bruce Momjian 726c3854cb Inline fastgetattr and others so data access does not use function 28 years ago
Bruce Momjian deea69b90e Change some ABORTS to ERROR. Add line number when COPY Failure. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Bruce Momjian f7f2e18f8e Remove tqual.h includes not needed. 28 years ago
Bruce Momjian e9e1ff226f Remove all time travel stuff. Small parser cleanup. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Bruce Momjian e482462960 Rename pg_attribute.attnvals to attdisbursion. 28 years ago
Bruce Momjian f1edf02cc1 Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4. 28 years ago
Vadim B. Mikheev 2fd9273d97 getattnvals(): if attnvals in pg_attribute is 0 then use 29 years ago
Bruce Momjian 2300ac0dc4 Add attribute optimization statistics. 29 years ago
Marc G. Fournier c9002ecb21 Produce a clean compile of backend... 29 years ago
Marc G. Fournier a2740a455f There, now we support GiST...now what? :) 29 years ago