Commits

DateSubjectAuthorReleases
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-04-08 Optimize joins when the inner relation can be proven unique. Tom Lane 10.0
2017-02-15 Make sure that hash join's bulk-tuple-transfer loops are interruptible. Tom Lane 9.4.12
2017-02-15 Make sure that hash join's bulk-tuple-transfer loops are interruptible. Tom Lane 9.5.7
2017-02-15 Make sure that hash join's bulk-tuple-transfer loops are interruptible. Tom Lane 9.3.17
2017-02-15 Make sure that hash join's bulk-tuple-transfer loops are interruptible. Tom Lane 9.2.21
2017-02-15 Make sure that hash join's bulk-tuple-transfer loops are interruptible. Tom Lane 10.0
2017-02-15 Make sure that hash join's bulk-tuple-transfer loops are interruptible. Tom Lane 9.6.3
2011-09-22 Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. Tom Lane 9.2.0
2011-06-01 Allow hash joins to be interrupted while searching hash table for match. Tom Lane 9.1.0
2010-12-31 Support RIGHT and FULL OUTER JOIN in hash joins. 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 Remove no-longer-needed ExecCountSlots infrastructure. Tom Lane 9.0.0
2009-03-21 Optimize multi-batch hash joins when the outer relation has a nonuniform Tom Lane 8.4.0
2008-10-23 Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was Tom Lane 8.4.0
2008-08-15 Performance fix for new anti-join code in nodeMergejoin.c: after finding a Tom Lane 8.4.0
2008-08-14 Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace Tom Lane 8.4.0
2007-06-07 Rework temp_tablespaces patch so that temp tablespaces are assigned separately Tom Lane 8.3.0
2007-06-03 Create a GUC parameter temp_tablespaces that allows selection of the 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
2007-01-28 Improve hash join to discard input tuples immediately if they can't Tom Lane 8.3.0