index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_walinspect
Age
Commit message (
Expand
)
Author
2025-12-05
Use more palloc_object() and palloc_array() in contrib/
Michael Paquier
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-10-19
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-18
Fix various typos
David Rowley
2023-03-31
Add show_data option to pg_get_wal_block_info.
Peter Geoghegan
2023-03-30
Show record information in pg_get_wal_block_info.
Peter Geoghegan
2023-03-28
Fix recent pg_walinspect fpi_length bug.
Peter Geoghegan
2023-03-27
pg_walinspect: Adjust memory context name.
Peter Geoghegan
2023-03-27
Improve a few things in pg_walinspect
Michael Paquier
2023-03-23
Improve a bit the tests of pg_walinspect
Michael Paquier
2023-03-16
Tweak regression test of pg_walinspect to be less collation-sensitive
Michael Paquier
2023-03-14
Rework design of functions in pg_walinspect
Michael Paquier
2023-03-13
Refactor and improve tests of pg_walinspect
Michael Paquier
2023-03-10
pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info()
Michael Paquier
2023-02-20
Limit memory usage of pg_walinspect functions.
Jeff Davis
2023-01-23
pg_walinspect: Add pg_get_wal_fpi_info()
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-07
meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-09-12
Use float8 datatype for percentiles in pg_walinspect stat functions
Peter Eisentraut
2022-08-18
Use correct LSN for error reporting in pg_walinspect
Jeff Davis
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-30
pg_walinspect: fix case where flush LSN is in the middle of a record.
Jeff Davis
2022-04-26
Fix typo in pg_walinspect.c
Michael Paquier
2022-04-08
Fix buildfarm failures in pg_walinspect tests.
Jeff Davis
2022-04-08
Add contrib/pg_walinspect.
Jeff Davis