Commits

DateSubjectAuthorReleases
2015-10-04 Fix possible "invalid memory alloc request size" failure in nodeHash.c. Tom Lane 9.4.5
2015-10-04 Fix some issues in new hashtable size calculations in nodeHash.c. Tom Lane 9.5.0
2015-10-04 Fix some issues in new hashtable size calculations in nodeHash.c. Tom Lane 9.6.0
2015-07-30 Avoid some zero-divide hazards in the planner. Tom Lane 9.1.19
2015-07-30 Avoid some zero-divide hazards in the planner. Tom Lane 9.5.0
2015-07-30 Avoid some zero-divide hazards in the planner. Tom Lane 9.3.10
2015-07-30 Avoid some zero-divide hazards in the planner. Tom Lane 9.2.14
2015-07-30 Avoid some zero-divide hazards in the planner. Tom Lane 9.6.0
2015-07-30 Avoid some zero-divide hazards in the planner. Tom Lane 9.0.23
2015-07-30 Avoid some zero-divide hazards in the planner. Tom Lane 9.4.5
2015-05-24 Manual cleanup of pgindent results. Tom Lane 9.5.0
2015-02-21 Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. Tom Lane 9.5.0
2012-12-12 Add defenses against integer overflow in dynahash numbuckets calculations. Tom Lane 8.3.23
2012-12-12 Add defenses against integer overflow in dynahash numbuckets calculations. Tom Lane 8.4.16
2012-12-12 Add defenses against integer overflow in dynahash numbuckets calculations. Tom Lane 9.0.12
2012-12-12 Add defenses against integer overflow in dynahash numbuckets calculations. Tom Lane 9.1.8
2012-12-12 Add defenses against integer overflow in dynahash numbuckets calculations. Tom Lane 9.2.3
2012-12-12 Add defenses against integer overflow in dynahash numbuckets calculations. Tom Lane 9.3.0
2011-10-11 Rearrange the implementation of index-only scans. Tom Lane 9.2.0
2011-09-22 Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. Tom Lane 9.2.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
2010-01-04 When estimating the selectivity of an inequality "column > constant" or Tom Lane 9.0.0
2009-12-29 Add the ability to store inheritance-tree statistics in pg_statistic, Tom Lane 9.0.0
2009-10-30 Make the overflow guards in ExecChooseHashTableSize be more protective. Tom Lane 7.4.27