]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_operator.h
Create a type-specific typanalyze routine for tsvector, which collects stats
[postgresql] / src / include / catalog / pg_operator.h
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-06-17 Tom LaneClean up some problems with redundant cross-type arithm...
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-27 Tom LaneRemove the 'not in' operator (!!=). This was a hangove...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-05-08 Neil ConwayAdd a hash function for "numeric". Mark the equality...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-06 Tom LaneAdd support for cross-type hashing in hashed subplans...
2007-01-28 Neil ConwayAdd a new builtin type, "uuid". This implements a UUID...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-10 Tom LaneRename contains/contained-by operators to @> and <...
2006-07-21 Tom LaneAdd the full set of comparison functions for type TID...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2006-02-26 Neil ConwayImplement the <> operator for the tid type. Original...
2006-02-11 Bruce MomjianAdd INET/CIDR operators: and, or, not, plus int8, minus...
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-01 Tom LaneMigrate rtree_gist functionality into the core system...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-24 Tom LaneExtend r-tree operator classes to handle Y-direction...
2005-06-08 Tom LaneRemove grammar productions for prefix and postfix ...
2005-05-30 Bruce MomjianAdd support for NUMERIC ^ NUMERIC based on power(numeri...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-04 Tom LaneRemove arithmetic operators on the 1-byte-char datatype...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-02 Tom LaneAdd missing operators of the form interval-plus-datetim...
2004-03-22 Tom LaneAdd timestamp-versus-timestamptz cross-type comparison...
2004-02-14 Tom LaneCreate crosstype comparison operators for date vs....
2003-12-01 Bruce MomjianAttached is a patch implementing factorial(), returning...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce Momjian> Okay. When you get back to the original issue, the...
2002-08-22 Bruce MomjianAs suggested by Tom, this patch restricts the right...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-30 Hiroshi InoueAdd an operator xid '=' int and remove BINARY_COMPATI...
2001-09-29 Hiroshi InoueAllow comparison between xid and xid, int.
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-14 Bruce Momjian> Here's a revised patch. Changes:
2001-08-13 Tom LaneAdd comparison operators and btree indexing support...
2001-06-17 Tom LaneMake inet/cidr << and <<= operators indexable. From...
2001-06-10 Tom LaneMark inet,cidr,macaddr '=' operators as mergejoinable.
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-31 Tom LaneMark geometric 'overlaps' operators (&&) as self-commut...
2000-12-03 Thomas G. LockhartRepair usage of the OVERLAPS operator.
2000-11-21 Tom LaneMake oidin/oidout produce and consume unsigned represen...
2000-10-24 Peter EisentrautInteger binary operators, from Marko Kreen <marko@l...
2000-09-15 Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-08-21 Tom LaneFirst pass at integrating BIT and BIT VARYING code...
2000-08-12 Tom LaneMop-up for removal of ':' and ';' operators ... like...
2000-07-30 Tom LaneType lztext is toast.
2000-07-28 Tom LaneAdd int2-vs-int8 comparison operators. These are now...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-08 Thomas G. LockhartAdd zpbit and varbit data types from Adrian Joubert
2000-04-07 Thomas G. LockhartAdd transcendental math functions (sine, cosine, etc)
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-27 Jan WieckReactivated LZTEXT data type and changed rule plan...
2000-02-24 Tom LaneAdd numeric <-> int8 and numeric <-> int2 conversion...
2000-02-17 Tom LaneFinish repairing 6.5's problems with r-tree indexes...
2000-02-16 Thomas G. LockhartImplement "date/time grand unification".
2000-02-10 Bruce MomjianAdd btree indexing of boolean values
2000-01-26 Bruce MomjianAdd:
2000-01-24 Tom LaneFirst cut at making useful selectivity estimates for...
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
1999-12-28 Jan WieckRemoved LZTEXT datatype as discussed.
1999-11-25 Jan WieckAdded another single byte oriented decompressor, useful for
next