summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_opclass.h
Commit message (Expand)AuthorAgeFilesLines
* 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-9/+9
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-1/+5
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-1/+3
* Back out array mega-patch.Bruce Momjian2003-06-251-3/+1
* Array mega-patch.Bruce Momjian2003-06-241-1/+3
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-1/+12
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-2/+2
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-2/+13
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-151-1/+5
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-56/+60
* 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-8/+7
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-3/+5
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-73/+82
* Add comparison operators and btree indexing support for type bytea.Tom Lane2001-08-131-1/+3
* 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-1/+5
* Type lztext is toast.Tom Lane2000-07-301-3/+1
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-1/+2
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-8/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-27/+27
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-27/+29
* Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck2000-02-271-1/+3
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-161-3/+3
* Add btree indexing of boolean valuesBruce Momjian2000-02-101-1/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-2/+2
* Removed LZTEXT datatype as discussed.Jan Wieck1999-12-281-3/+1
* CleanupBruce Momjian1999-12-081-2/+2
* Added another single byte oriented decompressor, useful forJan Wieck1999-11-251-1/+3
* Update opclass to be non-unique.Bruce Momjian1999-11-231-7/+4
* Add system indexes to match all caches.Bruce Momjian1999-11-221-8/+11
* Added nbtree operator class for NUMERICJan Wieck1999-09-291-1/+3
* pgindent run over code.Bruce Momjian1999-05-251-4/+4
* Clean up various minor irregularities detected by type_sanityTom Lane1999-03-281-2/+2
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-141-1/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* INET/CIDR cleanup from D'Arcy.Bruce Momjian1998-10-221-3/+3
* New CIDR type and fixed INET type, from D'Arcy.Bruce Momjian1998-10-211-1/+3
* I agree. I think, though, that the best argument presented in theBruce Momjian1998-10-081-2/+2
* Integrate new IP type from Tom Ivar Helbekkmo.Bruce Momjian1998-10-031-1/+5
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-8/+4