| Age | Commit message (Expand) | Author |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2004-01-05 | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane |
| 2004-01-05 | Improve UniquePath logic to detect the case where the input is already | Tom Lane |
| 2004-01-05 | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane |
| 2004-01-04 | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane |
| 2004-01-04 | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane |
| 2003-12-30 | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane |
| 2003-12-28 | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane |
| 2003-12-09 | query_tree_mutator should copy RangeTblEntry nodes even when it's not | Tom Lane |
| 2003-12-08 | Whole-row references were broken for subqueries and functions, because | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 2003-10-29 | Give a useful error message if a RangeVar is encountered in an expression. | Tom Lane |
| 2003-08-17 | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-08-03 | Tighten inline_function's test for overly complex parameters. This | Tom Lane |
| 2003-07-28 | Add error stack traceback support for SQL-language functions. | Tom Lane |
| 2003-07-25 | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane |
| 2003-07-14 | Make cost estimates for SubqueryScan more realistic: charge cpu_tuple_cost | Tom Lane |
| 2003-07-03 | Do honest transformation and preprocessing of LIMIT/OFFSET clauses, | Tom Lane |
| 2003-07-03 | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane |
| 2003-07-01 | Dept. of second thoughts: supporting inlining of polymorphic SQL functions | Tom Lane |
| 2003-07-01 | SQL functions can have arguments and results declared ANYARRAY or | Tom Lane |
| 2003-06-29 | Restructure building of join relation targetlists so that a join plan | Tom Lane |
| 2003-06-29 | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane |
| 2003-06-25 | Back out array mega-patch. | Bruce Momjian |
| 2003-06-24 | Array mega-patch. | Bruce Momjian |
| 2003-06-15 | Adjust nestloop-with-inner-indexscan plan generation so that we catch | Tom Lane |
| 2003-06-06 | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane |
| 2003-05-28 | Fix some planner performance problems with large WHERE clauses, by | Tom Lane |
| 2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
| 2003-05-26 | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane |
| 2003-05-12 | Apply fixes for problems with dropped columns whose types have also been | Tom Lane |
| 2003-05-11 | Revert previous change --- turns out the underlying problem affects | Tom Lane |
| 2003-05-11 | Disable the recently-added use_physical_tlist optimization in cases | Tom Lane |
| 2003-05-06 | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane |
| 2003-04-29 | Infrastructure for deducing Param types from context, in the same way | Tom Lane |
| 2003-04-27 | Put back encoding-conversion step in processing of incoming queries; | Tom Lane |
| 2003-04-08 | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane |
| 2003-03-22 | Adjust subquery qual pushdown rules to be more forgiving: if a qual | Tom Lane |
| 2003-03-14 | Make eval_const_expressions simplify FieldSelect from a whole-row Var | Tom Lane |
| 2003-03-10 | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane |
| 2003-02-16 | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane |
| 2003-02-15 | Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to | Tom Lane |
| 2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
| 2003-02-08 | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane |
| 2003-02-06 | Make flatten_join_alias_vars() do the right thing when expanding an alias | Tom Lane |