summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_operator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-13/+30
* > Here's a revised patch. Changes:Bruce Momjian2001-09-141-6/+10
* Add comparison operators and btree indexing support for type bytea.Tom Lane2001-08-131-1/+9
* Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane2001-06-171-1/+9
* Mark inet,cidr,macaddr '=' operators as mergejoinable.Tom Lane2001-06-101-28/+28
* This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian2001-06-071-1/+8
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-35/+35
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Mark geometric 'overlaps' operators (&&) as self-commutative.Tom Lane2000-12-311-5/+5
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-031-1/+8
* Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane2000-11-211-8/+20
* Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut2000-10-241-2/+23
* Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane2000-09-151-2/+16
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-211-18/+9
* Mop-up for removal of ':' and ';' operators ... like, say, actuallyTom Lane2000-08-121-3/+1
* Type lztext is toast.Tom Lane2000-07-301-10/+1
* Add int2-vs-int8 comparison operators. These are now necessary becauseTom Lane2000-07-281-1/+15
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-25/+25
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-13/+13
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-21/+21
* Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart2000-04-081-1/+30