1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-16 16:42:29 +03:00

Update copyright for 2023

Backpatch-through: 11
This commit is contained in:
Bruce Momjian
2023-01-02 15:00:37 -05:00
parent 325bc54eed
commit c8e1ba736b
2406 changed files with 2421 additions and 2421 deletions

View File

@@ -3,7 +3,7 @@
*
* A simple binary heap implementation
*
* Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2023, PostgreSQL Global Development Group
*
* src/include/lib/binaryheap.h
*/

View File

@@ -1,7 +1,7 @@
/*
* bipartite_match.h
*
* Copyright (c) 2015-2022, PostgreSQL Global Development Group
* Copyright (c) 2015-2023, PostgreSQL Global Development Group
*
* src/include/lib/bipartite_match.h
*/

View File

@@ -3,7 +3,7 @@
* bloomfilter.h
* Space-efficient set membership testing
*
* Copyright (c) 2018-2022, PostgreSQL Global Development Group
* Copyright (c) 2018-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/lib/bloomfilter.h

View File

@@ -3,7 +3,7 @@
* dshash.h
* Concurrent hash tables backed by dynamic shared memory areas.
*
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@@ -3,7 +3,7 @@
*
* A simple HyperLogLog cardinality estimator implementation
*
* Portions Copyright (c) 2014-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2014-2023, PostgreSQL Global Development Group
*
* Based on Hideaki Ohno's C++ implementation. The copyright terms of Ohno's
* original version (the MIT license) follow.

View File

@@ -112,7 +112,7 @@
* }
*
*
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@@ -2,7 +2,7 @@
* integerset.h
* In-memory data structure to hold a large set of integers efficiently
*
* Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2023, PostgreSQL Global Development Group
*
* src/include/lib/integerset.h
*/

View File

@@ -1,7 +1,7 @@
/*
* knapsack.h
*
* Copyright (c) 2017-2022, PostgreSQL Global Development Group
* Copyright (c) 2017-2023, PostgreSQL Global Development Group
*
* src/include/lib/knapsack.h
*/

View File

@@ -3,7 +3,7 @@
*
* A Pairing Heap implementation
*
* Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2023, PostgreSQL Global Development Group
*
* src/include/lib/pairingheap.h
*/

View File

@@ -2,7 +2,7 @@
*
* qunique.h
* inline array unique functions
* Portions Copyright (c) 2019-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2019-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/lib/qunique.h

View File

@@ -3,7 +3,7 @@
* rbtree.h
* interface for PostgreSQL generic Red-Black binary tree package
*
* Copyright (c) 2009-2022, PostgreSQL Global Development Group
* Copyright (c) 2009-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/lib/rbtree.h

View File

@@ -87,7 +87,7 @@
* looking or is done - buckets following a deleted element are shifted
* backwards, unless they're empty or already at their optimal position.
*
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/lib/simplehash.h

View File

@@ -5,7 +5,7 @@
* A template for a sort algorithm that supports varying degrees of
* specialization.
*
* Copyright (c) 2021-2022, PostgreSQL Global Development Group
* Copyright (c) 2021-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 1992-1994, Regents of the University of California
*
* Usage notes:

View File

@@ -8,7 +8,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-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/lib/stringinfo.h