postgresql/contrib/pageinspect
Tom Lane 47a22dc2cb Revert "Prevent instability in contrib/pageinspect's regression test."
This reverts commit 5cda142bb9
(in v14 only).

It turns out that that fails under force_parallel_mode = regress,
because pageinspect's disk-access functions are marked parallel
safe, which they are not if you try to use them on a temp table.
The cost of fixing that pre-v15 seems to exceed the value of
making this test case fully stable, so we will just leave things
as-is in v14.
2022-11-21 15:37:48 -05:00
..
expected Revert "Prevent instability in contrib/pageinspect's regression test." 2022-11-21 15:37:48 -05:00
sql Revert "Prevent instability in contrib/pageinspect's regression test." 2022-11-21 15:37:48 -05:00
.gitignore
brinfuncs.c pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
btreefuncs.c pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
fsmfuncs.c pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
ginfuncs.c pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
gistfuncs.c pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
hashfuncs.c pageinspect: Add more sanity checks to prevent out-of-bound reads 2022-03-27 17:53:51 +09:00
heapfuncs.c Fix some typos, grammar and style in docs and comments 2021-02-24 16:13:17 +09:00
Makefile pageinspect: Change block number arguments to bigint 2021-01-19 11:03:38 +01:00
pageinspect--1.0--1.1.sql
pageinspect--1.1--1.2.sql
pageinspect--1.2--1.3.sql
pageinspect--1.3--1.4.sql
pageinspect--1.4--1.5.sql
pageinspect--1.5--1.6.sql
pageinspect--1.5.sql
pageinspect--1.6--1.7.sql
pageinspect--1.7--1.8.sql
pageinspect--1.8--1.9.sql Use full 64-bit XIDs in deleted nbtree pages. 2021-02-24 18:41:34 -08:00
pageinspect.control Add functions to 'pageinspect' to inspect GiST indexes. 2021-01-13 10:33:33 +02:00
pageinspect.h pageinspect: Change block number arguments to bigint 2021-01-19 11:03:38 +01:00
rawpage.c pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00