index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
hash
Commit message (
Expand
)
Author
Age
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove broken and useless entry-count printing in HASH_DEBUG code.
Tom Lane
2017-08-02
*
Improve comments about partitioned hash table freelists.
Tom Lane
2017-07-22
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Adjust outdated comment.
Robert Haas
2017-04-25
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
*
Partition the freelist for shared dynahash tables.
Robert Haas
2016-03-23
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.c
Robert Haas
2015-10-16
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
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-13
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Add defenses against integer overflow in dynahash numbuckets calculations.
Tom Lane
2012-12-11
*
Fix hash_search to avoid corruption of the hash table on out-of-memory.
Tom Lane
2012-10-19
*
Move CRC tables to libpgport, and provide them in a separate include file.
Tom Lane
2012-02-28
*
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-29
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Fix the size of predicate lock manager's shared memory hash tables at creation.
Heikki Linnakangas
2011-04-11
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2010-01-07
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Update URL to Ross William's paper.
Alvaro Herrera
2008-08-25
*
Reduce the need for frontend programs to include "postgres.h" by refactoring
Tom Lane
2008-03-27
*
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-19
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Include hash table name in all the internal-error elog messages in
Tom Lane
2007-09-11
*
Fix several hash functions that were taking chintzy shortcuts instead of
Tom Lane
2007-06-01
*
Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan
Tom Lane
2007-04-26
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
[next]