mirror of
https://github.com/postgres/postgres.git
synced 2025-10-21 02:52:47 +03:00
Update copyright for 2024
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* amapi.h
|
||||
* API for Postgres index access methods.
|
||||
*
|
||||
* Copyright (c) 2015-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2015-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/amapi.h
|
||||
*
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Support routines for index access methods' amvalidate and
|
||||
* amadjustmembers functions.
|
||||
*
|
||||
* Copyright (c) 2016-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2016-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/amvalidate.h
|
||||
*
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Definitions for PostgreSQL attribute mappings
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/attmap.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES attribute number definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/attnum.h
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* AM-callable functions for BRIN indexes
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* brin_internal.h
|
||||
* internal declarations for BRIN indexes
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* brin_page.h
|
||||
* Prototypes and definitions for BRIN page layouts
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* brin_pageops.h
|
||||
* Prototypes for operating on BRIN pages.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* brin_revmap.h
|
||||
* Prototypes for BRIN reverse range maps
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* brin_tuple.h
|
||||
* Declarations for dealing with BRIN-specific tuples.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES BRIN access XLOG definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/brin_xlog.h
|
||||
|
@@ -7,7 +7,7 @@
|
||||
* individual rmgr, but we make things easier by providing some
|
||||
* common routines to handle cases which occur in multiple rmgrs.
|
||||
*
|
||||
* Portions Copyright (c) 2016-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/bufmask.h
|
||||
*
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* PostgreSQL transaction-commit-log manager
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/clog.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* PostgreSQL commit timestamp manager
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/commit_ts.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* detoast.h
|
||||
* Access to compressed and external varlena values.
|
||||
*
|
||||
* Copyright (c) 2000-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2000-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/detoast.h
|
||||
*
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES generalized index access method definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/genam.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Generic xlog API definition.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/generic_xlog.h
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* gin.h
|
||||
* Public header file for Generalized Inverted Index access method.
|
||||
*
|
||||
* Copyright (c) 2006-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2006-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/gin.h
|
||||
*--------------------------------------------------------------------------
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* gin_private.h
|
||||
* header file for postgres inverted index access method implementation.
|
||||
*
|
||||
* Copyright (c) 2006-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2006-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/gin_private.h
|
||||
*--------------------------------------------------------------------------
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* ginblock.h
|
||||
* details of structures stored in GIN index blocks
|
||||
*
|
||||
* Copyright (c) 2006-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2006-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/ginblock.h
|
||||
*--------------------------------------------------------------------------
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* ginxlog.h
|
||||
* header file for postgres inverted index xlog implementation.
|
||||
*
|
||||
* Copyright (c) 2006-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2006-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/ginxlog.h
|
||||
*--------------------------------------------------------------------------
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* changes should be made with care.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/gist.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* private declarations for GiST -- declarations related to the
|
||||
* internal implementation of GiST, not the public API
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/gist_private.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* routines defined in access/gist/gistscan.c
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/gistscan.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* gistxlog.h
|
||||
* gist xlog routines
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/gistxlog.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* header file for postgres hash access method implementation
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/hash.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* header file for Postgres hash AM implementation
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/hash_xlog.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES heap access method definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/heapam.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES heap access XLOG definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/heapam_xlog.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Heap-specific definitions for external and compressed storage
|
||||
* of variable size attributes.
|
||||
*
|
||||
* Copyright (c) 2000-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2000-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/heaptoast.h
|
||||
*
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES heap access method input/output definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/hio.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES heap tuple definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/htup.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES heap tuple header definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/htup_details.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES index tuple definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/itup.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* PostgreSQL multi-transaction-log manager
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/multixact.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* header file for postgres btree access method implementation.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/nbtree.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* nbtxlog.h
|
||||
* header file for postgres btree xlog routines
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/nbtxlog.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* parallel.h
|
||||
* Infrastructure for launching parallel workers
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/parallel.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* printsimple.h
|
||||
* print simple tuples without catalog access
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/printsimple.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
*
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/printtup.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Generic relation related routines.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/relation.h
|
||||
|
@@ -9,7 +9,7 @@
|
||||
* into a lot of low-level code.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/reloptions.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES relation scan descriptor definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/relscan.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* rewriteheap.h
|
||||
* Declarations for heap rewrite support functions
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994-5, Regents of the University of California
|
||||
*
|
||||
* src/include/access/rewriteheap.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* rmgrdesc_utils.h
|
||||
* Support functions for rmgrdesc routines
|
||||
*
|
||||
* Copyright (c) 2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2023-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/rmgrdesc_utils.h
|
||||
*
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* by the PG_RMGR macro, which is not defined in this file; it can be
|
||||
* defined by the caller for special purposes.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/rmgrlist.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES scan direction definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/sdir.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* session.h
|
||||
* Encapsulation of user session.
|
||||
*
|
||||
* Copyright (c) 2017-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2017-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/session.h
|
||||
*
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES scan key definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/skey.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* slru.h
|
||||
* Simple LRU buffering for transaction status logfiles
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/slru.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Public header file for SP-GiST access method.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/spgist.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Private declarations for SP-GiST access method.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/spgist_private.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* spgxlog.h
|
||||
* xlog declarations for SP-GiST access method.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/spgxlog.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES strategy number definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/stratnum.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* PostgreSQL subtransaction-log manager
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/subtrans.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES synchronous scan support functions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/syncscan.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES system attribute definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/sysattr.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Generic routines for table related code.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/table.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES table access method definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/tableam.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Functions for reading and writing timeline history files.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/timeline.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* toast_compression.h
|
||||
* Functions for toast compression.
|
||||
*
|
||||
* Copyright (c) 2021-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2021-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/toast_compression.h
|
||||
*
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Helper functions for table AMs implementing compressed or
|
||||
* out-of-line storage of varlena attributes.
|
||||
*
|
||||
* Copyright (c) 2000-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2000-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/toast_helper.h
|
||||
*
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* toast_internals.h
|
||||
* Internal definitions for the TOAST system.
|
||||
*
|
||||
* Copyright (c) 2000-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2000-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/toast_internals.h
|
||||
*
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* postgres transaction access method support code
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/transam.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* tsmapi.h
|
||||
* API for tablesample methods
|
||||
*
|
||||
* Copyright (c) 2015-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2015-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/tsmapi.h
|
||||
*
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Tuple conversion support.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/tupconvert.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES tuple descriptor definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/tupdesc.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES tuple descriptor definitions we can't include everywhere
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/tupdesc_details.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Tuple macros used by both index tuples and heap tuples.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/tupmacs.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Two-phase-commit related declarations.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/twophase.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Two-phase-commit resource managers definition
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/twophase_rmgr.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* POSTGRES tuple qualification validity definitions.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/valid.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* visibility map interface
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 2007-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2007-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/visibilitymap.h
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* macros for accessing contents of visibility map pages
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2021-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2021-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/access/visibilitymapdefs.h
|
||||
*
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* postgres transaction system definitions
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/xact.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* PostgreSQL write-ahead log manager
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/xlog.h
|
||||
|
@@ -11,7 +11,7 @@
|
||||
* Note: This file must be includable in both frontend and backend contexts,
|
||||
* to allow stand-alone tools like pg_receivewal to deal with WAL files.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/xlog_internal.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* xlogarchive.h
|
||||
* Prototypes for WAL archives in the backend
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* xlogbackup.h
|
||||
* Definitions for internals of base backups.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Postgres write-ahead log manager record pointer and
|
||||
* timeline number definitions
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/xlogdefs.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Functions for generating WAL records
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/xloginsert.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* xlogprefetcher.h
|
||||
* Declarations for the recovery prefetching module.
|
||||
*
|
||||
* Portions Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* xlogreader.h
|
||||
* Definitions for the generic XLog reading facility
|
||||
*
|
||||
* Portions Copyright (c) 2013-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2013-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/include/access/xlogreader.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Definitions for the WAL record format.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/xlogrecord.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Functions for WAL recovery and standby mode
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/xlogrecovery.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* xlogstats.h
|
||||
* Definitions for WAL Statitstics
|
||||
*
|
||||
* Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/include/access/xlogstats.h
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Utilities for replaying WAL records.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/access/xlogutils.h
|
||||
|
Reference in New Issue
Block a user