]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_operator.h
Reorganize our CRC source files again.
[postgresql] / src / include / catalog / pg_operator.h
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-30 Tom LaneFix assorted oversights in range selectivity estimation.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-15 Heikki LinnakangasAdd point <-> polygon distance operator.
2014-12-01 Tom LaneAdd a #define for the inet overlaps operator.
2014-08-16 Tom LaneFix bogus commutator/negator links for JSONB containmen...
2014-06-26 Tom LaneGet rid of bogus separate pg_proc entries for json_extr...
2014-06-05 Tom LaneAdd btree and hash opclasses for pg_lsn.
2014-04-08 Tom LaneAdd an in-core GiST index opclass for inet/cidr types.
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-02-19 Robert HaasAdd a pg_lsn data type, to represent an LSN.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-05 Tom LaneCache catalog lookup data across groups in ordered...
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-10-09 Kevin GrittnerAdd record_image_ops opclass for matview concurrent...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-29 Andrew DunstanAdd new JSON processing functions and parser API.
2013-03-14 Heikki LinnakangasAdd cost estimation of range @> and <@ operators.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-08-27 Heikki LinnakangasCollect and use histograms of lower and upper bounds...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-01-19 Robert HaasAdd bitwise AND, OR, and NOT operators for macaddr...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-21 Tom LaneMore code review for rangetypes patch.
2011-11-17 Tom LaneDeclare range inclusion operators as taking anyelement...
2011-11-16 Tom LaneCode review for range-types catalog entries.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-06-03 Tom LaneFix failure to check whether a rowtype's component...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-03 Tom LaneFurther refine patch for commenting operator implementa...
2011-03-03 Tom LaneMark operator implementation functions as such in their...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-16 Tom LaneAdd support for dividing money by money (yielding a...
2010-01-14 Teodor SigaevAdd point_ops opclass for GiST.
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-07-20 Tom LaneTeach simplify_boolean_equality to simplify the forms...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-09-19 Tom LaneCreate a selectivity estimation function for the text...
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
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.
next