1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Update copyright for 2021

Backpatch-through: 9.5
This commit is contained in:
Bruce Momjian
2021-01-02 13:06:25 -05:00
parent 4d3f03f422
commit ca3b37487b
1821 changed files with 1834 additions and 1834 deletions

View File

@ -3,7 +3,7 @@
* adminpack.c
*
*
* Copyright (c) 2002-2020, PostgreSQL Global Development Group
* Copyright (c) 2002-2021, PostgreSQL Global Development Group
*
* Author: Andreas Pflug <pgadmin@pse-consulting.de>
*

View File

@ -3,7 +3,7 @@
* verify_heapam.c
* Functions to check postgresql heap relations for corruption
*
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
*
* contrib/amcheck/verify_heapam.c
*-------------------------------------------------------------------------

View File

@ -14,7 +14,7 @@
* that every visible heap tuple has a matching index tuple.
*
*
* Copyright (c) 2017-2020, PostgreSQL Global Development Group
* Copyright (c) 2017-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/amcheck/verify_nbtree.c

View File

@ -2,7 +2,7 @@
*
* auth_delay.c
*
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/auth_delay/auth_delay.c

View File

@ -3,7 +3,7 @@
* auto_explain.c
*
*
* Copyright (c) 2008-2020, PostgreSQL Global Development Group
* Copyright (c) 2008-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/auto_explain/auto_explain.c

View File

@ -3,7 +3,7 @@
* blcost.c
* Cost estimate function for bloom indexes.
*
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/bloom/blcost.c

View File

@ -3,7 +3,7 @@
* blinsert.c
* Bloom index build and insert functions.
*
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/bloom/blinsert.c

View File

@ -3,7 +3,7 @@
* bloom.h
* Header for bloom index.
*
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/bloom/bloom.h

View File

@ -3,7 +3,7 @@
* blscan.c
* Bloom index scan functions.
*
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/bloom/blscan.c

View File

@ -3,7 +3,7 @@
* blutils.c
* Bloom index utilities.
*
* Portions Copyright (c) 2016-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1990-1993, Regents of the University of California
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* blvacuum.c
* Bloom VACUUM functions.
*
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/bloom/blvacuum.c

View File

@ -3,7 +3,7 @@
* blvalidate.c
* Opclass validator for bloom.
*
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/bloom/blvalidate.c

View File

@ -9,7 +9,7 @@
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
*
* contrib/dblink/dblink.c
* Copyright (c) 2001-2020, PostgreSQL Global Development Group
* Copyright (c) 2001-2021, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* Permission to use, copy, modify, and distribute this software and its

View File

@ -3,7 +3,7 @@
* dict_int.c
* Text search dictionary for integers
*
* Copyright (c) 2007-2020, PostgreSQL Global Development Group
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/dict_int/dict_int.c

View File

@ -3,7 +3,7 @@
* dict_xsyn.c
* Extended synonym dictionary
*
* Copyright (c) 2007-2020, PostgreSQL Global Development Group
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/dict_xsyn/dict_xsyn.c

View File

@ -3,7 +3,7 @@
* file_fdw.c
* foreign-data wrapper for server-side flat files (or programs).
*
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/file_fdw/file_fdw.c

View File

@ -6,7 +6,7 @@
* Joe Conway <mail@joeconway.com>
*
* contrib/fuzzystrmatch/fuzzystrmatch.c
* Copyright (c) 2001-2020, PostgreSQL Global Development Group
* Copyright (c) 2001-2021, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* metaphone()

View File

@ -12,7 +12,7 @@
* check_subscripts function and just let the fetch and assign functions
* do everything.
*
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@ -3,7 +3,7 @@
* _int_selfuncs.c
* Functions for selectivity estimation of intarray operators
*
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@ -4,7 +4,7 @@
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
*
* Author: German Mendez Bravo (Kronuz)
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/isn/isn.c

View File

@ -4,7 +4,7 @@
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
*
* Author: German Mendez Bravo (Kronuz)
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/isn/isn.h

View File

@ -3,7 +3,7 @@
* time_mapping.c
* time to XID mapping information
*
* Copyright (c) 2020, PostgreSQL Global Development Group
* Copyright (c) 2020-2021, PostgreSQL Global Development Group
*
* contrib/old_snapshot/time_mapping.c
*-------------------------------------------------------------------------

View File

@ -2,7 +2,7 @@
* brinfuncs.c
* Functions to investigate BRIN indexes
*
* Copyright (c) 2014-2020, PostgreSQL Global Development Group
* Copyright (c) 2014-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pageinspect/brinfuncs.c

View File

@ -9,7 +9,7 @@
* there's hardly any use case for using these without superuser-rights
* anyway.
*
* Copyright (c) 2007-2020, PostgreSQL Global Development Group
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pageinspect/fsmfuncs.c

View File

@ -2,7 +2,7 @@
* ginfuncs.c
* Functions to investigate the content of GIN indexes
*
* Copyright (c) 2014-2020, PostgreSQL Global Development Group
* Copyright (c) 2014-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pageinspect/ginfuncs.c

View File

@ -2,7 +2,7 @@
* hashfuncs.c
* Functions to investigate the content of HASH indexes
*
* Copyright (c) 2017-2020, PostgreSQL Global Development Group
* Copyright (c) 2017-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pageinspect/hashfuncs.c

View File

@ -15,7 +15,7 @@
* there's hardly any use case for using these without superuser-rights
* anyway.
*
* Copyright (c) 2007-2020, PostgreSQL Global Development Group
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pageinspect/heapfuncs.c

View File

@ -3,7 +3,7 @@
* pageinspect.h
* Common functions for pageinspect.
*
* Copyright (c) 2017-2020, PostgreSQL Global Development Group
* Copyright (c) 2017-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pageinspect/pageinspect.h

View File

@ -5,7 +5,7 @@
*
* Access-method specific inspection functions are in separate files.
*
* Copyright (c) 2007-2020, PostgreSQL Global Development Group
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pageinspect/rawpage.c

View File

@ -3,7 +3,7 @@
* passwordcheck.c
*
*
* Copyright (c) 2009-2020, PostgreSQL Global Development Group
* Copyright (c) 2009-2021, PostgreSQL Global Development Group
*
* Author: Laurenz Albe <laurenz.albe@wien.gv.at>
*

View File

@ -16,7 +16,7 @@
* relevant database in turn. The former keeps running after the
* initial prewarm is complete to update the dump file periodically.
*
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_prewarm/autoprewarm.c

View File

@ -3,7 +3,7 @@
* pg_prewarm.c
* prewarming utilities
*
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_prewarm/pg_prewarm.c

View File

@ -49,7 +49,7 @@
* in the file to be read or written while holding only shared lock.
*
*
* Copyright (c) 2008-2020, PostgreSQL Global Development Group
* Copyright (c) 2008-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_stat_statements/pg_stat_statements.c

View File

@ -3,7 +3,7 @@
* heap_surgery.c
* Functions to perform surgery on the damaged heap table.
*
* Copyright (c) 2020, PostgreSQL Global Development Group
* Copyright (c) 2020-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_surgery/heap_surgery.c

View File

@ -15,4 +15,4 @@ RETURNS VOID
AS 'MODULE_PATHNAME', 'heap_force_freeze'
LANGUAGE C STRICT;
REVOKE EXECUTE ON FUNCTION heap_force_freeze(regclass, tid[]) FROM PUBLIC;
REVOKE EXECUTE ON FUNCTION heap_force_freeze(regclass, tid[]) FROM PUBLIC;

View File

@ -181,7 +181,7 @@
* 7) Mark state 3 final because state 5 of source NFA is marked as final.
*
*
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* pg_visibility.c
* display visibility map information and page-level visibility bits
*
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
*
* contrib/pg_visibility/pg_visibility.c
*-------------------------------------------------------------------------

View File

@ -29,7 +29,7 @@
*
* 4. Update this header comment.
*
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pgcrypto/imath.c

View File

@ -3,7 +3,7 @@
* pgstatapprox.c
* Bloat estimation functions
*
* Copyright (c) 2014-2020, PostgreSQL Global Development Group
* Copyright (c) 2014-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pgstattuple/pgstatapprox.c

View File

@ -3,7 +3,7 @@
* connection.c
* Connection management functions for postgres_fdw
*
* Portions Copyright (c) 2012-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/postgres_fdw/connection.c

View File

@ -24,7 +24,7 @@
* with collations that match the remote table's columns, which we can
* consider to be user error.
*
* Portions Copyright (c) 2012-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/postgres_fdw/deparse.c

View File

@ -3,7 +3,7 @@
* option.c
* FDW option handling for postgres_fdw
*
* Portions Copyright (c) 2012-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/postgres_fdw/option.c

View File

@ -3,7 +3,7 @@
* postgres_fdw.c
* Foreign-data wrapper for remote PostgreSQL servers
*
* Portions Copyright (c) 2012-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/postgres_fdw/postgres_fdw.c

View File

@ -3,7 +3,7 @@
* postgres_fdw.h
* Foreign-data wrapper for remote PostgreSQL servers
*
* Portions Copyright (c) 2012-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/postgres_fdw/postgres_fdw.h

View File

@ -13,7 +13,7 @@
* functions or functions using nonportable collations. Those considerations
* need not be accounted for here.
*
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/postgres_fdw/shippable.c

View File

@ -4,7 +4,7 @@
*
* Routines corresponding to database objects
*
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -4,7 +4,7 @@
*
* Routines to handle DML permission checks
*
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -4,7 +4,7 @@
*
* Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
*
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -4,7 +4,7 @@
*
* Routines to support SELinux labels (security context)
*
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -2,7 +2,7 @@
#
# A wrapper script to launch psql command in regression test
#
# Copyright (c) 2010-2020, PostgreSQL Global Development Group
# Copyright (c) 2010-2021, PostgreSQL Global Development Group
#
# -------------------------------------------------------------------------

View File

@ -4,7 +4,7 @@
*
* Routines corresponding to procedure objects
*
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -4,7 +4,7 @@
*
* Routines corresponding to relation/attribute objects
*
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -4,7 +4,7 @@
*
* Routines corresponding to schema objects
*
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -5,7 +5,7 @@
* Interactions between userspace and selinux in kernelspace,
* using libselinux api.
*
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -4,7 +4,7 @@
*
* Definitions corresponding to SE-PostgreSQL
*
* Copyright (c) 2010-2020, PostgreSQL Global Development Group
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -6,7 +6,7 @@
* access control decisions recently used, and reduce number of kernel
* invocations to avoid unnecessary performance hit.
*
* Copyright (c) 2011-2020, PostgreSQL Global Development Group
* Copyright (c) 2011-2021, PostgreSQL Global Development Group
*
* -------------------------------------------------------------------------
*/

View File

@ -10,7 +10,7 @@
* And contributors:
* Nabil Sayegh <postgresql@e-trolley.de>
*
* Copyright (c) 2002-2020, PostgreSQL Global Development Group
* Copyright (c) 2002-2021, PostgreSQL Global Development Group
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without a written agreement

View File

@ -10,7 +10,7 @@
* And contributors:
* Nabil Sayegh <postgresql@e-trolley.de>
*
* Copyright (c) 2002-2020, PostgreSQL Global Development Group
* Copyright (c) 2002-2021, PostgreSQL Global Development Group
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without a written agreement

View File

@ -3,7 +3,7 @@
* tcn.c
* triggered change notification support for PostgreSQL
*
* Portions Copyright (c) 2011-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 2011-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@ -3,7 +3,7 @@
* test_decoding.c
* example logical decoding output plugin
*
* Copyright (c) 2012-2020, PostgreSQL Global Development Group
* Copyright (c) 2012-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/test_decoding/test_decoding.c

View File

@ -17,7 +17,7 @@
* won't visit blocks added after the first scan, but that is fine since
* such blocks shouldn't contain any visible tuples anyway.
*
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@ -13,7 +13,7 @@
* However, we do what we can to reduce surprising behavior by selecting
* the sampling pattern just once per query, much as in tsm_system_rows.
*
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* unaccent.c
* Text search unaccent dictionary
*
* Copyright (c) 2009-2020, PostgreSQL Global Development Group
* Copyright (c) 2009-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/unaccent/unaccent.c

View File

@ -2,7 +2,7 @@
*
* UUID generation functions using the BSD, E2FS or OSSP UUID library
*
* Copyright (c) 2007-2020, PostgreSQL Global Development Group
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
*
* Portions Copyright (c) 2009 Andrew Gierth
*

View File

@ -3,7 +3,7 @@
* vacuumlo.c
* This removes orphaned large objects from a database.
*
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*