Commits

DateSubjectAuthorReleases
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-05-02 GIN: Generalized Inverted iNdex. Teodor Sigaev 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-07-01 Migrate rtree_gist functionality into the core system, and add some 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-05-15 Indexing support for pattern matching operations via separate operator Peter Eisentraut 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
2002-09-18 Extend pg_cast castimplicit column to a three-way value; this allows us Tom Lane 7.3.1
2002-09-05 Improve opr_sanity regression test to check oprltcmpop and opgtcmpop Tom Lane 7.3.1
2002-08-23 Further cleanup around the edges of OPAQUE/pseudotype changes. Correct Tom Lane 7.3.1
2002-08-22 Add a bunch of pseudo-types to replace the behavior formerly associated Tom Lane 7.3.1
2002-07-18 pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus Peter Eisentraut 7.3.1
2002-05-18 Allow functions to be executed with the privileges of the function owner. Peter Eisentraut 7.3.1