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
/
src
/
bin
/
pg_waldump
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing TAP test name
Peter Eisentraut
2023-05-03
1
-1
/
+2
*
Put new command-line option into sensible order in help output
Peter Eisentraut
2023-04-17
1
-2
/
+1
*
Add missing .gitignore entry.
Tom Lane
2023-04-07
1
-0
/
+1
*
Show more detail in heapam rmgr descriptions.
Peter Geoghegan
2023-04-07
1
-1
/
+1
*
meson: add install-{quiet, world} targets
Andres Freund
2023-03-23
1
-1
/
+1
*
pg_waldump: Allow hexadecimal values for -t/--timeline option
Peter Eisentraut
2023-03-21
1
-4
/
+33
*
Break up long GETTEXT_FILES lists
Peter Eisentraut
2023-03-08
1
-1
/
+4
*
Update copyright for 2023
Bruce Momjian
2023-01-02
6
-6
/
+6
*
Fix incorrect copy-pasto in error message of pg_waldump.c
Michael Paquier
2022-12-27
1
-1
/
+1
*
pg_waldump: Add --save-fullpage=PATH to save full page images from WAL records
Michael Paquier
2022-12-27
3
-0
/
+220
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
2
-0
/
+4
*
meson: Add windows resource files
Andres Freund
2022-10-05
1
-0
/
+6
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
1
-1
/
+1
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
1
-1
/
+1
*
Add missing source files to pg_waldump/nls.mk
Alvaro Herrera
2022-09-25
1
-3
/
+4
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
2
-0
/
+31
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
1
-3
/
+3
*
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-09-14
1
-2
/
+2
*
Use SIGNAL_ARGS consistently to declare signal handlers.
Tom Lane
2022-09-14
1
-1
/
+1
*
Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."
Tom Lane
2022-07-13
1
-1
/
+1
*
Use wildcards instead of manually-maintained file lists in */nls.mk.
Tom Lane
2022-07-13
1
-1
/
+1
*
NLS: Put list of available languages into LINGUAS files
Peter Eisentraut
2022-07-13
2
-1
/
+1
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
1
-13
/
+13
*
Translation updates
Peter Eisentraut
2022-06-27
2
-92
/
+64
*
pg_waldump: Improve option parsing error messages
Peter Eisentraut
2022-05-20
1
-13
/
+13
*
Translation updates
Peter Eisentraut
2022-05-16
4
-334
/
+612
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-1
/
+1
*
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
1
-3
/
+2
*
Improve frontend error logging style.
Tom Lane
2022-04-08
2
-32
/
+31
*
Fix busted .gitignore entry.
Tom Lane
2022-04-08
1
-1
/
+3
*
Add contrib/pg_walinspect.
Jeff Davis
2022-04-08
3
-190
/
+25
*
Fix off-by-one error in pg_waldump, introduced in 5c279a6d350.
Jeff Davis
2022-04-07
1
-1
/
+1
*
Try to silence "-Wmissing-braces" complaints in rmgrdesc.c.
Andres Freund
2022-04-07
1
-2
/
+2
*
Fix warning introduced in 5c279a6d350.
Jeff Davis
2022-04-07
2
-5
/
+5
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
3
-20
/
+109
*
waldump: fix use-after-free in search_directory().
Andres Freund
2022-03-27
1
-1
/
+1
*
Improve command line options for pg_waldump.
Thomas Munro
2022-03-25
1
-43
/
+37
*
Add additional filtering options to pg_waldump.
Thomas Munro
2022-03-24
1
-1
/
+143
*
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-18
1
-13
/
+12
*
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-11
1
-0
/
+2
*
pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.
Andres Freund
2022-02-25
1
-8
/
+5
*
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-11
1
-1
/
+3
*
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-19
1
-1
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
3
-3
/
+3
*
Fix incorrect format placeholders
Peter Eisentraut
2021-12-29
1
-6
/
+6
*
pg_waldump: Emit stats summary when interrupted by SIGINT
Michael Paquier
2021-12-02
1
-0
/
+48
*
Be more specific about OOM in XLogReaderAllocate
Alvaro Herrera
2021-11-22
1
-1
/
+1
*
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
1
-1
/
+1
*
Remove some unnecessary casts in format arguments
Peter Eisentraut
2021-08-08
1
-4
/
+4
*
Allow specifying pg_waldump --rmgr option multiple times.
Heikki Linnakangas
2021-07-01
1
-7
/
+9
[next]