| Commit message (Expand) | Author | Age |
* | Code review for protransform patches. | Tom Lane | 2012-03-23 |
* | Support min/max index optimizations on boolean columns. | Tom Lane | 2012-02-08 |
* | Add SP-GiST (space-partitioned GiST) index access method. | Tom Lane | 2011-12-17 |
* | Create a "sort support" interface API for faster sorting. | Tom Lane | 2011-12-07 |
* | More code review for rangetypes patch. | Tom Lane | 2011-11-21 |
* | Support range data types. | Heikki Linnakangas | 2011-11-03 |
* | Spell checking and markup refinement | Peter Eisentraut | 2011-05-19 |
* | Further refine patch for commenting operator implementation functions. | Tom Lane | 2011-03-03 |
* | Mark operator implementation functions as such in their comments. | Tom Lane | 2011-03-03 |
* | KNNGIST, otherwise known as order-by-operator support for GIST. | Tom Lane | 2010-12-03 |
* | Create the system catalog infrastructure needed for KNNGIST. | Tom Lane | 2010-11-24 |
* | Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1 | Tom Lane | 2010-09-03 |
* | Remove the single-argument form of string_agg(). It added nothing much in | Tom Lane | 2010-08-05 |
* | Add some opr_sanity checks that the lengths of the various argument-info | Tom Lane | 2009-11-29 |
* | Add a new column proiswindow to pg_proc. It doesn't actually do anything | Tom Lane | 2008-12-19 |
* | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 |
* | Default values for function arguments | Peter Eisentraut | 2008-12-04 |
* | Add support for user-defined I/O conversion casts. | Heikki Linnakangas | 2008-10-31 |
* | Clean up the loose ends in selectivity estimation left by my patch for semi | Tom Lane | 2008-08-16 |
* | Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, | Tom Lane | 2008-08-05 |
* | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane | 2008-07-16 |
* | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 |
* | Make casts from xml to text independent of the XML option setting, thus | Peter Eisentraut | 2007-11-27 |
* | Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the | Tom Lane | 2007-09-03 |
* | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane | 2007-07-06 |
* | Come to think of it, we should check that commutator pairs have the same | Tom Lane | 2007-02-06 |
* | Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases | Tom Lane | 2007-02-06 |
* | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut | 2007-02-03 |
* | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 |
* | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 |
* | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane | 2006-12-18 |
* | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 |
* | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 |
* | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 |
* | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 |
* | Migrate rtree_gist functionality into the core system, and add some | Tom Lane | 2005-07-01 |
* | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane | 2005-04-12 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 |
* | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 |
* | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane | 2004-06-13 |
* | Add timestamp-versus-timestamptz cross-type comparison functions, | Tom Lane | 2004-03-22 |
* | Remove grotty special-case code in coerce_to_target_type() that | Tom Lane | 2004-03-15 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 |
* | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 |
* | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 |