index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
hash
Age
Commit message (
Expand
)
Author
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-15
Fix hash_update_hash_key() to handle same-bucket case correctly.
Tom Lane
2013-01-14
Prevent very-low-probability PANIC during PREPARE TRANSACTION.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-12
Add defenses against integer overflow in dynahash numbuckets calculations.
Tom Lane
2012-10-19
Fix hash_search to avoid corruption of the hash table on out-of-memory.
Tom Lane
2012-02-29
Move CRC tables to libpgport, and provide them in a separate include file.
Tom Lane
2012-01-30
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-04-11
Fix the size of predicate lock manager's shared memory hash tables at creation.
Heikki Linnakangas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-07
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-08-25
Update URL to Ross William's paper.
Alvaro Herrera
2008-03-27
Reduce the need for frontend programs to include "postgres.h" by refactoring
Tom Lane
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-09-11
Include hash table name in all the internal-error elog messages in
Tom Lane
2007-06-01
Fix several hash functions that were taking chintzy shortcuts instead of
Tom Lane
2007-04-26
Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan
Tom Lane
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-27
Replace strncpy with strlcpy in selected places that seem possibly relevant
Tom Lane
2006-08-14
Remove hash_destroy calls in hash_create's failure paths. As noted by
Tom Lane
2006-07-22
Add support to dynahash.c for partitioning shared hashtables according
Tom Lane
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-06-25
Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-20
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-06-26
Tweak dynahash.c to not allocate so many entries at once when dealing
Tom Lane
2005-06-18
When using C-string lookup keys in a dynahash.c hash table, use strncpy()
Tom Lane
2005-06-08
Marginal hack to avoid spending a lot of time in find_join_rel during
Tom Lane
2005-06-02
Change CRCs in WAL records from 64bit to 32bit for performance reasons.
Tom Lane
2005-05-29
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-16
Adjust out-of-date comment.
Tom Lane
2005-05-06
Marginal performance improvements in dynahash: make sure that everything
Tom Lane
2005-04-14
Marginal hack to use a specialized hash function for dynahash hashtables
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-11-21
Fix rounding problem in dynahash.c's decision about when the target
Tom Lane
2004-10-25
Modify hash_create() to elog(ERROR) if an error occurs, rather than
Neil Conway
2004-10-22
Minor code cleanup: hdefault() only ever returned "true", so it may as
Neil Conway
[next]