1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-25 13:17:41 +03:00

Update copyright for 2025

Backpatch-through: 13
This commit is contained in:
Bruce Momjian
2025-01-01 11:21:55 -05:00
parent 98b1efd6ef
commit 50e6eb731d
2594 changed files with 2613 additions and 2613 deletions

View File

@@ -2,7 +2,7 @@
* conflict.h
* Exports for conflicts logging.
*
* Copyright (c) 2024, PostgreSQL Global Development Group
* Copyright (c) 2024-2025, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
* decode.h
* PostgreSQL WAL to logical transformation
*
* Portions Copyright (c) 2012-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2025, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View File

@@ -2,7 +2,7 @@
* logical.h
* PostgreSQL logical decoding coordination
*
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
* Copyright (c) 2012-2025, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* logicallauncher.h
* Exports for logical replication launcher.
*
* Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2025, PostgreSQL Global Development Group
*
* src/include/replication/logicallauncher.h
*

View File

@@ -3,7 +3,7 @@
* logicalproto.h
* logical replication protocol
*
* Copyright (c) 2015-2024, PostgreSQL Global Development Group
* Copyright (c) 2015-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/replication/logicalproto.h

View File

@@ -3,7 +3,7 @@
* logicalrelation.h
* Relation definitions for logical replication relation mapping.
*
* Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2025, PostgreSQL Global Development Group
*
* src/include/replication/logicalrelation.h
*

View File

@@ -3,7 +3,7 @@
* logicalworker.h
* Exports for logical replication workers.
*
* Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2025, PostgreSQL Global Development Group
*
* src/include/replication/logicalworker.h
*

View File

@@ -2,7 +2,7 @@
* message.h
* Exports from replication/logical/message.c
*
* Copyright (c) 2013-2024, PostgreSQL Global Development Group
* Copyright (c) 2013-2025, PostgreSQL Global Development Group
*
* src/include/replication/message.h
*-------------------------------------------------------------------------

View File

@@ -2,7 +2,7 @@
* origin.h
* Exports from replication/logical/origin.c
*
* Copyright (c) 2013-2024, PostgreSQL Global Development Group
* Copyright (c) 2013-2025, PostgreSQL Global Development Group
*
* src/include/replication/origin.h
*-------------------------------------------------------------------------

View File

@@ -2,7 +2,7 @@
* output_plugin.h
* PostgreSQL Logical Decode Plugin Interface
*
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
* Copyright (c) 2012-2025, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* pgoutput.h
* Logical Replication output plugin
*
* Copyright (c) 2015-2024, PostgreSQL Global Development Group
* Copyright (c) 2015-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/replication/pgoutput.h

View File

@@ -2,7 +2,7 @@
* reorderbuffer.h
* PostgreSQL logical replay/reorder buffer management.
*
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
* Copyright (c) 2012-2025, PostgreSQL Global Development Group
*
* src/include/replication/reorderbuffer.h
*/

View File

@@ -2,7 +2,7 @@
* slot.h
* Replication slot management.
*
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
* Copyright (c) 2012-2025, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,7 +3,7 @@
* slotsync.h
* Exports for slot synchronization.
*
* Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2025, PostgreSQL Global Development Group
*
* src/include/replication/slotsync.h
*

View File

@@ -3,7 +3,7 @@
* snapbuild.h
* Exports from replication/logical/snapbuild.c.
*
* Copyright (c) 2012-2024, PostgreSQL Global Development Group
* Copyright (c) 2012-2025, PostgreSQL Global Development Group
*
* src/include/replication/snapbuild.h
*

View File

@@ -4,7 +4,7 @@
* This file contains declarations for logical decoding utility
* functions for internal use.
*
* Copyright (c) 2024, PostgreSQL Global Development Group
* Copyright (c) 2024-2025, PostgreSQL Global Development Group
*
* src/include/replication/snapbuild_internal.h
*

View File

@@ -3,7 +3,7 @@
* syncrep.h
* Exports from replication/syncrep.c.
*
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/replication/syncrep.h

View File

@@ -3,7 +3,7 @@
* walreceiver.h
* Exports from replication/walreceiverfuncs.c.
*
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
*
* src/include/replication/walreceiver.h
*

View File

@@ -3,7 +3,7 @@
* walsender.h
* Exports from replication/walsender.c.
*
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
*
* src/include/replication/walsender.h
*

View File

@@ -3,7 +3,7 @@
* walsender_private.h
* Private definitions from replication/walsender.c.
*
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
*
* src/include/replication/walsender_private.h
*

View File

@@ -3,7 +3,7 @@
* worker_internal.h
* Internal headers shared by logical replication workers.
*
* Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2025, PostgreSQL Global Development Group
*
* src/include/replication/worker_internal.h
*