| Age | Commit message (Expand) | Author |
| 2006-09-19 | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane |
| 2006-09-08 | Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE | Tom Lane |
| 2006-09-06 | Change processing of extended-Query mode so that an unnamed statement | Tom Lane |
| 2006-08-28 | Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist | Tom Lane |
| 2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
| 2006-08-19 | Suppress subquery pullup/pushdown when a subquery contains volatile | Tom Lane |
| 2006-08-17 | Fix an oversight in mergejoin planning: the planner would reject a | Tom Lane |
| 2006-08-17 | Teach convert_subquery_pathkeys() to handle the case where the | Tom Lane |
| 2006-08-12 | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane |
| 2006-08-12 | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane |
| 2006-08-10 | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane |
| 2006-08-05 | Fix inheritance_planner() to delete dummy subplans from its Append plan | Tom Lane |
| 2006-08-05 | Extend relation_excluded_by_constraints() to check for mutually | Tom Lane |
| 2006-08-05 | Teach predicate_refuted_by() how to do proofs involving NOT-clauses. | Tom Lane |
| 2006-08-04 | Teach eval_const_expressions to simplify BooleanTest nodes that have | Tom Lane |
| 2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway |
| 2006-07-31 | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane |
| 2006-07-27 | Aggregate functions now support multiple input arguments. I also took | Tom Lane |
| 2006-07-26 | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane |
| 2006-07-26 | Convert effective_cache_size to an integer, for better integration with | Peter Eisentraut |
| 2006-07-26 | Change LIMIT/OFFSET to use int8 | Bruce Momjian |
| 2006-07-22 | In the recent changes to make the planner account better for cache | Tom Lane |
| 2006-07-15 | Fix some missing inclusions identified with new pgcheckdefines tool. | Tom Lane |
| 2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-07-13 | More include file adjustments. | Bruce Momjian |
| 2006-07-11 | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian |
| 2006-07-11 | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian |
| 2006-07-11 | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian |
| 2006-07-11 | Sort reference of include files, "A" - "F". | Bruce Momjian |
| 2006-07-01 | Fix oversight in planning for multiple indexscans driven by | Tom Lane |
| 2006-07-01 | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane |
| 2006-06-28 | Improve planner estimates for size of tuple hash tables. | Tom Lane |
| 2006-06-16 | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane |
| 2006-06-07 | Remove "fuzzy comparison" logic in qsort comparison function for | Tom Lane |
| 2006-06-06 | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane |
| 2006-06-05 | While making the seq_page_cost changes, I was struck by the fact that | Tom Lane |
| 2006-06-05 | Add a GUC parameter seq_page_cost, and use that everywhere we formerly | Tom Lane |
| 2006-05-18 | Fix choose_bitmap_and() so that partial index predicates are considered when | Tom Lane |
| 2006-05-18 | When a bitmap indexscan is using a partial index, it is necessary to include | Tom Lane |
| 2006-05-18 | Fix thinko in recent changes to handle ScalarArrayOpExpr as an indexable | Tom Lane |
| 2006-05-03 | Fix calculation of plan node extParams to account for the possibility that one | Tom Lane |
| 2006-05-02 | Avoid assuming that statistics for a parent relation reflect the properties of | Tom Lane |
| 2006-04-30 | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane |
| 2006-04-28 | Remove the restriction originally coded into optimize_minmax_aggregates() that | Tom Lane |
| 2006-04-25 | The 8.1 planner removes WHERE quals from the plan when the quals are | Tom Lane |
| 2006-04-22 | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane |
| 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-04-07 | Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its | Tom Lane |
| 2006-04-05 | Fix a bunch of problems with domains by making them use special input functions | Tom Lane |