| Age | Commit message (Expand) | Author |
| 2006-04-09 | Revert my best_inner_indexscan patch of yesterday, which turns out to have | Tom Lane |
| 2006-04-08 | Fix best_inner_indexscan to actually enforce that an "inner indexscan" use | Tom Lane |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-02-05 | Improve my initial, rather hacky implementation of joins to append | Tom Lane |
| 2006-01-29 | Fix Assert that's no longer correct now that RowCompareExpr is indexable. | Tom Lane |
| 2006-01-29 | Fix code that checks to see if an index can be considered to match the query's | Tom Lane |
| 2006-01-26 | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane |
| 2006-01-25 | Allow row comparisons to be used as indexscan qualifications. | Tom Lane |
| 2005-12-06 | In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo | Tom Lane |
| 2005-11-30 | Tweak choose_bitmap_and() heuristics in the light of example provided in bug | Tom Lane |
| 2005-11-25 | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-14 | Restore the former RestrictInfo field valid_everywhere (but invert the flag | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-09-24 | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane |
| 2005-09-22 | Fix bug introduced into indexable_outerrelids() by an ill-considered | Tom Lane |
| 2005-08-28 | Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's | Tom Lane |
| 2005-07-28 | Fix a bunch of bad interactions between partial indexes and the new | Tom Lane |
| 2005-07-02 | Teach planner about some cases where a restriction clause can be | Tom Lane |
| 2005-06-14 | Teach planner to optionally ignore index columns that have an equality | Tom Lane |
| 2005-06-13 | Change the planner to allow indexscan qualification clauses to use | Tom Lane |
| 2005-06-10 | Separate predicate-testing code out of indxpath.c, making it a module | Tom Lane |
| 2005-06-09 | Simplify the planner's join clause management by storing join clauses | Tom Lane |
| 2005-06-05 | Remove planner's private fields from Query struct, and put them into | Tom Lane |
| 2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-04-25 | While determining the filter clauses for an index scan (either plain | Tom Lane |
| 2005-04-25 | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane |
| 2005-04-23 | Teach choose_bitmap_and() to actually be choosy --- that is, try to | Tom Lane |
| 2005-04-22 | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane |
| 2005-04-21 | Install some slightly realistic cost estimation for bitmap index scans. | Tom Lane |
| 2005-04-20 | Don't try to run clauseless index scans on index types that don't support | Tom Lane |
| 2005-04-11 | Create the planner mechanism for optimizing simple MIN and MAX queries | Tom Lane |
| 2005-03-28 | Rethink the order of expression preprocessing: eval_const_expressions | Tom Lane |
| 2005-03-27 | Add a back-link from IndexOptInfo structs to their parent RelOptInfo | Tom Lane |
| 2005-03-26 | Expand the 'special index operator' machinery to handle special cases | Tom Lane |
| 2005-03-02 | Another go at making pred_test() handle all reasonable combinations | Tom Lane |
| 2005-03-01 | Revert the logic for expanding AND/OR conditions in pred_test() to what | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-11-05 | pred_test() logic was being too narrow-minded about where it might find | Tom Lane |
| 2004-10-11 | Fix OR-index-scan planner to recognize that a partial index is usable | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-06-01 | Just about there on de-FastList-ification. | Tom Lane |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-03-27 | Now that we are allowing index opclasses to contain operators that are | Tom Lane |
| 2004-03-07 | When testing usability of a partial index, recognize that an index | Tom Lane |
| 2004-01-07 | Make some improvements in the intelligence of the partial-index | Tom Lane |
| 2004-01-05 | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane |