File tree Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2
2
* gistfuncs.c
3
3
* Functions to investigate the content of GiST indexes
4
4
*
5
- * Copyright (c) 2014-2020 , PostgreSQL Global Development Group
5
+ * Copyright (c) 2014-2021 , PostgreSQL Global Development Group
6
6
*
7
7
* IDENTIFICATION
8
8
* contrib/pageinspect/gistfuncs.c
Original file line number Diff line number Diff line change 2
2
* brin_bloom.c
3
3
* Implementation of Bloom opclass for BRIN
4
4
*
5
- * Portions Copyright (c) 1996-2017 , PostgreSQL Global Development Group
5
+ * Portions Copyright (c) 1996-2021 , PostgreSQL Global Development Group
6
6
* Portions Copyright (c) 1994, Regents of the University of California
7
7
*
8
8
*
Original file line number Diff line number Diff line change 2
2
* brin_minmax_multi.c
3
3
* Implementation
10000
of Multi Min/Max opclass for BRIN
4
4
*
5
- * Portions Copyright (c) 1996-2017 , PostgreSQL Global Development Group
5
+ * Portions Copyright (c) 1996-2021 , PostgreSQL Global Development Group
6
6
* Portions Copyright (c) 1994, Regents of the University of California
7
7
*
8
8
*
Original file line number Diff line number Diff line change 3
3
* rewriteSearchCycle.c
4
4
* Support for rewriting SEARCH and CYCLE clauses.
5
5
*
6
- * Portions Copyright (c) 1996-2020 , PostgreSQL Global Development Group
6
+ * Portions Copyright (c) 1996-2021 , PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
9
* IDENTIFICATION
Original file line number Diff line number Diff line change 3
3
* jsonbsubs.c
4
4
* Subscripting support functions for jsonb.
5
5
*
6
- * Portions Copyright (c) 1996-2020 , PostgreSQL Global Development Group
6
+ * Portions Copyright (c) 1996-2021 , PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
9
*
Original file line number Diff line number Diff line change 3
3
* hex.c
4
4
* Encoding and decoding routines for hex.
5
5
*
6
- * Portions Copyright (c) 1996-2020 , PostgreSQL Global Development Group
6
+ * Portions Copyright (c) 1996-2021 , PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
9
* IDENTIFICATION
Original file line number Diff line number Diff line change 5
5
*
6
6
* Fallback implementation of HMAC, as specified in RFC 2104.
7
7
*
8
- * Portions Copyright (c) 1996-2020 , PostgreSQL Global Development Group
8
+ * Portions Copyright (c) 1996-2021 , PostgreSQL Global Development Group
9
9
* Portions Copyright (c) 1994, Regents of the University of California
10
10
*
11
11
* IDENTIFICATION
Original file line number Diff line number Diff line change 5
5
*
6
6
* This should only be used if code is compiled with OpenSSL support.
7
7
*
8
- * Portions Copyright (c) 1996-2020 , PostgreSQL Global Development Group
8
+ * Portions Copyright (c) 1996-2021 , PostgreSQL Global Development Group
9
9
* Portions Copyright (c) 1994, Regents of the University of California
10
10
*
11
11
* IDENTIFICATION
Original file line number Diff line number Diff line change 5
5
*
6
6
* Fallback implementation of SHA1, as specified in RFC 3174.
7
7
*
8
- * Portions Copyright (c) 1996-2020 , PostgreSQL Global Development Group
8
+ * Portions Copyright (c) 1996-2021 , PostgreSQL Global Development Group
9
9
* Portions Copyright (c) 1994, Regents of the University of California
10
10
*
11
11
* IDENTIFICATION
Original file line number Diff line number Diff line change 3
3
* sha1_int.h
4
4
* Internal headers for fallback implementation of SHA1
5
5
*
6
- * Portions Copyright (c) 1996-2020 , PostgreSQL Global Development Group
6
+ * Portions Copyright (c) 1996-2021 , PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
9
* IDENTIFICATION
You can’t perform that action at this time.
0 commit comments 305B