1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +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:
Bruce Momjian
2024-01-03 20:49:05 -05:00
parent 793ecff7df
commit 29275b1d17
2500 changed files with 2517 additions and 2517 deletions

View File

@@ -8,7 +8,7 @@
* operations such as pfree() and repalloc() to work correctly on a memory
* chunk that was allocated by palloc_aligned().
*
* Portions Copyright (c) 2022-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2022-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/mmgr/alignedalloc.c

View File

@@ -7,7 +7,7 @@
* type.
*
*
* 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

View File

@@ -39,7 +39,7 @@
* empty and be returned to the free page manager, and whole segments can
* become empty and be returned to the operating system.
*
* 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

View File

@@ -42,7 +42,7 @@
* where memory fragmentation is very severe, only a tiny fraction of
* the pages under management are consumed by this btree.
*
* 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

View File

@@ -6,7 +6,7 @@
* Generation is a custom MemoryContext implementation designed for cases of
* chunks with similar lifespan.
*
* Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/mmgr/generation.c

View File

@@ -9,7 +9,7 @@
* context's MemoryContextMethods struct.
*
*
* 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
*
*

View File

@@ -5,7 +5,7 @@
* public API of the memory management subsystem.
*
*
* 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
*
* src/backend/utils/mmgr/memdebug.c

View File

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

View File

@@ -8,7 +8,7 @@
* doesn't actually run the executor for them.
*
*
* 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

View File

@@ -8,7 +8,7 @@
* with minimal memory wastage and fragmentation.
*
*
* Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/mmgr/slab.c