aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/hash/dynahash.c
Commit message (Expand)AuthorAge
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fix rounding problem in dynahash.c's decision about when the targetTom Lane2004-11-21
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-25
* Minor code cleanup: hdefault() only ever returned "true", so it may asNeil Conway2004-10-22
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-28
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* Use hash table name, not one-size-fits-all 'DynaHashTable', to identifyTom Lane2003-12-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Improve dynahash.c's API so that caller can specify the comparison functionTom Lane2003-08-19
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Got tired of explaining why this Assert is not wrong.Tom Lane2002-10-31
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-09
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-01
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-02
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Shared-memory hashtables have non-extensible directories, which meansTom Lane2000-02-26
* Add:Bruce Momjian2000-01-26
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Correct serious bug in hashtable expansion routine: under theTom Lane1999-05-31
* pgindent run over code.Bruce Momjian1999-05-25
* Modify mcxt.h so that it doesn't pull in half of creation.Tom Lane1999-03-07
* A few further tweaks to shared memory space estimation.Tom Lane1999-03-06
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-22
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* 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