summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorBruce Momjian2024-01-04 01:49:05 +0000
committerBruce Momjian2024-01-04 01:49:05 +0000
commit29275b1d177096597675b5c6e7e7c9db2df8f4df (patch)
treeb82e12375286dd75030a36b6d770bc0c2d385dbe /src/common
parent793ecff7df80c5ffe598e431a6c2aca1d4c64eff (diff)
Update copyright for 2024
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
Diffstat (limited to 'src/common')
-rw-r--r--src/common/archive.c2
-rw-r--r--src/common/base64.c2
-rw-r--r--src/common/binaryheap.c2
-rw-r--r--src/common/blkreftable.c2
-rw-r--r--src/common/checksum_helper.c2
-rw-r--r--src/common/compression.c2
-rw-r--r--src/common/config_info.c2
-rw-r--r--src/common/controldata_utils.c2
-rw-r--r--src/common/cryptohash.c2
-rw-r--r--src/common/cryptohash_openssl.c2
-rw-r--r--src/common/d2s.c2
-rw-r--r--src/common/d2s_full_table.h2
-rw-r--r--src/common/d2s_intrinsics.h2
-rw-r--r--src/common/encnames.c2
-rw-r--r--src/common/exec.c2
-rw-r--r--src/common/f2s.c2
-rw-r--r--src/common/fe_memutils.c2
-rw-r--r--src/common/file_perm.c2
-rw-r--r--src/common/file_utils.c2
-rw-r--r--src/common/hashfn.c2
-rw-r--r--src/common/hmac.c2
-rw-r--r--src/common/hmac_openssl.c2
-rw-r--r--src/common/ip.c2
-rw-r--r--src/common/jsonapi.c2
-rw-r--r--src/common/keywords.c2
-rw-r--r--src/common/kwlookup.c2
-rw-r--r--src/common/link-canary.c2
-rw-r--r--src/common/logging.c2
-rw-r--r--src/common/md5.c2
-rw-r--r--src/common/md5_common.c2
-rw-r--r--src/common/md5_int.h2
-rw-r--r--src/common/meson.build2
-rw-r--r--src/common/parse_manifest.c2
-rw-r--r--src/common/percentrepl.c2
-rw-r--r--src/common/pg_get_line.c2
-rw-r--r--src/common/pg_lzcompress.c2
-rw-r--r--src/common/pg_prng.c2
-rw-r--r--src/common/pgfnames.c2
-rw-r--r--src/common/protocol_openssl.c2
-rw-r--r--src/common/psprintf.c2
-rw-r--r--src/common/relpath.c2
-rw-r--r--src/common/restricted_token.c2
-rw-r--r--src/common/rmtree.c2
-rw-r--r--src/common/ryu_common.h2
-rw-r--r--src/common/saslprep.c2
-rw-r--r--src/common/scram-common.c2
-rw-r--r--src/common/sha1.c2
-rw-r--r--src/common/sha1_int.h2
-rw-r--r--src/common/sha2.c2
-rw-r--r--src/common/sha2_int.h2
-rw-r--r--src/common/sprompt.c2
-rw-r--r--src/common/string.c2
-rw-r--r--src/common/stringinfo.c2
-rw-r--r--src/common/unicode/category_test.c2
-rw-r--r--src/common/unicode/generate-norm_test_table.pl4
-rw-r--r--src/common/unicode/generate-unicode_category_table.pl4
-rw-r--r--src/common/unicode/generate-unicode_east_asian_fw_table.pl2
-rw-r--r--src/common/unicode/generate-unicode_nonspacing_table.pl2
-rw-r--r--src/common/unicode/generate-unicode_norm_table.pl6
-rw-r--r--src/common/unicode/generate-unicode_normprops_table.pl2
-rw-r--r--src/common/unicode/generate-unicode_version.pl4
-rw-r--r--src/common/unicode/meson.build2
-rw-r--r--src/common/unicode/norm_test.c2
-rw-r--r--src/common/unicode_category.c2
-rw-r--r--src/common/unicode_norm.c2
-rw-r--r--src/common/username.c2
-rw-r--r--src/common/wait_error.c2
-rw-r--r--src/common/wchar.c2
68 files changed, 73 insertions, 73 deletions
diff --git a/src/common/archive.c b/src/common/archive.c
index 641a58ee888..00b53705a51 100644
--- a/src/common/archive.c
+++ b/src/common/archive.c
@@ -3,7 +3,7 @@
* archive.c
* Common WAL archive routines
*
- * 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
*
*
diff --git a/src/common/base64.c b/src/common/base64.c
index ec4eb49382c..4f23c963052 100644
--- a/src/common/base64.c
+++ b/src/common/base64.c
@@ -3,7 +3,7 @@
* base64.c
* Encoding and decoding routines for base64 without whitespace.
*
- * Copyright (c) 2001-2023, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2024, PostgreSQL Global Development Group
*
*
* IDENTIFICATION
diff --git a/src/common/binaryheap.c b/src/common/binaryheap.c
index 19e095f1fb1..7377ebdf156 100644
--- a/src/common/binaryheap.c
+++ b/src/common/binaryheap.c
@@ -3,7 +3,7 @@
* binaryheap.c
* A simple binary heap implementation
*
- * Portions Copyright (c) 2012-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/binaryheap.c
diff --git a/src/common/blkreftable.c b/src/common/blkreftable.c
index 7516c6b99f8..bf0b563a38e 100644
--- a/src/common/blkreftable.c
+++ b/src/common/blkreftable.c
@@ -18,7 +18,7 @@
* later be marked as modified again; if that happens, it means the relation
* was re-extended.
*
- * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
*
* src/common/blkreftable.c
*
diff --git a/src/common/checksum_helper.c b/src/common/checksum_helper.c
index 21ff8954fd8..cc111401aeb 100644
--- a/src/common/checksum_helper.c
+++ b/src/common/checksum_helper.c
@@ -3,7 +3,7 @@
* checksum_helper.c
* Compute a checksum of any of various types using common routines
*
- * Portions Copyright (c) 2016-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/checksum_helper.c
diff --git a/src/common/compression.c b/src/common/compression.c
index ee937623f0b..52e9ed01fbc 100644
--- a/src/common/compression.c
+++ b/src/common/compression.c
@@ -14,7 +14,7 @@
*
* Currently, the supported keywords are "level", "long", and "workers".
*
- * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/compression.c
diff --git a/src/common/config_info.c b/src/common/config_info.c
index 09e78a6efb0..89c1ccb7f62 100644
--- a/src/common/config_info.c
+++ b/src/common/config_info.c
@@ -4,7 +4,7 @@
* Common code for pg_config output
*
*
- * 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
*
*
diff --git a/src/common/controldata_utils.c b/src/common/controldata_utils.c
index 4d1cd1ce989..92e8fed6b2e 100644
--- a/src/common/controldata_utils.c
+++ b/src/common/controldata_utils.c
@@ -4,7 +4,7 @@
* Common code for control data file output.
*
*
- * 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
*
*
diff --git a/src/common/cryptohash.c b/src/common/cryptohash.c
index c4c322856bd..c96f241dc99 100644
--- a/src/common/cryptohash.c
+++ b/src/common/cryptohash.c
@@ -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-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
diff --git a/src/common/cryptohash_openssl.c b/src/common/cryptohash_openssl.c
index 241582c48d0..2c6eb11dc0e 100644
--- a/src/common/cryptohash_openssl.c
+++ b/src/common/cryptohash_openssl.c
@@ -6,7 +6,7 @@
*
* This should only be used if code is compiled with OpenSSL support.
*
- * 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
diff --git a/src/common/d2s.c b/src/common/d2s.c
index 614e98192a8..fbdbd70062a 100644
--- a/src/common/d2s.c
+++ b/src/common/d2s.c
@@ -2,7 +2,7 @@
*
* Ryu floating-point output for double precision.
*
- * Portions Copyright (c) 2018-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/d2s.c
diff --git a/src/common/d2s_full_table.h b/src/common/d2s_full_table.h
index 23f5e9a45e2..e7e728d5577 100644
--- a/src/common/d2s_full_table.h
+++ b/src/common/d2s_full_table.h
@@ -2,7 +2,7 @@
*
* Ryu floating-point output for double precision.
*
- * Portions Copyright (c) 2018-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/d2s_full_table.h
diff --git a/src/common/d2s_intrinsics.h b/src/common/d2s_intrinsics.h
index ae0f28dbb2f..cd1b88963d3 100644
--- a/src/common/d2s_intrinsics.h
+++ b/src/common/d2s_intrinsics.h
@@ -2,7 +2,7 @@
*
* Ryu floating-point output for double precision.
*
- * Portions Copyright (c) 2018-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/d2s_intrinsics.h
diff --git a/src/common/encnames.c b/src/common/encnames.c
index 0412a8220ef..710b747f6bd 100644
--- a/src/common/encnames.c
+++ b/src/common/encnames.c
@@ -3,7 +3,7 @@
* encnames.c
* Encoding names and routines for working with them.
*
- * Portions Copyright (c) 2001-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2001-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/encnames.c
diff --git a/src/common/exec.c b/src/common/exec.c
index f209b934df7..8cfc721b12a 100644
--- a/src/common/exec.c
+++ b/src/common/exec.c
@@ -4,7 +4,7 @@
* Functions for finding and validating executable files
*
*
- * 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
*
*
diff --git a/src/common/f2s.c b/src/common/f2s.c
index ba08dcb6aa5..59e89f36f02 100644
--- a/src/common/f2s.c
+++ b/src/common/f2s.c
@@ -2,7 +2,7 @@
*
* Ryu floating-point output for single precision.
*
- * Portions Copyright (c) 2018-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/f2s.c
diff --git a/src/common/fe_memutils.c b/src/common/fe_memutils.c
index 3bad81eafc5..f17a9a5d9f6 100644
--- a/src/common/fe_memutils.c
+++ b/src/common/fe_memutils.c
@@ -3,7 +3,7 @@
* fe_memutils.c
* memory management support for frontend code
*
- * 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
*
*
diff --git a/src/common/file_perm.c b/src/common/file_perm.c
index 81464f939ca..35ce341880c 100644
--- a/src/common/file_perm.c
+++ b/src/common/file_perm.c
@@ -3,7 +3,7 @@
* File and directory permission routines
*
*
- * 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/common/file_perm.c
diff --git a/src/common/file_utils.c b/src/common/file_utils.c
index 5380299f35f..6bac537a1e5 100644
--- a/src/common/file_utils.c
+++ b/src/common/file_utils.c
@@ -5,7 +5,7 @@
* Assorted utility functions to work on files.
*
*
- * 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/common/file_utils.c
diff --git a/src/common/hashfn.c b/src/common/hashfn.c
index 2490607eea5..4db468cf85b 100644
--- a/src/common/hashfn.c
+++ b/src/common/hashfn.c
@@ -5,7 +5,7 @@
* hashtables
*
*
- * 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
*
*
diff --git a/src/common/hmac.c b/src/common/hmac.c
index ea3b8c2bedb..508b2fcd932 100644
--- a/src/common/hmac.c
+++ b/src/common/hmac.c
@@ -5,7 +5,7 @@
*
* Fallback implementation of HMAC, as specified in RFC 2104.
*
- * 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
diff --git a/src/common/hmac_openssl.c b/src/common/hmac_openssl.c
index b12e49ba66c..d10f7e5af73 100644
--- a/src/common/hmac_openssl.c
+++ b/src/common/hmac_openssl.c
@@ -5,7 +5,7 @@
*
* This should only be used if code is compiled with OpenSSL support.
*
- * 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
diff --git a/src/common/ip.c b/src/common/ip.c
index 9baad3a3370..b5ba02347aa 100644
--- a/src/common/ip.c
+++ b/src/common/ip.c
@@ -3,7 +3,7 @@
* ip.c
* IPv6-aware network access.
*
- * 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
*
*
diff --git a/src/common/jsonapi.c b/src/common/jsonapi.c
index 71631dbb85e..32931ded826 100644
--- a/src/common/jsonapi.c
+++ b/src/common/jsonapi.c
@@ -3,7 +3,7 @@
* jsonapi.c
* JSON parser and lexer interfaces
*
- * 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
diff --git a/src/common/keywords.c b/src/common/keywords.c
index b72f0d554ff..cfd2cb2983d 100644
--- a/src/common/keywords.c
+++ b/src/common/keywords.c
@@ -4,7 +4,7 @@
* PostgreSQL's list of SQL keywords
*
*
- * 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
*
*
diff --git a/src/common/kwlookup.c b/src/common/kwlookup.c
index 7e49825c7be..eda06f04925 100644
--- a/src/common/kwlookup.c
+++ b/src/common/kwlookup.c
@@ -4,7 +4,7 @@
* Key word lookup for PostgreSQL
*
*
- * 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
*
*
diff --git a/src/common/link-canary.c b/src/common/link-canary.c
index f84331a9a47..5b2d0fc8854 100644
--- a/src/common/link-canary.c
+++ b/src/common/link-canary.c
@@ -2,7 +2,7 @@
* link-canary.c
* Detect whether src/common functions came from frontend or backend.
*
- * Copyright (c) 2018-2023, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/link-canary.c
diff --git a/src/common/logging.c b/src/common/logging.c
index dab718b482e..e9a02e3e46a 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
* Logging framework for frontend programs
*
- * Copyright (c) 2018-2023, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2024, PostgreSQL Global Development Group
*
* src/common/logging.c
*
diff --git a/src/common/md5.c b/src/common/md5.c
index bf56311b2b7..f1d47722f8a 100644
--- a/src/common/md5.c
+++ b/src/common/md5.c
@@ -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-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
diff --git a/src/common/md5_common.c b/src/common/md5_common.c
index 82ce75dcf2a..094878479cf 100644
--- a/src/common/md5_common.c
+++ b/src/common/md5_common.c
@@ -6,7 +6,7 @@
*
* Sverre H. Huseby <sverrehu@online.no>
*
- * 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
diff --git a/src/common/md5_int.h b/src/common/md5_int.h
index 63fd3956f82..479e82386f0 100644
--- a/src/common/md5_int.h
+++ b/src/common/md5_int.h
@@ -3,7 +3,7 @@
* md5_int.h
* Internal headers for fallback implementation of MD5
*
- * 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
diff --git a/src/common/meson.build b/src/common/meson.build
index 12fd43e87fd..4eb16024cb2 100644
--- a/src/common/meson.build
+++ b/src/common/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022-2023, PostgreSQL Global Development Group
+# Copyright (c) 2022-2024, PostgreSQL Global Development Group
common_sources = files(
'archive.c',
diff --git a/src/common/parse_manifest.c b/src/common/parse_manifest.c
index 9f52bfa83b3..92a97714f36 100644
--- a/src/common/parse_manifest.c
+++ b/src/common/parse_manifest.c
@@ -3,7 +3,7 @@
* parse_manifest.c
* Parse a backup manifest in JSON format.
*
- * 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/common/parse_manifest.c
diff --git a/src/common/percentrepl.c b/src/common/percentrepl.c
index 7aa85fdc940..acad6aacf3b 100644
--- a/src/common/percentrepl.c
+++ b/src/common/percentrepl.c
@@ -3,7 +3,7 @@
* percentrepl.c
* Common routines to replace percent placeholders in strings
*
- * 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
*
*
diff --git a/src/common/pg_get_line.c b/src/common/pg_get_line.c
index 3cdf0908d2a..ea37a359454 100644
--- a/src/common/pg_get_line.c
+++ b/src/common/pg_get_line.c
@@ -3,7 +3,7 @@
* pg_get_line.c
* fgets() with an expansible result buffer
*
- * 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
*
*
diff --git a/src/common/pg_lzcompress.c b/src/common/pg_lzcompress.c
index 95ad3388efd..64237424b51 100644
--- a/src/common/pg_lzcompress.c
+++ b/src/common/pg_lzcompress.c
@@ -172,7 +172,7 @@
*
* Jan Wieck
*
- * Copyright (c) 1999-2023, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2024, PostgreSQL Global Development Group
*
* src/common/pg_lzcompress.c
* ----------
diff --git a/src/common/pg_prng.c b/src/common/pg_prng.c
index c7bb92ede38..c1714a02bd9 100644
--- a/src/common/pg_prng.c
+++ b/src/common/pg_prng.c
@@ -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-2023, PostgreSQL Global Development Group
+ * Copyright (c) 2021-2024, PostgreSQL Global Development Group
*
* src/common/pg_prng.c
*
diff --git a/src/common/pgfnames.c b/src/common/pgfnames.c
index 9d2fe9d6592..532870812de 100644
--- a/src/common/pgfnames.c
+++ b/src/common/pgfnames.c
@@ -3,7 +3,7 @@
* pgfnames.c
* directory handling functions
*
- * 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
diff --git a/src/common/protocol_openssl.c b/src/common/protocol_openssl.c
index 089cbd33cca..ae378685e1f 100644
--- a/src/common/protocol_openssl.c
+++ b/src/common/protocol_openssl.c
@@ -5,7 +5,7 @@
*
* This should only be used if code is compiled with OpenSSL support.
*
- * 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
diff --git a/src/common/psprintf.c b/src/common/psprintf.c
index c1d2807cea9..147a695c860 100644
--- a/src/common/psprintf.c
+++ b/src/common/psprintf.c
@@ -4,7 +4,7 @@
* sprintf into an allocated-on-demand buffer
*
*
- * 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
*
*
diff --git a/src/common/relpath.c b/src/common/relpath.c
index 87de5f6c960..b16fe19dea6 100644
--- a/src/common/relpath.c
+++ b/src/common/relpath.c
@@ -4,7 +4,7 @@
*
* This module also contains some logic associated with fork names.
*
- * 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
diff --git a/src/common/restricted_token.c b/src/common/restricted_token.c
index 4ae1ed1e8ae..d04101d6d15 100644
--- a/src/common/restricted_token.c
+++ b/src/common/restricted_token.c
@@ -4,7 +4,7 @@
* helper routine to ensure restricted token on Windows
*
*
- * 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
*
*
diff --git a/src/common/rmtree.c b/src/common/rmtree.c
index fdc37093218..78717960999 100644
--- a/src/common/rmtree.c
+++ b/src/common/rmtree.c
@@ -2,7 +2,7 @@
*
* rmtree.c
*
- * 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
diff --git a/src/common/ryu_common.h b/src/common/ryu_common.h
index ad850acf62f..3de519bb725 100644
--- a/src/common/ryu_common.h
+++ b/src/common/ryu_common.h
@@ -2,7 +2,7 @@
*
* Common routines for Ryu floating-point output.
*
- * Portions Copyright (c) 2018-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/ryu_common.h
diff --git a/src/common/saslprep.c b/src/common/saslprep.c
index 3cf498866a5..315ccacd7ce 100644
--- a/src/common/saslprep.c
+++ b/src/common/saslprep.c
@@ -12,7 +12,7 @@
* http://www.ietf.org/rfc/rfc4013.txt
*
*
- * Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/saslprep.c
diff --git a/src/common/scram-common.c b/src/common/scram-common.c
index 6448564a08c..b611bb8fe71 100644
--- a/src/common/scram-common.c
+++ b/src/common/scram-common.c
@@ -6,7 +6,7 @@
* backend, for implement the Salted Challenge Response Authentication
* Mechanism (SCRAM), per IETF's RFC 5802.
*
- * Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/scram-common.c
diff --git a/src/common/sha1.c b/src/common/sha1.c
index 29dc55e714a..0525c4ff316 100644
--- a/src/common/sha1.c
+++ b/src/common/sha1.c
@@ -5,7 +5,7 @@
*
* Fallback implementation of SHA1, as specified in RFC 3174.
*
- * 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
diff --git a/src/common/sha1_int.h b/src/common/sha1_int.h
index 0ec2c69a063..ee56488e574 100644
--- a/src/common/sha1_int.h
+++ b/src/common/sha1_int.h
@@ -3,7 +3,7 @@
* sha1_int.h
* Internal headers for fallback implementation of SHA1
*
- * 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
diff --git a/src/common/sha2.c b/src/common/sha2.c
index 89b28b8d30e..736634b24be 100644
--- a/src/common/sha2.c
+++ b/src/common/sha2.c
@@ -6,7 +6,7 @@
* This includes the fallback implementation for SHA2 cryptographic
* hashes.
*
- * 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
diff --git a/src/common/sha2_int.h b/src/common/sha2_int.h
index 954e5d78dcc..0e32c651c38 100644
--- a/src/common/sha2_int.h
+++ b/src/common/sha2_int.h
@@ -3,7 +3,7 @@
* sha2_int.h
* Internal headers for fallback implementation of SHA{224,256,384,512}
*
- * Portions Copyright (c) 2016-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/sha2_int.h
diff --git a/src/common/sprompt.c b/src/common/sprompt.c
index 201c8317466..27c336f03f3 100644
--- a/src/common/sprompt.c
+++ b/src/common/sprompt.c
@@ -3,7 +3,7 @@
* sprompt.c
* simple_prompt() routine
*
- * 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
*
*
diff --git a/src/common/string.c b/src/common/string.c
index de974136355..ce9f2bc7ca5 100644
--- a/src/common/string.c
+++ b/src/common/string.c
@@ -4,7 +4,7 @@
* string handling helpers
*
*
- * 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
*
*
diff --git a/src/common/stringinfo.c b/src/common/stringinfo.c
index dc97754a685..c61d5c58f30 100644
--- a/src/common/stringinfo.c
+++ b/src/common/stringinfo.c
@@ -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-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/common/stringinfo.c
diff --git a/src/common/unicode/category_test.c b/src/common/unicode/category_test.c
index ba62716d456..6cd7cd1a5f8 100644
--- a/src/common/unicode/category_test.c
+++ b/src/common/unicode/category_test.c
@@ -2,7 +2,7 @@
* category_test.c
* Program to test Unicode general category functions.
*
- * Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/category_test.c
diff --git a/src/common/unicode/generate-norm_test_table.pl b/src/common/unicode/generate-norm_test_table.pl
index fb1718047fa..610fac57cf3 100644
--- a/src/common/unicode/generate-norm_test_table.pl
+++ b/src/common/unicode/generate-norm_test_table.pl
@@ -5,7 +5,7 @@
#
# NormalizationTest.txt is part of the Unicode Character Database.
#
-# Copyright (c) 2000-2023, PostgreSQL Global Development Group
+# Copyright (c) 2000-2024, 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-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/common/unicode/norm_test_table.h
diff --git a/src/common/unicode/generate-unicode_category_table.pl b/src/common/unicode/generate-unicode_category_table.pl
index 7936eed1029..a50c87b7e96 100644
--- a/src/common/unicode/generate-unicode_category_table.pl
+++ b/src/common/unicode/generate-unicode_category_table.pl
@@ -6,7 +6,7 @@
# Input: UnicodeData.txt
# Output: unicode_category_table.h
#
-# Copyright (c) 2000-2023, PostgreSQL Global Development Group
+# Copyright (c) 2000-2024, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -166,7 +166,7 @@ print $OT <<HEADER;
* unicode_category_table.h
* Category table for Unicode character classification.
*
- * 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/include/common/unicode_category_table.h
diff --git a/src/common/unicode/generate-unicode_east_asian_fw_table.pl b/src/common/unicode/generate-unicode_east_asian_fw_table.pl
index 91423be78e9..05fb0cfa800 100644
--- a/src/common/unicode/generate-unicode_east_asian_fw_table.pl
+++ b/src/common/unicode/generate-unicode_east_asian_fw_table.pl
@@ -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-2023, PostgreSQL Global Development Group
+# Copyright (c) 2019-2024, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
diff --git a/src/common/unicode/generate-unicode_nonspacing_table.pl b/src/common/unicode/generate-unicode_nonspacing_table.pl
index 521b939943b..04adbaed71f 100644
--- a/src/common/unicode/generate-unicode_nonspacing_table.pl
+++ b/src/common/unicode/generate-unicode_nonspacing_table.pl
@@ -4,7 +4,7 @@
# characters, using Unicode data files as input. Pass UnicodeData.txt
# as argument. The output is on stdout.
#
-# Copyright (c) 2019-2023, PostgreSQL Global Development Group
+# Copyright (c) 2019-2024, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
diff --git a/src/common/unicode/generate-unicode_norm_table.pl b/src/common/unicode/generate-unicode_norm_table.pl
index 65b001d0657..456c64aa394 100644
--- a/src/common/unicode/generate-unicode_norm_table.pl
+++ b/src/common/unicode/generate-unicode_norm_table.pl
@@ -6,7 +6,7 @@
# Input: UnicodeData.txt and CompositionExclusions.txt
# Output: unicode_norm_table.h and unicode_norm_hashfunc.h
#
-# Copyright (c) 2000-2023, PostgreSQL Global Development Group
+# Copyright (c) 2000-2024, 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-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/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-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/include/common/unicode_norm_hashfunc.h
diff --git a/src/common/unicode/generate-unicode_normprops_table.pl b/src/common/unicode/generate-unicode_normprops_table.pl
index f831c2d0d5f..acc4be7559d 100644
--- a/src/common/unicode/generate-unicode_normprops_table.pl
+++ b/src/common/unicode/generate-unicode_normprops_table.pl
@@ -4,7 +4,7 @@
# (see UAX #15). Pass DerivedNormalizationProps.txt as argument. The
# output is on stdout.
#
-# Copyright (c) 2020-2023, PostgreSQL Global Development Group
+# Copyright (c) 2020-2024, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
diff --git a/src/common/unicode/generate-unicode_version.pl b/src/common/unicode/generate-unicode_version.pl
index e8cdb8e7d12..46211ab10dc 100644
--- a/src/common/unicode/generate-unicode_version.pl
+++ b/src/common/unicode/generate-unicode_version.pl
@@ -4,7 +4,7 @@
#
# Output: unicode_version.h
#
-# Copyright (c) 2000-2023, PostgreSQL Global Development Group
+# Copyright (c) 2000-2024, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -34,7 +34,7 @@ print $OT <<HEADER;
* unicode_version.h
* Unicode version used by Postgres.
*
- * 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/include/common/unicode_version.h
diff --git a/src/common/unicode/meson.build b/src/common/unicode/meson.build
index 6af46122c4e..02e07cf4f4e 100644
--- a/src/common/unicode/meson.build
+++ b/src/common/unicode/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022-2023, PostgreSQL Global Development Group
+# Copyright (c) 2022-2024, PostgreSQL Global Development Group
UNICODE_VERSION = '15.1.0'
diff --git a/src/common/unicode/norm_test.c b/src/common/unicode/norm_test.c
index b6097b912a6..1b2c709ae67 100644
--- a/src/common/unicode/norm_test.c
+++ b/src/common/unicode/norm_test.c
@@ -2,7 +2,7 @@
* norm_test.c
* Program to test Unicode normalization functions.
*
- * Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/norm_test.c
diff --git a/src/common/unicode_category.c b/src/common/unicode_category.c
index 189cd6eca3c..668051b461c 100644
--- a/src/common/unicode_category.c
+++ b/src/common/unicode_category.c
@@ -2,7 +2,7 @@
* unicode_category.c
* Determine general category of Unicode characters.
*
- * Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode_category.c
diff --git a/src/common/unicode_norm.c b/src/common/unicode_norm.c
index 8e17cf0862f..ff8a03b8493 100644
--- a/src/common/unicode_norm.c
+++ b/src/common/unicode_norm.c
@@ -5,7 +5,7 @@
* This implements Unicode normalization, per the documentation at
* https://www.unicode.org/reports/tr15/.
*
- * Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode_norm.c
diff --git a/src/common/username.c b/src/common/username.c
index e8ac4c49770..acaeb13d2e6 100644
--- a/src/common/username.c
+++ b/src/common/username.c
@@ -3,7 +3,7 @@
* username.c
* get user name
*
- * 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
diff --git a/src/common/wait_error.c b/src/common/wait_error.c
index a90b745f077..e79c61a66cf 100644
--- a/src/common/wait_error.c
+++ b/src/common/wait_error.c
@@ -4,7 +4,7 @@
* Convert a wait/waitpid(2) result code to a human-readable string
*
*
- * 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
*
*
diff --git a/src/common/wchar.c b/src/common/wchar.c
index fb9d9f5c85f..fd2927f9422 100644
--- a/src/common/wchar.c
+++ b/src/common/wchar.c
@@ -3,7 +3,7 @@
* wchar.c
* Functions for working with multibyte characters in various encodings.
*
- * Portions Copyright (c) 1998-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1998-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/wchar.c