summaryrefslogtreecommitdiff
path: root/contrib/pageinspect/hashfuncs.c
AgeCommit message (Expand)Author
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-19pageinspect: Fix failure with hash_bitmap_info() for partitioned indexesMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-04-01Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier
2022-03-27pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier
2022-03-16pageinspect: Fix handling of page sizes and AM typesMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-19pageinspect: Change block number arguments to bigintPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-03-17Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-08-16Don't include utils/array.h from acl.h.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-01-26pageinspect: Fix use of wrong memory context by hash_page_items.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-14Clean up manipulations of hash indexes' hasho_flag field.Tom Lane
2017-04-05Fix pageinspect failures on hash indexes.Robert Haas
2017-02-22Fix incorrect typecast.Robert Haas
2017-02-09pageinspect: Fix hash_bitmap_info not to read the underlying page.Robert Haas
2017-02-03pageinspect: More type-sanity surgery on the new hash index code.Robert Haas
2017-02-03In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines.Tom Lane
2017-02-03Fix a bunch more portability bugs in commit 08bf6e529.Tom Lane
2017-02-03pageinspect: Try to fix some bugs in previous commit.Robert Haas
2017-02-02pageinspect: Support hash indexes.Robert Haas