mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Update copyright for 2024
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
* loaded as a dynamic module to avoid linking the main server binary with
|
||||
* libpq.
|
||||
*
|
||||
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
||||
|
||||
libpqwalreceiver_sources = files(
|
||||
'libpqwalreceiver.c',
|
||||
|
@ -2,7 +2,7 @@
|
||||
* applyparallelworker.c
|
||||
* Support routines for applying xact by parallel apply worker
|
||||
*
|
||||
* Copyright (c) 2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2023-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/applyparallelworker.c
|
||||
|
@ -16,7 +16,7 @@
|
||||
* contents of records in here except turning them into a more usable
|
||||
* format.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, 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-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2016-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/launcher.c
|
||||
|
@ -2,7 +2,7 @@
|
||||
* logical.c
|
||||
* PostgreSQL logical decoding coordination
|
||||
*
|
||||
* Copyright (c) 2012-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/logical.c
|
||||
|
@ -6,7 +6,7 @@
|
||||
* logical replication slots via SQL.
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2012-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/logicalfuncs.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'applyparallelworker.c',
|
||||
|
@ -3,7 +3,7 @@
|
||||
* message.c
|
||||
* Generic logical messages.
|
||||
*
|
||||
* Copyright (c) 2013-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2013-2024, 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-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2013-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/origin.c
|
||||
|
@ -3,7 +3,7 @@
|
||||
* proto.c
|
||||
* logical replication protocol functions
|
||||
*
|
||||
* Copyright (c) 2015-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2015-2024, 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-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2016-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/relation.c
|
||||
|
@ -4,7 +4,7 @@
|
||||
* PostgreSQL logical replay/reorder buffer management
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2012-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -112,7 +112,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-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/snapbuild.c
|
||||
|
@ -2,7 +2,7 @@
|
||||
* tablesync.c
|
||||
* PostgreSQL logical replication: initial table data synchronization
|
||||
*
|
||||
* Copyright (c) 2012-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2024, 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-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2016-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/logical/worker.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'slot.c',
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
||||
|
||||
pgoutput_sources = files(
|
||||
'pgoutput.c',
|
||||
|
@ -3,7 +3,7 @@
|
||||
* pgoutput.c
|
||||
* Logical Replication output plugin
|
||||
*
|
||||
* Copyright (c) 2012-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2024, 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-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, 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-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Replication slot management.
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2012-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* slotfuncs.c
|
||||
* Support functions for replication slots
|
||||
*
|
||||
* Copyright (c) 2012-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2012-2024, 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-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2024, 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-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, 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-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, 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-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2024, 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-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2024, 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-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/replication/walsender.c
|
||||
|
Reference in New Issue
Block a user