| Age | Commit message (Expand) | Author |
| 2010-01-05 | Add support for doing FULL JOIN ON FALSE. While this is really a rather | Tom Lane |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2010-01-01 | Add an "argisrow" field to NullTest nodes, following a plan made way back in | Tom Lane |
| 2009-12-15 | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas |
| 2009-12-07 | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane |
| 2009-11-20 | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane |
| 2009-10-26 | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane |
| 2009-10-12 | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane |
| 2009-10-10 | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane |
| 2009-09-27 | Replace the array-style TupleTable data structure with a simple List of | Tom Lane |
| 2009-08-23 | Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison | Tom Lane |
| 2009-08-06 | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-04-08 | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut |
| 2009-04-02 | Refactor ExecProject and associated routines so that fast-path code is used | Tom Lane |
| 2009-03-21 | Optimize multi-batch hash joins when the outer relation has a nonuniform | Tom Lane |
| 2009-01-12 | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane |
| 2009-01-10 | Revise the TIDBitmap API to support multiple concurrent iterations over a | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-31 | Add some basic support for window frame clauses to the window-functions | Tom Lane |
| 2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
| 2008-11-16 | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to | Tom Lane |
| 2008-11-15 | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane |
| 2008-10-31 | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane |
| 2008-10-29 | Be more tense about not creating tuplestores with randomAccess = true unless | Tom Lane |
| 2008-10-28 | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane |
| 2008-10-23 | Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was | Tom Lane |
| 2008-10-07 | Extend CTE patch to support recursive UNION (ie, without ALL). The | Tom Lane |
| 2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
| 2008-10-01 | Improve tuplestore.c to support multiple concurrent read positions. | Tom Lane |
| 2008-08-22 | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane |
| 2008-08-07 | Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. | Tom Lane |
| 2008-07-26 | As noted by Andrew Gierth, there's really no need any more to force a junk | Tom Lane |
| 2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-30 | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-10-24 | Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- | Tom Lane |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 2007-08-15 | Arrange to cache a ResultRelInfo in the executor's EState for relations that | Tom Lane |
| 2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
| 2007-05-21 | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane |
| 2007-05-17 | Fix parameter recalculation for Limit nodes: during a ReScan call we must | Tom Lane |
| 2007-05-04 | Teach tuplesort.c about "top N" sorting, in which only the first N tuples | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-03-27 | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane |
| 2007-02-27 | Get rid of the separate EState for subplans, and just let them share the | Tom Lane |
| 2007-02-22 | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane |
| 2007-02-20 | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane |