1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-10-31 00:17:52 +02:00

PBCKP-1527: Update copyrights to 2025

This commit is contained in:
Daria Lepikhova
2025-01-18 16:37:39 +07:00
parent dc7d38132d
commit 556a4f0c0a
36 changed files with 39 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2015-2023, Postgres Professional
Copyright (c) 2015-2025, Postgres Professional
Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group

View File

@@ -6,7 +6,7 @@
`pg_probackup` is a utility to manage backup and recovery of PostgreSQL database clusters. It is designed to perform periodic backups of the PostgreSQL instance that enable you to restore the server in case of a failure.
The utility is compatible with:
* PostgreSQL 11, 12, 13, 14, 15, 16
* PostgreSQL 11, 12, 13, 14, 15, 16, 17
As compared to other backup solutions, `pg_probackup` offers the following benefits that can help you implement different backup strategies and deal with large amounts of data:
* Incremental backup: page-level incremental backup allows you to save disk space, speed up backup and restore. With three different incremental modes, you can plan the backup strategy in accordance with your data flow.
@@ -41,9 +41,9 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
## ptrack support
`PTRACK` backup support provided via following options:
* vanilla PostgreSQL 11, 12, 13, 14, 15, 16 with [ptrack extension](https://github.com/postgrespro/ptrack)
* Postgres Pro Standard 11, 12, 13, 14, 15, 16
* Postgres Pro Enterprise 11, 12, 13, 14, 15, 16
* vanilla PostgreSQL 11, 12, 13, 14, 15, 16, 17 with [ptrack extension](https://github.com/postgrespro/ptrack)
* Postgres Pro Standard 11, 12, 13, 14, 15, 16, 17
* Postgres Pro Enterprise 11, 12, 13, 14, 15, 16, 17
## Limitations

View File

@@ -3,7 +3,7 @@
* archive.c: - pg_probackup specific archive commands for archive backups.
*
*
* Portions Copyright (c) 2018-2022, Postgres Professional
* Portions Copyright (c) 2018-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* backup.c: backup DB cluster, archived WAL
*
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* catalog.c: backup catalog operation
*
* Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2019, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* catchup.c: sync DB cluster
*
* Copyright (c) 2021-2022, Postgres Professional
* Copyright (c) 2021-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -9,7 +9,7 @@
* instance can be logically verified using extensions
* amcheck or amcheck_next.
*
* Portions Copyright (c) 2019-2019, Postgres Professional
* Portions Copyright (c) 2019-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* configure.c: - manage backup catalog.
*
* Copyright (c) 2017-2019, Postgres Professional
* Copyright (c) 2017-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* data.c: utils to parse and backup data pages
*
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -5,7 +5,7 @@
*
* This is a fairly simple bitmap.
*
* Copyright (c) 2013-2019, PostgreSQL Global Development Group
* Copyright (c) 2013-2025, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* delete.c: delete backup files.
*
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2019, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* dir.c: directory operation utility.
*
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* help.c
*
* Copyright (c) 2017-2021, Postgres Professional
* Copyright (c) 2017-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* init.c: - initialize backup catalog.
*
* Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2019, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* merge.c: merge FULL and incremental backups
*
* Copyright (c) 2018-2022, Postgres Professional
* Copyright (c) 2018-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -5,7 +5,7 @@
*
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 2015-2019, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -35,7 +35,7 @@
* which includes info about pgdata directory and connection.
*
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2021, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* pg_probackup.h: Backup/Recovery manager for PostgreSQL.
*
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* pg_probackup_state.h: Definitions of internal pg_probackup states
*
* Portions Copyright (c) 2021, Postgres Professional
* Portions Copyright (c) 2021-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* ptrack.c: support functions for ptrack backups
*
* Copyright (c) 2021 Postgres Professional
* Copyright (c) 2021-2025 Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* restore.c: restore DB cluster and archived WAL.
*
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* show.c: show backup information.
*
* Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* stream.c: pg_probackup specific code for WAL streaming
*
* Portions Copyright (c) 2015-2020, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* util.c: log messages to log file or stderr, and misc code.
*
* Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2021, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* configuration.c: - function implementations to work with pg_probackup
* configurations.
*
* Copyright (c) 2017-2019, Postgres Professional
* Copyright (c) 2017-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* configuration.h: - prototypes of functions and structures for
* configuration.
*
* Copyright (c) 2018-2019, Postgres Professional
* Copyright (c) 2018-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* json.c: - make json document.
*
* Copyright (c) 2018-2019, Postgres Professional
* Copyright (c) 2018-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* json.h: - prototypes of json output functions.
*
* Copyright (c) 2018-2019, Postgres Professional
* Copyright (c) 2018-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* logger.c: - log events into log file or stderr.
*
* Copyright (c) 2017-2019, Postgres Professional
* Copyright (c) 2017-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* logger.h: - prototypes of logger functions.
*
* Copyright (c) 2017-2019, Postgres Professional
* Copyright (c) 2017-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* pgut.c
*
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2017-2021, Postgres Professional
* Portions Copyright (c) 2017-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* pgut.h
*
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2017-2021, Postgres Professional
* Portions Copyright (c) 2017-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* remote.h: - prototypes of remote functions.
*
* Copyright (c) 2017-2019, Postgres Professional
* Copyright (c) 2017-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* thread.c: - multi-platform pthread implementations.
*
* Copyright (c) 2018-2019, Postgres Professional
* Copyright (c) 2018-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
*
* thread.h: - multi-platform pthread implementations.
*
* Copyright (c) 2018-2019, Postgres Professional
* Copyright (c) 2018-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* validate.c: validate backup files.
*
* Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2015-2019, Postgres Professional
* Portions Copyright (c) 2015-2025, Postgres Professional
*
*-------------------------------------------------------------------------
*/