summaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashovfl.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-061-4/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-151-23/+23
* Repair a number of places that didn't bother to check whether PageAddItemTom Lane2001-03-071-2/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-3/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-1/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-4/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-7/+4
* hash.h's use of BSHIFT conflicts with <sys/param.h> on myTom Lane1998-10-041-4/+4
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-9/+9
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-25/+1
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-7/+7
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-7/+7
* Inline memset() as MemSet().Bruce Momjian1997-09-181-4/+4
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-68/+68
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-517/+548
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-5/+5
* another directory cleaned of extraneous #includesMarc G. Fournier1996-11-051-7/+6
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-031-38/+7
* Remove -I../.. and -I../../include from MakefileMarc G. Fournier1996-10-311-5/+7
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-5/+5
* -Wall'dMarc G. Fournier1996-10-211-1/+8
* First pass at fixing my own mistakesMarc G. Fournier1996-10-201-1/+30
* Okay...another directory cleaned out and compilableMarc G. Fournier1996-10-201-9/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+614