summaryrefslogtreecommitdiff
path: root/src/backend/utils/hash
Commit message (Expand)AuthorAgeFilesLines
* Update URL to Ross William's paper.Alvaro Herrera2008-08-251-2/+2
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-2/+3
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-013-6/+6
* pgindent run for 8.3.Bruce Momjian2007-11-151-8/+8
* Include hash table name in all the internal-error elog messages inTom Lane2007-09-111-6/+9
* Fix several hash functions that were taking chintzy shortcuts instead ofTom Lane2007-06-011-3/+8
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-261-5/+204
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-053-6/+6
* pgindent run for 8.2.Bruce Momjian2006-10-042-25/+27
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-272-9/+31
* Remove hash_destroy calls in hash_create's failure paths. As noted byTom Lane2006-08-141-7/+1
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-221-72/+356
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-143-6/+3
* Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane2006-06-251-8/+43
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-053-6/+6
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-153-49/+43
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-7/+11
* Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane2005-06-261-8/+16
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-181-2/+12
* Marginal hack to avoid spending a lot of time in find_join_rel duringTom Lane2005-06-081-1/+25
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-021-5/+105
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-65/+53
* Adjust out-of-date comment.Tom Lane2005-05-161-6/+5
* Marginal performance improvements in dynahash: make sure that everythingTom Lane2005-05-061-90/+118
* Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane2005-04-141-1/+14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-313-6/+6
* Fix rounding problem in dynahash.c's decision about when the targetTom Lane2004-11-211-2/+2
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-251-6/+8
* Minor code cleanup: hdefault() only ever returned "true", so it may asNeil Conway2004-10-221-9/+4
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-281-6/+21
* Pgindent run for 8.0.Bruce Momjian2004-08-291-6/+6
* Update copyright to 2004.Bruce Momjian2004-08-293-6/+6
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-1/+2
* Use hash table name, not one-size-fits-all 'DynaHashTable', to identifyTom Lane2003-12-291-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-294-4/+4
* Improve dynahash.c's API so that caller can specify the comparison functionTom Lane2003-08-192-50/+49
* Update copyrights to 2003.Bruce Momjian2003-08-043-6/+6
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-4/+4
* Got tired of explaining why this Assert is not wrong.Tom Lane2002-10-311-2/+3
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Update copyright to 2002.Bruce Momjian2002-06-203-6/+6
* Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane2002-04-231-129/+129
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-092-88/+15
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-282-3/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-253-57/+56