aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_verifybackup
Commit message (Expand)AuthorAge
* File size in a backup manifest should use uint64, not size_t.Robert Haas2024-10-02
* Fix some pg_verifybackup issues reported by Coverity.Robert Haas2024-10-01
* Reindent pg_verifybackup.c.Robert Haas2024-09-27
* pg_verifybackup: Verify tar-format backups.Robert Haas2024-09-27
* Fix cpluspluscheck for pg_verifybackup.h.Thomas Munro2024-08-19
* pg_verifybackup: Move some declarations to new pg_verifybackup.hRobert Haas2024-08-16
* pg_verifybackup: Move skip_checksums into verifier_context.Robert Haas2024-08-16
* Run pgperltidyMichael Paquier2024-07-01
* Translation updatesPeter Eisentraut2024-06-24
* parse_manifest: Use const char *Peter Eisentraut2024-06-21
* Skip some permissions checks on CygwinAndrew Dunstan2024-06-13
* Add missing source files to nls.mkPeter Eisentraut2024-06-13
* Translation updatesPeter Eisentraut2024-05-20
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Add missing gettext triggersPeter Eisentraut2024-05-14
* Translation updatesPeter Eisentraut2024-05-06
* Don't allocate large buffer on the stack in pg_verifybackupAndrew Dunstan2024-04-12
* Fix some memory leaks associated with parsing json and manifestsAndrew Dunstan2024-04-12
* Convert uses of hash_string_pointer to fasthash equivalentJohn Naylor2024-04-06
* Use incremental parsing of backup manifests.Andrew Dunstan2024-04-04
* Support json_errdetail in FRONTEND codeDaniel Gustafsson2024-03-17
* Add the system identifier to backup manifests.Robert Haas2024-03-13
* pg_verifybackup: Refactor parse_manifest_file.Robert Haas2024-03-04
* Remove AIX supportHeikki Linnakangas2024-02-28
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* meson: Make gzip and tar optionalPeter Eisentraut2023-12-21
* Move src/bin/pg_verifybackup/parse_manifest.c into src/common.Robert Haas2023-12-19
* Rename pg_verifybackup's JsonManifestParseContext callback functions.Robert Haas2023-12-05
* Rename JsonManifestParseContext callbacks.Robert Haas2023-12-05
* Remove distprepPeter Eisentraut2023-11-06
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Improve JsonLexContext's freeabilityAlvaro Herrera2023-10-05
* Translation updatesPeter Eisentraut2023-08-07
* Translation updatesPeter Eisentraut2023-05-22
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Support long distance matching for zstd compressionTomas Vondra2023-04-06
* meson: add install-{quiet, world} targetsAndres Freund2023-03-23
* Add support for progress reporting to pg_verifybackupMichael Paquier2023-02-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Change JsonSemAction to allow non-throw error reporting.Tom Lane2022-12-11
* meson: Add some missing env settings for tests of pg_dump and pg_verifybackupMichael Paquier2022-11-29
* meson: Add windows resource filesAndres Freund2022-10-05
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Clean up inconsistent use of fflush().Tom Lane2022-08-29
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-13
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-13
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-13