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