| Commit message (Expand) | Author | Age |
* | Fix set_rel_width() to do something reasonable with non-Var items in a | Tom Lane | 2009-07-11 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti | Tom Lane | 2009-05-09 |
* | Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka. | Tom Lane | 2009-04-17 |
* | If we expect a hash join to be performed in multiple batches, suppress | Tom Lane | 2009-03-26 |
* | Optimize multi-batch hash joins when the outer relation has a nonuniform | Tom Lane | 2009-03-21 |
* | Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join | Tom Lane | 2009-02-06 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Switch the planner over to treating qualifications of a JOIN_SEMI join as | Tom Lane | 2008-11-22 |
* | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 |
* | Salvage a little bit of work from a failed patch: simplify and speed up | Tom Lane | 2008-10-17 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Fix an oversight in the 8.2 patch that improved mergejoin performance by | Tom Lane | 2008-09-05 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 |
* | Clean up the loose ends in selectivity estimation left by my patch for semi | Tom Lane | 2008-08-16 |
* | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 |
* | When a relation has been proven empty by constraint exclusion, propagate that | Tom Lane | 2008-03-24 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Fix mergejoin cost estimation so that we consider the statistical ranges of | Tom Lane | 2007-12-08 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- | Tom Lane | 2007-10-24 |
* | Fix cost estimates for EXISTS subqueries that are evaluated as initPlans | Tom Lane | 2007-09-22 |
* | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 |
* | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 |
* | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane | 2007-05-21 |
* | Teach tuplesort.c about "top N" sorting, in which only the first N tuples | Tom Lane | 2007-05-04 |
* | Some further performance tweaks for planning large inheritance trees that | Tom Lane | 2007-04-21 |
* | Tweak set_rel_width() to avoid redundant executions of getrelid(). | Tom Lane | 2007-04-21 |
* | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane | 2007-03-27 |
* | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 |
* | Put back planner's ability to cache the results of mergejoinscansel(), | Tom Lane | 2007-01-22 |
* | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 |
* | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane | 2007-01-20 |
* | Change the planner-to-executor API so that the planner tells the executor | Tom Lane | 2007-01-10 |
* | Remove cost_hashjoin's very ancient hack to discourage (once, entirely forbid) | Tom Lane | 2007-01-08 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | Fix some planner bugs exposed by reports from Arjen van der Meijden. These | Tom Lane | 2006-12-15 |
* | Suppress a few 'uninitialized variable' warnings that gcc emits only at | Tom Lane | 2006-11-11 |
* | Fix set_joinrel_size_estimates() to estimate outer-join sizes more | Tom Lane | 2006-11-10 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | Convert effective_cache_size to an integer, for better integration with | Peter Eisentraut | 2006-07-26 |
* | In the recent changes to make the planner account better for cache | Tom Lane | 2006-07-22 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 |