summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_operator.h
Commit message (Expand)AuthorAgeFilesLines
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-211-3/+10
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-1/+6
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-281-3/+3
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-261-1/+2
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-111-1/+10
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-261-18/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-14/+14
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-011-3/+5
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-2/+2
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-241-3/+13
* Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane2005-06-081-3/+1
* Add support for NUMERIC ^ NUMERIC based on power(numeric, numeric).Bruce Momjian2005-05-301-1/+2
* 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
* Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane2004-10-041-6/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add missing operators of the form interval-plus-datetime, as required forTom Lane2004-07-021-16/+21
* Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane2004-03-221-5/+21
* Create crosstype comparison operators for date vs. timestamp and dateTom Lane2004-02-141-5/+34
* Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian2003-12-011-7/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-2/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-16/+16
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-2/+12
* Back out array mega-patch.Bruce Momjian2003-06-251-11/+5
* Array mega-patch.Bruce Momjian2003-06-241-5/+11
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-15/+15
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-54/+21
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-151-1/+32
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-53/+5
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-16/+8
* pgindent run.Bruce Momjian2002-09-041-582/+582
* > Okay. When you get back to the original issue, the gold is hidden inBruce Momjian2002-09-021-3/+3
* As suggested by Tom, this patch restricts the right-hand argument ofBruce Momjian2002-08-221-3/+3
* Remove unused system table columns:Peter Eisentraut2002-07-241-714/+708
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-251-1/+28
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-1/+3
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-707/+716
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-5/+5
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-11/+11
* 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-35/+34
* Add an operator xid '=' int and remove BINARY_COMPATI...Hiroshi Inoue2001-09-301-1/+2
* Allow comparison between xid and xid, int.Hiroshi Inoue2001-09-291-1/+2