| Commit message (Expand) | Author | Age | Files | Lines |
| * | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 3 | -3/+300 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 2 | -2/+4 |
| * | Utilize the visibility map in autovacuum, too. There was an oversight in | Heikki Linnakangas | 2008-12-04 | 2 | -2/+4 |
| * | Fix an oversight in the code that makes transitive-equality deductions from | Tom Lane | 2008-12-01 | 1 | -1/+2 |
| * | CLUSTER VERBOSE and corresponding clusterdb --verbose option | Peter Eisentraut | 2008-11-24 | 2 | -2/+4 |
| * | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane | 2008-11-15 | 4 | -4/+12 |
| * | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane | 2008-11-11 | 3 | -6/+3 |
| * | Add support for user-defined I/O conversion casts. | Heikki Linnakangas | 2008-10-31 | 2 | -2/+4 |
| * | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 | 4 | -6/+151 |
| * | Extend CTE patch to support recursive UNION (ie, without ALL). The | Tom Lane | 2008-10-07 | 2 | -2/+22 |
| * | When expanding a whole-row Var into a RowExpr during ResolveNew(), attach | Tom Lane | 2008-10-06 | 5 | -5/+12 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 6 | -22/+674 |
| * | Improve the plan cache invalidation mechanism to make it invalidate plans | Tom Lane | 2008-09-09 | 2 | -7/+42 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 6 | -18/+37 |
| * | Fix the raw-parsetree representation of star (as in SELECT * FROM or | Tom Lane | 2008-08-30 | 3 | -3/+32 |
| * | In GCC-based builds, use a better newNode() macro that relies on GCC-specific | Tom Lane | 2008-08-29 | 1 | -1/+5 |
| * | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 6 | -22/+489 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 2 | -56/+1723 |
| * | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 | 3 | -3/+47 |
| * | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 | 4 | -65/+104 |
| * | Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make any | Tom Lane | 2008-08-07 | 2 | -2/+4 |
| * | Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. | Tom Lane | 2008-08-07 | 2 | -2/+6 |
| * | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane | 2008-08-07 | 4 | -4/+8 |
| * | Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, | Tom Lane | 2008-08-05 | 1 | -1/+2 |
| * | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 | 4 | -71/+30 |
| * | Add dump support for SortBy nodes. Needed this while debugging a reported | Tom Lane | 2008-07-17 | 1 | -1/+15 |
| * | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 | 3 | -3/+6 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -1/+2 |
| * | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | Alvaro Herrera | 2008-06-06 | 1 | -1/+2 |
| * | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane | 2008-05-16 | 2 | -2/+4 |
| * | Remove typename from A_Const. | Alvaro Herrera | 2008-04-29 | 3 | -7/+3 |
| * | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 | 2 | -4/+2 |
| * | Since createplan.c no longer cares whether index operators are lossy, it has | Tom Lane | 2008-04-13 | 2 | -10/+2 |
| * | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane | 2008-04-10 | 1 | -18/+34 |
| * | Remove TypeName struct's timezone flag, which has been write-only storage | Tom Lane | 2008-03-21 | 3 | -6/+3 |
| * | Arrange for an explicit cast applied to an ARRAY[] constructor to be applied | Tom Lane | 2008-03-20 | 3 | -3/+38 |
| * | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian | 2008-03-20 | 1 | -14/+13 |
| * | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -8/+2 |
| * | Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and | Tom Lane | 2008-02-07 | 2 | -3/+63 |
| * | Fix an omission in the outfuncs.c support for Agg nodes: the grpColIdx | Neil Conway | 2008-01-09 | 1 | -1/+12 |
| * | Fix a minor bug in outfuncs support for SetOp: dupOperators is an array | Neil Conway | 2008-01-07 | 1 | -2/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 14 | -28/+28 |
| * | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 | 3 | -6/+3 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 3 | -39/+39 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 4 | -51/+51 |
| * | Fix EquivalenceClass code to handle volatile sort expressions in a more | Tom Lane | 2007-11-08 | 1 | -1/+2 |
| * | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane | 2007-10-11 | 2 | -2/+5 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -4/+3 |
| * | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane | 2007-09-06 | 1 | -5/+6 |
| * | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane | 2007-09-03 | 2 | -34/+8 |