index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_walsummary
Age
Commit message (
Expand
)
Author
2025-07-08
pg_walsummary: Improve stability of test checking statistics
Michael Paquier
2025-05-05
Translation updates
Peter Eisentraut
2025-03-05
Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-09-30
Remove incorrect entries in pg_walsummary's getopt_long call.
Tom Lane
2024-09-27
Fix typo in pg_walsummary/nls.mk.
Fujii Masao
2024-06-24
Translation updates
Peter Eisentraut
2024-06-20
Fix redundancy in error messages
Peter Eisentraut
2024-06-13
Add missing source files to nls.mk
Peter Eisentraut
2024-06-06
Add meson NLS support for pg_walsummary
Peter Eisentraut
2024-05-20
Translation updates
Peter Eisentraut
2024-05-15
Make all Perl warnings fatal, catch-up
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-06
Translation updates
Peter Eisentraut
2024-04-24
pg_walsummary: Document --version option
Peter Eisentraut
2024-04-09
Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackup
Michael Paquier
2024-03-20
Revert "Temporary patch to help debug pg_walsummary test failures."
Nathan Bossart
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-01
Continue my quest to make 002_blocks.pl pass reliably.
Robert Haas
2024-01-31
Clean pg_walsummary's tmp_check directory.
Tom Lane
2024-01-31
In 002_blocks.pl, try to prevent a HOT update.
Robert Haas
2024-01-31
Update pg_walsummary copyright notices to 2024
Alvaro Herrera
2024-01-31
Revise pg_walsummary's 002_blocks test to avoid spurious failures.
Robert Haas
2024-01-26
Temporary patch to help debug pg_walsummary test failures.
Robert Haas
2024-01-15
Fix typos.
Robert Haas
2024-01-12
Add empty placeholder LINGUAS file for pg_walsummary
Alvaro Herrera
2024-01-12
Fix pg_walsummary's .gitignore
Michael Paquier
2024-01-11
Try to fix pg_walsummary buildfarm failures.
Robert Haas
2024-01-11
Add new pg_walsummary tool.
Robert Haas