mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Update copyright for 2021
Backpatch-through: 9.5
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* backup_manifest.c
|
||||
* code for generating and sending a backup manifest
|
||||
*
|
||||
* Portions Copyright (c) 2010-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/basebackup.c
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* loaded as a dynamic module to avoid linking the main server binary with
|
||||
* libpq.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/launcher.c
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* logical.c
|
||||
* PostgreSQL logical decoding coordination
|
||||
*
|
||||
* Copyright (c) 2012-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2021, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/logical.c
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* logical replication slots via SQL.
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2012-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2021, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logicalfuncs.c
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* message.c
|
||||
* Generic logical messages.
|
||||
*
|
||||
* Copyright (c) 2013-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2013-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2013-2021, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/origin.c
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* proto.c
|
||||
* logical replication protocol functions
|
||||
*
|
||||
* Copyright (c) 2015-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2015-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/relation.c
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* PostgreSQL logical replay/reorder buffer management
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2012-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/worker.c
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* pgoutput.c
|
||||
* Logical Replication output plugin
|
||||
*
|
||||
* Copyright (c) 2012-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Replication slot management.
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2012-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2021, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* slotfuncs.c
|
||||
* Support functions for replication slots
|
||||
*
|
||||
* Copyright (c) 2012-2020, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2021, 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-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/walsender.c
|
||||
|
Reference in New Issue
Block a user