| Commit message (Expand) | Author | Age | Files | Lines |
| * | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 | 1 | -389/+589 |
| * | First cut at making indexscan cost estimates depend on correlation | Tom Lane | 2001-05-09 | 1 | -19/+118 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -393/+530 |
| * | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 1 | -4/+5 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -159/+191 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -3/+3 |
| * | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane | 2000-11-25 | 1 | -4/+53 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -26/+30 |
| * | Use SearchSysCacheTupleCopy() instead of SearchSysCacheTuple() in | Hiroshi Inoue | 2000-11-10 | 1 | -2/+3 |
| * | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 1 | -6/+6 |
| * | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane | 2000-09-15 | 1 | -6/+62 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 1 | -3/+4 |
| * | Repair bug noted by Paul Caskey: neqsel() has been generating a bogus | Tom Lane | 2000-08-03 | 1 | -5/+58 |
| * | bpchar, varchar, bytea, numeric are toastable --- if you initdb, which | Tom Lane | 2000-07-29 | 1 | -4/+7 |
| * | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane | 2000-07-06 | 1 | -2/+3 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 1 | -15/+17 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -1/+2 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -2/+2 |
| * | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane | 2000-06-14 | 1 | -3/+2 |
| * | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 | 1 | -8/+10 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -267/+174 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -12/+21 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -5/+5 |
| * | Reduce eqsel()'s fudge-factor for estimating the frequency of values | Tom Lane | 2000-05-26 | 1 | -3/+6 |
| * | Add new selectivity estimation functions for pattern-matching operators | Tom Lane | 2000-04-16 | 1 | -199/+1228 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -202/+241 |
| * | Further tweaking of indexscan cost estimates. | Tom Lane | 2000-04-09 | 1 | -3/+12 |
| * | Tweak indexscan cost estimation: round estimated # of tuples visited up | Tom Lane | 2000-03-30 | 1 | -3/+5 |
| * | Improve selectivity estimation involving string constants: pay attention | Tom Lane | 2000-03-23 | 1 | -28/+96 |
| * | Reverse out BYTEA type coersion. | Bruce Momjian | 2000-03-20 | 1 | -2/+1 |
| * | Update for BYTEAOID. | Bruce Momjian | 2000-03-20 | 1 | -2/+2 |
| * | Add compatiblity information for bytea. | Bruce Momjian | 2000-03-20 | 1 | -2/+3 |
| * | Add date and time datatype handling to convert_to_scalar. (I was waiting | Tom Lane | 2000-02-26 | 1 | -4/+65 |
| * | Make eqsel produce better results for boolean columns, | Tom Lane | 2000-02-16 | 1 | -9/+12 |
| * | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 1 | -12/+31 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | First cut at making useful selectivity estimates for range queries | Tom Lane | 2000-01-24 | 1 | -64/+110 |
| * | Remove Ops parameter from STATRELID cache lookup, for Tom Lane and | Bruce Momjian | 2000-01-24 | 1 | -2/+2 |
| * | Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches | Tom Lane | 2000-01-23 | 1 | -29/+19 |
| * | First cut at unifying regular selectivity estimation with indexscan | Tom Lane | 2000-01-23 | 1 | -2/+3 |
| * | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 | 1 | -330/+60 |
| * | Fix a passel of problems with incorrect calls to typinput and typoutput | Tom Lane | 2000-01-15 | 1 | -4/+6 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -3/+3 |
| * | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 | 1 | -5/+5 |
| * | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 | 1 | -7/+14 |
| * | Add opid to selectivity function call. | Bruce Momjian | 1999-11-25 | 1 | -6/+7 |
| * | Enable pg_statistic cache use. | Bruce Momjian | 1999-11-25 | 1 | -13/+5 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -3/+3 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -4/+4 |