]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_amop.h
Add support for EUI-64 MAC addresses as macaddr8
[postgresql] / src / include / catalog / pg_amop.h
2017-03-15 Stephen FrostAdd support for EUI-64 MAC addresses as macaddr8
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-12 Tom LaneRemove unnecessary int2vector-specific hash function...
2016-09-26 Tom LaneReplace the built-in GIN array opclasses with a single...
2016-08-23 Tom LaneCreate an SP-GiST opclass for inet/cidr.
2016-03-30 Teodor SigaevIntroduce SP-GiST operator class over box.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Alvaro HerreraAdd BRIN infrastructure for "inclusion" opclasses
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-28 Alvaro HerreraFix BRIN operator family definitions
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-06-05 Tom LaneAdd btree and hash opclasses for pg_lsn.
2014-05-11 Tom LaneRename jsonb_hash_ops to jsonb_path_ops.
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-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-09 Kevin GrittnerAdd record_image_ops opclass for matview concurrent...
2013-03-08 Heikki LinnakangasSP-GiST support of the range adjacent operator -|-
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-16 Heikki LinnakangasAdd SP-GiST support for range types.
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-17 Tom LaneRemove bogus entries in gist point_ops operator class.
2011-12-17 Tom LaneAdd SP-GiST (space-partitioned GiST) index access method.
2011-11-27 Tom LaneImprove GiST range-contained-by searches by adding...
2011-11-22 Tom LaneImprove implementation of range-contains-element tests.
2011-11-21 Tom LaneMore code review for rangetypes patch.
2011-11-17 Tom LaneDeclare range inclusion operators as taking anyelement...
2011-11-03 Heikki LinnakangasSupport range data types.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
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-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-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-04-14 Tom LanePush index operator lossiness determination down to...
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-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
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-07-11 Teodor SigaevAdd support to GIN for =(anyarray,anyarray) operation
2006-05-02 Teodor SigaevAdd GIN opclases for another types
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-01 Tom LaneMigrate rtree_gist functionality into the core system...
2005-06-24 Tom LaneExtend r-tree operator classes to handle Y-direction...
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-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-03-22 Tom LaneAdd timestamp-versus-timestamptz cross-type comparison...
2004-02-14 Tom LaneCreate crosstype comparison operators for date vs....
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
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-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
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-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-13 Tom LaneAdd comparison operators and btree indexing support...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-08-21 Tom LaneFirst pass at integrating BIT and BIT VARYING code...
2000-07-30 Tom LaneType lztext is toast.
2000-06-19 Tom LaneClean up bogosities in pg_opclass, pg_amop, pg_amproc...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
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...
next