summaryrefslogtreecommitdiff
path: root/src/backend/utils/hash
Commit message (Expand)AuthorAgeFilesLines
* 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
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-87/+102
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-012-436/+282
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-10/+73
* When using 'long long int' for int64 type, check to see if the compilerTom Lane2001-03-231-129/+129
* pgindent run. Make it all clean.Bruce Momjian2001-03-222-5/+5
* XLOG (and related) changes:Tom Lane2001-03-132-2/+419
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-242-4/+4
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-021-34/+38
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-34/+20
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-7/+8
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-172-5/+5
* Shared-memory hashtables have non-extensible directories, which meansTom Lane2000-02-261-5/+30
* Add:Bruce Momjian2000-01-262-4/+6
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-172-5/+3
* Final cleanupBruce Momjian1999-07-161-3/+1
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-8/+8
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Correct serious bug in hashtable expansion routine: under theTom Lane1999-05-311-38/+44
* pgindent run over code.Bruce Momjian1999-05-251-22/+28
* Modify mcxt.h so that it doesn't pull in half of creation.Tom Lane1999-03-071-1/+2
* A few further tweaks to shared memory space estimation.Tom Lane1999-03-061-9/+17
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-221-64/+106
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-132-4/+4
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-5/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-012-40/+40