| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Make use of new list primitives list_append_unique and list_concat_unique | Tom Lane | 2005-07-28 | 2 | -26/+11 |
| * | Fix a bunch of bad interactions between partial indexes and the new | Tom Lane | 2005-07-28 | 2 | -42/+88 |
| * | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 | 1 | -3/+37 |
| * | Improve outer-join-deduction logic to be able to propagate equalities | Tom Lane | 2005-07-03 | 1 | -157/+202 |
| * | Teach planner about some cases where a restriction clause can be | Tom Lane | 2005-07-02 | 3 | -18/+299 |
| * | 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 |
| * | Quick hack to allow the outer query's tuple_fraction to be passed down | Tom Lane | 2005-06-10 | 1 | -2/+42 |
| * | Simplify the planner's join clause management by storing join clauses | Tom Lane | 2005-06-09 | 5 | -198/+124 |
| * | Nab some low-hanging fruit: replace the planner's base_rel_list and | Tom Lane | 2005-06-06 | 1 | -12/+48 |
| * | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 | 9 | -118/+125 |
| * | Change expandRTE() and ResolveNew() back to taking just the single | Tom Lane | 2005-06-04 | 1 | -12/+12 |
| * | Previous fix for "x FULL JOIN y ON true" failed to handle the case | Tom Lane | 2005-05-24 | 1 | -7/+2 |
| * | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 | 1 | -1/+2 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -4/+4 |