]> granicus.if.org Git - postgresql/history - src/include/access/itup.h
Phase 2 of pgindent updates.
[postgresql] / src / include / access / itup.h
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-30 Robert HaasImprove hash index bucket split behavior.
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-04-24 Robert HaasLots of doc corrections.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-10 Robert HaasRemove partial, broken support for NULL pointers when...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-05-07 Tom LaneRewrite btree index scans to work a page at a time...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-03-27 Tom LaneEliminate duplicate hasnulls bit testing in index tuple...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
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-02-23 Tom LaneFirst cut at recycling space in btree indexes. Still...
2002-08-25 Tom LaneClean up comments to be careful about the distinction...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-22 Bruce MomjianClean up index/btree comments/macros, as approved.
2001-02-21 Bruce MomjianComment improvements.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-11-30 Tom LaneRemove VARLENA_FIXED_SIZE hack, which is irreversibly...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-01-26 Bruce MomjianAdd:
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-06 Bruce MomjianUpdate now that attcacheoff initial value is -1 always.
1998-02-01 Bruce MomjianReduce size of inlining.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
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.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-05 Marc G. FournierAnother one bits the dust...
1996-11-03 Marc G. FournierMore include file cleanups
1996-10-19 Marc G. Fournierslow work...
1996-08-27 Marc G. FournierMoved from backend/access to include/access