summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_amop.h
Commit message (Expand)AuthorAgeFilesLines
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-644/+367
* pgindent run for 8.2.Bruce Momjian2006-10-041-85/+85
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-101-1/+7
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-211-1/+11
* Add support to GIN for =(anyarray,anyarray) operationTeodor Sigaev2006-07-111-1/+31
* Add GIN opclases for another typesTeodor Sigaev2006-05-021-1/+197
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-1/+15
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-261-7/+7
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-35/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-62/+62
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-011-1/+52
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-241-17/+25
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-230/+230
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane2004-03-221-1/+13
* Create crosstype comparison operators for date vs. timestamp and dateTom Lane2004-02-141-1/+25
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-244/+288
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-1/+33
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-1/+10
* Back out array mega-patch.Bruce Momjian2003-06-251-10/+1
* Array mega-patch.Bruce Momjian2003-06-241-1/+10
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-1/+23
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-14/+14
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-151-1/+41
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-2/+14
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-241/+230
* Add comparison operators and btree indexing support for type bytea.Tom Lane2001-08-131-1/+11
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-179/+179
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-14/+14
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-211-2/+21
* Type lztext is toast.Tom Lane2000-07-301-11/+1
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-33/+19
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-5/+17
* Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck2000-02-271-1/+12
* Add btree indexing of boolean valuesBruce Momjian2000-02-101-1/+11
* Add:Bruce Momjian2000-01-261-2/+3
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-173/+168
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-3/+3