| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane | 2007-03-27 | 1 | -1/+15 |
| * | Get rid of the separate EState for subplans, and just let them share the | Tom Lane | 2007-02-27 | 1 | -9/+3 |
| * | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 | 1 | -2/+2 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 1 | -2/+2 |
| * | Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases | Tom Lane | 2007-02-06 | 1 | -5/+20 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix failure due to accessing an already-freed tuple descriptor in a plan | Tom Lane | 2006-12-26 | 1 | -1/+3 |
| * | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 | 1 | -17/+13 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 1 | -1/+17 |
| * | Refactor ExecGetJunkAttribute to avoid searching for junk attributes | Tom Lane | 2006-12-04 | 1 | -3/+8 |
| * | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane | 2006-09-28 | 1 | -1/+14 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -1/+3 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -1/+3 |
| * | Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState | Tom Lane | 2006-08-04 | 1 | -2/+2 |
| * | Arrange for ValuesScan to keep per-sublist expression eval state in a | Tom Lane | 2006-08-02 | 1 | -3/+10 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -1/+22 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 1 | -2/+2 |
| * | Change LIMIT/OFFSET to use int8 | Bruce Momjian | 2006-07-26 | 1 | -4/+4 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -4/+1 |
| * | Fix hash aggregation to suppress unneeded columns from being stored in | Tom Lane | 2006-06-28 | 1 | -1/+3 |
| * | Adjust TupleHashTables to use MinimalTuple format for contained tuples. | Tom Lane | 2006-06-28 | 1 | -2/+2 |
| * | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 | 1 | -3/+3 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Teach nodeSort and nodeMaterial to optimize out unnecessary overhead | Tom Lane | 2006-02-28 | 1 | -2/+4 |
| * | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 | 1 | -2/+14 |
| * | Adjust scan plan nodes to avoid getting an extra AccessShareLock on a | Tom Lane | 2005-12-02 | 1 | -1/+10 |
| * | Tweak hash join code to use an additional heuristic for deciding whether | Tom Lane | 2005-11-28 | 1 | -1/+3 |
| * | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane | 2005-11-26 | 1 | -4/+4 |
| * | Change seqscan logic so that we check visibility of all tuples on a page | Tom Lane | 2005-11-26 | 1 | -7/+1 |
| * | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2005-11-25 | 1 | -11/+38 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -5/+5 |
| * | Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple | Tom Lane | 2005-11-14 | 1 | -1/+3 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -33/+28 |
| * | The original patch to avoid building a hash join's hashtable when the | Tom Lane | 2005-09-25 | 1 | -2/+3 |
| * | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 | 1 | -3/+4 |