| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a bunch of bad interactions between partial indexes and the new | Tom Lane | 2005-07-28 | 1 | -37/+73 |
| * | Teach planner about some cases where a restriction clause can be | Tom Lane | 2005-07-02 | 1 | -7/+7 |
| * | Teach planner to optionally ignore index columns that have an equality | Tom Lane | 2005-06-14 | 1 | -13/+276 |
| * | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 | 1 | -27/+26 |
| * | Separate predicate-testing code out of indxpath.c, making it a module | Tom Lane | 2005-06-10 | 1 | -666/+15 |
| * | Simplify the planner's join clause management by storing join clauses | Tom Lane | 2005-06-09 | 1 | -89/+57 |
| * | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 | 1 | -13/+13 |
| * | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 | 1 | -1/+2 |
| * | While determining the filter clauses for an index scan (either plain | Tom Lane | 2005-04-25 | 1 | -4/+10 |
| * | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane | 2005-04-25 | 1 | -150/+6 |
| * | Teach choose_bitmap_and() to actually be choosy --- that is, try to | Tom Lane | 2005-04-23 | 1 | -5/+132 |
| * | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane | 2005-04-22 | 1 | -420/+589 |
| * | Install some slightly realistic cost estimation for bitmap index scans. | Tom Lane | 2005-04-21 | 1 | -2/+2 |
| * | Don't try to run clauseless index scans on index types that don't support | Tom Lane | 2005-04-20 | 1 | -7/+17 |
| * | Create the planner mechanism for optimizing simple MIN and MAX queries | Tom Lane | 2005-04-11 | 1 | -6/+3 |
| * | Rethink the order of expression preprocessing: eval_const_expressions | Tom Lane | 2005-03-28 | 1 | -3/+3 |
| * | Add a back-link from IndexOptInfo structs to their parent RelOptInfo | Tom Lane | 2005-03-27 | 1 | -88/+57 |
| * | Expand the 'special index operator' machinery to handle special cases | Tom Lane | 2005-03-26 | 1 | -18/+181 |
| * | Another go at making pred_test() handle all reasonable combinations | Tom Lane | 2005-03-02 | 1 | -117/+158 |
| * | Revert the logic for expanding AND/OR conditions in pred_test() to what | Tom Lane | 2005-03-01 | 1 | -54/+69 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | pred_test() logic was being too narrow-minded about where it might find | Tom Lane | 2004-11-05 | 1 | -8/+12 |
| * | Fix OR-index-scan planner to recognize that a partial index is usable | Tom Lane | 2004-10-11 | 1 | -68/+67 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -58/+56 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
| * | Just about there on de-FastList-ification. | Tom Lane | 2004-06-01 | 1 | -44/+33 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -13/+13 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -44/+43 |
| * | Now that we are allowing index opclasses to contain operators that are | Tom Lane | 2004-03-27 | 1 | -6/+20 |
| * | When testing usability of a partial index, recognize that an index | Tom Lane | 2004-03-07 | 1 | -13/+44 |
| * | Make some improvements in the intelligence of the partial-index | Tom Lane | 2004-01-07 | 1 | -52/+190 |
| * | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane | 2004-01-05 | 1 | -28/+77 |
| * | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane | 2004-01-05 | 1 | -20/+37 |
| * | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane | 2004-01-04 | 1 | -6/+6 |
| * | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane | 2004-01-04 | 1 | -307/+123 |
| * | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane | 2003-12-30 | 1 | -22/+31 |
| * | Be a little smarter in group_clauses_by_indexkey_for_join: detect cases | Tom Lane | 2003-12-18 | 1 | -26/+39 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -56/+76 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -90/+101 |
| * | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 | 1 | -17/+14 |
| * | Adjust nestloop-with-inner-indexscan plan generation so that we catch | Tom Lane | 2003-06-15 | 1 | -18/+45 |
| * | Fix some planner performance problems with large WHERE clauses, by | Tom Lane | 2003-05-28 | 1 | -36/+43 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -147/+100 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -2/+2 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -286/+273 |
| * | Add missing #include. | Tom Lane | 2003-05-15 | 1 | -1/+2 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 1 | -35/+46 |