1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +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

@@ -3,7 +3,7 @@
* archive.c
* Common WAL archive routines
*
* 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

@@ -3,7 +3,7 @@
* base64.c
* Encoding and decoding routines for base64 without whitespace.
*
* Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@@ -3,7 +3,7 @@
* binaryheap.c
* A simple binary heap implementation
*
* Portions Copyright (c) 2012-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/binaryheap.c

View File

@@ -18,7 +18,7 @@
* later be marked as modified again; if that happens, it means the relation
* was re-extended.
*
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
*
* src/common/blkreftable.c
*

View File

@@ -3,7 +3,7 @@
* checksum_helper.c
* Compute a checksum of any of various types using common routines
*
* Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/checksum_helper.c

View File

@@ -14,7 +14,7 @@
*
* Currently, the supported keywords are "level", "long", and "workers".
*
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/compression.c

View File

@@ -4,7 +4,7 @@
* Common code for pg_config output
*
*
* 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

@@ -4,7 +4,7 @@
* Common code for control data file output.
*
*
* 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

@@ -6,7 +6,7 @@
* This is the set of in-core functions used when there are no other
* alternative options like OpenSSL.
*
* 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
*
* IDENTIFICATION

View File

@@ -6,7 +6,7 @@
*
* This should only be used if code is compiled with OpenSSL support.
*
* 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
*
* IDENTIFICATION

View File

@@ -2,7 +2,7 @@
*
* Ryu floating-point output for double precision.
*
* Portions Copyright (c) 2018-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/d2s.c

View File

@@ -2,7 +2,7 @@
*
* Ryu floating-point output for double precision.
*
* Portions Copyright (c) 2018-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/d2s_full_table.h

View File

@@ -2,7 +2,7 @@
*
* Ryu floating-point output for double precision.
*
* Portions Copyright (c) 2018-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/d2s_intrinsics.h

View File

@@ -3,7 +3,7 @@
* encnames.c
* Encoding names and routines for working with them.
*
* Portions Copyright (c) 2001-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2001-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/encnames.c

View File

@@ -4,7 +4,7 @@
* Functions for finding and validating executable files
*
*
* 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 @@
*
* Ryu floating-point output for single precision.
*
* Portions Copyright (c) 2018-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/f2s.c

View File

@@ -3,7 +3,7 @@
* fe_memutils.c
* memory management support for frontend 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
*
*

View File

@@ -3,7 +3,7 @@
* File and directory permission routines
*
*
* 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/common/file_perm.c

View File

@@ -5,7 +5,7 @@
* Assorted utility functions to work on files.
*
*
* 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/common/file_utils.c

View File

@@ -5,7 +5,7 @@
* hashtables
*
*
* 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

@@ -5,7 +5,7 @@
*
* Fallback implementation of HMAC, as specified in RFC 2104.
*
* 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
*
* IDENTIFICATION

View File

@@ -5,7 +5,7 @@
*
* This should only be used if code is compiled with OpenSSL support.
*
* 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
*
* IDENTIFICATION

View File

@@ -3,7 +3,7 @@
* ip.c
* IPv6-aware network access.
*
* 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

@@ -3,7 +3,7 @@
* jsonapi.c
* JSON parser and lexer interfaces
*
* 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
*
* IDENTIFICATION

View File

@@ -4,7 +4,7 @@
* PostgreSQL's list of SQL keywords
*
*
* 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

@@ -4,7 +4,7 @@
* Key word lookup for PostgreSQL
*
*
* 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 @@
* link-canary.c
* Detect whether src/common functions came from frontend or backend.
*
* Copyright (c) 2018-2024, PostgreSQL Global Development Group
* Copyright (c) 2018-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/link-canary.c

View File

@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
* Logging framework for frontend programs
*
* Copyright (c) 2018-2024, PostgreSQL Global Development Group
* Copyright (c) 2018-2025, PostgreSQL Global Development Group
*
* src/common/logging.c
*

View File

@@ -7,7 +7,7 @@
* implementation is a simple one, in that it needs every input byte
* to be buffered before doing any calculations.
*
* 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
*
* IDENTIFICATION

View File

@@ -6,7 +6,7 @@
*
* Sverre H. Huseby <sverrehu@online.no>
*
* 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
*
* IDENTIFICATION

View File

@@ -3,7 +3,7 @@
* md5_int.h
* Internal headers for fallback implementation of MD5
*
* 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
*
* IDENTIFICATION

View File

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

View File

@@ -3,7 +3,7 @@
* parse_manifest.c
* Parse a backup manifest in JSON format.
*
* 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/common/parse_manifest.c

View File

@@ -3,7 +3,7 @@
* percentrepl.c
* Common routines to replace percent placeholders in strings
*
* 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

@@ -3,7 +3,7 @@
* pg_get_line.c
* fgets() with an expansible result buffer
*
* 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

@@ -172,7 +172,7 @@
*
* Jan Wieck
*
* Copyright (c) 1999-2024, PostgreSQL Global Development Group
* Copyright (c) 1999-2025, PostgreSQL Global Development Group
*
* src/common/pg_lzcompress.c
* ----------

View File

@@ -10,7 +10,7 @@
* About these generators: https://prng.di.unimi.it/
* See also https://en.wikipedia.org/wiki/List_of_random_number_generators
*
* Copyright (c) 2021-2024, PostgreSQL Global Development Group
* Copyright (c) 2021-2025, PostgreSQL Global Development Group
*
* src/common/pg_prng.c
*

View File

@@ -3,7 +3,7 @@
* pgfnames.c
* directory handling functions
*
* 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
*
* IDENTIFICATION

View File

@@ -4,7 +4,7 @@
* sprintf into an allocated-on-demand buffer
*
*
* 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

@@ -4,7 +4,7 @@
*
* This module also contains some logic associated with fork names.
*
* 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
*
* IDENTIFICATION

View File

@@ -4,7 +4,7 @@
* helper routine to ensure restricted token on Windows
*
*
* 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 @@
*
* rmtree.c
*
* 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
*
* IDENTIFICATION

View File

@@ -2,7 +2,7 @@
*
* Common routines for Ryu floating-point output.
*
* Portions Copyright (c) 2018-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/ryu_common.h

View File

@@ -12,7 +12,7 @@
* http://www.ietf.org/rfc/rfc4013.txt
*
*
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/saslprep.c

View File

@@ -6,7 +6,7 @@
* backend, for implement the Salted Challenge Response Authentication
* Mechanism (SCRAM), per IETF's RFC 5802.
*
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/scram-common.c

View File

@@ -5,7 +5,7 @@
*
* Fallback implementation of SHA1, as specified in RFC 3174.
*
* 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
*
* IDENTIFICATION

View File

@@ -3,7 +3,7 @@
* sha1_int.h
* Internal headers for fallback implementation of SHA1
*
* 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
*
* IDENTIFICATION

View File

@@ -6,7 +6,7 @@
* This includes the fallback implementation for SHA2 cryptographic
* hashes.
*
* 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
*
* IDENTIFICATION

View File

@@ -3,7 +3,7 @@
* sha2_int.h
* Internal headers for fallback implementation of SHA{224,256,384,512}
*
* Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/sha2_int.h

View File

@@ -3,7 +3,7 @@
* sprompt.c
* simple_prompt() routine
*
* 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

@@ -4,7 +4,7 @@
* string handling helpers
*
*
* 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

@@ -7,7 +7,7 @@
* (null-terminated text) or arbitrary binary data. All storage is allocated
* with palloc() (falling back to malloc in frontend 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
*
* src/common/stringinfo.c

View File

@@ -2,7 +2,7 @@
* case_test.c
* Program to test Unicode case mapping functions.
*
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/case_test.c

View File

@@ -2,7 +2,7 @@
* category_test.c
* Program to test Unicode general category and character properties.
*
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/category_test.c

View File

@@ -5,7 +5,7 @@
#
# NormalizationTest.txt is part of the Unicode Character Database.
#
# Copyright (c) 2000-2024, PostgreSQL Global Development Group
# Copyright (c) 2000-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -30,7 +30,7 @@ print $OUTPUT <<HEADER;
* norm_test_table.h
* Test strings for Unicode normalization.
*
* 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/common/unicode/norm_test_table.h

View File

@@ -6,7 +6,7 @@
# Input: UnicodeData.txt
# Output: unicode_case_table.h
#
# Copyright (c) 2000-2024, PostgreSQL Global Development Group
# Copyright (c) 2000-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -69,7 +69,7 @@ print $OT <<"EOS";
* unicode_case_table.h
* Case mapping and information table.
*
* 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/include/common/unicode_case_table.h

View File

@@ -6,7 +6,7 @@
# Input: UnicodeData.txt
# Output: unicode_category_table.h
#
# Copyright (c) 2000-2024, PostgreSQL Global Development Group
# Copyright (c) 2000-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -349,7 +349,7 @@ print $OT <<"EOS";
* unicode_category_table.h
* Category table for Unicode character classification.
*
* 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/include/common/unicode_category_table.h

View File

@@ -4,7 +4,7 @@
# and East Asian Fullwidth (F) characters, using Unicode data files as input.
# Pass EastAsianWidth.txt as argument. The output is on stdout.
#
# Copyright (c) 2019-2024, PostgreSQL Global Development Group
# Copyright (c) 2019-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';

View File

@@ -4,7 +4,7 @@
# characters, using Unicode data files as input. Pass UnicodeData.txt
# as argument. The output is on stdout.
#
# Copyright (c) 2019-2024, PostgreSQL Global Development Group
# Copyright (c) 2019-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';

View File

@@ -6,7 +6,7 @@
# Input: UnicodeData.txt and CompositionExclusions.txt
# Output: unicode_norm_table.h and unicode_norm_hashfunc.h
#
# Copyright (c) 2000-2024, PostgreSQL Global Development Group
# Copyright (c) 2000-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -88,7 +88,7 @@ print $OT <<HEADER;
* unicode_norm_table.h
* Composition table used for Unicode normalization
*
* 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/include/common/unicode_norm_table.h
@@ -131,7 +131,7 @@ print $OF <<HEADER;
* unicode_norm_hashfunc.h
* Perfect hash functions used for Unicode normalization
*
* 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/include/common/unicode_norm_hashfunc.h

View File

@@ -4,7 +4,7 @@
# (see UAX #15). Pass DerivedNormalizationProps.txt as argument. The
# output is on stdout.
#
# Copyright (c) 2020-2024, PostgreSQL Global Development Group
# Copyright (c) 2020-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';

View File

@@ -4,7 +4,7 @@
#
# Output: unicode_version.h
#
# Copyright (c) 2000-2024, PostgreSQL Global Development Group
# Copyright (c) 2000-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -35,7 +35,7 @@ print $OT <<HEADER;
* unicode_version.h
* Unicode version used by Postgres.
*
* 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/include/common/unicode_version.h

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
UNICODE_VERSION = '15.1.0'

View File

@@ -2,7 +2,7 @@
* norm_test.c
* Program to test Unicode normalization functions.
*
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/norm_test.c

View File

@@ -2,7 +2,7 @@
* unicode_case.c
* Unicode case mapping and case conversion.
*
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode_case.c

View File

@@ -4,7 +4,7 @@
* characters. Encoding must be UTF8, where we assume that the pg_wchar
* representation is a code point.
*
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode_category.c

View File

@@ -5,7 +5,7 @@
* This implements Unicode normalization, per the documentation at
* https://www.unicode.org/reports/tr15/.
*
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode_norm.c

View File

@@ -3,7 +3,7 @@
* username.c
* get user name
*
* 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
*
* IDENTIFICATION

View File

@@ -4,7 +4,7 @@
* Convert a wait/waitpid(2) result code to a human-readable string
*
*
* 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

@@ -3,7 +3,7 @@
* wchar.c
* Functions for working with multibyte characters in various encodings.
*
* Portions Copyright (c) 1998-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 1998-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/wchar.c