aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/hash/dynahash.c
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Include hash table name in all the internal-error elog messages inTom Lane2007-09-11
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* Remove hash_destroy calls in hash_create's failure paths. As noted byTom Lane2006-08-14
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-22
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane2006-06-25
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane2005-06-26
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-18
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Adjust out-of-date comment.Tom Lane2005-05-16
* Marginal performance improvements in dynahash: make sure that everythingTom Lane2005-05-06
* 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