index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pageinspect
Commit message (
Expand
)
Author
Age
Files
Lines
*
pageinspect: Fix crash with gist_page_items()
Michael Paquier
2023-03-02
5
-56
/
+62
*
Consolidate ItemPointer to Datum conversion functions
Peter Eisentraut
2023-02-13
3
-7
/
+0
*
Update copyright for 2023
Bruce Momjian
2023-01-02
9
-9
/
+9
*
Add bt_multi_page_stats() function to contrib/pageinspect.
Tom Lane
2023-01-02
7
-79
/
+379
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Mark pageinspect's disk-accessing functions as parallel restricted.
Tom Lane
2022-11-21
4
-2
/
+32
*
Prevent instability in contrib/pageinspect's regression test.
Tom Lane
2022-11-21
2
-2
/
+4
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
2
-3
/
+3
*
meson: Add windows resource files
Andres Freund
2022-10-05
1
-0
/
+6
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+50
*
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-09-05
1
-2
/
+2
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
3
-23
/
+8
*
Convert macros to static inline functions (bufpage.h)
Peter Eisentraut
2022-07-11
1
-11
/
+13
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
5
-30
/
+8
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
2
-36
/
+36
*
pageinspect: Fix handling of all-zero pages
Michael Paquier
2022-04-14
18
-0
/
+191
*
pageinspect: Use better macros to get special page area for GIN and GiST
Michael Paquier
2022-04-02
2
-5
/
+5
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
2
-6
/
+6
*
pageinspect: Add more sanity checks to prevent out-of-bound reads
Michael Paquier
2022-03-27
15
-30
/
+200
*
pageinspect: Fix memory context allocation of page in brin_revmap_data()
Michael Paquier
2022-03-16
1
-3
/
+3
*
pageinspect: Fix handling of page sizes and AM types
Michael Paquier
2022-03-16
18
-67
/
+179
*
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-15
2
-2
/
+2
*
Simplify SRFs using materialize mode in contrib/ modules
Michael Paquier
2022-03-08
2
-84
/
+7
*
Simplify more checks related to set-returning functions
Michael Paquier
2022-02-24
1
-2
/
+1
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
1
-2
/
+0
*
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
Alexander Korotkov
2022-02-07
1
-10
/
+8
*
Update copyright for 2022
Bruce Momjian
2022-01-07
8
-8
/
+8
*
Fix incorrect format placeholders
Peter Eisentraut
2021-11-24
1
-3
/
+3
*
pageinspect: Make page deletion elog less chatty.
Peter Geoghegan
2021-09-17
1
-2
/
+2
*
pageinspect: Improve page_header() for pages of 32kB
Michael Paquier
2021-07-12
6
-6
/
+72
*
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-08
2
-26
/
+8
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
1
-1
/
+1
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
3
-32
/
+78
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
1
-1
/
+1
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
1
-2
/
+1
*
Add "LP_DEAD item?" column to GiST pageinspect functions
Peter Geoghegan
2021-02-14
3
-24
/
+28
*
Avoid misinterpreting GiST pages in pageinspect.
Peter Geoghegan
2021-02-14
1
-2
/
+10
*
Disable vacuum page skipping in selected test cases.
Tom Lane
2021-01-20
2
-22
/
+6
*
pageinspect: Change block number arguments to bigint
Peter Eisentraut
2021-01-19
17
-25
/
+322
*
Check for BuildIndexValueDescription returning NULL in gist_page_items
Heikki Linnakangas
2021-01-18
1
-3
/
+9
*
pageinspect: Fix relcache leak in gist_page_items().
Heikki Linnakangas
2021-01-18
1
-96
/
+74
*
Fix test failure with wal_level=minimal.
Heikki Linnakangas
2021-01-13
2
-0
/
+22
*
Fix portability issues in the new gist pageinspect test.
Heikki Linnakangas
2021-01-13
2
-44
/
+15
*
Add functions to 'pageinspect' to inspect GiST indexes.
Heikki Linnakangas
2021-01-13
6
-3
/
+438
*
Update copyright for 2021
Bruce Momjian
2021-01-02
7
-7
/
+7
*
Remove unused parameter
Peter Eisentraut
2020-09-04
1
-3
/
+3
*
Avoid using %c printf format for potentially non-ASCII characters.
Tom Lane
2020-06-29
1
-5
/
+6
*
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-16
3
-18
/
+8
*
Add an explicit test to catch changes in checksumming calculations.
Tom Lane
2020-03-08
4
-1
/
+112
*
pageinspect: Fix types used for bt_metap() columns.
Peter Geoghegan
2020-03-07
2
-10
/
+29
[next]