mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Update copyright for 2025
Backpatch-through: 13
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* backup_manifest.c
|
||||
* code for generating and sending a backup manifest
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/backup/backup_manifest.c
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* basebackup.c
|
||||
* code for taking a base backup and streaming it to a standby
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/backup/basebackup.c
|
||||
|
@@ -16,7 +16,7 @@
|
||||
* An older method that sent each archive using a separate COPY OUT
|
||||
* operation is no longer supported.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/backup/basebackup_copy.c
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* basebackup_gzip.c
|
||||
* Basebackup sink implementing gzip compression.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/backup/basebackup_gzip.c
|
||||
|
@@ -10,7 +10,7 @@
|
||||
* backup manifest supplied by the user taking the incremental backup
|
||||
* and extract the required information from it.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/backup/basebackup_incremental.c
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* basebackup_lz4.c
|
||||
* Basebackup sink implementing lz4 compression.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/backup/basebackup_lz4.c
|
||||
|
@@ -22,7 +22,7 @@
|
||||
* the logic directly into that file as it's fairly simple, but it seems
|
||||
* cleaner to have everything related to progress reporting in one place.)
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/backup/basebackup_progress.c
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* basebackup_sink.c
|
||||
* Default implementations for bbsink (basebackup sink) callbacks.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/backend/backup/basebackup_sink.c
|
||||
*
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* Furthermore, new targets can be defined by extensions. This file
|
||||
* contains code to support that functionality.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/backup/basebackup_target.c
|
||||
|
@@ -5,7 +5,7 @@
|
||||
* next base backup sink in the chain at a rate no greater than the
|
||||
* configured maximum.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/backup/basebackup_throttle.c
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* basebackup_zstd.c
|
||||
* Basebackup sink implementing zstd compression.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/backup/basebackup_zstd.c
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'backup_manifest.c',
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* walsummary.c
|
||||
* Functions for accessing and managing WAL summary data.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/backend/backup/walsummary.c
|
||||
*
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* walsummaryfuncs.c
|
||||
* SQL-callable functions for accessing WAL summary data.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/backend/backup/walsummaryfuncs.c
|
||||
*
|
||||
|
Reference in New Issue
Block a user