Skip to content

Commit 27b77ec

Browse files
committed
Update copyright for 2022
Backpatch-through: 10
1 parent c3879a7 commit 27b77ec

File tree

2,061 files changed

+2075
-2075
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,061 files changed

+2075
-2075
lines changed

COPYRIGHT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL Database Management System
22
(formerly known as Postgres, then as Postgres95)
33

4-
Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
55

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

configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This configure script is free software; the Free Software Foundation
1212
# gives unlimited permission to copy, distribute and modify it.
1313
#
14-
# Copyright (c) 1996-2021, PostgreSQL Global Development Group
14+
# Copyright (c) 1996-2022, PostgreSQL Global Development Group
1515
## -------------------- ##
1616
## M4sh Initialization. ##
1717
## -------------------- ##
@@ -1686,7 +1686,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
16861686
This configure script is free software; the Free Software Foundation
16871687
gives unlimited permission to copy, distribute and modify it.
16881688

1689-
Copyright (c) 1996-2021, PostgreSQL Global Development Group
1689+
Copyright (c) 1996-2022, PostgreSQL Global Development Group
16901690
_ACEOF
16911691
exit
16921692
fi

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.6
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not
2424
recommended. You can remove the check from 'configure.ac' but it is then
2525
your responsibility whether the result works or not.])])
26-
AC_COPYRIGHT([Copyright (c) 1996-2021, PostgreSQL Global Development Group])
26+
AC_COPYRIGHT([Copyright (c) 1996-2022, PostgreSQL Global Development Group])
2727
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
2828
AC_CONFIG_AUX_DIR(config)
2929
AC_PREFIX_DEFAULT(/usr/local/pgsql)

contrib/adminpack/adminpack.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* adminpack.c
44
*
55
*
6-
* Copyright (c) 2002-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2002-2022, PostgreSQL Global Development Group
77
*
88
* Author: Andreas Pflug <[email protected]>
99
*

contrib/amcheck/t/001_verify_heapam.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2021, PostgreSQL Global Development Group
2+
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
33

44
use strict;
55
use warnings;

contrib/amcheck/t/002_cic.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2021, PostgreSQL Global Development Group
2+
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
33

44
# Test CREATE INDEX CONCURRENTLY with concurrent modifications
55
use strict;

contrib/amcheck/t/003_cic_2pc.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2021, PostgreSQL Global Development Group
2+
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
33

44
# Test CREATE INDEX CONCURRENTLY with concurrent prepared-xact modifications
55
use strict;

contrib/amcheck/verify_heapam.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* verify_heapam.c
44
* Functions to check postgresql heap relations for corruption
55
*
6-
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
77
*
88
* contrib/amcheck/verify_heapam.c
99
*-------------------------------------------------------------------------

contrib/amcheck/verify_nbtree.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* that every visible heap tuple has a matching index tuple.
1515
*
1616
*
17-
* Copyright (c) 2017-2021, PostgreSQL Global Development Group
17+
* Copyright (c) 2017-2022, PostgreSQL Global Development Group
1818
*
1919
* IDENTIFICATION
2020
* contrib/amcheck/verify_nbtree.c

contrib/auth_delay/auth_delay.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* auth_delay.c
44
*
5-
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
5+
* Copyright (c) 2010-2022, PostgreSQL Global Development Group
66
*
77
* IDENTIFICATION
88
* contrib/auth_delay/auth_delay.c

contrib/auto_explain/auto_explain.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* auto_explain.c
44
*
55
*
6-
* Copyright (c) 2008-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2008-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/auto_explain/auto_explain.c

contrib/auto_explain/t/001_auto_explain.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2021, PostgreSQL Global Development Group
2+
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
33

44
use strict;
55
use warnings;

contrib/bloom/blcost.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blcost.c
44
* Cost estimate function for bloom indexes.
55
*
6-
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/blcost.c

contrib/bloom/blinsert.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blinsert.c
44
* Bloom index build and insert functions.
55
*
6-
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/blinsert.c

contrib/bloom/bloom.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* bloom.h
44
* Header for bloom index.
55
*
6-
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/bloom.h

contrib/bloom/blscan.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blscan.c
44
* Bloom index scan functions.
55
*
6-
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/blscan.c

contrib/bloom/blutils.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blutils.c
44
* Bloom index utilities.
55
*
6-
* Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1990-1993, Regents of the University of California
88
*
99
* IDENTIFICATION

contrib/bloom/blvacuum.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blvacuum.c
44
* Bloom VACUUM functions.
55
*
6-
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/blvacuum.c

contrib/bloom/blvalidate.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blvalidate.c
44
* Opclass validator for bloom.
55
*
6-
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/bloom/blvalidate.c

contrib/bloom/t/001_wal.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2021, PostgreSQL Global Development Group
2+
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
33

44
# Test generic xlog record work for bloom index replication.
55
use strict;

contrib/dblink/dblink.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Shridhar Daithankar <[email protected]>
1010
*
1111
* contrib/dblink/dblink.c
12-
* Copyright (c) 2001-2021, PostgreSQL Global Development Group
12+
* Copyright (c) 2001-2022, PostgreSQL Global Development Group
1313
* ALL RIGHTS RESERVED;
1414
*
1515
* Permission to use, copy, modify, and distribute this software and its

contrib/dict_int/dict_int.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* dict_int.c
44
* Text search dictionary for integers
55
*
6-
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2007-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/dict_int/dict_int.c

contrib/dict_xsyn/dict_xsyn.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* dict_xsyn.c
44
* Extended synonym dictionary
55
*
6-
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2007-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/dict_xsyn/dict_xsyn.c

contrib/file_fdw/file_fdw.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* file_fdw.c
44
* foreign-data wrapper for server-side flat files (or programs).
55
*
6-
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2010-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/file_fdw/file_fdw.c

contrib/fuzzystrmatch/fuzzystrmatch.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Joe Conway <[email protected]>
77
*
88
* contrib/fuzzystrmatch/fuzzystrmatch.c
9-
* Copyright (c) 2001-2021, PostgreSQL Global Development Group
9+
* Copyright (c) 2001-2022, PostgreSQL Global Development Group
1010
* ALL RIGHTS RESERVED;
1111
*
1212
* metaphone()

contrib/hstore/hstore_subs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* check_subscripts function and just let the fetch and assign functions
1313
* do everything.
1414
*
15-
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
15+
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
1616
* Portions Copyright (c) 1994, Regents of the University of California
1717
*
1818
*

contrib/intarray/_int_selfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* _int_selfuncs.c
44
* Functions for selectivity estimation of intarray operators
55
*
6-
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*

contrib/intarray/bench/bench.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/perl
22

3-
# Copyright (c) 2021, PostgreSQL Global Development Group
3+
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
44

55
use strict;
66
use warnings;

contrib/intarray/bench/create_test.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/perl
22

3-
# Copyright (c) 2021, PostgreSQL Global Development Group
3+
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
44

55
# contrib/intarray/bench/create_test.pl
66

contrib/isn/isn.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
55
*
66
* Author: German Mendez Bravo (Kronuz)
7-
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
1010
* contrib/isn/isn.c

contrib/isn/isn.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
55
*
66
* Author: German Mendez Bravo (Kronuz)
7-
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
1010
* contrib/isn/isn.h

contrib/oid2name/t/001_basic.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2021, PostgreSQL Global Development Group
2+
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
33

44
use strict;
55
use warnings;

contrib/old_snapshot/time_mapping.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* time_mapping.c
44
* time to XID mapping information
55
*
6-
* Copyright (c) 2020-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2020-2022, PostgreSQL Global Development Group
77
*
88
* contrib/old_snapshot/time_mapping.c
99
*-------------------------------------------------------------------------

contrib/pageinspect/brinfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* brinfuncs.c
33
* Functions to investigate BRIN indexes
44
*
5-
* Copyright (c) 2014-2021, PostgreSQL Global Development Group
5+
* Copyright (c) 2014-2022, PostgreSQL Global Development Group
66
*
77
* IDENTIFICATION
88
* contrib/pageinspect/brinfuncs.c

contrib/pageinspect/fsmfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* there's hardly any use case for using these without superuser-rights
1010
* anyway.
1111
*
12-
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
12+
* Copyright (c) 2007-2022, PostgreSQL Global Development Group
1313
*
1414
* IDENTIFICATION
1515
* contrib/pageinspect/fsmfuncs.c

contrib/pageinspect/ginfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* ginfuncs.c
33
* Functions to investigate the content of GIN indexes
44
*
5-
* Copyright (c) 2014-2021, PostgreSQL Global Development Group
5+
* Copyright (c) 2014-2022, PostgreSQL Global Development Group
66
*
77
* IDENTIFICATION
88
* contrib/pageinspect/ginfuncs.c

contrib/pageinspect/gistfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* gistfuncs.c
33
* Functions to investigate the content of GiST indexes
44
*
5-
* Copyright (c) 2014-2021, PostgreSQL Global Development Group
5+
* Copyright (c) 2014-2022, PostgreSQL Global Development Group
66
*
77
* IDENTIFICATION
88
* contrib/pageinspect/gistfuncs.c

contrib/pageinspect/hashfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* hashfuncs.c
33
* Functions to investigate the content of HASH indexes
44
*
5-
* Copyright (c) 2017-2021, PostgreSQL Global Development Group
5+
* Copyright (c) 2017-2022, PostgreSQL Global Development Group
66
*
77
* IDENTIFICATION
88
* contrib/pageinspect/hashfuncs.c

contrib/pageinspect/heapfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* there's hardly any use case for using these without superuser-rights
1616
* anyway.
1717
*
18-
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
18+
* Copyright (c) 2007-2022, PostgreSQL Global Development Group
1919
*
2020
* IDENTIFICATION
2121
* contrib/pageinspect/heapfuncs.c

contrib/pageinspect/pageinspect.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pageinspect.h
44
* Common functions for pageinspect.
55
*
6-
* Copyright (c) 2017-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2017-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/pageinspect/pageinspect.h

contrib/pageinspect/rawpage.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Access-method specific inspection functions are in separate files.
77
*
8-
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
8+
* Copyright (c) 2007-2022, PostgreSQL Global Development Group
99
*
1010
* IDENTIFICATION
1111
* contrib/pageinspect/rawpage.c

contrib/passwordcheck/passwordcheck.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* passwordcheck.c
44
*
55
*
6-
* Copyright (c) 2009-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2009-2022, PostgreSQL Global Development Group
77
*
88
* Author: Laurenz Albe <[email protected]>
99
*

contrib/pg_prewarm/autoprewarm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* relevant database in turn. The former keeps running after the
1717
* initial prewarm is complete to update the dump file periodically.
1818
*
19-
* Copyright (c) 2016-2021, PostgreSQL Global Development Group
19+
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
2020
*
2121
* IDENTIFICATION
2222
* contrib/pg_prewarm/autoprewarm.c

contrib/pg_prewarm/pg_prewarm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_prewarm.c
44
* prewarming utilities
55
*
6-
* Copyright (c) 2010-2021, PostgreSQL Global Development Group
6+
* Copyright (c) 2010-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* contrib/pg_prewarm/pg_prewarm.c

contrib/pg_stat_statements/pg_stat_statements.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* in the file to be read or written while holding only shared lock.
3535
*
3636
*
37-
* Copyright (c) 2008-2021, PostgreSQL Global Development Group
37+
* Copyright (c) 2008-2022, PostgreSQL Global Development Group
3838
*
3939
* IDENTIFICATION
4040
* contrib/pg_stat_statements/pg_stat_statements.c

0 commit comments

Comments
 (0)