]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_amproc.h
Reorganize our CRC source files again.
[postgresql] / src / include / catalog / pg_amproc.h
2015-04-02 Robert HaasUse abbreviated keys for faster sorting of numeric...
2015-04-01 Heikki LinnakangasMove inet/cidr GiST opclass functions to correct place...
2015-03-30 Heikki LinnakangasAdd index-only scan support to range type GiST opclass.
2015-03-28 Heikki LinnakangasAdd index-only scan support to inet GiST opclass.
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
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-08-14 Robert HaasAdd sortsupport routines for text.
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-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-01-31 Bruce Momjiansystem catalogs: reorder pg_amproc entries into proper...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-09 Kevin GrittnerAdd record_image_ops opclass for matview concurrent...
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 LaneAdd SP-GiST (space-partitioned GiST) index access method.
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
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-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-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
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-09-03 Tom LaneFix breakage of GIN support for varchar[] and cidr...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-06 Tom LaneFix up hash functions for datetime datatypes so that...
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-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-07-21 Tom LaneAdd the full set of comparison functions for type TID...
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.
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-07-01 Tom LaneMigrate rtree_gist functionality into the core system...
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-06-13 Tom LaneGive inet/cidr datatypes their own hash function that...
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-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...
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-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-08 Tom LaneRepair erroneous use of hashvarlena() for MACADDR,...
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-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-10 Bruce MomjianAdd btree indexing of boolean values
2000-01-26 Bruce MomjianAdd:
1999-12-28 Jan WieckRemoved LZTEXT datatype as discussed.
1999-12-08 Bruce MomjianFix indexing of cidr.
1999-11-25 Jan WieckAdded another single byte oriented decompressor, useful for
1999-09-29 Jan WieckAdded nbtree operator class for NUMERIC
1999-03-26 Tom LaneRemove a bunch of dead entries exposed by findoidjoins...
1999-03-14 Bruce MomjianEnclosed below I have a patch to allow a btree index...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-10-03 Bruce MomjianIntegrate new IP type from Tom Ivar Helbekkmo.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-11 Bruce MomjianRemove NOBTREE defines, and make findoidlinks handle...
1997-11-30 Thomas G. LockhartAdd datetime and timespan hash index declarations....
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
next