OSDN Git Service

Restructure index AM interface for index building and index tuple deletion,
[pg-rex/syncrep.git] / src / backend / access / hash / hashscan.c
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
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-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
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-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.
1996-11-15 Bruce MomjianUnallocate opaque.
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