summaryrefslogtreecommitdiff
path: root/src/include/utils/hsearch.h
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs after spaces in C commentsBruce Momjian2014-05-061-1/+1
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-261-1/+5
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-4/+4
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-221-76/+22
* Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane2006-06-251-3/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-9/+6
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-2/+2
* Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane2005-06-261-3/+4
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-181-6/+20
* Marginal hack to avoid spending a lot of time in find_join_rel duringTom Lane2005-06-081-1/+3
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-3/+2
* Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane2005-04-141-1/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-281-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Improve dynahash.c's API so that caller can specify the comparison functionTom Lane2003-08-191-21/+42
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-091-13/+10
* 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-281-10/+11
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-17/+17
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-5/+8
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-011-49/+51
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-1/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-021-2/+11
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-4/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-6/+7
* Shared-memory hashtables have non-extensible directories, which meansTom Lane2000-02-261-13/+14
* Add:Bruce Momjian2000-01-261-2/+3
* pgindent run over code.Bruce Momjian1999-05-251-6/+7
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-221-15/+18
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-4/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+3
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-3/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-12/+12
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-49/+49
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-91/+99
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-2/+1
* remove:Marc G. Fournier1996-10-311-2/+1
* More cleanups of the include filesMarc G. Fournier1996-08-281-0/+141