aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashfunc.c
Commit message (Expand)AuthorAge
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-09
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-06
* I've attached a simple patch which should improve the performance ofBruce Momjian2002-02-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-08
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-21
* Add:Bruce Momjian2000-01-26
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* compile cleanupBruce Momjian1999-03-14
* Compile cleanupBruce Momjian1999-03-14
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Okay...another directory cleaned out and compilableMarc G. Fournier1996-10-20
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09