Commits

DateSubjectAuthorReleases
2011-07-06 Remove assumptions that not-equals operators cannot be in any opclass. Tom Lane 9.1.0
2011-07-06 Remove assumptions that not-equals operators cannot be in any opclass. Tom Lane 9.2.0
2011-06-03 Fix failure to check whether a rowtype's component types are sortable. Tom Lane 9.1.0
2011-03-26 Clean up a few failures to set collation fields in expression nodes. Tom Lane 9.1.0
2011-03-26 Pass collation to makeConst() instead of looking it up internally. Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-11-24 Create the system catalog infrastructure needed for KNNGIST. Tom Lane 9.1.0
2010-10-31 Provide hashing support for arrays. Tom Lane 9.1.0
2010-10-21 Improve handling of domains over arrays. Tom Lane 9.1.0
2010-07-09 Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() Tom Lane 7.4.30
2010-07-09 Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() Tom Lane 8.0.26
2010-07-09 Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() Tom Lane 8.1.22
2010-07-09 Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() Tom Lane 8.2.18
2010-07-09 Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() Tom Lane 8.3.12
2010-07-09 Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() Tom Lane 8.4.5
2010-07-09 Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() Tom Lane 9.0.0
2010-07-09 Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() 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-08-10 Extend EXPLAIN to support output in XML or JSON format. Tom Lane 9.0.0
2008-09-28 Add hooks to let plugins override the planner's lookups in pg_statistic. Tom Lane 8.4.0
2008-08-02 Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items Tom Lane 8.4.0
2008-07-30 Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() Tom Lane 8.4.0
2008-04-13 Since createplan.c no longer cares whether index operators are lossy, it has Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0