1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Update copyright for 2022

Backpatch-through: 10
This commit is contained in:
Bruce Momjian
2022-01-07 19:04:57 -05:00
parent c3879a7b4c
commit 27b77ecf9f
2061 changed files with 2075 additions and 2075 deletions

View File

@ -3,7 +3,7 @@
* archive.c
* Common WAL archive routines
*
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Copyright (c) 2001-2022, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

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

View File

@ -4,7 +4,7 @@
* Common code for pg_config output
*
*
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 2001-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Copyright (c) 2018-2022, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/link-canary.c

View File

@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
* Logging framework for frontend programs
*
* Copyright (c) 2018-2021, PostgreSQL Global Development Group
* Copyright (c) 2018-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* pg_get_line.c
* fgets() with an expansible result buffer
*
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Copyright (c) 1999-2022, 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, PostgreSQL Global Development Group
* Copyright (c) 2021-2022, PostgreSQL Global Development Group
*
* src/common/pg_prng.c
*

View File

@ -3,7 +3,7 @@
* pgfnames.c
* directory handling functions
*
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/common/stringinfo.c

View File

@ -5,7 +5,7 @@
#
# NormalizationTest.txt is part of the Unicode Character Database.
#
# Copyright (c) 2000-2021, PostgreSQL Global Development Group
# Copyright (c) 2000-2022, PostgreSQL Global Development Group
use strict;
use warnings;
@ -30,7 +30,7 @@ print $OUTPUT <<HEADER;
* norm_test_table.h
* Test strings for Unicode normalization.
*
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/common/unicode/norm_test_table.h

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-2021, PostgreSQL Global Development Group
# Copyright (c) 2019-2022, PostgreSQL Global Development Group
use strict;
use warnings;

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-2021, PostgreSQL Global Development Group
# Copyright (c) 2019-2022, PostgreSQL Global Development Group
use strict;
use warnings;

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-2021, PostgreSQL Global Development Group
# Copyright (c) 2000-2022, PostgreSQL Global Development Group
use strict;
use warnings;
@ -82,7 +82,7 @@ print $OT <<HEADER;
* unicode_norm_table.h
* Composition table used for Unicode normalization
*
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/unicode_norm_table.h
@ -125,7 +125,7 @@ print $OF <<HEADER;
* unicode_norm_hashfunc.h
* Perfect hash functions used for Unicode normalization
*
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
# Copyright (c) 2020-2022, PostgreSQL Global Development Group
use strict;
use warnings;

View File

@ -2,7 +2,7 @@
* norm_test.c
* Program to test Unicode normalization functions.
*
* Portions Copyright (c) 2017-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2022, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/norm_test.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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2022, 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-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1998-2022, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/wchar.c