OSDN Git Service

Update copyrights to 2003.
[pg-rex/syncrep.git] / src / backend / access / hash / hashpage.c
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-21 Tom LaneError message editing in backend/access.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-06 Bruce MomjianI've attached a patch which implements Bob Jenkin's...
2002-01-15 Tom LaneAdd more sanity-checking to PageAddItem and PageIndexTu...
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-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-03-07 Tom LaneRepair a number of places that didn't bother to check...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-30 Tom LaneRearrange bufmgr header files so that buf_internals...
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-01-26 Bruce MomjianAdd:
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
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 MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
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-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1996-11-05 Marc G. Fournieranother directory cleaned of extraneous #includes
1996-11-03 Marc G. FournierChanges required so that access/* compiles cleanly...
1996-10-31 Marc G. FournierRemove -I../.. and -I../../include from Makefile
1996-10-21 Marc G. Fournier-Wall'd
1996-10-20 Marc G. FournierFirst pass at fixing my own mistakes
1996-10-20 Marc G. FournierOkay...another directory cleaned out and compilable
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources