| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 | 1 | -2/+2 |
| * | simplify_function() mustn't try to evaluate functions that return | Tom Lane | 2004-01-28 | 1 | -1/+11 |
| * | Recognize that IN subqueries return already-unique results if they use | Tom Lane | 2004-01-19 | 1 | -6/+35 |
| * | Preserve AND/OR flatness during eval_const_expressions(). This seems a | Tom Lane | 2004-01-12 | 1 | -84/+154 |
| * | Improve has_nullable_targetlist() to allow strict functions of simple | Tom Lane | 2004-01-10 | 1 | -19/+21 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -3/+3 |
| * | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane | 2004-01-05 | 2 | -30/+103 |
| * | Improve UniquePath logic to detect the case where the input is already | Tom Lane | 2004-01-05 | 2 | -5/+46 |
| * | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane | 2004-01-05 | 2 | -24/+30 |
| * | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane | 2004-01-04 | 2 | -56/+15 |
| * | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane | 2004-01-04 | 2 | -4/+126 |
| * | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane | 2003-12-30 | 2 | -11/+19 |
| * | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane | 2003-12-28 | 1 | -3/+3 |
| * | query_tree_mutator should copy RangeTblEntry nodes even when it's not | Tom Lane | 2003-12-09 | 1 | -9/+4 |
| * | Whole-row references were broken for subqueries and functions, because | Tom Lane | 2003-12-08 | 1 | -14/+8 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 9 | -9/+9 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -6/+5 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -6/+6 |
| * | Give a useful error message if a RangeVar is encountered in an expression. | Tom Lane | 2003-10-29 | 1 | -1/+21 |
| * | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane | 2003-08-17 | 1 | -2/+2 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 2 | -9/+9 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 8 | -16/+16 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 8 | -178/+204 |
| * | Tighten inline_function's test for overly complex parameters. This | Tom Lane | 2003-08-03 | 1 | -6/+28 |
| * | Add error stack traceback support for SQL-language functions. | Tom Lane | 2003-07-28 | 1 | -1/+27 |
| * | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 | 5 | -29/+31 |
| * | Make cost estimates for SubqueryScan more realistic: charge cpu_tuple_cost | Tom Lane | 2003-07-14 | 1 | -4/+2 |
| * | Do honest transformation and preprocessing of LIMIT/OFFSET clauses, | Tom Lane | 2003-07-03 | 1 | -1/+7 |
| * | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane | 2003-07-03 | 1 | -1/+3 |
| * | Dept. of second thoughts: supporting inlining of polymorphic SQL functions | Tom Lane | 2003-07-01 | 1 | -11/+34 |
| * | SQL functions can have arguments and results declared ANYARRAY or | Tom Lane | 2003-07-01 | 1 | -2/+11 |
| * | Restructure building of join relation targetlists so that a join plan | Tom Lane | 2003-06-29 | 4 | -114/+134 |
| * | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 | 1 | -2/+44 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -23/+1 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -1/+23 |
| * | Adjust nestloop-with-inner-indexscan plan generation so that we catch | Tom Lane | 2003-06-15 | 2 | -53/+122 |
| * | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 | 2 | -2/+136 |
| * | Fix some planner performance problems with large WHERE clauses, by | Tom Lane | 2003-05-28 | 2 | -47/+56 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 2 | -68/+36 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -5/+4 |
| * | Apply fixes for problems with dropped columns whose types have also been | Tom Lane | 2003-05-12 | 1 | -3/+17 |
| * | Revert previous change --- turns out the underlying problem affects | Tom Lane | 2003-05-11 | 1 | -17/+3 |
| * | Disable the recently-added use_physical_tlist optimization in cases | Tom Lane | 2003-05-11 | 1 | -3/+17 |
| * | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 1 | -27/+1 |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 1 | -7/+7 |
| * | Put back encoding-conversion step in processing of incoming queries; | Tom Lane | 2003-04-27 | 1 | -6/+2 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -77/+140 |
| * | Adjust subquery qual pushdown rules to be more forgiving: if a qual | Tom Lane | 2003-03-22 | 1 | -27/+5 |
| * | Make eval_const_expressions simplify FieldSelect from a whole-row Var | Tom Lane | 2003-03-14 | 1 | -1/+23 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 1 | -2/+1 |