| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 2 | -2/+87 |
| * | Convert effective_cache_size to an integer, for better integration with | Peter Eisentraut | 2006-07-26 | 1 | -3/+3 |
| * | In the recent changes to make the planner account better for cache | Tom Lane | 2006-07-22 | 2 | -21/+51 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 6 | -18/+6 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 | 2 | -4/+4 |
| * | Fix oversight in planning for multiple indexscans driven by | Tom Lane | 2006-07-01 | 1 | -30/+1 |
| * | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 | 4 | -25/+78 |
| * | Remove "fuzzy comparison" logic in qsort comparison function for | Tom Lane | 2006-06-07 | 1 | -8/+6 |
| * | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 | 4 | -132/+199 |
| * | While making the seq_page_cost changes, I was struck by the fact that | Tom Lane | 2006-06-05 | 1 | -57/+5 |
| * | Add a GUC parameter seq_page_cost, and use that everywhere we formerly | Tom Lane | 2006-06-05 | 1 | -39/+44 |
| * | Fix choose_bitmap_and() so that partial index predicates are considered when | Tom Lane | 2006-05-18 | 1 | -9/+10 |
| * | Fix thinko in recent changes to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2006-05-18 | 1 | -44/+74 |
| * | Avoid assuming that statistics for a parent relation reflect the properties of | Tom Lane | 2006-05-02 | 1 | -1/+8 |
| * | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 | 1 | -2/+2 |
| * | Revert my best_inner_indexscan patch of yesterday, which turns out to have | Tom Lane | 2006-04-09 | 1 | -64/+100 |
| * | Fix best_inner_indexscan to actually enforce that an "inner indexscan" use | Tom Lane | 2006-04-08 | 1 | -22/+30 |
| * | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 | 1 | -3/+1 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 9 | -18/+18 |
| * | Improve tuplesort.c to support variable merge order. The original coding | Tom Lane | 2006-02-19 | 1 | -9/+12 |
| * | Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row | Tom Lane | 2006-02-13 | 1 | -7/+17 |
| * | Improve my initial, rather hacky implementation of joins to append | Tom Lane | 2006-02-05 | 3 | -113/+78 |
| * | Fix constraint exclusion to work in inherited UPDATE/DELETE queries | Tom Lane | 2006-02-04 | 2 | -59/+37 |
| * | Teach planner to convert simple UNION ALL subqueries into append relations, | Tom Lane | 2006-02-03 | 2 | -55/+54 |
| * | Restructure planner's handling of inheritance. Rather than processing | Tom Lane | 2006-01-31 | 2 | -74/+237 |
| * | Fix Assert that's no longer correct now that RowCompareExpr is indexable. | Tom Lane | 2006-01-29 | 1 | -8/+4 |
| * | Fix code that checks to see if an index can be considered to match the query's | Tom Lane | 2006-01-29 | 2 | -10/+18 |
| * | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 | 1 | -19/+3 |
| * | Allow row comparisons to be used as indexscan qualifications. | Tom Lane | 2006-01-25 | 1 | -16/+321 |
| * | Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, | Tom Lane | 2006-01-14 | 1 | -1/+9 |
| * | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 | 1 | -3/+9 |
| * | Teach planner how to rearrange join order for some classes of OUTER JOIN. | Tom Lane | 2005-12-20 | 2 | -179/+231 |
| * | In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo | Tom Lane | 2005-12-06 | 1 | -22/+12 |
| * | Tweak choose_bitmap_and() heuristics in the light of example provided in bug | Tom Lane | 2005-11-30 | 1 | -8/+54 |
| * | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane | 2005-11-26 | 2 | -39/+139 |
| * | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2005-11-25 | 2 | -69/+211 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 7 | -94/+95 |
| * | Restore the former RestrictInfo field valid_everywhere (but invert the flag | Tom Lane | 2005-11-14 | 2 | -9/+16 |
| * | Fix longstanding bug that would sometimes let the planner generate a bad plan | Tom Lane | 2005-10-25 | 1 | -32/+37 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 9 | -861/+832 |
| * | Fix oversight in 8.0 modification of RestrictInfo data structures. | Tom Lane | 2005-10-11 | 1 | -3/+10 |
| * | Make set_function_size_estimates() marginally smarter: per original | Tom Lane | 2005-10-05 | 1 | -4/+10 |
| * | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 | 1 | -25/+19 |
| * | Fix bug introduced into indexable_outerrelids() by an ill-considered | Tom Lane | 2005-09-22 | 1 | -4/+2 |
| * | Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's | Tom Lane | 2005-08-28 | 1 | -1/+6 |
| * | cost_agg really ought to charge something per output tuple; else there | Tom Lane | 2005-08-27 | 1 | -3/+5 |
| * | Change the division of labor between grouping_planner and query_planner | Tom Lane | 2005-08-27 | 1 | -67/+1 |
| * | Clean up some very old and crufty code for TID scan planning. Not much | Tom Lane | 2005-08-23 | 1 | -140/+103 |
| * | enable_constraint_exclusion => constraint_exclusion | Bruce Momjian | 2005-08-22 | 1 | -3/+3 |