| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 | 1 | -1/+2 |
| * | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane | 2009-11-16 | 1 | -5/+2 |
| * | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane | 2009-10-28 | 1 | -1/+3 |
| * | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 | 1 | -4/+1 |
| * | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 | 1 | -1/+2 |
| * | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane | 2009-10-13 | 1 | -1/+2 |
| * | Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA. | Tom Lane | 2009-10-12 | 1 | -1/+2 |
| * | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan | 2009-10-12 | 1 | -2/+2 |
| * | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane | 2009-10-12 | 1 | -1/+2 |
| * | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 | 1 | -1/+15 |
| * | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 | 1 | -1/+2 |
| * | Change CREATE TABLE so that column default expressions coming from different | Tom Lane | 2009-10-06 | 1 | -2/+2 |
| * | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 | 1 | -1/+13 |
| * | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 | 1 | -1/+13 |
| * | Merge the Constraint and FkConstraint node types into a single type. | Tom Lane | 2009-07-30 | 1 | -24/+12 |
| * | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 | 1 | -1/+5 |
| * | Extend EXPLAIN to allow generic options to be specified. | Tom Lane | 2009-07-26 | 1 | -3/+2 |
| * | DROP IF EXISTS for columns and constraints. Andres Freund. | Andrew Dunstan | 2009-07-20 | 1 | -1/+2 |
| * | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 | 1 | -9/+9 |
| * | Fix the just-reported problem that you can't specify all four trigger event | Tom Lane | 2009-06-18 | 1 | -3/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -3/+3 |
| * | Fix planner to restore its previous level of intelligence about pushing | Tom Lane | 2009-04-16 | 1 | -1/+2 |
| * | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane | 2009-04-05 | 1 | -1/+2 |
| * | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane | 2009-04-04 | 1 | -26/+3 |
| * | Make SubPlan nodes carry the result's typmod as well as datatype OID. This is | Tom Lane | 2009-03-10 | 1 | -1/+2 |
| * | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane | 2009-02-25 | 1 | -15/+1 |
| * | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut | 2009-02-24 | 1 | -3/+4 |
| * | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 | 1 | -1/+14 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -1/+15 |
| * | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas | 2009-01-16 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Add some basic support for window frame clauses to the window-functions | Tom Lane | 2008-12-31 | 1 | -1/+3 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -1/+53 |
| * | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 1 | -1/+133 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 1 | -1/+2 |
| * | Utilize the visibility map in autovacuum, too. There was an oversight in | Heikki Linnakangas | 2008-12-04 | 1 | -1/+2 |
| * | CLUSTER VERBOSE and corresponding clusterdb --verbose option | Peter Eisentraut | 2008-11-24 | 1 | -1/+2 |
| * | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane | 2008-11-15 | 1 | -1/+3 |
| * | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane | 2008-11-11 | 1 | -2/+1 |
| * | Add support for user-defined I/O conversion casts. | Heikki Linnakangas | 2008-10-31 | 1 | -1/+2 |
| * | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 | 1 | -1/+41 |
| * | When expanding a whole-row Var into a RowExpr during ResolveNew(), attach | Tom Lane | 2008-10-06 | 1 | -1/+2 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -3/+43 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 1 | -5/+7 |
| * | Fix the raw-parsetree representation of star (as in SELECT * FROM or | Tom Lane | 2008-08-30 | 1 | -1/+10 |
| * | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 1 | -6/+50 |
| * | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 | 1 | -1/+14 |
| * | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 | 1 | -18/+19 |
| * | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane | 2008-08-07 | 1 | -1/+2 |
| * | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 | 1 | -8/+6 |