summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_amproc.h
AgeCommit message (Expand)Author
2008-05-27Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane
2008-05-16Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane
2008-03-27Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-03Fix breakage of GIN support for varchar[] and cidr[] that I introduced in theTom Lane
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-07-06Fix up hash functions for datetime datatypes so that they don't takeTom Lane
2007-05-08Add a hash function for "numeric". Mark the equality operator forNeil Conway
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane
2007-01-28Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-21Add the full set of comparison functions for type TID, including a btreeTom Lane
2006-05-02Add GIN opclases for another typesTeodor Sigaev
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-07-01Migrate rtree_gist functionality into the core system, and add someTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-06-13Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane
2004-03-22Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane
2004-02-14Create crosstype comparison operators for date vs. timestamp and dateTom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-08-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-06-27Create real array comparison functions (that use the element datatype'sTom Lane
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-24Array mega-patch.Bruce Momjian
2003-06-22Revise hash join and hash aggregation code to use the same datatype-Tom Lane
2003-05-26Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane
2003-05-15Indexing support for pattern matching operations via separate operatorPeter Eisentraut
2002-06-20Update copyright to 2002.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-28Measure the current transaction time to milliseconds.Thomas G. Lockhart
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-13Add comparison operators and btree indexing support for type bytea.Tom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-08Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane
2000-08-21First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane
2000-07-30Type lztext is toast.Tom Lane