summaryrefslogtreecommitdiff
path: root/src/bin/pg_waldump
Commit message (Expand)AuthorAgeFilesLines
* Add missing TAP test namePeter Eisentraut2023-05-031-1/+2
* Put new command-line option into sensible order in help outputPeter Eisentraut2023-04-171-2/+1
* Add missing .gitignore entry.Tom Lane2023-04-071-0/+1
* Show more detail in heapam rmgr descriptions.Peter Geoghegan2023-04-071-1/+1
* meson: add install-{quiet, world} targetsAndres Freund2023-03-231-1/+1
* pg_waldump: Allow hexadecimal values for -t/--timeline optionPeter Eisentraut2023-03-211-4/+33
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-081-1/+4
* Update copyright for 2023Bruce Momjian2023-01-026-6/+6
* Fix incorrect copy-pasto in error message of pg_waldump.cMichael Paquier2022-12-271-1/+1
* pg_waldump: Add --save-fullpage=PATH to save full page images from WAL recordsMichael Paquier2022-12-273-0/+220
* Add copyright notices to meson filesAndrew Dunstan2022-12-202-0/+4
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-1/+1
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-1/+1
* Add missing source files to pg_waldump/nls.mkAlvaro Herrera2022-09-251-3/+4
* meson: Add initial version of meson based build systemAndres Freund2022-09-212-0/+31
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-3/+3
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-141-2/+2
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-141-1/+1
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-131-1/+1
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-131-1/+1
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-132-1/+1
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-13/+13
* Translation updatesPeter Eisentraut2022-06-272-92/+64
* pg_waldump: Improve option parsing error messagesPeter Eisentraut2022-05-201-13/+13
* Translation updatesPeter Eisentraut2022-05-164-334/+612
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-1/+1
* Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane2022-04-111-3/+2
* Improve frontend error logging style.Tom Lane2022-04-082-32/+31
* Fix busted .gitignore entry.Tom Lane2022-04-081-1/+3
* Add contrib/pg_walinspect.Jeff Davis2022-04-083-190/+25
* Fix off-by-one error in pg_waldump, introduced in 5c279a6d350.Jeff Davis2022-04-071-1/+1
* Try to silence "-Wmissing-braces" complaints in rmgrdesc.c.Andres Freund2022-04-071-2/+2
* Fix warning introduced in 5c279a6d350.Jeff Davis2022-04-072-5/+5
* Custom WAL Resource Managers.Jeff Davis2022-04-063-20/+109
* waldump: fix use-after-free in search_directory().Andres Freund2022-03-271-1/+1
* Improve command line options for pg_waldump.Thomas Munro2022-03-251-43/+37
* Add additional filtering options to pg_waldump.Thomas Munro2022-03-241-1/+143
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-181-13/+12
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-111-0/+2
* pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.Andres Freund2022-02-251-8/+5
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-111-1/+3
* Make logical decoding a part of the rmgr.Jeff Davis2022-01-191-1/+1
* Update copyright for 2022Bruce Momjian2022-01-073-3/+3
* Fix incorrect format placeholdersPeter Eisentraut2021-12-291-6/+6
* pg_waldump: Emit stats summary when interrupted by SIGINTMichael Paquier2021-12-021-0/+48
* Be more specific about OOM in XLogReaderAllocateAlvaro Herrera2021-11-221-1/+1
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-1/+1
* Remove some unnecessary casts in format argumentsPeter Eisentraut2021-08-081-4/+4
* Allow specifying pg_waldump --rmgr option multiple times.Heikki Linnakangas2021-07-011-7/+9