| Commit message (Expand) | Author | Age |
* | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 |
* | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 |
* | Type table feature | Peter Eisentraut | 2010-01-28 |
* | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add an "argisrow" field to NullTest nodes, following a plan made way back in | Tom Lane | 2010-01-01 |
* | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 |
* | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 |
* | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane | 2009-11-28 |
* | Improve planning of Materialize nodes inserted atop the inner input of a | Tom Lane | 2009-11-15 |
* | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane | 2009-10-28 |
* | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 |
* | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane | 2009-10-13 |
* | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane | 2009-10-12 |
* | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane | 2009-10-10 |
* | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 |
* | Change CREATE TABLE so that column default expressions coming from different | Tom Lane | 2009-10-06 |
* | Implement "join removal" for cases where the inner side of a left join | Tom Lane | 2009-09-17 |
* | Merge the Constraint and FkConstraint node types into a single type. | Tom Lane | 2009-07-30 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Fix planner to restore its previous level of intelligence about pushing | Tom Lane | 2009-04-16 |
* | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane | 2009-04-05 |
* | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane | 2009-04-04 |
* | If we expect a hash join to be performed in multiple batches, suppress | Tom Lane | 2009-03-26 |
* | Optimize multi-batch hash joins when the outer relation has a nonuniform | Tom Lane | 2009-03-21 |
* | Make SubPlan nodes carry the result's typmod as well as datatype OID. This is | Tom Lane | 2009-03-10 |
* | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane | 2009-02-25 |
* | Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join | Tom Lane | 2009-02-06 |
* | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Add some basic support for window frame clauses to the window-functions | Tom Lane | 2008-12-31 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Fix an oversight in the code that makes transitive-equality deductions from | Tom Lane | 2008-12-01 |
* | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane | 2008-11-15 |
* | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane | 2008-11-11 |
* | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 |
* | Extend CTE patch to support recursive UNION (ie, without ALL). The | Tom Lane | 2008-10-07 |
* | When expanding a whole-row Var into a RowExpr during ResolveNew(), attach | Tom Lane | 2008-10-06 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Improve the plan cache invalidation mechanism to make it invalidate plans | Tom Lane | 2008-09-09 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 |
* | Fix the raw-parsetree representation of star (as in SELECT * FROM or | Tom Lane | 2008-08-30 |
* | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 |
* | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 |
* | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 |