mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Update copyright for 2022
Backpatch-through: 10
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* backup_manifest.c
|
||||
* code for generating and sending a backup manifest
|
||||
*
|
||||
* Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/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-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/basebackup.c
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* send basebackup archives using one COPY OUT operation per
|
||||
* tablespace, and an additional COPY OUT for the backup manifest
|
||||
*
|
||||
* Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/basebackup_copy.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-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/basebackup_progress.c
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* basebackup_sink.c
|
||||
* Default implementations for bbsink (basebackup sink) callbacks.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/backend/replication/basebackup_sink.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-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/basebackup_throttle.c
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* loaded as a dynamic module to avoid linking the main server binary with
|
||||
* libpq.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* contents of records in here except turning them into a more usable
|
||||
* format.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* launcher.c
|
||||
* PostgreSQL logical replication worker launcher process
|
||||
*
|
||||
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/launcher.c
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* logical.c
|
||||
* PostgreSQL logical decoding coordination
|
||||
*
|
||||
* Copyright (c) 2012-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/logical.c
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* logical replication slots via SQL.
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2012-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logicalfuncs.c
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* message.c
|
||||
* Generic logical messages.
|
||||
*
|
||||
* Copyright (c) 2013-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2013-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/message.c
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* origin.c
|
||||
* Logical replication progress tracking support.
|
||||
*
|
||||
* Copyright (c) 2013-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2013-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/origin.c
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* proto.c
|
||||
* logical replication protocol functions
|
||||
*
|
||||
* Copyright (c) 2015-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2015-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/proto.c
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* relation.c
|
||||
* PostgreSQL logical replication relation mapping cache
|
||||
*
|
||||
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/relation.c
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* PostgreSQL logical replay/reorder buffer management
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2012-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
* is a convenient point to initialize replication from, which is why we
|
||||
* export a snapshot at that point, which *can* be used to read normal data.
|
||||
*
|
||||
* Copyright (c) 2012-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/snapbuild.c
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* tablesync.c
|
||||
* PostgreSQL logical replication: initial table data synchronization
|
||||
*
|
||||
* Copyright (c) 2012-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/tablesync.c
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* worker.c
|
||||
* PostgreSQL logical replication worker (apply)
|
||||
*
|
||||
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/worker.c
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* pgoutput.c
|
||||
* Logical Replication output plugin
|
||||
*
|
||||
* Copyright (c) 2012-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/pgoutput/pgoutput.c
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* repl_gram.y - Parser for the replication commands
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* repl_scanner.l
|
||||
* a lexical scanner for the replication commands
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* Replication slot management.
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2012-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* slotfuncs.c
|
||||
* Support functions for replication slots
|
||||
*
|
||||
* Copyright (c) 2012-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/slotfuncs.c
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
* the standbys which are considered as synchronous at that moment
|
||||
* will release waiters from the queue.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/syncrep.c
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* syncrep_gram.y - Parser for synchronous_standby_names
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* syncrep_scanner.l
|
||||
* a lexical scanner for synchronous_standby_names
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
* specific parts are in the libpqwalreceiver module. It's loaded
|
||||
* dynamically to avoid linking the server with libpq.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* with the walreceiver process. Functions implementing walreceiver itself
|
||||
* are in walreceiver.c.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
* record, wait for it to be replicated to the standby, and then exit.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/walsender.c
|
||||
|
||||
Reference in New Issue
Block a user