| Commit message (Expand) | Author | Age | Files | Lines |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -4/+4 |
| * | Revert updatable views | Peter Eisentraut | 2009-01-27 | 1 | -7/+7 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -1/+5 |
| * | Automatic view update rules | Peter Eisentraut | 2009-01-22 | 1 | -7/+7 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -5/+52 |
| * | Fix more problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane | 2008-09-24 | 1 | -1/+40 |
| * | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 1 | -2/+5 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 1 | -3/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Small comment spacing improvement. | Bruce Momjian | 2007-11-16 | 1 | -2/+2 |
| * | Fix pgindent to properly handle 'else' and single-line comments on the | Bruce Momjian | 2007-11-15 | 1 | -14/+13 |
| * | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane | 2007-09-06 | 1 | -2/+2 |
| * | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 | 1 | -1/+26 |
| * | Fix up the remaining places where the expression node structure would lose | Tom Lane | 2007-03-17 | 1 | -1/+3 |
| * | Fix markQueryForLocking() to work correctly in the presence of nested views. | Tom Lane | 2007-03-01 | 1 | -20/+35 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 1 | -4/+4 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -32/+32 |
| * | Apply a simple solution to the problem of making INSERT/UPDATE/DELETE | Tom Lane | 2006-09-02 | 1 | -4/+91 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -6/+164 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -7/+1 |
| * | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 | 1 | -22/+9 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Fix problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane | 2005-11-23 | 1 | -1/+9 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -27/+28 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -165/+156 |
| * | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 | 1 | -9/+19 |
| * | Make use of new list primitives list_append_unique and list_concat_unique | Tom Lane | 2005-07-28 | 1 | -3/+2 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -2/+2 |
| * | Change expandRTE() and ResolveNew() back to taking just the single | Tom Lane | 2005-06-04 | 1 | -9/+23 |
| * | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane | 2005-06-03 | 1 | -38/+214 |
| * | Avoid unnecessary call of rangeTableEntry_used() for the result relation | Tom Lane | 2005-05-29 | 1 | -7/+3 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -12/+18 |
| * | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 | 1 | -16/+14 |
| * | Rewrite rewriteTargetList() to avoid O(N^2) behavior on wide target lists. | Tom Lane | 2005-03-26 | 1 | -56/+64 |
| * | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane | 2005-03-10 | 1 | -30/+1 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Fix one more place where we were expecting lcons() to be nondestructive | Tom Lane | 2004-11-20 | 1 | -1/+3 |
| * | When implementing a coercion to a domain type with a combined | Tom Lane | 2004-11-06 | 1 | -1/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -22/+28 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Repair some issues with column aliases and RowExpr construction in the | Tom Lane | 2004-08-19 | 1 | -4/+3 |
| * | 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 | 1 | -16/+16 |
| * | Fix another place that assumed 'x = lcons(y, z)' would not have any | Tom Lane | 2004-05-29 | 1 | -4/+5 |