| Commit message (Expand) | Author | Age |
* | Fix oversight in original coding of inline_function(): since | Tom Lane | 2007-03-06 |
* | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane | 2007-02-16 |
* | Repair insufficiently careful type checking for SQL-language functions: | Tom Lane | 2007-02-02 |
* | Fix planner to do the right thing when a degenerate outer join (one whose | Tom Lane | 2006-12-12 |
* | expression_tree_walker failed to let walker function see the immediate child | Tom Lane | 2006-10-25 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane | 2006-09-28 |
* | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 |
* | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 |
* | Extend relation_excluded_by_constraints() to check for mutually | Tom Lane | 2006-08-05 |
* | Teach predicate_refuted_by() how to do proofs involving NOT-clauses. | Tom Lane | 2006-08-05 |
* | Teach eval_const_expressions to simplify BooleanTest nodes that have | Tom Lane | 2006-08-04 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 |
* | 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 |
* | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 |
* | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 |
* | Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its | Tom Lane | 2006-04-07 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Improve the tests to see if ScalarArrayOpExpr is strict. Original coding | Tom Lane | 2006-02-06 |
* | Improve my initial, rather hacky implementation of joins to append | Tom Lane | 2006-02-05 |
* | Fix constraint exclusion to work in inherited UPDATE/DELETE queries | Tom Lane | 2006-02-04 |
* | Teach planner to convert simple UNION ALL subqueries into append relations, | Tom Lane | 2006-02-03 |
* | Restructure planner's handling of inheritance. Rather than processing | Tom Lane | 2006-01-31 |
* | Allow row comparisons to be used as indexscan qualifications. | Tom Lane | 2006-01-25 |
* | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut | 2006-01-05 |
* | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 |
* | Teach planner how to rearrange join order for some classes of OUTER JOIN. | Tom Lane | 2005-12-20 |
* | Teach predtest.c how to reason about ScalarArrayOpExpr clauses as though | Tom Lane | 2005-11-27 |
* | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane | 2005-11-26 |
* | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2005-11-25 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | make_restrictinfo() failed to attach the specified required_relids to | Tom Lane | 2005-11-16 |
* | Restore the former RestrictInfo field valid_everywhere (but invert the flag | Tom Lane | 2005-11-14 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Don't try to remove duplicate OR-subclauses in create_bitmap_subplan and | Tom Lane | 2005-10-13 |
* | Fix oversight in indexscan plan creation. I recently added code to use | Tom Lane | 2005-10-06 |
* | Make use of new list primitives list_append_unique and list_concat_unique | Tom Lane | 2005-07-28 |
* | Fix a bunch of bad interactions between partial indexes and the new | Tom Lane | 2005-07-28 |