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
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
/
contrib
/
pageinspect
/
hashfuncs.c
Age
Commit message (
Expand
)
Author
2022-04-01
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-03-27
pageinspect: Add more sanity checks to prevent out-of-bound reads
Michael Paquier
2022-03-16
pageinspect: Fix handling of page sizes and AM types
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-01-19
pageinspect: Change block number arguments to bigint
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-03-17
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-08-16
Don't include utils/array.h from acl.h.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-01-26
pageinspect: Fix use of wrong memory context by hash_page_items.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-14
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-05
Fix pageinspect failures on hash indexes.
Robert Haas
2017-02-22
Fix incorrect typecast.
Robert Haas
2017-02-09
pageinspect: Fix hash_bitmap_info not to read the underlying page.
Robert Haas
2017-02-03
pageinspect: More type-sanity surgery on the new hash index code.
Robert Haas
2017-02-03
In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines.
Tom Lane
2017-02-03
Fix a bunch more portability bugs in commit 08bf6e529.
Tom Lane
2017-02-03
pageinspect: Try to fix some bugs in previous commit.
Robert Haas
2017-02-02
pageinspect: Support hash indexes.
Robert Haas