| Commit message (Expand) | Author | Age | Files | Lines |
| * | KNNGIST, otherwise known as order-by-operator support for GIST. | Tom Lane | 2010-12-03 | 1 | -12/+14 |
| * | Create the system catalog infrastructure needed for KNNGIST. | Tom Lane | 2010-11-24 | 1 | -7/+47 |
| * | Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1 | Tom Lane | 2010-09-03 | 1 | -1/+4 |
| * | Remove the single-argument form of string_agg(). It added nothing much in | Tom Lane | 2010-08-05 | 1 | -0/+20 |
| * | Add some opr_sanity checks that the lengths of the various argument-info | Tom Lane | 2009-11-29 | 1 | -0/+32 |
| * | Add a new column proiswindow to pg_proc. It doesn't actually do anything | Tom Lane | 2008-12-19 | 1 | -0/+5 |
| * | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 | 1 | -3/+5 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 1 | -0/+5 |
| * | Add support for user-defined I/O conversion casts. | Heikki Linnakangas | 2008-10-31 | 1 | -5/+14 |
| * | Clean up the loose ends in selectivity estimation left by my patch for semi | Tom Lane | 2008-08-16 | 1 | -3/+6 |
| * | Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, | Tom Lane | 2008-08-05 | 1 | -9/+18 |
| * | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane | 2008-07-16 | 1 | -0/+14 |
| * | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 | 1 | -1/+23 |
| * | Make casts from xml to text independent of the XML option setting, thus | Peter Eisentraut | 2007-11-27 | 1 | -0/+4 |
| * | Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the | Tom Lane | 2007-09-03 | 1 | -0/+10 |
| * | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane | 2007-07-06 | 1 | -6/+6 |
| * | Come to think of it, we should check that commutator pairs have the same | Tom Lane | 2007-02-06 | 1 | -0/+8 |
| * | Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases | Tom Lane | 2007-02-06 | 1 | -5/+29 |
| * | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut | 2007-02-03 | 1 | -3/+0 |
| * | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 | 1 | -1/+3 |
| * | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 | 1 | -1/+1 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -238/+187 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 1 | -1/+4 |
| * | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane | 2006-12-18 | 1 | -4/+3 |
| * | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 | 1 | -17/+18 |
| * | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 | 1 | -5/+4 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 1 | -8/+16 |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 1 | -3/+8 |
| * | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 | 1 | -0/+3 |
| * | Migrate rtree_gist functionality into the core system, and add some | Tom Lane | 2005-07-01 | 1 | -0/+3 |
| * | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane | 2005-04-12 | 1 | -0/+35 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -15/+5 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -1/+1 |
| * | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 | 1 | -6/+22 |
| * | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane | 2004-06-13 | 1 | -0/+7 |
| * | Add timestamp-versus-timestamptz cross-type comparison functions, | Tom Lane | 2004-03-22 | 1 | -0/+34 |
| * | Remove grotty special-case code in coerce_to_target_type() that | Tom Lane | 2004-03-15 | 1 | -1/+7 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -20/+62 |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 1 | -4/+29 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -62/+91 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 1 | -5/+5 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -2/+4 |
| * | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 | 1 | -3/+4 |
| * | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 | 1 | -1/+11 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -16/+20 |
| * | Improve opr_sanity regression test to check oprltcmpop and opgtcmpop | Tom Lane | 2002-09-05 | 1 | -26/+37 |
| * | Further cleanup around the edges of OPAQUE/pseudotype changes. Correct | Tom Lane | 2002-08-23 | 1 | -0/+11 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -18/+28 |
| * | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 | 1 | -13/+37 |
| * | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut | 2002-05-18 | 1 | -1/+1 |