Skip to content

Commit

Permalink
Update copyright for 2021
Browse files Browse the repository at this point in the history
Backpatch-through: 9.5
  • Loading branch information
bmomjian committed Jan 2, 2021
1 parent 4d3f03f commit ca3b374
Show file tree
Hide file tree
Showing 1,821 changed files with 1,834 additions and 1,834 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PostgreSQL Database Management System
(formerly known as Postgres, then as Postgres95)

Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group

Portions Copyright (c) 1994, The Regents of the University of California

Expand Down
2 changes: 1 addition & 1 deletion config/thread_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* thread_test.c
* libc threading test program
*
* 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
*
* config/thread_test.c
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
#
# Copyright (c) 1996-2020, PostgreSQL Global Development Group
# Copyright (c) 1996-2021, PostgreSQL Global Development Group
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##
Expand Down Expand Up @@ -1676,7 +1676,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.

Copyright (c) 1996-2020, PostgreSQL Global Development Group
Copyright (c) 1996-2021, PostgreSQL Global Development Group
_ACEOF
exit
fi
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.6
Untested combinations of 'autoconf' and PostgreSQL versions are not
recommended. You can remove the check from 'configure.ac' but it is then
your responsibility whether the result works or not.])])
AC_COPYRIGHT([Copyright (c) 1996-2020, PostgreSQL Global Development Group])
AC_COPYRIGHT([Copyright (c) 1996-2021, PostgreSQL Global Development Group])
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
AC_CONFIG_AUX_DIR(config)
AC_PREFIX_DEFAULT(/usr/local/pgsql)
Expand Down
2 changes: 1 addition & 1 deletion contrib/adminpack/adminpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion contrib/amcheck/verify_heapam.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*-------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion contrib/amcheck/verify_nbtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/auth_delay/auth_delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/auto_explain/auto_explain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/bloom/blcost.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/bloom/blinsert.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/bloom/bloom.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/bloom/blscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/bloom/blutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/bloom/blvacuum.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/bloom/blvalidate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/dblink/dblink.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Shridhar Daithankar <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion contrib/dict_int/dict_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/dict_xsyn/dict_xsyn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/file_fdw/file_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/fuzzystrmatch/fuzzystrmatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Joe Conway <[email protected]>
*
* contrib/fuzzystrmatch/fuzzystrmatch.c
* Copyright (c) 2001-2020, PostgreSQL Global Development Group
* Copyright (c) 2001-2021, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* metaphone()
Expand Down
2 changes: 1 addition & 1 deletion contrib/hstore/hstore_subs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
*
Expand Down
2 changes: 1 addition & 1 deletion contrib/intarray/_int_selfuncs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
*
Expand Down
2 changes: 1 addition & 1 deletion contrib/isn/isn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/isn/isn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/old_snapshot/time_mapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*-------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion contrib/pageinspect/brinfuncs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/pageinspect/fsmfuncs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/pageinspect/ginfuncs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/pageinspect/hashfuncs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/pageinspect/heapfuncs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/pageinspect/pageinspect.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/pageinspect/rawpage.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/passwordcheck/passwordcheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_prewarm/autoprewarm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_prewarm/pg_prewarm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_stat_statements/pg_stat_statements.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_surgery/heap_surgery.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_surgery/pg_surgery--1.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
2 changes: 1 addition & 1 deletion contrib/pg_trgm/trgm_regexp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_visibility/pg_visibility.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*-------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion contrib/pgcrypto/imath.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/pgstattuple/pgstatapprox.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit ca3b374

Please sign in to comment.