| Commit message (Expand) | Author | Age | Files | Lines |
| * | Repair some issues with column aliases and RowExpr construction in the | Tom Lane | 2004-08-19 | 2 | -45/+26 |
| * | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 | 1 | -13/+26 |
| * | Don't try to rewrite NEW references in a utility statement in a rule. | Tom Lane | 2004-08-07 | 1 | -2/+3 |
| * | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 | 1 | -2/+3 |
| * | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 | 1 | -21/+109 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 3 | -27/+27 |
| * | Fix another place that assumed 'x = lcons(y, z)' would not have any | Tom Lane | 2004-05-29 | 1 | -4/+5 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 3 | -25/+27 |
| * | setRuleCheckAsUser has to be applied to any subqueries appearing in a | Tom Lane | 2004-05-18 | 1 | -8/+17 |
| * | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 | 2 | -36/+81 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -11/+2 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 2 | -4/+9 |
| * | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 | 2 | -12/+10 |
| * | Revert ill-starred change of 13-Feb-02: it appeared to fix a problem of | Tom Lane | 2004-01-14 | 1 | -24/+22 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 6 | -6/+6 |
| * | 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 | -4/+6 |
| * | It is possible for ResolveNew to be used to insert a sublink into a | Tom Lane | 2003-10-20 | 1 | -8/+28 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -2/+2 |
| * | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 | 1 | -3/+3 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 3 | -13/+13 |
| * | Disallow converting a table to a view if it has triggers, indexes, or | Tom Lane | 2003-09-17 | 1 | -3/+25 |
| * | Rewriter and planner should use only resno, not resname, to identify | Tom Lane | 2003-08-11 | 1 | -11/+11 |
| * | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane | 2003-08-11 | 1 | -164/+6 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 2 | -6/+6 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 5 | -10/+10 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 3 | -76/+80 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 2 | -4/+6 |
| * | Coerce unknown-literal-constant default values to the column type during | Tom Lane | 2003-07-29 | 1 | -9/+6 |
| * | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 | 5 | -73/+138 |
| * | Add defenses against trying to attach qual conditions to a setOperation | Tom Lane | 2003-07-16 | 2 | -5/+38 |
| * | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane | 2003-07-03 | 1 | -27/+38 |
| * | UPDATE ... SET <col> = DEFAULT | Bruce Momjian | 2003-06-25 | 1 | -2/+20 |
| * | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 | 1 | -10/+52 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -1/+51 |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 1 | -2/+3 |
| * | Remove REWRITE_INVOKE_MAX in favor of making an accurate check for | Tom Lane | 2003-02-25 | 1 | -140/+128 |
| * | Repair rule permissions-checking bug reported by Tim Burgess 10-Feb-02: | Tom Lane | 2003-02-13 | 1 | -4/+21 |
| * | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 | 1 | -25/+48 |
| * | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 | 1 | -5/+55 |
| * | Adjust API of expression_tree_mutator and query_tree_mutator to | Tom Lane | 2003-01-17 | 3 | -100/+47 |
| * | To suppress memory leakage in long-lived Lists, lremove() should pfree | Tom Lane | 2002-12-17 | 1 | -2/+4 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 2 | -8/+8 |
| * | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 | 1 | -3/+3 |
| * | Rule rewriter was doing the wrong thing with conditional INSTEAD rules | Tom Lane | 2002-10-20 | 2 | -33/+27 |
| * | Fix rewrite code so that rules are in fact executed in order by name, | Tom Lane | 2002-10-19 | 1 | -122/+82 |
| * | Adjust handling of command status strings in the presence of rules, | Tom Lane | 2002-10-14 | 1 | -3/+19 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -23/+14 |
| * | Tweak querytree-dependency-extraction code so that columns of tables | Tom Lane | 2002-09-11 | 3 | -22/+24 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 4 | -62/+61 |