mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Update copyright for 2023
Backpatch-through: 11
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* bms_is_empty() in preference to testing for NULL.)
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2003-2022, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2003-2023, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/nodes/bitmapset.c
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* Copy functions for Postgres tree nodes.
|
||||
*
|
||||
*
|
||||
* 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
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* "x" to be considered equal() to another reference to "x" in the query.
|
||||
*
|
||||
*
|
||||
* 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
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
* and GetExtensibleNodeMethods to get information about a previously
|
||||
* registered type of extensible node.
|
||||
*
|
||||
* 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
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
# - readfuncs
|
||||
# - outfuncs
|
||||
#
|
||||
# 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/backend/nodes/gen_node_support.pl
|
||||
@@ -567,7 +567,7 @@ my $header_comment =
|
||||
* %s
|
||||
* Generated node infrastructure 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
|
||||
*
|
||||
* NOTES
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* See comments in pg_list.h.
|
||||
*
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* creator functions for various nodes. The functions here are for the
|
||||
* most frequently created nodes.
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'bitmapset.c',
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* a small fraction of that has been built out; we'll add more as needed.
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/nodes/multibitmapset.c
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* nodeFuncs.c
|
||||
* Various general-purpose manipulations of Node trees
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* support code for nodes (now that we have removed the home-brew
|
||||
* inheritance system, our support code for nodes is much simpler)
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* outfuncs.c
|
||||
* Output functions for Postgres tree nodes.
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* Support for finding the values associated with Param nodes.
|
||||
*
|
||||
*
|
||||
* 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
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* print.c
|
||||
* various print routines (used mostly for debugging)
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* routines to convert a string (legal ascii representation of node) back
|
||||
* to nodes
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* readfuncs.c
|
||||
* Reader functions for Postgres tree nodes.
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
* and a non-lossy page.
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2003-2022, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2003-2023, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/nodes/tidbitmap.c
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* implementation of value nodes
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2003-2022, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2003-2023, PostgreSQL Global Development Group
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
Reference in New Issue
Block a user