Age | Commit message (Expand) | Author |
2000-06-15 | Clean up #include's. | Bruce Momjian |
2000-06-14 | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut |
2000-06-14 | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane |
2000-06-09 | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane |
2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |
2000-05-30 | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane |
2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
2000-05-26 | Reduce eqsel()'s fudge-factor for estimating the frequency of values | Tom Lane |
2000-04-16 | Add new selectivity estimation functions for pattern-matching operators | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-04-09 | Further tweaking of indexscan cost estimates. | Tom Lane |
2000-03-30 | Tweak indexscan cost estimation: round estimated # of tuples visited up | Tom Lane |
2000-03-23 | Improve selectivity estimation involving string constants: pay attention | Tom Lane |
2000-03-20 | Reverse out BYTEA type coersion. | Bruce Momjian |
2000-03-20 | Update for BYTEAOID. | Bruce Momjian |
2000-03-20 | Add compatiblity information for bytea. | Bruce Momjian |
2000-02-26 | Add date and time datatype handling to convert_to_scalar. (I was waiting | Tom Lane |
2000-02-16 | Make eqsel produce better results for boolean columns, | Tom Lane |
2000-02-15 | New cost model for planning, incorporating a penalty for random page | Tom Lane |
2000-01-26 | Add: | Bruce Momjian |
2000-01-24 | First cut at making useful selectivity estimates for range queries | Tom Lane |
2000-01-24 | Remove Ops parameter from STATRELID cache lookup, for Tom Lane and | Bruce Momjian |
2000-01-23 | Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches | Tom Lane |
2000-01-23 | First cut at unifying regular selectivity estimation with indexscan | Tom Lane |
2000-01-22 | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane |
2000-01-15 | Fix a passel of problems with incorrect calls to typinput and typoutput | Tom Lane |
2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
2000-01-10 | Make number of args to a function configurable. | Bruce Momjian |
2000-01-09 | Another round of planner/optimizer work. This is just restructuring and | Tom Lane |
1999-11-25 | Add opid to selectivity function call. | Bruce Momjian |
1999-11-25 | Enable pg_statistic cache use. | Bruce Momjian |
1999-11-22 | Add system indexes to match all caches. | Bruce Momjian |
1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
1999-09-09 | Repair error noticed by Roberto Cornacchia: selectivity code | Tom Lane |
1999-08-21 | Ooops ... I had left some test coding in selfuncs.c that | Tom Lane |
1999-08-09 | Store -1 in attdisbursion to signal 'no duplicates in column'. | Tom Lane |
1999-08-02 | Further selectivity-estimation work. Speed up eqsel() | Tom Lane |
1999-08-01 | First step in fixing selectivity-estimation code. eqsel and | Tom Lane |
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
1999-07-16 | Final cleanup. | Bruce Momjian |
1999-07-16 | Update #include cleanups | Bruce Momjian |
1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
1999-06-19 | Temporarily disable error checks for missing selectivity | Tom Lane |
1999-05-31 | Generate a more specific error message when an operator used | Tom Lane |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-05-10 | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian |
1999-03-18 | cleanups | Bruce Momjian |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1999-02-05 | Fix for returning stack pointer from selectivity, from Bernard Frankpitt. | Bruce Momjian |