Commits

DateSubjectAuthorReleases
2007-02-06 Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases Tom Lane 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-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
2006-07-28 SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only Tom Lane 8.2.0
2006-07-27 Aggregate functions now support multiple input arguments. I also took Tom Lane 8.2.0
2006-01-26 Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag Tom Lane 8.2.0
2005-11-07 R-tree is dead ... long live GiST. Tom Lane 8.2.0
2005-07-01 Migrate rtree_gist functionality into the core system, and add some Tom Lane 8.1.0
2005-06-24 Extend r-tree operator classes to handle Y-direction tests equivalent Tom Lane 8.1.0
2005-04-12 Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can Tom Lane 8.1.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2004-08-04 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments Tom Lane 8.0.0
2004-06-16 Represent type-specific length coercion functions as pg_cast entries, Tom Lane 8.0.0
2004-06-13 Give inet/cidr datatypes their own hash function that ignores the inet vs Tom Lane 8.0.0
2004-03-22 Add timestamp-versus-timestamptz cross-type comparison functions, Tom Lane 8.0.0
2004-03-15 Remove grotty special-case code in coerce_to_target_type() that Tom Lane 8.0.0
2003-11-12 Cross-data-type comparisons are now indexable by btrees, pursuant to my Tom Lane 8.0.0
2003-06-22 Revise hash join and hash aggregation code to use the same datatype- Tom Lane 7.4.1
2003-05-26 Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing Tom Lane 7.4.1
2003-04-08 First phase of work on array improvements. ARRAY[x,y,z] constructor Tom Lane 7.4.1
2003-01-28 Extend join-selectivity API (oprjoin interface) so that join type is Tom Lane 7.4.1
2003-01-15 Allow merge and hash joins to occur on arbitrary expressions (anything not Tom Lane 7.4.1