summaryrefslogtreecommitdiff
path: root/contrib/pageinspect/hashfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-12/+4
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-12/+2
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-011-3/+3
* pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier2022-03-271-4/+7
* pageinspect: Fix handling of page sizes and AM typesMichael Paquier2022-03-161-2/+4
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* pageinspect: Change block number arguments to bigintPeter Eisentraut2021-01-191-3/+8
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane2020-03-161-5/+2
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-2/+6
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-5/+5
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-3/+2
* Don't include utils/array.h from acl.h.Andres Freund2019-08-161-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-011-0/+4
* Reorganize partitioning codeAlvaro Herrera2018-04-141-0/+1
* pageinspect: Fix use of wrong memory context by hash_page_items.Robert Haas2018-01-261-2/+2
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-10/+10
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-141-5/+7
* Fix pageinspect failures on hash indexes.Robert Haas2017-04-051-31/+39
* Fix incorrect typecast.Robert Haas2017-02-221-1/+1
* pageinspect: Fix hash_bitmap_info not to read the underlying page.Robert Haas2017-02-091-26/+36
* pageinspect: More type-sanity surgery on the new hash index code.Robert Haas2017-02-031-18/+18
* In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines.Tom Lane2017-02-031-14/+4
* Fix a bunch more portability bugs in commit 08bf6e529.Tom Lane2017-02-021-24/+25
* pageinspect: Try to fix some bugs in previous commit.Robert Haas2017-02-021-14/+14
* pageinspect: Support hash indexes.Robert Haas2017-02-021-0/+559