mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-16 03:17:00 +08:00
Update copyright for 2022
Backpatch-through: 10
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* Definition of (and support for) access control list data structures.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/acl.h
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
*
|
||||
* aclchk_internal.h
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/aclchk_internal.h
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
* arrays holding the elements.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/array.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Declarations for element-by-element access to Postgres arrays.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/arrayaccess.h
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*-----------------------------------------------------------------------
|
||||
* ascii.h
|
||||
*
|
||||
* Portions Copyright (c) 1999-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1999-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/utils/ascii.h
|
||||
*
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* attoptcache.h
|
||||
* Attribute options cache.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/attoptcache.h
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
* backend's command progress counters, without ascribing meaning to the
|
||||
* individual fields. See commands/progress.h and system_views.sql for that.
|
||||
*
|
||||
* Copyright (c) 2001-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2001-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/utils/backend_progress.h
|
||||
* ----------
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* backend_status.h
|
||||
* Definitions related to backend status reporting
|
||||
*
|
||||
* Copyright (c) 2001-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2001-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/utils/backend_status.h
|
||||
* ----------
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Declarations for operations on built-in types.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/builtins.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Declarations for BYTEA data type support.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/bytea.h
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
* guarantee that there can only be one matching row for a key combination.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/catcache.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Combo command ID support routines
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/combocid.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Definitions for the SQL "date" and "time" types.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/date.h
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
* including date, and time.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/datetime.h
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* of the Datum. (We do it this way because in most situations the caller
|
||||
* can look up the info just once and use it for many per-datum operations.)
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/datum.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* dsa.h
|
||||
* Dynamic shared memory areas.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* POSTGRES dynahash.h file definitions
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/dynahash.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* POSTGRES error reporting/logging definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/elog.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* evtcache.h
|
||||
* Special-purpose cache for event trigger data.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
* value if they fail partway through.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/expandeddatum.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* expandedrecord.h
|
||||
* Declarations for composite expanded objects.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/expandedrecord.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* float.h
|
||||
* Definitions for the built-in floating-point types
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* fmgrtab.h
|
||||
* The function manager's table of internal functions.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/fmgrtab.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* src/include/utils/formatting.h
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1999-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1999-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* The PostgreSQL routines for a DateTime/int/float/numeric formatting,
|
||||
* inspired by the Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines.
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* freepage.h
|
||||
* Management of page-organized free memory.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/freepage.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* geo_decls.h - Declarations for various 2D constructs.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/geo_decls.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* External declarations pertaining to backend/utils/misc/guc.c and
|
||||
* backend/utils/misc/guc-file.l
|
||||
*
|
||||
* Copyright (c) 2000-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2000-2022, PostgreSQL Global Development Group
|
||||
* Written by Peter Eisentraut <peter_e@gmx.net>.
|
||||
*
|
||||
* src/include/utils/guc.h
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
*
|
||||
* See src/backend/utils/misc/README for design notes.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/utils/guc_tables.h
|
||||
*
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* help_config.h
|
||||
* Interface to the --help-config option of main.c
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/utils/help_config.h
|
||||
*
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* exported definitions for utils/hash/dynahash.c; see notes therein
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/hsearch.h
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
* If you make it depend on anything besides access/amapi.h, that's likely
|
||||
* a mistake.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/index_selfuncs.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Declarations for operations on INET datatypes.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/inet.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Declarations for operations on 64-bit integers.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/int8.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* POSTGRES cache invalidation dispatcher definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/inval.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* json.h
|
||||
* Declarations for JSON data type support.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/json.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* jsonb.h
|
||||
* Declarations for jsonb data type support.
|
||||
*
|
||||
* Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/utils/jsonb.h
|
||||
*
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* jsonfuncs.h
|
||||
* Functions to process JSON data types.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/jsonfuncs.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* jsonpath.h
|
||||
* Definitions for jsonpath datatype
|
||||
*
|
||||
* Copyright (c) 2019-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2019-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/include/utils/jsonpath.h
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
*
|
||||
* See logtape.c for explanations.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/logtape.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* lsyscache.h
|
||||
* Convenience routines for common queries in the system catalog cache.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/lsyscache.h
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* empty definitions for Valgrind client request macros we use.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/memdebug.h
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
* of the API of the memory management subsystem.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/memutils.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Declarations for Postgres multirange types.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/multirangetypes.h
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
*
|
||||
* Original coding 1998, Jan Wieck. Heavily revised 2003, Tom Lane.
|
||||
*
|
||||
* Copyright (c) 1998-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 1998-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/utils/numeric.h
|
||||
*
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* old_snapshot.h
|
||||
* Data structures for 'snapshot too old'
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
* everything that should be freed. See utils/mmgr/README for more info.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/palloc.h
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
*
|
||||
* partcache.h
|
||||
*
|
||||
* Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/utils/partcache.h
|
||||
*
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
*
|
||||
* The CRC-32C variant is in port/pg_crc32c.h.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/pg_crc.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
*
|
||||
* src/include/utils/pg_locale.h
|
||||
*
|
||||
* Copyright (c) 2002-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2002-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
*-----------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* PostgreSQL.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/pg_lsn.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* header file for resource usage measurement support routines
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/pg_rusage.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* pidfile.h
|
||||
* Declarations describing the data directory lock file (postmaster.pid)
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/pidfile.h
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
*
|
||||
* See plancache.c for comments.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/plancache.h
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
* to look like NO SCROLL cursors.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/portal.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Access to functions to mutate the query environment and retrieve the
|
||||
* actual data related to entries (if any).
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/queryenvironment.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* queryjumble.h
|
||||
* Query normalization and fingerprinting.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Declarations for Postgres range types.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/rangetypes.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* regproc.h
|
||||
* Functions for the built-in types regproc, regclass, regtype, etc.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/regproc.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* POSTGRES relation descriptor (a/k/a relcache entry) definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/rel.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Relation descriptor cache definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/relcache.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* relfilenodemap.h
|
||||
* relfilenode to oid mapping cache.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/relfilenodemap.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Catalog-to-filenode mapping
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/relmapper.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* relptr.h
|
||||
* This file contains basic declarations for relative pointers.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/relptr.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* POSTGRES relation trigger definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/reltrigger.h
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
* See utils/resowner/README for more info.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/resowner.h
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
* See utils/resowner/README for more info.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/resowner_private.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Header file for Row Level Security (RLS) utility commands to be used
|
||||
* with the rowsecurity feature.
|
||||
*
|
||||
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2007-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/utils/rls.h
|
||||
*
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* ruleutils.h
|
||||
* Declarations for ruleutils.c
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/ruleutils.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* sampling.h
|
||||
* definitions for sampling functions
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/sampling.h
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* infrastructure for selectivity and cost estimation.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/selfuncs.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* sharedtuplestore.h
|
||||
* Simple mechanism for sharing tuples between backends.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/sharedtuplestore.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* snapmgr.h
|
||||
* POSTGRES snapshot manager
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/snapmgr.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* snapshot.h
|
||||
* POSTGRES snapshot definition
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/snapshot.h
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
* function for such cases, but probably not any other acceleration method.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/sortsupport.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* spccache.h
|
||||
* Tablespace cache.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/spccache.h
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
* See also lsyscache.h, which provides convenience routines for
|
||||
* common cache-lookup operations.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/syscache.h
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Routines to multiplex SIGALRM interrupts for multiple timeout reasons.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/timeout.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* timestamp.h
|
||||
* Definitions for the SQL "timestamp" and "interval" types.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/timestamp.h
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* algorithm. Parallel sorts use a variant of this external sort
|
||||
* algorithm, and are typically only used for large amounts of data.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/tuplesort.h
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
* Also, we have changed the API to return tuples in TupleTableSlots,
|
||||
* so that there is a check to prevent attempted access to system columns.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/tuplestore.h
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
* The type cache exists to speed lookup of certain information about data
|
||||
* types that is not directly available from a type's pg_type row.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/typcache.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* tzparser.h
|
||||
* Timezone offset file parsing definitions.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/tzparser.h
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* to avoid conflicts with any uuid_t type that might be defined by
|
||||
* the system headers.
|
||||
*
|
||||
* Copyright (c) 2007-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2007-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/utils/uuid.h
|
||||
*
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
*
|
||||
* Code originally contributed by Adriaan Joubert.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/varbit.h
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* varlena.h
|
||||
* Functions for the variable-length built-in types.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/varlena.h
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* wait_event.h
|
||||
* Definitions related to wait event reporting
|
||||
*
|
||||
* Copyright (c) 2001-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2001-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/utils/wait_event.h
|
||||
* ----------
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
* xid8.h
|
||||
* Header file for the "xid8" ADT.
|
||||
*
|
||||
* Copyright (c) 2020-2021, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2020-2022, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/utils/xid8.h
|
||||
*
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Declarations for XML data type support.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/utils/xml.h
|
||||
|
||||
Reference in New Issue
Block a user