1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-06-20 01:17:49 +02:00

Commit Graph

  • 975516ae6d Remove context wrapper when processing defaults during config parsing. David Steele 2025-05-04 13:56:13 -04:00
  • beeb93225f Fix typo in comment. David Steele 2025-05-03 17:29:38 -04:00
  • 8bbb982435 Revert "calculate content-md5 on S3 only when required". David Steele 2025-05-01 13:22:15 -04:00
  • 5e01098617 Fix lower bounds checking for option keys. David Steele 2025-05-01 13:06:18 -04:00
  • 293bc2a75d Add details about notifying packagers to release instructions. David Steele 2025-05-01 12:53:05 -04:00
  • 6c0e212926 Begin v2.55.1 development. David Steele 2025-05-01 12:38:37 -04:00
  • 96dfdce085 Revert "calculate content-md5 on S3 only when required". David Steele 2025-04-29 15:12:11 -04:00
  • 9958b17834 Fix lower bounds checking for option keys. David Steele 2025-04-28 14:33:56 -04:00
  • 1d89e3d75b Add details about notifying packagers to release instructions. David Steele 2025-04-23 13:17:19 -04:00
  • 01c8c0f864 Begin v2.56.0 development. David Steele 2025-04-21 18:51:50 -04:00
  • 6c90196e74 v2.55.0: Verification Improvements and PostgreSQL 18 Support release/2.55.0 David Steele 2025-04-21 18:25:00 -04:00
  • 4bb7cb1ac6 Fix incorrect not-equal comparison in TEST_RESULT_Z_NE(). Yegor 2025-04-21 20:02:56 +07:00
  • 9386920b79 Add FAQ about exporting self-contained cluster. Stefan Fercot 2025-04-16 19:26:15 +02:00
  • c2f64bb03b Fix highlight error in user guide. David Steele 2025-04-15 16:50:40 -05:00
  • 8bdba74798 Clarify incremental backup expiration. David Steele 2025-04-14 13:34:35 -05:00
  • 565d2e0c47 PostgreSQL 18 experimental support. David Steele 2025-04-14 12:29:31 -05:00
  • 019e4cf8a7 Another fix for integration tests on alternate architectures. David Steele 2025-04-14 10:46:55 -05:00
  • 48a43e76e2 Enable format-overflow=2 compiler warning. David Steele 2025-04-11 18:39:56 -05:00
  • 5fe23ff07b Remove implied -Wformat-nonliteral warning. David Steele 2025-04-11 17:02:14 -05:00
  • 9fba07c26d Remove -Wno-implicit-fallthrough and explicitly mark fallthrough. David Steele 2025-04-11 16:52:45 -05:00
  • a076ee63bd Remove unmaintained/unused development environment build files. David Steele 2025-04-10 15:29:37 -05:00
  • dd3a7d99a7 Recommend not placing spool-path within pg_xlog/pg_wal. David Steele 2025-04-10 12:08:35 -05:00
  • cab4d6fd5c Warn when a value for a multi-key option is overwritten. David Steele 2025-04-10 10:26:50 -05:00
  • 68f22aea66 Allow connections to PostgreSQL on abstract domain sockets. David Steele 2025-04-09 14:50:16 -05:00
  • 20bfd14b73 Calculate content-md5 on S3 only when required. David Steele 2025-04-09 12:27:27 -05:00
  • c925832e17 Add LSTDEF() macro. David Steele 2025-04-09 12:02:19 -05:00
  • 53a45d25c3 Fix documentation for specifying multiple stanzas with tls-server-auth. David Steele 2025-04-08 10:45:06 -05:00
  • 37544da56c Fix integration tests on alternate architectures. David Steele 2025-04-07 11:57:00 -05:00
  • e18ca19895 Remove extraneous const from cvtIntToZ() prototype. Yegor 2025-04-04 22:26:03 +07:00
  • aeea81a388 Fix test logging in storageHelperDryRunInit(). Yegor 2025-04-04 22:07:32 +07:00
  • cc50e1aecd Revert "full/incremental backup method". David Steele 2025-04-02 15:25:23 -05:00
  • 4a42eec552 Set noResetLogLevel in config/parse unit tests where required. David Steele 2025-04-02 11:59:38 -05:00
  • 33655095f4 Use latest Minio image for testing. David Steele 2025-03-31 19:30:41 -05:00
  • dcfe30e322 Fix instances of "of of". albertchae 2025-03-31 12:18:29 -07:00
  • b28ae98cec Update unix_socket_directory to unix_socket_directories. David Steele 2025-03-31 12:24:03 -05:00
  • e4def8845e Allow verification of a specified backup. Maxim Michkov 2025-03-26 17:44:29 +03:00
  • 945c7d1eb6 Update verify command summary. David Steele 2025-03-25 12:43:32 -06:00
  • 1cfafa386c Strip version from RHEL label in user guide. David Steele 2025-03-25 11:00:53 -06:00
  • 87776bc9cf Update PostgresQL versions in user guide. David Steele 2025-03-25 10:28:46 -06:00
  • 84eb9a742d Clarify behavior of --repo-retention-full-type. David Steele 2025-03-24 12:21:31 -06:00
  • 5d2c67c3c6 Fix block incremental restore issue on non-default repository. David Steele 2025-03-21 10:37:20 -06:00
  • 723f900eaa Fix missing return in FUNCTION_LOG_RETURN_VOID(). Yegor 2025-03-21 22:01:02 +07:00
  • d10ad3780a Fix test logging. Yegor 2025-03-20 00:17:59 +07:00
  • f00c0d4e85 Fix comments in unit tests. Yegor 2025-03-19 22:34:32 +07:00
  • 750a051b7a Add numeric output to version command. Stefan Fercot 2025-02-28 23:53:03 +01:00
  • 57ffd2dfcb Fix multi-architecture unit testing. David Steele 2025-02-28 15:38:05 -06:00
  • 814bf487c3 Add support for GCS requester pays. Timothée Peignier 2025-02-25 14:37:22 -08:00
  • 4db0263fd6 Add support for S3 requester pays. Timothée Peignier 2025-02-25 14:12:28 -08:00
  • 7941d6506e Remove unneeded verbiage from option descriptions. David Steele 2025-02-25 15:36:55 -06:00
  • f2bbfad29c Fix case in option summary. David Steele 2025-02-21 08:24:57 -06:00
  • 2155a12a3d Add detail logging for expired archive path. Stefan Fercot 2025-02-17 18:51:51 +01:00
  • 4dcfa9ef59 Add detail logging to expire test. Stefan Fercot 2025-02-17 10:56:57 -06:00
  • 82299eb4cd Clarify requirement for local/remote pgBackRest versions to match. Greg Clough 2025-02-15 18:00:00 +00:00
  • 47f050f8fd Fix expire archive range logging. David Steele 2025-02-15 12:17:04 -05:00
  • ef0a71d629 Update Cirrus-CI FreeBSD runner versions. David Steele 2025-02-15 11:02:23 -06:00
  • aa7210a183 Change --process-max recommendation for object stores to --repo-bundle. David Steele 2025-02-04 11:15:51 -05:00
  • 922e9f0775 Verify recovery target timeline. David Steele 2025-02-04 10:06:17 -05:00
  • 322e764f29 Add Coverity build to release instructions. David Steele 2025-01-30 21:43:48 -05:00
  • 6e437defa9 Refactor backupBlockIncrMapSize() range handling to satisfy Coverity. David Steele 2025-01-30 14:28:28 -05:00
  • 89615eee65 Refactor loop in restoreManifestMap() to satisfy Coverity. David Steele 2025-01-30 13:59:42 -05:00
  • 5421ef3e92 Add cast to suppress Coverity complaint about volatile used in assert(). David Steele 2025-01-30 13:48:59 -05:00
  • d5cefb7290 Fix error reporting for queries with no results. David Steele 2025-01-29 13:48:26 -05:00
  • d50b01b485 Add assertions to satisfy Coverity about possible underflows. David Steele 2025-01-28 18:48:11 -05:00
  • e46374dc7d Lower log level of backupDbPing()/dbPing() to trace. David Steele 2025-01-28 15:30:23 -05:00
  • e625ed8be2 Caveat --tablespace-map-all regarding tablespace creation. David Steele 2025-01-28 09:14:30 -05:00
  • dde1b04772 Add StringId linter. David Steele 2025-01-27 17:14:34 -05:00
  • d582739d82 Convert 5-bit test StringId to 6-bit. David Steele 2025-01-27 15:51:57 -05:00
  • 6df96f505f Separate version into component parts. David Steele 2025-01-23 17:12:05 -05:00
  • 6776940c3b Use three part version in development builds. David Steele 2025-01-23 14:55:44 -05:00
  • e59385718c Update CI containers to include newest PostgreSQL patch releases. David Steele 2025-01-23 08:10:37 -05:00
  • 6fbb28fa2d Do not set recovery_target_timeline=current for PostgreSQL < 12. David Steele 2025-01-23 07:58:41 -05:00
  • e58d468e27 Fix typo. David Steele 2025-01-21 18:39:51 -05:00
  • 931435c017 Allow backup command to operate on remote repositories. David Steele 2025-01-21 11:45:50 -05:00
  • 844f91fe3f Specify length of encoding strings. David Steele 2025-01-20 15:12:27 -05:00
  • 4bc9376d6f Remove "Additional Notes" header from release notes. David Steele 2025-01-20 14:19:25 -05:00
  • 23bd392bdc Improve hex encode performance with bytewise lookup. David Steele 2025-01-20 14:09:54 -05:00
  • 713f6657d3 Merge v2.54.2 release. David Steele 2025-01-20 10:57:27 -05:00
  • 962346080f v2.54.2: Bug Fix release/2.54.2 David Steele 2025-01-20 10:18:27 -05:00
  • 7a33d6168b Replace constant version with macro in backup test module. David Steele 2025-01-14 13:10:32 -05:00
  • c7a5b4cac2 Update LICENSE.txt and PostgreSQL copyright for 2025. David Steele 2025-01-14 12:50:27 -05:00
  • dbc6f28753 Fix issue after disabling bundling with block incremental enabled. David Steele 2025-01-14 12:40:44 -05:00
  • 18fcd2a376 Fix compression type in integration tests. David Steele 2025-01-14 12:16:42 -05:00
  • 5da2df4a93 Clarify behavior of multiple configuration files. David Steele 2025-01-14 12:07:44 -05:00
  • 85eb9f3558 Clarify that unhandled errors may occur in edge cases. David Steele 2025-01-14 11:51:27 -05:00
  • 17ed08ba86 Update runner versions on Github actions. David Steele 2025-01-14 11:41:21 -05:00
  • cdc25b6328 Begin v2.54.2 development. David Steele 2025-01-14 11:39:44 -05:00
  • 6244f02bb3 Update runner versions on Github actions. David Steele 2025-01-14 10:50:48 -05:00
  • fd23257c6a Remove extraneous const qualifier. David Steele 2025-01-06 13:50:14 -05:00
  • b5bb1aa72c Remove makefile formatting from editor config. David Steele 2025-01-05 13:32:09 -05:00
  • 5fac1b4058 Update LICENSE.txt and PostgreSQL copyright for 2025. David Steele 2025-01-02 09:11:19 -05:00
  • 4a94b6bef9 Refactor protocol helper. David Steele 2024-12-27 13:51:50 -05:00
  • 13f23f2168 Fix issue after disabling bundling with block incremental enabled. David Steele 2024-12-26 12:01:59 -05:00
  • 9ee3b2c593 Fix compression type in integration tests. David Steele 2024-12-26 10:45:11 -05:00
  • 8b9e03d618 Move linkCreate interface function to alphabetical order. David Steele 2024-12-23 10:30:41 -05:00
  • 48ecbe422d Clarify behavior of multiple configuration files. David Steele 2024-12-19 13:52:59 -05:00
  • 3210c9283f Clarify that unhandled errors may occur in edge cases. David Steele 2024-12-16 14:55:44 -05:00
  • 690c9803c3 Add missing const qualifier. David Steele 2024-12-16 12:56:03 -05:00
  • 005c7e974f Merge v2.54.1 release. David Steele 2024-12-16 12:04:21 -05:00
  • 9b72bfd9b2 v2.54.1: Bug Fix release/2.54.1 David Steele 2024-12-16 10:41:06 -05:00
  • 359de9eb61 Rephrase invitation to star on Github. David Steele 2024-12-15 11:28:46 -05:00