vacuumdb: Make vacuumdb --analyze-only process partitioned tables.
[postgresql.git] / src / backend / utils / hash /
30 hours ago David RowleyRemove HASH_DEBUG output from dynahash.c
30 hours ago David RowleyUse elog(DEBUG4) for dynahash.c statistics output
4 days ago David RowleyFix invalid format string in HASH_DEBUG code
4 days ago David RowleyFix failing -D HASH_STATISTICS builds
2025-08-03 Tom LaneSilence Valgrind leakage complaints in more-or-less...
2025-07-25 Tom LaneFix dynahash's HASH_FIXED_SIZE ("isfixed") option.
2025-04-23 Tom LaneAvoid possibly-theoretical OOM crash hazard in hash_cre...
2025-04-04 Tomas VondraRevert "Improve accounting for memory used by shared...
2025-04-02 Tomas VondraImprove accounting for memory used by shared hash tables
2025-03-13 Peter Eisentrautpg_noreturn to replace pg_attribute_noreturn()
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-08-12 Nathan BossartAdd user-callable CRC functions.
2024-08-08 Alexander KorotkovAdd a caveat to hash_seq_init_with_hash_value() header...
2024-08-07 Alexander KorotkovIntroduce hash_search_with_hash_value() function
2024-03-17 Tom LaneMark hash_corrupted() as pg_attribute_noreturn.
2024-03-14 Michael PaquierRefactor initial hash lookup in dynahash.c
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-10-14 Tom LaneMake some minor improvements in memory-context infrastr...
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-12-15 Tom LaneImprove hash_create()'s API for some added robustness.
2020-09-19 Thomas MunroCode review for dynahash change.
2020-09-18 Thomas MunroRemove large fill factor support from dynahash.c.
2020-08-01 Thomas MunroImprove programmer docs for simplehash and dynahash.
2020-07-14 Peter EisentrautFix -Wcast-function-type warnings
2020-05-14 Tom LaneInitial pgindent and pgperltidy run for v13.
2020-05-13 Alvaro HerreraDial back -Wimplicit-fallthrough to level 3
2020-05-12 Alvaro HerreraAdd -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
2020-04-08 David RowleyModify various power 2 calculations to use new helper...
2020-02-27 Robert HaasMove src/backend/utils/hash/hashfn.c to src/common
2020-02-24 Robert HaasAdapt hashfn.c and hashutils.h for frontend use.
2020-02-24 Robert HaasPut all the prototypes for hashfn.c into the same heade...
2020-02-24 Robert HaasMove bitmap_hash and bitmap_match to bitmapset.c.
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-10-19 Peter EisentrautFix most -Wundef warnings
2019-10-16 Michael PaquierRefresh some incorrect links in pg_crc.c/h
2019-08-18 Tom LaneFix incidental warnings from cpluspluscheck.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-04-19 Michael PaquierFix collection of typos and grammar mistakes in docs...
2019-03-11 Alvaro HerreraMove hash_any prototype from access/hash.h to utils...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-03-27 Tom LaneAllow memory contexts to have both fixed and variable...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-13 Tom LaneRethink MemoryContext creation to improve performance.
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-08-02 Tom LaneRemove broken and useless entry-count printing in HASH_...
2017-07-22 Tom LaneImprove comments about partitioned hash table freelists.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-04-25 Robert HaasAdjust outdated comment.
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-02 Noah MischCopyedit comments and documentation.
2016-03-23 Robert HaasPartition the freelist for shared dynahash tables.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-16 Robert HaasRemove volatile qualifiers from dynahash.c, shmem.c...
2015-08-07 Andres FreundDon't include low level locking code from frontend...
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-15 Tom LaneFix hash_update_hash_key() to handle same-bucket case...
2013-01-14 Tom LanePrevent very-low-probability PANIC during PREPARE TRANS...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-12 Tom LaneAdd defenses against integer overflow in dynahash numbu...
2012-10-19 Tom LaneFix hash_search to avoid corruption of the hash table...
2012-02-29 Tom LaneMove CRC tables to libpgport, and provide them in a...
2012-01-30 Tom LaneAssorted comment fixes, mostly just typos, but some...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-11 Heikki LinnakangasFix the size of predicate lock manager's shared memory...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-08-25 Alvaro HerreraUpdate URL to Ross William's paper.
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-11 Tom LaneInclude hash table name in all the internal-error elog...
2007-06-01 Tom LaneFix several hash functions that were taking chintzy...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
next