index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
hash.h
Commit message (
Expand
)
Author
Age
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Modify various power 2 calculations to use new helper functions
David Rowley
2020-04-08
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-25
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix the overrun in hash index metapage for smaller block sizes.
Amit Kapila
2018-09-06
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-27
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Remove lsn from HashScanPosData.
Robert Haas
2017-09-26
*
hash: Implement page-at-a-time scan.
Robert Haas
2017-09-22
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-08-04
*
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
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-14
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
*
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-15
*
hash: Refactor hash index creation.
Robert Haas
2017-03-07
*
hash: Refactor overflow page allocation.
Robert Haas
2017-02-27
*
hash: Refactor bucket squeeze code.
Robert Haas
2017-02-27
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-07
*
pageinspect: Support hash indexes.
Robert Haas
2017-02-02
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove _hash_chgbufaccess().
Robert Haas
2016-12-23
*
Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().
Robert Haas
2016-12-19
*
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-12-16
*
Improve hash index bucket split behavior.
Robert Haas
2016-11-30
*
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
*
Fix some typos in comment
Peter Eisentraut
2016-09-26
*
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-29
[next]