1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +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 @@
#
# Makefile for backend/utils/activity
#
# Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/backend/utils/activity/Makefile

View File

@@ -3,7 +3,7 @@
*
* Command progress reporting infrastructure.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* src/backend/utils/activity/backend_progress.c
* ----------

View File

@@ -2,7 +2,7 @@
* backend_status.c
* Backend status reporting infrastructure.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@@ -7,7 +7,7 @@
# - wait_event_funcs_data.c (if --code is passed)
# - wait_event_types.sgml (if --docs is passed)
#
# Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/backend/utils/activity/generate-wait_event_types.pl
@@ -150,7 +150,7 @@ if ($gen_code)
* %s
* Generated wait events infrastructure code
*
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* NOTES

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
backend_sources += files(
'backend_progress.c',

View File

@@ -93,7 +93,7 @@
* specific kinds of stats.
*
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat.c

View File

@@ -8,7 +8,7 @@
* storage implementation and the details about individual types of
* statistics.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_archiver.c

View File

@@ -13,7 +13,7 @@
* dropped when the process exits. These are not written to the pgstats file
* on disk.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_backend.c

View File

@@ -8,7 +8,7 @@
* storage implementation and the details about individual types of
* statistics.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_bgwriter.c

View File

@@ -8,7 +8,7 @@
* storage implementation and the details about individual types of
* statistics.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_checkpointer.c

View File

@@ -8,7 +8,7 @@
* storage implementation and the details about individual types of
* statistics.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_database.c

View File

@@ -8,7 +8,7 @@
* storage implementation and the details about individual types of
* statistics.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_function.c

View File

@@ -7,7 +7,7 @@
* from pgstat.c to enforce the line between the statistics access / storage
* implementation and the details about individual types of statistics.
*
* Copyright (c) 2021-2024, PostgreSQL Global Development Group
* Copyright (c) 2021-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_io.c

View File

@@ -8,7 +8,7 @@
* storage implementation and the details about individual types of
* statistics.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_relation.c

View File

@@ -16,7 +16,7 @@
* dropped while shut down, which is addressed by not restoring stats for
* slots that cannot be found by name when starting up.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_replslot.c

View File

@@ -3,7 +3,7 @@
* pgstat_shmem.c
* Storage of stats entries in shared memory
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_shmem.c

View File

@@ -8,7 +8,7 @@
* storage implementation and the details about individual types of
* statistics.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_slru.c

View File

@@ -8,7 +8,7 @@
* storage implementation and the details about individual types of
* statistics.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_subscription.c

View File

@@ -8,7 +8,7 @@
* storage implementation and the details about individual types of
* statistics.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_wal.c

View File

@@ -3,7 +3,7 @@
* pgstat_xact.c
* Transactional integration for the cumulative statistics system.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/activity/pgstat_xact.c

View File

@@ -2,7 +2,7 @@
* wait_event.c
* Wait event reporting infrastructure.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@@ -3,7 +3,7 @@
* wait_event_funcs.c
* Functions for accessing wait event data.
*
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@@ -2,7 +2,7 @@
# wait_event_names.txt
# PostgreSQL wait events
#
# Copyright (c) 2023-2024, PostgreSQL Global Development Group
# Copyright (c) 2023-2025, PostgreSQL Global Development Group
#
# This list serves as the basis for generating source and documentation files
# related to wait events.