| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 | 1 | -12/+3 |
| * | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane | 2008-11-15 | 1 | -1/+4 |
| * | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane | 2008-11-10 | 1 | -16/+8 |
| * | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane | 2008-11-09 | 1 | -3/+7 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -13/+13 |
| * | Dept of better ideas: refrain from creating the planner's placeholder_list | Tom Lane | 2008-10-22 | 1 | -27/+7 |
| * | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 | 1 | -1/+62 |
| * | When expanding a whole-row Var into a RowExpr during ResolveNew(), attach | Tom Lane | 2008-10-06 | 1 | -3/+6 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 3 | -17/+82 |
| * | Fix more problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane | 2008-09-24 | 1 | -1/+40 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 1 | -3/+77 |
| * | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 2 | -3/+8 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 3 | -7/+6 |
| * | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 | 1 | -13/+25 |
| * | Fix pull_up_simple_union_all to copy all rtable entries from child subquery to | Heikki Linnakangas | 2008-08-14 | 1 | -1/+20 |
| * | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 | 1 | -11/+11 |
| * | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 | 1 | -2/+8 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 3 | -3/+6 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+2 |
| * | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 2 | -3/+5 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -3/+3 |
| * | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -8/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 5 | -10/+10 |
| * | 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 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 2 | -12/+12 |
| * | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane | 2007-09-06 | 2 | -4/+5 |
| * | Fix a couple of misbehaviors rooted in the fact that the default creation | Tom Lane | 2007-08-27 | 1 | -17/+21 |
| * | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane | 2007-06-23 | 1 | -3/+3 |
| * | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 | 1 | -2/+54 |
| * | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane | 2007-04-27 | 1 | -2/+4 |
| * | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 | 2 | -2/+95 |
| * | Fix up the remaining places where the expression node structure would lose | Tom Lane | 2007-03-17 | 1 | -1/+3 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -13/+45 |
| * | 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 | 2 | -4/+4 |
| * | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 1 | -8/+1 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 5 | -10/+10 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 1 | -4/+4 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 4 | -53/+55 |
| * | Make some sentences consistent with similar ones. | Bruce Momjian | 2006-10-03 | 1 | -2/+2 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 2 | -53/+30 |
| * | Apply a simple solution to the problem of making INSERT/UPDATE/DELETE | Tom Lane | 2006-09-02 | 2 | -70/+226 |
| * | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 | 1 | -2/+3 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -6/+164 |
| * | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 | 1 | -1/+3 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 3 | -13/+3 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 | 1 | -6/+15 |
| * | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 | 2 | -26/+19 |