Skip to content

Commit 556a4f0

Browse files
committed
PBCKP-1527: Update copyrights to 2025
1 parent dc7d381 commit 556a4f0

36 files changed

+39
-39
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2023, Postgres Professional
1+
Copyright (c) 2015-2025, Postgres Professional
22
Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
33

44
Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
`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.
77

88
The utility is compatible with:
9-
* PostgreSQL 11, 12, 13, 14, 15, 16
9+
* PostgreSQL 11, 12, 13, 14, 15, 16, 17
1010

1111
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:
1212
* 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
4141
## ptrack support
4242

4343
`PTRACK` backup support provided via following options:
44-
* vanilla PostgreSQL 11, 12, 13, 14, 15, 16 with [ptrack extension](https://github.com/postgrespro/ptrack)
45-
* Postgres Pro Standard 11, 12, 13, 14, 15, 16
46-
* Postgres Pro Enterprise 11, 12, 13, 14, 15, 16
44+
* vanilla PostgreSQL 11, 12, 13, 14, 15, 16, 17 with [ptrack extension](https://github.com/postgrespro/ptrack)
45+
* Postgres Pro Standard 11, 12, 13, 14, 15, 16, 17
46+
* Postgres Pro Enterprise 11, 12, 13, 14, 15, 16, 17
4747

4848
## Limitations
4949

src/archive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* archive.c: - pg_probackup specific archive commands for archive backups.
44
*
55
*
6-
* Portions Copyright (c) 2018-2022, Postgres Professional
6+
* Portions Copyright (c) 2018-2025, Postgres Professional
77
*
88
*-------------------------------------------------------------------------
99
*/

src/backup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* backup.c: backup DB cluster, archived WAL
44
*
55
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6-
* Portions Copyright (c) 2015-2022, Postgres Professional
6+
* Portions Copyright (c) 2015-2025, Postgres Professional
77
*
88
*-------------------------------------------------------------------------
99
*/

src/catalog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* catalog.c: backup catalog operation
44
*
55
* Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6-
* Portions Copyright (c) 2015-2019, Postgres Professional
6+
* Portions Copyright (c) 2015-2025, Postgres Professional
77
*
88
*-------------------------------------------------------------------------
99
*/

src/catchup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* catchup.c: sync DB cluster
44
*
5-
* Copyright (c) 2021-2022, Postgres Professional
5+
* Copyright (c) 2021-2025, Postgres Professional
66
*
77
*-------------------------------------------------------------------------
88
*/

src/checkdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* instance can be logically verified using extensions
1010
* amcheck or amcheck_next.
1111
*
12-
* Portions Copyright (c) 2019-2019, Postgres Professional
12+
* Portions Copyright (c) 2019-2025, Postgres Professional
1313
*
1414
*-------------------------------------------------------------------------
1515
*/

src/configure.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* configure.c: - manage backup catalog.
44
*
5-
* Copyright (c) 2017-2019, Postgres Professional
5+
* Copyright (c) 2017-2025, Postgres Professional
66
*
77
*-------------------------------------------------------------------------
88
*/

src/data.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* data.c: utils to parse and backup data pages
44
*
55
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6-
* Portions Copyright (c) 2015-2022, Postgres Professional
6+
* Portions Copyright (c) 2015-2025, Postgres Professional
77
*
88
*-------------------------------------------------------------------------
99
*/

src/datapagemap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* This is a fairly simple bitmap.
77
*
8-
* Copyright (c) 2013-2019, PostgreSQL Global Development Group
8+
* Copyright (c) 2013-2025, PostgreSQL Global Development Group
99
*
1010
*-------------------------------------------------------------------------
1111
*/

0 commit comments

Comments
 (0)