index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pageinspect
/
expected
Age
Commit message (
Expand
)
Author
2023-03-02
pageinspect: Fix crash with gist_page_items()
Michael Paquier
2023-01-02
Add bt_multi_page_stats() function to contrib/pageinspect.
Tom Lane
2022-11-21
Prevent instability in contrib/pageinspect's regression test.
Tom Lane
2022-04-14
pageinspect: Fix handling of all-zero 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-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-02-07
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
Alexander Korotkov
2021-07-12
pageinspect: Improve page_header() for pages of 32kB
Michael Paquier
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2021-02-25
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-15
Add "LP_DEAD item?" column to GiST pageinspect functions
Peter Geoghegan
2021-01-20
Disable vacuum page skipping in selected test cases.
Tom Lane
2021-01-19
pageinspect: Change block number arguments to bigint
Peter Eisentraut
2021-01-13
Fix test failure with wal_level=minimal.
Heikki Linnakangas
2021-01-13
Fix portability issues in the new gist pageinspect test.
Heikki Linnakangas
2021-01-13
Add functions to 'pageinspect' to inspect GiST indexes.
Heikki Linnakangas
2020-03-08
Add an explicit test to catch changes in checksumming calculations.
Tom Lane
2020-02-29
Teach pageinspect about nbtree deduplication.
Peter Geoghegan
2019-09-19
Redesign pageinspect function printing infomask bits
Michael Paquier
2019-09-12
Add to pageinspect function to make t_infomask/t_infomask2 human-readable
Michael Paquier
2019-05-07
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-03-20
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-02-04
Make FSM test portable.
Amit Kapila
2019-02-04
Avoid creation of the free space map for small heap relations, take 2.
Amit Kapila
2019-01-28
Revert "Avoid creation of the free space map for small heap relations."
Amit Kapila
2019-01-28
Avoid creation of the free space map for small heap relations.
Amit Kapila
2018-05-09
pgstatindex, pageinspect: handle partitioned indexes
Alvaro Herrera
2018-04-04
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-01-04
Fix new test case to not be endian-dependent.
Tom Lane
2018-01-04
Fix incorrect computations of length of null bitmap in pageinspect.
Tom Lane
2017-08-04
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-04-05
pageinspect: Add bt_page_items function with bytea argument
Peter Eisentraut
2017-04-04
Expand hash indexes more gradually.
Robert Haas
2017-03-17
pageinspect: Add page_checksum function
Peter Eisentraut
2017-03-17
pageinspect: Add test for page_header function
Peter Eisentraut
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-03-09
Add relkind checks to certain contrib modules
Stephen Frost
2017-02-09
pageinspect: Fix hash_bitmap_info not to read the underlying page.
Robert Haas
2017-02-07
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-03
pageinspect: Remove platform-dependent values from hash tests.
Robert Haas
2017-02-02
pageinspect: Support hash indexes.
Robert Haas
2016-11-04
Fix gin_leafpage_items().
Tom Lane
2016-11-02
pageinspect: Make page test more portable
Peter Eisentraut
2016-11-02
pageinspect: Make btree test more portable
Peter Eisentraut
2016-11-01
pageinspect: Add tests
Peter Eisentraut