| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 | 2 | -5/+40 |
| * | Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE | Tom Lane | 2006-09-08 | 1 | -1/+24 |
| * | Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist | Tom Lane | 2006-08-28 | 1 | -8/+24 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 3 | -41/+138 |
| * | Fix inheritance_planner() to delete dummy subplans from its Append plan | Tom Lane | 2006-08-05 | 1 | -14/+62 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 4 | -16/+117 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 1 | -6/+9 |
| * | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane | 2006-07-26 | 2 | -6/+5 |
| * | Change LIMIT/OFFSET to use int8 | Bruce Momjian | 2006-07-26 | 2 | -9/+10 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 7 | -18/+7 |
| * | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 2 | -7/+7 |
| * | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 | 5 | -149/+223 |
| * | Improve planner estimates for size of tuple hash tables. | Tom Lane | 2006-06-28 | 2 | -6/+8 |
| * | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 | 1 | -2/+2 |
| * | When a bitmap indexscan is using a partial index, it is necessary to include | Tom Lane | 2006-05-18 | 1 | -25/+27 |
| * | Fix calculation of plan node extParams to account for the possibility that one | Tom Lane | 2006-05-03 | 1 | -10/+29 |
| * | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 | 1 | -3/+3 |
| * | Remove the restriction originally coded into optimize_minmax_aggregates() that | Tom Lane | 2006-04-28 | 2 | -25/+5 |
| * | The 8.1 planner removes WHERE quals from the plan when the quals are | Tom Lane | 2006-04-25 | 1 | -10/+32 |
| * | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 | 1 | -5/+5 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -3/+4 |
| * | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 | 1 | -13/+1 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 7 | -14/+14 |
| * | Improve my initial, rather hacky implementation of joins to append | Tom Lane | 2006-02-05 | 1 | -3/+20 |
| * | Teach planner to convert simple UNION ALL subqueries into append relations, | Tom Lane | 2006-02-03 | 1 | -2/+2 |
| * | Restructure planner's handling of inheritance. Rather than processing | Tom Lane | 2006-01-31 | 3 | -87/+81 |
| * | When building a bitmap scan, must copy the bitmapqualorig expression tree | Tom Lane | 2006-01-29 | 1 | -1/+7 |
| * | Allow row comparisons to be used as indexscan qualifications. | Tom Lane | 2006-01-25 | 1 | -3/+38 |
| * | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 | 1 | -160/+178 |
| * | Teach planner how to rearrange join order for some classes of OUTER JOIN. | Tom Lane | 2005-12-20 | 3 | -144/+324 |
| * | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane | 2005-11-26 | 3 | -16/+25 |
| * | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2005-11-25 | 2 | -33/+70 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 7 | -100/+103 |
| * | Restore the former RestrictInfo field valid_everywhere (but invert the flag | Tom Lane | 2005-11-14 | 1 | -1/+9 |
| * | Thinking further, it seems we had better also copy down resorigtbl/resorigcol | Tom Lane | 2005-11-03 | 1 | -3/+6 |
| * | Fix the recently-added code that eliminates unnecessary SubqueryScan nodes | Tom Lane | 2005-11-03 | 1 | -1/+16 |
| * | Fix oversight in recent changes to enable the 'physical tlist' | Tom Lane | 2005-10-19 | 1 | -13/+10 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 7 | -847/+811 |
| * | Don't try to remove duplicate OR-subclauses in create_bitmap_subplan and | Tom Lane | 2005-10-13 | 1 | -8/+12 |
| * | Fix oversight in indexscan plan creation. I recently added code to use | Tom Lane | 2005-10-06 | 1 | -8/+35 |
| * | Repair planning bug introduced in 7.4: outer-join ON clauses that referenced | Tom Lane | 2005-09-28 | 2 | -23/+73 |
| * | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 | 2 | -5/+6 |
| * | optimize_minmax_aggregates() neglected to check for inherited tables. | Tom Lane | 2005-09-21 | 1 | -2/+2 |
| * | Back out prior patch and instead just suppress SubqueryScan elimination | Tom Lane | 2005-09-05 | 1 | -40/+16 |
| * | For non-projecting plan node types such as Limit, set_plan_references | Tom Lane | 2005-09-05 | 1 | -12/+28 |
| * | Change the division of labor between grouping_planner and query_planner | Tom Lane | 2005-08-27 | 2 | -130/+130 |
| * | Fix two separate bugs in setrefs.c. set_subqueryscan_references needs | Tom Lane | 2005-08-27 | 1 | -40/+32 |