| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enable btree_predicate_proof() to make proofs involving cross-data-type | Tom Lane | 2006-12-28 | 1 | -15/+5 |
| * | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 | 1 | -11/+13 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 12 | -258/+364 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 1 | -1/+26 |
| * | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane | 2006-12-18 | 1 | -2/+9 |
| * | Fix some planner bugs exposed by reports from Arjen van der Meijden. These | Tom Lane | 2006-12-15 | 1 | -14/+40 |
| * | Fix planner to do the right thing when a degenerate outer join (one whose | Tom Lane | 2006-12-12 | 3 | -9/+49 |
| * | Add a paramtypmod field to Param nodes. This is dead weight for Params | Tom Lane | 2006-12-10 | 1 | -35/+13 |
| * | Repair incorrect placement of WHERE clauses when there are multiple, | Tom Lane | 2006-12-07 | 1 | -30/+58 |
| * | Fix planning of SubLinks to ensure that Vars generated from transformation of | Tom Lane | 2006-12-06 | 1 | -7/+31 |
| * | Suppress a few 'uninitialized variable' warnings that gcc emits only at | Tom Lane | 2006-11-11 | 1 | -1/+4 |
| * | Fix set_joinrel_size_estimates() to estimate outer-join sizes more | Tom Lane | 2006-11-10 | 1 | -17/+61 |
| * | expression_tree_walker failed to let walker function see the immediate child | Tom Lane | 2006-10-25 | 1 | -5/+4 |
| * | Fix check for whether a clauseless join has to be forced in the presence of | Tom Lane | 2006-10-24 | 2 | -11/+25 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 26 | -489/+518 |
| * | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane | 2006-09-28 | 2 | -18/+106 |
| * | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 | 6 | -36/+158 |
| * | Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE | Tom Lane | 2006-09-08 | 1 | -1/+24 |
| * | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 | 1 | -21/+59 |
| * | Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist | Tom Lane | 2006-08-28 | 1 | -8/+24 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -1/+13 |
| * | Suppress subquery pullup/pushdown when a subquery contains volatile | Tom Lane | 2006-08-19 | 2 | -2/+22 |
| * | Fix an oversight in mergejoin planning: the planner would reject a | Tom Lane | 2006-08-17 | 1 | -5/+10 |
| * | Teach convert_subquery_pathkeys() to handle the case where the | Tom Lane | 2006-08-17 | 1 | -27/+61 |
| * | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 | 2 | -5/+2 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 6 | -44/+185 |
| * | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 | 4 | -4/+15 |
| * | Fix inheritance_planner() to delete dummy subplans from its Append plan | Tom Lane | 2006-08-05 | 1 | -14/+62 |
| * | Extend relation_excluded_by_constraints() to check for mutually | Tom Lane | 2006-08-05 | 1 | -6/+43 |
| * | Teach predicate_refuted_by() how to do proofs involving NOT-clauses. | Tom Lane | 2006-08-05 | 1 | -4/+74 |
| * | Teach eval_const_expressions to simplify BooleanTest nodes that have | Tom Lane | 2006-08-04 | 1 | -1/+53 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 10 | -27/+259 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 2 | -11/+20 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 2 | -26/+47 |
| * | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane | 2006-07-26 | 2 | -6/+5 |
| * | Convert effective_cache_size to an integer, for better integration with | Peter Eisentraut | 2006-07-26 | 1 | -3/+3 |
| * | Change LIMIT/OFFSET to use int8 | Bruce Momjian | 2006-07-26 | 2 | -9/+10 |
| * | In the recent changes to make the planner account better for cache | Tom Lane | 2006-07-22 | 3 | -28/+58 |
| * | Fix some missing inclusions identified with new pgcheckdefines tool. | Tom Lane | 2006-07-15 | 1 | -1/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 24 | -66/+24 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | 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 | 3 | -10/+10 |
| * | 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 | 3 | -6/+6 |
| * | Fix oversight in planning for multiple indexscans driven by | Tom Lane | 2006-07-01 | 1 | -30/+1 |
| * | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 | 13 | -257/+420 |
| * | Improve planner estimates for size of tuple hash tables. | Tom Lane | 2006-06-28 | 2 | -6/+8 |
| * | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 | 1 | -1/+8 |
| * | Remove "fuzzy comparison" logic in qsort comparison function for | Tom Lane | 2006-06-07 | 1 | -8/+6 |