| Commit message (Expand) | Author | Age |
* | Fix logical errors in constraint exclusion: we cannot assume that a CHECK | Tom Lane | 2008-01-12 |
* | The original implementation of polymorphic aggregates didn't really get the | Tom Lane | 2008-01-11 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Save one syscache lookup when examining volatility or strictness of | Tom Lane | 2007-11-22 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix EquivalenceClass code to handle volatile sort expressions in a more | Tom Lane | 2007-11-08 |
* | Last week's patch for make_sort_from_pathkeys wasn't good enough: it has | Tom Lane | 2007-11-08 |
* | Ensure that the result of evaluating a function during constant-expression | Tom Lane | 2007-10-11 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane | 2007-09-06 |
* | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 |
* | Fix predicate-proving logic to cope with binary-compatibility cases when | Tom Lane | 2007-07-24 |
* | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane | 2007-06-23 |
* | 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 |
* | Change build_index_pathkeys() so that the expressions it builds to represent | Tom Lane | 2007-05-31 |
* | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane | 2007-05-25 |
* | Improve predicate_refuted_by_simple_clause() to handle IS NULL and IS NOT NULL | Tom Lane | 2007-05-12 |
* | Teach tuplesort.c about "top N" sorting, in which only the first N tuples | Tom Lane | 2007-05-04 |
* | Fix a thinko in my patch of a couple months ago for bug #3116: it did the | Tom Lane | 2007-05-01 |
* | Marginal performance hack: avoid unnecessary work in expression_tree_mutator. | Tom Lane | 2007-04-30 |
* | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane | 2007-04-27 |
* | Some further performance tweaks for planning large inheritance trees that | Tom Lane | 2007-04-21 |
* | Make 'col IS NULL' clauses be indexable conditions. | Tom Lane | 2007-04-06 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane | 2007-03-27 |
* | Fix up the remaining places where the expression node structure would lose | Tom Lane | 2007-03-17 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 |
* | Fix oversight in original coding of inline_function(): since | Tom Lane | 2007-03-06 |
* | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 |
* | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 |
* | Teach find_nonnullable_rels to handle OR cases: if every arm of an OR | Tom Lane | 2007-02-16 |
* | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane | 2007-02-16 |
* | Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases | Tom Lane | 2007-02-06 |
* | Repair insufficiently careful type checking for SQL-language functions: | Tom Lane | 2007-02-02 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | 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 |
* | Simplify pg_am representation of ordering-capable access methods: | Tom Lane | 2007-01-20 |
* | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane | 2007-01-20 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 |
* | Add a note pointing out that is_pseudo_constant_clause() doesn't check | Tom Lane | 2007-01-17 |
* | Change the planner-to-executor API so that the planner tells the executor | Tom Lane | 2007-01-10 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Enable btree_predicate_proof() to make proofs involving cross-data-type | Tom Lane | 2006-12-28 |
* | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 |
* | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane | 2006-12-18 |