Commits

DateSubjectAuthorReleases
2010-11-24 Create the system catalog infrastructure needed for KNNGIST. Tom Lane 9.1.0
2010-09-03 Install a data-type-based solution for protecting pg_get_expr(). Tom Lane 9.1.0
2010-08-05 Remove the single-argument form of string_agg(). It added nothing much in Tom Lane 9.0.0
2010-08-05 Remove the single-argument form of string_agg(). It added nothing much in Tom Lane 9.1.0
2009-11-29 Add some opr_sanity checks that the lengths of the various argument-info Tom Lane 9.0.0
2008-12-19 Add a new column proiswindow to pg_proc. It doesn't actually do anything Tom Lane 8.4.0
2008-12-18 Code review for function default parameters patch. Fix numerous problems as Tom Lane 8.4.0
2008-12-04 Default values for function arguments Peter Eisentraut 8.4.0
2008-10-31 Add support for user-defined I/O conversion casts. Heikki Linnakangas 8.4.0
2008-08-16 Clean up the loose ends in selectivity estimation left by my patch for semi Tom Lane 8.4.0
2008-08-05 Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, Tom Lane 8.4.0
2008-07-16 Add a "provariadic" column to pg_proc to eliminate the remarkably expensive Tom Lane 8.4.0
2008-05-16 Extend GIN to support partial-match searches, and extend tsquery to support Tom Lane 8.4.0
2007-11-27 Make casts from xml to text independent of the XML option setting, thus Peter Eisentraut 8.3.0
2007-09-03 Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the Tom Lane 8.3.0
2007-07-06 Fix up hash functions for datetime datatypes so that they don't take Tom Lane 8.3.0
2007-02-06 Come to think of it, we should check that commutator pairs have the same 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-03 Implement XMLSERIALIZE for real. Analogously, make the xml to text cast Peter Eisentraut 8.3.0
2007-01-22 Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc Tom Lane 8.3.0
2006-12-24 Code review for XML patch. Instill a bit of sanity in the location of Tom Lane 8.3.0
2006-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0
2006-12-21 Initial SQL/XML support: xml data type and initial set of functions. Peter Eisentraut 8.3.0
2006-12-18 Set pg_am.amstrategies to zero for index AMs that don't have fixed Tom Lane 8.3.0
2006-09-10 Rename contains/contained-by operators to @> and <@, per discussion that Tom Lane 8.2.0