Commits

DateSubjectAuthorReleases
2010-07-28 Fix potential failure when hashing the output of a subplan that produces Tom Lane 8.1.22
2010-07-28 Fix potential failure when hashing the output of a subplan that produces Tom Lane 8.2.18
2010-07-28 Fix potential failure when hashing the output of a subplan that produces Tom Lane 8.3.12
2010-07-28 Fix potential failure when hashing the output of a subplan that produces Tom Lane 8.4.5
2010-07-28 Fix potential failure when hashing the output of a subplan that produces Tom Lane 9.0.0
2010-07-28 Fix potential failure when hashing the output of a subplan that produces Tom Lane 9.1.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0
2009-09-27 Replace the array-style TupleTable data structure with a simple List of Tom Lane 9.0.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-08-22 Arrange to convert EXISTS subqueries that are equivalent to hashable IN Tom Lane 8.4.0
2007-08-26 Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the Tom Lane 8.3.0
2007-05-17 Fix parameter recalculation for Limit nodes: during a ReScan call we must Tom Lane 8.3.0
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 7.4.18
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 8.0.14
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 8.1.10
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 8.2.5
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 8.3.0
2007-02-27 Get rid of the separate EState for subplans, and just let them share the Tom Lane 8.3.0
2007-02-22 Turn the rangetable used by the executor into a flat list, and avoid storing Tom Lane 8.3.0
2007-02-06 Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases Tom Lane 8.3.0
2007-02-02 Repair failure to check that a table is still compatible with a previously Tom Lane 8.1.7
2007-02-02 Repair failure to check that a table is still compatible with a previously Tom Lane 8.2.2
2007-02-02 Repair failure to check that a table is still compatible with a previously Tom Lane 8.3.0
2007-01-30 Add support for cross-type hashing in hash index searches and hash joins. Tom Lane 8.3.0
2006-12-26 Fix failure due to accessing an already-freed tuple descriptor in a plan Tom Lane 8.2.1