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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
* ----------
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
*
|
||||
*
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user