]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_am.h
Create a "sort support" interface API for faster sorting.
[postgresql] / src / include / catalog / pg_am.h
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-10-16 Tom LaneTeach btree to handle ScalarArrayOpExpr quals natively.
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-08 Tom LaneRemove pg_am.amindexnulls.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
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.
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-03-05 Tom LaneTeach the planner to support index access methods that...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-17 Tom LaneAdd a new column to pg_am to specify whether an index...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
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-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-01-20 Tom LaneSimplify pg_am representation of ordering-capable acces...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-18 Tom LaneSet pg_am.amstrategies to zero for index AMs that don...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-05-24 Teodor Sigaev* Add support NULL to GiST.
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
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-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-27 Teodor SigaevConcurrency for GiST
2005-06-24 Tom LaneExtend r-tree operator classes to handle Y-direction...
2005-06-20 Teodor Sigaev1. full functional WAL for GiST
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
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-07-15 Tom LaneRestructure index AM interface for index building and...
2001-05-30 Tom LaneAdd "#define GIST_AM_OID".
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-17 Tom LaneFinish repairing 6.5's problems with r-tree indexes...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
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 MomjianChange owner from oid to int4 type.
1998-08-11 Bruce MomjianRemove NOBTREE defines, and make findoidlinks handle...
1997-11-13 Bruce MomjianAdd pg_description table for info on tables, columns...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1996-10-31 Marc G. Fournierremove:
1996-08-28 Marc G. FournierMore cleanups of the include files