Update copyright for 2022
authorBruce Momjian <bruce@momjian.us>
Sat, 8 Jan 2022 00:04:57 +0000 (19:04 -0500)
committerBruce Momjian <bruce@momjian.us>
Sat, 8 Jan 2022 00:04:57 +0000 (19:04 -0500)
Backpatch-through: 10

2061 files changed:
COPYRIGHT
configure
configure.ac
contrib/adminpack/adminpack.c
contrib/amcheck/t/001_verify_heapam.pl
contrib/amcheck/t/002_cic.pl
contrib/amcheck/t/003_cic_2pc.pl
contrib/amcheck/verify_heapam.c
contrib/amcheck/verify_nbtree.c
contrib/auth_delay/auth_delay.c
contrib/auto_explain/auto_explain.c
contrib/auto_explain/t/001_auto_explain.pl
contrib/bloom/blcost.c
contrib/bloom/blinsert.c
contrib/bloom/bloom.h
contrib/bloom/blscan.c
contrib/bloom/blutils.c
contrib/bloom/blvacuum.c
contrib/bloom/blvalidate.c
contrib/bloom/t/001_wal.pl
contrib/dblink/dblink.c
contrib/dict_int/dict_int.c
contrib/dict_xsyn/dict_xsyn.c
contrib/file_fdw/file_fdw.c
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/hstore/hstore_subs.c
contrib/intarray/_int_selfuncs.c
contrib/intarray/bench/bench.pl
contrib/intarray/bench/create_test.pl
contrib/isn/isn.c
contrib/isn/isn.h
contrib/oid2name/t/001_basic.pl
contrib/old_snapshot/time_mapping.c
contrib/pageinspect/brinfuncs.c
contrib/pageinspect/fsmfuncs.c
contrib/pageinspect/ginfuncs.c
contrib/pageinspect/gistfuncs.c
contrib/pageinspect/hashfuncs.c
contrib/pageinspect/heapfuncs.c
contrib/pageinspect/pageinspect.h
contrib/pageinspect/rawpage.c
contrib/passwordcheck/passwordcheck.c
contrib/pg_prewarm/autoprewarm.c
contrib/pg_prewarm/pg_prewarm.c
contrib/pg_stat_statements/pg_stat_statements.c
contrib/pg_surgery/heap_surgery.c
contrib/pg_trgm/trgm_regexp.c
contrib/pg_visibility/pg_visibility.c
contrib/pgstattuple/pgstatapprox.c
contrib/postgres_fdw/connection.c
contrib/postgres_fdw/deparse.c
contrib/postgres_fdw/option.c
contrib/postgres_fdw/postgres_fdw.c
contrib/postgres_fdw/postgres_fdw.h
contrib/postgres_fdw/shippable.c
contrib/seg/seg-validate.pl
contrib/seg/sort-segments.pl
contrib/sepgsql/database.c
contrib/sepgsql/dml.c
contrib/sepgsql/hooks.c
contrib/sepgsql/label.c
contrib/sepgsql/launcher
contrib/sepgsql/proc.c
contrib/sepgsql/relation.c
contrib/sepgsql/schema.c
contrib/sepgsql/selinux.c
contrib/sepgsql/sepgsql.h
contrib/sepgsql/uavc.c
contrib/tablefunc/tablefunc.c
contrib/tablefunc/tablefunc.h
contrib/tcn/tcn.c
contrib/test_decoding/t/001_repl_stats.pl
contrib/test_decoding/test_decoding.c
contrib/tsm_system_rows/tsm_system_rows.c
contrib/tsm_system_time/tsm_system_time.c
contrib/unaccent/unaccent.c
contrib/uuid-ossp/uuid-ossp.c
contrib/vacuumlo/t/001_basic.pl
contrib/vacuumlo/vacuumlo.c
doc/src/sgml/generate-errcodes-table.pl
doc/src/sgml/generate-keywords-table.pl
doc/src/sgml/legal.sgml
doc/src/sgml/lobj.sgml
src/backend/Makefile
src/backend/access/brin/brin.c
src/backend/access/brin/brin_bloom.c
src/backend/access/brin/brin_inclusion.c
src/backend/access/brin/brin_minmax.c
src/backend/access/brin/brin_minmax_multi.c
src/backend/access/brin/brin_pageops.c
src/backend/access/brin/brin_revmap.c
src/backend/access/brin/brin_tuple.c
src/backend/access/brin/brin_validate.c
src/backend/access/brin/brin_xlog.c
src/backend/access/common/attmap.c
src/backend/access/common/bufmask.c
src/backend/access/common/detoast.c
src/backend/access/common/heaptuple.c
src/backend/access/common/indextuple.c
src/backend/access/common/printsimple.c
src/backend/access/common/printtup.c
src/backend/access/common/relation.c
src/backend/access/common/reloptions.c
src/backend/access/common/scankey.c
src/backend/access/common/session.c
src/backend/access/common/syncscan.c
src/backend/access/common/toast_compression.c
src/backend/access/common/toast_internals.c
src/backend/access/common/tupconvert.c
src/backend/access/common/tupdesc.c
src/backend/access/gin/ginarrayproc.c
src/backend/access/gin/ginbtree.c
src/backend/access/gin/ginbulk.c
src/backend/access/gin/gindatapage.c
src/backend/access/gin/ginentrypage.c
src/backend/access/gin/ginfast.c
src/backend/access/gin/ginget.c
src/backend/access/gin/gininsert.c
src/backend/access/gin/ginlogic.c
src/backend/access/gin/ginpostinglist.c
src/backend/access/gin/ginscan.c
src/backend/access/gin/ginutil.c
src/backend/access/gin/ginvacuum.c
src/backend/access/gin/ginvalidate.c
src/backend/access/gin/ginxlog.c
src/backend/access/gist/gist.c
src/backend/access/gist/gistbuild.c
src/backend/access/gist/gistbuildbuffers.c
src/backend/access/gist/gistget.c
src/backend/access/gist/gistproc.c
src/backend/access/gist/gistscan.c
src/backend/access/gist/gistsplit.c
src/backend/access/gist/gistutil.c
src/backend/access/gist/gistvacuum.c
src/backend/access/gist/gistvalidate.c
src/backend/access/gist/gistxlog.c
src/backend/access/hash/hash.c
src/backend/access/hash/hash_xlog.c
src/backend/access/hash/hashfunc.c
src/backend/access/hash/hashinsert.c
src/backend/access/hash/hashovfl.c
src/backend/access/hash/hashpage.c
src/backend/access/hash/hashsearch.c
src/backend/access/hash/hashsort.c
src/backend/access/hash/hashutil.c
src/backend/access/hash/hashvalidate.c
src/backend/access/heap/heapam.c
src/backend/access/heap/heapam_handler.c
src/backend/access/heap/heapam_visibility.c
src/backend/access/heap/heaptoast.c
src/backend/access/heap/hio.c
src/backend/access/heap/pruneheap.c
src/backend/access/heap/rewriteheap.c
src/backend/access/heap/vacuumlazy.c
src/backend/access/heap/visibilitymap.c
src/backend/access/index/amapi.c
src/backend/access/index/amvalidate.c
src/backend/access/index/genam.c
src/backend/access/index/indexam.c
src/backend/access/nbtree/nbtcompare.c
src/backend/access/nbtree/nbtdedup.c
src/backend/access/nbtree/nbtinsert.c
src/backend/access/nbtree/nbtpage.c
src/backend/access/nbtree/nbtree.c
src/backend/access/nbtree/nbtsearch.c
src/backend/access/nbtree/nbtsort.c
src/backend/access/nbtree/nbtsplitloc.c
src/backend/access/nbtree/nbtutils.c
src/backend/access/nbtree/nbtvalidate.c
src/backend/access/nbtree/nbtxlog.c
src/backend/access/rmgrdesc/brindesc.c
src/backend/access/rmgrdesc/clogdesc.c
src/backend/access/rmgrdesc/committsdesc.c
src/backend/access/rmgrdesc/dbasedesc.c
src/backend/access/rmgrdesc/genericdesc.c
src/backend/access/rmgrdesc/gindesc.c
src/backend/access/rmgrdesc/gistdesc.c
src/backend/access/rmgrdesc/hashdesc.c
src/backend/access/rmgrdesc/heapdesc.c
src/backend/access/rmgrdesc/logicalmsgdesc.c
src/backend/access/rmgrdesc/mxactdesc.c
src/backend/access/rmgrdesc/nbtdesc.c
src/backend/access/rmgrdesc/relmapdesc.c
src/backend/access/rmgrdesc/replorigindesc.c
src/backend/access/rmgrdesc/seqdesc.c
src/backend/access/rmgrdesc/smgrdesc.c
src/backend/access/rmgrdesc/spgdesc.c
src/backend/access/rmgrdesc/standbydesc.c
src/backend/access/rmgrdesc/tblspcdesc.c
src/backend/access/rmgrdesc/xactdesc.c
src/backend/access/rmgrdesc/xlogdesc.c
src/backend/access/spgist/spgdoinsert.c
src/backend/access/spgist/spginsert.c
src/backend/access/spgist/spgkdtreeproc.c
src/backend/access/spgist/spgproc.c
src/backend/access/spgist/spgquadtreeproc.c
src/backend/access/spgist/spgscan.c
src/backend/access/spgist/spgtextproc.c
src/backend/access/spgist/spgutils.c
src/backend/access/spgist/spgvacuum.c
src/backend/access/spgist/spgvalidate.c
src/backend/access/spgist/spgxlog.c
src/backend/access/table/table.c
src/backend/access/table/tableam.c
src/backend/access/table/tableamapi.c
src/backend/access/table/toast_helper.c
src/backend/access/tablesample/bernoulli.c
src/backend/access/tablesample/system.c
src/backend/access/tablesample/tablesample.c
src/backend/access/transam/clog.c
src/backend/access/transam/commit_ts.c
src/backend/access/transam/generic_xlog.c
src/backend/access/transam/multixact.c
src/backend/access/transam/parallel.c
src/backend/access/transam/slru.c
src/backend/access/transam/subtrans.c
src/backend/access/transam/timeline.c
src/backend/access/transam/transam.c
src/backend/access/transam/twophase.c
src/backend/access/transam/twophase_rmgr.c
src/backend/access/transam/varsup.c
src/backend/access/transam/xact.c
src/backend/access/transam/xlog.c
src/backend/access/transam/xlogarchive.c
src/backend/access/transam/xlogfuncs.c
src/backend/access/transam/xloginsert.c
src/backend/access/transam/xlogreader.c
src/backend/access/transam/xlogutils.c
src/backend/bootstrap/bootparse.y
src/backend/bootstrap/bootscanner.l
src/backend/bootstrap/bootstrap.c
src/backend/catalog/Catalog.pm
src/backend/catalog/Makefile
src/backend/catalog/aclchk.c
src/backend/catalog/catalog.c
src/backend/catalog/dependency.c
src/backend/catalog/genbki.pl
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/backend/catalog/indexing.c
src/backend/catalog/information_schema.sql
src/backend/catalog/namespace.c
src/backend/catalog/objectaccess.c
src/backend/catalog/objectaddress.c
src/backend/catalog/partition.c
src/backend/catalog/pg_aggregate.c
src/backend/catalog/pg_cast.c
src/backend/catalog/pg_class.c
src/backend/catalog/pg_collation.c
src/backend/catalog/pg_constraint.c
src/backend/catalog/pg_conversion.c
src/backend/catalog/pg_db_role_setting.c
src/backend/catalog/pg_depend.c
src/backend/catalog/pg_enum.c
src/backend/catalog/pg_inherits.c
src/backend/catalog/pg_largeobject.c
src/backend/catalog/pg_namespace.c
src/backend/catalog/pg_operator.c
src/backend/catalog/pg_proc.c
src/backend/catalog/pg_publication.c
src/backend/catalog/pg_range.c
src/backend/catalog/pg_shdepend.c
src/backend/catalog/pg_subscription.c
src/backend/catalog/pg_type.c
src/backend/catalog/storage.c
src/backend/catalog/system_functions.sql
src/backend/catalog/system_views.sql
src/backend/catalog/toasting.c
src/backend/commands/aggregatecmds.c
src/backend/commands/alter.c
src/backend/commands/amcmds.c
src/backend/commands/analyze.c
src/backend/commands/async.c
src/backend/commands/cluster.c
src/backend/commands/collationcmds.c
src/backend/commands/comment.c
src/backend/commands/constraint.c
src/backend/commands/conversioncmds.c
src/backend/commands/copy.c
src/backend/commands/copyfrom.c
src/backend/commands/copyfromparse.c
src/backend/commands/copyto.c
src/backend/commands/createas.c
src/backend/commands/dbcommands.c
src/backend/commands/define.c
src/backend/commands/discard.c
src/backend/commands/dropcmds.c
src/backend/commands/event_trigger.c
src/backend/commands/explain.c
src/backend/commands/extension.c
src/backend/commands/foreigncmds.c
src/backend/commands/functioncmds.c
src/backend/commands/indexcmds.c
src/backend/commands/lockcmds.c
src/backend/commands/matview.c
src/backend/commands/opclasscmds.c
src/backend/commands/operatorcmds.c
src/backend/commands/policy.c
src/backend/commands/portalcmds.c
src/backend/commands/prepare.c
src/backend/commands/proclang.c
src/backend/commands/publicationcmds.c
src/backend/commands/schemacmds.c
src/backend/commands/seclabel.c
src/backend/commands/sequence.c
src/backend/commands/statscmds.c
src/backend/commands/subscriptioncmds.c
src/backend/commands/tablecmds.c
src/backend/commands/tablespace.c
src/backend/commands/trigger.c
src/backend/commands/tsearchcmds.c
src/backend/commands/typecmds.c
src/backend/commands/user.c
src/backend/commands/vacuum.c
src/backend/commands/vacuumparallel.c
src/backend/commands/variable.c
src/backend/commands/view.c
src/backend/executor/execAmi.c
src/backend/executor/execAsync.c
src/backend/executor/execCurrent.c
src/backend/executor/execExpr.c
src/backend/executor/execExprInterp.c
src/backend/executor/execGrouping.c
src/backend/executor/execIndexing.c
src/backend/executor/execJunk.c
src/backend/executor/execMain.c
src/backend/executor/execParallel.c
src/backend/executor/execPartition.c
src/backend/executor/execProcnode.c
src/backend/executor/execReplication.c
src/backend/executor/execSRF.c
src/backend/executor/execScan.c
src/backend/executor/execTuples.c
src/backend/executor/execUtils.c
src/backend/executor/functions.c
src/backend/executor/instrument.c
src/backend/executor/nodeAgg.c
src/backend/executor/nodeAppend.c
src/backend/executor/nodeBitmapAnd.c
src/backend/executor/nodeBitmapHeapscan.c
src/backend/executor/nodeBitmapIndexscan.c
src/backend/executor/nodeBitmapOr.c
src/backend/executor/nodeCtescan.c
src/backend/executor/nodeCustom.c
src/backend/executor/nodeForeignscan.c
src/backend/executor/nodeFunctionscan.c
src/backend/executor/nodeGather.c
src/backend/executor/nodeGatherMerge.c
src/backend/executor/nodeGroup.c
src/backend/executor/nodeHash.c
src/backend/executor/nodeHashjoin.c
src/backend/executor/nodeIncrementalSort.c
src/backend/executor/nodeIndexonlyscan.c
src/backend/executor/nodeIndexscan.c
src/backend/executor/nodeLimit.c
src/backend/executor/nodeLockRows.c
src/backend/executor/nodeMaterial.c
src/backend/executor/nodeMemoize.c
src/backend/executor/nodeMergeAppend.c
src/backend/executor/nodeMergejoin.c
src/backend/executor/nodeModifyTable.c
src/backend/executor/nodeNamedtuplestorescan.c
src/backend/executor/nodeNestloop.c
src/backend/executor/nodeProjectSet.c
src/backend/executor/nodeRecursiveunion.c
src/backend/executor/nodeResult.c
src/backend/executor/nodeSamplescan.c
src/backend/executor/nodeSeqscan.c
src/backend/executor/nodeSetOp.c
src/backend/executor/nodeSort.c
src/backend/executor/nodeSubplan.c
src/backend/executor/nodeSubqueryscan.c
src/backend/executor/nodeTableFuncscan.c
src/backend/executor/nodeTidrangescan.c
src/backend/executor/nodeTidscan.c
src/backend/executor/nodeUnique.c
src/backend/executor/nodeValuesscan.c
src/backend/executor/nodeWindowAgg.c
src/backend/executor/nodeWorktablescan.c
src/backend/executor/spi.c
src/backend/executor/tqueue.c
src/backend/executor/tstoreReceiver.c
src/backend/foreign/foreign.c
src/backend/jit/jit.c
src/backend/jit/llvm/llvmjit.c
src/backend/jit/llvm/llvmjit_deform.c
src/backend/jit/llvm/llvmjit_error.cpp
src/backend/jit/llvm/llvmjit_expr.c
src/backend/jit/llvm/llvmjit_inline.cpp
src/backend/jit/llvm/llvmjit_types.c
src/backend/jit/llvm/llvmjit_wrap.cpp
src/backend/lib/binaryheap.c
src/backend/lib/bipartite_match.c
src/backend/lib/bloomfilter.c
src/backend/lib/dshash.c
src/backend/lib/hyperloglog.c
src/backend/lib/ilist.c
src/backend/lib/integerset.c
src/backend/lib/knapsack.c
src/backend/lib/pairingheap.c
src/backend/lib/rbtree.c
src/backend/libpq/auth-sasl.c
src/backend/libpq/auth-scram.c
src/backend/libpq/auth.c
src/backend/libpq/be-fsstubs.c
src/backend/libpq/be-gssapi-common.c
src/backend/libpq/be-secure-common.c
src/backend/libpq/be-secure-gssapi.c
src/backend/libpq/be-secure-openssl.c
src/backend/libpq/be-secure.c
src/backend/libpq/crypt.c
src/backend/libpq/hba.c
src/backend/libpq/ifaddr.c
src/backend/libpq/pqcomm.c
src/backend/libpq/pqformat.c
src/backend/libpq/pqmq.c
src/backend/libpq/pqsignal.c
src/backend/main/main.c
src/backend/nodes/bitmapset.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/nodes/extensible.c
src/backend/nodes/list.c
src/backend/nodes/makefuncs.c
src/backend/nodes/nodeFuncs.c
src/backend/nodes/nodes.c
src/backend/nodes/outfuncs.c
src/backend/nodes/params.c
src/backend/nodes/print.c
src/backend/nodes/read.c
src/backend/nodes/readfuncs.c
src/backend/nodes/tidbitmap.c
src/backend/nodes/value.c
src/backend/optimizer/geqo/geqo_copy.c
src/backend/optimizer/geqo/geqo_eval.c
src/backend/optimizer/geqo/geqo_main.c
src/backend/optimizer/geqo/geqo_misc.c
src/backend/optimizer/geqo/geqo_pool.c
src/backend/optimizer/geqo/geqo_random.c
src/backend/optimizer/geqo/geqo_selection.c
src/backend/optimizer/path/allpaths.c
src/backend/optimizer/path/clausesel.c
src/backend/optimizer/path/costsize.c
src/backend/optimizer/path/equivclass.c
src/backend/optimizer/path/indxpath.c
src/backend/optimizer/path/joinpath.c
src/backend/optimizer/path/joinrels.c
src/backend/optimizer/path/pathkeys.c
src/backend/optimizer/path/tidpath.c
src/backend/optimizer/plan/analyzejoins.c
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/plan/initsplan.c
src/backend/optimizer/plan/planagg.c
src/backend/optimizer/plan/planmain.c
src/backend/optimizer/plan/planner.c
src/backend/optimizer/plan/setrefs.c
src/backend/optimizer/plan/subselect.c
src/backend/optimizer/prep/prepagg.c
src/backend/optimizer/prep/prepjointree.c
src/backend/optimizer/prep/prepqual.c
src/backend/optimizer/prep/preptlist.c
src/backend/optimizer/prep/prepunion.c
src/backend/optimizer/util/appendinfo.c
src/backend/optimizer/util/clauses.c
src/backend/optimizer/util/inherit.c
src/backend/optimizer/util/joininfo.c
src/backend/optimizer/util/orclauses.c
src/backend/optimizer/util/paramassign.c
src/backend/optimizer/util/pathnode.c
src/backend/optimizer/util/placeholder.c
src/backend/optimizer/util/plancat.c
src/backend/optimizer/util/predtest.c
src/backend/optimizer/util/relnode.c
src/backend/optimizer/util/restrictinfo.c
src/backend/optimizer/util/tlist.c
src/backend/optimizer/util/var.c
src/backend/parser/analyze.c
src/backend/parser/check_keywords.pl
src/backend/parser/gram.y
src/backend/parser/parse_agg.c
src/backend/parser/parse_clause.c
src/backend/parser/parse_coerce.c
src/backend/parser/parse_collate.c
src/backend/parser/parse_cte.c
src/backend/parser/parse_enr.c
src/backend/parser/parse_expr.c
src/backend/parser/parse_func.c
src/backend/parser/parse_node.c
src/backend/parser/parse_oper.c
src/backend/parser/parse_param.c
src/backend/parser/parse_relation.c
src/backend/parser/parse_target.c
src/backend/parser/parse_type.c
src/backend/parser/parse_utilcmd.c
src/backend/parser/parser.c
src/backend/parser/scan.l
src/backend/parser/scansup.c
src/backend/partitioning/partbounds.c
src/backend/partitioning/partdesc.c
src/backend/partitioning/partprune.c
src/backend/port/atomics.c
src/backend/port/posix_sema.c
src/backend/port/sysv_sema.c
src/backend/port/sysv_shmem.c
src/backend/port/tas/sunstudio_sparc.s
src/backend/port/tas/sunstudio_x86.s
src/backend/port/win32/crashdump.c
src/backend/port/win32/signal.c
src/backend/port/win32/socket.c
src/backend/port/win32/timer.c
src/backend/port/win32_sema.c
src/backend/port/win32_shmem.c
src/backend/postmaster/autovacuum.c
src/backend/postmaster/auxprocess.c
src/backend/postmaster/bgworker.c
src/backend/postmaster/bgwriter.c
src/backend/postmaster/checkpointer.c
src/backend/postmaster/fork_process.c
src/backend/postmaster/interrupt.c
src/backend/postmaster/pgarch.c
src/backend/postmaster/pgstat.c
src/backend/postmaster/postmaster.c
src/backend/postmaster/startup.c
src/backend/postmaster/syslogger.c
src/backend/postmaster/walwriter.c
src/backend/regex/regc_pg_locale.c
src/backend/regex/regexport.c
src/backend/regex/regprefix.c
src/backend/replication/backup_manifest.c
src/backend/replication/basebackup.c
src/backend/replication/basebackup_copy.c
src/backend/replication/basebackup_progress.c
src/backend/replication/basebackup_sink.c
src/backend/replication/basebackup_throttle.c
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c
src/backend/replication/logical/decode.c
src/backend/replication/logical/launcher.c
src/backend/replication/logical/logical.c
src/backend/replication/logical/logicalfuncs.c
src/backend/replication/logical/message.c
src/backend/replication/logical/origin.c
src/backend/replication/logical/proto.c
src/backend/replication/logical/relation.c
src/backend/replication/logical/reorderbuffer.c
src/backend/replication/logical/snapbuild.c
src/backend/replication/logical/tablesync.c
src/backend/replication/logical/worker.c
src/backend/replication/pgoutput/pgoutput.c
src/backend/replication/repl_gram.y
src/backend/replication/repl_scanner.l
src/backend/replication/slot.c
src/backend/replication/slotfuncs.c
src/backend/replication/syncrep.c
src/backend/replication/syncrep_gram.y
src/backend/replication/syncrep_scanner.l
src/backend/replication/walreceiver.c
src/backend/replication/walreceiverfuncs.c
src/backend/replication/walsender.c
src/backend/rewrite/rewriteDefine.c
src/backend/rewrite/rewriteHandler.c
src/backend/rewrite/rewriteManip.c
src/backend/rewrite/rewriteRemove.c
src/backend/rewrite/rewriteSearchCycle.c
src/backend/rewrite/rewriteSupport.c
src/backend/rewrite/rowsecurity.c
src/backend/snowball/dict_snowball.c
src/backend/snowball/snowball.sql.in
src/backend/snowball/snowball_func.sql.in
src/backend/statistics/dependencies.c
src/backend/statistics/extended_stats.c
src/backend/statistics/mcv.c
src/backend/statistics/mvdistinct.c
src/backend/storage/buffer/buf_init.c
src/backend/storage/buffer/buf_table.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/freelist.c
src/backend/storage/buffer/localbuf.c
src/backend/storage/file/buffile.c
src/backend/storage/file/copydir.c
src/backend/storage/file/fd.c
src/backend/storage/file/fileset.c
src/backend/storage/file/reinit.c
src/backend/storage/file/sharedfileset.c
src/backend/storage/freespace/freespace.c
src/backend/storage/freespace/fsmpage.c
src/backend/storage/freespace/indexfsm.c
src/backend/storage/ipc/barrier.c
src/backend/storage/ipc/dsm.c
src/backend/storage/ipc/dsm_impl.c
src/backend/storage/ipc/ipc.c
src/backend/storage/ipc/ipci.c
src/backend/storage/ipc/latch.c
src/backend/storage/ipc/pmsignal.c
src/backend/storage/ipc/procarray.c
src/backend/storage/ipc/procsignal.c
src/backend/storage/ipc/shm_mq.c
src/backend/storage/ipc/shm_toc.c
src/backend/storage/ipc/shmem.c
src/backend/storage/ipc/shmqueue.c
src/backend/storage/ipc/signalfuncs.c
src/backend/storage/ipc/sinval.c
src/backend/storage/ipc/sinvaladt.c
src/backend/storage/ipc/standby.c
src/backend/storage/large_object/inv_api.c
src/backend/storage/lmgr/condition_variable.c
src/backend/storage/lmgr/deadlock.c
src/backend/storage/lmgr/generate-lwlocknames.pl
src/backend/storage/lmgr/lmgr.c
src/backend/storage/lmgr/lock.c
src/backend/storage/lmgr/lwlock.c
src/backend/storage/lmgr/predicate.c
src/backend/storage/lmgr/proc.c
src/backend/storage/lmgr/s_lock.c
src/backend/storage/lmgr/spin.c
src/backend/storage/page/bufpage.c
src/backend/storage/page/checksum.c
src/backend/storage/page/itemptr.c
src/backend/storage/smgr/md.c
src/backend/storage/smgr/smgr.c
src/backend/storage/sync/sync.c
src/backend/tcop/cmdtag.c
src/backend/tcop/dest.c
src/backend/tcop/fastpath.c
src/backend/tcop/postgres.c
src/backend/tcop/pquery.c
src/backend/tcop/utility.c
src/backend/tsearch/Makefile
src/backend/tsearch/dict.c
src/backend/tsearch/dict_ispell.c
src/backend/tsearch/dict_simple.c
src/backend/tsearch/dict_synonym.c
src/backend/tsearch/dict_thesaurus.c
src/backend/tsearch/regis.c
src/backend/tsearch/spell.c
src/backend/tsearch/to_tsany.c
src/backend/tsearch/ts_locale.c
src/backend/tsearch/ts_parse.c
src/backend/tsearch/ts_selfuncs.c
src/backend/tsearch/ts_typanalyze.c
src/backend/tsearch/ts_utils.c
src/backend/tsearch/wparser.c
src/backend/tsearch/wparser_def.c
src/backend/utils/Gen_dummy_probes.pl
src/backend/utils/Gen_dummy_probes.pl.prolog
src/backend/utils/Gen_dummy_probes.sed
src/backend/utils/Gen_fmgrtab.pl
src/backend/utils/Makefile
src/backend/utils/activity/Makefile
src/backend/utils/activity/backend_progress.c
src/backend/utils/activity/backend_status.c
src/backend/utils/activity/wait_event.c
src/backend/utils/adt/acl.c
src/backend/utils/adt/amutils.c
src/backend/utils/adt/array_expanded.c
src/backend/utils/adt/array_selfuncs.c
src/backend/utils/adt/array_typanalyze.c
src/backend/utils/adt/array_userfuncs.c
src/backend/utils/adt/arrayfuncs.c
src/backend/utils/adt/arraysubs.c
src/backend/utils/adt/arrayutils.c
src/backend/utils/adt/ascii.c
src/backend/utils/adt/bool.c
src/backend/utils/adt/char.c
src/backend/utils/adt/cryptohashfuncs.c
src/backend/utils/adt/date.c
src/backend/utils/adt/datetime.c
src/backend/utils/adt/datum.c
src/backend/utils/adt/dbsize.c
src/backend/utils/adt/domains.c
src/backend/utils/adt/encode.c
src/backend/utils/adt/enum.c
src/backend/utils/adt/expandeddatum.c
src/backend/utils/adt/expandedrecord.c
src/backend/utils/adt/float.c
src/backend/utils/adt/format_type.c
src/backend/utils/adt/formatting.c
src/backend/utils/adt/genfile.c
src/backend/utils/adt/geo_ops.c
src/backend/utils/adt/geo_selfuncs.c
src/backend/utils/adt/geo_spgist.c
src/backend/utils/adt/int.c
src/backend/utils/adt/int8.c
src/backend/utils/adt/json.c
src/backend/utils/adt/jsonb.c
src/backend/utils/adt/jsonb_gin.c
src/backend/utils/adt/jsonb_op.c
src/backend/utils/adt/jsonb_util.c
src/backend/utils/adt/jsonbsubs.c
src/backend/utils/adt/jsonfuncs.c
src/backend/utils/adt/jsonpath.c
src/backend/utils/adt/jsonpath_exec.c
src/backend/utils/adt/jsonpath_gram.y
src/backend/utils/adt/jsonpath_scan.l
src/backend/utils/adt/levenshtein.c
src/backend/utils/adt/like.c
src/backend/utils/adt/like_match.c
src/backend/utils/adt/like_support.c
src/backend/utils/adt/lockfuncs.c
src/backend/utils/adt/mac.c
src/backend/utils/adt/mac8.c
src/backend/utils/adt/mcxtfuncs.c
src/backend/utils/adt/misc.c
src/backend/utils/adt/multirangetypes.c
src/backend/utils/adt/multirangetypes_selfuncs.c
src/backend/utils/adt/name.c
src/backend/utils/adt/network_gist.c
src/backend/utils/adt/network_selfuncs.c
src/backend/utils/adt/network_spgist.c
src/backend/utils/adt/numeric.c
src/backend/utils/adt/numutils.c
src/backend/utils/adt/oid.c
src/backend/utils/adt/oracle_compat.c
src/backend/utils/adt/orderedsetaggs.c
src/backend/utils/adt/partitionfuncs.c
src/backend/utils/adt/pg_locale.c
src/backend/utils/adt/pg_lsn.c
src/backend/utils/adt/pg_upgrade_support.c
src/backend/utils/adt/pgstatfuncs.c
src/backend/utils/adt/pseudotypes.c
src/backend/utils/adt/quote.c
src/backend/utils/adt/rangetypes.c
src/backend/utils/adt/rangetypes_gist.c
src/backend/utils/adt/rangetypes_selfuncs.c
src/backend/utils/adt/rangetypes_spgist.c
src/backend/utils/adt/rangetypes_typanalyze.c
src/backend/utils/adt/regexp.c
src/backend/utils/adt/regproc.c
src/backend/utils/adt/ri_triggers.c
src/backend/utils/adt/rowtypes.c
src/backend/utils/adt/ruleutils.c
src/backend/utils/adt/selfuncs.c
src/backend/utils/adt/tid.c
src/backend/utils/adt/timestamp.c
src/backend/utils/adt/trigfuncs.c
src/backend/utils/adt/tsginidx.c
src/backend/utils/adt/tsgistidx.c
src/backend/utils/adt/tsquery.c
src/backend/utils/adt/tsquery_cleanup.c
src/backend/utils/adt/tsquery_gist.c
src/backend/utils/adt/tsquery_op.c
src/backend/utils/adt/tsquery_rewrite.c
src/backend/utils/adt/tsquery_util.c
src/backend/utils/adt/tsrank.c
src/backend/utils/adt/tsvector.c
src/backend/utils/adt/tsvector_op.c
src/backend/utils/adt/tsvector_parser.c
src/backend/utils/adt/uuid.c
src/backend/utils/adt/varbit.c
src/backend/utils/adt/varchar.c
src/backend/utils/adt/varlena.c
src/backend/utils/adt/version.c
src/backend/utils/adt/windowfuncs.c
src/backend/utils/adt/xid.c
src/backend/utils/adt/xid8funcs.c
src/backend/utils/adt/xml.c
src/backend/utils/cache/attoptcache.c
src/backend/utils/cache/catcache.c
src/backend/utils/cache/evtcache.c
src/backend/utils/cache/inval.c
src/backend/utils/cache/lsyscache.c
src/backend/utils/cache/partcache.c
src/backend/utils/cache/plancache.c
src/backend/utils/cache/relcache.c
src/backend/utils/cache/relfilenodemap.c
src/backend/utils/cache/relmapper.c
src/backend/utils/cache/spccache.c
src/backend/utils/cache/syscache.c
src/backend/utils/cache/ts_cache.c
src/backend/utils/cache/typcache.c
src/backend/utils/errcodes.txt
src/backend/utils/error/assert.c
src/backend/utils/error/elog.c
src/backend/utils/fmgr/dfmgr.c
src/backend/utils/fmgr/fmgr.c
src/backend/utils/fmgr/funcapi.c
src/backend/utils/generate-errcodes.pl
src/backend/utils/hash/dynahash.c
src/backend/utils/hash/pg_crc.c
src/backend/utils/init/globals.c
src/backend/utils/init/miscinit.c
src/backend/utils/init/postinit.c
src/backend/utils/mb/Unicode/Makefile
src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
src/backend/utils/mb/Unicode/UCS_to_UHC.pl
src/backend/utils/mb/Unicode/UCS_to_most.pl
src/backend/utils/mb/Unicode/convutils.pm
src/backend/utils/mb/conv.c
src/backend/utils/mb/conversion_procs/Makefile
src/backend/utils/mb/conversion_procs/cyrillic_and_mic/cyrillic_and_mic.c
src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c
src/backend/utils/mb/conversion_procs/euc_cn_and_mic/euc_cn_and_mic.c
src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.c
src/backend/utils/mb/conversion_procs/euc_kr_and_mic/euc_kr_and_mic.c
src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c
src/backend/utils/mb/conversion_procs/latin2_and_win1250/latin2_and_win1250.c
src/backend/utils/mb/conversion_procs/latin_and_mic/latin_and_mic.c
src/backend/utils/mb/conversion_procs/utf8_and_big5/utf8_and_big5.c
src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/utf8_and_cyrillic.c
src/backend/utils/mb/conversion_procs/utf8_and_euc2004/utf8_and_euc2004.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/utf8_and_euc_cn.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/utf8_and_euc_jp.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/utf8_and_euc_kr.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/utf8_and_euc_tw.c
src/backend/utils/mb/conversion_procs/utf8_and_gb18030/utf8_and_gb18030.c
src/backend/utils/mb/conversion_procs/utf8_and_gbk/utf8_and_gbk.c
src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c
src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c
src/backend/utils/mb/conversion_procs/utf8_and_johab/utf8_and_johab.c
src/backend/utils/mb/conversion_procs/utf8_and_sjis/utf8_and_sjis.c
src/backend/utils/mb/conversion_procs/utf8_and_sjis2004/utf8_and_sjis2004.c
src/backend/utils/mb/conversion_procs/utf8_and_uhc/utf8_and_uhc.c
src/backend/utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c
src/backend/utils/mb/mbutils.c
src/backend/utils/mb/stringinfo_mb.c
src/backend/utils/misc/guc-file.l
src/backend/utils/misc/guc.c
src/backend/utils/misc/help_config.c
src/backend/utils/misc/pg_config.c
src/backend/utils/misc/pg_controldata.c
src/backend/utils/misc/pg_rusage.c
src/backend/utils/misc/ps_status.c
src/backend/utils/misc/queryenvironment.c
src/backend/utils/misc/queryjumble.c
src/backend/utils/misc/rls.c
src/backend/utils/misc/sampling.c
src/backend/utils/misc/superuser.c
src/backend/utils/misc/timeout.c
src/backend/utils/misc/tzparser.c
src/backend/utils/mmgr/aset.c
src/backend/utils/mmgr/dsa.c
src/backend/utils/mmgr/freepage.c
src/backend/utils/mmgr/generation.c
src/backend/utils/mmgr/mcxt.c
src/backend/utils/mmgr/memdebug.c
src/backend/utils/mmgr/portalmem.c
src/backend/utils/mmgr/slab.c
src/backend/utils/probes.d
src/backend/utils/resowner/resowner.c
src/backend/utils/sort/logtape.c
src/backend/utils/sort/sharedtuplestore.c
src/backend/utils/sort/sortsupport.c
src/backend/utils/sort/tuplesort.c
src/backend/utils/sort/tuplestore.c
src/backend/utils/time/combocid.c
src/backend/utils/time/snapmgr.c
src/bin/Makefile
src/bin/initdb/Makefile
src/bin/initdb/findtimezone.c
src/bin/initdb/initdb.c
src/bin/initdb/t/001_initdb.pl
src/bin/pg_amcheck/Makefile
src/bin/pg_amcheck/pg_amcheck.c
src/bin/pg_amcheck/t/001_basic.pl
src/bin/pg_amcheck/t/002_nonesuch.pl
src/bin/pg_amcheck/t/003_check.pl
src/bin/pg_amcheck/t/004_verify_heapam.pl
src/bin/pg_amcheck/t/005_opclass_damage.pl
src/bin/pg_archivecleanup/t/010_pg_archivecleanup.pl
src/bin/pg_basebackup/Makefile
src/bin/pg_basebackup/bbstreamer.h
src/bin/pg_basebackup/bbstreamer_file.c
src/bin/pg_basebackup/bbstreamer_inject.c
src/bin/pg_basebackup/bbstreamer_tar.c
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_basebackup/pg_receivewal.c
src/bin/pg_basebackup/pg_recvlogical.c
src/bin/pg_basebackup/receivelog.c
src/bin/pg_basebackup/receivelog.h
src/bin/pg_basebackup/streamutil.c
src/bin/pg_basebackup/streamutil.h
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_basebackup/t/020_pg_receivewal.pl
src/bin/pg_basebackup/t/030_pg_recvlogical.pl
src/bin/pg_basebackup/walmethods.c
src/bin/pg_basebackup/walmethods.h
src/bin/pg_checksums/Makefile
src/bin/pg_checksums/pg_checksums.c
src/bin/pg_checksums/t/001_basic.pl
src/bin/pg_checksums/t/002_actions.pl
src/bin/pg_config/Makefile
src/bin/pg_config/pg_config.c
src/bin/pg_config/t/001_pg_config.pl
src/bin/pg_controldata/Makefile
src/bin/pg_controldata/t/001_pg_controldata.pl
src/bin/pg_ctl/Makefile
src/bin/pg_ctl/pg_ctl.c
src/bin/pg_ctl/t/001_start_stop.pl
src/bin/pg_ctl/t/002_status.pl
src/bin/pg_ctl/t/003_promote.pl
src/bin/pg_ctl/t/004_logrotate.pl
src/bin/pg_dump/Makefile
src/bin/pg_dump/common.c
src/bin/pg_dump/compress_io.c
src/bin/pg_dump/compress_io.h
src/bin/pg_dump/dumputils.c
src/bin/pg_dump/dumputils.h
src/bin/pg_dump/parallel.c
src/bin/pg_dump/parallel.h
src/bin/pg_dump/pg_backup_directory.c
src/bin/pg_dump/pg_backup_utils.c
src/bin/pg_dump/pg_backup_utils.h
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/pg_dump/pg_dump_sort.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/t/001_basic.pl
src/bin/pg_dump/t/002_pg_dump.pl
src/bin/pg_dump/t/003_pg_dump_with_server.pl
src/bin/pg_dump/t/010_dump_connstr.pl
src/bin/pg_resetwal/Makefile
src/bin/pg_resetwal/pg_resetwal.c
src/bin/pg_resetwal/t/001_basic.pl
src/bin/pg_resetwal/t/002_corrupted.pl
src/bin/pg_rewind/Makefile
src/bin/pg_rewind/datapagemap.c
src/bin/pg_rewind/datapagemap.h
src/bin/pg_rewind/file_ops.c
src/bin/pg_rewind/file_ops.h
src/bin/pg_rewind/filemap.c
src/bin/pg_rewind/filemap.h
src/bin/pg_rewind/libpq_source.c
src/bin/pg_rewind/local_source.c
src/bin/pg_rewind/parsexlog.c
src/bin/pg_rewind/pg_rewind.c
src/bin/pg_rewind/pg_rewind.h
src/bin/pg_rewind/rewind_source.h
src/bin/pg_rewind/t/001_basic.pl
src/bin/pg_rewind/t/002_databases.pl
src/bin/pg_rewind/t/003_extrafiles.pl
src/bin/pg_rewind/t/004_pg_xlog_symlink.pl
src/bin/pg_rewind/t/005_same_timeline.pl
src/bin/pg_rewind/t/006_options.pl
src/bin/pg_rewind/t/007_standby_source.pl
src/bin/pg_rewind/t/008_min_recovery_point.pl
src/bin/pg_rewind/t/RewindTest.pm
src/bin/pg_rewind/timeline.c
src/bin/pg_test_fsync/t/001_basic.pl
src/bin/pg_test_timing/t/001_basic.pl
src/bin/pg_upgrade/check.c
src/bin/pg_upgrade/controldata.c
src/bin/pg_upgrade/dump.c
src/bin/pg_upgrade/exec.c
src/bin/pg_upgrade/file.c
src/bin/pg_upgrade/function.c
src/bin/pg_upgrade/info.c
src/bin/pg_upgrade/option.c
src/bin/pg_upgrade/parallel.c
src/bin/pg_upgrade/pg_upgrade.c
src/bin/pg_upgrade/pg_upgrade.h
src/bin/pg_upgrade/relfilenode.c
src/bin/pg_upgrade/server.c
src/bin/pg_upgrade/tablespace.c
src/bin/pg_upgrade/test.sh
src/bin/pg_upgrade/util.c
src/bin/pg_upgrade/version.c
src/bin/pg_verifybackup/parse_manifest.c
src/bin/pg_verifybackup/parse_manifest.h
src/bin/pg_verifybackup/pg_verifybackup.c
src/bin/pg_verifybackup/t/001_basic.pl
src/bin/pg_verifybackup/t/002_algorithm.pl
src/bin/pg_verifybackup/t/003_corruption.pl
src/bin/pg_verifybackup/t/004_options.pl
src/bin/pg_verifybackup/t/005_bad_manifest.pl
src/bin/pg_verifybackup/t/006_encoding.pl
src/bin/pg_verifybackup/t/007_wal.pl
src/bin/pg_waldump/compat.c
src/bin/pg_waldump/pg_waldump.c
src/bin/pg_waldump/t/001_basic.pl
src/bin/pgbench/exprparse.y
src/bin/pgbench/exprscan.l
src/bin/pgbench/pgbench.c
src/bin/pgbench/pgbench.h
src/bin/pgbench/t/001_pgbench_with_server.pl
src/bin/pgbench/t/002_pgbench_no_server.pl
src/bin/pgevent/Makefile
src/bin/psql/Makefile
src/bin/psql/command.c
src/bin/psql/command.h
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/copy.c
src/bin/psql/copy.h
src/bin/psql/create_help.pl
src/bin/psql/crosstabview.c
src/bin/psql/crosstabview.h
src/bin/psql/describe.c
src/bin/psql/describe.h
src/bin/psql/help.c
src/bin/psql/help.h
src/bin/psql/input.c
src/bin/psql/input.h
src/bin/psql/large_obj.c
src/bin/psql/large_obj.h
src/bin/psql/mainloop.c
src/bin/psql/mainloop.h
src/bin/psql/prompt.c
src/bin/psql/prompt.h
src/bin/psql/psqlscanslash.h
src/bin/psql/psqlscanslash.l
src/bin/psql/settings.h
src/bin/psql/startup.c
src/bin/psql/stringutils.c
src/bin/psql/stringutils.h
src/bin/psql/t/001_basic.pl
src/bin/psql/t/010_tab_completion.pl
src/bin/psql/t/020_cancel.pl
src/bin/psql/tab-complete.c
src/bin/psql/tab-complete.h
src/bin/psql/variables.c
src/bin/psql/variables.h
src/bin/scripts/Makefile
src/bin/scripts/clusterdb.c
src/bin/scripts/common.c
src/bin/scripts/common.h
src/bin/scripts/createdb.c
src/bin/scripts/createuser.c
src/bin/scripts/dropdb.c
src/bin/scripts/dropuser.c
src/bin/scripts/pg_isready.c
src/bin/scripts/reindexdb.c
src/bin/scripts/t/010_clusterdb.pl
src/bin/scripts/t/011_clusterdb_all.pl
src/bin/scripts/t/020_createdb.pl
src/bin/scripts/t/040_createuser.pl
src/bin/scripts/t/050_dropdb.pl
src/bin/scripts/t/070_dropuser.pl
src/bin/scripts/t/080_pg_isready.pl
src/bin/scripts/t/090_reindexdb.pl
src/bin/scripts/t/091_reindexdb_all.pl
src/bin/scripts/t/100_vacuumdb.pl
src/bin/scripts/t/101_vacuumdb_all.pl
src/bin/scripts/t/102_vacuumdb_stages.pl
src/bin/scripts/t/200_connstr.pl
src/bin/scripts/vacuumdb.c
src/common/archive.c
src/common/base64.c
src/common/checksum_helper.c
src/common/config_info.c
src/common/controldata_utils.c
src/common/cryptohash.c
src/common/cryptohash_openssl.c
src/common/d2s.c
src/common/d2s_full_table.h
src/common/d2s_intrinsics.h
src/common/encnames.c
src/common/exec.c
src/common/f2s.c
src/common/fe_memutils.c
src/common/file_perm.c
src/common/file_utils.c
src/common/hashfn.c
src/common/hmac.c
src/common/hmac_openssl.c
src/common/ip.c
src/common/jsonapi.c
src/common/keywords.c
src/common/kwlookup.c
src/common/link-canary.c
src/common/logging.c
src/common/md5.c
src/common/md5_common.c
src/common/md5_int.h
src/common/pg_get_line.c
src/common/pg_lzcompress.c
src/common/pg_prng.c
src/common/pgfnames.c
src/common/protocol_openssl.c
src/common/psprintf.c
src/common/relpath.c
src/common/restricted_token.c
src/common/rmtree.c
src/common/ryu_common.h
src/common/saslprep.c
src/common/scram-common.c
src/common/sha1.c
src/common/sha1_int.h
src/common/sha2.c
src/common/sha2_int.h
src/common/sprompt.c
src/common/string.c
src/common/stringinfo.c
src/common/unicode/generate-norm_test_table.pl
src/common/unicode/generate-unicode_combining_table.pl
src/common/unicode/generate-unicode_east_asian_fw_table.pl
src/common/unicode/generate-unicode_norm_table.pl
src/common/unicode/generate-unicode_normprops_table.pl
src/common/unicode/norm_test.c
src/common/unicode_norm.c
src/common/username.c
src/common/wait_error.c
src/common/wchar.c
src/fe_utils/Makefile
src/fe_utils/archive.c
src/fe_utils/cancel.c
src/fe_utils/conditional.c
src/fe_utils/connect_utils.c
src/fe_utils/mbprint.c
src/fe_utils/option_utils.c
src/fe_utils/parallel_slot.c
src/fe_utils/print.c
src/fe_utils/psqlscan.l
src/fe_utils/query_utils.c
src/fe_utils/recovery_gen.c
src/fe_utils/simple_list.c
src/fe_utils/string_utils.c
src/include/access/amapi.h
src/include/access/amvalidate.h
src/include/access/attmap.h
src/include/access/attnum.h
src/include/access/brin.h
src/include/access/brin_internal.h
src/include/access/brin_page.h
src/include/access/brin_pageops.h
src/include/access/brin_revmap.h
src/include/access/brin_tuple.h
src/include/access/brin_xlog.h
src/include/access/bufmask.h
src/include/access/clog.h
src/include/access/commit_ts.h
src/include/access/detoast.h
src/include/access/genam.h
src/include/access/generic_xlog.h
src/include/access/gin.h
src/include/access/gin_private.h
src/include/access/ginblock.h
src/include/access/ginxlog.h
src/include/access/gist.h
src/include/access/gist_private.h
src/include/access/gistscan.h
src/include/access/gistxlog.h
src/include/access/hash.h
src/include/access/hash_xlog.h
src/include/access/heapam.h
src/include/access/heapam_xlog.h
src/include/access/heaptoast.h
src/include/access/hio.h
src/include/access/htup.h
src/include/access/htup_details.h
src/include/access/itup.h
src/include/access/multixact.h
src/include/access/nbtree.h
src/include/access/nbtxlog.h
src/include/access/parallel.h
src/include/access/printsimple.h
src/include/access/printtup.h
src/include/access/relation.h
src/include/access/reloptions.h
src/include/access/relscan.h
src/include/access/rewriteheap.h
src/include/access/rmgrlist.h
src/include/access/sdir.h
src/include/access/session.h
src/include/access/skey.h
src/include/access/slru.h
src/include/access/spgist.h
src/include/access/spgist_private.h
src/include/access/spgxlog.h
src/include/access/stratnum.h
src/include/access/subtrans.h
src/include/access/syncscan.h
src/include/access/sysattr.h
src/include/access/table.h
src/include/access/tableam.h
src/include/access/timeline.h
src/include/access/toast_compression.h
src/include/access/toast_helper.h
src/include/access/toast_internals.h
src/include/access/transam.h
src/include/access/tsmapi.h
src/include/access/tupconvert.h
src/include/access/tupdesc.h
src/include/access/tupdesc_details.h
src/include/access/tupmacs.h
src/include/access/twophase.h
src/include/access/twophase_rmgr.h
src/include/access/valid.h
src/include/access/visibilitymap.h
src/include/access/visibilitymapdefs.h
src/include/access/xact.h
src/include/access/xlog.h
src/include/access/xlog_internal.h
src/include/access/xlogarchive.h
src/include/access/xlogdefs.h
src/include/access/xloginsert.h
src/include/access/xlogreader.h
src/include/access/xlogrecord.h
src/include/access/xlogutils.h
src/include/bootstrap/bootstrap.h
src/include/c.h
src/include/catalog/Makefile
src/include/catalog/binary_upgrade.h
src/include/catalog/catalog.h
src/include/catalog/catversion.h
src/include/catalog/dependency.h
src/include/catalog/duplicate_oids
src/include/catalog/genbki.h
src/include/catalog/heap.h
src/include/catalog/index.h
src/include/catalog/indexing.h
src/include/catalog/namespace.h
src/include/catalog/objectaccess.h
src/include/catalog/objectaddress.h
src/include/catalog/partition.h
src/include/catalog/pg_aggregate.dat
src/include/catalog/pg_aggregate.h
src/include/catalog/pg_am.dat
src/include/catalog/pg_am.h
src/include/catalog/pg_amop.dat
src/include/catalog/pg_amop.h
src/include/catalog/pg_amproc.dat
src/include/catalog/pg_amproc.h
src/include/catalog/pg_attrdef.h
src/include/catalog/pg_attribute.h
src/include/catalog/pg_auth_members.h
src/include/catalog/pg_authid.dat
src/include/catalog/pg_authid.h
src/include/catalog/pg_cast.dat
src/include/catalog/pg_cast.h
src/include/catalog/pg_class.dat
src/include/catalog/pg_class.h
src/include/catalog/pg_collation.dat
src/include/catalog/pg_collation.h
src/include/catalog/pg_constraint.h
src/include/catalog/pg_control.h
src/include/catalog/pg_conversion.dat
src/include/catalog/pg_conversion.h
src/include/catalog/pg_database.dat
src/include/catalog/pg_database.h
src/include/catalog/pg_db_role_setting.h
src/include/catalog/pg_default_acl.h
src/include/catalog/pg_depend.h
src/include/catalog/pg_description.h
src/include/catalog/pg_enum.h
src/include/catalog/pg_event_trigger.h
src/include/catalog/pg_extension.h
src/include/catalog/pg_foreign_data_wrapper.h
src/include/catalog/pg_foreign_server.h
src/include/catalog/pg_foreign_table.h
src/include/catalog/pg_index.h
src/include/catalog/pg_inherits.h
src/include/catalog/pg_init_privs.h
src/include/catalog/pg_language.dat
src/include/catalog/pg_language.h
src/include/catalog/pg_largeobject.h
src/include/catalog/pg_largeobject_metadata.h
src/include/catalog/pg_namespace.dat
src/include/catalog/pg_namespace.h
src/include/catalog/pg_opclass.dat
src/include/catalog/pg_opclass.h
src/include/catalog/pg_operator.dat
src/include/catalog/pg_operator.h
src/include/catalog/pg_opfamily.dat
src/include/catalog/pg_opfamily.h
src/include/catalog/pg_partitioned_table.h
src/include/catalog/pg_policy.h
src/include/catalog/pg_proc.dat
src/include/catalog/pg_proc.h
src/include/catalog/pg_publication.h
src/include/catalog/pg_publication_namespace.h
src/include/catalog/pg_publication_rel.h
src/include/catalog/pg_range.dat
src/include/catalog/pg_range.h
src/include/catalog/pg_replication_origin.h
src/include/catalog/pg_rewrite.h
src/include/catalog/pg_seclabel.h
src/include/catalog/pg_sequence.h
src/include/catalog/pg_shdepend.h
src/include/catalog/pg_shdescription.h
src/include/catalog/pg_shseclabel.h
src/include/catalog/pg_statistic.h
src/include/catalog/pg_statistic_ext.h
src/include/catalog/pg_statistic_ext_data.h
src/include/catalog/pg_subscription.h
src/include/catalog/pg_subscription_rel.h
src/include/catalog/pg_tablespace.dat
src/include/catalog/pg_tablespace.h
src/include/catalog/pg_transform.h
src/include/catalog/pg_trigger.h
src/include/catalog/pg_ts_config.dat
src/include/catalog/pg_ts_config.h
src/include/catalog/pg_ts_config_map.dat
src/include/catalog/pg_ts_config_map.h
src/include/catalog/pg_ts_dict.dat
src/include/catalog/pg_ts_dict.h
src/include/catalog/pg_ts_parser.dat
src/include/catalog/pg_ts_parser.h
src/include/catalog/pg_ts_template.dat
src/include/catalog/pg_ts_template.h
src/include/catalog/pg_type.dat
src/include/catalog/pg_type.h
src/include/catalog/pg_user_mapping.h
src/include/catalog/reformat_dat_file.pl
src/include/catalog/renumber_oids.pl
src/include/catalog/storage.h
src/include/catalog/storage_xlog.h
src/include/catalog/toasting.h
src/include/catalog/unused_oids
src/include/commands/alter.h
src/include/commands/async.h
src/include/commands/cluster.h
src/include/commands/collationcmds.h
src/include/commands/comment.h
src/include/commands/conversioncmds.h
src/include/commands/copy.h
src/include/commands/copyfrom_internal.h
src/include/commands/createas.h
src/include/commands/dbcommands.h
src/include/commands/dbcommands_xlog.h
src/include/commands/defrem.h
src/include/commands/discard.h
src/include/commands/event_trigger.h
src/include/commands/explain.h
src/include/commands/extension.h
src/include/commands/lockcmds.h
src/include/commands/matview.h
src/include/commands/policy.h
src/include/commands/portalcmds.h
src/include/commands/prepare.h
src/include/commands/proclang.h
src/include/commands/progress.h
src/include/commands/publicationcmds.h
src/include/commands/schemacmds.h
src/include/commands/seclabel.h
src/include/commands/sequence.h
src/include/commands/subscriptioncmds.h
src/include/commands/tablecmds.h
src/include/commands/tablespace.h
src/include/commands/trigger.h
src/include/commands/typecmds.h
src/include/commands/vacuum.h
src/include/commands/variable.h
src/include/commands/view.h
src/include/common/archive.h
src/include/common/base64.h
src/include/common/checksum_helper.h
src/include/common/config_info.h
src/include/common/connect.h
src/include/common/controldata_utils.h
src/include/common/cryptohash.h
src/include/common/fe_memutils.h
src/include/common/file_perm.h
src/include/common/file_utils.h
src/include/common/hashfn.h
src/include/common/hmac.h
src/include/common/int.h
src/include/common/int128.h
src/include/common/ip.h
src/include/common/jsonapi.h
src/include/common/keywords.h
src/include/common/kwlookup.h
src/include/common/link-canary.h
src/include/common/logging.h
src/include/common/md5.h
src/include/common/openssl.h
src/include/common/pg_prng.h
src/include/common/relpath.h
src/include/common/restricted_token.h
src/include/common/saslprep.h
src/include/common/scram-common.h
src/include/common/sha1.h
src/include/common/sha2.h
src/include/common/shortest_dec.h
src/include/common/string.h
src/include/common/unicode_norm.h
src/include/common/unicode_norm_hashfunc.h
src/include/common/unicode_norm_table.h
src/include/common/username.h
src/include/datatype/timestamp.h
src/include/executor/execAsync.h
src/include/executor/execExpr.h
src/include/executor/execParallel.h
src/include/executor/execPartition.h
src/include/executor/execdebug.h
src/include/executor/execdesc.h
src/include/executor/executor.h
src/include/executor/functions.h
src/include/executor/hashjoin.h
src/include/executor/instrument.h
src/include/executor/nodeAgg.h
src/include/executor/nodeAppend.h
src/include/executor/nodeBitmapAnd.h
src/include/executor/nodeBitmapHeapscan.h
src/include/executor/nodeBitmapIndexscan.h
src/include/executor/nodeBitmapOr.h
src/include/executor/nodeCtescan.h
src/include/executor/nodeCustom.h
src/include/executor/nodeForeignscan.h
src/include/executor/nodeFunctionscan.h
src/include/executor/nodeGather.h
src/include/executor/nodeGatherMerge.h
src/include/executor/nodeGroup.h
src/include/executor/nodeHash.h
src/include/executor/nodeHashjoin.h
src/include/executor/nodeIncrementalSort.h
src/include/executor/nodeIndexonlyscan.h
src/include/executor/nodeIndexscan.h
src/include/executor/nodeLimit.h
src/include/executor/nodeLockRows.h
src/include/executor/nodeMaterial.h
src/include/executor/nodeMemoize.h
src/include/executor/nodeMergeAppend.h
src/include/executor/nodeMergejoin.h
src/include/executor/nodeModifyTable.h
src/include/executor/nodeNamedtuplestorescan.h
src/include/executor/nodeNestloop.h
src/include/executor/nodeProjectSet.h
src/include/executor/nodeRecursiveunion.h
src/include/executor/nodeResult.h
src/include/executor/nodeSamplescan.h
src/include/executor/nodeSeqscan.h
src/include/executor/nodeSetOp.h
src/include/executor/nodeSort.h
src/include/executor/nodeSubplan.h
src/include/executor/nodeSubqueryscan.h
src/include/executor/nodeTableFuncscan.h
src/include/executor/nodeTidrangescan.h
src/include/executor/nodeTidscan.h
src/include/executor/nodeUnique.h
src/include/executor/nodeValuesscan.h
src/include/executor/nodeWindowAgg.h
src/include/executor/nodeWorktablescan.h
src/include/executor/spi.h
src/include/executor/spi_priv.h
src/include/executor/tablefunc.h
src/include/executor/tqueue.h
src/include/executor/tstoreReceiver.h
src/include/executor/tuptable.h
src/include/fe_utils/archive.h
src/include/fe_utils/cancel.h
src/include/fe_utils/conditional.h
src/include/fe_utils/connect_utils.h
src/include/fe_utils/mbprint.h
src/include/fe_utils/option_utils.h
src/include/fe_utils/parallel_slot.h
src/include/fe_utils/print.h
src/include/fe_utils/psqlscan.h
src/include/fe_utils/psqlscan_int.h
src/include/fe_utils/query_utils.h
src/include/fe_utils/recovery_gen.h
src/include/fe_utils/simple_list.h
src/include/fe_utils/string_utils.h
src/include/fmgr.h
src/include/foreign/fdwapi.h
src/include/foreign/foreign.h
src/include/funcapi.h
src/include/getaddrinfo.h
src/include/getopt_long.h
src/include/jit/jit.h
src/include/jit/llvmjit.h
src/include/jit/llvmjit_emit.h
src/include/lib/binaryheap.h
src/include/lib/bipartite_match.h
src/include/lib/bloomfilter.h
src/include/lib/dshash.h
src/include/lib/hyperloglog.h
src/include/lib/ilist.h
src/include/lib/integerset.h
src/include/lib/knapsack.h
src/include/lib/pairingheap.h
src/include/lib/qunique.h
src/include/lib/rbtree.h
src/include/lib/simplehash.h
src/include/lib/sort_template.h
src/include/lib/stringinfo.h
src/include/libpq/auth.h
src/include/libpq/be-fsstubs.h
src/include/libpq/be-gssapi-common.h
src/include/libpq/crypt.h
src/include/libpq/ifaddr.h
src/include/libpq/libpq-be.h
src/include/libpq/libpq-fs.h
src/include/libpq/libpq.h
src/include/libpq/pqcomm.h
src/include/libpq/pqformat.h
src/include/libpq/pqmq.h
src/include/libpq/pqsignal.h
src/include/libpq/sasl.h
src/include/libpq/scram.h
src/include/mb/pg_wchar.h
src/include/mb/stringinfo_mb.h
src/include/miscadmin.h
src/include/nodes/bitmapset.h
src/include/nodes/execnodes.h
src/include/nodes/extensible.h
src/include/nodes/lockoptions.h
src/include/nodes/makefuncs.h
src/include/nodes/memnodes.h
src/include/nodes/nodeFuncs.h
src/include/nodes/nodes.h
src/include/nodes/params.h
src/include/nodes/parsenodes.h
src/include/nodes/pathnodes.h
src/include/nodes/pg_list.h
src/include/nodes/plannodes.h
src/include/nodes/primnodes.h
src/include/nodes/print.h
src/include/nodes/readfuncs.h
src/include/nodes/replnodes.h
src/include/nodes/subscripting.h
src/include/nodes/supportnodes.h
src/include/nodes/tidbitmap.h
src/include/nodes/value.h
src/include/optimizer/appendinfo.h
src/include/optimizer/clauses.h
src/include/optimizer/cost.h
src/include/optimizer/geqo.h
src/include/optimizer/geqo_copy.h
src/include/optimizer/geqo_gene.h
src/include/optimizer/geqo_misc.h
src/include/optimizer/geqo_mutation.h
src/include/optimizer/geqo_pool.h
src/include/optimizer/geqo_random.h
src/include/optimizer/geqo_recombination.h
src/include/optimizer/geqo_selection.h
src/include/optimizer/inherit.h
src/include/optimizer/joininfo.h
src/include/optimizer/optimizer.h
src/include/optimizer/orclauses.h
src/include/optimizer/paramassign.h
src/include/optimizer/pathnode.h
src/include/optimizer/paths.h
src/include/optimizer/placeholder.h
src/include/optimizer/plancat.h
src/include/optimizer/planmain.h
src/include/optimizer/planner.h
src/include/optimizer/prep.h
src/include/optimizer/restrictinfo.h
src/include/optimizer/subselect.h
src/include/optimizer/tlist.h
src/include/parser/analyze.h
src/include/parser/gramparse.h
src/include/parser/kwlist.h
src/include/parser/parse_agg.h
src/include/parser/parse_clause.h
src/include/parser/parse_coerce.h
src/include/parser/parse_collate.h
src/include/parser/parse_cte.h
src/include/parser/parse_enr.h
src/include/parser/parse_expr.h
src/include/parser/parse_func.h
src/include/parser/parse_node.h
src/include/parser/parse_oper.h
src/include/parser/parse_param.h
src/include/parser/parse_relation.h
src/include/parser/parse_target.h
src/include/parser/parse_type.h
src/include/parser/parse_utilcmd.h
src/include/parser/parser.h
src/include/parser/parsetree.h
src/include/parser/scanner.h
src/include/parser/scansup.h
src/include/partitioning/partbounds.h
src/include/partitioning/partdefs.h
src/include/partitioning/partdesc.h
src/include/partitioning/partprune.h
src/include/pg_config_manual.h
src/include/pg_getopt.h
src/include/pg_trace.h
src/include/pgstat.h
src/include/pgtar.h
src/include/pgtime.h
src/include/port.h
src/include/port/atomics.h
src/include/port/atomics/arch-arm.h
src/include/port/atomics/arch-hppa.h
src/include/port/atomics/arch-ia64.h
src/include/port/atomics/arch-ppc.h
src/include/port/atomics/arch-x86.h
src/include/port/atomics/fallback.h
src/include/port/atomics/generic-acc.h
src/include/port/atomics/generic-gcc.h
src/include/port/atomics/generic-msvc.h
src/include/port/atomics/generic-sunpro.h
src/include/port/atomics/generic.h
src/include/port/pg_bitutils.h
src/include/port/pg_bswap.h
src/include/port/pg_crc32c.h
src/include/port/pg_iovec.h
src/include/port/win32_port.h
src/include/port/win32ntdll.h
src/include/portability/instr_time.h
src/include/portability/mem.h
src/include/postgres.h
src/include/postgres_fe.h
src/include/postmaster/autovacuum.h
src/include/postmaster/auxprocess.h
src/include/postmaster/bgworker.h
src/include/postmaster/bgworker_internals.h
src/include/postmaster/bgwriter.h
src/include/postmaster/fork_process.h
src/include/postmaster/interrupt.h
src/include/postmaster/pgarch.h
src/include/postmaster/postmaster.h
src/include/postmaster/startup.h
src/include/postmaster/syslogger.h
src/include/postmaster/walwriter.h
src/include/regex/regexport.h
src/include/replication/backup_manifest.h
src/include/replication/basebackup.h
src/include/replication/basebackup_sink.h
src/include/replication/decode.h
src/include/replication/logical.h
src/include/replication/logicallauncher.h
src/include/replication/logicalproto.h
src/include/replication/logicalrelation.h
src/include/replication/logicalworker.h
src/include/replication/message.h
src/include/replication/origin.h
src/include/replication/output_plugin.h
src/include/replication/pgoutput.h
src/include/replication/reorderbuffer.h
src/include/replication/slot.h
src/include/replication/snapbuild.h
src/include/replication/syncrep.h
src/include/replication/walreceiver.h
src/include/replication/walsender.h
src/include/replication/walsender_private.h
src/include/replication/worker_internal.h
src/include/rewrite/prs2lock.h
src/include/rewrite/rewriteDefine.h
src/include/rewrite/rewriteHandler.h
src/include/rewrite/rewriteManip.h
src/include/rewrite/rewriteRemove.h
src/include/rewrite/rewriteSearchCycle.h
src/include/rewrite/rewriteSupport.h
src/include/rewrite/rowsecurity.h
src/include/rusagestub.h
src/include/snowball/header.h
src/include/statistics/extended_stats_internal.h
src/include/statistics/statistics.h
src/include/storage/backendid.h
src/include/storage/barrier.h
src/include/storage/block.h
src/include/storage/buf.h
src/include/storage/buf_internals.h
src/include/storage/buffile.h
src/include/storage/bufmgr.h
src/include/storage/bufpage.h
src/include/storage/checksum.h
src/include/storage/checksum_impl.h
src/include/storage/condition_variable.h
src/include/storage/copydir.h
src/include/storage/dsm.h
src/include/storage/dsm_impl.h
src/include/storage/fd.h
src/include/storage/fileset.h
src/include/storage/freespace.h
src/include/storage/fsm_internals.h
src/include/storage/indexfsm.h
src/include/storage/ipc.h
src/include/storage/item.h
src/include/storage/itemid.h
src/include/storage/itemptr.h
src/include/storage/large_object.h
src/include/storage/latch.h
src/include/storage/lmgr.h
src/include/storage/lock.h
src/include/storage/lockdefs.h
src/include/storage/lwlock.h
src/include/storage/md.h
src/include/storage/off.h
src/include/storage/pg_sema.h
src/include/storage/pg_shmem.h
src/include/storage/pmsignal.h
src/include/storage/predicate.h
src/include/storage/predicate_internals.h
src/include/storage/proc.h
src/include/storage/procarray.h
src/include/storage/proclist.h
src/include/storage/proclist_types.h
src/include/storage/procsignal.h
src/include/storage/reinit.h
src/include/storage/relfilenode.h
src/include/storage/s_lock.h
src/include/storage/sharedfileset.h
src/include/storage/shm_mq.h
src/include/storage/shm_toc.h
src/include/storage/shmem.h
src/include/storage/sinval.h
src/include/storage/sinvaladt.h
src/include/storage/smgr.h
src/include/storage/spin.h
src/include/storage/standby.h
src/include/storage/standbydefs.h
src/include/storage/sync.h
src/include/tcop/cmdtag.h
src/include/tcop/cmdtaglist.h
src/include/tcop/deparse_utility.h
src/include/tcop/dest.h
src/include/tcop/fastpath.h
src/include/tcop/pquery.h
src/include/tcop/tcopprot.h
src/include/tcop/utility.h
src/include/tsearch/dicts/regis.h
src/include/tsearch/dicts/spell.h
src/include/tsearch/ts_cache.h
src/include/tsearch/ts_locale.h
src/include/tsearch/ts_public.h
src/include/tsearch/ts_type.h
src/include/tsearch/ts_utils.h
src/include/utils/acl.h
src/include/utils/aclchk_internal.h
src/include/utils/array.h
src/include/utils/arrayaccess.h
src/include/utils/ascii.h
src/include/utils/attoptcache.h
src/include/utils/backend_progress.h
src/include/utils/backend_status.h
src/include/utils/builtins.h
src/include/utils/bytea.h
src/include/utils/catcache.h
src/include/utils/combocid.h
src/include/utils/date.h
src/include/utils/datetime.h
src/include/utils/datum.h
src/include/utils/dsa.h
src/include/utils/dynahash.h
src/include/utils/elog.h
src/include/utils/evtcache.h
src/include/utils/expandeddatum.h
src/include/utils/expandedrecord.h
src/include/utils/float.h
src/include/utils/fmgrtab.h
src/include/utils/formatting.h
src/include/utils/freepage.h
src/include/utils/geo_decls.h
src/include/utils/guc.h
src/include/utils/guc_tables.h
src/include/utils/help_config.h
src/include/utils/hsearch.h
src/include/utils/index_selfuncs.h
src/include/utils/inet.h
src/include/utils/int8.h
src/include/utils/inval.h
src/include/utils/json.h
src/include/utils/jsonb.h
src/include/utils/jsonfuncs.h
src/include/utils/jsonpath.h
src/include/utils/logtape.h
src/include/utils/lsyscache.h
src/include/utils/memdebug.h
src/include/utils/memutils.h
src/include/utils/multirangetypes.h
src/include/utils/numeric.h
src/include/utils/old_snapshot.h
src/include/utils/palloc.h
src/include/utils/partcache.h
src/include/utils/pg_crc.h
src/include/utils/pg_locale.h
src/include/utils/pg_lsn.h
src/include/utils/pg_rusage.h
src/include/utils/pidfile.h
src/include/utils/plancache.h
src/include/utils/portal.h
src/include/utils/queryenvironment.h
src/include/utils/queryjumble.h
src/include/utils/rangetypes.h
src/include/utils/regproc.h
src/include/utils/rel.h
src/include/utils/relcache.h
src/include/utils/relfilenodemap.h
src/include/utils/relmapper.h
src/include/utils/relptr.h
src/include/utils/reltrigger.h
src/include/utils/resowner.h
src/include/utils/resowner_private.h
src/include/utils/rls.h
src/include/utils/ruleutils.h
src/include/utils/sampling.h
src/include/utils/selfuncs.h
src/include/utils/sharedtuplestore.h
src/include/utils/snapmgr.h
src/include/utils/snapshot.h
src/include/utils/sortsupport.h
src/include/utils/spccache.h
src/include/utils/syscache.h
src/include/utils/timeout.h
src/include/utils/timestamp.h
src/include/utils/tuplesort.h
src/include/utils/tuplestore.h
src/include/utils/typcache.h
src/include/utils/tzparser.h
src/include/utils/uuid.h
src/include/utils/varbit.h
src/include/utils/varlena.h
src/include/utils/wait_event.h
src/include/utils/xid8.h
src/include/utils/xml.h
src/include/windowapi.h
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/pgtypeslib/Makefile
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/c_kwlist.h
src/interfaces/ecpg/preproc/check_rules.pl
src/interfaces/ecpg/preproc/ecpg.c
src/interfaces/ecpg/preproc/ecpg.type
src/interfaces/ecpg/preproc/ecpg_kwlist.h
src/interfaces/ecpg/preproc/keywords.c
src/interfaces/ecpg/preproc/parse.pl
src/interfaces/ecpg/preproc/parser.c
src/interfaces/ecpg/preproc/pgc.l
src/interfaces/ecpg/test/pg_regress_ecpg.c
src/interfaces/libpq/Makefile
src/interfaces/libpq/fe-auth-sasl.h
src/interfaces/libpq/fe-auth-scram.c
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-auth.h
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/fe-gssapi-common.c
src/interfaces/libpq/fe-gssapi-common.h
src/interfaces/libpq/fe-lobj.c
src/interfaces/libpq/fe-misc.c
src/interfaces/libpq/fe-print.c
src/interfaces/libpq/fe-protocol3.c
src/interfaces/libpq/fe-secure-common.c
src/interfaces/libpq/fe-secure-common.h
src/interfaces/libpq/fe-secure-gssapi.c
src/interfaces/libpq/fe-secure-openssl.c
src/interfaces/libpq/fe-secure.c
src/interfaces/libpq/fe-trace.c
src/interfaces/libpq/legacy-pqsignal.c
src/interfaces/libpq/libpq-events.c
src/interfaces/libpq/libpq-events.h
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-int.h
src/interfaces/libpq/pqexpbuffer.c
src/interfaces/libpq/pqexpbuffer.h
src/interfaces/libpq/pthread-win32.c
src/interfaces/libpq/test/regress.pl
src/interfaces/libpq/test/uri-regress.c
src/interfaces/libpq/win32.c
src/pl/plperl/plc_perlboot.pl
src/pl/plperl/plc_trusted.pl
src/pl/plperl/plperl.h
src/pl/plperl/plperl_opmask.pl
src/pl/plperl/text2macro.pl
src/pl/plpgsql/src/generate-plerrcodes.pl
src/pl/plpgsql/src/pl_comp.c
src/pl/plpgsql/src/pl_exec.c
src/pl/plpgsql/src/pl_funcs.c
src/pl/plpgsql/src/pl_gram.y
src/pl/plpgsql/src/pl_handler.c
src/pl/plpgsql/src/pl_reserved_kwlist.h
src/pl/plpgsql/src/pl_scanner.c
src/pl/plpgsql/src/pl_unreserved_kwlist.h
src/pl/plpgsql/src/plpgsql.h
src/pl/plpython/generate-spiexceptions.pl
src/pl/plpython/plpython.h
src/pl/tcl/generate-pltclerrcodes.pl
src/port/bsearch_arg.c
src/port/chklocale.c
src/port/dirent.c
src/port/dirmod.c
src/port/dlopen.c
src/port/explicit_bzero.c
src/port/fls.c
src/port/getaddrinfo.c
src/port/getpeereid.c
src/port/getrusage.c
src/port/kill.c
src/port/link.c
src/port/mkdtemp.c
src/port/noblock.c
src/port/open.c
src/port/path.c
src/port/pg_bitutils.c
src/port/pg_crc32c_armv8.c
src/port/pg_crc32c_armv8_choose.c
src/port/pg_crc32c_sb8.c
src/port/pg_crc32c_sse42.c
src/port/pg_crc32c_sse42_choose.c
src/port/pg_strong_random.c
src/port/pgcheckdir.c
src/port/pgsleep.c
src/port/pgstrcasecmp.c
src/port/pgstrsignal.c
src/port/pqsignal.c
src/port/pread.c
src/port/preadv.c
src/port/pthread_barrier_wait.c
src/port/pwrite.c
src/port/pwritev.c
src/port/quotes.c
src/port/setenv.c
src/port/snprintf.c
src/port/strerror.c
src/port/strlcpy.c
src/port/strnlen.c
src/port/strtof.c
src/port/system.c
src/port/thread.c
src/port/unsetenv.c
src/port/win32env.c
src/port/win32error.c
src/port/win32ntdll.c
src/port/win32security.c
src/port/win32setlocale.c
src/port/win32stat.c
src/port/win32ver.rc
src/test/authentication/Makefile
src/test/authentication/t/001_password.pl
src/test/authentication/t/002_saslprep.pl
src/test/examples/testlo.c
src/test/examples/testlo64.c
src/test/isolation/isolation_main.c
src/test/isolation/isolationtester.h
src/test/isolation/specparse.y
src/test/isolation/specscanner.l
src/test/kerberos/Makefile
src/test/kerberos/t/001_auth.pl
src/test/ldap/Makefile
src/test/ldap/t/001_auth.pl
src/test/locale/sort-test.pl
src/test/modules/brin/t/01_workitems.pl
src/test/modules/commit_ts/t/001_base.pl
src/test/modules/commit_ts/t/002_standby.pl
src/test/modules/commit_ts/t/003_standby_2.pl
src/test/modules/commit_ts/t/004_restart.pl
src/test/modules/delay_execution/delay_execution.c
src/test/modules/dummy_index_am/dummy_index_am.c
src/test/modules/dummy_seclabel/dummy_seclabel.c
src/test/modules/libpq_pipeline/libpq_pipeline.c
src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl
src/test/modules/plsample/plsample.c
src/test/modules/spgist_name_ops/spgist_name_ops.c
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
src/test/modules/test_bloomfilter/test_bloomfilter.c
src/test/modules/test_ddl_deparse/test_ddl_deparse.c
src/test/modules/test_ginpostinglist/test_ginpostinglist.c
src/test/modules/test_integerset/test_integerset.c
src/test/modules/test_misc/t/001_constraint_validation.pl
src/test/modules/test_parser/test_parser.c
src/test/modules/test_pg_dump/t/001_base.pl
src/test/modules/test_predtest/test_predtest.c
src/test/modules/test_rbtree/test_rbtree.c
src/test/modules/test_regex/test_regex.c
src/test/modules/test_rls_hooks/test_rls_hooks.c
src/test/modules/test_rls_hooks/test_rls_hooks.h
src/test/modules/test_shm_mq/setup.c
src/test/modules/test_shm_mq/test.c
src/test/modules/test_shm_mq/test_shm_mq.h
src/test/modules/test_shm_mq/worker.c
src/test/modules/worker_spi/worker_spi.c
src/test/perl/Makefile
src/test/perl/PostgreSQL/Test/Cluster.pm
src/test/perl/PostgreSQL/Test/RecursiveCopy.pm
src/test/perl/PostgreSQL/Test/SimpleTee.pm
src/test/perl/PostgreSQL/Test/Utils.pm
src/test/perl/PostgreSQL/Version.pm
src/test/recovery/Makefile
src/test/recovery/t/001_stream_rep.pl
src/test/recovery/t/002_archiving.pl
src/test/recovery/t/003_recovery_targets.pl
src/test/recovery/t/004_timeline_switch.pl
src/test/recovery/t/005_replay_delay.pl
src/test/recovery/t/006_logical_decoding.pl
src/test/recovery/t/007_sync_rep.pl
src/test/recovery/t/008_fsm_truncation.pl
src/test/recovery/t/009_twophase.pl
src/test/recovery/t/010_logical_decoding_timelines.pl
src/test/recovery/t/011_crash_recovery.pl
src/test/recovery/t/012_subtransactions.pl
src/test/recovery/t/013_crash_restart.pl
src/test/recovery/t/014_unlogged_reinit.pl
src/test/recovery/t/015_promotion_pages.pl
src/test/recovery/t/016_min_consistency.pl
src/test/recovery/t/017_shm.pl
src/test/recovery/t/018_wal_optimize.pl
src/test/recovery/t/019_replslot_limit.pl
src/test/recovery/t/020_archive_status.pl
src/test/recovery/t/021_row_visibility.pl
src/test/recovery/t/022_crash_temp_files.pl
src/test/recovery/t/023_pitr_prepared_xact.pl
src/test/recovery/t/024_archive_recovery.pl
src/test/recovery/t/025_stuck_on_old_timeline.pl
src/test/recovery/t/026_overwrite_contrecord.pl
src/test/regress/GNUmakefile
src/test/regress/pg_regress.c
src/test/regress/pg_regress.h
src/test/regress/pg_regress_main.c
src/test/regress/regress.c
src/test/ssl/Makefile
src/test/ssl/sslfiles.mk
src/test/ssl/t/001_ssltests.pl
src/test/ssl/t/002_scram.pl
src/test/ssl/t/003_sslinfo.pl
src/test/ssl/t/SSLServer.pm
src/test/subscription/Makefile
src/test/subscription/t/001_rep_changes.pl
src/test/subscription/t/002_types.pl
src/test/subscription/t/003_constraints.pl
src/test/subscription/t/004_sync.pl
src/test/subscription/t/005_encoding.pl
src/test/subscription/t/006_rewrite.pl
src/test/subscription/t/007_ddl.pl
src/test/subscription/t/008_diff_schema.pl
src/test/subscription/t/009_matviews.pl
src/test/subscription/t/010_truncate.pl
src/test/subscription/t/011_generated.pl
src/test/subscription/t/012_collation.pl
src/test/subscription/t/013_partition.pl
src/test/subscription/t/014_binary.pl
src/test/subscription/t/015_stream.pl
src/test/subscription/t/016_stream_subxact.pl
src/test/subscription/t/017_stream_ddl.pl
src/test/subscription/t/018_stream_subxact_abort.pl
src/test/subscription/t/019_stream_subxact_ddl_abort.pl
src/test/subscription/t/020_messages.pl
src/test/subscription/t/021_twophase.pl
src/test/subscription/t/022_twophase_cascade.pl
src/test/subscription/t/023_twophase_stream.pl
src/test/subscription/t/024_add_drop_pub.pl
src/test/subscription/t/025_rep_changes_for_schema.pl
src/test/subscription/t/026_worker_stats.pl
src/test/subscription/t/100_bugs.pl
src/timezone/pgtz.c
src/timezone/pgtz.h
src/tools/PerfectHash.pm
src/tools/check_bison_recursion.pl
src/tools/copyright.pl
src/tools/fix-old-flex-code.pl
src/tools/gen_keywordlist.pl
src/tools/git_changelog
src/tools/ifaddrs/Makefile
src/tools/msvc/Install.pm
src/tools/msvc/MSBuildProject.pm
src/tools/msvc/Mkvcbuild.pm
src/tools/msvc/Project.pm
src/tools/msvc/Solution.pm
src/tools/msvc/VSObjectFactory.pm
src/tools/msvc/build.pl
src/tools/msvc/config_default.pl
src/tools/msvc/dummylib/Win32.pm
src/tools/msvc/dummylib/Win32/Registry.pm
src/tools/msvc/dummylib/Win32API/File.pm
src/tools/msvc/gendef.pl
src/tools/msvc/install.pl
src/tools/msvc/mkvcbuild.pl
src/tools/msvc/pgbison.pl
src/tools/msvc/pgflex.pl
src/tools/msvc/vcregress.pl
src/tools/pginclude/cpluspluscheck
src/tools/pginclude/headerscheck
src/tools/pginclude/pgcheckdefines
src/tools/pgindent/pgindent
src/tools/testint128.c
src/tools/version_stamp.pl
src/tools/win32tzlist.pl
src/tutorial/complex.source
src/tutorial/syscat.source

index 655a3c59d60f54a824cc8ad6c94a4522f2b465cd..9d65dbea7eff953beb1f48a61ba55b4f6be1d846 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,7 +1,7 @@
 PostgreSQL Database Management System
 (formerly known as Postgres, then as Postgres95)
 
-Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index 3b19105328d8cc6e7ab8018c6dfb8815b3527d01..8714420bef2032974c4b460249aa9f2edefd8e98 100755 (executable)
--- a/configure
+++ b/configure
@@ -11,7 +11,7 @@
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 #
-# Copyright (c) 1996-2021, PostgreSQL Global Development Group
+# Copyright (c) 1996-2022, PostgreSQL Global Development Group
 ## -------------------- ##
 ## M4sh Initialization. ##
 ## -------------------- ##
@@ -1686,7 +1686,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 
-Copyright (c) 1996-2021, PostgreSQL Global Development Group
+Copyright (c) 1996-2022, PostgreSQL Global Development Group
 _ACEOF
   exit
 fi
index e77d4dcf2d2759804f7dd7f51b661b250125c616..49548b7a228abe226c3a0d365f9898e9a5169ed5 100644 (file)
@@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.6
 Untested combinations of 'autoconf' and PostgreSQL versions are not
 recommended.  You can remove the check from 'configure.ac' but it is then
 your responsibility whether the result works or not.])])
-AC_COPYRIGHT([Copyright (c) 1996-2021, PostgreSQL Global Development Group])
+AC_COPYRIGHT([Copyright (c) 1996-2022, PostgreSQL Global Development Group])
 AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
 AC_CONFIG_AUX_DIR(config)
 AC_PREFIX_DEFAULT(/usr/local/pgsql)
index 48c1746910474f1b1ee3d2a8e9829b7b388782fb..45e5ae31f6b397cc2df8e799cb5aedc3653daab7 100644 (file)
@@ -3,7 +3,7 @@
  * adminpack.c
  *
  *
- * Copyright (c) 2002-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2022, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index 606235fcc17204032204f45218c354c69193f481..39c11634b85e30bea74122720dd778b4b9f660a8 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index ac38dd91dc4609738fac6ffa36b5ced6dacd32fa..f6b91e89ad32200173bc644c1c6e55c2037792f6 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test CREATE INDEX CONCURRENTLY with concurrent modifications
 use strict;
index f4924745a31f3239277cd5dcf32c4627adf92805..dfe7f0ff3b61363e911c6af4f1bc26eb762d5c4b 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test CREATE INDEX CONCURRENTLY with concurrent prepared-xact modifications
 use strict;
index a23d0182fc06316cc561c821877ff3230bcf3d6d..f996f9a5727b1eb4b0541d22840ddb87d97e5d05 100644 (file)
@@ -3,7 +3,7 @@
  * verify_heapam.c
  *   Functions to check postgresql heap relations for corruption
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  *   contrib/amcheck/verify_heapam.c
  *-------------------------------------------------------------------------
index d3b29d3d890a66e5bf6ae663310effc870d771a7..d2510ee64800331fec607d18d39f5ad08668f78b 100644 (file)
@@ -14,7 +14,7 @@
  * that every visible heap tuple has a matching index tuple.
  *
  *
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/amcheck/verify_nbtree.c
index d11dd1e416e1939301aa881e04b49efb0dfc949b..38f4276db39660dc8551e715671d4c02ebbb285e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * auth_delay.c
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/auth_delay/auth_delay.c
index 59ba63455fd18ebf790f334c630d53fde41ee8b8..3e09abaecac972d68b605acc34c88eb0300e8faa 100644 (file)
@@ -3,7 +3,7 @@
  * auto_explain.c
  *
  *
- * Copyright (c) 2008-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/auto_explain/auto_explain.c
index 23d566fc11ddebe4fce7ee3fbf6758a480bb6806..1fbfd6d1ddb858bcc8d28ce9afccc976ae41a4f3 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 4af1fc9e1cc0bd04ff7e55e2d27c97e9dc405d0b..d42e4e962848b2c4241bf14f1fe2b11128831b23 100644 (file)
@@ -3,7 +3,7 @@
  * blcost.c
  *     Cost estimate function for bloom indexes.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/bloom/blcost.c
index 23661d1105ce5f3aeca1f841fa072cf45e84b8b9..c94cf34e698e2c6069c5c5fb13506d8631503f5f 100644 (file)
@@ -3,7 +3,7 @@
  * blinsert.c
  *     Bloom index build and insert functions.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/bloom/blinsert.c
index a22a6dfa404006a98dbc4c950fdd607be23b6e30..9966f3f46e168a90f3981d7800d1eab747cdd60d 100644 (file)
@@ -3,7 +3,7 @@
  * bloom.h
  *   Header for bloom index.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/bloom/bloom.h
index 6ae3710d9f7857225030915e06e9b76948171c78..4c923488bd99508f3b93eef844d76a1e1a7f22eb 100644 (file)
@@ -3,7 +3,7 @@
  * blscan.c
  *     Bloom index scan functions.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/bloom/blscan.c
index 754de008d43f4d3d9b448c369837b28695d6c2a1..a434cf93efd8e900ed07ea70effd49f7218e9410 100644 (file)
@@ -3,7 +3,7 @@
  * blutils.c
  *     Bloom index utilities.
  *
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990-1993, Regents of the University of California
  *
  * IDENTIFICATION
index 88b0a6d29002dbc1568f6e313805a3a2c4dd1bf9..91fae5b0c06b42fb984f5146d3980afb61db53c3 100644 (file)
@@ -3,7 +3,7 @@
  * blvacuum.c
  *     Bloom VACUUM functions.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/bloom/blvacuum.c
index aa8c87c077275e0be27bf0e5141c011538215774..333a35d377fe32c943ff7754f816ea02cca446c6 100644 (file)
@@ -3,7 +3,7 @@
  * blvalidate.c
  *   Opclass validator for bloom.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/bloom/blvalidate.c
index f1184028bcf5b86e691f493c77dcdf358907e0cc..06e664688a01ddc0c160ad19bd02a15d40480359 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test generic xlog record work for bloom index replication.
 use strict;
index d73c616f4f240cf5f33294e61053765375a5bea6..5a37508c4b301324b3b0e082a5f76e3a46a6b029 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
  * contrib/dblink/dblink.c
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 3c84208b11e3b70d8f3dea48dff071cd1f71a5c1..006bacb2c70aa9c53b4da63545823e09e7c41212 100644 (file)
@@ -3,7 +3,7 @@
  * dict_int.c
  *   Text search dictionary for integers
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/dict_int/dict_int.c
index 79c4f18f409c77ba8abf6fe694b60613dc23e172..584fe44753dbca1e18cad936a92e85d478d9a20c 100644 (file)
@@ -3,7 +3,7 @@
  * dict_xsyn.c
  *   Extended synonym dictionary
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/dict_xsyn/dict_xsyn.c
index 146b524076ad895a7c3682997d1a0c5dec206137..db08593d97fc73863670215723fad9a82a940a56 100644 (file)
@@ -3,7 +3,7 @@
  * file_fdw.c
  *       foreign-data wrapper for server-side flat files (or programs).
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/file_fdw/file_fdw.c
index d237772a3b212c6f5b8f15f0883fbf05aed0b95f..a04251ace61e2b45b94f3e15916f6110ad862e79 100644 (file)
@@ -6,7 +6,7 @@
  * Joe Conway <mail@joeconway.com>
  *
  * contrib/fuzzystrmatch/fuzzystrmatch.c
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * metaphone()
index ca4c174a51501574fb8cc0f8024118c7d80006d2..455fff676a1b6f0d0c7e16187c17b2507535c6bb 100644 (file)
@@ -12,7 +12,7 @@
  * check_subscripts function and just let the fetch and assign functions
  * do everything.
  *
- * 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
  *
  *
index 38d68c12d231dc48ef92e9fb6df13ba6f4300374..3d8ff6781bc34a893c21d6903d4daaf116196436 100644 (file)
@@ -3,7 +3,7 @@
  * _int_selfuncs.c
  *   Functions for selectivity estimation of intarray operators
  *
- * 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
  *
  *
index a4341d12cc2bf7b6ad167b98bdbe42b2e909e85b..22127b787a5d40ddf9cb0d8fffb4e25497cfa527 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index ae8d72bab03d535d95d156009a83d58facfdc13f..371638169494726775e0bfde6ab6d0e2c5777e12 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # contrib/intarray/bench/create_test.pl
 
index 1cf1669f25caca15e0c58864b61aae39e2b888f7..7493a2c60fa19a6cfc6275c5e4b77f8af3caa0de 100644 (file)
@@ -4,7 +4,7 @@
  *   PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
  *
  * Author: German Mendez Bravo (Kronuz)
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/isn/isn.c
index 4f4935f80d855d01a239a54e0f9362354a40f58e..e78caffeecf580058482f084b9dd90574ed48204 100644 (file)
@@ -4,7 +4,7 @@
  *   PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
  *
  * Author: German Mendez Bravo (Kronuz)
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/isn/isn.h
index efedba0aa1acec3b97e533acc62a5ad526b6bbad..e38d893b9b9024e107962cb58a27e034442e0cfc 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 02acf77b1ad0274e51a042f7a39bce3e83f8d3fc..2d8cb742c34c524eefefcba98953e6cc1dfa2383 100644 (file)
@@ -3,7 +3,7 @@
  * time_mapping.c
  *   time to XID mapping information
  *
- * Copyright (c) 2020-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2020-2022, PostgreSQL Global Development Group
  *
  *   contrib/old_snapshot/time_mapping.c
  *-------------------------------------------------------------------------
index 0e3c2deb66c021f3a94a89aff8dd2444105baa37..f1e64a39ef25b3740821242bd7d9c1f9ee3be6e1 100644 (file)
@@ -2,7 +2,7 @@
  * brinfuncs.c
  *     Functions to investigate BRIN indexes
  *
- * Copyright (c) 2014-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pageinspect/brinfuncs.c
index 930f1df33900012e144c0d5833e86bb45eeca063..dadd62aa20a6e7855bfbe320595e002bc3ac9cad 100644 (file)
@@ -9,7 +9,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/fsmfuncs.c
index e425cbcdb8e19c8aa42a4bd0673fe6e440d7ef57..f55128857e4a6b3861e5fe9f1b9d959aaa470a1c 100644 (file)
@@ -2,7 +2,7 @@
  * ginfuncs.c
  *     Functions to investigate the content of GIN indexes
  *
- * Copyright (c) 2014-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pageinspect/ginfuncs.c
index 7c9b9be3efad07b2a266c76f29e36a566f80e3b5..96e3cab1cc346d8046fd413b4e48eb5f8c068f12 100644 (file)
@@ -2,7 +2,7 @@
  * gistfuncs.c
  *     Functions to investigate the content of GiST indexes
  *
- * Copyright (c) 2014-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pageinspect/gistfuncs.c
index ff01119474a474e8cb7f391772ff62e2d261a150..090eba4a93de080eaebe027a6964f81518af7e4f 100644 (file)
@@ -2,7 +2,7 @@
  * hashfuncs.c
  *     Functions to investigate the content of HASH indexes
  *
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pageinspect/hashfuncs.c
index a05611c0b3a6224f43242f3f21ff1ca9c20fa6c8..3dd1a9bc2ab164c294c3e3e50290bf77400a1c7c 100644 (file)
@@ -15,7 +15,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/heapfuncs.c
index 3812a3c23397abbacb81bfd0621744d9548c2aa2..69b1e0a8a2049e2a28814f4c6774ce8559d9cf82 100644 (file)
@@ -3,7 +3,7 @@
  * pageinspect.h
  *   Common functions for pageinspect.
  *
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/pageinspect.h
index 4bfa346c24a2b6c60d440dadcdf115ae225666c8..7e41af045f34e2b723085d7d7b7b71f0e04ce388 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Access-method specific inspection functions are in separate files.
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/rawpage.c
index 3d644be8dd55848a5cff4f07dbe026007a076b48..1da323c0aa8bbadd6251d2d5429e32280ed1b70c 100644 (file)
@@ -3,7 +3,7 @@
  * passwordcheck.c
  *
  *
- * Copyright (c) 2009-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2022, PostgreSQL Global Development Group
  *
  * Author: Laurenz Albe <laurenz.albe@wien.gv.at>
  *
index 0289ea657cb64dfc3ab74f5e2f43370a00257172..5d40fb502095b9a1ecdcac43e3caf7a7988e7868 100644 (file)
@@ -16,7 +16,7 @@
  *     relevant database in turn.  The former keeps running after the
  *     initial prewarm is complete to update the dump file periodically.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pg_prewarm/autoprewarm.c
index 00438239749287f601e40f53cb80d020ae4badcf..caff5c4a80f4e219c6858727f0c54e967bb437d1 100644 (file)
@@ -3,7 +3,7 @@
  * pg_prewarm.c
  *       prewarming utilities
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pg_prewarm/pg_prewarm.c
index bede662907c874b2ddbfdb6bbb44d0e8d53313fc..082bfa8f77feef8db9fbd0d552761f45e818b199 100644 (file)
@@ -34,7 +34,7 @@
  * in the file to be read or written while holding only shared lock.
  *
  *
- * Copyright (c) 2008-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pg_stat_statements/pg_stat_statements.c
index f06385e8d3e1904f6193c905056364752a01f16d..3d8eb0abc298687d09e11b1ff5d96dd3631fca4e 100644 (file)
@@ -3,7 +3,7 @@
  * heap_surgery.c
  *   Functions to perform surgery on the damaged heap table.
  *
- * Copyright (c) 2020-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2020-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pg_surgery/heap_surgery.c
index 1887a39161f85f8502d98b04646ff798b3376488..58d32ba946545839a63c7ec9849b41b9cf1d4e8e 100644 (file)
  * 7) Mark state 3 final because state 5 of source NFA is marked as final.
  *
  *
- * 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
index a206c0abd8d375c84dc497cb6dd4c92335e54fb5..44331c6f4965964a8eb507caad79b7e4a5e1de60 100644 (file)
@@ -3,7 +3,7 @@
  * pg_visibility.c
  *   display visibility map information and page-level visibility bits
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  *   contrib/pg_visibility/pg_visibility.c
  *-------------------------------------------------------------------------
index 3b836f370e20baa9eface250d7f418ed4287164b..15ddc322392fbfe53e22602c9d30bc015ccd81e8 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatapprox.c
  *       Bloat estimation functions
  *
- * Copyright (c) 2014-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pgstattuple/pgstatapprox.c
index 80db19e401c878493703227aff9b946ed32b6db2..4d64dfebf6ef7a541a3666cd1bd7229ea275ae68 100644 (file)
@@ -3,7 +3,7 @@
  * connection.c
  *       Connection management functions for postgres_fdw
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/connection.c
index b27689d086443065c41b2cb6fc83dfe83c6109bf..bf12eac0288f5611d11d12c351559250cf05628a 100644 (file)
@@ -24,7 +24,7 @@
  * with collations that match the remote table's columns, which we can
  * consider to be user error.
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/deparse.c
index c2c4e36802c9a9bdbaed61fae6d655963c3a69f2..fc3ce6a53a286f190f82ded19e18a8d7abc00e1f 100644 (file)
@@ -3,7 +3,7 @@
  * option.c
  *       FDW and GUC option handling for postgres_fdw
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/option.c
index fa9a099f1348556e84566764f897e5e534c74c7c..09a3f5e23cb6b832394e9ce8581be8f31b1964e7 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.c
  *       Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/postgres_fdw.c
index fa2af8bb8ad1b4dd8f57bdd93b6ebe9024cb8da8..8ae79e97e44997a291acbe71d34f5c21c7fa97c8 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.h
  *       Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/postgres_fdw.h
index b27f82e01559548d611a2b63d1d266feded7cab9..8e759da00d5d196d1af57fa0c34868ae168f6ffe 100644 (file)
@@ -13,7 +13,7 @@
  * functions or functions using nonportable collations.  Those considerations
  * need not be accounted for here.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/postgres_fdw/shippable.c
index eee27056338be1ce8ccaffc5b046c309efe1640a..3d27492f8cc6bf2c4624a4ef03d47dbe7e0f5856 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index ec0d0a5699775fea1039e6f5ea9a44023f273bb6..67a227bdb2b040c159352f26d119d189a0a9214e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # this script will sort any table with the segment data type in its last column
 
index 14a74fb29503e6ce849462214f0e0043797f6066..dce97859f4b486e590cdbd08187b33ba93592cfb 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to database objects
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 1f96e8b507a42fdddb5f8049a2bb4754a61f14f2..3bb98dfb06eff757a61b78c53ab8c5126c6d31bf 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to handle DML permission checks
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 44a09c35a7c999417665a9dc517f9efe94f0916b..d71c802106a6e3aed0da0f66cf84d242d14d9b1d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 7f23124009d581e9ce9d0c5719b0356c8d66192d..e4c98b7eaec79dfe2bc954c7d7220aad9bbb2f78 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to support SELinux labels (security context)
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 6574eb9ea9e16caebb85615f93dc4fb539707a2b..2d4227e46942a2d7d9a29adb64606b446652d009 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # A wrapper script to launch psql command in regression test
 #
-# Copyright (c) 2010-2021, PostgreSQL Global Development Group
+# Copyright (c) 2010-2022, PostgreSQL Global Development Group
 #
 # -------------------------------------------------------------------------
 
index e0ff3f03701a91a018edb726917f0b0ac96d72ca..45f006ed2ae1250cd88083818dfcac1ed641f9fc 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to procedure objects
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 31e2ed5b14316d67124813ad5604149f7adec9a4..8767988c4d300d0e42960561bcd493a010a6aaab 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to relation/attribute objects
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 0285c57114c192089eb8026b1b9a785df961ffba..fecd02f07a8e52220e6739095c2115edf1a84319 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to schema objects
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 6264d7273caf30df026e9bc2d781835c94b7251d..6056e225d1dfc6906cd448a832684cb8fe39e3af 100644 (file)
@@ -5,7 +5,7 @@
  * Interactions between userspace and selinux in kernelspace,
  * using libselinux api.
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 219373426730ba008067e5b646ae97210a2afa90..12241206a8fdd569933a50bcdc4d484a926b73c1 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Definitions corresponding to SE-PostgreSQL
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 4cc48d5f82eb774e81cbfde5df401eae3f56d613..747963ffb3bf5877630d0884d5a294c55447afe1 100644 (file)
@@ -6,7 +6,7 @@
  * access control decisions recently used, and reduce number of kernel
  * invocations to avoid unnecessary performance hit.
  *
- * Copyright (c) 2011-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2022, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 63bb91a646f869540f81627821e7d728133b8bb3..afbbdfcf86a0f8f359468250878fabab1564694d 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2022, PostgreSQL Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose, without fee, and without a written agreement
index 918518223d265cf63b61205f9d966d3d16d41d4f..1619b71389b13ee1e0de7422236455f0d92b356f 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2022, PostgreSQL Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose, without fee, and without a written agreement
index 06847024a31b0648d439690e37df5d7ff21bd5b8..a2de6c385c1f1c22aee59a7e60039a51dfc32349 100644 (file)
@@ -3,7 +3,7 @@
  * tcn.c
  *   triggered change notification support for PostgreSQL
  *
- * Portions Copyright (c) 2011-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2011-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7f91fa3ad410b96cce3c3e70a71040d63e7993f9..36fb36e665f0fa3d2558d7c692d92e2bcf4bfe88 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test replication statistics data in pg_stat_replication_slots is sane after
 # drop replication slot and restart.
index e5cd84e85e4142ce627a5cfd76327d017ef71d17..42fe91a2f9cad5d5f50182678fea25fbf9bfda6a 100644 (file)
@@ -3,7 +3,7 @@
  * test_decoding.c
  *       example logical decoding output plugin
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/test_decoding/test_decoding.c
index 1a46d4b143a9292a1439670449f36343e4652fea..217a4f96f59159472313ae847ca1624a7c7e74a6 100644 (file)
@@ -17,7 +17,7 @@
  * won't visit blocks added after the first scan, but that is fine since
  * such blocks shouldn't contain any visible tuples anyway.
  *
- * 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
index 36acc6c1060e55d7df5345dd2c75aa4e9c8166fa..0b50807e4a53ae0623f0aae39360f27dfb03e918 100644 (file)
@@ -13,7 +13,7 @@
  * However, we do what we can to reduce surprising behavior by selecting
  * the sampling pattern just once per query, much as in tsm_system_rows.
  *
- * 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
index 2b3819fb2e827469ab9cebd5b19bba892b578fc7..77ecd765282895f5ea4e193244f48daaa456f71e 100644 (file)
@@ -3,7 +3,7 @@
  * unaccent.c
  *   Text search unaccent dictionary
  *
- * Copyright (c) 2009-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/unaccent/unaccent.c
index f9335f28631c2e0787117e3c7e72131ad2f09fcd..4859bd19334bcc9c8b768ec78190f0d47a68295d 100644 (file)
@@ -2,7 +2,7 @@
  *
  * UUID generation functions using the BSD, E2FS or OSSP UUID library
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * Portions Copyright (c) 2009 Andrew Gierth
  *
index 951dad0d473ce8988ea05049150596f781d06eba..b7a84cf92ea0c47b22ac9f70e4ff082aa74b4a9b 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index dcb95c432047088e6f07c90fc2b0b472ed051349..d15edca454f5bc6a71e409f68dab645180b08908 100644 (file)
@@ -3,7 +3,7 @@
  * vacuumlo.c
  *   This removes orphaned large objects from a database.
  *
- * 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
  *
  *
index bbce3762c2913e53849d8ce98ce5ac9937c7e38d..28637e8cb21b47b9b70726ee53d9bb37ad0482ae 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes-table.sgml file from errcodes.txt
-# Copyright (c) 2000-2021, PostgreSQL Global Development Group
+# Copyright (c) 2000-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 30037c773d9b714ae3bfeffb45e9613055458782..2ed4372782651b7026808c6f142a4955d6733bec 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Generate the keywords table for the documentation's SQL Key Words appendix
 #
-# Copyright (c) 2019-2021, PostgreSQL Global Development Group
+# Copyright (c) 2019-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index f3d31b002aa0b45eda56115c52f7f62ceefb520f..fedaa31e4be68629b81cd0464185599bb5d21347 100644 (file)
@@ -1,9 +1,9 @@
 <!-- doc/src/sgml/legal.sgml -->
 
-<date>2021</date>
+<date>2022</date>
 
 <copyright>
- <year>1996&ndash;2021</year>
+ <year>1996&ndash;2022</year>
  <holder>The PostgreSQL Global Development Group</holder>
 </copyright>
 
@@ -11,7 +11,7 @@
  <title>Legal Notice</title>
 
  <para>
-  <productname>PostgreSQL</productname> is Copyright &copy; 1996&ndash;2021
+  <productname>PostgreSQL</productname> is Copyright &copy; 1996&ndash;2022
   by the PostgreSQL Global Development Group.
  </para>
 
index 59c347109264d5825aec4b5c83cb7aaaabf61ddf..57bb57083a51e220cfcefff04897e7ef13af2e13 100644 (file)
@@ -721,7 +721,7 @@ SELECT lo_export(image.raster, '/tmp/motd') FROM image
  * testlo.c
  *    test using large objects with libpq
  *
- * 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
  *
  *
index 0da848b1fd3dafeebf4c9fe0d4ff3e5e2c8c5e22..add9560be4797bba6190ccc080f2987bd781daef 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for the postgres backend
 #
-# 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/backend/Makefile
index c7d05ce68ba0234bd269d7c470beeb23c1bda271..ba78ecff665eceddd93889a405ccfddc6c6594b0 100644 (file)
@@ -4,7 +4,7 @@
  *
  * See src/backend/access/brin/README for details.
  *
- * 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
index 09b8d04a46a4ad16e627f1509337714d241e3468..7428fa90d33acb964715554d1d2ffa28357afcc7 100644 (file)
@@ -2,7 +2,7 @@
  * brin_bloom.c
  *     Implementation of Bloom opclass for BRIN
  *
- * 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
  *
  *
index 0b384c0bd1eff1220c06b712f45f2a2e1191512f..4b02d374f2357d3b1468f1a313abd126a20d8a9e 100644 (file)
@@ -16,7 +16,7 @@
  * writing is the INET type, where IPv6 values cannot be merged with IPv4
  * values.
  *
- * 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
index 798f06c72220c4d1b26ffa9b4729843dea51d6ea..9e8a8e056cc3c24c067665c91695f1d7f5825342 100644 (file)
@@ -2,7 +2,7 @@
  * brin_minmax.c
  *     Implementation of Min/Max opclass for BRIN
  *
- * 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
index a85dfdfec45c62f99cd05ba563f7681ac70ec6aa..34a9057c33646d7eb35edf062914a52181b32493 100644 (file)
@@ -2,7 +2,7 @@
  * brin_minmax_multi.c
  *     Implementation of Multi Min/Max opclass for BRIN
  *
- * 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
  *
  *
index df9ffc2fb86e95208924e484a36a766a34ec1c6a..17257919dbfac988ac3f554555f093c002aa1ed4 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.c
  *     Page-handling routines for BRIN indexes
  *
- * 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
index c574c8a06ef8077d0e9e7017b9fc89bffa5e9fa5..6e392a551ad7f2b33041c6084906f9c76462ec45 100644 (file)
@@ -12,7 +12,7 @@
  * the metapage.  When the revmap needs to be expanded, all tuples on the
  * regular BRIN page at that block (if any) are moved out of the way.
  *
- * 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
index 09e563b1f0828d733ea9ae219601136c50e9233d..c0e2dbd23baad18e51982e41822f28712ebd9af2 100644 (file)
@@ -23,7 +23,7 @@
  * Note the size of the null bitmask may not be the same as that of the
  * datum array.
  *
- * 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
index 11835d85cd45e28f9bb57d3ee70fa62948da7199..c54c874bc002f1fc5fc48302e7773fd443c4dd4b 100644 (file)
@@ -3,7 +3,7 @@
  * brin_validate.c
  *   Opclass validator for BRIN.
  *
- * 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
index 39dc130e162401ac69308951d5fa2b45b7621afa..d6fcea24d2d353ca2b53cfee54483523666b59a4 100644 (file)
@@ -2,7 +2,7 @@
  * brin_xlog.c
  *     XLog replay routines for BRIN indexes
  *
- * 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
index 32405f8610636112c4d81a08e91a46545bb6de30..896f82a22b48bd0ad887ee4f91548b3c65117d3d 100644 (file)
@@ -10,7 +10,7 @@
  * columns in a different order, taking into account dropped columns.
  * They are also used by the tuple conversion routines in tupconvert.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
  *
  *
index 003a0befb25d8e0d3cfe03afb8d8fd280a54d79a..4e953bfd61db2d29ca76d114842049021d5222b4 100644 (file)
@@ -5,7 +5,7 @@
  *   in a page which can be different when the WAL is generated
  *   and when the WAL is applied.
  *
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * Contains common routines required for masking a page.
  *
index 545a6b8867a8d20fb22689239db298ccb8444056..92c9c658d31c7157eb9854f9899a8e0852a7af2f 100644 (file)
@@ -3,7 +3,7 @@
  * detoast.c
  *   Retrieve compressed or external variable size attributes.
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/access/common/detoast.c
index 0b56b0fa5a91cdc7edb2ea9e95c2d23416a9b76d..503cda46effae669a17e172352a7af67df94c875 100644 (file)
@@ -45,7 +45,7 @@
  * and we'd like to still refer to them via C struct offsets.
  *
  *
- * 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
  *
  *
index 8df882da7a7802b88bd7fa2f9a49b95a6c10ed34..3065730bae066204a8c5b900ef61f9b3d7150c66 100644 (file)
@@ -4,7 +4,7 @@
  *    This file contains index tuple accessor and mutator routines,
  *    as well as various tuple utilities.
  *
- * 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
  *
  *
index 93c3c4f66a837ad8767415472f3121b707cc21b5..e99aa279f6fbb640445d850b4097e32232dfb731 100644 (file)
@@ -8,7 +8,7 @@
  *   doesn't handle standalone backends or protocol versions other than
  *   3.0, because we don't need such handling for current applications.
  *
- * 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
index 54b539f6fb6d38f1cdca319ffda2b9d88ef59231..d2f3b5728846d0bb1b24814cacffaed70c27f603 100644 (file)
@@ -5,7 +5,7 @@
  *   clients and standalone backends are supported here).
  *
  *
- * 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
index 632d13c1eafe47e1493e6798e0c25d5ed887c503..1c02bf03a3441434677c23547e38872ab4ce555d 100644 (file)
@@ -3,7 +3,7 @@
  * relation.c
  *   Generic relation related 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
  *
  *
index b5602f53233302280910c7a76171874d2e468b97..d592655258ae3fdab64560aeff55faa33793fa06 100644 (file)
@@ -3,7 +3,7 @@
  * reloptions.c
  *   Core support for relation options (pg_class.reloptions)
  *
- * 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
  *
  *
index bf33c50d959a5e27acc989e289c9c7f8e3b0548b..ff2b608f2efa93a6b8cf80bddba88b426bcaaa50 100644 (file)
@@ -3,7 +3,7 @@
  * scankey.c
  *   scan key support code
  *
- * 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
  *
  *
index 61b3206befb9547c6e0eb492a9b6aec95885545a..47da2617286013ed2cff0d46b2c7e633245bcd9c 100644 (file)
@@ -12,7 +12,7 @@
  * Currently this infrastructure is used to share:
  * - typemod registry for ephemeral row-types, i.e. BlessTupleDesc etc.
  *
- * Portions Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * src/backend/access/common/session.c
  *
index b7a28af4ad822037bbe60434d2083db1458df1c9..d5b16c5bff0a4ccdd7e1bb88989e71bd1f063b7a 100644 (file)
@@ -36,7 +36,7 @@
  *     ss_report_location  - update current scan location
  *
  *
- * 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
index 845618349fe0a3a2f2c2dfbf28b838afa17f0bde..8a81ff4c0c0f414afef8a220a38b095626168e2f 100644 (file)
@@ -3,7 +3,7 @@
  * toast_compression.c
  *   Functions for toast compression.
  *
- * Copyright (c) 2021, PostgreSQL Global Development Group
+ * Copyright (c) 2021-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 2d2fd605fb8f2ec2ef17f3d9f7e7b70fa5e1c1ba..de37f561cade16f02bbef5f310bf394bba0bcac4 100644 (file)
@@ -3,7 +3,7 @@
  * toast_internals.c
  *   Functions for internal use by the TOAST system.
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/access/common/toast_internals.c
index 64f54393f353a4779f350b356eda6521319022fa..4010e20cfbc26e3d4b991bd5daca418ad3e32b35 100644 (file)
@@ -7,7 +7,7 @@
  * equivalent but might have columns in a different order or different sets of
  * dropped 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
  *
  *
index 9b506471fed93a0875129bb2adbb2caf76c0f5be..9f41b1e8543f86c7bdc52dea8a4d6af9d4c9d6d9 100644 (file)
@@ -3,7 +3,7 @@
  * tupdesc.c
  *   POSTGRES tuple descriptor support code
  *
- * 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
  *
  *
index bf73e32932e0c91a42b0c860cb6c7f4bd6b5de6e..6885596520a7ba223daafc0f0d02673c764bcb13 100644 (file)
@@ -4,7 +4,7 @@
  *   support functions for GIN's indexing of any array
  *
  *
- * 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
index 482cf10877cd2548c7f2b10dd3e5b0b29899c1e9..8df45478f10d2eec21683ae22261dba9de325469 100644 (file)
@@ -4,7 +4,7 @@
  *   page utilities routines for the postgres inverted index access 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
  *
  * IDENTIFICATION
index 4c5067ccf96e2c325bdef2af3e1b71a41cca6daf..0d0da446943b0bf7d8701c6cf97ba7c36296c814 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for fast build of inverted index
  *
  *
- * 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
index fbccf3d038d72dff9b31ab022f37286f5334fa0a..7c76d1f90d2dc2a345d8194a9416faae82a89fe6 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for handling GIN posting tree pages.
  *
  *
- * 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
index 29c36bc0678e169a2c5bd1710213ea65cb3dc157..382f8bb4d6211e232dc68492def8c3d2486a4f28 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for handling GIN entry tree pages.
  *
  *
- * 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
index e0d99409461c35a1d903212551dbfc8fbd899be5..7409fdc1657c3993b766a8bf6e4212aece2ae322 100644 (file)
@@ -7,7 +7,7 @@
  *   transfer pending entries into the regular index structure.  This
  *   wins because bulk insertion is much more efficient than retail.
  *
- * 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
index e93bf2999909822861bd2c13e748a28cedc84c68..a1751c86ccd721c98c76e13a97d005aaeb722c9d 100644 (file)
@@ -4,7 +4,7 @@
  *   fetch tuples from a GIN scan.
  *
  *
- * 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
index 0e8672c9e90ccead7cf5a3bf0816bedc9ac9bd1b..ea1c4184fbff76484cadc61916c72343df36ff6e 100644 (file)
@@ -4,7 +4,7 @@
  *   insert routines for the postgres inverted index access 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
  *
  * IDENTIFICATION
index 6bf3288f5b9ed2c06183e33993e3e5cbd51d6f58..c38c27fbae2c2775706e3842ee1efa33a819b396 100644 (file)
@@ -24,7 +24,7 @@
  * is used for.)
  *
  *
- * 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
index 216b2b9a2c3f58860cebe7a4b4bdd2fa4d7e6d74..6b73715496ca84847e85841bab77a4b9efe7d668 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for dealing with posting lists.
  *
  *
- * 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
index 55e2d49fd72244f826d5c14e2055ba4f37b8dabe..b776d04459315be6887a76856345410cf82ccd87 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to manage scans of inverted index relations
  *
  *
- * 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
index 066cf3e11ab66309762a3ae40975dec3b5978470..3d15701a01e167b3f7120670fd66788183e5330c 100644 (file)
@@ -4,7 +4,7 @@
  *   Utility routines for the Postgres inverted index access 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
  *
  * IDENTIFICATION
index a276eb020b5dd35b94ebad69489215729ed0327c..b4fa5f6bf81a8be15356723d67aa85bd5b8e475a 100644 (file)
@@ -4,7 +4,7 @@
  *   delete & vacuum routines for the postgres GIN
  *
  *
- * 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
index d2510daadb38c3288d6894edc582008fc15974c9..44f2ff205d1820fc2e885801873e8793bc099603 100644 (file)
@@ -3,7 +3,7 @@
  * ginvalidate.c
  *   Opclass validator for GIN.
  *
- * 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
index 09ce4d6a5ba58b63c6e5edf3234a790c21757eff..87e8366642fea5a6b69a09383ce2be0b3a6d6074 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for inverted index.
  *
  *
- * 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
index d96ce1c0a99b2bdff21737b770103e516dc7329c..c3cdfca9a23e891c73d3231ba79188b32bc2b3ab 100644 (file)
@@ -4,7 +4,7 @@
  *   interface routines for the postgres GiST index access 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
  *
  * IDENTIFICATION
index baad28c09fa466db21b923009168c26447c77e20..9854116fca5c58786612bd4eceb0bd3d1865e38f 100644 (file)
@@ -22,7 +22,7 @@
  * tuples (unless buffering mode is disabled).
  *
  *
- * 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
index 95cc3348442b9323bb6336863c1df55832afb893..eabf746018261a784775d4b7a9208c4950e5214b 100644 (file)
@@ -4,7 +4,7 @@
  *   node buffer management functions for GiST buffering build algorithm.
  *
  *
- * 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
index c8f7e781c6c36854e92058dce1436521c092196a..adbf622c83c360af2d8f3d36be291a609475733b 100644 (file)
@@ -4,7 +4,7 @@
  *   fetch tuples from a GiST scan.
  *
  *
- * 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
index d474612b77d15ea7c9d0e8d257fdac1d39af082c..32fb32519ec18353a3028571d90e1e02ecb506ec 100644 (file)
@@ -7,7 +7,7 @@
  * This gives R-tree behavior, with Guttman's poly-time split algorithm.
  *
  *
- * 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
index 61e92cf0f5dfb6179cf7c9fc76db225a828742c0..4252ff44b2566f95dfd3d74d9e73c30316771200 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to manage scans on GiST index relations
  *
  *
- * 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
index 1c5d4e9ca22d3fdb674d87e3aca90f017ca328fc..c1965a52ddf50e65720b073e2772ae676397a0b4 100644 (file)
@@ -15,7 +15,7 @@
  * gistSplitByKey() is the entry point to this file.
  *
  *
- * 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
index 94dbabc1988a7b5b02dce2a1665bf592c2c4acbc..d4bf0c7563de8617e05b8c37f9f4cea8ff427d0d 100644 (file)
@@ -4,7 +4,7 @@
  *   utilities routines for the postgres GiST index access 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
  *
  * IDENTIFICATION
index 0663193531a73e3f34e2161bf198801ec9ef69c4..aac4afab8ff5fa53ed290a21c99567020542ab73 100644 (file)
@@ -4,7 +4,7 @@
  *   vacuuming routines for the postgres GiST index access 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
  *
  * IDENTIFICATION
index b885fa2b256bfc9001936046233b0a6b548a084b..95beca05fe7a52a83a9de6d1cf8b0a5f8a4e4863 100644 (file)
@@ -3,7 +3,7 @@
  * gistvalidate.c
  *   Opclass validator for GiST.
  *
- * 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
index 6464cb9281b90607a66e23ec5fee41f8befed3c8..df70f906b4e04f0df31d94638d831de00683e652 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for GiST.
  *
  *
- * 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
index 81c7da7ec693645828267d0d802061ce24496d2d..d48c8a454986971b4cf842d9a17b410e8ec5df44 100644 (file)
@@ -3,7 +3,7 @@
  * hash.c
  *   Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * 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
  *
  *
index 27475fcbd6d74f826b7eeb085c91ab8810a30389..55937b9a68e65ed2dff88d381ad8b5c383848431 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for hash index.
  *
  *
- * 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
index 242333920e714f360d6e5b3f35f68c170e5e4dfd..0521c69dd57a2d2d3a3a8e359af5afbe85ba96eb 100644 (file)
@@ -3,7 +3,7 @@
  * hashfunc.c
  *   Support functions for hash access 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
  *
  *
index fe9f0df20b1101b88734d64b3b7fd2d3a43247d1..2dfa0ec35e0ce594eb1ee4c62ec7bc9b768cd272 100644 (file)
@@ -3,7 +3,7 @@
  * hashinsert.c
  *   Item insertion in hash tables for Postgres.
  *
- * 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
  *
  *
index b312af57e11d32ad97c169c32b66d531db9ef333..c9449b74d89e372a9176e461789424b557c54bc8 100644 (file)
@@ -3,7 +3,7 @@
  * hashovfl.c
  *   Overflow page management code for the Postgres hash access 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
  *
  *
index 159646c7c3e9f8a4e0e6b430466fdf5c874b0471..ee351aea09559fc5defe22cfa834690fb9f99326 100644 (file)
@@ -3,7 +3,7 @@
  * hashpage.c
  *   Hash table page management code for the Postgres hash access 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
  *
  *
index 2ffa28e8f7711d260fdeadad6976c9e359faab2e..7ca542a3fbaa06ded055d5905d962fd0a41ab195 100644 (file)
@@ -3,7 +3,7 @@
  * hashsearch.c
  *   search code for postgres hash tables
  *
- * 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
  *
  *
index 3ce42483ed199b87cbf7db356ee0ef8846d8ef97..6d8512283a8bcda937704e39b258578657be6b7d 100644 (file)
@@ -14,7 +14,7 @@
  * plenty of locality of access.
  *
  *
- * 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
index 519872850e0b7914430ca5b2a9245a3dcd24cc6a..edb6fa968fc953ad401d6036c85e91880b944a0f 100644 (file)
@@ -3,7 +3,7 @@
  * hashutil.c
  *   Utility code for Postgres hash implementation.
  *
- * 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
  *
  *
index 1e343df0afc5590870a9b95905cbe5ed1b36f631..10bf26ce7c07c6b6544d6013ebff211cffb16e36 100644 (file)
@@ -3,7 +3,7 @@
  * hashvalidate.c
  *   Opclass validator for hash.
  *
- * 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
index a1bacb0ebf2a18349c71483675728d9609ccfc8b..6ec57f3d8b2258498c24d6d788e6dd7ca1ec9713 100644 (file)
@@ -3,7 +3,7 @@
  * heapam.c
  *   heap access method code
  *
- * 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
  *
  *
index 9befe012a9eb916ba5cd1cb1d21bd74b797d35c9..39ef8a0b77ded9040570d58f2ddc675251357cb9 100644 (file)
@@ -3,7 +3,7 @@
  * heapam_handler.c
  *   heap table access method code
  *
- * 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
  *
  *
index b72b03ea25ab12f47657745899b93bbd01b03a76..ceadac70d57447c5991c00b17c8e827198108430 100644 (file)
@@ -52,7 +52,7 @@
  *  HeapTupleSatisfiesAny()
  *       all tuples are visible
  *
- * 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
index 55bbe1d584760a849960871296dfbdd7447b2b67..1575a81b01b6b11d58fa1586dcabd4b009760e41 100644 (file)
@@ -4,7 +4,7 @@
  *   Heap-specific definitions for external and compressed storage
  *   of variable size attributes.
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d34edb4190c8b328303b8305ac881d680a82ce54..ae2e2ce37a57ffa35c8d0beb97d6326dda5a4ea8 100644 (file)
@@ -3,7 +3,7 @@
  * hio.c
  *   POSTGRES heap access method input/output code.
  *
- * 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
  *
  *
index 522a00af6d1885e256e3b26f8708fc9338b1b487..7ebd1e5181e9333a3ea76ce637780fc3f43659b1 100644 (file)
@@ -3,7 +3,7 @@
  * pruneheap.c
  *   heap page pruning and HOT-chain management code
  *
- * 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
  *
  *
index 986a776bbd541facf471464541fc2c353100a0bf..5bb5ebba23057ae77b88b7dfa186e3107fd3bdf2 100644 (file)
@@ -92,7 +92,7 @@
  * heap's TOAST table will go through the normal bufmgr.
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index cd603e6aa4143fcd26a48c7c66f92b747279aaa5..5e4a5d0d82cfd808876370630eb5d648abeb7e06 100644 (file)
@@ -21,7 +21,7 @@
  * that there only needs to be one call to lazy_vacuum, after the initial pass
  * completes.
  *
- * 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
  *
  *
index 114fbbdd307a65495e2166036bb3f89079f90011..9032d4758f64976f6459757841ef3164e563876c 100644 (file)
@@ -3,7 +3,7 @@
  * visibilitymap.c
  *   bitmap for tracking visibility of heap tuples
  *
- * 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
  *
  *
index d30bc435146db7167a3725947efd3da821d0edb8..2b028e1950a77f6fc5acd18d69fff537b126c052 100644 (file)
@@ -3,7 +3,7 @@
  * amapi.c
  *   Support routines for API for Postgres index access methods.
  *
- * Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9dd0ae663ba1420587729d8a3e066306e6002f4e..d13054e33fde6af67cc321d440cc3b516e37a681 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for index access methods' amvalidate and
  *   amadjustmembers functions.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 64023eaea5dc8305344d3f241764fa857e153141..98af5347b9fe84659db407427f4c5a052d678e26 100644 (file)
@@ -3,7 +3,7 @@
  * genam.c
  *   general index access method 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
  *
  *
index 5e22479b7ade75eb537262d3365faecba3817107..fe80b8b0bac026b47d3c954f55f3bada7b6b1863 100644 (file)
@@ -3,7 +3,7 @@
  * indexam.c
  *   general index access method 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
  *
  *
index 7ac73cb8c2d539d8cf8435d70309ca50af9be092..da4ce7b4f1f6d4a0e4bec9503f02906a1072c173 100644 (file)
@@ -3,7 +3,7 @@
  * nbtcompare.c
  *   Comparison functions for btree access 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
  *
  *
index c88dc6eedbd659a46cb13a593001a161c3b4edd2..1547e73049a27f70042af9f669ea64d6a59e04d6 100644 (file)
@@ -3,7 +3,7 @@
  * nbtdedup.c
  *   Deduplicate or bottom-up delete items in Postgres btrees.
  *
- * 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
  *
  *
index 37ee0b4d6ee68adbd943c821b655dfdc98316b6e..62746c47219d0eb1628afcf38e4c3b3a7b89c0b5 100644 (file)
@@ -3,7 +3,7 @@
  * nbtinsert.c
  *   Item insertion in Lehman and Yao btrees for Postgres.
  *
- * 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
  *
  *
index 0aea476b8cebe5218d828d5cb845fef108488cd0..6b5f01e1d079c1dff97b7fd600be99a7721ff04a 100644 (file)
@@ -4,7 +4,7 @@
  *   BTree-specific page management code for the Postgres btree access
  *   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
  *
  *
index dfce06dc49f3ceecd853c9763abd76451abfdb96..13024af2faad34b7ea55a6df309d2e319abb7e5f 100644 (file)
@@ -8,7 +8,7 @@
  *   This file contains only the public interface 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
  *
  * IDENTIFICATION
index 598087612a88bf9b2ee45bdbed29ce3c1972ff38..9d82d4904d829549c53ea35be1224d1602d06414 100644 (file)
@@ -4,7 +4,7 @@
  *   Search code for postgres btrees.
  *
  *
- * 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
index 1e02be9746b71a5c8d5c08ca85b3af845b50046b..dc220146fdc9d7e8658c0bb22a355615fb8f3f6d 100644 (file)
@@ -34,7 +34,7 @@
  * This code isn't concerned about the FSM at all. The caller is responsible
  * for initializing that.
  *
- * 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
index 3485e93ef6470e03d437a7bb7d86f14ef7cbe1ba..c46594e1a20f733cbcfb5987d4edb453b37f92b4 100644 (file)
@@ -3,7 +3,7 @@
  * nbtsplitloc.c
  *   Choose split point code for Postgres btree implementation.
  *
- * 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
  *
  *
index c72b4566de67d85613986536593cf63b6bb7c012..ed67863c56727d441c70f1426de0537afed1a255 100644 (file)
@@ -3,7 +3,7 @@
  * nbtutils.c
  *   Utility code for Postgres btree implementation.
  *
- * 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
  *
  *
index 7acb64ee69895367bee2ae9ef7da9b1694af9b00..55ed3251d3f3198071fb696c70224e2bd12ff6af 100644 (file)
@@ -3,7 +3,7 @@
  * nbtvalidate.c
  *   Opclass validator for btree.
  *
- * 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
index 786c08c0cea8a201d68fcfcc58f4864a678bf25f..611f412ba8a5b1331f9a0945367302063813e299 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for btrees.
  *
  *
- * 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
index b6265a49bc0608adb08d28a560a130116a5a7a67..f05607e6c31e7c07103dd1ca991140dd0c516df4 100644 (file)
@@ -3,7 +3,7 @@
  * brindesc.c
  *   rmgr descriptor routines for BRIN indexes
  *
- * 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
  *
  *
index b12f43a1bba28b62428343096e198368aea8af68..87513732be67fa243a7d37f460f048119f85b49c 100644 (file)
@@ -3,7 +3,7 @@
  * clogdesc.c
  *   rmgr descriptor routines for access/transam/clog.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
  *
  *
index 26bad44b964aacfcfbe127ec2c496f7eb3ad7a6d..3a65538bb0ae79e9db99178b1b8310903382c4c5 100644 (file)
@@ -3,7 +3,7 @@
  * committsdesc.c
  *   rmgr descriptor routines for access/transam/commit_ts.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
  *
  *
index 26609845aac659b61656fb859f344de2e9edde94..03af3fdbcfdecbbccc38de3b9a39b6bdeb2a7073 100644 (file)
@@ -3,7 +3,7 @@
  * dbasedesc.c
  *   rmgr descriptor routines for commands/dbcommands.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
  *
  *
index 7242d0d214173f3eed3649002cd0ff87776040c6..877beb546b22a158194b52648c073fc1a25ce3f0 100644 (file)
@@ -4,7 +4,7 @@
  *   rmgr descriptor routines for access/transam/generic_xlog.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/backend/access/rmgrdesc/genericdesc.c
index ee9e69cdd094e6b958445a97d0c2229295e6c47c..57f7bce826c582c35df40c0bf7063bb7d80d89a7 100644 (file)
@@ -3,7 +3,7 @@
  * gindesc.c
  *   rmgr descriptor routines for access/transam/gin/ginxlog.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
  *
  *
index 8ae31126ebf9978818054921bbade0723ad34925..9cab4fa1580a6e9d32e18945614258ac467a2bcf 100644 (file)
@@ -3,7 +3,7 @@
  * gistdesc.c
  *   rmgr descriptor routines for access/gist/gistxlog.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
  *
  *
index 90ccea08e2c494fed57e5099b22eadb25849e4d2..ef443bdb16c0f64df4752d4671c5466b24722c30 100644 (file)
@@ -3,7 +3,7 @@
  * hashdesc.c
  *   rmgr descriptor routines for access/hash/hash.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
  *
  *
index 5c29fd9eae2b3095dff64ab1a72adcfcf0112573..6238085d65e871c84758f6904e5387ce9879e9df 100644 (file)
@@ -3,7 +3,7 @@
  * heapdesc.c
  *   rmgr descriptor routines for access/heap/heapam.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
  *
  *
index d64ce2e7eff2184829308351ebcd12327fbc1592..099e11a84e7796c0e73e8c8eb21c4bff1921b902 100644 (file)
@@ -3,7 +3,7 @@
  * logicalmsgdesc.c
  *   rmgr descriptor routines for replication/logical/message.c
  *
- * Portions Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8c37690e659d7c05e074e6132fc47051cca5195e..7076be2b3f2b46153d9d1208be6514449a149494 100644 (file)
@@ -3,7 +3,7 @@
  * mxactdesc.c
  *   rmgr descriptor routines for access/transam/multixact.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
  *
  *
index 710efbd36a13b28621c5859a0c146aa87ca5bcd1..dfbbf4ebaf865ca2462cfbf983af5a5aa8769442 100644 (file)
@@ -3,7 +3,7 @@
  * nbtdesc.c
  *   rmgr descriptor routines for access/nbtree/nbtxlog.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
  *
  *
index 2f9d4f54ba8b443c6d3fef922899534d8e5a892a..f1b129b8a99c2ce39456fbd71c4c6c3be67434e6 100644 (file)
@@ -3,7 +3,7 @@
  * relmapdesc.c
  *   rmgr descriptor routines for utils/cache/relmapper.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
  *
  *
index 1f314c4771a2de743c66e055b9cce79b5529ca13..e3213b10166396cf93c935cc2919e2f2a8cd78f4 100644 (file)
@@ -3,7 +3,7 @@
  * replorigindesc.c
  *   rmgr descriptor routines for replication/logical/origin.c
  *
- * Portions Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 0bd294687b73436a47f65b8d6a8dd96439148ec5..d9b1e60553be0db04c2e1293a4c54d3bcf5f10ee 100644 (file)
@@ -3,7 +3,7 @@
  * seqdesc.c
  *   rmgr descriptor routines for commands/sequence.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
  *
  *
index 7755553d57f5fc3b91d7935a0c0bcb27ceb2779d..75478132547a8b05e27481890a61783d9e2d9a02 100644 (file)
@@ -3,7 +3,7 @@
  * smgrdesc.c
  *   rmgr descriptor routines for catalog/storage.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
  *
  *
index 0fefe386b8ebc778a5e9ed624998d7bccf0affb0..d5d921a42a19b7487611f8d47d56762b7a6fd775 100644 (file)
@@ -3,7 +3,7 @@
  * spgdesc.c
  *   rmgr descriptor routines for access/spgist/spgxlog.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
  *
  *
index 01ee7ac6d2ca5f624ab83118e94cbd951fa7d498..2dba39e349ce348717dc5e2b1f65952d3dcda82e 100644 (file)
@@ -3,7 +3,7 @@
  * standbydesc.c
  *   rmgr descriptor routines for storage/ipc/standby.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
  *
  *
index cb356eaa48f15cb5b25c62a1e94b26d04ac3d629..ed94b6e2ddd348ba292aa38e3454bf3f94f01bf4 100644 (file)
@@ -3,7 +3,7 @@
  * tblspcdesc.c
  *   rmgr descriptor routines for commands/tablespace.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
  *
  *
index fca03a00d9883f663e2a0408ec134def0024ec25..025d556f6ce9103269e376364db1eaafd7e6f6eb 100644 (file)
@@ -3,7 +3,7 @@
  * xactdesc.c
  *   rmgr descriptor routines for access/transam/xact.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
  *
  *
index 5bf2346dd91df66016280ffff5edba0029aa4ed5..e7452af67901a8c54bf2396be0950c7338490361 100644 (file)
@@ -3,7 +3,7 @@
  * xlogdesc.c
  *   rmgr descriptor routines for access/transam/xlog.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
  *
  *
index e7afb2c242a39189a9c3bcbc5d02b026d658cf1a..e84b5edc035f8a9f750b97f31bf955c4ee485422 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of insert algorithm
  *
  *
- * 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
index cc4394b1c8d628c99eb4d3f68e2e31ba591870d1..bfb74049d0ca98fda99d1f7411986b216e723264 100644 (file)
@@ -5,7 +5,7 @@
  *
  * All the actual insertion logic is in spgdoinsert.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
  *
  * IDENTIFICATION
index d9b3f6a0ea7e63a1bfa9b742cd79fdd7a560facb..d6bf675b999d40ddff3daf71a43d60b41e4b216e 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of k-d tree over points for SP-GiST
  *
  *
- * 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
index 1bad5d6c06d2e977dd0fda98f4d71012bb59b165..4cfb6756b3389830117d555abe2ca0dc1ca00ea9 100644 (file)
@@ -4,7 +4,7 @@
  *   Common supporting procedures for SP-GiST opclasses.
  *
  *
- * 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
index a52d924fdc92cba490d98d75e5c2d09eebe53015..ce6464f7e04a010bfef6e9d0366c79cb9fb518aa 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of quad tree over points for SP-GiST
  *
  *
- * 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
index 401a1a834323c30c8ce07beab4f2dff17adf9812..87a345d290ef2414c3dd76de02175d32a9780db3 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for scanning SP-GiST indexes
  *
  *
- * 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
index f3405553363860ff919322cbacba132241c32541..199d9214637e7ae0795efd781add5643ce94ae8d 100644 (file)
@@ -29,7 +29,7 @@
  * No new entries ever get pushed into a -2-labeled child, either.
  *
  *
- * 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
index 7760de94f3d714f378f86816bed3460a4c644ef8..1ae7492216abec5986742a50e111a415c557cdd0 100644 (file)
@@ -4,7 +4,7 @@
  *   various support functions for SP-GiST
  *
  *
- * 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
index 76fb0374c42a9252a4b889f3eff2c2af04d3597a..00496305320e5bd923293c11cc3e1c939e875e0e 100644 (file)
@@ -4,7 +4,7 @@
  *   vacuum for SP-GiST
  *
  *
- * 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
index 472a28b8080ec25f781594ad84f94463c18ba6b0..82281f7b836d813ba84836eb0c90049568ab462d 100644 (file)
@@ -3,7 +3,7 @@
  * spgvalidate.c
  *   Opclass validator for SP-GiST.
  *
- * 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
index 3dfd2aa317b50eb0cf8d6773ac16fb9f9d8f5e58..b500b2cced1cbf405c5c6641debb0c5598b695d4 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for SP-GiST
  *
  *
- * 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
index 545007e6ed4800d92d568f2e2ddefe6a16f7a8ce..744d3b550b3e04af176b176f60f5695cf43fadf8 100644 (file)
@@ -3,7 +3,7 @@
  * table.c
  *   Generic routines for table related code.
  *
- * 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
  *
  *
index 66f0f84386c43478cedd6a64780a4a8572d67ea3..4f20c6ac12ac0d2a4ebb2712603265722104d73c 100644 (file)
@@ -3,7 +3,7 @@
  * tableam.c
  *     Table access method routines too big to be inline 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
  *
  *
index 325ecdc122914127e1f7206c9a514eb3e3e180c4..76df7985a05e4e59405ef1ca4b13c9ac3317f138 100644 (file)
@@ -3,7 +3,7 @@
  * tableamapi.c
  *     Support routines for API for Postgres table access methods
  *
- * 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/backend/access/table/tableamapi.c
index 013236b73dd0ef57d9ad8d6242653d191b7380cd..0cc5a30f9b49111cc02804b9f8707741d6395235 100644 (file)
@@ -4,7 +4,7 @@
  *   Helper functions for table AMs implementing compressed or
  *    out-of-line storage of varlena attributes.
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/access/table/toast_helper.c
index ae6e4f581145ae454cb58a3ad843edcb6d5ce2bf..5bd7c7bcdce3b43ecc38a112ff9eca65e30f744b 100644 (file)
@@ -13,7 +13,7 @@
  * cutoff value computed from the selection probability by BeginSampleScan.
  *
  *
- * 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
index b0869e503952905f7d80776e1b8cfdb94ee19bfd..c387f3d5f09593ad48b90652844e6d9de3f22d77 100644 (file)
@@ -13,7 +13,7 @@
  * cutoff value computed from the selection probability by BeginSampleScan.
  *
  *
- * 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
index 02f2a95e84f17c3b33e2eaf44dad98701f519d31..eda8454cee9afef1affbe0f7797b04334ac89a72 100644 (file)
@@ -3,7 +3,7 @@
  * tablesample.c
  *       Support functions for TABLESAMPLE feature
  *
- * 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
  *
  *
index 3ea16a270a8c641b2096ba98e5d8a11d7dbf7b38..de787c3d375b56039e5e2c38e2cbaf60c804281f 100644 (file)
@@ -23,7 +23,7 @@
  * for aborts (whether sync or async), since the post-crash assumption would
  * be that such transactions failed anyway.
  *
- * 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/backend/access/transam/clog.c
index cbbe19fea83a6dc9665f75ba1be2c4e9b19a1014..659109f8d4b5551158c40852e647034270379c94 100644 (file)
@@ -15,7 +15,7 @@
  * re-perform the status update on redo; so we need make no additional XLOG
  * entry here.
  *
- * 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/backend/access/transam/commit_ts.c
index 63301a1ab168401d04f7ae459cca54597913ab32..4b0c63817f3ab629fa36765b32ab2a34921c6fdb 100644 (file)
@@ -4,7 +4,7 @@
  *  Implementation of generic xlog records.
  *
  *
- * 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/backend/access/transam/generic_xlog.c
index e6c70ed0bc28d9c4c106a85d7a150286ffa4bc43..806f2e43ba9674231e862fd566039fab156329a3 100644 (file)
@@ -59,7 +59,7 @@
  * counter does not fall within the wraparound horizon considering the global
  * minimum value.
  *
- * 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/backend/access/transam/multixact.c
index ae7c7133dd43784ae4fd0fea8ac4c55d8889c47e..df0cd7755889a6d37f58e4c3459df747e9ccaa8f 100644 (file)
@@ -3,7 +3,7 @@
  * parallel.c
  *   Infrastructure for launching parallel workers
  *
- * 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
index 7585ae24ce97615e66ee36d5717111e8853b0f54..30a476ed5dc7cba427850fda94feaa453cdda539 100644 (file)
@@ -38,7 +38,7 @@
  * by re-setting the page's page_dirty flag.
  *
  *
- * 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/backend/access/transam/slru.c
index 6a8e521f8940591a6e7cd8491e77fbdb5549d96f..66d3548155248b2cdb9cba16a01344885d1103fb 100644 (file)
@@ -19,7 +19,7 @@
  * data across crashes.  During database startup, we simply force the
  * currently-active page of SUBTRANS to zeroes.
  *
- * 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/backend/access/transam/subtrans.c
index 8d0903c1756a2e1c351640c630fe8c30e0cc4b3b..be21968293c99f408573b2fdd9cb78d140e4288b 100644 (file)
@@ -21,7 +21,7 @@
  * The fields are separated by tabs. Lines beginning with # are comments, and
  * are ignored. Empty lines are also ignored.
  *
- * 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/backend/access/transam/timeline.c
index 1ba4bbead55993f5ce110e66ee72a3d7b9ab9409..dbc5f884e88ea0c49e5a893237e9b83fd423d1c3 100644 (file)
@@ -3,7 +3,7 @@
  * transam.c
  *   postgres transaction (commit) log interface 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
  *
  *
index eb6ecaef474adda9f8210aab9117f50dbaaf8ce1..271a3146dbb9bf930f95ea401a2a92a8c2161ac9 100644 (file)
@@ -3,7 +3,7 @@
  * twophase.c
  *     Two-phase commit support 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
  *
  * IDENTIFICATION
index 1fd785567cc835bd8061e0c758cadb2bbbe3dacb..35a9b32a9f22b8b65e667a2de7731ae61aeaf0ab 100644 (file)
@@ -3,7 +3,7 @@
  * twophase_rmgr.c
  *   Two-phase-commit resource managers tables
  *
- * 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
  *
  *
index a6e98e71bd1d71019b52cd9401ff4fdf1e16efc5..748120a0125614c1133091a1b013898628eeea6b 100644 (file)
@@ -3,7 +3,7 @@
  * varsup.c
  *   postgres OID & XID variables support routines
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/access/transam/varsup.c
index e7b0bc804d85fe7f728963f562b94413fa10204d..c9516e03faee70171b5f718bd5b7d4c5e291ae4f 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/access/transam/README for more information.
  *
- * 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
  *
  *
index 87cd05c945468cbbceb066b089ba9776e49d6f12..c9d4cbf3ff52f12b678420218b3bb9415595a469 100644 (file)
@@ -4,7 +4,7 @@
  *     PostgreSQL write-ahead log 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/backend/access/transam/xlog.c
index 4ddeac1fb9287c09ca4d3e4b5e4108199c70a34a..a2657a20058c6239289869603dae6a65bf554868 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for archiving WAL files and restoring from the archive.
  *
  *
- * 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/backend/access/transam/xlogarchive.c
index dd9a45c18606d61307705570e624b1fb93f7a274..d8af5aad58b39465c69d7338c41645b4ff0f9ffa 100644 (file)
@@ -7,7 +7,7 @@
  * This file contains WAL control and information 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/backend/access/transam/xlogfuncs.c
index 689384a411fd4afef6d7b1d7fcab8fae062ad15a..c260310c4c86608e13b363ff6ecb6da256b0b097 100644 (file)
@@ -9,7 +9,7 @@
  * of XLogRecData structs by a call to XLogRecordAssemble(). See
  * access/transam/README for details.
  *
- * 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/backend/access/transam/xloginsert.c
index 3a7de025657ebed9b51953b825915825054aae9c..35029cf97d62517576fabc9a77cca8408363f3cf 100644 (file)
@@ -3,7 +3,7 @@
  * xlogreader.c
  *     Generic XLog reading facility
  *
- * Portions Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/access/transam/xlogreader.c
index b2a57bd4ff6c8af3cffd94e60d7ef5ed487fe812..90e1c483907ea7be472241f99db03e5632483ca0 100644 (file)
@@ -8,7 +8,7 @@
  * None of this code is used during normal system operation.
  *
  *
- * 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/backend/access/transam/xlogutils.c
index 5fcd004e1b18289bcbd2c3f0c49a990ae432910c..f1dd95cfad81bcb4ba0e2356f4eb21fa22541f22 100644 (file)
@@ -4,7 +4,7 @@
  * bootparse.y
  *   yacc grammar for the "bootstrap" mode (BKI file format)
  *
- * 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
  *
  *
index 7aecd895fba47f7fd6d420b4e13cbd1cb64c402e..3094ccb93f4e03a17a309a55289ef99f08dc0455 100644 (file)
@@ -4,7 +4,7 @@
  * bootscanner.l
  *   a lexical scanner for the bootstrap parser
  *
- * 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
  *
  *
index 48615c0ebcba05d75f33d43ccb302f8593fa7066..9fa8fdd4cf3c265790a141a8028208bc64e89d27 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to support running postgres in 'bootstrap' mode
  * bootstrap mode is used to create the initial template database
  *
- * 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
index 6eef0bc680db7d3f854016cbee0eb9d9e681ccac..dbc3f87e28cbad6254fce2b53ea2c3b34459ce9d 100644 (file)
@@ -4,7 +4,7 @@
 #    Perl module that extracts info from catalog files into Perl
 #    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/backend/catalog/Catalog.pm
index 4e6efda97f3b360b23d95b7dc93b86d8cb153119..df5268fbc30950c5dc606b2486b3c637f7d5be8e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/catalog
 #
-# 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/backend/catalog/Makefile
index ce0a4ff14e336ea62c159a96d4f4b42e5eeec1d2..1dd03a8e5164ab3f9dbd5208eb08c3bafe807e86 100644 (file)
@@ -3,7 +3,7 @@
  * aclchk.c
  *   Routines to check access control permissions.
  *
- * 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
  *
  *
index aa7d4d5456b4cf05f5fc3c1780f27434ac9e79bc..dfd5fb669eefc32d1e83080b8e1fc88a5f524a9b 100644 (file)
@@ -5,7 +5,7 @@
  *     bits of hard-wired knowledge
  *
  *
- * 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
  *
  *
index fe9c714257fbd660de75a08c344206c6ae093d33..ab9e42d7d1df1de875ed2c078b168633eacc0a9b 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to support inter-object dependencies.
  *
  *
- * 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
index 96bf96d9f0328d39ea66a05f09f7cd45bca3c736..2dfcdc5dad5e9efdff686680ddd2aad8de6727f2 100644 (file)
@@ -6,7 +6,7 @@
 #    headers from specially formatted header files and data files.
 #    postgres.bki is used to initialize the postgres template database.
 #
-# 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/backend/catalog/genbki.pl
@@ -447,7 +447,7 @@ foreach my $catname (@catnames)
  * %s_d.h
  *    Macro definitions for %s
  *
- * 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
  *
  * NOTES
@@ -697,7 +697,7 @@ print $schemapg <<EOM;
  * schemapg.h
  *    Schema_pg_xxx macros for use by relcache.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
  *
  * NOTES
@@ -733,7 +733,7 @@ print $fk_info <<EOM;
  * system_fk_info.h
  *    Data about the foreign-key relationships in the system catalogs
  *
- * 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
  *
  * NOTES
index 6780ec53b7c8e662634745c7ef2d563e863cf40b..56215496ffe9127012a6805fd8ca860b5fc7d0db 100644 (file)
@@ -3,7 +3,7 @@
  * heap.c
  *   code to create and destroy POSTGRES heap relations
  *
- * 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
  *
  *
index 1757cd3446faf9920f90765dbea4bfdb060dff99..4506cbcf0310e813302139b7380f775349e1f7a8 100644 (file)
@@ -3,7 +3,7 @@
  * index.c
  *   code to create and destroy POSTGRES index relations
  *
- * 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
  *
  *
index 4d1440cd3a9f7dbe42869f8b80690d9cc714e8ee..0b9209332263bec62c52028c60b97006ad689201 100644 (file)
@@ -4,7 +4,7 @@
  *   This file contains routines to support indexes defined on system
  *   catalogs.
  *
- * 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
  *
  *
index 11d9dd60c20898c8fdd9d2365c3a61862d5c1ac1..b4f348a24db7b0a8b125d648be2e71acc4a3dc2b 100644 (file)
@@ -2,7 +2,7 @@
  * SQL Information Schema
  * as defined in ISO/IEC 9075-11:2016
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/backend/catalog/information_schema.sql
  *
index 4de8400fd0f080ee865787ada74dcba1a227b4b1..5dbac9c437aef2320efd4d558729b724fa1dd810 100644 (file)
@@ -9,7 +9,7 @@
  * and implementing search-path-controlled searches.
  *
  *
- * 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
index 4aa445a077ef8e8880ae5ccfbdb623021f3a31b2..549fac45392ab4e17b051f6b84cfbcb54b25b840 100644 (file)
@@ -3,7 +3,7 @@
  * objectaccess.c
  *     functions for object_access_hook on various events
  *
- * 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
  *
  * -------------------------------------------------------------------------
index 2bae3fbb17486f44379ccfbe6d4ce383660483fd..f30c742d48f00b8a25db4a87bce188fd2056e6ab 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.c
  *   functions for working with ObjectAddresses
  *
- * 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
  *
  *
index 790f4ccb92772bc744d8d7d042df6544af8285c9..c6ec479004876e63e5b2473eb2dee4712403b66b 100644 (file)
@@ -3,7 +3,7 @@
  * partition.c
  *       Partitioning related data structures and 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
  *
  *
index 1f63d8081b264595134ebbab9a6a59f54f2a3aa9..0d0daa69b3402206ad9fa04b1849c46a93bf8b46 100644 (file)
@@ -3,7 +3,7 @@
  * pg_aggregate.c
  *   routines to support manipulation of the pg_aggregate relation
  *
- * 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
  *
  *
index b9cda3cf50436e6f1ec31a77a8de85c6dcb7d260..4857f6468d281931f7263396d4f00e13668c2c47 100644 (file)
@@ -3,7 +3,7 @@
  * pg_cast.c
  *   routines to support manipulation of the pg_cast relation
  *
- * 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
  *
  *
index 304c0af808ed4f06992e61321894ec83a0166c11..b696fa2afd403d274d9502fd59041d1c3b066a6a 100644 (file)
@@ -3,7 +3,7 @@
  * pg_class.c
  *   routines to support manipulation of the pg_class relation
  *
- * 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
  *
  *
index 19068b652a0b255ab12a0c8d682d1745cae2ff69..5be6600652294f73f1ddcc157b04c64829efba58 100644 (file)
@@ -3,7 +3,7 @@
  * pg_collation.c
  *   routines to support manipulation of the pg_collation relation
  *
- * 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
  *
  *
index 2ced770c39f3952f2d8875babefb558f2421d969..472dbda21166e2787d5b8383a0c2543c178a0ff1 100644 (file)
@@ -3,7 +3,7 @@
  * pg_constraint.c
  *   routines to support manipulation of the pg_constraint relation
  *
- * 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
  *
  *
index 02ac7c4a88552199cdd274e29a48651794579d97..3d8b86ace7c5babefc173464140a72dc4104ac12 100644 (file)
@@ -3,7 +3,7 @@
  * pg_conversion.c
  *   routines to support manipulation of the pg_conversion relation
  *
- * 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
  *
  *
index 0c2b02bb2d089cfc657c454bdea4dfdd2fd65cc8..42387f4e304bb2003725656f4d75c66f4c572236 100644 (file)
@@ -2,7 +2,7 @@
  * pg_db_role_setting.c
  *     Routines to support manipulation of the pg_db_role_setting relation
  *
- * 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
index 5f37bf6d10b41e48ddd8aa013ec3c1ebb429a31f..e86e5e689823493d31f8614bb5ad1870a8a80dcd 100644 (file)
@@ -3,7 +3,7 @@
  * pg_depend.c
  *   routines to support manipulation of the pg_depend relation
  *
- * 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
  *
  *
index be1c5a5b0d7c7319723af47d066486486cf0074a..114715498dd12944a9b4f39c689b4ddf36c04e46 100644 (file)
@@ -3,7 +3,7 @@
  * pg_enum.c
  *   routines to support manipulation of the pg_enum relation
  *
- * Copyright (c) 2006-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ae990d487765abefbf24d100c2750b4b87b3c3df..92afbc2f258068932e2a4b57dfb90e2e675f48d7 100644 (file)
@@ -8,7 +8,7 @@
  * Perhaps someday that code should be moved here, but it'd have to be
  * disentangled from other stuff such as pg_depend updates.
  *
- * 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
  *
  *
index 047bc6883cdde35ee5102ea9a0e5f4c08e4cb0d7..30f024ce5eb09fc7f1a878a4b967eb62a3b2c7e1 100644 (file)
@@ -3,7 +3,7 @@
  * pg_largeobject.c
  *   routines to support manipulation of the pg_largeobject relation
  *
- * 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
  *
  *
index e66e090d4f30b5e89b4db80a5fa71935e410069c..5ec8800925771d735b4ad5a59a75f99fea1d09ff 100644 (file)
@@ -3,7 +3,7 @@
  * pg_namespace.c
  *   routines to support manipulation of the pg_namespace relation
  *
- * 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
  *
  *
index 4c5a56cb094c9ff72257039fe216a4bf98ea0003..630bf3e56cce087d84d8a12b3b2acc5e8914763b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_operator.c
  *   routines to support manipulation of the pg_operator relation
  *
- * 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
  *
  *
index 25d35230d027d30053764d14fa0d8cc910b76177..12521c77c3cc457ef2af9c059349e23cd582d1e1 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.c
  *   routines to support manipulation of the pg_proc relation
  *
- * 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
  *
  *
index b307bc2ed593ebacd87b70f0481f1f027642c51c..2992a2e0c63afc09fd201c34eea14d69e1962c20 100644 (file)
@@ -3,7 +3,7 @@
  * pg_publication.c
  *     publication C API manipulation
  *
- * 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
index 839b65eb797d79cc9a71aed9cc0f6e252193d9c7..06b7b5ad158020954995b85cbc8a9c8cbc30e8e9 100644 (file)
@@ -3,7 +3,7 @@
  * pg_range.c
  *   routines to support manipulation of the pg_range relation
  *
- * 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
  *
  *
index c20b1fbb9618c7632af1be87473e5983a2566da6..3e8fa008b9dca959c3cb3e9177664938603dab0d 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shdepend.c
  *   routines to support manipulation of the pg_shdepend relation
  *
- * 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
  *
  *
index 25021e25a4ca493b555d82a9380e28b5de8203a4..ca65a8bd201a326d40daa5eb60ae5b24f66d83b0 100644 (file)
@@ -3,7 +3,7 @@
  * pg_subscription.c
  *     replication subscriptions
  *
- * 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
index cdce22f394f2f85baf14fafda63c9797032da341..03788cb9758b96de160889ec9e69943bae75875e 100644 (file)
@@ -3,7 +3,7 @@
  * pg_type.c
  *   routines to support manipulation of the pg_type relation
  *
- * 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
  *
  *
index c5ad28d71febdb6db375ac235f6256d42d5d48ab..9b8075536a71425680364a0862fdb2cdbc50f7fd 100644 (file)
@@ -3,7 +3,7 @@
  * storage.c
  *   code to create and destroy physical storage for relations
  *
- * 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
  *
  *
index 3a4fa9091b14f0b8f64974cfe292f67474001147..fd1421788e61ee0960b6f80adf78cbc09ae8c410 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PostgreSQL System Functions
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/backend/catalog/system_functions.sql
  *
index 61b515cdb852bbffd4706da4e310e3eb106a00a9..701ff38f7619095218afbe920d5fdeb44bbee1d2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PostgreSQL System Views
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/backend/catalog/system_views.sql
  *
index 0db90c2011a732ec9fba09111fab63df9dfa96d2..917bb3577e77e5a996e126e0ba9ffc22875fba47 100644 (file)
@@ -4,7 +4,7 @@
  *   This file contains routines to support creation of toast tables
  *
  *
- * 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
index 046cf2df08f69dd5cc2f16ea2c8434c8347bf7fc..010eca7340a2ae48bcfc3e90ff101bd2e3e5e8bf 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for aggregate-manipulation commands
  *
- * 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
  *
  *
index 40044070cf379c4768dc2d6c82865a1e983c977e..1f64c8aa517bd3641f471dce42a86637dfa4bb36 100644 (file)
@@ -3,7 +3,7 @@
  * alter.c
  *   Drivers for generic alter commands
  *
- * 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
  *
  *
index 72e209a8b01e515d0ce0a72d642819d17f70bda2..914cfa4cc705d3a468785f57cc16bf6bb1414f02 100644 (file)
@@ -3,7 +3,7 @@
  * amcmds.c
  *   Routines for SQL commands that manipulate access methods.
  *
- * 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
  *
  *
index cd77907fc74036a08a54c2db33d5c77f26d23131..cc9705d06bf0ae53e8a9dcbbe7ad1412f300b40e 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *   the Postgres statistics generator
  *
- * 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
  *
  *
index 855700854509b8ab356eb3aae5b744290d0336f6..3e1b92df03072e3041975527fc31dd09e8c23040 100644 (file)
@@ -3,7 +3,7 @@
  * async.c
  *   Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * 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
index 9d22f648a8462200299a33e04c4b1e96ff9c457e..61853e6dec47c70bb28964bbc8ae8f8e1e9c1a88 100644 (file)
@@ -6,7 +6,7 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 53fc579f37007cf02f4eab05aec7828361a08d8c..56748551ded080a1455d130b4c614a91db307077 100644 (file)
@@ -3,7 +3,7 @@
  * collationcmds.c
  *   collation-related commands support code
  *
- * 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
  *
  *
index d4943e374ae45ccd99ac4033af56ced3bd4c4d27..86985a9065c14e67dba94656badf841bea4963ce 100644 (file)
@@ -4,7 +4,7 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/commands/comment.c
index d0063164a7e4e706cd958463974c3a8405e7500d..721de178ca95a0bd850e928e0754d74feadc63a7 100644 (file)
@@ -3,7 +3,7 @@
  * constraint.c
  *   PostgreSQL CONSTRAINT support code.
  *
- * 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
index 5fed97a2f990e2ccb45b26054d705ac4068d4442..67feda33ec59f2919b4338b22b4ca20b652ce53d 100644 (file)
@@ -3,7 +3,7 @@
  * conversioncmds.c
  *   conversion creation command support code
  *
- * 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
  *
  *
index 53f485314194710802702fd1ef9261922cb92c65..bb9c21bc6b41eae3c8422b03604c191f8eddd45a 100644 (file)
@@ -3,7 +3,7 @@
  * copy.c
  *     Implements the COPY utility command
  *
- * 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
  *
  *
index f366a818a14fccbfc7135b041ad578519a3be47e..0d6b34206aaf5ed951210d350685d9032b5e4f80 100644 (file)
@@ -9,7 +9,7 @@
  * Reading data from the input file or client and parsing it into Datums
  * is handled in copyfromparse.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
  *
  *
index aac10165ecf020e2fecfda40fc5178a0158ab9d6..baf328b620c98e2afdb6ff7e4dd7c5b61202b196 100644 (file)
@@ -47,7 +47,7 @@
  * and 'attribute_buf' are expanded on demand, to hold the longest line
  * encountered so far.
  *
- * 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
  *
  *
index b6eacd5baa8932afe4b0eee7e04c18c1de22f437..34c8b805934dc4b62e2e0b8ea5bb7af9e0df2277 100644 (file)
@@ -3,7 +3,7 @@
  * copyto.c
  *     COPY <table> TO file/program/client
  *
- * 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
  *
  *
index 09828517153b338e0b324a25a799e677f4a3372e..9abbb6b5552d13e9b17ef74d805dd0808e5920e2 100644 (file)
@@ -13,7 +13,7 @@
  * we must return a tuples-processed count in the QueryCompletion.  (We no
  * longer do that for CTAS ... WITH NO DATA, however.)
  *
- * 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
  *
  *
index 029fab48df372d2b91e97b1d6a839bee6821b681..509d1a3e92f0e382648599662a0c9d75ba8c9c38 100644 (file)
@@ -8,7 +8,7 @@
  * stepping on each others' toes.  Formerly we used table-level locks
  * on pg_database, but that's too coarse-grained.
  *
- * 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
  *
  *
index 19c317a472e7f8f0dc524903d9db3ef00d0b5fec..5bcb4b7b36104d7746c2ac7fdc959d604eb59034 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for various kinds of object creation.
  *
  *
- * 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
  *
  *
index 57d3d7dd9b3d737bbc98886cabb444dce8cc850a..c583539e0c3cf0c59eda1b5c740c3b12f648b195 100644 (file)
@@ -3,7 +3,7 @@
  * discard.c
  *   The implementation of the DISCARD command
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4e545adf95a88ecacce1809c72312923765b046a..c9b5732448e980c0534326d7a626c0ff81cf379d 100644 (file)
@@ -3,7 +3,7 @@
  * dropcmds.c
  *   handle various "DROP" 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
  *
  *
index df264329d8b2c563f93ee9b6652aa193f8628215..93c2099735a464890450d0f3e561c6948da05c88 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.c
  *   PostgreSQL EVENT TRIGGER support code.
  *
- * 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
index 60d0d4ad0fcc4b6361ce81e9281f084d792d1ec8..b970997c34616ac9db6c18b355459ba04079434f 100644 (file)
@@ -3,7 +3,7 @@
  * explain.c
  *   Explain query execution plans
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index eaa76af47b0fdef7452bbd152d5cdaa8ef93e446..345787fe2cec4083e874a6112b60d7e321ae97aa 100644 (file)
@@ -12,7 +12,7 @@
  * postgresql.conf.  An extension also has an installation script file,
  * containing SQL commands to create the extension's 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
  *
  *
index 146fa5733fceb53e84b2df6c5793c16a86391da3..ea27857bb84609fe1499cd785275129fb2c8633f 100644 (file)
@@ -3,7 +3,7 @@
  * foreigncmds.c
  *   foreign-data wrapper/server creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 38e78f710250982b674c5df47795dc09242d1908..119b79598277c69e3005fc6cef40e88fecfede6c 100644 (file)
@@ -5,7 +5,7 @@
  *   Routines for CREATE and DROP FUNCTION commands and CREATE and DROP
  *   CAST commands.
  *
- * 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
  *
  *
index 8d3104821ee0453329b85c8eab0b242edb959124..e5cf1bde13feb58d7d77296bd1eb9df8173057b0 100644 (file)
@@ -3,7 +3,7 @@
  * indexcmds.c
  *   POSTGRES define and remove index code.
  *
- * 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
  *
  *
index 62465bacd8116a5a3a08f2f1357a040501860140..4b3f79704f80aa3bd4f1e62b55656aacdb4c4e14 100644 (file)
@@ -3,7 +3,7 @@
  * lockcmds.c
  *   LOCK command support code
  *
- * 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
  *
  *
index fbbf769a8717d835fbb8e016f7fb4419dc114175..05e7b60059dbba23bc57f8b3f71abdd39a40b783 100644 (file)
@@ -3,7 +3,7 @@
  * matview.c
  *   materialized view 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
  *
  *
index fad39e2b75c160930ffb4a0b0f5515539d9f2755..66987966b4ec11e56f39e2403f4f0f5706a1dff7 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for opclass (and opfamily) manipulation commands
  *
- * 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
  *
  *
index eb50f60ed132c50f10aa974b1c0a3d234a83a81d..a5924d7d564d8883c87c3343a42afd09c6de6e7b 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for operator manipulation commands
  *
- * 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
  *
  *
index a225141cce810c8a957085dcedfddef3e9c11cf8..a59ee3b947747258c9564452470b52eb25b66d82 100644 (file)
@@ -3,7 +3,7 @@
  * policy.c
  *   Commands for manipulating policies.
  *
- * 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/backend/commands/policy.c
index 3224261419238e1c20238da00331172c64208569..9902c5c5669af4237d7b917787c45862f032671d 100644 (file)
@@ -9,7 +9,7 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * 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
  *
  *
index 5e03c7c5aaacf098888914794ecf9681d5a79b17..206d2bbbf9f02ecec67611793a204c6af7d2b9bf 100644 (file)
@@ -7,7 +7,7 @@
  * accessed via the extended FE/BE query protocol.
  *
  *
- * Copyright (c) 2002-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/commands/prepare.c
index 81598d3e08e76acaa6be21cdc7d6441297c2ad65..4a093f45d85a42b9d1d6f583d849c9b6a5a18303 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.c
  *   PostgreSQL LANGUAGE support code.
  *
- * 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
index 0f04969fd6c8da5ca1a7b806ef4a433a451f63f2..3ab1bdeae1b77481bf7dfaad7bfc45b43d0512f7 100644 (file)
@@ -3,7 +3,7 @@
  * publicationcmds.c
  *     publication manipulation
  *
- * 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
index 6c6ab9ee349f0477f9680872618702597ed31874..984000a5bc9654e22a8af22e10a441a2601e973a 100644 (file)
@@ -3,7 +3,7 @@
  * schemacmds.c
  *   schema creation/manipulation commands
  *
- * 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
  *
  *
index 53c18628a7d700368637c5205a2bd5f479bc3e0b..7a62d547e2f78c09c4a72f5c3659f3e6f764d39f 100644 (file)
@@ -3,7 +3,7 @@
  * seclabel.c
  *   routines to support security label feature.
  *
- * 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
  *
  * -------------------------------------------------------------------------
index 72bfdc07a49e83fcb720ed39b90d5405bd5c2ad9..f2ffd42a05fff8f00ca673bf70a6d5c6d6a85ee2 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.c
  *   PostgreSQL sequences support code.
  *
- * 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
  *
  *
index 8f1550ec801c62088ac63ecdca49ab7d16b41457..f9d3f9c7b8803fdec533d20e6cdd2194f44023a8 100644 (file)
@@ -3,7 +3,7 @@
  * statscmds.c
  *   Commands for creating and altering extended statistics 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
  *
  *
index 2b658080fee52457a3df8fb241fa3c4abbc6489a..651714276d865546fbed99a7522a56cc3f9880a0 100644 (file)
@@ -3,7 +3,7 @@
  * subscriptioncmds.c
  *     subscription catalog manipulation 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
  *
  * IDENTIFICATION
index 23364d3c7ec52d0cd9824dd21735e5f11ac2e8b0..1f0654c2f510956552386103a13d0f01c170b619 100644 (file)
@@ -3,7 +3,7 @@
  * tablecmds.c
  *   Commands for creating and altering table structures and settings
  *
- * 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
  *
  *
index 4b96eec9dfeeed85ce2d29192890cfe47f529ec5..3e154ec10566383bcbd2d2a99cb2d620c3b5f825 100644 (file)
@@ -35,7 +35,7 @@
  * and munge the system catalogs of the new database.
  *
  *
- * 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
  *
  *
index 452b743f21addfccf1236fd06f6a7dd20fd704bf..1a9c1ac2904f3baedfcb8369b83281e99e8e4249 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.c
  *   PostgreSQL TRIGGERs support code.
  *
- * 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
index c47a05d10da556d74ce121167042e7dd0310f8fd..39f0bf7a0d48e49a78f18a1b0095a4cdab4c3d0d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for tsearch manipulation commands
  *
- * 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
  *
  *
index 9dc4fdad49e7d25402eaaa8a1434ec3d0c128d70..053d15475320caa00ea446bf237c6f82c950717c 100644 (file)
@@ -3,7 +3,7 @@
  * typecmds.c
  *   Routines for SQL commands that manipulate types (and domains).
  *
- * 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
  *
  *
index aa69821be496367a563a5eab9904762b03e5f813..c79c8d247f017fbf6e2da2eb9d107193388b2bd4 100644 (file)
@@ -3,7 +3,7 @@
  * user.c
  *   Commands for manipulating roles (formerly called users).
  *
- * 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/backend/commands/user.c
index c94c187d360bae8e0f7a6f87f5a2db80915e5052..287098e4d098464284b998557e1e405105592045 100644 (file)
@@ -12,7 +12,7 @@
  * CLUSTER, handled in cluster.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
  *
  *
index 0d61c8ec74aba9febfdd3ba97f63bada5b42a39f..53a59da2d64d890f0bb7d9241750ae6852fc7916 100644 (file)
@@ -16,7 +16,7 @@
  * the parallel context is re-initialized so that the same DSM can be used for
  * multiple passes of index bulk-deletion and index cleanup.
  *
- * 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
index 0c85679420ca028e9573c47dff9a1499bc3c4411..e5ddcda0b4a0db0a3e1b217179f00e55460bfb94 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for handling specialized SET variables.
  *
  *
- * 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
  *
  *
index 4df05a0b33d375194c4b2bcb6731acac32654f1a..e183ab097c44cda951696e1b2f2250118344c72c 100644 (file)
@@ -3,7 +3,7 @@
  * view.c
  *   use rewrite rules to construct views
  *
- * 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
  *
  *
index d0c52a38b4e6db78d924c74e41e4c030a16f01f7..b6245994f02961a39dc23e76e9ff1b3e95a6286e 100644 (file)
@@ -3,7 +3,7 @@
  * execAmi.c
  *   miscellaneous executor access method 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/backend/executor/execAmi.c
index 94a284a31e15182584fbc5bb340d2597dd65d596..d8d79e972ee788d4a777429930d36eac0dd931ec 100644 (file)
@@ -3,7 +3,7 @@
  * execAsync.c
  *   Support routines for asynchronous execution
  *
- * 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
index 4f430fb16034a6b30954de93e7c1859868f33166..b34b180bc4713374c8740114dd14760435924a6f 100644 (file)
@@ -3,7 +3,7 @@
  * execCurrent.c
  *   executor support for WHERE CURRENT OF cursor
  *
- * 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/backend/executor/execCurrent.c
index 7d343f06787b0cf14127c0ecda0a58a550973204..847357bf80b994cecb7722c3db00adf261eb2f46 100644 (file)
@@ -19,7 +19,7 @@
  * and "Expression Evaluation" sections.
  *
  *
- * 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
  *
  *
index eb49817cee4523773008daa7deec1337990ae307..d6f7d7c2d7341952f055941c33748e6f98db4e6f 100644 (file)
@@ -46,7 +46,7 @@
  * exported rather than being "static" in this file.)
  *
  *
- * 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
index c11427a1f66c6734254623d763c3532396e149d2..af6e9c42d816e6a319f325cc667c1e6c68b47907 100644 (file)
@@ -3,7 +3,7 @@
  * execGrouping.c
  *   executor utility routines for grouping, hashing, and aggregation
  *
- * 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
  *
  *
index afe7ce87d4ccbf98132c8407df730f7d950cf129..22eda9449f91f7bb023c10016650d5c69005a65f 100644 (file)
@@ -95,7 +95,7 @@
  * with the higher XID backs out.
  *
  *
- * 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
  *
  *
index 9741897e8386e96d68824da3fe031adcd272d39b..7934c60866c50059b21d35a9f831dc253d83edae 100644 (file)
@@ -3,7 +3,7 @@
  * execJunk.c
  *   Junk attribute support stuff....
  *
- * 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
  *
  *
index b3ce4bae53078a2914ad54f7fad5061ff4271d76..549d9eb69637efce824a701960a680fe96e1f296 100644 (file)
@@ -26,7 +26,7 @@
  * before ExecutorEnd.  This can be omitted only in case of EXPLAIN,
  * which should also omit ExecutorRun.
  *
- * 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
  *
  *
index f8a4a40e7b503b942ff5a4790c8cb0359777b1f5..5dd8ab7db2a14adf84691d8836de6f448862ee04 100644 (file)
@@ -3,7 +3,7 @@
  * execParallel.c
  *   Support routines for parallel execution.
  *
- * 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
  *
  * This file contains routines that are intended to support setting up,
index 5c723bc54e12630c9b146b96e401e0d0d0be1125..90ed1485d17c94dde0ae3f9cc5a9ac908fe997f9 100644 (file)
@@ -3,7 +3,7 @@
  * execPartition.c
  *   Support routines for partitioning.
  *
- * 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
index 1752b9bfd81de154c7865cf06912c6ab06d21c0f..b5667e53e5f2bdf594a5c117ee118c3faeb8690c 100644 (file)
@@ -7,7 +7,7 @@
  *  ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *  processing.
  *
- * 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
  *
  *
index 574d7d27fd92c9030649d847f7c6671895eff596..313c87398b2397478438abc9ead8a768f901e658 100644 (file)
@@ -3,7 +3,7 @@
  * execReplication.c
  *   miscellaneous executor routines for logical replication
  *
- * 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
index 545b6c19dac7b8e7332ed3bd9049805cac533d53..c2ad4d731b8568802c9ce20766d56ae7977add12 100644 (file)
@@ -7,7 +7,7 @@
  * common code for calling set-returning functions according to the
  * ReturnSetInfo API.
  *
- * 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
  *
  *
index 9f1d8b6d1e9e18e727bd31d37f4b3d36176ff1fb..043bb83f558b395ec22b5d1c17e9c468c24709c6 100644 (file)
@@ -7,7 +7,7 @@
  *   stuff - checking the qualification and projecting the tuple
  *   appropriately.
  *
- * 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
  *
  *
index f4478028431f031fc16535b917e0498fd16f514d..2a55d5759d05d71c2512665b28359d904e86d00c 100644 (file)
@@ -46,7 +46,7 @@
  *     to avoid physically constructing projection tuples in many cases.
  *
  *
- * 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
  *
  *
index 4ab1302313f98181964debc8294c6d4ab7451fe0..9df1f81ea8932364b060e1ed5e4cc0aaddde7726 100644 (file)
@@ -3,7 +3,7 @@
  * execUtils.c
  *   miscellaneous executor utility 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
  *
  *
index 296e54e60a445b38d57772b6676d30f71d0314ce..29a68879eede7de5227aabeb1415a1a0faeded23 100644 (file)
@@ -3,7 +3,7 @@
  * functions.c
  *   Execution of SQL-language 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
  *
  *
index 2b106d8473ce557b23bca5892581d1253472e17d..c5ff02a84247975942335c15403f92401017ff67 100644 (file)
@@ -4,7 +4,7 @@
  *  functions for instrumentation of plan execution
  *
  *
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/executor/instrument.c
index f5a187cae3a485436ae6726a8fab25b7028a4e68..08cf569d8fa7c78cdef081f533874b125c3e5591 100644 (file)
  *    to filter expressions having to be evaluated early, and allows to JIT
  *    the entire expression into one native function.
  *
- * 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
index 6a2daa6e767d7f845a431605d691de5ae5fddc4c..7937f1c88f284d7cb51cfcc8ddbfaee2eb55b35a 100644 (file)
@@ -3,7 +3,7 @@
  * nodeAppend.c
  *   routines to handle append nodes.
  *
- * 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
  *
  *
index a8d7b1e5eddcc8896b8b0554c631d123be19ccdb..b54c79f85379dabfd22f2d0c36793969276be5dc 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapAnd.c
  *   routines to handle BitmapAnd nodes.
  *
- * 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
  *
  *
index 2db1914affb3b29c5a58bfa8d7eb31caed5a8ae5..f6fe07ad7039f9ffc8e6142013c890046f24a7c6 100644 (file)
@@ -16,7 +16,7 @@
  * required index qual conditions.
  *
  *
- * 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
  *
  *
index 48c2036297cd6d4b3ff85c032a484d0865390b5c..551e47630d8926332e329e42742b4973b238e264 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapIndexscan.c
  *   Routines to support bitmapped index scans of relations
  *
- * 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
  *
  *
index 4a8c01d04f70694fb4b02c8aaa9415d16b487419..2d57f11fe74cc2bf94873d17bd366ff2e9422ad6 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapOr.c
  *   routines to handle BitmapOr nodes.
  *
- * 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
  *
  *
index 9c2b08d1d8838a50f7f7b3b11cb9441d14b67be6..b9d7dec8a21625d18c2ecd6351a1b7a413980222 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCtescan.c
  *   routines to handle CteScan nodes.
  *
- * 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
  *
  *
index 1dfa53c38194d34c12b7a173250a7966b86cb4a6..8f56bd8a23a46c40e60d0134e911e1a38dd72e03 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCustom.c
  *     Routines to handle execution of custom scan node
  *
- * 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
  *
  * ------------------------------------------------------------------------
index 0a549afcc0982e5b46428e4c50f6b3edc186511f..c22d0e765172348dac1b5fc94eaf82f53bf410b3 100644 (file)
@@ -3,7 +3,7 @@
  * nodeForeignscan.c
  *   Routines to support scans of foreign tables
  *
- * 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
  *
  *
index b31b2b2886209da7664d0abe167bae27db3c3c8c..434379a5aabd0c1ddc89c7b9cdab504abfdef149 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFunctionscan.c
  *   Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * 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
  *
  *
index 734142b7b16f68fa691ba788cd75de2e30bccf29..4f8a17df7da23ae86d7df752fa509b8293a20ba3 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGather.c
  *   Support routines for scanning a plan via multiple workers.
  *
- * 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
  *
  * A Gather executor launches parallel workers to run multiple copies of a
index 03f02a19aabe2c7ba453c009437caa9f5e14d817..a488cc6d8be4b9cf7794fbf5b5b55e04189d4785 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGatherMerge.c
  *     Scan a plan in multiple workers, and do order-preserving merge.
  *
- * 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
index 1721b2aae48ba25370df9feb2efb73d18871712f..666d02b58f63956b4ea181e5360145219641775e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *   Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * 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
  *
  *
index 73eb074cbf9151a5d143863ab5761a1c3bfca552..4d68a8b97b79be2888456302295241d9792867d8 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHash.c
  *   Routines to hash relations for hashjoin
  *
- * 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
  *
  *
index 510bdd39adc39f9eaff39901e7b7a6304873c8ad..88b870655e91f2c9ec62df0012bd1b11836e6867 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHashjoin.c
  *   Routines to handle hash join nodes
  *
- * 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
  *
  *
index 934426a66798a992f208c922c3c301c05b7d0f76..d6fb56dec73cc9d3c52aa820f0eb79efa3b05f8f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIncrementalSort.c
  *   Routines to handle incremental sorting of relations.
  *
- * 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
index 8fee958135c48a77be93409d285d6a37b0e36575..eb3ddd29434fa247efd950eb4ae9d487313c72cb 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexonlyscan.c
  *   Routines to support index-only scans
  *
- * 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
  *
  *
index 2fffb1b4371ebbff1c1843cdb22391bbaf7aaa8f..a91f135be7a9a1b66512decff8c8375a44411df8 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexscan.c
  *   Routines to support indexed scans of relations
  *
- * 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
  *
  *
index 128eb3e57814b1499a2c016f0a5400a7ae53963e..1b91b123faf84011668bf9ca32ac43dc39dc63af 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *   Routines to handle limiting of query results where appropriate
  *
- * 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
  *
  *
index 7583973f4ae069e145d61540a57041729074ce24..1a9dab25dd6add51d171ef567d574310f613474c 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLockRows.c
  *   Routines to handle FOR UPDATE/FOR SHARE row locking
  *
- * 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
  *
  *
index 7c53f8e60f539f26d0f8603d239081ea3d070e1f..2cb27e0e9aec016631795f8641358274d4619686 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMaterial.c
  *   Routines to handle materialization nodes.
  *
- * 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
  *
  *
index 31e39722239da1e16e88f8dfc910e4a63f765698..55cdd5c4d98632cc121f143857b796730a0d8b04 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMemoize.c
  *   Routines to handle caching of results from parameterized nodes
  *
- * Portions Copyright (c) 2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2021-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 617bffb206271b2a9a0ee4d295ce097f2ebded91..418f89dea8c7e08d688d9be31096acc6108b491b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergeAppend.c
  *   routines to handle MergeAppend nodes.
  *
- * 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
  *
  *
index b41454ab6d92f3b3a7821c80a8127367c29ac036..6988a6c64291dc13c5c8673d22a8f61bf4e76aaa 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergejoin.c
  *   routines supporting merge joins
  *
- * 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
  *
  *
index d328856ae5bcde1fdc5f4a785cc078bf65786747..5ec699a9bd1c2e6af2b2dec77a7725ca0a5d9238 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.c
  *   routines to handle ModifyTable nodes.
  *
- * 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
  *
  *
index c0d1069f5985ce73fd0394c8459f6785d3fbc19d..ca637b1b0e6461359f43e353be36a90a7bdf3a40 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNamedtuplestorescan.c
  *   routines to handle NamedTuplestoreScan nodes.
  *
- * 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
  *
  *
index 41e5ecabc72f743a1b3ab62932476593dbbe46b5..06767c3133fa7afbf3198d447721acff863516bc 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNestloop.c
  *   routines to support nest-loop joins
  *
- * 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
  *
  *
index 07be814d7b52d93330a217d5af62fc896365d544..ea40d61b0b01d9414af9e94421307336f58c183e 100644 (file)
@@ -11,7 +11,7 @@
  *     can't be inside more-complex expressions.  If that'd otherwise be
  *     the case, the planner adds additional ProjectSet nodes.
  *
- * 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
index f9e91fdcfc2bd7fb71fcc62275f5a9ce406b35eb..2d01ed7711fae7e3391b1ce81d56937122cc6ac7 100644 (file)
@@ -7,7 +7,7 @@
  * already seen.  The hash key is computed from the grouping 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
  *
  *
index a8d308c66025b3737fc72418942dae5599940997..d0413e05de1f8e243489451b01176552d9f02b36 100644 (file)
@@ -34,7 +34,7 @@
  *     plan normally and pass back the results.
  *
  *
- * 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
index 33b6fb13778e94b81f3ff73dcbcedfe3f9105556..a03ae120f8b56bf8ec536ec85f556e9396e19299 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSamplescan.c
  *   Support routines for sample scans of relations (table sampling).
  *
- * 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
  *
  *
index 4d2bf16a6fd56dafea8c82463b952039872110a0..7b58cd9162e9bb34d2bb2ba5ca8f240d2c5885f2 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSeqscan.c
  *   Support routines for sequential scans of relations.
  *
- * 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
  *
  *
index aad7ac0ea2a5e041f61e9f58f6ca89f1143d0167..4b428cfa39fd16e384114a192ef428f742e86e4e 100644 (file)
@@ -32,7 +32,7 @@
  * input group.
  *
  *
- * 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
  *
  *
index c68d9e41c2ed1b55c1d553dc27cd7df27f3f6601..9481a622bf5c7bc76aaded04c59dacdacb9c7f56 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSort.c
  *   Routines to handle sorting of relations.
  *
- * 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
  *
  *
index d46227e65c5a4861f21b2d8da1dfb3b3f40cb41f..60d22900304c6f2c825589b31cb6b335099e0e1f 100644 (file)
@@ -11,7 +11,7 @@
  * subplans, which are re-evaluated every time their result is required.
  *
  *
- * 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
index c09f628ded128e97fe4851e3d45bdfa5c53c21b3..242c9cd4b97fd5b7c05c5279294d65e96868e74d 100644 (file)
@@ -7,7 +7,7 @@
  * we need two sets of code.  Ought to look at trying to unify the cases.
  *
  *
- * 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
  *
  *
index f9fafa9e5babd7452b6b3ca45ce5d308672bb00a..0db4ed0c2feca9827b3c5ca3aaea6a9223b0054b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTableFuncscan.c
  *   Support routines for scanning RangeTableFunc (XMLTABLE like 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
  *
  *
index 2b0d205d7dda28f8d0b19ef6a4f322ec2afcbafb..d5bf1be787fcb0a4cb2bb7dfc9db4e40bc28ff5e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidrangescan.c
  *   Routines to support TID range scans of relations
  *
- * 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
  *
  *
index 48c3737da2e58fe20d41e84e9cb08fb4df47190e..4116d1f3b583d1e9d21545a4985ccae0091b7c0c 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidscan.c
  *   Routines to support direct tid scans of relations
  *
- * 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
  *
  *
index 9214d6fd28f287a60776e3954c3c12cad39c31b5..6c99d13a39c6f4dc92f4d9f3fa77768533e329b4 100644 (file)
@@ -11,7 +11,7 @@
  * (It's debatable whether the savings justifies carrying two plan node
  * types, though.)
  *
- * 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
  *
  *
index 00bd1271e49494890a40add7fa8aae40c93eaa94..dda1c59b23532227ac283e30340881946ce471ce 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for scanning Values lists
  *   ("VALUES (...), (...), ..." in rangetable).
  *
- * 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
  *
  *
index f8ea9e96d86bebb2bb0dbaaed191236a3a7b70ca..08ce05ca5a6b511478a082c373d75fcf2571a99e 100644 (file)
@@ -23,7 +23,7 @@
  * aggregate function over all rows in the current row's window frame.
  *
  *
- * 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
index 91d3bf376bc4692199f08f4cfd9bf7fdfb637991..15fd71fb321e16418d80df8c91263ab59b41fe8e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeWorktablescan.c
  *   routines to handle WorkTableScan nodes.
  *
- * 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
  *
  *
index 0568ae123f019daa4b5557bea96313c173c233ab..c93f90de9b71069affe06489b01353a716bd06fe 100644 (file)
@@ -3,7 +3,7 @@
  * spi.c
  *             Server Programming Interface
  *
- * 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
  *
  *
index eb0cbd7b217d3146f779ee7c5431135304072ef9..3449b8039cd1436a4a09cf917bad6e41b73edbdb 100644 (file)
@@ -8,7 +8,7 @@
  *
  * A TupleQueueReader reads tuples from a shm_mq and returns the tuples.
  *
- * 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
index e07664ff7085d1df0544ecb3d786f318c68918c4..0a19904b1f08b4a2ce58175a6b83eee39524fa37 100644 (file)
@@ -11,7 +11,7 @@
  * Also optionally, we can apply a tuple conversion map before storing.
  *
  *
- * 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
index e07cc57431266ffb438b357a024b1a1cfe5cf800..294e22c78c12cbd30604ce34fed0c7e5fc1582fb 100644 (file)
@@ -3,7 +3,7 @@
  * foreign.c
  *       support for foreign-data wrappers, servers and user mappings.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/foreign/foreign.c
index 91b8ae6c51af5319b9cfcce0752a431ddac631c5..18d168f1af9f55d5d958906337495f1a7bf42027 100644 (file)
@@ -8,7 +8,7 @@
  * should end up here.
  *
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/jit/jit.c
index fb294495737c4f9fb913764acb5d225a0a1e8b92..fcd63218f28501dc282757836b374485dbf680e8 100644 (file)
@@ -3,7 +3,7 @@
  * llvmjit.c
  *   Core part of the LLVM JIT provider.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/jit/llvm/llvmjit.c
index 008cd617f6c1d7a64b7cda52396b64ec9b402bca..a3355860c3e4fa322fa79e545137f5360cb01618 100644 (file)
@@ -7,7 +7,7 @@
  * knowledge of the tuple descriptor. Fixed column widths, NOT NULLness, etc
  * can be taken advantage of.
  *
- * 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
index f4720732a39d13dc72e1064f70bc3f6338e01a3c..3ea7dcd3d1a1f4336d8faf314cec951d1f27d7c7 100644 (file)
@@ -6,7 +6,7 @@
  * Unfortunately neither (re)setting the C++ new handler, nor the LLVM OOM
  * handler are exposed to C. Therefore this file wraps the necessary code.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/jit/llvm/llvmjit_error.cpp
index 6d1181225e85c59213904f8638731d92cfbbf471..bd86f546d7f12991eecbbf1762aa9e797d3864a2 100644 (file)
@@ -3,7 +3,7 @@
  * llvmjit_expr.c
  *   JIT compile expressions.
  *
- * 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
  *
  *
index 9bb4b672a736a43abad0ecaae728e5b292a77dea..42fce394ac3bf2a60711e740b02819c91186b64b 100644 (file)
@@ -11,7 +11,7 @@
  * so for all external functions, all the referenced functions (and
  * prerequisites) will be imported.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/llvmjit/llvmjit_inline.cpp
index 2deb65c5b5cf719b6270526c0311424baaf7d5d4..d5191cf02b3c912b4b260ab904b5988d20e0a258 100644 (file)
@@ -16,7 +16,7 @@
  * bitcode.
  *
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/jit/llvm/llvmjit_types.c
index 692483d3b9384bfe4b0c64c63397a7e9cbefbe13..8f11cc02b28e37032b6a1e64d6c27fb06a5db972 100644 (file)
@@ -3,7 +3,7 @@
  * llvmjit_wrap.cpp
  *   Parts of the LLVM interface not (yet) exposed to C.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/llvm/llvmjit_wrap.cpp
index 4198d9fcd9d13d4beb460650630e02a96c9212c8..999c23e5c85f1d7809323736c68d4195efb33f54 100644 (file)
@@ -3,7 +3,7 @@
  * binaryheap.c
  *   A simple binary heap implementation
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/binaryheap.c
index baa1c139100be24e44466e587db86eca927dc051..8e1637f1e9f806371c078f17ffaefc9fcf055b40 100644 (file)
@@ -7,7 +7,7 @@
  *
  * https://en.wikipedia.org/w/index.php?title=Hopcroft%E2%80%93Karp_algorithm&oldid=593898016
  *
- * Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/bipartite_match.c
index ac6001b712d268d032404d94f0d08d65d4d43b83..465ca7cf673a0592bd9b70086dda8040da767126 100644 (file)
@@ -24,7 +24,7 @@
  * caller many authoritative lookups, such as expensive probes of a much larger
  * on-disk structure.
  *
- * Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/bloomfilter.c
index 88ca9d62aab9a55858b83ed954847e5433c8e518..decedb2605ba7a3b084b9a447f9f2ec8d023d802 100644 (file)
@@ -20,7 +20,7 @@
  * Future versions may support iterators and incremental resizing; for now
  * the implementation is minimalist.
  *
- * 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
index f4e02410adb97bd6f5eea41b3f9551f45a44a461..06b1e288ff438b046bac695eedb6ec3276769247 100644 (file)
@@ -3,7 +3,7 @@
  * hyperloglog.c
  *   HyperLogLog cardinality estimator
  *
- * Portions Copyright (c) 2014-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2014-2022, PostgreSQL Global Development Group
  *
  * Based on Hideaki Ohno's C++ implementation.  This is probably not ideally
  * suited to estimating the cardinality of very large sets;  in particular, we
index e9a07c14f7b5b038443273e81f9f535b039f9cba..29ef21621242a44b0ccc1e7637003737e24e2dc1 100644 (file)
@@ -3,7 +3,7 @@
  * ilist.c
  *   support for integrated/inline doubly- and singly- linked lists
  *
- * 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
  *
  *
index 278a91bdbf8233b4ae91b855415307c75f9fd1d4..5aff292c287ed775941f594c7197b6872987ba63 100644 (file)
@@ -61,7 +61,7 @@
  *   (https://doi.org/10.1002/spe.948)
  *
  *
- * 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
index 50c84b4aed18c8b63a675b79be9cbaabb311262d..f4c5166308e9d09165030b5204e187ff7971496d 100644 (file)
@@ -15,7 +15,7 @@
  * allows approximate solutions in polynomial time (the general case of the
  * exact problem is NP-hard).
  *
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/knapsack.c
index bed3d2efb499db985b4294ddae0f8669a00e04c9..d561df07430504bbbfd11b6d56c4ca98209b9061 100644 (file)
@@ -14,7 +14,7 @@
  * The pairing heap: a new form of self-adjusting heap.
  * Algorithmica 1, 1 (January 1986), pages 111-129. DOI: 10.1007/BF01840439
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/pairingheap.c
index 536df1f7715b17cfafcc24a2315a22a5eec8aafe..a9981dbadad05d59967c0b2dec49324a903ae167 100644 (file)
@@ -17,7 +17,7 @@
  * longest path from root to leaf is only about twice as long as the shortest,
  * so lookups are guaranteed to run in O(lg n) time.
  *
- * Copyright (c) 2009-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/rbtree.c
index 1eecc28e763832cacb61cd47ead8d886966cb392..6cc776edebf0980a42c0914aaab1b32c8b8e358e 100644 (file)
@@ -3,7 +3,7 @@
  * auth-sasl.c
  *   Routines to handle authentication via SASL
  *
- * 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
  *
  *
index b356fc9f685ca498ecff3c753366ea7c12bbeff1..fdfc3d5067d256ee43859cfad6c7cbee71bc41ea 100644 (file)
@@ -80,7 +80,7 @@
  * general, after logging in, but let's do what we can here.
  *
  *
- * 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/backend/libpq/auth-scram.c
index 7bcf52523b48d9dd3d1963756f4147c366ea752a..b0d6988aff64e502f0d5c1fdc2307536342cf71a 100644 (file)
@@ -3,7 +3,7 @@
  * auth.c
  *   Routines to handle network authentication
  *
- * 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
  *
  *
index 63eaccc80ac11b28e3c3c29a2398e41de8924524..5804532881e1e7583ddccebc96c28b6814cc790e 100644 (file)
@@ -3,7 +3,7 @@
  * be-fsstubs.c
  *   Builtin functions for open/close/read/write operations on large 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
  *
  *
index 38f58def25cc7cda803bce9fdeb16c962af832c0..71b796d5a237d83f2153523ec4d7a030a086151f 100644 (file)
@@ -3,7 +3,7 @@
  * be-gssapi-common.c
  *     Common code for GSSAPI authentication and encryption
  *
- * 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
index a212308666a9aec700500a84548c6334e0e6823e..7e9a64d08e61ff15b10b217efd72667d8799818c 100644 (file)
@@ -8,7 +8,7 @@
  * communications code calls, this file contains support routines that are
  * used by the library-specific implementations such as be-secure-openssl.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
  *
  * IDENTIFICATION
index 316ca65db55e9ecf879303049c296bb0c2f14dfc..2844c5aa4b05ea3785a8c024e60a6299cf7e50ef 100644 (file)
@@ -3,7 +3,7 @@
  * be-secure-gssapi.c
  *  GSSAPI encryption support
  *
- * Portions Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *  src/backend/libpq/be-secure-gssapi.c
index 8dd4d17c8cf30ba8bb51c3b1e6efacac0b888656..3d0168a36968295d4ada9dd72f43d1ceee152e79 100644 (file)
@@ -4,7 +4,7 @@
  *   functions for OpenSSL support in the backend.
  *
  *
- * 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
  *
  *
index 8ef083200ac2eaab4fbe932c4bde27f64e0568b9..a05f67afb5e79c71e6daefbdb34563f892f11896 100644 (file)
@@ -6,7 +6,7 @@
  *   message integrity and endpoint authentication.
  *
  *
- * 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
  *
  *
index 3fcad991a7e635e493312034ba0eaacbe2cf9216..7ebcdd71236c6c28f960f3f030641aea10e17113 100644 (file)
@@ -4,7 +4,7 @@
  *   Functions for dealing with encrypted passwords stored in
  *   pg_authid.rolpassword.
  *
- * 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/backend/libpq/crypt.c
index 4328eb74fe69e75e9099b32b173301b303fa8f2e..ff57ffa61c11c56fe59d7ff5269b461ffbea9269 100644 (file)
@@ -5,7 +5,7 @@
  *   wherein you authenticate a user by seeing what IP address the system
  *   says he comes from and choosing authentication method based on it).
  *
- * 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
  *
  *
index 75760f3b1c17990343313a8ceaf44c59f13cd036..a41808aff0a5bed3937ba51b4db34ef96880ea01 100644 (file)
@@ -3,7 +3,7 @@
  * ifaddr.c
  *   IP netmask calculations, and enumerating network interfaces.
  *
- * 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
  *
  *
index 4c37df09cffce6a9e923120514c0fbfc9f15e0ec..f05723dc92fde00227e0560f6168e4d777caabf2 100644 (file)
@@ -17,7 +17,7 @@
  * the backend's "backend/libpq" is quite separate from "interfaces/libpq".
  * All that remains is similarities of names to trap the unwary...
  *
- * 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/backend/libpq/pqcomm.c
index 19998988190c9111dc4f78fd4e682b9fd5d62faa..9c24df3360aac8f235efc435376e3f021ca42995 100644 (file)
@@ -21,7 +21,7 @@
  * are different.
  *
  *
- * 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/backend/libpq/pqformat.c
index 846494bf44c1fe981179c65e94035ccbfe2b0895..4d0415e3792c3348a7743c330932e61d719554ea 100644 (file)
@@ -3,7 +3,7 @@
  * pqmq.c
  *   Use the frontend/backend protocol for communication over a shm_mq
  *
- * 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/backend/libpq/pqmq.c
index dedf3a456d8d832c29cf30532398b4e008d9703d..26ed671d1aaea8e7d40ffd6c93dc56da05b1aad6 100644 (file)
@@ -3,7 +3,7 @@
  * pqsignal.c
  *   Backend signal(2) support (see also src/port/pqsignal.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
  *
  *
index ad84a45e28c02072a1705f24e2150f44846b49d3..9124060bde771566843783efbabd95653ebc5072 100644 (file)
@@ -9,7 +9,7 @@
  * proper FooMain() routine for the incarnation.
  *
  *
- * 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
  *
  *
index bff70cfb1ab179497fc4ec7202a3ce8cc9cca923..0a6c30e4ebce97ca6b40c5f57ced8f56fea26b1c 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/nodes/bitmapset.c
index 18e778e85666d184690bb7a063a1420ae0ce91d4..456d563f342d1be93b2d7c1cda1ae427ee10a5cd 100644 (file)
@@ -11,7 +11,7 @@
  * be handled easily in a simple depth-first traversal.
  *
  *
- * 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
index cb7ddd463cbae562a076c84e3ce8ddd7690069a6..53beef148809cb5c8fd3b872fd24fd4678929a1f 100644 (file)
@@ -18,7 +18,7 @@
  * "x" to be considered equal() to another reference to "x" in the query.
  *
  *
- * 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
index 1489df0729a6ffde1534745491770a8da26c4adf..50db4c119ed010879873e6d2010a7d93c53ff8f1 100644 (file)
@@ -10,7 +10,7 @@
  * and GetExtensibleNodeMethods to get information about a previously
  * registered type of extensible node.
  *
- * 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
index 410ffe0835d4a13b6406ab7dbdb6c5bc33433705..f843f861ef8024b9df404072a78d8ad60bfa8a3b 100644 (file)
@@ -6,7 +6,7 @@
  * See comments in pg_list.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
  *
  *
index 7d1a01d1ed6d27279dba1ea3935dbaa8fb94e618..dace4f7e2dfe2e50cc1b7031a13011f842a33adc 100644 (file)
@@ -4,7 +4,7 @@
  *   creator functions for various nodes. The functions here are for the
  *   most frequently created nodes.
  *
- * 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
  *
  *
index e2762648829ef99c088247b81a65e810980116f0..7d1a3aff8c1b2f979e532ca25b26ca57b245b42f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.c
  *     Various general-purpose manipulations of Node trees
  *
- * 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
  *
  *
index a292b412f282e79de8172b6f8446e3820aaaf4f8..c2d3b6ac1a4828171961516ce9af7dcb73f721ea 100644 (file)
@@ -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-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6c0979ec357adb7cdd92fe243504f8125b2cae87..c0bf27d28b9a8d852a9f652e89ffdc7c0671d0c9 100644 (file)
@@ -3,7 +3,7 @@
  * outfuncs.c
  *   Output functions for Postgres tree nodes.
  *
- * 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
  *
  *
index 45ebff5103e0ca7b73557a1fbd70246077ed4121..0d5c91b995d2b709583e730bc55e76499bf28be7 100644 (file)
@@ -4,7 +4,7 @@
  *   Support for finding the values associated with Param nodes.
  *
  *
- * 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
index 25ebc76fc5ef560ff4b6e446dd8b8603ab835b55..a5c44adc6c3b1614afb34318a41d97f3b3e3699d 100644 (file)
@@ -3,7 +3,7 @@
  * print.c
  *   various print routines (used mostly for debugging)
  *
- * 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
  *
  *
index d281f7db6c3afb0ee2f22c5ad503ca141646fc80..0460aad6ea5c7cb9d01d7d24a57bdbd886ca41d6 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to convert a string (legal ascii representation of node) back
  *   to nodes
  *
- * 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
  *
  *
index 2a699c216b2d2393d9804f2ab1bfbb864a4ed78c..3f68f7c18d99e4a4f09b3efdb40c87c212eafd21 100644 (file)
@@ -3,7 +3,7 @@
  * readfuncs.c
  *   Reader functions for Postgres tree nodes.
  *
- * 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
  *
  *
index c5feacbff48fca4448f6283cb9766cbdb3434485..a7a6b26668d1a867155a895633d3a575fd629cbe 100644 (file)
@@ -29,7 +29,7 @@
  * and a non-lossy page.
  *
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/nodes/tidbitmap.c
index 515f93c22374ad53d2ef5b79327f3ce199d42751..3518f5dad0c7fc4945e2778aa759888db2073397 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of value nodes
  *
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4f6226b0287abb21368836a1a76aeeaeca31c9f3..62302f44c01919b16cf7e1b3b601da66d10728df 100644 (file)
@@ -2,7 +2,7 @@
  *
  * geqo_copy.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/backend/optimizer/geqo/geqo_copy.c
index 2ecba83490f82d78d1c0755ea7c2f6a953a11d1a..de695c0a789b48ef6cd1f079b1f6da58f85a3686 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_eval.c
  *   Routines to evaluate query trees
  *
- * 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/backend/optimizer/geqo/geqo_eval.c
index 09d9e7d4dd61dc24f3514d4b2284f855317b0611..333a26a695c0f19777e29e78a56ded1837884d89 100644 (file)
@@ -4,7 +4,7 @@
  *   solution to the query optimization problem
  *   by means of a Genetic Algorithm (GA)
  *
- * 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/backend/optimizer/geqo/geqo_main.c
index 02b5a7015b7fda37d8f3fe27beea127098175827..890ac363e96e129c3eb4ae8c66a7da4f4ffd5f84 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.c
  *    misc. printout and debug stuff
  *
- * 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/backend/optimizer/geqo/geqo_misc.c
index 1fc103ba1132f177235cc730c4a05e8bd9c0cac0..0dfef1fd3c07ef93d8944a13d406fe01836f376a 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.c
  *   Genetic Algorithm (GA) pool stuff
  *
- * 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/backend/optimizer/geqo/geqo_pool.c
index 4d9432c0dfe87106f579296352f1baf35ac2e969..c6b7648a4e9aa5d4abf4bf620ad12d5e158e7ce0 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.c
  *    random number generator
  *
- * 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/backend/optimizer/geqo/geqo_random.c
index 68a2e4e9f15c81a9df82efffd79afd29019bca7d..50f678a4937cd1deb3ec341f3af9197fee0fd16f 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.c
  *   linear selection scheme for the genetic query optimizer
  *
- * 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/backend/optimizer/geqo/geqo_selection.c
index 296dd75c1b63d1f2781ab96daa587b81b622322a..056145ea44c20d1989b1049642a0712b6f62cb73 100644 (file)
@@ -3,7 +3,7 @@
  * allpaths.c
  *   Routines to find possible search paths for processing a query
  *
- * 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
  *
  *
index d263ecf08272b7c354ff340ea5b2d9201764d8da..06f836308d0680181866d9602748280bdf52995d 100644 (file)
@@ -3,7 +3,7 @@
  * clausesel.c
  *   Routines to compute clause selectivities
  *
- * 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
  *
  *
index 1e4d404f024456f3c3f9bcc8039335bc9474fb97..8dc7dd4ca264b888d7b24455023f7959b8ad2d31 100644 (file)
@@ -60,7 +60,7 @@
  * values.
  *
  *
- * 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
index 6f1abbe47d64f830d56e4e1d81a259574d9617c2..8c6770de972dad59638773e51a173d04d37c952c 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/optimizer/README for discussion of EquivalenceClasses.
  *
  *
- * 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
index e2def356f6342f7c69bc366681e99d8afb04e373..0ef70ad7f1193787b1979566d75ce6c7bf2c2d75 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to determine which indexes are usable for scanning a
  *   given relation, and create Paths accordingly.
  *
- * 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
  *
  *
index 322460e968ded34ec77ff5841d61855c70a42bfb..f96fc9fd282eebe9d22efd610d4a81afb5691c3a 100644 (file)
@@ -3,7 +3,7 @@
  * joinpath.c
  *   Routines to find all possible paths for processing a set of joins
  *
- * 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
  *
  *
index 16cc9269eff43c41a84fb12b3e1f01c185c5d97e..9da3ff2f9aba76bb7758bcbd35f9fb059f1dc901 100644 (file)
@@ -3,7 +3,7 @@
  * joinrels.c
  *   Routines to determine which relations should be joined
  *
- * 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
  *
  *
index 216dd2638505f0f2b17f435ffd9373da83e4886d..86a35cdef1776389cb7ec11f44cfb5e55eb9a442 100644 (file)
@@ -7,7 +7,7 @@
  * the nature and use of path keys.
  *
  *
- * 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
index 0725d950c5405cd9a28a9eb2249510989e7cca58..279ca1f5b44abc3cc1eed2ac6deac5f2d64c71b2 100644 (file)
@@ -27,7 +27,7 @@
  * "CTID relop pseudoconstant", where relop is one of >,>=,<,<=, and
  * AND-clauses composed of such conditions.
  *
- * 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
  *
  *
index 37eb64bcef37252909059774cce7f2ae0cc4d0a0..337f470d58346f572a5f6a165cafc315178315be 100644 (file)
@@ -11,7 +11,7 @@
  * is that we have to work harder to clean up after ourselves when we modify
  * the query, since the derived data structures have to be updated too.
  *
- * 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
  *
  *
index 4b7347bc0e904f9e6778861e15fd84270024aee2..cd6d72c7633447ad441535fb5de53c745918be37 100644 (file)
@@ -5,7 +5,7 @@
  *   Planning is complete, we just need to convert the selected
  *   Path into a Plan.
  *
- * 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
  *
  *
index f6a202d900fedb64246da8d3751b76aa33c542f3..023efbaf092d944808efc2682dcfe54a78e3263e 100644 (file)
@@ -3,7 +3,7 @@
  * initsplan.c
  *   Target list, qualification, joininfo initialization 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
  *
  *
index c1634d16669422a1a98bdaba90dc5a630f4f7fd4..9330908cbf1ba06a8cb7f7a97c0bd8169ef4940f 100644 (file)
@@ -17,7 +17,7 @@
  * scan all the rows anyway.
  *
  *
- * 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
  *
  *
index 273ac0acf7e334b367d1473ecf116b230ecd60a5..c92ddd27ed10c592b12c907f1cbc16f42637b4e9 100644 (file)
@@ -9,7 +9,7 @@
  * shorn of features like subselects, inheritance, aggregates, grouping,
  * and so on.  (Those are the things planner.c deals with.)
  *
- * 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
  *
  *
index bd01ec0526f3dca4d42d0dab80d7e2902eae2e15..bd09f85aea1478ec1522c0577a903ab768010d9e 100644 (file)
@@ -3,7 +3,7 @@
  * planner.c
  *   The query optimizer external interface.
  *
- * 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
  *
  *
index 9c2aba45a63320a8591fca92e63357b478a615fc..e44ae971b4bd8f526e17b3a53f47bad37ee648e6 100644 (file)
@@ -4,7 +4,7 @@
  *   Post-processing of a completed plan tree: fix references to subplan
  *   vars, compute regproc values for operators, 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
  *
  *
index aee529518331f7ae34c2fb40734bceac665c047a..8c9408d372daa8aeddb890abde09227b93bb273f 100644 (file)
@@ -6,7 +6,7 @@
  * This module deals with SubLinks and CTEs, but not subquery RTEs (i.e.,
  * not sub-SELECT-in-FROM cases).
  *
- * 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
index e1c525760cd0c47e4d41ea79761e6672bd675f83..404a5f1dac80abac8e751dc164904e0a37f78f1e 100644 (file)
@@ -22,7 +22,7 @@
  * at executor startup.  The Agg nodes are constructed much later in the
  * planning, however, so it's not trivial.
  *
- * 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
  *
  *
index 387a35e11228cc41a2f3f50d5356e25775bda726..282589dec812b752840a6ec70f35ca26363e639b 100644 (file)
@@ -14,7 +14,7 @@
  *     remove_useless_result_rtes
  *
  *
- * 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
  *
  *
index 8908a9652ed7b38e6ffc2196613b393b92d44a2e..da01234d3e8baf199a6ab856f016fbaef3b60a6a 100644 (file)
@@ -19,7 +19,7 @@
  * tree after local transformations that might introduce nested AND/ORs.
  *
  *
- * 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
  *
  *
index e9434580d6d938939a537c7c56df1cc3d0e5ce4b..95e82cf958f6c62243a5e9942bddfbba8d1394d9 100644 (file)
@@ -25,7 +25,7 @@
  * rewriter's work is more concerned with SQL semantics.
  *
  *
- * 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
index e9256a2d4d242368ce19290469b04e94a2a9495e..f004fad1d920066f702d9d3f5d62b05f38de9ee2 100644 (file)
@@ -12,7 +12,7 @@
  * case, but most of the heavy lifting for that is done elsewhere,
  * notably in prepjointree.c and allpaths.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
  *
  *
index af46f581ac15a171ed1cec05704fd0150d3bea55..b8039c323b6c22002371b6c91023443e258a28ff 100644 (file)
@@ -3,7 +3,7 @@
  * appendinfo.c
  *   Routines for mapping between append parent(s) and children
  *
- * 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
  *
  *
index 873e43bfe64b663e8cd94651c1cba02a50f3ee12..a707dc9f26ae92ab6af7cbd2cc829d5ce68fdd6d 100644 (file)
@@ -3,7 +3,7 @@
  * clauses.c
  *   routines to manipulate qualification clauses
  *
- * 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
  *
  *
index c758172efa598aef00e7033bff89a4fb9b226850..8c5dc6594749ad2fb0ecb2b6700a05ad67157bc2 100644 (file)
@@ -3,7 +3,7 @@
  * inherit.c
  *   Routines to process child relations in inheritance trees
  *
- * 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
  *
  *
index 717808b0377c9e886218fc1def44ed8ab0b23a85..d4cffdb198600f5998a881e2b69edb6fc18196e9 100644 (file)
@@ -3,7 +3,7 @@
  * joininfo.c
  *   joininfo list manipulation 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
  *
  *
index d559f33826883b67079aad45248e59d94a7588b3..b1363df06532bd7a35b8144529fc9cf2e473aff7 100644 (file)
@@ -3,7 +3,7 @@
  * orclauses.c
  *   Routines to extract restriction OR clauses from join OR clauses
  *
- * 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
  *
  *
index 61b856a95967cf4e600e480c5eb9d37cf61e4ea0..12486cb067f6893a2f3184bb4bfa8b292c5aa0c5 100644 (file)
@@ -40,7 +40,7 @@
  * doesn't really save much executor work anyway.
  *
  *
- * 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
index af5e8df26b4e74894095c713209d75cc416d43a1..5c32c96b71c5d59f37cd6f7546c4d24c17f31887 100644 (file)
@@ -3,7 +3,7 @@
  * pathnode.c
  *   Routines to manipulate pathlists and create path nodes
  *
- * 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
  *
  *
index 1c4202d864cef0ba5f58ae45af2389ee9d5e5cb9..3b0f0584f0174682f356876302d89d4149d8e4b3 100644 (file)
@@ -4,7 +4,7 @@
  *   PlaceHolderVar and PlaceHolderInfo manipulation 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
  *
  *
index 564a38a13e976112c5a3db73e0188080c591dbac..535fa041adadccc2d12a788ef357caf04ebb3a3a 100644 (file)
@@ -4,7 +4,7 @@
  *    routines for accessing the system catalogs
  *
  *
- * 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
  *
  *
index f8be7283f7c0556393bd0fd03e46f5cb5fd4502f..182d5b15234b77c79cfa52d677c72e5097dcd8e3 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to attempt to prove logical implications between predicate
  *   expressions.
  *
- * 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
  *
  *
index 47769cea457f6e218ddb2ce82ee37e84a02fadb8..520409f4ba0f9c207e75104def027ec8b520b295 100644 (file)
@@ -3,7 +3,7 @@
  * relnode.c
  *   Relation-node lookup/construction 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
  *
  *
index ebfcf91826700c9a1259b6c15c9f8ecc6ff03d82..ef8df3d098e5a655c654d8541e371d024fbc3895 100644 (file)
@@ -3,7 +3,7 @@
  * restrictinfo.c
  *   RestrictInfo node manipulation 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
  *
  *
index 311579d05905192d242e06548f2332fe88d197a5..fe9a9d7d8966e448691f3619fd245a10bf8a937d 100644 (file)
@@ -3,7 +3,7 @@
  * tlist.c
  *   Target list manipulation 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
  *
  *
index e57c3aa12444b104a4f94fcd66724c27689b0737..ac048beea09eb67be8e191106140b6a75bd44e94 100644 (file)
@@ -9,7 +9,7 @@
  * contains variables.
  *
  *
- * 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
  *
  *
index 146ee8dd1eae7c927a0fc1f4d78136d03edfeb78..6ac2e9ce2373c5fba060315e63b78de3bd570a15 100644 (file)
@@ -14,7 +14,7 @@
  * contain optimizable statements, which we should transform.
  *
  *
- * 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/backend/parser/analyze.c
index 598f3d20e3573a2c51c608710bbcc99e0568337b..baab6241dc788183b827d7aa34986262fa50dff8 100644 (file)
@@ -4,7 +4,7 @@
 # Usage: check_keywords.pl gram.y kwlist.h
 
 # src/backend/parser/check_keywords.pl
-# Copyright (c) 2009-2021, PostgreSQL Global Development Group
+# Copyright (c) 2009-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 6dddc079474b27418a879266f432214b6dce7f5d..879018377b509926b2d8bb18caa954a82d4d1a5d 100644 (file)
@@ -6,7 +6,7 @@
  * gram.y
  *   POSTGRESQL BISON rules/actions
  *
- * 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
  *
  *
index 7d829a05a9b8cc00573244feeea07bc9b9eff9f5..ded0a14d7232b18e2bd58d5b5f130122c5b388a9 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.c
  *   handle aggregates and window functions in parser
  *
- * 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
  *
  *
index 078029ba1f7ef2eded5376bb2b16f66e58d01a8f..d8b14ba7cde48a523b500ca8215f44574c5cbda2 100644 (file)
@@ -3,7 +3,7 @@
  * parse_clause.c
  *   handle clauses in parser
  *
- * 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
  *
  *
index 5e86f4b1e2ea13d11ce6b7357cd6273f794fe11a..d674e314057a794d17d22ccc96dabe4808697d5d 100644 (file)
@@ -3,7 +3,7 @@
  * parse_coerce.c
  *     handle type coercions/conversions for parser
  *
- * 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
  *
  *
index 4133526f04601138c81a83490440880f070b9b88..6c793b72ec75902e0b12ae42362916b16d8dbc99 100644 (file)
@@ -29,7 +29,7 @@
  * at runtime.  If we knew exactly which functions require collation
  * information, we could throw those errors at parse time instead.
  *
- * 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
  *
  *
index 2f51caf76cfbaf4ff7b4510b38455d020d36002e..efb4af706e16215cc57b2afbeff15a450c387257 100644 (file)
@@ -3,7 +3,7 @@
  * parse_cte.c
  *   handle CTEs (common table expressions) in parser
  *
- * 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
  *
  *
index 8a4071a819a9837f7b482319d23d177eded4499f..c215dcaa05719786edcf15569d4f44b781dd8366 100644 (file)
@@ -3,7 +3,7 @@
  * parse_enr.c
  *   parser support routines dealing with ephemeral named relations
  *
- * 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
  *
  *
index 2d1a477154020cf165e481041c41b4432ccf29f3..c4aaf3772770c7f69142d1505be0f43f2a297599 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.c
  *   handle expressions in parser
  *
- * 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
  *
  *
index 542f9167aa1f98f8965f4a9ecf19ef64a8b25c15..d91951e1f6cfff247f9f7cd8a15ce40f8b7e8b7d 100644 (file)
@@ -3,7 +3,7 @@
  * parse_func.c
  *     handle function calls in parser
  *
- * 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
  *
  *
index 8cfe6f67c04922c179c34b7bd0a90d7bb88ab02c..ba9baf140c31e48582dc9d7fe44beb0cec54c38c 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.c
  *   various routines that make nodes for querytrees
  *
- * 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
  *
  *
index bc34a23afc65861135de3659927a12c686b5b60d..cf64afbd853bc0b62ed82f57366a223e83a92191 100644 (file)
@@ -3,7 +3,7 @@
  * parse_oper.c
  *     handle operator things for parser
  *
- * 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
  *
  *
index 68a553439396835ad44b1f363f1472864c7031a1..3100d890d21e408dacadf8a9139233e00c7596bb 100644 (file)
@@ -12,7 +12,7 @@
  * Note that other approaches to parameters are possible using the parser
  * hooks defined in ParseState.
  *
- * 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
  *
  *
index c5c3f26ecf1364b061ddaffeddce0b22ab3756fe..cb9e177b5e52610fa8abe21bff94b74ecbd44f9b 100644 (file)
@@ -3,7 +3,7 @@
  * parse_relation.c
  *   parser support routines dealing with relations
  *
- * 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
  *
  *
index 9ce3a0de961483f1045cbd8e4c811505af3657ca..059eeb9e94d7b677da1418cecb9e4244dc95e80a 100644 (file)
@@ -3,7 +3,7 @@
  * parse_target.c
  *   handle target lists
  *
- * 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
  *
  *
index 31b07ad5aed37538ed21fd0cba1d965081481d4f..5dbe9679db60494ec0c590a2f84c2d389fb08efa 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.c
  *     handle type operations for parser
  *
- * 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
  *
  *
index 2d857a301bb6bd2a54fc3e9475e6abb5e323a641..72a13407be68cf7e26e7126fd0695ac22d3b0c27 100644 (file)
@@ -12,7 +12,7 @@
  * respective utility commands.
  *
  *
- * 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/backend/parser/parse_utilcmd.c
index 875de7ba28fe07806c8769e2620699ec9ade73fb..50227cc0989f4a2a9a318be020b8ba97945087bf 100644 (file)
@@ -10,7 +10,7 @@
  * analyze.c and related files.
  *
  *
- * 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
index 76fd6996eda72e85503cd5aa60d907b0af32ae5a..f555ac6e6d2e3bed730f6ae2334d56890f894651 100644 (file)
@@ -22,7 +22,7 @@
  * Postgres 9.2, this check is made automatically by the Makefile.)
  *
  *
- * 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
index f55caccddfda4c7809eee50375a7a5097457fdc1..602108a40f9855f0e0783f5e43b3823c3789ac61 100644 (file)
@@ -3,7 +3,7 @@
  * scansup.c
  *   scanner support routines used by the core lexer
  *
- * 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
  *
  *
index 95798f4f66494db91056c1a1aa6aeadc3c121aab..8838763715dbbdeb2fd6e43f2092351cc3a3c4ff 100644 (file)
@@ -3,7 +3,7 @@
  * partbounds.c
  *     Support routines for manipulating partition bounds
  *
- * 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
index fb49747f6e432cf1efb0af31816a5a7ca8ad440b..df2dcbfb99e3491696c5e6316a584133626518c2 100644 (file)
@@ -3,7 +3,7 @@
  * partdesc.c
  *     Support routines for manipulating partition descriptors
  *
- * 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
index e00edbe5c87bcbe2479434dc482b4ede74498430..1bc00826c104a86ebfc44eaad5975e3fe0dff8fa 100644 (file)
@@ -25,7 +25,7 @@
  *
  * See gen_partprune_steps_internal() for more details on step generation.
  *
- * 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
index f9f8b098a52a08cf945ca46bf2146da8ecdced83..ba274bed931f4cb4af9771a02e40521bda9a3c42 100644 (file)
@@ -3,7 +3,7 @@
  * atomics.c
  *    Non-Inline parts of the atomics implementation
  *
- * Portions Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 114da3b30cbfb11fab0920201969d9a1d7d92357..a97a3ed99eee9a36c7e1e8a80c2dfc4bfb922ab5 100644 (file)
@@ -15,7 +15,7 @@
  * forked backends, but they could not be accessed by exec'd 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
  *
  * IDENTIFICATION
index 21c883ba9acd72157814845ad81e0868a3324113..ea3ad6da1c980bedf0245d077c363cef2587c0bf 100644 (file)
@@ -4,7 +4,7 @@
  *   Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * 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
index e7474cee59666e0086b5bdeca2da2f4fcc2c2012..821a2598f1b85e23af324533b34aeb544e9cdcaa 100644 (file)
@@ -9,7 +9,7 @@
  * exist, though, because mmap'd shmem provides no way to find out how
  * many processes are attached, which we need for interlocking purposes.
  *
- * 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
index b13ca7937cd04bf8750513f78d220bb596bfb7df..da9ed35a861042ee3b424b09596199f75fe10aa0 100644 (file)
@@ -3,7 +3,7 @@
 ! sunstudio_sparc.s
 !    compare and swap for Sun Studio on Sparc
 !
-! 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
index 21d6c636412db3be632cf3609a0e867a79c6690d..808b2071a3b6d29887b83b8c76a7e4718aabc9d3 100644 (file)
@@ -3,7 +3,7 @@
 / sunstudio_x86.s
 /    compare and swap for Sun Studio on x86
 /
-/ 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
index 70df35783f3de4d9f2e1a7e8b5ba3c5f60a12516..cea7be2896c77f59e32851b704310ec1eee07628 100644 (file)
@@ -28,7 +28,7 @@
  * be added, though at the cost of a greater chance of the crash dump failing.
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/crashdump.c
index 61f06a29f6d749b8f29fb92f22ae975a390591bd..b71164d8dbd933fbdbc65d1fcf590804fbbacdf0 100644 (file)
@@ -3,7 +3,7 @@
  * signal.c
  *   Microsoft Windows Win32 Signal Emulation Functions
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/signal.c
index 70592afe54e37e447d3a54c4b9c56878c8b42fa3..52944a0d33264c6a588c941af75d5f2449f34ab9 100644 (file)
@@ -3,7 +3,7 @@
  * socket.c
  *   Microsoft Windows Win32 Socket Functions
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/socket.c
index 53fdae9468b71986cf6ab7e5cfb1fe78a1b81d54..3405253af30ab5ce415c00bc7ce7148f09b1504f 100644 (file)
@@ -8,7 +8,7 @@
  *   - Does not support interval timer (value->it_interval)
  *   - Only supports ITIMER_REAL
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/timer.c
index 858b88adae8b20c6649c04230f11db3e31fb90d5..8e9c0f93074fb4c47c78a1f574146895f2a8908b 100644 (file)
@@ -3,7 +3,7 @@
  * win32_sema.c
  *   Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32_sema.c
index 64fde8de8f002dc7d0fa604e6a05416a31eec01b..6cf69411db1da8b8611afaf2a77b57083358d5f1 100644 (file)
@@ -3,7 +3,7 @@
  * win32_shmem.c
  *   Implement shared memory using win32 facilities
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32_shmem.c
index f6d0562876440fafd88d19eaa4fbcb62c687b73c..681ef91b81e28219807692b0137b561f99ce28e3 100644 (file)
@@ -50,7 +50,7 @@
  * there is a window (caused by pgstat delay) on which a worker may choose a
  * table that was already vacuumed; this is a bug in the current design.
  *
- * 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
  *
  *
index 43497676ab1e6a31ba22c1edbb505cb97737ea0e..39ac4490db1badf5b2451db9b5b6b6d8480c422c 100644 (file)
@@ -3,7 +3,7 @@
  *   functions related to auxiliary processes.
  *
  *
- * 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
index c05f500639335da25d66a367459bd1eff725f0bc..e441726c83e3bee5e9b580cb0950438b02ec234c 100644 (file)
@@ -2,7 +2,7 @@
  * bgworker.c
  *     POSTGRES pluggable background workers implementation
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/postmaster/bgworker.c
index 5584f4bc241e041d6693127dfb1410cfeb1b7908..d1f5d12eff8aeca56f3925b8f19513dcf8fd7e77 100644 (file)
@@ -21,7 +21,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 25a18b7a14bf8c1417ff9aba5e9fa0a78e9b9883..940b773fe1bab6a4a52d0098b5b562ea3608b401 100644 (file)
@@ -23,7 +23,7 @@
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 62d068bc1e2e73b4acfe93a0f392fca985f2de4e..c75be03d2c3fed912e73ac5ef8e6d36ef6a911b9 100644 (file)
@@ -4,7 +4,7 @@
  *  EXEC_BACKEND case; it might be extended to do so, but it would be
  *  considerably more complex.
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/postmaster/fork_process.c
index dd9136a942b6cc704213fa8746b7c50711052985..b3db4f2a4c1d7c9101b9fbcf80d1d43a33cddfe7 100644 (file)
@@ -3,7 +3,7 @@
  * interrupt.c
  *   Interrupt handling 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
  *
  * IDENTIFICATION
index 5b6bf9f4e0735c114b300df4ef722366c9e58268..b319d032904711e07c87df378b72e368da1e30d2 100644 (file)
@@ -14,7 +14,7 @@
  *
  * Initial author: Simon Riggs     simon@2ndquadrant.com
  *
- * 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
  *
  *
index 7264d2c72720d722f12a31436e9cb555091b5c40..0646f53098569d7f2df53f9ef3e38975e11e8f40 100644 (file)
@@ -11,7 +11,7 @@
  *         - Add a pgstat config column to pg_database, so this
  *           entire thing can be enabled/disabled on a per db basis.
  *
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  * src/backend/postmaster/pgstat.c
  * ----------
index 328ecafa8cbcd43f1d796b89d547dae15e4c770a..dc4afdd75ae7db8088e0a6927f1cffc95725050e 100644 (file)
@@ -32,7 +32,7 @@
  *   clients.
  *
  *
- * 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
  *
  *
index 47ec7378880ecc3230e73f159227e382104339d8..e9518beedca153f16d198520fd7ad82623273f20 100644 (file)
@@ -9,7 +9,7 @@
  * though.)
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d1f56b95a43b27592a1f00428de39799c37a6bed..2256f072aaaf98366f79ac1c193bcbade27cbe48 100644 (file)
@@ -13,7 +13,7 @@
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
- * Copyright (c) 2004-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 626fae8454ca4d38cacc9fd4e6c82ce596990908..9db9d98653962e9c131e5411bb915a839567e40f 100644 (file)
@@ -31,7 +31,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bbbd61c604ae583ea904d28210de58f8ae896f00..e0d93eab3216bd7ac898903537008f3f9bc78381 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This file is #included by regcomp.c; it's not meant to compile standalone.
  *
- * 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
index a493dbe88c1a7ea3bd703dbada95686c284aa1cc..04bbe0eec1a112bfa44fca851fc730c215877e7f 100644 (file)
@@ -15,7 +15,7 @@
  * allows the caller to decide how big is too big to bother with.
  *
  *
- * Portions Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index ec435b6f5f64f851199672763f704b235ec7afcc..4a7794c3216b3ef6aa55ac469f28e48cd0b0f990 100644 (file)
@@ -4,7 +4,7 @@
  *   Extract a common prefix, if any, from a compiled regex.
  *
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 4fe11a3b5cd51c6d03ee241efb9ac0654eccb594..1678b8926680cc3a3720f8fecff23136c1b673d1 100644 (file)
@@ -3,7 +3,7 @@
  * backup_manifest.c
  *   code for generating and sending a backup manifest
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/backup_manifest.c
index ec0485705df1712b12496f06b8c1c96456c9b07f..53dedc73c2a3dbe608b56fac911a7eb3dca19ee2 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.c
  *   code for taking a base backup and streaming it to a standby
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/basebackup.c
index 30bab4546efe0b0ca3657b9a5bc07b27c0442ea3..abacc35fcd2caa04634fd38f2f4eb625a1802a38 100644 (file)
@@ -4,7 +4,7 @@
  *   send basebackup archives using one COPY OUT operation per
  *   tablespace, and an additional COPY OUT for the backup manifest
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/basebackup_copy.c
index e1a196251ef16a24dd61724d34a74f4cf2424920..05660a626b0e29c4fbf456387de1f940b7513f3a 100644 (file)
@@ -22,7 +22,7 @@
  * the logic directly into that file as it's fairly simple, but it seems
  * cleaner to have everything related to progress reporting in one place.)
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/basebackup_progress.c
index 4a47854f81fe5c6ec9b06b7db3244c7fa44d6423..47ba50c2f878befb0e74ba735e8bd06f21c41cc0 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup_sink.c
  *   Default implementations for bbsink (basebackup sink) callbacks.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * src/backend/replication/basebackup_sink.c
  *
index f5202bae87cdd7d63518d3a35eb444d459fb43eb..37d9129e243007f579e667023fad08d81b75375e 100644 (file)
@@ -5,7 +5,7 @@
  *   next base backup sink in the chain at a rate no greater than the
  *   configured maximum.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/basebackup_throttle.c
index c08e599eef5e4ebaef33f280a16f12ced911ce69..0d89db4e6a6802fd668a3e239c71157eb30eebb8 100644 (file)
@@ -6,7 +6,7 @@
  * loaded as a dynamic module to avoid linking the main server binary with
  * libpq.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 59aed6cee6ca55068af74e7ba349fe7d7207b6c9..1d22208c1ad6745b218d04f33793bf64e38e28c9 100644 (file)
@@ -16,7 +16,7 @@
  *     contents of records in here except turning them into a more usable
  *     format.
  *
- * 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
index 3fb4caa8033c662db866fe42a27c3c10957d3038..7b473903a684dc1c40dbc59afb2765c82bd5f980 100644 (file)
@@ -2,7 +2,7 @@
  * launcher.c
  *    PostgreSQL logical replication worker launcher process
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/launcher.c
index 10cbdea124cde460fa177aa54252fb9449f5edd6..9bc3a2d8deb964ae7dfefd090a971de4acd63c52 100644 (file)
@@ -2,7 +2,7 @@
  * logical.c
  *    PostgreSQL logical decoding coordination
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/logical.c
index 6cd2279a2e3eb497202fcf7ee79cf2e72b8f3ba8..4f633888b4fed814dd1c2c43d05bb4ef8cc80cb1 100644 (file)
@@ -6,7 +6,7 @@
  *    logical replication slots via SQL.
  *
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logicalfuncs.c
index 93bd372421a64fa4f8ec9cac080fb2c413a83421..b02363f0bdad7cdd0ae2543fcc72a89dd9fee137 100644 (file)
@@ -3,7 +3,7 @@
  * message.c
  *   Generic logical messages.
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/message.c
index 65dcd033fde3b5ee0f26b060905b8d7417e9d614..eb040152f9483e36b5b04abe7cb329750e3eb7fb 100644 (file)
@@ -3,7 +3,7 @@
  * origin.c
  *   Logical replication progress tracking support.
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/origin.c
index 9f5bf4b639f83123860f46ec83c8f0506e36fae7..953942692cef871440d058a4f39c670b53c1cea4 100644 (file)
@@ -3,7 +3,7 @@
  * proto.c
  *     logical replication protocol functions
  *
- * Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/replication/logical/proto.c
index c37e2a7e29d26d594914982efea146a0a0d64500..80fb561a9a899e8e95bf038d0c4faa6e97aef16a 100644 (file)
@@ -2,7 +2,7 @@
  * relation.c
  *    PostgreSQL logical replication relation mapping cache
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/relation.c
index 7aa5647a2c644771b2798586207478aa30ad2326..d317a626e1e06133d658fa4d17db844c8180d946 100644 (file)
@@ -4,7 +4,7 @@
  *   PostgreSQL logical replay/reorder buffer management
  *
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index dbdc172a2bdc7f89698ce724f36bdfc2dbd07da6..ab04e946bc213ce8516905904de01c8b699bb70a 100644 (file)
  * is a convenient point to initialize replication from, which is why we
  * export a snapshot at that point, which *can* be used to read normal data.
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/snapbuild.c
index f07983a43cb3450d913ecc8d5d13a6e43f620efe..b683278051ce53e85dd9d125a1c77551bd6deed6 100644 (file)
@@ -2,7 +2,7 @@
  * tablesync.c
  *   PostgreSQL logical replication: initial table data synchronization
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/tablesync.c
index 2e79302a48a38644454d81ddadafbe06f3f33f38..6a6d152fbfb45a281df54d37b891dc388098a27f 100644 (file)
@@ -2,7 +2,7 @@
  * worker.c
  *    PostgreSQL logical replication worker (apply)
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/worker.c
index a08da859b44253b29dbcc7c04c5ae4e52de07e2e..af8d51aee990dbbfdce859278b41bc5f919fed59 100644 (file)
@@ -3,7 +3,7 @@
  * pgoutput.c
  *     Logical Replication output plugin
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/pgoutput/pgoutput.c
index dcb1108579e0ac931a935b21b95e697d9aee2180..8800d10d5fe2663e27f767fdb69cdee4a4e129d3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * repl_gram.y             - Parser for the replication commands
  *
- * 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
  *
  *
index 1b599c255e8fbcb5d2e7439d2adbf081eec7de7a..c80f158095b533d2c395ccc05c0cb4b95aabffcf 100644 (file)
@@ -4,7 +4,7 @@
  * repl_scanner.l
  *   a lexical scanner for the replication commands
  *
- * 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
  *
  *
index 90ba9b417df77d7b03d6fb3bdda4577a83ff9586..e5e0cf87688ca795de3aa2ce0f4600a2a59b3b85 100644 (file)
@@ -4,7 +4,7 @@
  *    Replication slot management.
  *
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d11daeb1fc4e2b6b9cec279cc1223ddb3bddf03d..ae6316d908628488ff2eef3f7d5a6843595f66f1 100644 (file)
@@ -3,7 +3,7 @@
  * slotfuncs.c
  *    Support functions for replication slots
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/slotfuncs.c
index bdbc9ef844bd8e4e6d9470939680c23c2fbffccb..ce163b99e95f88360205a2eb0c1c563e46e0b7eb 100644 (file)
@@ -63,7 +63,7 @@
  * the standbys which are considered as synchronous at that moment
  * will release waiters from the queue.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/syncrep.c
index 88d95f22286250f5def5a6cda45124f753d76e06..d932f2cda32044349f86c1ab76c9c165b7d78482 100644 (file)
@@ -3,7 +3,7 @@
  *
  * syncrep_gram.y              - Parser for synchronous_standby_names
  *
- * 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
  *
  *
index 0491590d060b0e814130e20c9f0b5d4e032e37ee..1952c8c6e02e8621a91376945b38acadceb01c8a 100644 (file)
@@ -4,7 +4,7 @@
  * syncrep_scanner.l
  *   a lexical scanner for synchronous_standby_names
  *
- * 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
  *
  *
index 7a7eb3784e7c35acb7294b54315ce7ff1a6aa9e7..b39fce8c23cb7fbcca42eed04a0057f1abf5bc9c 100644 (file)
@@ -39,7 +39,7 @@
  * specific parts are in the libpqwalreceiver module. It's loaded
  * dynamically to avoid linking the server with libpq.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 6f0acbfdef471c7811d076444b011e4c199755f6..c50728ea229b58815430c953d97cbb1080230b1d 100644 (file)
@@ -6,7 +6,7 @@
  * with the walreceiver process. Functions implementing walreceiver itself
  * are in walreceiver.c.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 84915ed95bdd983a509c1eaf798d80b2349cbeca..4cf95ce4392c01d64b6321d65053a98a999e7a2c 100644 (file)
@@ -37,7 +37,7 @@
  * record, wait for it to be replicated to the standby, and then exit.
  *
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/walsender.c
index 6589345ac4cbd7be1cec5d68c3b43c1618c19f36..185bf5fbff787829c3581d4bfdaba67854396e9b 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteDefine.c
  *   routines for defining a rewrite rule
  *
- * 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
  *
  *
index 9521e81100003d877664a0237885c4a707ac75b3..3d82138cb39bcedf60cb1474d729f031c1dd4406 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteHandler.c
  *     Primary module of query rewriter.
  *
- * 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
index d4e0b8b4defe7e910b14f8549246103a1d0430a3..708e5453e31234bff29ce3eb072716b96d2096d7 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rewriteManip.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
  *
  *
index a48b15e249da78658effac3391815407b095f1d5..2b51683f6dbaf3637d4db2cc69ad2fe69417f763 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteRemove.c
  *   routines for removing rewrite rules
  *
- * 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
  *
  *
index ef38f4025a571e28eefb87ac789374a6b5b9d19b..dc408404ebe18b56c351b8f81ca30a924755d529 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSearchCycle.c
  *     Support for rewriting SEARCH and CYCLE clauses.
  *
- * 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
index 85f1ac953ad1f10d2cc3940dfe085193388a4445..80e250945031ea47d6ed6ddd15865b3ec6b1e917 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSupport.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
  *
  *
index e10f94904e1a6c2d2e932177d486bfa8fedcfc82..f0a046d65a615c67ca750f551012f8eebf1d3657 100644 (file)
@@ -29,7 +29,7 @@
  * in the current environment, but that may change if the row_security GUC or
  * the current role changes.
  *
- * 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
  */
 #include "postgres.h"
index 8c25f3ebbf2f36d0219a666fc8378076f5648c7b..68c9213f6910caf56ff8c6c867e028bc5f26586e 100644 (file)
@@ -3,7 +3,7 @@
  * dict_snowball.c
  *     Snowball dictionary
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/snowball/dict_snowball.c
index 3397fb1e02c39e64978016d7c9854341aa717276..b1338452d588a3629f8cb51e8eb1a1f57350ff0f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * text search configuration for _LANGNAME_ language
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * src/backend/snowball/snowball.sql.in
  *
index cb1eaca4fb5f56432478de3c3ed2395d3c85bb04..c885cb1cebf7e33a60b1ca7646c95d71d947109f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Create underlying C functions for Snowball stemmers
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * src/backend/snowball/snowball_func.sql.in
  *
index 8bf80db8e4d8e655eb73d7247da6c6cdcfa74e8d..82b549fdc2cd9503fa2eb6985b445c1e533bae0c 100644 (file)
@@ -3,7 +3,7 @@
  * dependencies.c
  *   POSTGRES functional dependencies
  *
- * 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
index 69ca52094f97b699d8c6a74dc51b4c5e9cdb0fdd..4ab9aaa591c246b8c7e122ec85d2f738f6e13d0e 100644 (file)
@@ -6,7 +6,7 @@
  * Generic code supporting statistics objects created via CREATE STATISTICS.
  *
  *
- * 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
index b350fc5f7b292dff802c463551d60e495913bdd2..65fa87b1c79587096865c290c447fa09c0f3b1fa 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES multivariate MCV lists
  *
  *
- * 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
index 4481312d61d3eb6ac0676663ab503a40cd9c863c..55b831d4f50472152c3fcd39c6f134b01e6384da 100644 (file)
@@ -13,7 +13,7 @@
  * estimates are already available in pg_statistic.
  *
  *
- * 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
index b9a83c0e9b99f0c5c272e287f1b1e5294687ff80..2862e9e412c59f83197a2dcce8852185726e2ce8 100644 (file)
@@ -3,7 +3,7 @@
  * buf_init.c
  *   buffer manager initialization 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
  *
  *
index caa03ae1233515abdd57d3bab76531079e00f785..dc439940faacc46cb8061f02cd0ccc6f1ada31e3 100644 (file)
@@ -10,7 +10,7 @@
  * before the lock is released (see notes in README).
  *
  *
- * 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
  *
  *
index b4532948d3f2b19f68d82fb750b21f2efe873907..4b722749898d54e1fcc7840cbb0852266f390ac8 100644 (file)
@@ -3,7 +3,7 @@
  * bufmgr.c
  *   buffer manager interface 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
  *
  *
index 6be80476dbd8c5a846a58c4d16c80d9fddb9b6c0..3b98e68d50fe6f4856b2934fa7e0841885f84e60 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for managing the buffer pool's replacement strategy.
  *
  *
- * 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
  *
  *
index 04b3558ea3350a79a1a03b3b1061b040952e8964..e71f95ac1ffd71922f29152b706d119dabfc90f1 100644 (file)
@@ -4,7 +4,7 @@
  *   local buffer manager. Fast buffer manager for temporary tables,
  *   which never need to be WAL-logged or checkpointed, etc.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index b673150dbeef6215da36776d249287879b7e60a6..3108e96dc927dd213924a6728d7f084bc11a76af 100644 (file)
@@ -3,7 +3,7 @@
  * buffile.c
  *   Management of large buffered temporary files.
  *
- * 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
index da8b7cbeca3e466d53c5b688e012bcbeadbc97af..658fd95ba950c7055787d274cb1d1ae4ab6d4856 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.c
  *   copies a directory
  *
- * 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
  *
  * While "xcopy /e /i /q" works fine for copying directories, on Windows XP
index 263057841ddc329806eaf9825ae16da6d7dbf29a..14b77f28617b5b68e111416ffbe4d0536b080d95 100644 (file)
@@ -3,7 +3,7 @@
  * fd.c
  *   Virtual file descriptor code.
  *
- * 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
index 282ff12b85487b33a72946c8b7ebff5ae5ce247b..9c63f2b26771d90ce65d94f0295635b0bb080dfc 100644 (file)
@@ -3,7 +3,7 @@
  * fileset.c
  *   Management of named temporary files.
  *
- * 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
index 0ae3fb6902109bce30ef160b8cba81d16b05db4f..f053fe0495f5a81b49e17371b1137ee1dda0234c 100644 (file)
@@ -3,7 +3,7 @@
  * reinit.c
  *   Reinitialization of unlogged relations
  *
- * 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
index 6a33fac4353678919823e7e800daa754bd6fddd9..0782f50ba677890ec883b05c017d764eb7656c2b 100644 (file)
@@ -3,7 +3,7 @@
  * sharedfileset.c
  *   Shared temporary file management.
  *
- * 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
index 839d81662f0c27a2899111415946ff0c34927a41..c88cb91f06aff32d365de53559edf5aeec1ce24a 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding free space in relations
  *
  *
- * 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
index 88ae51e5265fb768ba86bdc9f47d98d9a1b1f415..d165b35d503184fe7fdf3f60947cc05ec8b96c4c 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to search and manipulate one FSM page.
  *
  *
- * 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
index d66e10b89d292051e9176b4a4b7fe11a21d9d311..e0bf6dd9c536c053b1cc5b282f0eacacc05d93dc 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding free pages in relations
  *
  *
- * 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
index 5c05297a2aa7f216f6f3d8acba207bdddf230546..58edd04acb127592540391365434d3a3cb4e1cae 100644 (file)
@@ -3,7 +3,7 @@
  * barrier.c
  *   Barriers for synchronizing cooperating processes.
  *
- * 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
  *
  * From Wikipedia[1]: "In parallel computing, a barrier is a type of
index 074dff4e6d8ad414e42e5d43d6eb5cc67a7948d7..ae751415925ebb68d294ca9606692fa6d8022edc 100644 (file)
@@ -14,7 +14,7 @@
  * hard postmaster crash, remaining segments will be removed, if they
  * still exist, at the next postmaster startup.
  *
- * 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
  *
  *
index f7e292981e4de2f7504ac2600cebb9b54c2d5e7f..49f4c98620c849180833afa4ea601cb033cb48fa 100644 (file)
@@ -36,7 +36,7 @@
  *
  * As ever, Windows requires its own implementation.
  *
- * 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
  *
  *
index 4045d7d68a0a3db2ac3da549f1b5a2c1f02e9127..4a4e3f302c5e12a6d5bfba45ac0272707c6e608c 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * 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
  *
  *
index 9fa3e0631e61d1402f9c8ecf33cb9be58605ff5c..9f26e41c4641efede3b136902b6b8b2df6cdd599 100644 (file)
@@ -3,7 +3,7 @@
  * ipci.c
  *   POSTGRES inter-process communication initialization code.
  *
- * 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
  *
  *
index 1d893cf863dcd16722b1f69b8df1c87879eff122..61c876beff0832d20046feffacf4b320093d5bf0 100644 (file)
@@ -23,7 +23,7 @@
  * The Windows implementation uses Windows events that are inherited by all
  * postmaster child processes. There's no need for the self-pipe trick there.
  *
- * 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
index 280c2395c9ed3d58eb9ca0329fab50fac6abf5a1..1c668d183c2f58f4e7921b1a46185675d3560233 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for signaling between the postmaster and its child processes
  *
  *
- * 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
index a9945c80eb491973133ca400f7b374469dbe0363..3be604028909d003c908c2a5e991ca0552f675ee 100644 (file)
@@ -34,7 +34,7 @@
  * happen, it would tie up KnownAssignedXids indefinitely, so we protect
  * ourselves by pruning the array when a valid list of running XIDs arrives.
  *
- * 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
  *
  *
index 6e69398cddad2cf41fac370575a2b5fc33fa9f3f..f1c8ff8f9e453948af3e1938a7d11120284c5112 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines for interprocess signaling
  *
  *
- * 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
index b4ce9629d4c3033565ba04da59837063278e54ca..45b0dfc06203d98b71a852f5cafcb285f107db0e 100644 (file)
@@ -8,7 +8,7 @@
  * and only the receiver may receive.  This is intended to allow a user
  * backend to communicate with worker backends that it has registered.
  *
- * 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/backend/storage/ipc/shm_mq.c
index 863b98bf0545d13aa214ee34c0f17664e9e29991..0c9ef64428be4af3dce174071d8cc4cb88a1c1d6 100644 (file)
@@ -3,7 +3,7 @@
  * shm_toc.c
  *   shared memory segment table of contents
  *
- * 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/backend/storage/ipc/shm_toc.c
index 4425e99f1725beef98d48a9dc2b6ed8a162bf9bb..c682775db4405f75d0be782bc14c9f4515fdb604 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *   create shared memory and initialize shared memory 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
  *
  *
index dc3238cecfab674a24e2178b9078a39d99a898ef..a22cf576e06db93548fc496718958abea0ad67ad 100644 (file)
@@ -3,7 +3,7 @@
  * shmqueue.c
  *   shared memory linked lists
  *
- * 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
  *
  *
index de69d60e79e79d7dd7e2a2ac159ae249eb44fecf..45a86b0758362f235f9654113567dcebd2d1f275 100644 (file)
@@ -3,7 +3,7 @@
  * signalfuncs.c
  *   Functions for signaling 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
  *
  *
index f585d63e5cdbc12ca3bd293114c3e04603892053..8a5c52652475463690a9c8ca0b91645111eceb55 100644 (file)
@@ -3,7 +3,7 @@
  * sinval.c
  *   POSTGRES shared cache invalidation communication code.
  *
- * 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
  *
  *
index 946bd8e3cb5caa5f9f0e751c52b5bb0441d97eae..cb3ee82046030d8d2e525113e65020ced1b034e4 100644 (file)
@@ -3,7 +3,7 @@
  * sinvaladt.c
  *   POSTGRES shared cache invalidation data 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
  *
  *
index 149685592553934362c68fb133e1d98175441251..d70f2e839dc8c5e2b3644a6acc79212a2e75e1dd 100644 (file)
@@ -7,7 +7,7 @@
  * AccessExclusiveLocks and starting snapshots for Hot Standby mode.
  * Plus conflict recovery processing.
  *
- * 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
index c98606a7d5868d4fe5885f7b6191be2017822602..d204482a61b0b7a139c9c257d5f1963648345b51 100644 (file)
@@ -19,7 +19,7 @@
  * memory context given to inv_open (for LargeObjectDesc structs).
  *
  *
- * 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
  *
  *
index 80d70c154cf7c430e2e9c6955f4622462fb96e22..de65dac3ae0084dcf87b62a0ecb9ff6125ef2885 100644 (file)
@@ -8,7 +8,7 @@
  *   interrupted, unlike LWLock waits.  Condition variables are safe
  *   to use within dynamic shared memory segments.
  *
- * 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/backend/storage/lmgr/condition_variable.c
index 67733c0d1a76c0bb71f7a1eccff8a3f8fa571cbd..cd9c0418eca78b28b7e5e62b73b657b85423f341 100644 (file)
@@ -7,7 +7,7 @@
  * detection and resolution algorithms.
  *
  *
- * 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
  *
  *
index 8a44946594d42dfb2a443c7f58b224717f8ae942..4565ff8760e8194ebc5068142ed593424c215e8d 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate lwlocknames.h and lwlocknames.c from lwlocknames.txt
-# Copyright (c) 2000-2021, PostgreSQL Global Development Group
+# Copyright (c) 2000-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 2db0424ad94c917613b50695a36599987c2e4cab..5ae52dd14db0dabbb8075a9b4de95954851dd6f9 100644 (file)
@@ -3,7 +3,7 @@
  * lmgr.c
  *   POSTGRES lock manager code
  *
- * 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
  *
  *
index 6d8b91ee220cd08ca6850dbc79902bc577ba1af6..5f5803f68149e33deaf2880ea2bd92cdc86b4ec9 100644 (file)
@@ -3,7 +3,7 @@
  * lock.c
  *   POSTGRES primary lock mechanism
  *
- * 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
  *
  *
index 862097352bb8e8283b48426e0b3032e6ab90f59e..7b0dea4abece84a5f7d01b538c78d484c653ef9d 100644 (file)
@@ -20,7 +20,7 @@
  * appropriate value for a free lock.  The meaning of the variable is up to
  * the caller, the lightweight lock code just assigns and compares it.
  *
- * 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
index 4f4d5b0d20ffe87ab9ad22a871241d2131a5bb19..25e7e4e37bfd77df1ce45512f931abec292c5c30 100644 (file)
  *     - Protects both PredXact and SerializableXidHash.
  *
  *
- * 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
  *
  *
index d1d3cd0dc885baa27ec752df63af190ee3c15fa2..e306b04738db7c96fcb0a46e5d5b4dcee9f190b4 100644 (file)
@@ -3,7 +3,7 @@
  * proc.c
  *   routines to manage per-process shared memory data structure
  *
- * 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
  *
  *
index 75c0f4535cd5e299a8400d526f59c8b50465694a..baea773a029945cf2df908b1bf445b3c5f346029 100644 (file)
@@ -36,7 +36,7 @@
  * the probability of unintended failure) than to fix the total time
  * spent.
  *
- * 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
  *
  *
index 557672caddade3c40dfa91e2beaa5e0ec496973c..2a3ee1084b38fec22b48fa89c47c0cd9e6d5df79 100644 (file)
@@ -11,7 +11,7 @@
  * is too slow to be very useful :-(
  *
  *
- * 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
  *
  *
index a5c94b0a7eeb6c56e5ec3a38ee7b012c21ab21c5..147ba4d92320f97cbc2071c189ccd6cd168cb2f9 100644 (file)
@@ -3,7 +3,7 @@
  * bufpage.c
  *   POSTGRES standard buffer page code.
  *
- * 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
  *
  *
index 6462ddd8126194ea9eebe7d400ab4d8c2cc7924e..f8710d70dbe1a1b0fb60f185e6ba5d23d581ffcc 100644 (file)
@@ -3,7 +3,7 @@
  * checksum.c
  *   Checksum implementation for data pages.
  *
- * 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
index f40d6c22a024371dcc393dc5c6477b4f38642bd2..9011337aa81a1b57b6278298f4f054157a838791 100644 (file)
@@ -3,7 +3,7 @@
  * itemptr.c
  *   POSTGRES disk item pointer code.
  *
- * 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
  *
  *
index b4bca7eed6fe437199b12a31986d35268875c58a..d26c915f90ebcfb507b6686c50b17a76bb03b6f1 100644 (file)
@@ -10,7 +10,7 @@
  * It doesn't matter whether the bits are on spinning rust or some other
  * storage technology.
  *
- * 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
  *
  *
index 0fcef4994be1f619c965884cbb00d99c03ad4b32..eb701dce57671bae9bfddf9fd81fea7bee5a552c 100644 (file)
@@ -6,7 +6,7 @@
  *   All file system operations in POSTGRES dispatch through these
  *   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
  *
  *
index d4083e8a56f48aa2bd23faa22f3fbe189471e39d..11fa17ddea206380417d5806f3071f8fff536c26 100644 (file)
@@ -3,7 +3,7 @@
  * sync.c
  *   File synchronization management code.
  *
- * 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
  *
  *
index e208c7dcfac6abe085fe5b2bc5d94690a59e3b0e..a83bab14f4c9810efe2f37b872296382a5bddaf6 100644 (file)
@@ -3,7 +3,7 @@
  * cmdtag.c
  *   Data and routines for commandtag names and enumeration.
  *
- * 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
index 1dfadfa8e1d40a0a98fbc669d95e1475de5ef842..c952cbea8bd95f966c4cb6a68be90d6a6951519a 100644 (file)
@@ -4,7 +4,7 @@
  *   support for communication destinations
  *
  *
- * 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
index 6343dd269b45a5a1214c8220e0365ce4e048c09c..d429aa46631623b54cb0417cab8db2aae02375e1 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.c
  *   routines to handle function requests from the frontend
  *
- * 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
  *
  *
index 82de01cdc67b1e7010e80eb870ff9823de3f708c..fda2e9360e28abfca63110b40e2f04f8980ba649 100644 (file)
@@ -3,7 +3,7 @@
  * postgres.c
  *   POSTGRES C Backend Interface
  *
- * 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
  *
  *
index 960f3fadce54087afc361dd3fff8d8120e7e3695..5f907831a3ac47cdfa24fa800370d79a61f802ae 100644 (file)
@@ -3,7 +3,7 @@
  * pquery.c
  *   POSTGRES process query command code
  *
- * 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
  *
  *
index 1fbc387d471a10cc61f33d65353647bc9ec069fa..83e4e37c78a2642dcfa47568b26fe0fe751f390b 100644 (file)
@@ -5,7 +5,7 @@
  *   commands.  At one time acted as an interface between the Lisp and C
  *   systems.
  *
- * 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
  *
  *
index cdb259eca5811ee87ffabad97a667e113c005359..c40acc5d89fbd40dd8b424e5359f22509391b94d 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/tsearch
 #
-# Copyright (c) 2006-2021, PostgreSQL Global Development Group
+# Copyright (c) 2006-2022, PostgreSQL Global Development Group
 #
 # src/backend/tsearch/Makefile
 #
index 1e1ccdac2908bda97c4df682533e0bdf00e77059..8dae2b8e99147a73fab07548013d7b3c755a416f 100644 (file)
@@ -3,7 +3,7 @@
  * dict.c
  *     Standard interface to dictionary
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d93f6018cec022807c5ea74d14a16e8d1d62c887..3dc7b22ae058492d508c827a27bb2b74203a112f 100644 (file)
@@ -3,7 +3,7 @@
  * dict_ispell.c
  *     Ispell dictionary interface
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9cd4b6bae55e8bad3d24aa2d67e8aa53c019055f..214d44ef2ac3245019388b3cf869691db035af10 100644 (file)
@@ -3,7 +3,7 @@
  * dict_simple.c
  *     Simple dictionary: just lowercase and check for stopword
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ed885ca5551d5e105c9740e85b58d1c8dd10e7b8..65e34e91c97b59ebb4a798c99208aa7cf0adde14 100644 (file)
@@ -3,7 +3,7 @@
  * dict_synonym.c
  *     Synonym dictionary: replace word by its synonym
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a95ed0891dd1827d2477c571b381b2a4cf72583d..b8c08bcf7ba500926d86c0a81cc92ba48c71885d 100644 (file)
@@ -3,7 +3,7 @@
  * dict_thesaurus.c
  *     Thesaurus dictionary: phrase to phrase substitution
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 80017177222d1e8f9d9a063fd791f3fe13af4ea7..43cab72f472ec28a0d3e1dc485d048d00139ff61 100644 (file)
@@ -3,7 +3,7 @@
  * regis.c
  *     Fast regex subset
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 934be3d7d33c711efbaaa8dbc8383b65a36330f9..f07321b61df23bee542cc55181037b499e133783 100644 (file)
@@ -3,7 +3,7 @@
  * spell.c
  *     Normalizing word with ISpell
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * Ispell dictionary
  * -----------------
index f4ddfc01059ece060c3296776ae56350b2fcc82d..1b0a1e244b81a056f33898c5ac1b6c899d6760d7 100644 (file)
@@ -3,7 +3,7 @@
  * to_tsany.c
  *     to_ts* function definitions
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f918cc8908bb99ccf1a8759239a668a74aabf7bf..e0aa570bf5e60f17e05e50b4a79541662186f271 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.c
  *     locale compatibility layer for tsearch
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 3ae0044dfb8b69fc1cd47238b6dd20a15c1fecb1..bf4247048dd4d5f01c530a2736bb3964ef528681 100644 (file)
@@ -3,7 +3,7 @@
  * ts_parse.c
  *     main parse functions for tsearch
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index be2546a86ea4c42943a4194e8189fde2f0bcdcb8..8f2679f57e1d739bfb351fa681a3961078150416 100644 (file)
@@ -3,7 +3,7 @@
  * ts_selfuncs.c
  *   Selectivity estimation functions for text search operators.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 33b32ad030919aa5e2303aad9363468e0570ae82..3e1a61b56dba1fd2c70ca4fb699f30d8342be8a5 100644 (file)
@@ -3,7 +3,7 @@
  * ts_typanalyze.c
  *   functions for gathering statistics from tsvector columns
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9539cf1326bb45d28d1be1319cb15d0c676adc55..7743bdfd592c18e09183d7fbcfce2f5c2f71fbb4 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.c
  *     various support functions
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 71882dced99a78687db83205248872794d5e94ef..14bb60534f2967d1d03d6e991282f13ffdd8bec6 100644 (file)
@@ -3,7 +3,7 @@
  * wparser.c
  *     Standard interface to word parser
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 537c701cc7f43732cf0be168caab589581c7f169..826027844e7a4601cf9eb598dcbeb2d85649cbf8 100644 (file)
@@ -3,7 +3,7 @@
  * wparser_def.c
  *     Default text search parser
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4852103daf4b4d61e71316ef3b6d4a4c6544f435..5e5793e4c1933faf0ba0188dcba2b57ec6fe375c 100644 (file)
@@ -4,7 +4,7 @@
 # Gen_dummy_probes.pl
 #    Perl script that generates probes.h file when dtrace is not available
 #
-# Portions Copyright (c) 2008-2021, PostgreSQL Global Development Group
+# Portions Copyright (c) 2008-2022, PostgreSQL Global Development Group
 #
 #
 # IDENTIFICATION
index 1c8993377d62a02350bde5ed3b7bbbd569629ae6..5b734092cf9832177a10a506c394d320c08a6150 100644 (file)
@@ -4,7 +4,7 @@
 # Gen_dummy_probes.pl
 #    Perl script that generates probes.h file when dtrace is not available
 #
-# Portions Copyright (c) 2008-2021, PostgreSQL Global Development Group
+# Portions Copyright (c) 2008-2022, PostgreSQL Global Development Group
 #
 #
 # IDENTIFICATION
index 6e29d86afaf68b54c515e8bd35760871602f4b33..85fa0d3f5f2a71c00c82925d36bd758e7ce239cb 100644 (file)
@@ -1,7 +1,7 @@
 #-------------------------------------------------------------------------
 # sed script to create dummy probes.h file when dtrace is not available
 #
-# Copyright (c) 2008-2021, PostgreSQL Global Development Group
+# Copyright (c) 2008-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/Gen_dummy_probes.sed
 #-------------------------------------------------------------------------
index 881568defd7e2b949a7e14162021696cb4c8413e..b330c2151b46cf643161185bfbfb1dfbdbf1e49d 100644 (file)
@@ -5,7 +5,7 @@
 #    Perl script that generates fmgroids.h, fmgrprotos.h, and fmgrtab.c
 #    from pg_proc.dat
 #
-# 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
 #
 #
@@ -109,7 +109,7 @@ print $ofh <<OFH;
  * These macros can be used to avoid a catalog lookup when a specific
  * fmgr-callable function needs to be referenced.
  *
- * 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
  *
  * NOTES
@@ -140,7 +140,7 @@ print $pfh <<PFH;
  * fmgrprotos.h
  *    Prototypes for built-in 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
  *
  * NOTES
@@ -166,7 +166,7 @@ print $tfh <<TFH;
  * fmgrtab.c
  *    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
  *
  * NOTES
index ef8df254826519b5f5d2511ddaff2c51bed94c24..3bba26e5fbcfccc0022ed06afc956a3a9a8f3759 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/utils
 #
-# 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/backend/utils/Makefile
index 59196f278d87af74ab2043d8c88be694bb7a262e..425f1d11b847676083f89a203fce9356fa935c99 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/utils/activity
 #
-# 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/backend/utils/activity/Makefile
index 6743e68cef694f34a8f25b596264f425284f0c58..e5958fa77c54f025a511d51f04c185f9a3913d6f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Command progress reporting infrastructure.
  *
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  * src/backend/postmaster/progress.c
  * ----------
index 72295988226389b7eb671a5d47b6d628e779cb64..2fecf26a2c3b4ba36d655042780a215460f898b7 100644 (file)
@@ -2,7 +2,7 @@
  * backend_status.c
  *   Backend status reporting infrastructure.
  *
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4d53f040e8112e55f7595c337118647d8f38d8fa..0f5f18f02e0e1d38838e60d77b25d10fc42c7995 100644 (file)
@@ -2,7 +2,7 @@
  * wait_event.c
  *   Wait event reporting infrastructure.
  *
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 67f8b29434ac0367aab3422d67999d0027cba289..0a16f8156cb4a5353567f676bfb2814b85e56aac 100644 (file)
@@ -3,7 +3,7 @@
  * acl.c
  *   Basic access control list data structures manipulation 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
  *
  *
index 569412fcacf53007fba5766069d5a6a016d2667c..9d78a90d69fb9b706e31e48a6a82f1c13525b7bf 100644 (file)
@@ -3,7 +3,7 @@
  * amutils.c
  *   SQL-level APIs related to index access methods.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 60511f639d36004aeb85695729d2334f6a89bdaf..20c584e08430c90d2991b1ea5b7221c4bec9c5b8 100644 (file)
@@ -3,7 +3,7 @@
  * array_expanded.c
  *   Basic functions for manipulating expanded 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
  *
  *
index 23de5d92264499fe7ae9889b719b5b6998ba0b8a..8cbee1406b96b9ec83a9468eede4a84d6a6559bf 100644 (file)
@@ -3,7 +3,7 @@
  * array_selfuncs.c
  *   Functions for selectivity estimation of array operators
  *
- * 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
  *
  *
index c5008a0c16915b305cfade47eaf70cf2ccc31f31..ab1d69b2f4e7c78f8a492f7d9c742ede7ec0be53 100644 (file)
@@ -3,7 +3,7 @@
  * array_typanalyze.c
  *   Functions for gathering statistics from array 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
  *
  *
index 42503525b88f578efc7fdba74ccc425f12d5ff13..ca70590d7d73173f63290169346d937e18ac1cb5 100644 (file)
@@ -3,7 +3,7 @@
  * array_userfuncs.c
  *   Misc user-visible array support functions
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/array_userfuncs.c
index 660e854e93f4d06faeedc8cd39a85c3589796afc..78e951a6bca9c1a8c7eb30f67ebcdc70aa31fab1 100644 (file)
@@ -3,7 +3,7 @@
  * arrayfuncs.c
  *   Support functions for 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
  *
  *
index 1d910d14dbc95bec914467e55f398b476b5369cc..11db1af1284ac49167fb7c18562220a57a030d2f 100644 (file)
@@ -3,7 +3,7 @@
  * arraysubs.c
  *   Subscripting support functions for 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
  *
  *
index 6988edd93619c5c0495b0160ecfb2ec3c6144df6..464a37641e2addbd2836e67faa451b4723ba72cf 100644 (file)
@@ -3,7 +3,7 @@
  * arrayutils.c
  *   This file contains some support routines required for array 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
  *
  *
index 9dfff9dbef403693df068c98c0348a7c2a0c50a3..54c36a7da28185874cc1a1519873e6eb4c951de7 100644 (file)
@@ -2,7 +2,7 @@
  * ascii.c
  *  The PostgreSQL routine for string to ascii conversion.
  *
- *  Portions Copyright (c) 1999-2021, PostgreSQL Global Development Group
+ *  Portions Copyright (c) 1999-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/ascii.c
index cd98f84270a1499437dd5500c47f158506cd78d7..cd7335287f94007765cb2308b0cf6715a64c44fe 100644 (file)
@@ -3,7 +3,7 @@
  * bool.c
  *   Functions for the built-in type "bool".
  *
- * 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
  *
  *
index e620d47eb520a61e2cdd692d72aa170a482755e9..0df41c2253888cbaed1c6c28568d50db875b15fd 100644 (file)
@@ -4,7 +4,7 @@
  *   Functions for the built-in type "char" (not to be confused with
  *   bpchar, which is the SQL CHAR(n) type).
  *
- * 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
  *
  *
index 6a0f0258e60ac09b79b15b57048bac4d913c28af..7e43c0e01db9116bdfad32c84a26b19d0be70f26 100644 (file)
@@ -3,7 +3,7 @@
  * cryptohashfuncs.c
  *   Cryptographic hash functions
  *
- * Portions Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 629166632db4ae6f65a6248855ccdd97889b0558..fee610916f78d07076d42937bf96282394f2abc6 100644 (file)
@@ -3,7 +3,7 @@
  * date.c
  *   implements DATE and TIME data types specified in SQL standard
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index cb3fa85892b4dc7f01e4ee277c6a6f4dd4ab39ed..7926258c064fc55b01e94613d1d1abb2e0792e46 100644 (file)
@@ -3,7 +3,7 @@
  * datetime.c
  *   Support functions for date/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
  *
  *
index 2f229395744f8c2566514b0dccc49a34b62c5107..7070da1762d5ba3660dae0210c819b1e3154e888 100644 (file)
@@ -3,7 +3,7 @@
  * datum.c
  *   POSTGRES Datum (abstract data type) manipulation 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
  *
  *
index d5a7fb13f3cc8acb4a0477a0086944c53871f12e..3a2f2e1f99dd71f7a5ad4765af4ff161a59598d7 100644 (file)
@@ -2,7 +2,7 @@
  * dbsize.c
  *     Database object size functions, and related inquiries
  *
- * Copyright (c) 2002-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/dbsize.c
index 0a36772fc031dbb03cc6994fb6b8f932f03d54f8..3de0cb01a2c85a651303144c390900f232bc01ad 100644 (file)
@@ -19,7 +19,7 @@
  *     to evaluate them in.
  *
  *
- * 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
  *
  *
index 6dd93f9a322f7f5aa2e03b0b4b0de2c112109e21..feb3e830e4fd83011302403d7f453b963daacdfb 100644 (file)
@@ -3,7 +3,7 @@
  * encode.c
  *   Various data encoding/decoding things.
  *
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 0d892132a841dbc9564e7d9e7548ef1e7220888a..0cc7a6d8ad0552bf51c4a2701b7f58fa254493bb 100644 (file)
@@ -3,7 +3,7 @@
  * enum.c
  *   I/O functions, operators, aggregates etc for enum types
  *
- * Copyright (c) 2006-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index cb0adfaa21527e4a13a151a714d289e648cf298d..e66da9b55963d24f8b34cff01696f3616d5f7422 100644 (file)
@@ -3,7 +3,7 @@
  * expandeddatum.c
  *   Support functions for "expanded" value representations.
  *
- * 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
  *
  *
index 38d5384c00e89fc21ade9f15b3141adbb87ec3d1..3b3e0a9106739075bbb02fae98bdffab29a4c7f3 100644 (file)
@@ -7,7 +7,7 @@
  * store values of named composite types, domains over named composite types,
  * and record types (registered or anonymous).
  *
- * 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
  *
  *
index 455e5d8cbea6812b436e34075aa69d28d88e71b1..63bb0f227729ec9c757a5c510fdd2b59b40ad545 100644 (file)
@@ -3,7 +3,7 @@
  * float.c
  *   Functions 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
  *
  *
index 0e8e0654575854e816b6c82a106d104af708f445..2918fdbfb6505f68d6afef171aa4899ae7c613a5 100644 (file)
@@ -4,7 +4,7 @@
  *   Display type names "nicely".
  *
  *
- * 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
index 419469fab5099bac6b39ff5cce911ecfb51c632e..e8f996ac83d11b7b7410d02f44237277ee67bb82 100644 (file)
@@ -4,7 +4,7 @@
  * src/backend/utils/adt/formatting.c
  *
  *
- *  Portions Copyright (c) 1999-2021, PostgreSQL Global Development Group
+ *  Portions Copyright (c) 1999-2022, PostgreSQL Global Development Group
  *
  *
  *  TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
index 027ed8640014211c3c9ce2b651f6e9736646d244..542bbacaa249b294d4270f03c96c0381dc2068da 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for direct access to files
  *
  *
- * Copyright (c) 2004-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2022, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index 92dc9483b96deeb77d023e808632549bb0481ed8..609aab2e6517004896c0e267d69b5ebd9988c800 100644 (file)
@@ -13,7 +13,7 @@
  * - circle
  * - polygon
  *
- * 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
  *
  *
index db941244efae3e6097ce73c68b38409111e3a8fa..9deccab98a4b1b3efd791dc738e53b7a919c6717 100644 (file)
@@ -4,7 +4,7 @@
  *   Selectivity routines registered in the operator catalog in the
  *   "oprrest" and "oprjoin" attributes.
  *
- * 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
  *
  *
index 6ee75d008c0b3cb2c8bcfa498160844e3d8dc5e5..5dec466adaf1eed43c27c1799a5160a5e894bb9e 100644 (file)
@@ -62,7 +62,7 @@
  * except the root.  For the root node, we are setting the boundaries
  * that we don't yet have as infinity.
  *
- * 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
index e9f108425c5a8cab5ccd9ab24bcd6044d591f64b..8bd234c11c6ec9c58cb5984997311ffd94dfcdb6 100644 (file)
@@ -3,7 +3,7 @@
  * int.c
  *   Functions for the built-in integer types (except int8).
  *
- * 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
  *
  *
index 2168080dcce9a4ae71701a260a2ea2be625ac6aa..ad19d154ffc820f80f6bfa21d21b2cc2eeacfd1d 100644 (file)
@@ -3,7 +3,7 @@
  * int8.c
  *   Internal 64-bit integer 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
  *
  * IDENTIFICATION
index 30ca2cf6c81b8fe748d5bc567156d1e14fd340c6..7879f342e6f0fcc0a8b83c38a399b37c63f54259 100644 (file)
@@ -3,7 +3,7 @@
  * json.c
  *     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
  *
  * IDENTIFICATION
index 8d1e7fbf9108c33b8e3ff9cef51c3f33c97e1621..f5f40a94bd9e615ce8a333d1941525902e8b4d86 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb.c
  *     I/O routines for jsonb type
  *
- * Copyright (c) 2014-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/jsonb.c
index 37499bc5622669fdcd43083ffb929f1d759cdbb9..5edf278cdb091d88b875ccc95eab4724cb2ddc76 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_gin.c
  *  GIN support functions for jsonb
  *
- * Copyright (c) 2014-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2022, PostgreSQL Global Development Group
  *
  * We provide two opclasses for jsonb indexing: jsonb_ops and jsonb_path_ops.
  * For their description see json.sgml and comments in jsonb.h.
index 6e85e5c36b396eb87c0d6e7a2e7b95fe4dc2cf65..ed37252e7f861377755abe62311e6d8c4bddd77b 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_op.c
  *  Special operators for jsonb only, used by various index access methods
  *
- * Copyright (c) 2014-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 571118779590d135d73c698aac0c1a305c4a1c61..291fb722e2ded86d3cb47eec110470962f6e8ac8 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_util.c
  *   converting between Jsonb and JsonbValues, and iterating.
  *
- * Copyright (c) 2014-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 0d160259d023974b81be5e7376d8155b76e343d3..16f135483aee86d6805bb4dd9c3077866f72a8df 100644 (file)
@@ -3,7 +3,7 @@
  * jsonbsubs.c
  *   Subscripting support functions for jsonb.
  *
- * 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
  *
  *
index 6335845d08eb5306ce6522804f3617bc20381f16..0273f883d4f5e154d25da1514518e310da08e1ca 100644 (file)
@@ -3,7 +3,7 @@
  * jsonfuncs.c
  *     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
  *
  * IDENTIFICATION
index fa22546f22d582cd2191bd6272c62218b0441f7e..9be4e305ffa5fe22b607d020828b0176d902e652 100644 (file)
@@ -53,7 +53,7 @@
  * |     |__|  |__||________________________||___________________|        |
  * |_______________________________________________________________________|
  *
- * Copyright (c) 2019-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2019-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  * src/backend/utils/adt/jsonpath.c
index 078aaef5392856ce58967d4a0db2d51f4fadf2bb..eff3734b6ab04bfeb9bb3e72bf7320ea4a1166b7 100644 (file)
@@ -49,7 +49,7 @@
  * we calculate operands first.  Then we check that results are numeric
  * singleton lists, calculate the result and pass it to the next path item.
  *
- * Copyright (c) 2019-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2019-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  * src/backend/utils/adt/jsonpath_exec.c
index bd5d4488a06878be75480248b90bcf4189e94af4..7a251b892d7f2833b963c9614a8acef75957db5c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Transforms tokenized jsonpath into tree of JsonPathParseItem structs.
  *
- * Copyright (c) 2019-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2019-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  * src/backend/utils/adt/jsonpath_gram.y
index 72d4c5e946a8c2695066569c7240a0de1c3788a7..827a9e44cbbd8d973f8493c3555b55306123374d 100644 (file)
@@ -7,7 +7,7 @@
  * Splits jsonpath string into tokens represented as JsonPathString structs.
  * Decodes unicode and hex escaped strings.
  *
- * Copyright (c) 2019-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2019-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  * src/backend/utils/adt/jsonpath_scan.l
index f8979776d0d5ce8befbfaec882d3857b0eae4b08..3026cc2431117706592e627cb62670696dd18417 100644 (file)
@@ -16,7 +16,7 @@
  * PHP 4.0.6 distribution for inspiration.  Configurable penalty costs
  * extension is introduced by Volkan YAZICI <volkan.yazici@gmail.com.
  *
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  * src/backend/utils/adt/levenshtein.c
index eed183cd0dc4a3f0f763fac502abac5cc84d2e5f..9f241dc7c664ad22742c18a4696632c7a2891f04 100644 (file)
@@ -7,7 +7,7 @@
  *     A big hack of the regexp.c code!! Contributed by
  *     Keith Parks <emkxp01@mtcc.demon.co.uk> (7/95).
  *
- * 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
index 2f32cdaf020a5d5cf4694e143136f88c52b94da9..e876560991332e00700700b0fbd8bf4255d22707 100644 (file)
@@ -16,7 +16,7 @@
  * do_like_escape - name of function if wanted - needs CHAREQ and CopyAdvChar
  * MATCH_LOWER - define for case (4) to specify case folding for 1-byte chars
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  * src/backend/utils/adt/like_match.c
index 988568825e086c337eecd3e94439e43608bb7d37..7ca2a01e492b89eba46ea4d3e8d74b310ee3df24 100644 (file)
@@ -23,7 +23,7 @@
  * from LIKE to indexscan limits rather harder than one might think ...
  * but that's the basic idea.)
  *
- * 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
  *
  *
index 5dc0a5882cf602356b04ed024d3a9e8db6a314bd..023a004ac899935c1c07c84924d944848e3ff4e5 100644 (file)
@@ -3,7 +3,7 @@
  * lockfuncs.c
  *     Functions for SQL access to various lock-manager capabilities.
  *
- * Copyright (c) 2002-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/utils/adt/lockfuncs.c
index 844d8814e67fcf23615f9c3c564becc4ac632c35..88a1698cf968f99ba43fdff19233e188d52dd4cc 100644 (file)
@@ -3,7 +3,7 @@
  * mac.c
  *   PostgreSQL type definitions for 6 byte, EUI-48, MAC addresses.
  *
- * Portions Copyright (c) 1998-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1998-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/mac.c
index 41753fac6fd80443edc5a6acaa51be23be55df8b..24d219f638688734bb7c7aedd3c2f11f5cda9f5f 100644 (file)
@@ -11,7 +11,7 @@
  * The following code is written with the assumption that the OUI field
  * size is 24 bits.
  *
- * Portions Copyright (c) 1998-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1998-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/mac8.c
index 6ddbf70b30c815a0927cb11cd8e771b6404fb084..845d619d6058fb487359464c529f1c2d0b5168b8 100644 (file)
@@ -3,7 +3,7 @@
  * mcxtfuncs.c
  *   Functions to show backend memory context.
  *
- * 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
  *
  *
index 88faf4dfd724a034f1e8f22657bef024cce91fc0..fe4f180b6f16c55b8df8d485ea7b73406a3e7bed 100644 (file)
@@ -3,7 +3,7 @@
  * misc.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
  *
  *
index 51b0ec95ab4f547c3ca7398dd17f477b23004848..7b86421465e6158e9c14841e2ea5d638299a65ad 100644 (file)
@@ -21,7 +21,7 @@
  * for a particular range index.  Offsets are counted starting from the end of
  * flags aligned to the bound type.
  *
- * 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
  *
  *
index 8d085ca8d4fca0c13c44096f4628e8436a12c796..919c8889d459f146ac2860c10d5a5094f4b9ebfd 100644 (file)
@@ -6,7 +6,7 @@
  * Estimates are based on histograms of lower and upper bounds, and the
  * fraction of empty multiranges.
  *
- * 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
  *
  *
index 602a724d2f8f38b3a62448100c0797f260f70e6c..e8bba3670cbd90689424f625f2bc19bf0a2f2b63 100644 (file)
@@ -9,7 +9,7 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * 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
  *
  *
index 54e8edcdbd0725eebc3b156ef4b0a78af9919158..95d16dffe07b19db5b886f8141d5c202791d66e3 100644 (file)
@@ -34,7 +34,7 @@
  * twice as fast as for a simpler design in which a single field doubles as
  * the common prefix length and the minimum ip_bits value.
  *
- * 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
  *
  *
index dca2c6321236c27605d4281583759fb1c9ed6ce1..49196376a816e923901abe061100c591ca9e0e8d 100644 (file)
@@ -7,7 +7,7 @@
  * operators.  Estimates are based on null fraction, most common values,
  * and histogram of inet/cidr 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
  *
  *
index e496a470d0ab36515958655e08e1383466cef386..3832156941b066885d11c26c5097f3bd71c10e3e 100644 (file)
@@ -21,7 +21,7 @@
  * the address family, everything goes into node 0 (which will probably
  * lead to creating an allTheSame tuple).
  *
- * 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
index 644d7d3d2179c61d13d9498d53d3b63c7116c53b..3208789f75e4ddbc760dc8a1bdd695b01638f2a5 100644 (file)
@@ -11,7 +11,7 @@
  * Transactions on Mathematical Software, Vol. 24, No. 4, December 1998,
  * pages 359-367.
  *
- * Copyright (c) 1998-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/numeric.c
index 6a9c00fdd3ef49d1f9713787f9dfa00b48736ccf..898a9e3f9a1c81a10576c2bbe5386c2066716a43 100644 (file)
@@ -3,7 +3,7 @@
  * numutils.c
  *   utility functions for I/O of built-in numeric 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
  *
  *
index 7be260663ece82c6e7b49c4ea0f40426924617a4..4ec16b14a7f3a2ec85282cb21b36614ab4ec6eeb 100644 (file)
@@ -3,7 +3,7 @@
  * oid.c
  *   Functions for the built-in type Oid ... also oidvector.
  *
- * 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
  *
  *
index ec99f2b738e70a5526d66d4d71d62bd7f6a9c74d..f1673cc145642d2c467fc5d20336d9b7be422869 100644 (file)
@@ -2,7 +2,7 @@
  * oracle_compat.c
  * Oracle compatible functions.
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * Author: Edmund Mergl <E.Mergl@bawue.de>
  * Multibyte enhancement: Tatsuo Ishii <ishii@postgresql.org>
index 89f1c3b3a0d3685093ed3a5ea3d806f14a7c6a0c..96dae6ec4a832a82c37fa13581b7b30f3e8991ba 100644 (file)
@@ -3,7 +3,7 @@
  * orderedsetaggs.c
  *     Ordered-set aggregate 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
  *
  *
index 61aeab75dd3a295eb0c0af8e0ee9ea32ee8e0fee..0243bc061f643c2645a1acc8fbb6f2074ea9febd 100644 (file)
@@ -3,7 +3,7 @@
  * partitionfuncs.c
  *   Functions for accessing partition-related metadata
  *
- * 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
  *
  *
index cc2ab95535e8c871ded36fceb41199e1fbd1ca8b..18f3afdc62e4f6844d71699ee74cfc6061a36fe8 100644 (file)
@@ -2,7 +2,7 @@
  *
  * PostgreSQL locale utilities
  *
- * Portions Copyright (c) 2002-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2022, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/pg_locale.c
  *
index b41dfe9eb0b573decf5a2ef76c8852ef3c2a015e..45408787da968eb124a6d0c35cda0db4b44d9b98 100644 (file)
@@ -3,7 +3,7 @@
  * pg_lsn.c
  *   Operations for the pg_lsn datatype.
  *
- * 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
index b5b46d723127a51e376a5d450dab04825f6c317b..c651f0eb814790565ef04389cc76d7e02e1f8df6 100644 (file)
@@ -5,7 +5,7 @@
  * to control oid and relfilenode assignment, and do other special
  * hacks needed for pg_upgrade.
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/backend/utils/adt/pg_upgrade_support.c
  */
 
index f529c1561ab43bb3a8d28890b6d0bd575a52decd..15cb17ace4f108fcb2529226dfb5342247091268 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatfuncs.c
  *   Functions for accessing the statistics collector 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
  *
  *
index c2f910d606770447f48dbe51f29dc07b8f633b54..c8202502c93e305e4b3aa97d06969362c5833536 100644 (file)
@@ -11,7 +11,7 @@
  * we do better?)
  *
  *
- * 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
  *
  *
index 8de4eace9eda21e3734ddc96856ec48d0ebfca1d..0a466740d98f342bb8884b9c7e74829f074ba6b2 100644 (file)
@@ -3,7 +3,7 @@
  * quote.c
  *   Functions for quoting identifiers and literals
  *
- * Portions Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 6c23d02c463aaf37e6f1967be47f48d44798a4b8..c3e6c721e64538d6fcaf5a4d83cdf059281bd262 100644 (file)
@@ -19,7 +19,7 @@
  * value; we must detoast it first.
  *
  *
- * 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
  *
  *
index 69515b06782e2d808b7b8282aa5567dd7d67dff2..fbf39dbf303a5a3d325d7ed18650dbab05e2c6a7 100644 (file)
@@ -3,7 +3,7 @@
  * rangetypes_gist.c
  *   GiST support for 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
  *
  *
index e9852783a53ef1a8db6e6424d75f84a7d26d5655..c2795f45936f9a9bd31a3bf49aa17299a7628191 100644 (file)
@@ -6,7 +6,7 @@
  * Estimates are based on histograms of lower and upper bounds, and the
  * fraction of empty ranges.
  *
- * 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
  *
  *
index 912b43f083614f14798e8d4996e15529e8e6e36c..f90b0a3b35868cea9ff5d48f7a504d2439a974b7 100644 (file)
@@ -25,7 +25,7 @@
  * This implementation only uses the comparison function of the range element
  * datatype, therefore it works for any range type.
  *
- * 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
index 671fe6ddb7a976c8310a4f9238f56999f74e0621..2b77e03449a8657a1f30d970cd96a13d3ba7ce62 100644 (file)
@@ -13,7 +13,7 @@
  * come from different tuples. In theory, the standard scalar selectivity
  * functions could be used with the combined histogram.
  *
- * 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
  *
  *
index 3b7a607437c96179ae618add9b5e7a2bbd23f24c..0e0c5d5ce86310c580794bbfeaf80e218044ae6c 100644 (file)
@@ -3,7 +3,7 @@
  * regexp.c
  *   Postgres' interface to the regular expression package.
  *
- * 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
  *
  *
index e4fb9d31d92a820613b44fcb7fa5ac31817c9c31..6d4c1c27a575f4351e6ee72905754da13c28c75b 100644 (file)
@@ -8,7 +8,7 @@
  * special I/O conversion 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
  *
  *
index 8ebb2a50a11036a78be8a62bfc3ced9218459aa6..c95cd32402871a393365138149b58a653b64905d 100644 (file)
@@ -14,7 +14,7 @@
  * plan --- consider improving this someday.
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/ri_triggers.c
  *
index 1a71fdbc33f57749b8c5492a41f84ff1271a74de..db843a0fbf074937d5a2bfae8918bfc34c197f47 100644 (file)
@@ -3,7 +3,7 @@
  * rowtypes.c
  *   I/O and comparison functions for generic composite 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
  *
  *
index 8da525c715b2ab58c098a54da28ee74169316310..039f897331c863336fa3f7f397810c5913522920 100644 (file)
@@ -4,7 +4,7 @@
  *   Functions to convert stored expressions/querytrees back to
  *   source text
  *
- * 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
  *
  *
index 10895fb2876f8312527b6a4f7c9be08bcb7fdc38..aff748d67ba58d23839dc8eb5019c195ba5792e4 100644 (file)
@@ -10,7 +10,7 @@
  *   Index cost functions are located via the index AM's API struct,
  *   which is obtained from the handler function registered in pg_am.
  *
- * 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
  *
  *
index e9f1fc706f83465878d63bcbb12ef4760d4a37e7..dcc1620afbdbbfdf08bac2ee633494a6ce207b7d 100644 (file)
@@ -3,7 +3,7 @@
  * tid.c
  *   Functions for the built-in type tuple id
  *
- * 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
  *
  *
index b66d69db0019e4317b846ce1613c5059f8a61894..36f8a84bcc5f8e4048ca424a9cfbef6d0704b183 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.c
  *   Functions for the built-in SQL types "timestamp" and "interval".
  *
- * 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
  *
  *
index cc28cfd186b11c131eebab3033da62623e075dba..71b16ca456eea64523950172d49602f1ae877936 100644 (file)
@@ -4,7 +4,7 @@
  *   Builtin functions for useful trigger 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/backend/utils/adt/trigfuncs.c
index 7e0e31f69df6f11b9e9ff8c389e6a026fdf27603..e272fca0756ff47aa7be82d9d72bdca519d67177 100644 (file)
@@ -3,7 +3,7 @@
  * tsginidx.c
  *  GIN support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c09eefdda23139b7b0bba6bc062eab404deddfe0..b8fd96dd7b0098845761ccf8edbf51c50222edf0 100644 (file)
@@ -3,7 +3,7 @@
  * tsgistidx.c
  *   GiST support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ded919b39b06b28b19ad9f46ea1a538950b48192..f0a95297b3e0ba8872661fe27e48f935b4dd0734 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery.c
  *   I/O functions for tsquery
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 82ae284403a4faee4ca53e0b75e448f31dff5395..b77a7878dc6c5264d5ff8ef62f2e4aa3b3c26462 100644 (file)
@@ -4,7 +4,7 @@
  *  Cleanup query from NOT values and/or stopword
  *  Utility functions to correct work.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 906a686914e20c607d53910b9bc315026af10ad2..801469b607ebf9b2955bfe920b2f4478df1ffa29 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_gist.c
  *   GiST index support for tsquery
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8211e6c9bc0ae1f690f8bbd473ad16b8878921a5..a784157ba58d0a7e12b376f6569a7b0f80c8b4da 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_op.c
  *   Various operations with tsquery
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index cf0cc974ae5c2ce41d78d29a49cfc2825a4d0814..3bef5d779735e02255e96c3012e957ba6e828972 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_rewrite.c
  *   Utilities for reconstructing tsquery
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b3dd4f4be02ea58bed7e7ae0ad14460b80050cf7..191b58e177922fa9482ab63bddeb52d53990f45f 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_util.c
  *   Utilities for tsquery datatype
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 977f70047932b2b81226ecb387cae2c2094f1cd7..cd8aff0ad244cbbd29527be3b81043838e66b73e 100644 (file)
@@ -3,7 +3,7 @@
  * tsrank.c
  *     rank tsvector by tsquery
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b02fecc0811ca7836ca2f412cc3b9a8e9629aa7c..04c6f33537aa3a344fb1bd438835940018a2957f 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector.c
  *   I/O functions for tsvector
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 11ccb5297c9b0a079837dfad0ddd2df7bf082773..3a138186f1f1ebb17b4c84e9a9640fcfaa45c5b6 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_op.c
  *   operations over tsvector
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c2df4093e6be305966aaf62dfaa831b7dce757b5..e2460d393ab112a35269451b702a536ee61992b7 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_parser.c
  *   Parser for tsvector
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b02c9fcf984ad65504c36b4960f29db6faea40a6..9e06d9ba123f57aafa241d81bacf3f392d36544a 100644 (file)
@@ -3,7 +3,7 @@
  * uuid.c
  *   Functions for the built-in type "uuid".
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/uuid.c
index 0d0c0fd9f3c8bbddd62f044b859200c1e05f4ae9..73e41e0808fb52549c6e1af77560c60c88a44ec0 100644 (file)
@@ -20,7 +20,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
  *
  * IDENTIFICATION
index 8fc84649f195491adaf550d2b43afacab745a46c..95f768c8843c41e2cf757ec973d46a6a9dc2f35b 100644 (file)
@@ -3,7 +3,7 @@
  * varchar.c
  *   Functions for the built-in types char(n) and varchar(n).
  *
- * 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
  *
  *
index bd3091bbfb47009d11574686bca12cbc5504efde..b3eb39761d378cfa55b1b6ddf6f53d4c5b84fdb8 100644 (file)
@@ -3,7 +3,7 @@
  * varlena.c
  *   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
  *
  *
index 7e704987da0b17294090464f4f733b140c6c1e46..044ffc937fbaa0edca6e0353be8889029c1d33fc 100644 (file)
@@ -3,7 +3,7 @@
  * version.c
  *  Returns the PostgreSQL version string
  *
- * Copyright (c) 1998-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *
index 9c127617d1e1ec6c8b29879c49b4e04ff8dcd696..3e0cc9be1aff6996cb2c4e6c958f7c7823ccd3db 100644 (file)
@@ -3,7 +3,7 @@
  * windowfuncs.c
  *   Standard window functions defined in SQL spec.
  *
- * Portions Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a09096d0187f7b10618292f738cadf5e2d66ca08..e6633e9cffef85104de1421e9a36be3319b8bf99 100644 (file)
@@ -3,7 +3,7 @@
  * xid.c
  *   POSTGRES transaction identifier and command identifier 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
  *
  *
index 68985dca5a683f98ffe3ab2ea8b4b3679d19970a..60e57876de6a81a4a1f847cce22d160093e5af2b 100644 (file)
@@ -15,7 +15,7 @@
  * users.  The txid_XXX variants should eventually be dropped.
  *
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  * Author: Jan Wieck, Afilias USA INC.
  * 64-bit txids: Marko Kreen, Skype Technologies
  *
index 60d4dd86f7fc641438fa941e70123f505d7d3665..51773db8901fb3c1feaddf60f6ab27fcc55caf53 100644 (file)
@@ -4,7 +4,7 @@
  *   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/backend/utils/adt/xml.c
index 72d89cb64164ad11ac831e79e8ca335cca6138b9..9e252a0891ee60042bb4bb65aa24fa5178929700 100644 (file)
@@ -6,7 +6,7 @@
  * Attribute options are cached separately from the fixed-size portion of
  * pg_attribute entries, which are handled by the relcache.
  *
- * 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
index 4fbdc62d8c75965abcc166788030ca703c8760a5..eb830880893733c13beec1c1820b038cc4ed4a26 100644 (file)
@@ -3,7 +3,7 @@
  * catcache.c
  *   System catalog cache for tuples matching a key.
  *
- * 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
  *
  *
index 460b720a65121790831aca30638f7ec477e3f22a..3a9c9f0c50e52a3450a31294a9564afaa03f3417 100644 (file)
@@ -3,7 +3,7 @@
  * evtcache.c
  *   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
index 777fab49151ec170e625fe8dd51961d2bb557f85..7424008276ad389d03168f071c12aebcf23f8524 100644 (file)
@@ -98,7 +98,7 @@
  * support the decoding of the in-progress transactions.  See
  * CommandEndInvalidationMessages.
  *
- * 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
index 9176514a962980cd987ea3afc4be4dc8459113c9..feef99986346bbcf7c433afa0de4ca5e31cb1de8 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.c
  *   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
  *
  * IDENTIFICATION
index f2b48678864b500033cccacf1dcd8e7c1e713489..afa99c5d0364504e87c29dde34863ab81c5d2a53 100644 (file)
@@ -4,7 +4,7 @@
  *     Support routines for manipulating partition information cached in
  *     relcache
  *
- * 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
index 6767eae8f204e050fe6e0899f88244697787b218..4a9055e6bb5ced720df7c827a6ad7cfb8f4d4644 100644 (file)
@@ -44,7 +44,7 @@
  * if the old one gets invalidated.
  *
  *
- * 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
index 105d8d4601c6f40fe9a4149a9cb374db690f98cb..2e760e8a3bdc83ff625a47a5674f19a14a218484 100644 (file)
@@ -3,7 +3,7 @@
  * relcache.c
  *   POSTGRES relation descriptor cache code
  *
- * 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
  *
  *
index 56d7c73d3398f90fcb91725f9781514de74fa0d9..70c323c720dee6666499947fef12c93b0d4c191c 100644 (file)
@@ -3,7 +3,7 @@
  * relfilenodemap.c
  *   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
  *
  * IDENTIFICATION
index a6e38adce307d4020800fdc8ae297ba0aab49bf3..4f6811f5714e6ab15a6c5440959683b9719bb5b3 100644 (file)
@@ -28,7 +28,7 @@
  * all these files commit in a single map file update rather than being tied
  * to transaction commit.
  *
- * 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
  *
  *
index 5870f436df828e8429010427e1149327b6a2b05c..5609246c2f270063c4147d5a11cb349af8eaa6b2 100644 (file)
@@ -8,7 +8,7 @@
  * be a measurable performance gain from doing this, but that might change
  * in the future as we add more options.
  *
- * 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
index 56870b46e45c38bb7202621085d960c9888f1968..beeebfe59f1b36a0952271e371232274a9fd1bfc 100644 (file)
@@ -3,7 +3,7 @@
  * syscache.c
  *   System cache management 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
  *
  *
index 384107b6bac39fd5e9bdaa89636e13a32facf0cf..24808dfbb14aec8e6aba5c7b200f8ec5f284c34a 100644 (file)
@@ -17,7 +17,7 @@
  * any database access.
  *
  *
- * Copyright (c) 2006-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/cache/ts_cache.c
index d140ef66552e6635e60cb439440b874b029c36c0..808f9ebd0d2f2fb02c12b3ec684af3d4b6cb6ed5 100644 (file)
@@ -31,7 +31,7 @@
  * constraint changes are also tracked properly.
  *
  *
- * 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
index 9874a77805934942cdbc545df06a46a6aa5a00a5..a4e1a4664410ecd5571c18b0e3407fc2b9578f4e 100644 (file)
@@ -2,7 +2,7 @@
 # errcodes.txt
 #      PostgreSQL error codes
 #
-# Copyright (c) 2003-2021, PostgreSQL Global Development Group
+# Copyright (c) 2003-2022, PostgreSQL Global Development Group
 #
 # This list serves as the basis for generating source files containing error
 # codes. It is kept in a common format to make sure all these source files have
index 70a410a1910f92bc8fb6392c2b812935777751cc..2da512a2f1e160b9725b83a4976a78fc1081f48c 100644 (file)
@@ -3,7 +3,7 @@
  * assert.c
  *   Assert support code.
  *
- * 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
  *
  *
index f33729513a02f6b914d4e7b5200d4055fdaee672..2f2c3ba41ba67b3cc7e53d4eac0a70b353873460 100644 (file)
@@ -43,7 +43,7 @@
  * overflow.)
  *
  *
- * 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
  *
  *
index cc1a5200705b2b01085010f0c4a99feb60c81acc..050da780804660accf44513993a40636963b0a13 100644 (file)
@@ -3,7 +3,7 @@
  * dfmgr.c
  *   Dynamic function manager code.
  *
- * 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
  *
  *
index 3dfe6e5825255e1c9488b3737de6bc70831e818b..b2e72b3243f3de70de7cc3d5125376e7d49f3f44 100644 (file)
@@ -3,7 +3,7 @@
  * fmgr.c
  *   The Postgres function 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
  *
  *
index e94b8037ec0326c2eac4b27ddc93a633afda5b73..5d913ae08d809b90b0ca1faf6acdee8cc2567c1c 100644 (file)
@@ -4,7 +4,7 @@
  *   Utility and convenience functions for fmgr functions that return
  *   sets and/or composite types, or deal with VARIADIC inputs.
  *
- * Copyright (c) 2002-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/fmgr/funcapi.c
index c5cdd388138da10696f2dd2487f307dd56fab4c4..5727ff76cc3040e0eb10495735b99d6af8af2dd5 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes.h header from errcodes.txt
-# Copyright (c) 2000-2021, PostgreSQL Global Development Group
+# Copyright (c) 2000-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 6546e3c7c79fe3a4dc438764f1cccaac20049716..3babde8d704db76c7a785792101df405dca45dc3 100644 (file)
@@ -52,7 +52,7 @@
  *   dynahash has better performance for large entries.
  * - Guarantees stable pointers to entries.
  *
- * 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
  *
  *
index 77e3f6e655316a3f715c0d6208721d472f6f11dd..ed7a7c338b98a1c75add3395bdb35a2e1456fa9c 100644 (file)
@@ -7,7 +7,7 @@
  * A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from
  * http://ross.net/crc/download/crc_v3.txt or several other net sites.
  *
- * 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
  *
  *
index 381d9e548d13df0654c270015948e42680e13cdd..c26a1a73df81e11ae775694ec3d8abd38b79c7e3 100644 (file)
@@ -3,7 +3,7 @@
  * globals.c
  *   global variable declarations
  *
- * 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
  *
  *
index 88801374b5763d7cc12564d6478354afd81a72f0..0f2570d6264769a57b4c1fbf193a6e8db130cdd7 100644 (file)
@@ -3,7 +3,7 @@
  * miscinit.c
  *   miscellaneous initialization support stuff
  *
- * 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
  *
  *
index 7292e51f7de902187b5f1643e2b96c951c791a8d..0236165f60fa00c6d02329833aaaf5a6c6f5a04b 100644 (file)
@@ -3,7 +3,7 @@
  * postinit.c
  *   postgres initialization utilities
  *
- * 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
  *
  *
index 6e54b8f291a033bfbac0ac7189563e07fa736032..f67b1cf776fb418184e867de13e3dea43f0241db 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/backend/utils/mb/Unicode
 #
-# Copyright (c) 2001-2021, PostgreSQL Global Development Group
+# Copyright (c) 2001-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/Makefile
 #
index 67b6b432113f4560c7a1467b39db22ea7f9ef801..e1c801a2941e55658c23f004ddcd4f0fd8db0969 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2021, PostgreSQL Global Development Group
+# Copyright (c) 2001-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
 #
index 88c561b32d0e1bb175642179d45ad4041e6da8f8..ea97e079b0a6ca4f7b6d3faa6f46cf15c0964800 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2021, PostgreSQL Global Development Group
+# Copyright (c) 2007-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index ea558dba68b1b62759394c2a7c8e439322bb28d1..0b2488d746ae896c862869564363a7c54880cc3c 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2021, PostgreSQL Global Development Group
+# Copyright (c) 2007-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
 #
index bd50f63dbaf08a96c357a3a90dc55a366cbec5a2..c973769b443aeb602dd817bb142bc2a6bac97c6e 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2021, PostgreSQL Global Development Group
+# Copyright (c) 2001-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
 #
index a037493fd16e56e3d7791eeb6f1e2f303afbb823..405b353c6c9cdf8f884c7c9e4770db738c329809 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2021, PostgreSQL Global Development Group
+# Copyright (c) 2001-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
 #
index 7f49be8ad1d2edbc6ef9845553d005bb15e889ef..e3b329bd00a7ac150b81b5eee1647918272b08bb 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2021, PostgreSQL Global Development Group
+# Copyright (c) 2001-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
 #
index 61c47970fc68855061c244b3c5aaf3ce26d97bde..a40c47c3ba7abaef672f9ca038a14a0fe98519f4 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2021, PostgreSQL Global Development Group
+# Copyright (c) 2007-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index 0f4bfe8af8993872108a36477a7d80885fb7b80c..a24136a3791a834486e915dca55adf83acab6fde 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2021, PostgreSQL Global Development Group
+# Copyright (c) 2001-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
 #
index 710d5ce3c880f228e1cc9ab1caaab1caba21b2cb..96fc50708fc51a0c52a1d56d47ed0aaf1fcee105 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2021, PostgreSQL Global Development Group
+# Copyright (c) 2007-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
 #
index bb1f51c04486751c6ea26d96ee616edbc3ac3392..f3c4df83ac7cb4179fb5050b6135f00bd2cd8498 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2021, PostgreSQL Global Development Group
+# Copyright (c) 2001-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
 #
index cc416bd4bfbec0d7be487d283f5fc96ba3d54e00..43be22f5df93b35afa4cf0e441e9f3697b186b09 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2021, PostgreSQL Global Development Group
+# Copyright (c) 2007-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index 6b699b376d0e2106b51944c985ccb105efe4d95c..0d8ce251525afb007ae0764e51e3c6c4133571fd 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2021, PostgreSQL Global Development Group
+# Copyright (c) 2001-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_most.pl
 #
index 284746985e3b83989ad5003c76e66f7cdf957c4c..d774ce31da6ad8ea10c79daeb42445ccae120e62 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2001-2021, PostgreSQL Global Development Group
+# Copyright (c) 2001-2022, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/convutils.pm
 
index 33e9c9a9e3c3d17098b85ef90ba5e1a9bd9e4247..388a67f9786f22f1429dbab7bf8d5ee2d483874c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   Utility functions for conversion procs.
  *
- * 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
index a2e935e84c451f27e659b058fd5ccd40d772dce5..3722aae1a726ad77ef4d210a71febd3ed2949900 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/utils/mb/conversion_procs
 #
-# 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/backend/utils/mb/conversion_procs/Makefile
index 368c2deb5e4b92f68c97c26fdb64419aa5b0975d..f3f2b55660fc7aa8187b809c557abb61e11d9b2c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   Cyrillic and MULE_INTERNAL
  *
- * 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
index a3fd35bd406360c1eb067cba3c1ef27ca366f8f8..6891600754c10e93550dcf01c9c6e7cb74a5383c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JIS_2004, SHIFT_JIS_2004
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c
index 09b3c2e75bfefa95972a2260f954a1fab8db27e9..9aa49a91041735777edccad4d12bd8d793e85a74 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_CN and MULE_INTERNAL
  *
- * 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
index 2e68708893dcb30402930ad2440a5125dc614fd8..93493d41514932ed43ab08ca3d0fc37903b44814 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JP, SJIS and MULE_INTERNAL
  *
- * 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
index 3b85f0c1861aee81b2775a7e3f8c4e326e6b798c..4361624ac30a8b07eff662cfa722474bf1b4f632 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_KR and MULE_INTERNAL
  *
- * 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
index e9f1d61af80c66ad4f24f3e43f8ca2eb33f4665c..e00a2ca41576070121c1794a53818e5a598d6d78 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_TW, BIG5 and MULE_INTERNAL
  *
- * 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
index 8610fcb69aa8258381d77b6ee3d6065bfaba5e4a..5a7b776be0de4165541eb54a811fefe5ba4d6cfa 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   LATIN2 and WIN1250
  *
- * 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
index bff27d1c29590cf6b1bf9e82807ffc8d457d2abd..8c10056fe8eabb61cd51832935512452c212a8d3 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   LATINn and MULE_INTERNAL
  *
- * 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
index 3838b15cab91c1a6ced2210f283cf31bd4125f9f..1e64d0ab2364851b8169043e9c93e71b3cdeff78 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   BIG5 <--> UTF8
  *
- * 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
index 75719fe5f1b2ea4510c3d3dd76b9cfd020f078f3..19cf46400b2ee78a73fd5c543c95a86ffba79ac8 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   UTF8 and Cyrillic
  *
- * 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
index 5391001951ac400958834cd8dec7ce091c3eeab8..5fbcf37118d33b5594f078bda2c6ed5619253d1e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JIS_2004 <--> UTF8
  *
- * 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
index c87d1bf2398e58cb61548a83c222c1d6dd7869cf..39ddd37248621bb199a42491486d4e38e8171533 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_CN <--> UTF8
  *
- * 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
index 6a55134db2110cf84f3ab90b448399c141bc779d..7e64ab0f2c6d87840fa4a92efc05b312046c7a47 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JP <--> UTF8
  *
- * 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
index fe1924e2fec911600dc4b664d6efabf2b3e24b2d..fb571a9c482f19309c71e2877b402d3dcbc8ee64 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_KR <--> UTF8
  *
- * 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
index 68215659b577c3334fe177f2cd1795c7c9df57f6..eaea661689e0e64a1852031159f8765b588c8f11 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_TW <--> UTF8
  *
- * 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
index e1a59c39a4dbb15c3aa915965874d96fdebbae67..32d8d5e768ed0682bd53df2bdd9b011e42991319 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   GB18030 <--> UTF8
  *
- * 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
index 881386d5347744f90791435bcd30a07de78bb24b..2f7a92b9130b4995c96e03100148054cbf04426c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   GBK <--> UTF8
  *
- * 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
index d93a521badf2cd23a89895f2ac92017e9dd221ea..c872fda10034980c4f318e27d93cd1dd8d87d90f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ISO 8859 2-16 <--> UTF8
  *
- * 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
index d0dc4cca3788a83f69304a4e2c5b05e3986c7377..a44cac011511007c5dba1483db2bd8960c2a2720 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ISO8859_1 <--> UTF8
  *
- * 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
index 317daa2d5eed2bb8bb0a20f1d0123a6abfcc5cc9..089cdfc33bc7c14cb7d2571bafac1ad4388a92fd 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   JOHAB <--> UTF8
  *
- * 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
index 4c9348aba59fbf5dd6593dd4169ba30aecbbfba0..533eeed31862bb8517c3b7419e9a1028af240d88 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   SJIS <--> UTF8
  *
- * 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
index 1fffdc5930c2d5f2b4274f83e83ecc204735d392..31e6ace766cf1ce2511c89281a9d479ee3e14988 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   SHIFT_JIS_2004 <--> UTF8
  *
- * 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
index d9471dad097c7dae83427ab43422f4e0a73c6c38..1a5a2ec64639bab29d7e2fb564e9df7f21ba3375 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   UHC <--> UTF8
  *
- * 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
index 110ba5677d03a22cfcdf15cc12092c838898ecdd..ce4568dfca5821006faa4457a7f7e72ba42ca7be 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   WIN <--> UTF8
  *
- * 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
index a13c398f4acb23fd1f0ca5b6990ac7f211541d85..0543c574c67eb721fd65e8b9a07d83b035d7548d 100644 (file)
@@ -23,7 +23,7 @@
  * the result is validly encoded according to the destination encoding.
  *
  *
- * 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
  *
  *
index 1fd6c63d3d7023d2fc7923d864f60660f030dae4..4401dfc47aeaba01dd0f1dcea089e06c5f79fef5 100644 (file)
@@ -8,7 +8,7 @@
  * code.
  *
  *
- * 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
  *
  *
index 8ca74c801ccceb351c057b878b6644e78f1708fb..c70543fa74eedd2715a0bbe9bc3507fec04b8f55 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Scanner for the configuration file
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/backend/utils/misc/guc-file.l
  */
index f9504d3aec4fbacd4e600292383c20d030976bb6..6fc5cbc09a59613ca491b0bc67f79ee2ddbca903 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/utils/misc/README for more information.
  *
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * IDENTIFICATION
index d97243ddc8b152a4baee3e73a0d444b0a25519c5..61c83f35901f10a643418500ea0a783d657c5841 100644 (file)
@@ -7,7 +7,7 @@
  * or GUC_DISALLOW_IN_FILE are not displayed, unless the user specifically
  * requests that variable by name
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/misc/help_config.c
index 34d77db75a145980b9435105c075b11afcb1c7d4..7a13212f9916f108d31da57e5da0be0b9e7a8f06 100644 (file)
@@ -3,7 +3,7 @@
  * pg_config.c
  *     Expose same output as pg_config except as an SRF
  *
- * 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
index b1db9a8d07ed0049006456f70514b5672391e7c4..781f8b8758097da122d5c4d3689c113fb8406d8e 100644 (file)
@@ -5,7 +5,7 @@
  * Routines to expose the contents of the control data file via
  * a set of SQL 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
  *
  * IDENTIFICATION
index bb5d9e7c8501912b964f01ce72e3b1e02f6851be..e60703c49ae028414c6d84cb397f5179d75189fa 100644 (file)
@@ -4,7 +4,7 @@
  *   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
  *
  *
index 5819faaf2d2f8c1c4a9bef1de126fc084275c72c..20b717e5be252911c3d993242c9e408b889999db 100644 (file)
@@ -7,7 +7,7 @@
  *
  * src/backend/utils/misc/ps_status.c
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  * various details abducted from various places
  *--------------------------------------------------------------------
  */
index 86d61d083bfd4977be9618fddc153d4ea71ec5ac..3a065b214eaab9d3fbd13ee6cd66b308df863914 100644 (file)
@@ -11,7 +11,7 @@
  * on callers, since this is an opaque structure.  This is the reason to
  * require a create function.
  *
- * 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
  *
  *
index 9f2cd1f127691af163771ce87943d27b6e46ad8a..a67487e5fe88730eb555d34ad4bb35e8f0f9853a 100644 (file)
@@ -21,7 +21,7 @@
  * tree(s) generated from the query.  The executor can then use this value
  * to blame query costs on the proper queryId.
  *
- * 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
  *
  *
index 13d25154dbe93d82d124e1a3c9e934ee60d9a93e..d15880670f75b0d9824f4c947d1bb3c42ca4bc2b 100644 (file)
@@ -3,7 +3,7 @@
  * rls.c
  *       RLS-related utility 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
  *
  *
index d1a2416e8b7b8309663f50f94a511f76ac4e6288..580e9d953cf64b494bca88c61408ab29a5929d54 100644 (file)
@@ -3,7 +3,7 @@
  * sampling.c
  *   Relation block sampling 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
  *
  *
index 9ec5a40f7ec2728f540db31d61c940cd859adf08..d20e7af797098d5fddfc15d3032b22b0f3ba2430 100644 (file)
@@ -9,7 +9,7 @@
  * the single-user case works.
  *
  *
- * 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
  *
  *
index af74e99ed1af69156f74a682b77ea09efc63001e..ac570730337a6ff00e0598d05c4b9d7d2a71331f 100644 (file)
@@ -3,7 +3,7 @@
  * timeout.c
  *   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
  *
  *
index d2aa5ee87d5daa04c85ac97accd5aa38fee9a5d7..a69cb2d2682778f4e60a0ead46ff0c84553df141 100644 (file)
@@ -11,7 +11,7 @@
  * PG_TRY if necessary.
  *
  *
- * 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
index 73cf677274302fb264fa3ca716f9157fbd4ee7eb..ec3e264a733a605f20aab5a6245f8ad30c5a842a 100644 (file)
@@ -7,7 +7,7 @@
  * type.
  *
  *
- * 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
index 7e2a20b9417ca1c1e69c9d2bbc31c503b3309dde..b6cb8fa13dc9b9aaa9cd7b085ed6de458d878223 100644 (file)
@@ -39,7 +39,7 @@
  * empty and be returned to the free page manager, and whole segments can
  * become empty and be returned to the operating system.
  *
- * 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
index e4ee1aab979e2b364de7eb09413497735385ba42..b26a295a4ead5e308ea215b9c68635c39a9178fc 100644 (file)
@@ -42,7 +42,7 @@
  * where memory fragmentation is very severe, only a tiny fraction of
  * the pages under management are consumed by this btree.
  *
- * 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
index e1822c9d90f46f52ea62fec1ac0b8de7a11246ed..95c006f689f07c185133ceb878cdab729d4ee0f9 100644 (file)
@@ -6,7 +6,7 @@
  * Generation is a custom MemoryContext implementation designed for cases of
  * chunks with similar lifespan.
  *
- * Portions Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/mmgr/generation.c
index 8fa1e1faafa2ff073a43f68f4141bf6f090a8965..2876f6868cb93fb06bbf868a92be1a41c51cd42b 100644 (file)
@@ -9,7 +9,7 @@
  * context's MemoryContextMethods struct.
  *
  *
- * 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
  *
  *
index 3644c7f6067a12b274c1a3aa880e1af3c4ebad0a..e80d1715fe5ee96795a1e4fb711718e5cb476798 100644 (file)
@@ -5,7 +5,7 @@
  *   public 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/backend/utils/mmgr/memdebug.c
index 58674d611d477b44eb3f90976bc5f026ca011f0e..236f450a2be41e1c767b8603c240e4b29c3378fc 100644 (file)
@@ -8,7 +8,7 @@
  * doesn't actually run the executor for them.
  *
  *
- * 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
index 04783b838562e436e5ce33584c007ea3c52bd85f..67d97b22e565a2698e26898fe3606770b1243fad 100644 (file)
@@ -7,7 +7,7 @@
  * numbers of equally-sized objects are allocated (and freed).
  *
  *
- * Portions Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/mmgr/slab.c
index b0c50a3c7f9f145ac8708b1fc493c99500f7eacc..3ebbcf88ebe10bf6877ebb605bf66785010fd4da 100644 (file)
@@ -1,7 +1,7 @@
 /* ----------
  * DTrace probes for PostgreSQL backend
  *
- * Copyright (c) 2006-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2022, PostgreSQL Global Development Group
  *
  * src/backend/utils/probes.d
  * ----------
index e24f00f0601bcc3b1d5a4b6b72ac6e219e3240e2..3236b1b9195bb8a38fcf80affc87c5199b55fdd6 100644 (file)
@@ -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
  *
  *
index 9366cb7e252e51f985a7dc11cc2dcb2f192ffd6b..c384f98e1306b837f6d248ce9888eb836df40777 100644 (file)
@@ -66,7 +66,7 @@
  * There will always be the same number of runs as input tapes, and the same
  * number of input tapes as participants (worker Tuplesortstates).
  *
- * 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
index 033088f9bc1d1e8259b4f4206d3ef503cfbfae0c..996cef07d4fe1bcbaa8ab720df4fe30758a6c92f 100644 (file)
@@ -10,7 +10,7 @@
  * scan where each backend reads an arbitrary subset of the tuples that were
  * written.
  *
- * 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
index 6a889ec189fd658f8fe0888fbbda91ff555f74d5..b38bcd8969af1e2b8d4d73510d3002e9204a3ed1 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for accelerated sorting.
  *
  *
- * 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
index 90e26745dff3450a5003d24bfc3975d0fed57809..a3f22d7357fc0e1141133011f69877ef9ba14317 100644 (file)
@@ -87,7 +87,7 @@
  * produce exactly one output run from their partial input.
  *
  *
- * 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
index 509a91b503e1a13fb5881aed6b209b22819ff45a..f605ece721ebd52b6b5a5d3332a11f778793d816 100644 (file)
@@ -43,7 +43,7 @@
  * before switching to the other state or activating a different read pointer.
  *
  *
- * 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
index 44fe2f3dbe1cd158f02be31e2dd26d1314ebd99a..6613dc0534089df0d5147db537ffe535c00204f5 100644 (file)
@@ -30,7 +30,7 @@
  * destroyed at the end of each transaction.
  *
  *
- * 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
index 5001efdf7a2343c0c84d4820f2129528baf361cd..a0b703a5195d6d326c5e518aea418ac1773e65d1 100644 (file)
@@ -35,7 +35,7 @@
  * stack is empty.
  *
  *
- * 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
index 2fe0ae6652ae88524ec0e44645f6af52361e5f4a..7f9dde924ea30820800ca52697bf1f6532d4e025 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin (client programs)
 #
-# 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/bin/Makefile
index a620a5bea061bd17b4f30b5f4a1e5613d0c32640..eba282267ad7207836ed934179da5da4f183e016 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/initdb
 #
-# 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/bin/initdb/Makefile
index da5d83d1ce894654d51a692cbbccbb88ce4edb94..ddb65e64895357899ef55f434d7718e957251d07 100644 (file)
@@ -3,7 +3,7 @@
  * findtimezone.c
  *   Functions for determining the default timezone to use.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/bin/initdb/findtimezone.c
index 03b80f95757d8a8ac2e99ed58a66562d5e25f7a0..f964a000f80ded5cf331c404f2b43ff90ff71245 100644 (file)
@@ -38,7 +38,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * 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/bin/initdb/initdb.c
index 6796d8520edb23c38e5e7d0a01b935760d4e9279..02bc688a3b90acceb713d9c9b06c0e9afca8692c 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # To test successful data directory creation with an additional feature, first
 # try to elaborate the "successful creation" test instead of adding a test.
index 6192523f10d356c4219d30936f57d563ffb69c90..d0cc29870f9d25f15683aa2fe9205cc21b81d716 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_amcheck
 #
-# 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/bin/pg_amcheck/Makefile
index d4a53c8e6369f67a30ebbad5f5b245bf24bbd4b0..6607f72938214cdebc2d3e2d1ea3b9005dd2e0ef 100644 (file)
@@ -3,7 +3,7 @@
  * pg_amcheck.c
  *     Detects corruption within database relations.
  *
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/bin/pg_amcheck/pg_amcheck.c
index d44fe60a4ca1feae3581abc33864a9f11044ff05..4bb9d91dfb89fe91137da34b12eb7e6affc9b687 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 513a18d6718ca106b2723c00d5a5b4729e7e5244..8d7bd7ebccdd6c5fba599e002d4901cfeeeabcfe 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 5913fcc530507ecbe46be7a028c9a7647875c578..9df027b37f065b73ec29ab55006ac8c25a8cf5d1 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 4ca7ed297c0f57087ce7edce8444877d3df7485e..84e75862769b58ff3e0c0b45c402a718a226c825 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 2f86f4f2a408d7cc801c1da4ed43324880c871db..d81c9583de2c351c55d2d65ed954800cefb68912 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # This regression test checks the behavior of the btree validation in the
 # presence of breaking sort order changes.
index 6b3f486cfa0ce80aef658f6ba6817d7381f4b51c..60331e0a17ea0062c65e098581b15864e9746b92 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 4f5ac6df1a2c5ed90d3276457ba9fa0892cda069..5b18851e5cce1dd577685d3ecbb546f086614502 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_basebackup
 #
-# 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/bin/pg_basebackup/Makefile
index 2fd50b92d923a3f5a7f84569be760bbf64fe0bcf..fc88b501261668bfca7fe42c269bee2a00e2a750 100644 (file)
@@ -12,7 +12,7 @@
  * make further decisions about how to process the data; for example,
  * it might choose to modify the archive contents.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/bbstreamer.h
index 5dc828f742b9ad416c4f89bf9133a80daf3ee6f9..77ca2221a0e505595fd59a4c7fdd7a7714157d2a 100644 (file)
@@ -2,7 +2,7 @@
  *
  * bbstreamer_file.c
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/bbstreamer_file.c
index 4d15251fdc7b44a494d3114228a8a019620ebe5b..79c378d96e69a2db2ae0de8882f74cd2754622e3 100644 (file)
@@ -2,7 +2,7 @@
  *
  * bbstreamer_inject.c
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/bbstreamer_inject.c
index e6bd3ef52ed7d91f6e7a8e2d90208189da2a599b..6ab981156e9d58d50ce2cef422acfe00a9b60e6f 100644 (file)
@@ -12,7 +12,7 @@
  * just adds two blocks of NUL bytes to the end of the file, since older
  * server versions produce files with this terminator omitted.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/bbstreamer_tar.c
index 17ff0132d9bcd7d1421cfcadf6a1dca1e1179aa5..f40a750774b2000b617cb979b7ee59e4d71070c8 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/pg_basebackup.c
index 4b1439be9045023f491ad50497b91a6f036bbbef..ccb215c398cc49b6929d50d20f3dc5ca9dd7ec5b 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/pg_receivewal.c
index 13319cf0d33666112d56cba6d78a2b0c65916c5d..cc35d16f32a9392009f77f606f6941b4f5bf3141 100644 (file)
@@ -3,7 +3,7 @@
  * pg_recvlogical.c - receive data from a logical decoding slot in a streaming
  *                   fashion and write it to a local file.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/pg_recvlogical.c
index d0ca1f2a7f23fd69aebe41969779ed10cc363811..d39e4b11a1adf9c0d001ce22988c1bdce5b7b32d 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/receivelog.c
index e04333bf81d73058a65540d410708289f7dbc003..050d4bc69fd83d76dc583b3010ba67433034a63e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * receivelog.h
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/receivelog.h
index 2a3e0c688fd5552925c0282ea5a134c7bf293338..4a6afd1a068e418fe43089a0a29afca7b9fc9c95 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/streamutil.c
index 7918935cb3153e2d403f0fc30abe32018fc5b735..8638f81f3bf001591095a6f61241783167ef2196 100644 (file)
@@ -2,7 +2,7 @@
  *
  * streamutil.h
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/streamutil.h
index 8aff5dc36241458b4b397a3f04d6bd1ac9da6f0c..194644a03e7e803f67eee8c37712d06d882f76e6 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index c0549f5c13b3f792b3a33a04f89fff20d310329a..b616c0ccf1609de51c3fe50678e000ca288ab574 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 90da1662e337a7c56282669305df4946cc11970a..64f2f571fdbf2dc56d40a02ccfd0c3f553c2e4de 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 424070531b87a30970f74b7e6f853567308c7f42..f74bd13315c52e6853f90c3858a83c3a008f2568 100644 (file)
@@ -5,7 +5,7 @@
  * NOTE! The caller must ensure that only one method is instantiated in
  *      any given program, and that it's only instantiated once!
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/walmethods.c
index 83144ae7eb1f22ca72c3b030837da2e0784f96c9..2dfb353baad38a15d40f4039125c061f698857d1 100644 (file)
@@ -2,7 +2,7 @@
  *
  * walmethods.h
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/walmethods.h
index 4d1f0fc3a031f73bf908be9730d66548bb7ded27..77dc97ac17945028bf1f6fb0b8fac1ee9eaa537c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_checksums
 #
-# Copyright (c) 1998-2021, PostgreSQL Global Development Group
+# Copyright (c) 1998-2022, PostgreSQL Global Development Group
 #
 # src/bin/pg_checksums/Makefile
 #
index ca337c9014ed6ccb9c26165a238367ccd4aafea7..7e69475947f64730be1a2d4a8115c40f25f9aa0e 100644 (file)
@@ -4,7 +4,7 @@
  *   Checks, enables or disables page level checksums for an offline
  *   cluster
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/bin/pg_checksums/pg_checksums.c
index e9eb3197a628e17eccfd5b14309b25fc87c1058c..fd03e8df0f68ae8f5e837c2870a968e497e80cdf 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 20a5f27840454b63358595cd9a44bf88d7753b13..7b515dfc6d1e05ad54d11566245e5e5c3bacf312 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Do basic sanity checks supported by pg_checksums using
 # an initialized cluster.
index fa60d602460bf020c2a0893f36df23c50b2dff6c..c599f889c9ec5b18bbe3a022644aeeffb227d188 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_config
 #
-# Copyright (c) 1998-2021, PostgreSQL Global Development Group
+# Copyright (c) 1998-2022, PostgreSQL Global Development Group
 #
 # src/bin/pg_config/Makefile
 #
index c40bb3282e94969d544745df2c7b663899bdd261..62b97affc829dfe943f942b4e1d472f125fbd32e 100644 (file)
@@ -15,7 +15,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/bin/pg_config/pg_config.c
  *
index 6c7f9b8602c2593f297e2137f1c94fa446da067b..cff4d6ebc90f381df5de0e82ad391b360489b640 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index c5405b8a080d53c69eac0a5ba8ac7935301bfcc8..9e770731e9560b410127d695fac4288919819da8 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_controldata
 #
-# Copyright (c) 1998-2021, PostgreSQL Global Development Group
+# Copyright (c) 1998-2022, PostgreSQL Global Development Group
 #
 # src/bin/pg_controldata/Makefile
 #
index ad7bacace5877dfa77d9a8dc758b27c581a97f7b..2f02966bf43840e4df4217a85a8cdb42cb12700a 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 5d5f5372a3f06265c1fbe91a00625a4588bd5dd8..7d5be76eab0b34ac2809382bedafb0430d34c4d7 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_ctl
 #
-# 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/bin/pg_ctl/Makefile
index 7fbbe7022e2e5bff5d8610e9a728170f9323c814..4986c8f5177cfcb9156362296cc2647a28c5ff2b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_ctl --- start/stops/restarts the PostgreSQL server
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/bin/pg_ctl/pg_ctl.c
  *
index fdde4f0fb75dac6525c857e12140b7f9c90ae1c1..a084d09cd4975c1ef27d6e1ee9e609c8c935c34f 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index a74e6e3b91c7f5bb805c24b0aaf6df77431a31ad..38c901f88a1a51e9b8ff399d0ec20028fd48be4c 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 50819db92b3b27ac42a788169dba08a517ac2221..b14bf1d7b04aa1429f4bfd46a9306de39880ec41 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 3813a3b1fd08be16aa442326b42ee2ae8bd2df47..e04331bfef1561814a5573d24f9eb1b107fbc535 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 38988eccc0da1e28c5a477f20f301633c69ae85e..84306d94ee8a6ed98b11d87d13f35a62cea905e9 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_dump
 #
-# 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/bin/pg_dump/Makefile
index 36f8d5682e805df84be1599d0f59ba8d6454baff..b9a25442f5fd3bb9c0a95466b1c2274dd53ef1a2 100644 (file)
@@ -4,7 +4,7 @@
  * Catalog routines used by pg_dump; long ago these were shared
  * by another dump tool, but not anymore.
  *
- * 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
  *
  *
index 808df19495543439dabce4077f6e50199df94232..9077fdb74dbc4c42033c30accadd57187157759e 100644 (file)
@@ -4,7 +4,7 @@
  *  Routines for archivers to write an uncompressed or compressed data
  *  stream.
  *
- * 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
  *
  * This file includes two APIs for dealing with compressed data. The first
index 1eafbd84566868ea989283fd34b77ff2884d9f17..f635787692fc3ca92faf8f469c3e284dbf73e763 100644 (file)
@@ -3,7 +3,7 @@
  * compress_io.h
  *  Interface to compress_io.c 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
  *
  * IDENTIFICATION
index a2b9fe7e35100f49bfee72321537927216f69cbf..6086d57cf3a2e698cabe523fc096e7edfef457d6 100644 (file)
@@ -5,7 +5,7 @@
  * Basically this is stuff that is useful in both pg_dump and pg_dumpall.
  *
  *
- * 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/bin/pg_dump/dumputils.c
index fac7a05c913c68fb935f21ab4149128675ab795d..c67c3b5b842d9755574a0d2e210f8cc6279f48ff 100644 (file)
@@ -5,7 +5,7 @@
  * Basically this is stuff that is useful in both pg_dump and pg_dumpall.
  *
  *
- * 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/bin/pg_dump/dumputils.h
index f1577e785fafeacc2ff24c0b0b484e3c308bcdfd..bc5251be824a722ae6f24a7d8bdc0b0330575716 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Parallel support for pg_dump and pg_restore
  *
- * 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
index 733f2af623670b3a17b2ef91f9461aa640fcc145..e2f6c79b5363a364615f9e3c03b33634a118de1a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Parallel support for pg_dump and pg_restore
  *
- * 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
index 4e0fb7d2d36142a3e7f7626d2f106289540c9014..7f4e340dead59e28eec78dcc6668c583b2ec68e5 100644 (file)
@@ -17,7 +17,7 @@
  * sync.
  *
  *
- * 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
  * Portions Copyright (c) 2000, Philip Warner
  *
index c709a40e06d5cc913c48b0fb8058588ff859d4cf..57140a5504f6993aa220ebc1bd8a9b05e81bb72f 100644 (file)
@@ -4,7 +4,7 @@
  * Utility routines shared by pg_dump and pg_restore
  *
  *
- * 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/bin/pg_dump/pg_backup_utils.c
index 306798f9ac979383688cbb99671f36160de1648e..6ebc3afee4ad6abc402c36189d4454bf219e2de2 100644 (file)
@@ -4,7 +4,7 @@
  * Utility routines shared by pg_dump and pg_restore.
  *
  *
- * 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/bin/pg_dump/pg_backup_utils.h
index 59cd02ebb191e1a6ae3a9f0f8850964cbbfef982..92ab95724d22856eaac2fcb08c51029d915c7ea8 100644 (file)
@@ -4,7 +4,7 @@
  *   pg_dump is a utility for dumping out a postgres database
  *   into a script file.
  *
- * 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
  *
  * pg_dump will read the system catalogs in a database and dump out a
index c8799f05655fc42e78a3c837653f93e855bc861b..066a129ee5b380d759085b88145255d01ffa64cf 100644 (file)
@@ -3,7 +3,7 @@
  * pg_dump.h
  *   Common header file for the pg_dump utility
  *
- * 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/bin/pg_dump/pg_dump.h
index 5399ec1cd9f5289808610670467caed25400cba5..d979f93b3d62ce76a4e91c1bc4b4d1fc425278ac 100644 (file)
@@ -4,7 +4,7 @@
  *   Sort the items of a dump into a safe order for dumping
  *
  *
- * 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
  *
  *
index 9ff0c091a9f7429cf8d86ad5bd3824e341b7c02d..868f15ed3735e47d3cec418435a18f3a287b9ba5 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_dumpall.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
  *
  * pg_dumpall forces all pg_dump output to be text, since it also outputs
index 863f4da3d80638ecee94e268a204f8cf539dccf0..d53bef9aa743f797d5ee888251e0f01e8570412e 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index fd01651d9c44d52b2f95ca48c8d77b586c563cea..4200bcb0d71f9f4f7d2c087acfb8c5f7a87b2661 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 66d9563d86b667a592ea5e9c42e748f7a64ac958..43c9a9fbf897233ecfa35cea89f9e835c4294344 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index b36e2a42af260b85ba83bb16276ce7b20d01d26b..2f7919a4b3142bf3d80784ebb301730571382a08 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 7dfa80c5e51ffd347043f4d552cf8da630921179..222444f0722157f25ce0dd101d42185df9b882d8 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_resetwal
 #
-# Copyright (c) 1998-2021, PostgreSQL Global Development Group
+# Copyright (c) 1998-2022, PostgreSQL Global Development Group
 #
 # src/bin/pg_resetwal/Makefile
 #
index c0ab392c3a2959ad7d90a70a95961baf50fb6d0c..1eb4509fcac28fa6cf787be116f32b4d4d4978e0 100644 (file)
@@ -20,7 +20,7 @@
  * step 2 ...
  *
  *
- * 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/bin/pg_resetwal/pg_resetwal.c
index 0f86aea68edcdefca61653ecd9ddb45e8112c1dd..f9a5e02db2fd590e505bb1264dc33432f625b3cb 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index fd0c3ecb23ee1df8d12cab0708ef10537df604c5..52678428b54ffffa95ef4b292bdfe7b4804fc5c4 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Tests for handling a corrupted pg_control
 
index 5514b95e6c1e176f82858406666df4d3a0ce9662..e8a471306b9ee4e78f14d3eff4db083d990f41db 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_rewind
 #
-# Portions Copyright (c) 2013-2021, PostgreSQL Global Development Group
+# Portions Copyright (c) 2013-2022, PostgreSQL Global Development Group
 #
 # src/bin/pg_rewind/Makefile
 #
index 3f8952b8f3be0e18da6b0f80de870059b3e820bc..cbc3bc5c3942c09f2883da031c8fdf42b548a095 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This is a fairly simple bitmap.
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 76e9f20c941246b20e178e9d466349bf73806b6d..ae4965f23fd404c567978d73ff38d9bcf08c77a9 100644 (file)
@@ -2,7 +2,7 @@
  *
  * datapagemap.h
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index c50f283ede41b840575b2b6bbfb83ae736bef920..6cb288f0992610b23dab42274ae1118c612e71a6 100644 (file)
@@ -8,7 +8,7 @@
  * do nothing if it's enabled. You should avoid accessing the target files
  * directly but if you do, make sure you honor the --dry-run mode!
  *
- * Portions Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 611981f293a129dcb527dfd9dffb0cbb5e0ac0a7..54a853bd42ae5faa88359143aa48e73b24dd1c9e 100644 (file)
@@ -3,7 +3,7 @@
  * file_ops.h
  *   Helper functions for operating on files
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 2618b4c957b2f526f2fb81fc86bbe321ff9f6f1c..7211090f471a01d73dfb6b5c0ac44e0940eb28b3 100644 (file)
@@ -16,7 +16,7 @@
  * for each file.  Finally, it sorts the array to the final order that the
  * actions should be executed in.
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 926463efadc74a3993cf68dfa619156a81816dc1..096f57a68e786bb3e3d52d33c439ddc50850e325 100644 (file)
@@ -2,7 +2,7 @@
  *
  * filemap.h
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *-------------------------------------------------------------------------
  */
 #ifndef FILEMAP_H
index 8e0783fcef3d10a2e2ae61886889b1d80c8b5ef1..997d4e2b482255489c767767e361c9bb9610cf06 100644 (file)
@@ -3,7 +3,7 @@
  * libpq_source.c
  *   Functions for fetching files from a remote server via libpq.
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 9c3491c3fba1be159184912a7e39d598b6048816..3406fc7037dead8b72ae600b3ea7e095e41637be 100644 (file)
@@ -3,7 +3,7 @@
  * local_source.c
  *   Functions for using a local data directory as the source.
  *
- * Portions Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 436df54120179be6dcfbec84fe0a89682a6a1989..91437974584a1c1ab6908994188ea06dfa7f5275 100644 (file)
@@ -3,7 +3,7 @@
  * parsexlog.c
  *   Functions for reading Write-Ahead-Log
  *
- * 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
  *
  *-------------------------------------------------------------------------
index 69ea2143378b384cf791a576837b6f2779c5d014..efb82a403416588a2df47645da8a5c134df73806 100644 (file)
@@ -3,7 +3,7 @@
  * pg_rewind.c
  *   Synchronizes a PostgreSQL data directory to a new timeline
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index d38635a73dc8a0c57b89faafe43b63bbfe28542d..388870ce95e2e977481ab18c0fdec6b3c0881b08 100644 (file)
@@ -3,7 +3,7 @@
  * pg_rewind.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
  *
  *-------------------------------------------------------------------------
index 2da92dbff94871f3810e80670baa9b995aaa3b92..78a12eb0f333adbb138d647bbdb288881bb4c239 100644 (file)
@@ -8,7 +8,7 @@
  * operations to fetch data from the source system, so that the rest of
  * the code doesn't need to care what kind of a source its dealing with.
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 7738c306d223bc1cba882892d145687d8dd6621b..a20ebda34557263e2973732e6f3149912b28b84a 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index f3fba68fd63448725ad7a445cb256be7a7c25ca4..5fac050e4b16c87aeb8f0ef8306766dcf6ccb422 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index c363b2b362d0cbf6bad67cdeabed9ddc6f84e22d..0d140342f23ca9a9148d7248cc7e9996132e5016 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test how pg_rewind reacts to extra files and directories in the data dirs.
 
index 92952173cb90229de6eea3d4c0f2a7c5728c44da..9754fa7665f66ca50a30d65576e4bee01d6950d2 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # Test pg_rewind when the target's pg_wal directory is a symlink.
index 85a2f20b116e9131607d09460018d30e3be191f0..2249694d9a6441b7e066b886a150e0737bee8b7d 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # Test that running pg_rewind with the source and target clusters
index 30c7bb46d26bd527a023d13216a20be7ca0225d1..b5f502350f765c43d0d558a714c90ef3377fdd63 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # Test checking options of pg_rewind.
index d23411bb5b34e92512430fe34c32f095981a697d..62254344f685ace0bb3fc148b6ef34ba4348955b 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # Test using a standby server as the source.
index ad80cb3a0897bba876c0087c235bc8353fb60c34..9ad7e6b62bb8608e85b49bede339a3aac6aca798 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # Test situation where a target data directory contains
index 5546ce456cd5e7d53086e478201643987ba37ace..60e32347880d5d8316ab7f7cd33171d3ee9222cd 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 package RewindTest;
 
index 6756c5ddbf79ace098dfb3e5e75be81caa6e7642..df8f82a50cd7573a4c43343791aaf36791c8ee6c 100644 (file)
@@ -3,7 +3,7 @@
  * timeline.c
  *   timeline-related functions.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 8c71f1111efdb8389f064dfba8a6a2975ee91f19..ecfe89a9f206fa73e8f685574f6cb0dc256b9186 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 3e58926c96132331bfdd64f35dec09a69f0bc4bd..e2c43070757476e114dacb5a7dbc5c67f27fab62 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index bc5fbd93c6c6f7111732ed9109430b15a22d0538..3d218c2ad24792be57acbe513ac58aa32a6db715 100644 (file)
@@ -3,7 +3,7 @@
  *
  * server checks and output routines
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/check.c
  */
 
index a4b6375403a2352693bec09948b1b2c5ffb3c739..41b8f69b8cbe4f40e6098ad84c2e8e987e24edaf 100644 (file)
@@ -3,7 +3,7 @@
  *
  * controldata functions
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/controldata.c
  */
 
index 90060d0f8ebf7a358e558d5d002e6b1b65320056..953873fa01de98fae2f41f03fe4377ac3b53ffae 100644 (file)
@@ -3,7 +3,7 @@
  *
  * dump functions
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/dump.c
  */
 
index 19cc06e0c36be7f88600e8c30c20d3fed2470f9e..c0cbb1bec79b6de79cdd98a6287058bdb19146c7 100644 (file)
@@ -3,7 +3,7 @@
  *
  * execution functions
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/exec.c
  */
 
index 1b34ee09fa6557a410972d9cf8d40093a0dcc49c..b84868c7510b10747b15687174b409486a625959 100644 (file)
@@ -3,7 +3,7 @@
  *
  * file system operations
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/file.c
  */
 
index 627ec0ce28b9de5586ec6eb357e03e58adbc91d9..e73a309070835219224cb8b25a14ec61bc914121 100644 (file)
@@ -3,7 +3,7 @@
  *
  * server-side function support
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/function.c
  */
 
index 1dbc09e64229b46e9639e57faddb0c902ca0e07d..60e9cc5a52c9a506b9dff686afc204dca6a0e568 100644 (file)
@@ -3,7 +3,7 @@
  *
  * information support functions
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/info.c
  */
 
index 66fe16964e6f7580e261677f2a83c39804007631..c894fdd685eb20e179c3c861edccca8e0b0a5258 100644 (file)
@@ -3,7 +3,7 @@
  *
  * options functions
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/option.c
  */
 
index ee7364da3bb0211f66aa2ae3536743ed43782338..ca40df7b4c7834cf577890c8452f0b2e58ccc916 100644 (file)
@@ -3,7 +3,7 @@
  *
  * multi-process support
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/parallel.c
  */
 
index f85cb2e2620051695e2beb3e36d76b26a3405ab4..68b336e0a346389696117f8d3ce62202ff702f4a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * main source file
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/pg_upgrade.c
  */
 
index 22169f100212d331179a450cb0e34eb847d41466..dd4a5437316a65d35b20073e0e666690e5d830d3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * pg_upgrade.h
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/pg_upgrade.h
  */
 
index 5dbefbceaf5d8aafd239c5e69a402838d6cf6128..302ee2b31437aba2477745d838e971e31ea34a06 100644 (file)
@@ -3,7 +3,7 @@
  *
  * relfilenode functions
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/relfilenode.c
  */
 
index 442a345173c5f050acefc03b37d07d56a6c1d368..f5d4656dec82aa3a1c04802c4d35f6afd55987d5 100644 (file)
@@ -3,7 +3,7 @@
  *
  * database server functions
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/server.c
  */
 
index 4b8bc805837c48c5a8a957ce46db273be3dc4c70..90a6b52a1f708724614684ed02848aaa3ce3603d 100644 (file)
@@ -3,7 +3,7 @@
  *
  * tablespace functions
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/tablespace.c
  */
 
index d6a318367ab699cb974a0dc0992902122c704fc1..ef328b3062f21894521db0425c8fc4f3be134019 100644 (file)
@@ -6,7 +6,7 @@
 # runs the regression tests (to put in some data), runs pg_dumpall,
 # runs pg_upgrade, runs pg_dumpall again, compares the dumps.
 #
-# 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
 
 set -e
index fc20472fe7b8c9f3a3dc1f278246f463792665db..d98deb7f24e4c1ee359e64dd328b0c7f45c5aff3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * utility functions
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/util.c
  */
 
index 0c00bc542c6bff6c9497dffdabc787d863b8cdef..c694558c3d665861fb9db1e628d98f5c7ad49536 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Postgres-version-specific routines
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/version.c
  */
 
index c7ccc78c70176c967a4e1afbb4b19f836f0b1130..6364b012821083fbbaba35a14e088d4f32712bd9 100644 (file)
@@ -3,7 +3,7 @@
  * parse_manifest.c
  *   Parse a backup manifest in JSON format.
  *
- * 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/bin/pg_verifybackup/parse_manifest.c
index b0745a0a5928af7131984a9ace919002a36915b4..ee6f67d7d4b6cc0e0640c9b9cab192cecabf4814 100644 (file)
@@ -3,7 +3,7 @@
  * parse_manifest.h
  *   Parse a backup manifest in JSON format.
  *
- * 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/bin/pg_verifybackup/parse_manifest.h
index bb93b43093d44ebae2235aaf33e7aeeb9ae3ba6b..05cb520c117234507fce66792ac1f3ce2b6a64a9 100644 (file)
@@ -3,7 +3,7 @@
  * pg_verifybackup.c
  *   Verify a backup against a backup manifest.
  *
- * 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/bin/pg_verifybackup/pg_verifybackup.c
index 33d6b38d33df41f922e6f86889366672a81f9f5a..452f753ab32d1652e0236f9ef3c22cce534964ca 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 5c429ea7fcfcde3c6feac6929c52dc843bad17e1..06333c6c0d52ad0e5a7e481f18e791dfade41be9 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Verify that we can take and verify backups with various checksum types.
 
index 7a8c5d7a040d175bff0ff659202036d659cb3b99..63cad6647b59c71880151712882d766c8075530f 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Verify that various forms of corruption are detected by pg_verifybackup.
 
index 22b1444091aca3d4b340003ef5dcea5dd035be14..3ec4651b6809e7872c3656e6bf09f318e28f29af 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Verify the behavior of assorted pg_verifybackup options.
 
index c8ea12838ce22ee4d2f50a6073d5c17e8fd0759a..ced516877d87e396ca1da67e04cc2012fa1b9275 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test the behavior of pg_verifybackup when the backup manifest has
 # problems.
index 21c4198b1c9d5336e1fa9f7be081fdc1d9c1786f..e746ae6dcc46156ca1ef191bbc5373022fd9858a 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Verify that pg_verifybackup handles hex-encoded filenames correctly.
 
index 6eb245a9ef4aafb63eb2f91f01afafb89c81d4ba..b9282da7078569e090635fbfdef85b8295bb5ac2 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test pg_verifybackup's WAL verification.
 
index 08bd62743dd27f28442e33f65f35a61fad0fb1ed..6a3386e970408e773a5cf03371e9f13c155f2afd 100644 (file)
@@ -3,7 +3,7 @@
  * compat.c
  *     Reimplementations of various backend functions.
  *
- * Portions Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/bin/pg_waldump/compat.c
index 493fc8e83b1083f1d1f8a4a5e8d35a4f1bc1e38b..a6251e1a961a6ca7d573a7a51f0de51e2efc5a71 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_waldump.c - decode and display WAL
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_waldump/pg_waldump.c
index fdc968a5ee0d3802cfc9b207a641b017d8db590f..987d3eb6142a5854e98329d274046927faa14dcd 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 56f75ccd253e74bc2e40064f12a87e933a267633..23aec34bfc8496592f40ce81aae643cafc927885 100644 (file)
@@ -4,7 +4,7 @@
  * exprparse.y
  *   bison grammar for a simple expression syntax
  *
- * 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/bin/pgbench/exprparse.y
index 75432cedc653058119aa9d4275e6dcf6dfef800e..4f63818606e4c08d6cae5d02c599d12712cc8d99 100644 (file)
@@ -15,7 +15,7 @@
  *
  * Note that this lexer operates within the framework created by psqlscan.l,
  *
- * 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/bin/pgbench/exprscan.l
index ea9639984cf9eb66676b9a5ca80db2327eb5f84e..97f2a1f80ae51c20235ff4beb5665aaf91c1dffc 100644 (file)
@@ -5,7 +5,7 @@
  * Originally written by Tatsuo Ishii and enhanced by many contributors.
  *
  * src/bin/pgbench/pgbench.c
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 6ce1c98649ad334da6a6cc33b136395e034386df..abbdc443a613107af562576819b3e0af5e6b0d15 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pgbench.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
  *
  *-------------------------------------------------------------------------
index 97ed6c71edf3bb74ddccc63b670c7693777eef2b..8b03900f32343f3153a583e1fff71acea5bbbd31 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 703eff490ba48dcfdd6cb6a1d27db05444a206bc..acad19edd0c932e43b3c6e7520d7d16dca042feb 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # pgbench tests which do not need a server
index da69e91839d5a235f730baba5329a9b7b719e20d..dea79d3f1371af4173cb77c78efd86d9656e627a 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pgevent
 #
-# Copyright (c) 1996-2021, PostgreSQL Global Development Group
+# Copyright (c) 1996-2022, PostgreSQL Global Development Group
 #
 #-------------------------------------------------------------------------
 
index d00881163c023f43e8f8ccd0d4997c3972418132..58ec4a89b49e79b51c4482e48623c6ac64273c56 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/psql
 #
-# 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/bin/psql/Makefile
index 414fc32152ab9067553802375605fa584d779175..053332e7af5529fb4c18e1d2a3ca7135d2f26750 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.c
  */
index 0ff5b768db1a00e379df2692e42a9402f85bee9c..7354ab53b27f2bae7ad40202ce0964933aa23fda 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.h
  */
index ec975c3e2a55bcb1cbf7c5e0e165e74ebad25451..f210ccbde850efe374be92d9ddf20de610a55571 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.c
  */
index d8538a4e06cde288d14d67d2eb31c58a7ab572a6..d84c3a007cfd694e78ac5b130e2ef4e377065d3a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.h
  */
index 3c4d862bdf98b9086308dbfee40ad7e36e51b912..a5ceaec3ac757fc462164bd1f8f2c1ea127234d9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.c
  */
index 5923da869843322993be63160c028e67683ccfd4..effc05d05e65f50723aa1eb060c1a1e445c7186b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.h
  */
index 83324239740b0c04986f4c6dff30ca5346854e22..1a9836cbcc04658beda8475fc76a2dc98d1132fc 100644 (file)
@@ -3,7 +3,7 @@
 #################################################################
 # create_help.pl -- converts SGML docs to internal psql help
 #
-# Copyright (c) 2000-2021, PostgreSQL Global Development Group
+# Copyright (c) 2000-2022, PostgreSQL Global Development Group
 #
 # src/bin/psql/create_help.pl
 #################################################################
index 97515f0d4a0bff8d9e2da3f2ae0adcf914c4667a..5628db2ce6aa9fd501a07884948eba23913629c4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/crosstabview.c
  */
index 53d0e4182ba953dbe59fc91e4f31378c067097b7..84208f6e577f50a103845ff5f5970c528a49081d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/crosstabview.h
  */
index cdb33719ffa5756edd5f38940ae1763cb57e750a..6e0f35803ee00cd8533570f659e5e49c2f4b8295 100644 (file)
@@ -7,7 +7,7 @@
  * information for an old server, but not to fail outright.  (But failing
  * against a pre-9.2 server is allowed.)
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.c
  */
index b57ba67bba22e0b9458036df8421453ecd4d2762..fd6079679c6f6608beba11e9311a6bd77d7a4462 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.h
  */
index 5752a36ac82d1534b07a975d5208a1707ac8541d..937d6e9d49d61a3aec8f1f91977bddf29912ca9e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.c
  */
@@ -693,7 +693,7 @@ print_copyright(void)
 {
    puts("PostgreSQL Database Management System\n"
         "(formerly known as Postgres, then as Postgres95)\n\n"
-        "Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group\n\n"
+        "Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group\n\n"
         "Portions Copyright (c) 1994, The Regents of the University of California\n\n"
         "Permission to use, copy, modify, and distribute this software and its\n"
         "documentation for any purpose, without fee, and without a written agreement\n"
index d4f91e0be2bf6ebf4ad4a539073ebef64f361325..798807b3310b24d77b653d582472c67916a8ce76 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.h
  */
index 501f5d5fbc52c0a4d4a7a9711902b06897f9258a..416185d659f657de3fffee2e210e47d32194c938 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.c
  */
index 1a5a1be999e19cf055a984591183080b9ee757b1..41766dba27775b7d2d1b7943a6a342da9dc04571 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.h
  */
index 243875be83de9d5e6bd9498f11dac9d49932a5db..64338d538e1339d18ccab76b22fc1b569874b4d0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.c
  */
index 3172a7704d06d2f4477c334381ff901f6ccb00ec..1242ea5a9d590ccb6c2b0362bc3b16d16b0cc016 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.h
  */
index 3b7b4ad4a2ac4435e7d2455762f03f0a1c4c6a02..e5c976fc4fc60d5f477a51069aba864f6e1beadc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.c
  */
index dd7a1889dee4682673659b4262e54ba93baee725..80e0c99d10bedf328430551454720935a2162101 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.h
  */
index 9f236049f000a0cc7db2bcd1057acd1e52ada0bf..10ab390531ba9df4e83e6c6e13b0248c2a46d923 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.c
  */
index ad6646d99b68c01101aebd3338968263400e2c1e..eeb21408c44c596bdae5703476ae3f1d1c63fa11 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.h
  */
index 074e961e18c414c4e8ed35513fe7bb79c9f0c620..95b2c29ec66190129a0c97542b23d1689840a4af 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/psqlscanslash.h
  */
index 51aa33e1611ef5047d9f2ff1b2cd5f91b8ccfc26..878da9f48e972dafc82fd4fe0b737a5416ec9b61 100644 (file)
@@ -8,7 +8,7 @@
  *
  * See fe_utils/psqlscan_int.h for additional commentary.
  *
- * 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
index 83f2e6f254edd030ef7949df44eb031ff769fbc7..f614b26e2cecd035a74b15a9cd5351b5ea8258a3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/settings.h
  */
index f7ea4ce3d46d74c72a51303e882927be346b9703..be9dec749d721e2f78a6533d7870003ddfb80e4e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/startup.c
  */
index 3a141cdc2b39367af988ebf6fac6bbb64ada0cbe..ba4c4e054bd85d56cec09e1a48b16247145725aa 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.c
  */
index b47425e8644c319d469b5e1958fcebd9b3c75f2c..5d494227603048b49d42dcba231e70c9bb440635 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.h
  */
index 6ca0bc75d00eddf50d06a98cbb73dfde08d85edb..9e14dc71ffb77b48cdb66b6cc1a9fe5dce374b88 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 55b318517ea5433f724eaf2a83b1a17146a39096..ba98b8190b691a03a640bd8ac9781f6545b5f9df 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 28d72caf2ac9f933d9b6f74e572e6f5f470e7bb9..f445fce67afe077dc8b15c3bd335d45d669315de 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index b81a04c93b5d6e1a95e6006e3d461fea3620c106..39be6f556a81bcd7c6a65414df58c4d46ff45c08 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.c
  */
index 4c308cfabdde144b7482d604e69b0d3f907a48d9..1c4190ed18f6d05d8b28954b12c9413bba5ba068 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.h
  */
index 92a34f870fd22df0aa42707819d43bb8362c1d09..b141aac8eb392f935870bb87d88efa1069aaa935 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.c
  */
index 12ae3c02f92f0906efa3b617d28134eea884d41e..e57933f973152531c0f72bf1de6cef25e669da82 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * This implements a sort of variable repository.  One could also think of it
  * as a cheap version of an associative array.  Each variable has a string
index b8d7cf2f2d85d589488c39fc2af3282bb6bb4545..b833109da6e4aeee8d0c404ae5540e72a6984255 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/scripts
 #
-# 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/bin/scripts/Makefile
index fc771eed77bcc4c11a69eb43ffa93dc75cf16a6c..4c97bd41d769f801266b711dadbb32ce7eec0a5d 100644 (file)
@@ -2,7 +2,7 @@
  *
  * clusterdb
  *
- * Portions Copyright (c) 2002-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2022, PostgreSQL Global Development Group
  *
  * src/bin/scripts/clusterdb.c
  *
index 79cdc6cf330764ac01032bc2af22c9c4b3916431..9e38b60a6552e5d48366a2e3fe7d08345db76f0c 100644 (file)
@@ -4,7 +4,7 @@
  *     Common support routines for bin/scripts/
  *
  *
- * 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/bin/scripts/common.c
index ddd8f352749e71a84dc68ee5fd2367d3cfbb4c42..84a1be72fa5e7da3573771fb68b1253486f6b313 100644 (file)
@@ -2,7 +2,7 @@
  * common.h
  *     Common support routines for bin/scripts/
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/bin/scripts/common.h
  */
index 041454f075fa3f5c7fe94071fe0c64ed13cd5b93..b0c6805bc97609b39815975a328a92a7f65fe094 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createdb
  *
- * 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/bin/scripts/createdb.c
index 35b5ccaa5b3b15f9ba1a6e0d8e2a6b476aa7264d..d6ce04a809b574eae989f46cc22f7cc46c7a8613 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createuser
  *
- * 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/bin/scripts/createuser.c
index b154ed1bb6dcfa0e484e1e6b5d4e76637bf0b0cf..7e321dd11b1d3d098105314e6633226fb894417f 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropdb
  *
- * 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/bin/scripts/dropdb.c
index 61b8557bc7e940412297a32fb414fed54a47ecfb..dfe4a5088c86165e1ea452856a320ad59cdd1cfd 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropuser
  *
- * 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/bin/scripts/dropuser.c
index fc6f7b0a9391b40d37c8b23160c244d781719a3f..a7653b3eaf7e0ffbacf629783974b87780613790 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_isready --- checks the status of the PostgreSQL server
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * src/bin/scripts/pg_isready.c
  *
index 64fbb40baf12ce1c9d1289621695955f83d7d1c2..c292d432033ce4613ed8a7eab3ec5333ec48d70e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * reindexdb
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/bin/scripts/reindexdb.c
  *
index 0ba4aa4876eae25f97927f2baa6bffb78ad3d685..0878d9fcbb1aa28b5b6bf65313a04963c62e0e3d 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index d040b95cfbfac3df28f5e2ab8f3bc0ec9eb7b15a..81e03a20d03f6bbf6fe32254f6c6ddf1dbb049c3 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 6bcc59de08d8feb0f77dc95a3c64449d3d4b5a73..c54c291b7ad7e3e375f600e992dc1553d879ef14 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index a865c01f5a7bcc06a09608bfd20870b834706a92..e31e5b0c62355ff927430a2f2b5693d03c754aa8 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 5c9342f290d5bc324ed5ee1c95fd546dea5078d8..1e08cbbf7f928669ec59f1278c16350b57db3761 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 5d6e75c903379afe05b53354f306405f9c90c0d3..c4fb6329bae0645211b3efd07eddb357900d3621 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 42be32decc35c5400e09dc29d388edaae34fc1ac..951c0e069c423c6d0b1989cebf69ad625c5608cb 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 5384b74ccdb8300df1a787eab533894c92654a5d..1306fb12341dcd10b37f10585b5a7749cadb30c2 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index acb24189765b9f6f332be9837a3f75d4dfb6f548..47e8341de3f71a568212f50a825d12d8b62a3d01 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 6937a35bc4ac62708018f8e3dda5632d4b44e4b8..ee3bfdb6d05239860fc54604d6cfffcb69b1231d 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 3dfbfbfdb286b33ec8cc8ae12b843658fabb0019..6e8962154caad37dec39551efb7a1bdf889d9c30 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index f7bd45ba922815897cde344ffa4e7b8332652775..c94e9e1d642c4b7ab2f2d8653f9bf2f204240532 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index b2fa50a1c6ddab25e15e616a243664f8266087b7..6d75af1d6cb07578d981ef4e1253a7d7f4661cde 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index f40bd148579f6498f22e14b7cd6fd8df4e130491..4f6917fd392a277329390d0e0d982dec9c4eb35e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * vacuumdb
  *
- * 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/bin/scripts/vacuumdb.c
index d733212cc4f637666a641b404f7d4055fa535fe2..47fc877c90149427b7a3d0a2bba0ac520e10423d 100644 (file)
@@ -3,7 +3,7 @@
  * archive.c
  *   Common WAL archive 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
  *
  *
index b3ade2a5a5d7d61fa8cc23437706b3d7232c742a..37b0070f1c7200b527652bfc13c217c0d1daa825 100644 (file)
@@ -3,7 +3,7 @@
  * base64.c
  *   Encoding and decoding routines for base64 without whitespace.
  *
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 431e247d59dc847882be8aebcbbd7aed394f5b57..74d0cf0a2e2d239cb2ccf78f64aeb751d3e4aa7e 100644 (file)
@@ -3,7 +3,7 @@
  * checksum_helper.c
  *   Compute a checksum of any of various types using common routines
  *
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/common/checksum_helper.c
index e72e7292a0a87337033f86dc7bbae018ae09a548..aa643b63fe21e8d99ed2dd4b5f74d741e50e4994 100644 (file)
@@ -4,7 +4,7 @@
  *     Common code for pg_config output
  *
  *
- * 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
  *
  *
index 4ce097c05cea937fa1208f388408696169211e90..348f046a44093ebadb2baf21be8681644964c9ff 100644 (file)
@@ -4,7 +4,7 @@
  *     Common code for control data file output.
  *
  *
- * 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
  *
  *
index 0dab74a094b01f91bf3dd71d4efd5b256c7e8e1b..b13815dd98e8833a47546e7e52c79d242a75dff1 100644 (file)
@@ -6,7 +6,7 @@
  * This is the set of in-core functions used when there are no other
  * alternative options like OpenSSL.
  *
- * 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
index 643cc7aea2c896aeefe1ffcd3ce84fae9161807a..f7b390ed54dc149846eb239919e8e8033279e2db 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This should only be used if code is compiled with OpenSSL 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
  *
  * IDENTIFICATION
index 70e3112adb9d32a6d8aef1266a32323f3895807c..e711ea6f85a9bfa6b11a642f89e5c5ec94b14ddf 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Ryu floating-point output for double precision.
  *
- * Portions Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/d2s.c
index 70b4419f0542f03653fd09cc713c594aced506ad..5be377901db4740e06df0a4fff4005a8fd69d06c 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Ryu floating-point output for double precision.
  *
- * Portions Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/d2s_full_table.h
index 3be23271988e338368e018699b5b793696ee61bd..a338d0e2e110f271c3cc649686b164842438b976 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Ryu floating-point output for double precision.
  *
- * Portions Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/d2s_intrinsics.h
index f2aaeb4a8e5c80173cdce6119464acf409db3c6f..596a23b64da845988816ff3179940def8cbdd079 100644 (file)
@@ -3,7 +3,7 @@
  * encnames.c
  *   Encoding names and routines for working with them.
  *
- * Portions Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/encnames.c
index 81b810d4cfaf9d67fb7bed7557aa3fab4ce9fd05..9428b7393c2f8609c253ec0c221ba964e52630e3 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for finding and validating executable files
  *
  *
- * 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
  *
  *
index 6a9949eb0877d10c13e07e38e336c5ec542090d4..39366b65c70ae238f504372213aed7a6c8072d60 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Ryu floating-point output for single precision.
  *
- * Portions Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/f2s.c
index ec64172a59ccb6864a220d71a1978be34dd506a7..21fcce5430931610fab115b2e8cf101a9faddf75 100644 (file)
@@ -3,7 +3,7 @@
  * fe_memutils.c
  *   memory management support for frontend code
  *
- * 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
  *
  *
index ab85765a0bfb5108265819a4c7e9ff87dc6add10..9597f9d401597fa01eec2a4853ff8939591e12af 100644 (file)
@@ -3,7 +3,7 @@
  * File and directory permission 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/common/file_perm.c
index 40b73bbe1abb00572a1d0f97fc07947708f14a0e..7138068633b189e694dfafd66ab2ab1f5a3b17fe 100644 (file)
@@ -5,7 +5,7 @@
  * Assorted utility functions to work on files.
  *
  *
- * 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/common/file_utils.c
index 902a6ad25e88738dadf31f227222cc1824daee1e..b7a322073d0af4a9e2d3d356146887d05dcb5d31 100644 (file)
@@ -5,7 +5,7 @@
  *     hashtables
  *
  *
- * 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
  *
  *
index bfe2e7cb5e9d2898cb76f912317772e197170e32..6e46dc28a133d2bad97903e1857d94b2f4a55cb0 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Fallback implementation of HMAC, as specified in RFC 2104.
  *
- * 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
index 1acf59476eb3fb6bfd9b866075a19dab331351b0..d2cb5474bb9747f0407533326b3b5e611bda9839 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This should only be used if code is compiled with OpenSSL 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
  *
  * IDENTIFICATION
index 9b611d86cd4e5d9570c694c5e0a9697e04b6c29c..b01e0d0e61953d5841681b6068b76513b41d9188 100644 (file)
@@ -3,7 +3,7 @@
  * ip.c
  *   IPv6-aware network access.
  *
- * 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
  *
  *
index 5504072b4fbbae61d41b5d75a5745a754c049d65..6666077a934bf3ac22db8598bcb8a9c842d1fc5b 100644 (file)
@@ -3,7 +3,7 @@
  * jsonapi.c
  *     JSON parser and lexer interfaces
  *
- * 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
index d8497f7c172b24de27cfae5976020908b7dfb6db..74c9c6302e5e37b1bc4767c06e2990552aaf7ed8 100644 (file)
@@ -4,7 +4,7 @@
  *   PostgreSQL's list of SQL keywords
  *
  *
- * 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
  *
  *
index 19a4f52c79fb10ece714ca397ece7af8144a4992..f977cbebe9380361e1d5930294ee90adf3a2acac 100644 (file)
@@ -4,7 +4,7 @@
  *   Key word lookup for 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
  *
  *
index 5933b8e5cd613c5dd34b87211b86a8245a5e4df9..97105efd66c27bbae956ec7158a56591032430dd 100644 (file)
@@ -2,7 +2,7 @@
  * link-canary.c
  *   Detect whether src/common functions came from frontend or backend.
  *
- * Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/link-canary.c
index fb1a9b1f878fde2466d7725d2855e45207dbd69f..9a076bb8128093818f494a7c2eb22ba27828a1d0 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  * Logging framework for frontend programs
  *
- * Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * src/common/logging.c
  *
index 7d3b639f29d95ba9dadd4b3e68aaa9c2bba8cb52..4dec37705e2b0efd32016f3b276c679e92948c5b 100644 (file)
@@ -7,7 +7,7 @@
  * implementation is a simple one, in that it needs every input byte
  * to be buffered before doing any calculations.
  *
- * 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
index 2114890effeb375751aafee06964581d368d7179..65b0be4b6613ca89b0df6dba3aab9ab42fbb6959 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Sverre H. Huseby <sverrehu@online.no>
  *
- * 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
index 4ce7f7dea412e6406190ca0ef9ea54f232a86767..7c2dfcb24a87e8efeda4f1a9a1479fda3fb0b31c 100644 (file)
@@ -3,7 +3,7 @@
  * md5_int.h
  *   Internal headers for fallback implementation of MD5
  *
- * 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
index 889472b28d15364f18aab78a7e9857092a15948f..55be333eed023bac89e7447b083fc7d9bf59ced1 100644 (file)
@@ -3,7 +3,7 @@
  * pg_get_line.c
  *   fgets() with an expansible result buffer
  *
- * 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
  *
  *
index 72e6a7ea61c5533a6097293b7ceec88533e367a5..9de5d5a0d4395546b95e891d1bc254214d9fa836 100644 (file)
  *
  *         Jan Wieck
  *
- * Copyright (c) 1999-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2022, PostgreSQL Global Development Group
  *
  * src/common/pg_lzcompress.c
  * ----------
index a0b6bcb3b567ca7d0be9dcb1d5a6cdaae6d7c7af..3d2f42724e7149bf143cf635c97f79f41fbb4dfa 100644 (file)
@@ -10,7 +10,7 @@
  * About these generators: https://prng.di.unimi.it/
  * See also https://en.wikipedia.org/wiki/List_of_random_number_generators
  *
- * Copyright (c) 2021, PostgreSQL Global Development Group
+ * Copyright (c) 2021-2022, PostgreSQL Global Development Group
  *
  * src/common/pg_prng.c
  *
index 395927c94d9fddad4b10b82bf107cd48482c8cda..d4be4f18c1a01275686319977f0d7778d18426f4 100644 (file)
@@ -3,7 +3,7 @@
  * pgfnames.c
  *   directory handling 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
  *
  * IDENTIFICATION
index 92a0a22ecfb00d2744705a42e4f3816dcf9e107f..8d1da8be3879fa497f834955600eafe6cbcafa08 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This should only be used if code is compiled with OpenSSL 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
  *
  * IDENTIFICATION
index 52223c38a450a42d6d6ab3ce84c98a58b8992932..a5a5cb121c557116f8ece71ede921c7745dd8e3e 100644 (file)
@@ -4,7 +4,7 @@
  *     sprintf into an allocated-on-demand buffer
  *
  *
- * 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
  *
  *
index 1f5c426ec0b904b1f3cc724bb8fdeb138c17629f..636c96efd3cc8ebd3fccec906bb64e024931a6e4 100644 (file)
@@ -4,7 +4,7 @@
  *
  * This module also contains some logic associated with fork names.
  *
- * 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
index 667040d734c3aba250fd48c0c17d9dc7bc5d24d6..48b1ce0585f9b3a0ef8830b400e0c6d435728516 100644 (file)
@@ -4,7 +4,7 @@
  *     helper routine to ensure restricted token on Windows
  *
  *
- * 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
  *
  *
index e090a85f135a6945ef151fba5c06a15807772dca..221d0e20a7ba12bb86bb778f7cdf60782e905c37 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rmtree.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
  *
  * IDENTIFICATION
index 34b1e36ec64e57e4f1b0daae5bacfb148cdbe257..404e6a668bddd700879b2769654c26acd3a2ac95 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Common routines for Ryu floating-point output.
  *
- * Portions Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/ryu_common.h
index 8945050ad251f3ecbe4d5c1e50cdcd28298c091a..6aaba8e422ee90c5f9cb00ce4e244ce41941251c 100644 (file)
@@ -12,7 +12,7 @@
  *   http://www.ietf.org/rfc/rfc4013.txt
  *
  *
- * Portions Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/saslprep.c
index 69a96f65f65dba95bfca8fde7e985f3ea63adc83..23b68b14da79f3a7d669c56019893cef65f44c01 100644 (file)
@@ -6,7 +6,7 @@
  * backend, for implement the Salted Challenge Response Authentication
  * Mechanism (SCRAM), per IETF's RFC 5802.
  *
- * Portions Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/scram-common.c
index b39173b3a3780f14253551830d7bd5880a350b38..ee7ea812bce416c9bea1a00f9bcf6c90722588c6 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Fallback implementation of SHA1, as specified in RFC 3174.
  *
- * 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
index 1929a2a655532155798ea812daf0032b8380d031..10ecca656ef9cf40c7ababee7b870316dceea463 100644 (file)
@@ -3,7 +3,7 @@
  * sha1_int.h
  *   Internal headers for fallback implementation of SHA1
  *
- * 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
index ae4936b1a8a06fe4cb2749a19d343057750b6d0b..f1dcd330457b51a35821e06ee0935d283af56d55 100644 (file)
@@ -6,7 +6,7 @@
  * This includes the fallback implementation for SHA2 cryptographic
  * hashes.
  *
- * 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
index c6d56423d98b98a909a5adf7087ea4d3745c7060..c29744b431b588a181a349c8362e7ae6785300db 100644 (file)
@@ -3,7 +3,7 @@
  * sha2_int.h
  *   Internal headers for fallback implementation of SHA{224,256,384,512}
  *
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/common/sha2_int.h
index 8f5aeeccbc0f08e7ebe518c7be4495d4014b5b83..8b836846e37f316383caef33d16b4049db9c8414 100644 (file)
@@ -3,7 +3,7 @@
  * sprompt.c
  *   simple_prompt() routine
  *
- * 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
  *
  *
index 3aa378c05194dd22998963784ec5b253496d8c7b..16940d1fa7d5582c767c0b408892f87750d96093 100644 (file)
@@ -4,7 +4,7 @@
  *     string handling helpers
  *
  *
- * 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
  *
  *
index 445f7222be0a2015379cb152ac33ac9a66ca8131..76ff4d3e2452ef29795e5fe46332598aa93b62aa 100644 (file)
@@ -7,7 +7,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-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/common/stringinfo.c
index 844ff0848b38353d4ac7ccab6bd18a88748c56a7..838f5529529823199a1f4d7c4fdf30c0852d9550 100644 (file)
@@ -5,7 +5,7 @@
 #
 # NormalizationTest.txt is part of the Unicode Character Database.
 #
-# Copyright (c) 2000-2021, PostgreSQL Global Development Group
+# Copyright (c) 2000-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
@@ -30,7 +30,7 @@ print $OUTPUT <<HEADER;
  * norm_test_table.h
  *   Test strings for Unicode normalization.
  *
- * 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/common/unicode/norm_test_table.h
index 093a802f5f965a66cd553c273bb7a6c1d2f00fc4..8177c20260ba2c250350d78e98bedb36f71b9327 100644 (file)
@@ -4,7 +4,7 @@
 # characters, using Unicode data files as input.  Pass UnicodeData.txt
 # as argument.  The output is on stdout.
 #
-# Copyright (c) 2019-2021, PostgreSQL Global Development Group
+# Copyright (c) 2019-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 45f7a4b7fe7ce293195a11586f5a9843af9411ce..9d03684c4dd027095ca1cac536785b7418d6521a 100644 (file)
@@ -4,7 +4,7 @@
 # and East Asian Fullwidth (F) characters, using Unicode data files as input.
 # Pass EastAsianWidth.txt as argument.  The output is on stdout.
 #
-# Copyright (c) 2019-2021, PostgreSQL Global Development Group
+# Copyright (c) 2019-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 114ab30d3f1dbe54f0386d61432e67c2e6851641..e4423455fc2040b0b56f21b1afaf748ac75250cc 100644 (file)
@@ -6,7 +6,7 @@
 # Input: UnicodeData.txt and CompositionExclusions.txt
 # Output: unicode_norm_table.h and unicode_norm_hashfunc.h
 #
-# Copyright (c) 2000-2021, PostgreSQL Global Development Group
+# Copyright (c) 2000-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
@@ -82,7 +82,7 @@ print $OT <<HEADER;
  * unicode_norm_table.h
  *   Composition table used for Unicode normalization
  *
- * 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/common/unicode_norm_table.h
@@ -125,7 +125,7 @@ print $OF <<HEADER;
  * unicode_norm_hashfunc.h
  *   Perfect hash functions used for Unicode normalization
  *
- * 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/common/unicode_norm_hashfunc.h
index c7795d17b0cca20982d106286e634ca20e4342e7..08e41b3501a2605e3c0effc01ae80e9de499ed1b 100644 (file)
@@ -4,7 +4,7 @@
 # (see UAX #15).  Pass DerivedNormalizationProps.txt as argument.  The
 # output is on stdout.
 #
-# Copyright (c) 2020-2021, PostgreSQL Global Development Group
+# Copyright (c) 2020-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index cd2cb297b0a4e77ea7f45f00b4b30e97bc9c8987..0e244ad6ddfcd8ff7e95ffbe1b947783de1e61ee 100644 (file)
@@ -2,7 +2,7 @@
  * norm_test.c
  *     Program to test Unicode normalization functions.
  *
- * Portions Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/unicode/norm_test.c
index 06bf921e4586dc24169245f2710870de2c407e3a..8f1402e43287ef61c25a75ff5cf06f6ef038030a 100644 (file)
@@ -5,7 +5,7 @@
  * This implements Unicode normalization, per the documentation at
  * https://www.unicode.org/reports/tr15/.
  *
- * Portions Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/unicode_norm.c
index 669b8ab3b278f716447202bb129301453434070c..b226b550a70ce825fe51e0fdb09e33f9440a204c 100644 (file)
@@ -3,7 +3,7 @@
  * username.c
  *   get user name
  *
- * 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
index 9f860eef3801ac456ce841517341aeb660789b8a..a776f2901e8e1cb6b8fa1bd3003f4de80add3129 100644 (file)
@@ -4,7 +4,7 @@
  *     Convert a wait/waitpid(2) result code to a human-readable string
  *
  *
- * 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
  *
  *
index be931c5e92a48afe97aa5c39dd107ee6acc64808..74a8e2e3e8c9663b817d207ad1c8cbcb6706c081 100644 (file)
@@ -3,7 +3,7 @@
  * wchar.c
  *   Functions for working with multibyte characters in various encodings.
  *
- * Portions Copyright (c) 1998-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1998-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/wchar.c
index 456c441a33451b791df8ec309fcded61d66e349c..44bc7a1215d49c79dea0b0648d144cb76c084158 100644 (file)
@@ -5,7 +5,7 @@
 # This makefile generates a static library, libpgfeutils.a,
 # for use by client applications
 #
-# 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
index 8baef5f078ce07a12de41342f339b892e07403a9..361c1c25eada7d28679cb0d8419fc72c994a00ac 100644 (file)
@@ -3,7 +3,7 @@
  * archive.c
  *   Routines to access WAL archives from frontend
  *
- * 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
  *
  *
index 14f939105ac84414d519c26c8ab1d50ceefd37d6..49bdc6aca197f7519fa3d90ff1a864b1d959c821 100644 (file)
@@ -6,7 +6,7 @@
  * handler for SIGINT.
  *
  *
- * 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/fe-utils/cancel.c
index a562e28846b2a992cd48065dc761112fe6b03586..0bf877e895b6e9d209e3117d2de2a03d4bf74df8 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  * A stack of automaton states to handle nested conditionals.
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/fe_utils/conditional.c
  *
index 96bb798316acacbc159363a5a9d27c26ce245cb2..a30c66f13aa765ef53ca807c8d2cc6882e15e852 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Facilities for frontend code to connect to and disconnect from databases.
  *
- * 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/fe_utils/connect_utils.c
index fe3faba46f29007d8cadbb920dc86bc390817e29..067f28119b3e9683ac86f0fa9b96f0460aa2e384 100644 (file)
@@ -3,7 +3,7 @@
  * Multibyte character printing support for frontend code
  *
  *
- * 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/fe_utils/mbprint.c
index bcfe7365fd32c5e7483b0e476106e74e672e06a2..abea88154ca03c8aa47b31b0caf9783434fb449a 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Command line option processing facilities for frontend code
  *
- * 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/fe_utils/option_utils.c
index 69581157c29a2ca12f626ee20a75a54d4b181ed1..5896a8a6ca095d4e888b25082116550933aef4cf 100644 (file)
@@ -4,7 +4,7 @@
  *     Parallel support for front-end parallel database connections
  *
  *
- * 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/fe_utils/parallel_slot.c
index cc245a9c4bf9a0eb7c001b39c2edd31ca96b5138..2c8e58ebf5cb5acaf80141e7187f5f8300741823 100644 (file)
@@ -8,7 +8,7 @@
  * pager open/close functions, all that stuff came with it.
  *
  *
- * 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/fe_utils/print.c
index db8a8dfaf258387fdfe0214e71a4c1dc732bb875..941ed065532b916ceb8a251d0706681b6bd3e939 100644 (file)
@@ -24,7 +24,7 @@
  * See psqlscan_int.h for additional commentary.
  *
  *
- * 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
index d5ffe56fd68ff3146c0d7d3be9819f7b0339d553..0b31b33f17bf87a4be9099c5675212d9ae9fbb34 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Facilities for frontend code to query a databases.
  *
- * 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/fe_utils/query_utils.c
index 2643ecd6f3f91481c984b4e406bb119d914dab3e..9407e76bba3d744340382d794aa6b8b2b3a76b2d 100644 (file)
@@ -3,7 +3,7 @@
  * recovery_gen.c
  *     Generator for recovery configuration
  *
- * Portions Copyright (c) 2011-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2011-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 5c0ca0043863940bc185e0b46fbfed3f0ea13ae4..ae6c69464cd3af62bcd4579276ef2fff5762f4dc 100644 (file)
@@ -7,7 +7,7 @@
  * it's all we need in, eg, pg_dump.
  *
  *
- * 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/fe_utils/simple_list.c
index 81e623602ec5bedf726af9d6d9ccc61e92a9b597..bca50ec6deca50e0a9296ec84083f5b9e5c62ba0 100644 (file)
@@ -6,7 +6,7 @@
  * and interpreting backend output.
  *
  *
- * 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/fe_utils/string_utils.c
index a0ab70df8938bd022bce9927ab72f3c9c5eff0eb..a382551a981cb8dfec97d916f6676df078b74a2a 100644 (file)
@@ -3,7 +3,7 @@
  * amapi.h
  *   API for Postgres index access methods.
  *
- * Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  * src/include/access/amapi.h
  *
index df02fbac2382c66b5296fc05a645a393537d71f6..6af5bfb4ef698e3b294b52ec39eeda354d9cb2fe 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for index access methods' amvalidate and
  *   amadjustmembers functions.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * src/include/access/amvalidate.h
  *
index 778fa27fd163b077af0d24320e828959f65d6b0f..3ae40cade7577a56336bb0f035d56f269edceebc 100644 (file)
@@ -4,7 +4,7 @@
  *   Definitions for PostgreSQL attribute mappings
  *
  *
- * 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/access/attmap.h
index c80bdd245ae9efb8b7fc103bb4d9000a597eeca3..508c583eb0d89f67e80f5880fd188b92191702ab 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES attribute number 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/access/attnum.h
index 4e2be13cd61656b7b87e8ccf01789ba441b419ce..887fb0a553211f97956407773456feec9a51b9bc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * AM-callable functions for BRIN indexes
  *
- * 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
index 79440ebe7b70227fc1d1d7d13301427fd452edcb..25186609272346cb7c2e4a9115b307d57cb72e06 100644 (file)
@@ -2,7 +2,7 @@
  * brin_internal.h
  *     internal declarations for BRIN indexes
  *
- * 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
index 75de538ed870fc4cdaf7540b014300b7b09a75e2..9b9a39d48395017c7f0616f7fa64e9a5d6b94803 100644 (file)
@@ -2,7 +2,7 @@
  * brin_page.h
  *     Prototypes and definitions for BRIN page layouts
  *
- * 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
index c2e8a2a6c267cc58aabc8b4eeb65838ce6b823c6..704de0cbea12447c523abce9c64766aa6e388386 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.h
  *     Prototypes for operating on BRIN pages.
  *
- * 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
index 4259fe81fe98927f7d261ada521a499ebaf65aea..c88a8976bcf40c000c4aef0fad7fac270102f182 100644 (file)
@@ -2,7 +2,7 @@
  * brin_revmap.h
  *     Prototypes for BRIN reverse range maps
  *
- * 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
index c80341f4d6a633cb507fb8449478f9de20843157..ced20d4543dfeda5ca6da34f2fb67987f649011b 100644 (file)
@@ -2,7 +2,7 @@
  * brin_tuple.h
  *     Declarations for dealing with BRIN-specific tuples.
  *
- * 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
index ace8aa0dcdcf570ee8ae78a994ac881df5e08713..95bfc7e8572e2ca22aa17bd12586ce3323cdd7b9 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES BRIN access XLOG 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/access/brin_xlog.h
index add6c9a39cf6c675b7cf3ed219246190280a06e0..7ce9f67eff45433ead47596a24a3e2e784b7aa8c 100644 (file)
@@ -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-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * src/include/access/bufmask.h
  *
index 39b8e4afa8a48f286fa1c17c106c91525db6db96..543f2e2643a329f28f4f08b483e738a4b8412aac 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction-commit-log 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/access/clog.h
index a1538978c62efc76c05bea1603a6e9732c1bc59d..7662f8e1a9c0952cd587d93aeadbc0213f451c66 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL commit timestamp 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/access/commit_ts.h
index 773a02f89ba102cfc42e25b0e30e4ddf75f20dcd..b1d8ea09dd68543a3536d9872bd13926fd26a555 100644 (file)
@@ -3,7 +3,7 @@
  * detoast.h
  *   Access to compressed and external varlena values.
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/include/access/detoast.h
  *
index 480a4762f52983b8afc25cb5515f01993af94346..134b20f1e64db02692bdd3b2cf19a6a989376a7f 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES generalized index access method 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/access/genam.h
index 6e0a2757ba2c903d93d435cd5f10203e5c7c77bb..c8363a47666246586ce73dd01f461b78b74775b7 100644 (file)
@@ -4,7 +4,7 @@
  *   Generic xlog API 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/access/generic_xlog.h
index 266cb07236426f4d050e5272decca30a08faf9a9..e83e0acd923a8e41d6847faf0b4a6c325a1aa633 100644 (file)
@@ -2,7 +2,7 @@
  * gin.h
  *   Public header file for Generalized Inverted Index access method.
  *
- * Copyright (c) 2006-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2022, PostgreSQL Global Development Group
  *
  * src/include/access/gin.h
  *--------------------------------------------------------------------------
index 670a40b4bee8dc430f196175dc15f9fd65c89319..2935d2f353c68de33ccf63df2a5e233c71254e97 100644 (file)
@@ -2,7 +2,7 @@
  * gin_private.h
  *   header file for postgres inverted index access method implementation.
  *
- * Copyright (c) 2006-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2022, PostgreSQL Global Development Group
  *
  * src/include/access/gin_private.h
  *--------------------------------------------------------------------------
index 37d650ac2a0e6412302a8b3710711b00a8be0c7d..9347f464f343cdde58c9b1c36ed5fd7b00636bd8 100644 (file)
@@ -2,7 +2,7 @@
  * ginblock.h
  *   details of structures stored in GIN index blocks
  *
- * Copyright (c) 2006-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2022, PostgreSQL Global Development Group
  *
  * src/include/access/ginblock.h
  *--------------------------------------------------------------------------
index 8a2507b79ddd1ddbe95ee4bad1ba739ad2c62764..21de389d79aa13a2e05225252034772da8e9fdfc 100644 (file)
@@ -2,7 +2,7 @@
  * ginxlog.h
  *   header file for postgres inverted index xlog implementation.
  *
- * Copyright (c) 2006-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2022, PostgreSQL Global Development Group
  *
  * src/include/access/ginxlog.h
  *--------------------------------------------------------------------------
index 4b06575d98702f4e4a455c20fe5106f41a2d108e..a3337627b8fd414e16ea214bdd86d17b845a0045 100644 (file)
@@ -6,7 +6,7 @@
  *   changes should be made with care.
  *
  *
- * 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/access/gist.h
index 553d364e2d1e355bd071d446c77bd16dc7442c98..240131ef71d9d21982c56f693c9d3ec2d2ca4ff5 100644 (file)
@@ -4,7 +4,7 @@
  *   private declarations for GiST -- declarations related to the
  *   internal implementation of GiST, not the public API
  *
- * 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/access/gist_private.h
index 54451b5f77004c06d4348b8d7b5c2d6d21ea8fc8..bafed976d99c8687dc0ecd998d912b2fc6b50c88 100644 (file)
@@ -4,7 +4,7 @@
  *   routines defined in access/gist/gistscan.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/access/gistscan.h
index fd5144f25885b66a47864cde19114c496ddc7f5a..4537e67ebae74e64e608fb81512871c1f831b761 100644 (file)
@@ -3,7 +3,7 @@
  * gistxlog.h
  *   gist xlog 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/access/gistxlog.h
index 1cce865be2b04241a2b7a89a922952fed64572bc..cd7b2a53d8a1cf8d398ad7b0638a04966feadb3e 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for postgres hash access method implementation
  *
  *
- * 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/access/hash.h
index 4353a32dbbaee16ab0af5818ade9ed0a670cf4a3..59230706bb0be764926f8a43a7425263e592e405 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for Postgres hash AM implementation
  *
  *
- * 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/access/hash_xlog.h
index f3fb1e93a591b80ee57accf4cf76665623252761..0ad87730e17434c25b5dd0099fe8ae1326f29adc 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap access method 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/access/heapam.h
index ab9e873bc0dea100fb736aefa692a07aac3e700a..5c47fdcec80c184c09bfed2ff9bf9f4eb522ae3d 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap access XLOG 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/access/heapam_xlog.h
index 8b29f1a986299c7cbc96e3b2b12daa84b71457b3..a75699054af869ebc3578d7c9136f4a1b0b97b5a 100644 (file)
@@ -4,7 +4,7 @@
  *   Heap-specific definitions for external and compressed storage
  *   of variable size attributes.
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/include/access/heaptoast.h
  *
index 1d611287c0840ed4169f7a0582952dd9b8e856f2..bb90c6fad81c13634b9816bf400aceaeef7c0bf5 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap access method input/output 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/access/hio.h
index cf0bbd70455d216095d083a6530e4f2593908226..a4bc7256ed5448a3aa51228002893daeb2708e3a 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap tuple 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/access/htup.h
index 960772f76b999d2921232977eefd2d561d46ee8d..b2d52ed16c8081a34133d526f033883f5c0adcfb 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap tuple header 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/access/htup_details.h
index 1917375cde1d439e13c1afd6ff6b12ffa2c189a9..2c8877e9911c39cf00248654aef6c32e75f5213c 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES index tuple 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/access/itup.h
index 4bbb035eaeaf0e97a95aab7b3e38e8e299a5bd92..a5600a320ae1eeed8d86c9d39ad24cad58e449ad 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL multi-transaction-log 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/access/multixact.h
index 30a216e4c0d0c733f419a2d34600ce591c1fb42a..9fec6fb1a8ad425480c6cc20356a6730096f16ec 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for postgres btree access method implementation.
  *
  *
- * 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/access/nbtree.h
index 0f7731856b4c1a6fc63d9b3b52f8036d3a451fbf..de362d3cb9b98bbd49f114e26ecc9427d956eb0c 100644 (file)
@@ -3,7 +3,7 @@
  * nbtxlog.h
  *   header file for postgres btree xlog 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/access/nbtxlog.h
index 93d88ac60e1920121ac6952ef21bd6853fb05f0f..30786820f8114a1b42dda6395ab42746446f9d61 100644 (file)
@@ -3,7 +3,7 @@
  * parallel.h
  *   Infrastructure for launching parallel workers
  *
- * 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/access/parallel.h
index 67a995014fe8bc50200b3ef8635c753e8acc48c7..010a7f24c66ef354e9974ff1d4fd054d5f496d06 100644 (file)
@@ -3,7 +3,7 @@
  * printsimple.h
  *   print simple tuples without catalog access
  *
- * 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/access/printsimple.h
index c9b37538a0be5d1c8eddd350b4ec7f3b61eae98a..971a74cf22b488c57eedd2b1d613f5e88dcd2f28 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/access/printtup.h
index fd77a133cb2d591cdb8dbd2e5a37888be1cd5443..d3627931fa8f2368550d3b01fc4e5d65ab1f0567 100644 (file)
@@ -4,7 +4,7 @@
  *   Generic relation related 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/access/relation.h
index 7c5fbeb517a3a3b3f2a1901b0eb4a29daccfe92a..f7405133032875e32bd22bc1a7a8c43c4a605502 100644 (file)
@@ -9,7 +9,7 @@
  * into a lot of low-level code.
  *
  *
- * 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/access/reloptions.h
index 74a07ef152d306ef6464347ae7abe874e7a3aa77..53a93ccbe7197bbf04bea8b3818e5559816d9d46 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES relation scan descriptor 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/access/relscan.h
index 121f5524051db3da94a99c3e67f5c9557bf1e3e1..aa5c48f219a8cdc6e2224104c01abe04223275d4 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteheap.h
  *   Declarations for heap rewrite support functions
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/access/rewriteheap.h
index f582cf535f62ffdc9669994322df0a9e27a421fa..ed751aaf03957658e49be822696c6a013487e962 100644 (file)
@@ -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-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/access/rmgrlist.h
index 8154adf3b822cb836786ac75af30292faaa76745..1ab4d5e19aec884275c75ef3191266541735b596 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES scan direction 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/access/sdir.h
index 82cee5aff573f62a1f218733f09321d4f8295542..0ed52d4821406dd662e9ece1c57deb6918bd0779 100644 (file)
@@ -3,7 +3,7 @@
  * session.h
  *   Encapsulation of user session.
  *
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * src/include/access/session.h
  *
index 92b7d09fa450ceb76ce46a956892953ff38ec452..b5ab17f7d9d92e67cb4e05d841b64f44e5808856 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES scan key 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/access/skey.h
index dd52e8cec7ea97bc29ed74ff48080ce2088fc90b..130c41c8632f1182f706a7d31c1a32b872d0db80 100644 (file)
@@ -3,7 +3,7 @@
  * slru.h
  *     Simple LRU buffering for transaction status logfiles
  *
- * 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/access/slru.h
index 2eb2f421a8714936479d9360824b90f4058476da..5ad4f859405937ec15a09653b0e62babb5246aae 100644 (file)
@@ -4,7 +4,7 @@
  *   Public header file for SP-GiST access 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/access/spgist.h
index 40d3b71b89e3f5c77e18220c7844d79b239897f5..eb56b1c6b8b5e8c73fd7ac95f2c3dadf5d7af379 100644 (file)
@@ -4,7 +4,7 @@
  *   Private declarations for SP-GiST access 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/access/spgist_private.h
index 69405b57500212acd46464946806e572f2e97976..930ffdd4f7ec7b312b255ff3174e2f97d7ec22d9 100644 (file)
@@ -3,7 +3,7 @@
  * spgxlog.h
  *   xlog declarations for SP-GiST access 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/access/spgxlog.h
index fad4b6991c6f3479b15182f027e11035890e923d..ac15f8447d10f8759b14c3f7271cca9b6155673a 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES strategy number 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/access/stratnum.h
index d0ab44ae8283ce2df3a5b4b90e0ab8e6a2b8411b..f94e116640b5e34977022473914ec84f16175fe7 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL subtransaction-log 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/access/subtrans.h
index 7947f3c3f6cf5f19a2cd6b2c7bf5716174b0dbe6..a3f0e48222ae08298f53d9b8b2eb3922387faf7e 100644 (file)
@@ -4,7 +4,7 @@
  *    POSTGRES synchronous scan support 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/access/syncscan.h
index 968257bd8b298d7cf95b27663940eb51bdb2b25d..c0b1d5ab7a9b0c8b3a50c00514e77274a213741e 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES system attribute 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/access/sysattr.h
index 5e4d9dd32fff41fcc8e25a667a62e2294da15632..969952d64c64b024bfd26464418b694bb2d199d7 100644 (file)
@@ -4,7 +4,7 @@
  *   Generic routines for table related code.
  *
  *
- * 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/access/table.h
index 808c144a91489a8d54c13a2a3bf99cb257db47d7..bb365736b752692b5c744614b554e6cb25c20f8d 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES table access method 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/access/tableam.h
index ce3586c39d7b5ddc3b90af5181614c1dec82f3c9..3a3708682c8a7dc2ee14368e196812687f1cf887 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Functions for reading and writing timeline history files.
  *
- * 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/access/timeline.h
index c992ece4c4accdc742ca21682515127412f92be9..9b433c7721cfc80aeffeb725c10a2fdb357dc921 100644 (file)
@@ -3,7 +3,7 @@
  * toast_compression.h
  *   Functions for toast compression.
  *
- * Copyright (c) 2021, PostgreSQL Global Development Group
+ * Copyright (c) 2021-2022, PostgreSQL Global Development Group
  *
  * src/include/access/toast_compression.h
  *
index 05104ce23798a479e13dd9605a51bf7ebe6db93a..1e2aaf3303e99df9a72fc875edaeb01586208728 100644 (file)
@@ -4,7 +4,7 @@
  *   Helper functions for table AMs implementing compressed or
  *    out-of-line storage of varlena attributes.
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/include/access/toast_helper.h
  *
index 1c28b07c4ddb2fbcbfcd2e832bb31deb1338e9b5..85e7dc0fc5fa6fa550b9e5b00a76e86b48bb29c9 100644 (file)
@@ -3,7 +3,7 @@
  * toast_internals.h
  *   Internal definitions for the TOAST system.
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/include/access/toast_internals.h
  *
index d22de19c94ccca184701af1ef4e10f7ac6cc0ede..338dfca5a0bb9772094db4a24a236705373f0c17 100644 (file)
@@ -4,7 +4,7 @@
  *   postgres transaction access method support code
  *
  *
- * 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/access/transam.h
index 2dc848ca789134fa8db413d3d590848845be1c9f..970993f8858214b80b593f84928ba24a9f2627cd 100644 (file)
@@ -3,7 +3,7 @@
  * tsmapi.h
  *   API for tablesample methods
  *
- * Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  * src/include/access/tsmapi.h
  *
index a2cc4b3a6de8e050e2d8e7428d679b3780e66e79..f5a5fd826a82c95a8c76fac5c9421631c3e65d0a 100644 (file)
@@ -4,7 +4,7 @@
  *   Tuple conversion 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/access/tupconvert.h
index f45d47aab7a7ad6a9789325caacb4ce1451b32a0..28dd6de18b222d69104caa1987f20bcd46ffdcf7 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES tuple descriptor 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/access/tupdesc.h
index d0d2c992a0081453f6dfceb46743775076480bc0..04034bf972ebf3ed312673492366ff54b7ac2b6f 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES tuple descriptor definitions we can't include everywhere
  *
  *
- * 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/access/tupdesc_details.h
index 65ac1ef3fc8348dcea32b138ad254e150ce25eee..16c74a581e4c71c69dc86aa7cebbd86e1c37da2b 100644 (file)
@@ -4,7 +4,7 @@
  *   Tuple macros used by both index tuples and heap tuples.
  *
  *
- * 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/access/tupmacs.h
index 2d758422a79aea14cc147635c90975795708c462..5d6544e267062a4372a03597016019378a0a7f5f 100644 (file)
@@ -4,7 +4,7 @@
  *   Two-phase-commit related declarations.
  *
  *
- * 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/access/twophase.h
index 2709d72d8feb1b01724ca8fc12a3ddfb952cf1ca..284c7539f8e8885dfe3ba765b776297d5cf67b4c 100644 (file)
@@ -4,7 +4,7 @@
  *   Two-phase-commit resource managers 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/access/twophase_rmgr.h
index a462113a0c57d66fc57f501298a5969a3a51dd76..a5525d0d631d580949f988492d84b487275ff28a 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES tuple qualification validity 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/access/valid.h
index 0981b218ea0959ca9b3f513feae99642c86b9c1f..55f67edb6d6c34200233054999beb1b014ab9035 100644 (file)
@@ -4,7 +4,7 @@
  *     visibility map interface
  *
  *
- * Portions Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2007-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/visibilitymap.h
index 58be5a4b61c4688a5d48582248bf3503ae1a61cf..2803ef5c07d9e3b887c135bbbd9cca7ead624c6e 100644 (file)
@@ -4,7 +4,7 @@
  *     macros for accessing contents of visibility map pages
  *
  *
- * Copyright (c) 2021, PostgreSQL Global Development Group
+ * Copyright (c) 2021-2022, PostgreSQL Global Development Group
  *
  * src/include/access/visibilitymapdefs.h
  *
index 5546d334ad1ede85fd4774f64d0e47329bbf2a4d..17a6fa4abdbb764a2dcc67847cb6ebaba14901f1 100644 (file)
@@ -4,7 +4,7 @@
  *   postgres transaction system 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/access/xact.h
index 34f6c89f0671774aa1b4fe5f061a285a8495b07d..bb0c52686a5759db1c02a381a7df94eb0fdac4ed 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL write-ahead log 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/access/xlog.h
index c0da76cab49027c600eeb16238af79ae6c7082a8..e27fca0cc0ed70f8ec434a886fe5b8271375c2fa 100644 (file)
@@ -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-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/access/xlog_internal.h
index 9dba1c3fb1477eed6127895a9d004b6d768b5cbb..f47b219538e9578d2e42dbd3d2d5a8eeb886062b 100644 (file)
@@ -3,7 +3,7 @@
  * xlogarchive.h
  *     Prototypes for WAL archives in the backend
  *
- * 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
index 60348d1850964238ab3c2ceb3af2abd7669b7511..a47e3eeb1f513178fad3581031cb2fbd4ff0c623 100644 (file)
@@ -4,7 +4,7 @@
  * Postgres write-ahead log manager record pointer and
  * timeline number 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/access/xlogdefs.h
index f1d8c39edf1481a3ee44b29304417288e5e476ac..5fc340c434b2de9268fe3bdf611a9d4a3e4377ee 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Functions for generating WAL records
  *
- * 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/access/xloginsert.h
index de6fd791fe674ba541964c617d4d1fca11fbcd0d..477f0efe26a3a25fc2033744254604160f3190b4 100644 (file)
@@ -3,7 +3,7 @@
  * xlogreader.h
  *     Definitions for the generic XLog reading facility
  *
- * Portions Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/include/access/xlogreader.h
index 8d1305eae8317da88f7f566aee07263f775cf6ff..c1b1137aa7adc7de83b19f9363e1422de8a87b37 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Definitions for the WAL record format.
  *
- * 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/access/xlogrecord.h
index eebc91f3a5061edb1fb93f9d220767b97fa8cb07..64708949db957087230195f554861fc0876108da 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Utilities for replaying WAL records.
  *
- * 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/access/xlogutils.h
index 7d3b78e37463a1a85289f40dfd489b90828f80e2..471414909f3089a512b93523fa299f042fb2811d 100644 (file)
@@ -4,7 +4,7 @@
  *   include file for the bootstrapping code
  *
  *
- * 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/bootstrap/bootstrap.h
index 98c0b053c989f432c8b54d90471aff21784e88c8..4f16e589b3ea9e94c201acada3fee48ab8959228 100644 (file)
@@ -9,7 +9,7 @@
  *   polluting the namespace with lots of stuff...
  *
  *
- * 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/c.h
index 81b7b1896c391f8f84ba009abe6be01b2ee87f6f..9939491ca8e4330bc48c641fe2929cafab9e8af8 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/include/catalog
 #
-# 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/catalog/Makefile
index f6e82e7ac50ac440c9596f6edf8c985856b25df7..cc16a26a43b123da72822e88e1bc83b245b5d986 100644 (file)
@@ -4,7 +4,7 @@
  *   variables used for binary upgrades
  *
  *
- * 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/catalog/binary_upgrade.h
index ef2e88fe4544bfddc8215eb39acc792711a7fcaa..60c1215362a7318f50d59b3cfc5535b718078b51 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in backend/catalog/catalog.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/catalog/catalog.h
index 6b24d90c762b0d2e5b67fafb7553baa7b6375b1d..23cc4b48aac41098268a75b465d08703c9532b94 100644 (file)
@@ -34,7 +34,7 @@
  * database contents or layout, such as altering tuple headers.
  *
  *
- * 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/catalog/catversion.h
index 3eca295ff433550f6abfcb887d4366931824082b..344482ec8772c38ad545c5b9db9229b617f7aa4c 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to support inter-object dependencies.
  *
  *
- * 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/catalog/dependency.h
index ed60e962c8ea92233d6ba5185cc50933f354ad7b..e6ee2da06b3b9eb7d2da17e6ea3dcbebe730dc37 100755 (executable)
@@ -9,7 +9,7 @@
 #    the same catalog, our project policy is that manually assigned OIDs
 #    should be globally unique, to avoid confusion.
 #
-# 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/catalog/duplicate_oids
index 0b373ccac73518d3bfbbac8f9ab7cd09bd5f6ed7..9fb0d2c83d3bc8e05a95755160209359c6c26493 100644 (file)
@@ -9,7 +9,7 @@
  * bootstrap file from these header files.)
  *
  *
- * 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/catalog/genbki.h
index 6ce480b49c1b6ba8eb6bd5373efa606570e81c16..3b9600603f73904a3a659383f92e74b40ef43677 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in backend/catalog/heap.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/catalog/heap.h
index 008f723e1043e9dbd4ee047ffa792c7d3fb30bbd..a1d6e3b645f4cbd89ed0a54542ade2c81ad1a337 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for catalog/index.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/catalog/index.h
index 758ec42e501044de30b53f57cb48d548821f6510..3fe769be9849ea8cf1e91cbf6115ecc1882f637e 100644 (file)
@@ -5,7 +5,7 @@
  *   on system catalogs
  *
  *
- * 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/catalog/indexing.h
index b98f28435604a9509538bcc70d02da339b90d0b3..f963d82797cdaf044882022cd5b23a4685505aa6 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in backend/catalog/namespace.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/catalog/namespace.h
index 896c3a0fdc5b0550cc9d9bca80d3b34d2261f85b..508dfd0a6b36706cc96ea2487a6dfc6d728f96aa 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Object access hooks.
  *
- * 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
  */
 
index 2b4e104bb9d64b79be2260f73ab18b1ff4a76b2e..274f300054e72b920e848de30cdc75b85cc31b45 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.h
  *   functions for working with object addresses
  *
- * 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/catalog/objectaddress.h
index c8c7bc1d998e3046731b076511c2399122af798a..b29df6690ca0b4a0084a50bec06e4ec899697cde 100644 (file)
@@ -4,7 +4,7 @@
  *     Header file for structures and utility functions related to
  *     partitioning
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * src/include/catalog/partition.h
  *
index fc6d3bfd9454ec43118a13746e2bc1134fed2823..137f6eef69509c49eafeeac0ab6bc7ee49e2b563 100644 (file)
@@ -3,7 +3,7 @@
 # pg_aggregate.dat
 #    Initial contents of the pg_aggregate system catalog.
 #
-# 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/catalog/pg_aggregate.dat
index 08c9379ba778eef04ded46e2285b7bf51e15a35a..593da9f76a88f71e8d1cd9061c518d9601fe1716 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "aggregate" system catalog (pg_aggregate)
  *
  *
- * 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/catalog/pg_aggregate.h
index 6082f0e6a8f5f83cafbaa8fefedba34cd615cad1..3d6653e724fcabdde7ead9799f98db0483fd408b 100644 (file)
@@ -3,7 +3,7 @@
 # pg_am.dat
 #    Initial contents of the pg_am system catalog.
 #
-# 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/catalog/pg_am.dat
index 62559feb5ceb97dd9078483eb96f3d243acfc43d..50a68fe4c3b69e886d3fb8e0ccdcb58a87f88b34 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "access method" system catalog (pg_am)
  *
  *
- * 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/catalog/pg_am.h
index 8135854163ec666e2b5793d02fee7d91cdce83e5..61cd5914304ac003bdc5f07e254516b29bd44b95 100644 (file)
@@ -3,7 +3,7 @@
 # pg_amop.dat
 #    Initial contents of the pg_amop system catalog.
 #
-# 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/catalog/pg_amop.dat
index 126ec10c2c14db0358695d49d97e2f4aae1b3a23..6c714b61abf651490b250eb7565ef5ffa2ca0a0a 100644 (file)
@@ -29,7 +29,7 @@
  * intentional denormalization of the catalogs to buy lookup speed.
  *
  *
- * 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/catalog/pg_amop.h
index 5460aa2422207987a68f4e7dc0d93c53a39874e1..4cc129bebd8361b8cadb6a6d2bf040e31aad7f72 100644 (file)
@@ -3,7 +3,7 @@
 # pg_amproc.dat
 #    Initial contents of the pg_amproc system catalog.
 #
-# 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/catalog/pg_amproc.dat
index 824a312b56d33d7a0e0da2580b2c9ceacebac010..f529fc6053d22d9447d2ef6c9ac34ebd2570246d 100644 (file)
@@ -18,7 +18,7 @@
  * some don't pay attention to non-default functions at all.
  *
  *
- * 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/catalog/pg_amproc.h
index 0bcf2b7d33f809f2311213c109b7086e2b0c8d2b..2916feb5c939ac95e3a5cd335f9642b64db48b22 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "attribute defaults" system catalog (pg_attrdef)
  *
  *
- * 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/catalog/pg_attrdef.h
index 5c1ec9313ed145e807a79432b8531f0c98ca6e8e..053294c99f371162869eb918f1dad9b8a209ae23 100644 (file)
@@ -8,7 +8,7 @@
  * relations need be included.
  *
  *
- * 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/catalog/pg_attribute.h
index b9d3ffd1c586e8af9a93a6dab70ae67972fdac9e..1bc027f133d50976c9b494044b05e4ab240834f7 100644 (file)
@@ -5,7 +5,7 @@
  *   (pg_auth_members).
  *
  *
- * 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/catalog/pg_auth_members.h
index 9c65174f3c61a715362f72e9946b61e059be975b..6c28119fa1a52de9ae22e337b7979a55fe9a3686 100644 (file)
@@ -3,7 +3,7 @@
 # pg_authid.dat
 #    Initial contents of the pg_authid system catalog.
 #
-# 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/catalog/pg_authid.dat
index 2d7115e31df779d2f6c38d9331e26365e7c3b9b3..4b65e39a1f9660ea643807b6eca9978d608880f1 100644 (file)
@@ -6,7 +6,7 @@
  *   pg_shadow and pg_group are now publicly accessible views on pg_authid.
  *
  *
- * 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/catalog/pg_authid.h
index 9a3e74c3f638a5594f5849431b48ac994c52814c..4471eb6bbea4ad7a727ac823a211b867da30c80c 100644 (file)
@@ -3,7 +3,7 @@
 # pg_cast.dat
 #    Initial contents of the pg_cast system catalog.
 #
-# 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/catalog/pg_cast.dat
index c1a84070e419675d1a200d8ea90191f8cc101f88..3c15df005317649d0037c256e677a993ab5df978 100644 (file)
@@ -6,7 +6,7 @@
  * As of Postgres 8.0, pg_cast describes not only type coercion functions
  * but also length coercion 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/catalog/pg_cast.h
index 601abb98e43aacd6369fed382bbf03da5defa92b..c2cd40d05c6fbed52a193b4098e44d96a2e8f84c 100644 (file)
@@ -3,7 +3,7 @@
 # pg_class.dat
 #    Initial contents of the pg_class system catalog.
 #
-# 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/catalog/pg_class.dat
index b46299048e264151a10337cc686e2e2a011deed2..304e8c18d52aaf66ede796e285a6dd29652fa8e9 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "relation" system catalog (pg_class)
  *
  *
- * 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/catalog/pg_class.h
index 6e0ab1ab4b83a4a02875aaaa9b486c5a020a8273..4b56825d82bb8d03a49945a9e592d26606a13bba 100644 (file)
@@ -3,7 +3,7 @@
 # pg_collation.dat
 #    Initial contents of the pg_collation system catalog.
 #
-# 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/catalog/pg_collation.dat
index 03bd4cb5d4015bcad4bfe111f29632db6e67cae7..bc746537c1ce4aad4e0406eaacedc64fc177f75a 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "collation" system catalog (pg_collation)
  *
  *
- * 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/catalog/pg_collation.h
index eab50053b01e418d6a66d582d60447df3faf4fbe..e7d967f137da47668d8d47be82f746f6a6a56b8e 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "constraint" system catalog (pg_constraint)
  *
  *
- * 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/catalog/pg_constraint.h
index 749bce0cc6fe91b8b63376a85afb573e61ae95e4..1f3dc24ac11d528dd799101fe6a32ef1f4543fdb 100644 (file)
@@ -5,7 +5,7 @@
  *   However, we define it here so that the format is documented.
  *
  *
- * 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/catalog/pg_control.h
index d8ba3a6c5230f317667ac60b367eb279b3943900..17f3f16a16938de8038705eff952f02b1ec97da0 100644 (file)
@@ -3,7 +3,7 @@
 # pg_conversion.dat
 #    Initial contents of the pg_conversion system catalog.
 #
-# 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/catalog/pg_conversion.dat
index 5a2c32afacdb40117f7a0b55399026cff3b25461..fb26123aa90335e35616c2b02d39584e9dec7719 100644 (file)
@@ -3,7 +3,7 @@
  * pg_conversion.h
  *   definition of the "conversion" system catalog (pg_conversion)
  *
- * 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/catalog/pg_conversion.h
index b8aa1364a0d5911f76cf75bf1e95c1505cf3de33..d05d8eecf490a1140038945d257bec26c547b513 100644 (file)
@@ -3,7 +3,7 @@
 # pg_database.dat
 #    Initial contents of the pg_database system catalog.
 #
-# 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/catalog/pg_database.dat
index 43f3beb6a33c674e0c7f3ac91f1efa0be9086c1d..570b1fd5e0fc1c9c42a4a8c6e141570d6f5c42c3 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "database" system catalog (pg_database)
  *
  *
- * 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/catalog/pg_database.h
index ecf03a954fc741800708c2edd5ddfb2b11092c61..ae5cc4365e40ff74de6e7fae0bc20aab30c07b70 100644 (file)
@@ -5,7 +5,7 @@
  *   configuration settings (pg_db_role_setting)
  *
  *
- * 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/catalog/pg_db_role_setting.h
index eb72dd629389d7c01c565fdf2794c436bd7d93e3..2a791556362a45b61a1f915707b1befd30cc3874 100644 (file)
@@ -5,7 +5,7 @@
  *   (pg_default_acl)
  *
  *
- * 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/catalog/pg_default_acl.h
index 90a5699b6e4800a6cc2a0f622cd60f91e1030eec..2f736ecd6c7aa60583a7b27438a4932dc1ab6b77 100644 (file)
@@ -17,7 +17,7 @@
  * convenient to find from the contents of other catalogs.
  *
  *
- * 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/catalog/pg_depend.h
index 69dee00e81c864178df6c853a43a7b4cb3fed666..67636ba926ff071e0e6c862462055cfee5c1f0fc 100644 (file)
@@ -23,7 +23,7 @@
  * for example).
  *
  *
- * 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/catalog/pg_description.h
index 3a4cdf5f04cb4e15d63acfeaeb5cc1a4d7ec5765..9c6deddc6a9f0d429c925ae4c67e25bbb5dc19a7 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "enum" system catalog (pg_enum)
  *
  *
- * 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/catalog/pg_enum.h
index 72ca4bc53ad57658c54548e227187bd9570b55de..3fe0e8db7849772782fb35933582470f195993be 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "event trigger" system catalog (pg_event_trigger)
  *
  *
- * 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/catalog/pg_event_trigger.h
index 4ef4b556da2f5fdd07d2c5ab931f9eb4ebabccf7..43d16d485748329f58073e0d296515189845a0fb 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "extension" system catalog (pg_extension)
  *
  *
- * 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/catalog/pg_extension.h
index a1b950bcdcc90865a67dd771f819b023f29e8047..86db6546cca04cd4934f6361dafda284c440bff4 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "foreign-data wrapper" system catalog (pg_foreign_data_wrapper)
  *
  *
- * 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/catalog/pg_foreign_data_wrapper.h
index 200d172027c62a222dfe5471d07d5f1c7465cb1c..dcef33de247cce8a40f6ba23a2f56b93825cc221 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_server.h
  *   definition of the "foreign server" system catalog (pg_foreign_server)
  *
- * 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/catalog/pg_foreign_server.h
index f14960c4fdd36ab9bd06547fd7f76eac8de6e85b..88753cd5f8562ddb8db26e5b2454fd18282301c9 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_table.h
  *   definition of the "foreign table" system catalog (pg_foreign_table)
  *
- * 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/catalog/pg_foreign_table.h
index a5a6075d4d705e84f8396899fed551e820076d59..c31111495f708d7a9c90143850fec6908a0ba6f4 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "index" system catalog (pg_index)
  *
  *
- * 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/catalog/pg_index.h
index e0e6072be6dbf275a9c1cafe8760caeffc84ecd6..b5a32755a629986937ebc1d56187f479833e2b01 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "inherits" system catalog (pg_inherits)
  *
  *
- * 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/catalog/pg_inherits.h
index 9790dcf285c8219fdc82430425e7524174f4ebb6..c226edc4a4a73a94e0f67e5a5e4023a8db3a0b2f 100644 (file)
@@ -21,7 +21,7 @@
  * are loaded near the end of initdb.
  *
  *
- * 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/catalog/pg_init_privs.h
index a584679927a469e72127cf492ca75843ca808296..1663c9645f85f2e7ecc70d54b017ccfe20cf4a60 100644 (file)
@@ -3,7 +3,7 @@
 # pg_language.dat
 #    Initial contents of the pg_language system catalog.
 #
-# 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/catalog/pg_language.dat
index d447d6ba9de6c56b77942613f357a7043e82aaba..4b9c259554cc50a7b74e65da6d06eff53ff69052 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "language" system catalog (pg_language)
  *
  *
- * 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/catalog/pg_language.h
index ee1036e6f75796cdfdd9ff23d1076c334c649ce8..1fd076d7995800c7f520420b2453244b8df12abf 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "large object" system catalog (pg_largeobject)
  *
  *
- * 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/catalog/pg_largeobject.h
index 6c124ce10dce6b5c8627c652a925f7961d1b0c9a..ec1c3bf7552dd0125f15b79b72fa4f122eba199c 100644 (file)
@@ -5,7 +5,7 @@
  *   (pg_largeobject_metadata)
  *
  *
- * 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/catalog/pg_largeobject_metadata.h
index 9a239754d69458ccef887495c19b3e2424f983bb..9f1d27cd2af078c1647509e893f6211069bf1d83 100644 (file)
@@ -3,7 +3,7 @@
 # pg_namespace.dat
 #    Initial contents of the pg_namespace system catalog.
 #
-# 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/catalog/pg_namespace.dat
index 4cd2af097c32e2d608aef18c03fe99e5ab410a3b..ba56e44d61b63e0ea8e433bb66f48bdb9b41e01c 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "namespace" system catalog (pg_namespace)
  *
  *
- * 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/catalog/pg_namespace.h
index 484727a2fcd27cc655a05976c6968d97fe1de4b6..dbcae7ffdd21f91def2ce63396f5758dd4f778fa 100644 (file)
@@ -3,7 +3,7 @@
 # pg_opclass.dat
 #    Initial contents of the pg_opclass system catalog.
 #
-# 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/catalog/pg_opclass.dat
index 712f76dfc7cffafc01a377fe58f03a3cbfe20185..3a3a19b83b1c8960ab09c47963dfb5ba33259f1f 100644 (file)
@@ -24,7 +24,7 @@
  * AMs support this.
  *
  *
- * 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/catalog/pg_opclass.h
index 2bc7cc35484971586e791d905e3298af3604a5e7..bc5f8213f3af2232b89a7b191a31d43a17159f61 100644 (file)
@@ -3,7 +3,7 @@
 # pg_operator.dat
 #    Initial contents of the pg_operator system catalog.
 #
-# 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/catalog/pg_operator.dat
index 6ab61517b1e7c6ca409dc8eb6fcceba485467411..51263f550feeffe2057c2540354935a599e7b374 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "operator" system catalog (pg_operator)
  *
  *
- * 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/catalog/pg_operator.h
index 8e480efd286f250fb9ceadbc8a891ce97c0a480d..b3b6a7e616a9e78fe32e448cacce859f8296cce3 100644 (file)
@@ -3,7 +3,7 @@
 # pg_opfamily.dat
 #    Initial contents of the pg_opfamily system catalog.
 #
-# 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/catalog/pg_opfamily.dat
index 29ea00c350487cf99196703b98b05e1ea0fe4af5..8dc9ce01bb92d081ac069ce1de58ec889d8f35da 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "operator family" system catalog (pg_opfamily)
  *
  *
- * 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/catalog/pg_opfamily.h
index 01ee69f75d48ff48ceb1dd3c38797a476b61aab5..9b78f84cd5f9bf1676c7469b010465c4bbed5cfe 100644 (file)
@@ -5,7 +5,7 @@
  *   (pg_partitioned_table)
  *
  *
- * 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/catalog/pg_partitioned_table.h
index d3d39ef75226606ea67f6f28d48b7bcdc5b2c740..56b0ea100b83e48737f6be221d5bdb552e319578 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "policy" system catalog (pg_policy)
  *
  *
- * 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/catalog/pg_policy.h
index 4d992dc2241766b07b2a8fcd8aa56f15b7a7441d..d6bf1f3274bb9f5b52a8717a0020057913bb8fe7 100644 (file)
@@ -3,7 +3,7 @@
 # pg_proc.dat
 #    Initial contents of the pg_proc system catalog.
 #
-# 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/catalog/pg_proc.dat
index b33b8b0134108935887bdfea25e0a5de8ad7f709..76310d4cc9a164e8ea1f539d9231fa405e697b96 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.h
  *   definition of the "procedure" system catalog (pg_proc)
  *
- * 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/catalog/pg_proc.h
index 902f2f2f0dafff4ac38c262f153152335f680c10..841b9b6c253aabddfc8e0ea5948a1db07aa12160 100644 (file)
@@ -3,7 +3,7 @@
  * pg_publication.h
  *   definition of the "publication" system catalog (pg_publication)
  *
- * 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/catalog/pg_publication.h
index b7e16af81900e2c12db3e228971bae93712705f7..e4306da02e7f1a2d42117f50809189eebce3d8d4 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the system catalog for mappings between schemas and
  *   publications (pg_publication_namespace)
  *
- * 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/catalog/pg_publication_namespace.h
index b5d5504cbb230d772d34dd4ea5d26761630898a2..0ff37162258d3ec5f80a91f96de7db2c99f30337 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the system catalog for mappings between relations and
  *   publications (pg_publication_rel)
  *
- * 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/catalog/pg_publication_rel.h
index 3bd2d83b383b253b8f0c41e0a32e4493ad9d76d4..74d6de0cf6588310fe1213375c404994a252f908 100644 (file)
@@ -3,7 +3,7 @@
 # pg_range.dat
 #    Initial contents of the pg_range system catalog.
 #
-# 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/catalog/pg_range.dat
index cde29114ba547e2a71a1eac0e0d1a32984b315b7..faa57e8ceac247f8d24655ce7f88a70eb11fe093 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "range type" system catalog (pg_range)
  *
  *
- * 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/catalog/pg_range.h
index 8d9034ef3774b644a453b2890b42ae4aecda5710..5dcf1dafe3438a521e1d4d2dc65fa2c202ec3d6c 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "replication origin" system catalog
  *   (pg_replication_origin)
  *
- * 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/catalog/pg_replication_origin.h
index 2a87c5aa30bd746472cebe42fd872cf3e27d0fd4..c647f26aca5d9e98a99b5e0d6a44ff9a058ba3c5 100644 (file)
@@ -7,7 +7,7 @@
  * --- ie, rule names are only unique among the rules of a given table.
  *
  *
- * 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/catalog/pg_rewrite.h
index 9530b6ced2255671b22d4512434d8b04369557ae..e1ddb64413a6cee30857aac7e7ea7c9829f463fb 100644 (file)
@@ -3,7 +3,7 @@
  * pg_seclabel.h
  *   definition of the "security label" system catalog (pg_seclabel)
  *
- * 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/catalog/pg_seclabel.h
index aea586d66bbd14f827e98c97c040027bbacab52a..82b35aa65be20e89d22e4072f3d4d67986068353 100644 (file)
@@ -3,7 +3,7 @@
  * pg_sequence.h
  *   definition of the "sequence" system catalog (pg_sequence)
  *
- * 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/catalog/pg_sequence.h
index 06616b908653b13608b7e8946115f1780d3525bc..8119b28e44ae38ffdec42bd3c31377aebdbe0097 100644 (file)
@@ -13,7 +13,7 @@
  * from a relation to its database.  Currently, only dependencies on roles
  * are explicitly stored in pg_shdepend.
  *
- * 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/catalog/pg_shdepend.h
index 7e60015b0ba457f0ccaeb6ba6388b01ec3fa920f..1e354b29c2d435574b2670b5d0722ea43636d08d 100644 (file)
@@ -16,7 +16,7 @@
  * across tables.
  *
  *
- * 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/catalog/pg_shdescription.h
index 4feb20d189710aef87be09d4439533a2767d38a1..6f6bd9da2f9595b4cb1f344f892fe39af1b4ab8f 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shseclabel.h
  *   definition of the "shared security label" system catalog (pg_shseclabel)
  *
- * 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/catalog/pg_shseclabel.h
index 4f95d7ade471c903439d9036936cb0d99cedbd45..cdf744813983896521a470d8d1506f6cf1a9e08e 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "statistics" system catalog (pg_statistic)
  *
  *
- * 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/catalog/pg_statistic.h
index da286d16b10dd5543f908ccdfa74e0e2dec064e5..b8520ba923b475fc4e48a2988291488049600bfc 100644 (file)
@@ -8,7 +8,7 @@
  * objects, created by CREATE STATISTICS, but not the actual statistical data,
  * created by running ANALYZE.
  *
- * 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/catalog/pg_statistic_ext.h
index 7b73b790d2e30033ce580daa3f15c2de50f67f0d..7c94d7b7cd7901faf2669a19c4090d333ceeabd6 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This catalog stores the statistical data for extended statistics 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/catalog/pg_statistic_ext_data.h
index 21061493ea2700b48ffae59ea99f7418ee75d904..18c291289f634b3cd83390fa4f3c1405a54f6d57 100644 (file)
@@ -3,7 +3,7 @@
  * pg_subscription.h
  *   definition of the "subscription" system catalog (pg_subscription)
  *
- * 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/catalog/pg_subscription.h
index 632381b4e3a5c388e4cfda5de0ab9d8e10f0c775..9df99c3418106ad35592331641a5eba18d7149a8 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the system catalog containing the state for each
  *   replicated table in each subscription (pg_subscription_rel)
  *
- * 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/catalog/pg_subscription_rel.h
index bf0d81d3061a88857acaffc6105ce8b3d89752d1..59234aefec64a2ff9c7e3b8b8bd2a4ce0ab0b371 100644 (file)
@@ -3,7 +3,7 @@
 # pg_tablespace.dat
 #    Initial contents of the pg_tablespace system catalog.
 #
-# 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/catalog/pg_tablespace.dat
index bc5779a9eebed8baf2e1c1bb2feda530eeb9a5f1..58c1cfa605f985031379f5ec2388d7adbd36a946 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "tablespace" system catalog (pg_tablespace)
  *
  *
- * 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/catalog/pg_tablespace.h
index 7d0c4d30b3848b64c2e50e6bd7a19f6d69cc35bf..2a02691510ce9eefe38807968bd55893b17a93a4 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "transform" system catalog (pg_transform)
  *
  *
- * 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/catalog/pg_transform.h
index 8b9ea909d7127df457c90e17f676312879adf7e3..194277bca5825f66844ca91d2a5062bdd946f1f0 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "trigger" system catalog (pg_trigger)
  *
  *
- * 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/catalog/pg_trigger.h
index f88d8991993e02e2ac995ec6987dd784ba948834..1bbcfe3f2470272b29f0cd4eb36b6fabb5cc0efe 100644 (file)
@@ -3,7 +3,7 @@
 # pg_ts_config.dat
 #    Initial contents of the pg_ts_config system catalog.
 #
-# 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/catalog/pg_ts_config.dat
index 8250d78cdca6a3ca3ccfadfcf94a47366640cfec..e5a308475c7dd1f0a14c41fce09143f07ecfdd8e 100644 (file)
@@ -5,7 +5,7 @@
  *   (pg_ts_config)
  *
  *
- * 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/catalog/pg_ts_config.h
index cacfd125cf2262394f7fce8d6bd9c46b42462c16..ede0166fc55a90a4fd16c23e182f6d7b614f5e3b 100644 (file)
@@ -3,7 +3,7 @@
 # pg_ts_config_map.dat
 #    Initial contents of the pg_ts_config_map system catalog.
 #
-# 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/catalog/pg_ts_config_map.dat
index 8a615bfc1825a6fee482aca01681ceb222c042f6..c10e0c5164d05667b90210dbd26fd696458d92df 100644 (file)
@@ -5,7 +5,7 @@
  *   (pg_ts_config_map)
  *
  *
- * 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/catalog/pg_ts_config_map.h
index 4d39bb8c36f1c1aa4cbd775868c2c5695b66ab08..c9b0e66e9e6ef7d6a01de5fa46a7867210775029 100644 (file)
@@ -3,7 +3,7 @@
 # pg_ts_dict.dat
 #    Initial contents of the pg_ts_dict system catalog.
 #
-# 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/catalog/pg_ts_dict.dat
index 4ab50fdb0e371e19ba43d7c53927eb7575268e3a..4b6188f4fa567a51830641245c1fe743bfa65e09 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "text search dictionary" system catalog (pg_ts_dict)
  *
  *
- * 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/catalog/pg_ts_dict.h
index a2b7cf10a621edafc1c3975db8e6153ccddf16d4..d1fdc020833c07f437faac59ec062e7e4e82d45a 100644 (file)
@@ -3,7 +3,7 @@
 # pg_ts_parser.dat
 #    Initial contents of the pg_ts_parser system catalog.
 #
-# 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/catalog/pg_ts_parser.dat
index 8ebf9e85958f97e6c7a6772201ee8a2e87fc4ad9..c2d474dca751559527801015a97d6bb8d7fdb682 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "text search parser" system catalog (pg_ts_parser)
  *
  *
- * 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/catalog/pg_ts_parser.h
index 0bdbcac7b25d4df36e40b1e5ffe1c9d13ceefbe9..edc01c0ca9cdfef8af204fb110eb762bd2d7259d 100644 (file)
@@ -3,7 +3,7 @@
 # pg_ts_template.dat
 #    Initial contents of the pg_ts_template system catalog.
 #
-# 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/catalog/pg_ts_template.dat
index 8fd494ab7e29da221735a798fb300909cdadb366..2a553fef527fe39566b2f184153c11398fe42463 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "text search template" system catalog (pg_ts_template)
  *
  *
- * 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/catalog/pg_ts_template.h
index f3d94f3cf5d1817d497a7ac638b0e50e62554e37..df458794635700c2d78d52d1366f31e2b2b5f54a 100644 (file)
@@ -3,7 +3,7 @@
 # pg_type.dat
 #    Initial contents of the pg_type system catalog.
 #
-# 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/catalog/pg_type.dat
index 5e891a05962d00e5a258f7e6bd1c055a9c6d5d33..48a25591374282371183087801f998ee96c69d84 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the "type" system catalog (pg_type)
  *
  *
- * 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/catalog/pg_type.h
index 16f16b89a795f83570824d2fb5d66232940f3d06..56150611be16ecd54458194dfb775e33031bddd7 100644 (file)
@@ -3,7 +3,7 @@
  * pg_user_mapping.h
  *   definition of the "user mapping" system catalog (pg_user_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/catalog/pg_user_mapping.h
index c2631b1afcde37a72b51ac08c53257d426fdb5c2..e4a105ebf5eee974ed26aebd07618e6937cfd76c 100755 (executable)
@@ -10,7 +10,7 @@
 #    in the same order as the columns of the corresponding catalog.
 #    Comments and blank lines are preserved.
 #
-# 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/catalog/reformat_dat_file.pl
index 660f7ddf24ac0571c53f9bd1cc8670883dbc3afc..d959c2de0f3e515fcab2ac32e17ad8e0f00caa4c 100755 (executable)
@@ -8,7 +8,7 @@
 #    Note: This does not reformat the .dat files, so you may want
 #    to run reformat_dat_file.pl afterwards.
 #
-# 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/catalog/renumber_oids.pl
index 0ab32b44e9107cdebf40f5f66e7be3d23a9cfc81..9ffc74191312aebad46616434b5ea5d90cd43d07 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in backend/catalog/storage.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/catalog/storage.h
index f0814f14581bf4eee42dea6cc2a398ddcd558478..622de22b030f3de7ecbaf131b5d46994f5ffe3b0 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for XLog support for backend/catalog/storage.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/catalog/storage_xlog.h
index 7067c4c61bcb13233d957a5af0f4fbda45620c9f..51e3ba7b69adb2d6266aee72362ed5f601701a41 100644 (file)
@@ -4,7 +4,7 @@
  *   This file provides some definitions to support creation of toast tables
  *
  *
- * 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/catalog/toasting.h
index 5b7ce5f5bebdd5c5fe6e0c0cb8b47d057360b00e..e55bc6fa3c31d4da18526152ba059c0476fa09b6 100755 (executable)
@@ -11,7 +11,7 @@
 #    to take over what was intended as expansion space for something
 #    else.
 #
-# 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/catalog/unused_oids
index 7b12e9adf639395e382b9fe30c35dc1c3a63dea9..52f5e6f6d2f522600ab2e8032a90403d297d329d 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for commands/alter.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/commands/alter.h
index f371ac896b9e6d35bdfd524401232320410e24a5..ebc92717892ed85020d52fedb317b3a144ac3f77 100644 (file)
@@ -3,7 +3,7 @@
  * async.h
  *   Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * 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/commands/async.h
index b64d3bc2040b683b0d112a443a199ecd8763c400..3db375d7cc76bd5a89830842e5e0c239ac3336c9 100644 (file)
@@ -3,7 +3,7 @@
  * cluster.h
  *   header file for postgres cluster command stuff
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/commands/cluster.h
index e49a5db0fbdea767fe0db7eb40ff4f783bacf34b..201b19f8b76b38bcfe69bb31ed03d8673b3b1ee6 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for collationcmds.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/commands/collationcmds.h
index 3a5f725637261eab87087053088f4da901679006..2547ab00cd9936644f9786d681997b2c2521288e 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Prototypes for functions in commands/comment.c
  *
- * Copyright (c) 1999-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 04385381e819867e349c29af52bbdd415ea2e6d2..ab736fb62634860310ab1d15cba220b0af343d9e 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for conversioncmds.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/commands/conversioncmds.h
index 264895d278aeec4d147cb8391bdb61f23dbb341d..c01cf42bcd1c61e369377e8377c029d872db7bcf 100644 (file)
@@ -4,7 +4,7 @@
  *   Definitions for using the POSTGRES copy command.
  *
  *
- * 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/commands/copy.h
index 4d68d9cceba8fc841f86cc15b527d026261a0e13..3df1c5a97cddb8ef1a9a5fd37a80c2509c14e11c 100644 (file)
@@ -4,7 +4,7 @@
  *   Internal definitions for COPY FROM command.
  *
  *
- * 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/commands/copyfrom_internal.h
index ad5054d116b4c5cbd5d66249e22adb3368460d47..54a38491fb4971157daa4508772876b7caef5aba 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for createas.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/commands/createas.h
index 29b6206f1b097aa975a766664c2d5f5504407321..b1e8b5eb969f5b50a04828ab718f7e3fcd3ff700 100644 (file)
@@ -4,7 +4,7 @@
  *     Database management commands (create/drop database).
  *
  *
- * 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/commands/dbcommands.h
index f5ed76267780c6a3a466cc5bc7c9d519d0952091..593a8578a41ce872a6b266c876f7da6d21782083 100644 (file)
@@ -4,7 +4,7 @@
  *     Database resource manager XLOG definitions (create/drop database).
  *
  *
- * 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/commands/dbcommands_xlog.h
index f84d09959cc09319017cf1ababe6af205e9df1cd..2d3cdddaf48d489f64cc99e3a8e29441f5608501 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES define and remove utility 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/commands/defrem.h
index 54b9dbba070e8d747d13090844b6778a9bcc59a4..86d9339e9fcbf7617ed4d0f4975d483f6ef7c5a2 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for discard.c.
  *
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/include/commands/discard.h
  *
index e765e67fd103c38cfd1cd8f5953db6ac60c46b3c..10091c3aafd5b80b41ed094f7909270605aa2bff 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.h
  *   Declarations for command trigger handling.
  *
- * 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/commands/event_trigger.h
index e94d9e49cf6be64ba6aaf490f03b8bc86d4e3725..666977fb1f8b86b012f17c8fede5545f00fefceb 100644 (file)
@@ -3,7 +3,7 @@
  * explain.h
  *   prototypes for explain.c
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/commands/explain.h
index 24dbf86e9702bd98770b04ea04d8bb05e3a4523a..e24e3759f0c2a1801b33e36d1af69c468d5a4a27 100644 (file)
@@ -4,7 +4,7 @@
  *     Extension management commands (create/drop extension).
  *
  *
- * 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/commands/extension.h
index c005dee7ed51f9e14500a2ba3b2c6f8298cfdcab..871b2414b0104b7082d2bb46de58ea505cd1a076 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for lockcmds.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/commands/lockcmds.h
index 214b1c1df6fef303f0f65efc23688aa8b22681cc..a067da39d299d2337328ef40f4979e5a722386d3 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for matview.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/commands/matview.h
index 116af689bd6d302f265c4a6c9a2eafbdd0f3b338..c5f3753da2c6b46b98468642243efcd219433ddf 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for policy.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/commands/policy.h
index 5d5e7666d209c987c1da8198fef9eec92b3487dd..ab52c822e1dc9d9225380e594a05fbaa37579c02 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for portalcmds.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/commands/portalcmds.h
index 93525815164f3aa970bba65e0f3c18ba6728ce46..e30df8f767697ecab65415901483d44e57b1b9c0 100644 (file)
@@ -4,7 +4,7 @@
  *   PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage
  *
  *
- * Copyright (c) 2002-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2022, PostgreSQL Global Development Group
  *
  * src/include/commands/prepare.h
  *
index 16e857fd9029bc4c0a565e3182bb1bba1d291c43..60d461bbfeaa1ac0bc641e24f728b6ead025bd24 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.h
  *   prototypes for proclang.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/commands/proclang.h
index d7bf16368bd7ac316e47355c701d1e613b592dd0..a28938caf4fe16709251cf5bc58e6b11cebfbe22 100644 (file)
@@ -7,7 +7,7 @@
  *   constants, you probably also need to update the views based on them
  *   in system_views.sql.
  *
- * 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/commands/progress.h
index 4ba68c70ee52e674c25f92902414a32855efffcb..cec7525826fea0b8cd882136135325b13b7f458c 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for publicationcmds.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/commands/publicationcmds.h
index 25f4876f998207b5c4802f2e8ec3d37b2b921300..8c21f2a2c98fa75fbaf4870782b37254911a3885 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for schemacmds.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/commands/schemacmds.h
index 40e284e8fcfa88dc3cba726d2d01d463fbe32871..1577988f1d55fc7ad82484bffe325c78aab6d121 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Prototypes for functions in commands/seclabel.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
  */
 #ifndef SECLABEL_H
index 40544dd4c705f5d2e869deeeca019bf772dca8d9..f7542f2bccb957e7f7ceb4f1d236568831bace66 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.h
  *   prototypes for sequence.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/commands/sequence.h
index aec7e478abf2d5c4974f9c5aeec33ba06b5f7b92..2cbe7d7b65affd402d6a817286c0e9af3933d020 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for subscriptioncmds.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/commands/subscriptioncmds.h
index 336549cc5f0dfe9fed0b8180384cda3876ea1577..5d4037f26e8a8852e5f075072e4546fced43dbd3 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for tablecmds.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/commands/tablecmds.h
index 49cfc8479a6117ad4440af5644036b50688772c9..97b0be35e52a5110070a34e95c5e920570663c18 100644 (file)
@@ -4,7 +4,7 @@
  *     Tablespace management commands (create/drop tablespace).
  *
  *
- * 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/commands/tablespace.h
index 489c93de9284d9174b08d77e1176ae956154c5ed..e1271420e5ce18cea655ac4beeac833e43636686 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.h
  *   Declarations for trigger handling.
  *
- * 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/commands/trigger.h
index d5e22811d0d7646e0a1689277f0be545c7752bde..a17bedb8514402f0755b03ea43d99afb88a26160 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for typecmds.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/commands/typecmds.h
index 5a36049be6f81c0f1bac9435c10c8c714647e21a..f8a7b3664a59cbb2e28424522c35460a0ee4b1b9 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for postgres vacuum cleaner and statistics analyzer
  *
  *
- * 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/commands/vacuum.h
index 483bc7919f826f950bf1dc34ea6ba16786779b7b..0e5ddcbcf37e74eeb19d5d34dbd832a41a9da9f4 100644 (file)
@@ -2,7 +2,7 @@
  * variable.h
  *     Routines for handling specialized SET variables.
  *
- * 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/commands/variable.h
index d28f8176a43205704af1d0e90af73a0317a90388..05fe44aadc4737555764b928820c11b16f837366 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/commands/view.h
index b5fd143be816cdb143c70864b3492a9a7283ec48..bbb64c367321bef76b9388f4a24e9b0dfc10cb15 100644 (file)
@@ -3,7 +3,7 @@
  * archive.h
  *   Common WAL archive 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/common/archive.h
index 3b9705613fcd1fd5c871a1d1641c2094238391da..8a040e8ca1909aaf42adb407cdefeec7954a21a1 100644 (file)
@@ -3,7 +3,7 @@
  *   Encoding and decoding routines for base64 without whitespace
  *   support.
  *
- * Portions Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  * src/include/common/base64.h
  */
index cac7570ea13773a9cded668fdeb028d2334990a6..23816cac21985b19c540b6397f749430d4f22342 100644 (file)
@@ -3,7 +3,7 @@
  * checksum_helper.h
  *   Compute a checksum of any of various types using common routines
  *
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/include/common/checksum_helper.h
index 814f4d3d1bbc7b6298b6c2f3e84f7b46e579c211..cb7df55b834c7bfebbdee6388c49b651ed8b0840 100644 (file)
@@ -2,7 +2,7 @@
  * config_info.h
  *     Common code for pg_config output
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * src/include/common/config_info.h
  */
index 71c2d6e72c496545578a22b66005d489bd73a946..7fce19d64a101ac287cb474f9738b7cfb69e3881 100644 (file)
@@ -3,7 +3,7 @@
  * Interfaces in support of FE/BE connections.
  *
  *
- * 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/common/connect.h
index dea78113d0a947ef99a157f625d4f2fcde07e314..b1dab7547caaca48bd25b36c71fae68edf06df4f 100644 (file)
@@ -2,7 +2,7 @@
  * controldata_utils.h
  *     Common code for pg_controldata output
  *
- * 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/common/controldata_utils.h
index 541dc844c8b2788a8e789bbb3774b963aa3551f0..ea1300d5d4bceb486b9de34ad77d862c50155582 100644 (file)
@@ -3,7 +3,7 @@
  * cryptohash.h
  *   Generic headers for cryptographic hash 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
  *
  * IDENTIFICATION
index a8b59f5db73e86b0d5bba52b0cf53ccdd9110834..0a4c9126ea7331e3541019857dc532697a610af2 100644 (file)
@@ -2,7 +2,7 @@
  * fe_memutils.h
  *     memory management support for frontend code
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/include/common/fe_memutils.h
  */
index ba1823a0839bcfa63a7eb653e48a2247c48fddfa..85d32ed141b9cbf23405787adc1a840c88f28cfb 100644 (file)
@@ -3,7 +3,7 @@
  * File and directory permission 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/common/file_perm.h
index 978a57460a34f5b5c7bc8a146de3da1c09500a1c..2811744c12f570f1af1b9a9f08422a94bfc4b5d2 100644 (file)
@@ -3,7 +3,7 @@
  * Assorted utility functions to work on files.
  *
  *
- * 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/common/file_utils.h
index c634cc067a12baf519f3444bdc5edeaee0568fa9..8d539c0a994af0f14ce03fd1dc3fb79f89eaa469 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Utilities for working with hash values.
  *
- * Portions Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2022, PostgreSQL Global Development Group
  */
 
 #ifndef HASHFN_H
index dd012e6690cd1c6c00a2ceef02198c1fc25eb98a..cf7aa17be4fa93f3bb962c6f29ff70cc0592eb46 100644 (file)
@@ -3,7 +3,7 @@
  * hmac.h
  *   Generic headers for HMAC
  *
- * 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
index 079954d7f0b13cf116a4a59cedceb99383d855f6..12a269d952210a0bbd21495cede5f653851d5761 100644 (file)
@@ -11,7 +11,7 @@
  * the 64 bit cases can be considerably faster with intrinsics. In case no
  * intrinsics are available 128 bit math is used where available.
  *
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * src/include/common/int.h
  *
index 01aedf6d1c1554a076a7158a0b99762315901fc8..8f035cf4cb24806e81cdbcbfbd79c0f660f070b8 100644 (file)
@@ -8,7 +8,7 @@
  *
  * See src/tools/testint128.c for a simple test harness for this file.
  *
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * src/include/common/int128.h
  *
index 27f8c4ccd940d48517bd51be1f0b6b54691e769d..85c8857435337278ba405c87b8346289c3772e7e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * These definitions are used by both frontend and backend code.
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/include/common/ip.h
  *
index ec3dfce9c32b3fb5caa204bdfd91fe1078394bec..52cb4a9339e7f504ba35caf1d6c287eb4814e24d 100644 (file)
@@ -3,7 +3,7 @@
  * jsonapi.h
  *   Declarations for JSON API 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/common/jsonapi.h
index d2e94e13d29421c957532a95e07405f0f9bf086e..b85237f90198219b58d957e5ca9a1b3d6f44a3e9 100644 (file)
@@ -4,7 +4,7 @@
  *   PostgreSQL's list of SQL keywords
  *
  *
- * 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/common/keywords.h
index 70d4b8e51bc31bd2c523300cd7ab1439bcd0fb86..48d7f08b8387d717c74c4ffc61c298da3e184fad 100644 (file)
@@ -4,7 +4,7 @@
  *   Key word lookup for 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/common/kwlookup.h
index acb05b65d9ff804ea5a716c500d5db1a8caef9ec..4733cd257f2ecbbbbb7bbc869262653141681e73 100644 (file)
@@ -3,7 +3,7 @@
  * link-canary.h
  *   Detect whether src/common functions came from frontend or backend.
  *
- * Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * src/include/common/link-canary.h
  *
index a71cf8424946e89360c36cbd19d6b258e1e97930..43cc79afa8a9e34264d4e98926d0e64a64d7c5d0 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  * Logging framework for frontend programs
  *
- * Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * src/include/common/logging.h
  *
index 62a31e6ed4ee6008dfa2b3f65466c1bf23db036d..bbd2ec0165d8acae39268fd7f03f3582bcba4df3 100644 (file)
@@ -6,7 +6,7 @@
  * These definitions are needed by both frontend and backend code to work
  * with MD5-encrypted passwords.
  *
- * 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/common/md5.h
index fcc5b50533eb0bfea3b4a04875dbe6db3c14dbd4..aae5a34104ebba38ffc987ae5a4e07d59afa60c5 100644 (file)
@@ -3,7 +3,7 @@
  * openssl.h
  *   OpenSSL supporting functionality shared between frontend and backend
  *
- * 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
index 623c65ae731dc02874ec71ff718b7561ee65fc2e..d9895b495c4e4c1ae33fbdd92a3432b414a9bd20 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Pseudo-Random Number Generator
  *
- * Copyright (c) 2021, PostgreSQL Global Development Group
+ * Copyright (c) 2021-2022, PostgreSQL Global Development Group
  *
  * src/include/common/pg_prng.h
  *
index a44be11ca0a46c9d5a65f19b5b2ef802c3911e8b..a4b5dc853bfbf20b6eb1642d1363f9b7a0146a54 100644 (file)
@@ -3,7 +3,7 @@
  * relpath.h
  *     Declarations for GetRelationPath() and friends
  *
- * 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/common/relpath.h
index 75455e6d78e27ae4cf820c65e813b8c0de6092e4..0b6bdaf52a9b3ec62fc033daab9b3f6247e10a2e 100644 (file)
@@ -2,7 +2,7 @@
  * restricted_token.h
  *     helper routine to ensure restricted token on Windows
  *
- * 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/common/restricted_token.h
index a2c7a464dbf706c9362eb03c34c5350a5e9638f2..305c8f4abcb1702351f13f87d6d7e9148147d622 100644 (file)
@@ -5,7 +5,7 @@
  *
  * These definitions are used by both frontend and backend code.
  *
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * src/include/common/saslprep.h
  *
index 5777ce9fe33aac3e74838cb40ad662b886804359..d53b4fa7f5b7adb84b2194658faf73dae089440a 100644 (file)
@@ -3,7 +3,7 @@
  * scram-common.h
  *     Declarations for helper functions used for SCRAM authentication
  *
- * 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/common/scram-common.h
index a475fadb8cc63d78b14a13fbb247de20307607ed..e8cb360fdf035f8065aca48c472232b7a8138a40 100644 (file)
@@ -3,7 +3,7 @@
  * sha1.h
  *   Constants related to SHA1.
  *
- * 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/common/sha1.h
index f4bae35af10c23e9b2db0309a6d07f2f0dbb1418..fe248e9863a67954ced2127e1aa0734ce7d9ecd7 100644 (file)
@@ -3,7 +3,7 @@
  * sha2.h
  *   Constants related to SHA224, 256, 384 AND 512.
  *
- * 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
index c21f39faf5bae80e0aa749b750e0804ec11814f5..f919f7f9b787b7b28279639b27c5d48eeefbebc2 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Ryu floating-point output.
  *
- * Portions Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/include/common/shortest_dec.h
index 8eb5271ec866cab6b927e021fde8c7ff651c9090..cf00fb53cde5b94a1f69e948eb75e51b81d56fce 100644 (file)
@@ -2,7 +2,7 @@
  * string.h
  *     string handling helpers
  *
- * 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/common/string.h
index 3c2279000aa8afdef03bc76cd4e1f21ad8d31c47..deb125d44ac9e56a214f69e62682233b8daff487 100644 (file)
@@ -5,7 +5,7 @@
  *
  * These definitions are used by both frontend and backend code.
  *
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * src/include/common/unicode_norm.h
  *
index 9ec2dd34854ed8e8734001cceeec492a48d5183e..71963ba39f9aec5381aeaaef609c08661e34bad8 100644 (file)
@@ -3,7 +3,7 @@
  * unicode_norm_hashfunc.h
  *   Perfect hash functions used for Unicode normalization
  *
- * 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/common/unicode_norm_hashfunc.h
index e101873f2db1fe0d46804d72412c35d7b52fd45c..c0cf33687e59fc8f1489309ab137918af7969d2f 100644 (file)
@@ -3,7 +3,7 @@
  * unicode_norm_table.h
  *   Composition table used for Unicode normalization
  *
- * 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/common/unicode_norm_table.h
index bd3ee5f72de90129edcfeff0ee75482935b64fa9..b17f560f8049c179dba3f457b0b36aa4afe5d7af 100644 (file)
@@ -2,7 +2,7 @@
  * username.h
  *     lookup effective username
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/include/common/username.h
  */
index 99873497a6d6cf2f1891a80fac804271457422f5..5fa38d20d84d77013d6bdc2ed5ea59f70b6c352c 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Note: this file must be includable in both frontend and backend contexts.
  *
- * 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/datatype/timestamp.h
index 7551b553f82c90c42e18cb6f751ba1b10af6b5c4..fc6452fd5f0c88fed6933ad39cd8d1502efcde7d 100644 (file)
@@ -2,7 +2,7 @@
  * execAsync.h
  *     Support functions for asynchronous execution
  *
- * 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
index 6a24341faa70500406ecc3f6a8440d326f484aa3..56a89ebafbb6a53ecc5a7f57355fd17e19221d15 100644 (file)
@@ -4,7 +4,7 @@
  *   Low level infrastructure related to expression evaluation
  *
  *
- * 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/executor/execExpr.h
index 3888175a2f42b12dad3d2f8cc6da80aa6ee9dc94..3a1b11326f870265e7e8d7d1868db1b9713e20de 100644 (file)
@@ -2,7 +2,7 @@
  * execParallel.h
  *     POSTGRES parallel execution interface
  *
- * 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
index 694e38b7ddd8b03398f5196a7e9a81292fedcc34..603d8becc48ced1e620fdcaa4caa23aeb6b21066 100644 (file)
@@ -2,7 +2,7 @@
  * execPartition.h
  *     POSTGRES partitioning executor interface
  *
- * 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
index 596c49905e1fc6018d7a743a5c5f54c2f87ee487..8cb8b8c6b607113ef9ab2085e4465aa3db09b1c5 100644 (file)
@@ -7,7 +7,7 @@
  * for debug printouts, because that's more flexible than printf().
  *
  *
- * 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/executor/execdebug.h
index 017ad87117539ffdfcdc6ac4531ad403bc7dbac3..e79e2c001f41af3a91572bf0d132b4a4dea8351d 100644 (file)
@@ -5,7 +5,7 @@
  *   and related modules.
  *
  *
- * 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/executor/execdesc.h
index cd57a704adc3bbafcf06728dd5a0187641aed3e0..344399f6a8acd52b72c8980e9a593b91206a105f 100644 (file)
@@ -4,7 +4,7 @@
  *   support for the POSTGRES executor module
  *
  *
- * 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/executor/executor.h
index a9e14e2fbed24007ea71b741eb0c0d2364f01e95..4c20cf4df95fb12d3213e09fbb11b924680887d9 100644 (file)
@@ -4,7 +4,7 @@
  *     Declarations for execution of SQL-language 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/executor/functions.h
index d74034f64f8214df1ea83cbfccf08d4b68bd24ec..5d722430222a1b0acab32528041b02d7d0658ea3 100644 (file)
@@ -4,7 +4,7 @@
  *   internal structures for hash joins
  *
  *
- * 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/executor/hashjoin.h
index 2f9905b7c8ecbd030ddd85eba71efa244791718d..1b7157bdd152768762f2f9ea214accae2e704772 100644 (file)
@@ -4,7 +4,7 @@
  *   definitions for run-time statistics collection
  *
  *
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  * src/include/executor/instrument.h
  *
index 398446d11f877d5e945574012242fc587fb9d544..4d1bd929990c9b3d70bac4a945e0097e82f8fe5a 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for nodeAgg.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/executor/nodeAgg.h
index fa54ac6ad23a5783be7a779f990bf39433c72491..4cb78ee5b62044c9d31338c1d5d6fa1d1a654c5c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeAppend.h
index ac5d4aece6d305ef719026d3e7696d05a5fe52ea..bae6a83826fcee0e72553e514c00088c32882c9e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeBitmapAnd.h
index 3b0bd5acb8ede217a205cab53604d6099c69ccf9..789522cb8d569d24be4ba595537b2e28ead780c7 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeBitmapHeapscan.h
index 95bf2287013a216adbb8222add3d718601c24140..01fb6ef536ee35585c95c53fdfa96fdf9f771974 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeBitmapIndexscan.h
index 1c1da2f145f6fc812dc4848f03c6310f9dea0f2d..ad90812cc182c6614cf308e58f13bdfd28093de5 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeBitmapOr.h
index 2c33442d7da55025a96aace91a27a3d5a3d75f98..317d142b16181dc0d0ce5e18f92ca65bda406bdd 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeCtescan.h
index 0be69a505648fa77d6602445d4effd3d964016ce..5ef890144fc47c3451ef5d5540be667cc7cf557b 100644 (file)
@@ -4,7 +4,7 @@
  *
  * prototypes for CustomScan nodes
  *
- * 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
  *
  * ------------------------------------------------------------------------
index 8ffc0ca5bf3de541d5d577358d26150052aeddf6..c9fbaed79c7289233c8e204cee8cc84d82c73c55 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeForeignscan.h
index 8f210a774d473b031697cef3fd42d37f8db620d4..7a598a1d4687be1ca4832eefc2f70bf357f8422e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeFunctionscan.h
index e7c92b84c41bafc46829b1c2bd2eb837777b14d1..29829ffe9a89a1a6397f5e9207334bf80e5f1689 100644 (file)
@@ -4,7 +4,7 @@
  *     prototypes for nodeGather.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/executor/nodeGather.h
index 65e72456e44356df2096f51aa7899fb014e9f810..d724d5fea41499b4f6411328fb66258ec6ea865d 100644 (file)
@@ -4,7 +4,7 @@
  *     prototypes for nodeGatherMerge.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/executor/nodeGatherMerge.h
index 8cb2e090e9446aa2efaebedd8d680a6a2c459589..816ed2c09935ac0d0f755ab11497f4a21bfcdb60 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for nodeGroup.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/executor/nodeGroup.h
index 3fbe02e80d500612d6de2ecfa36f79971dea3d06..e1e0dec24bebfcf0da8bf99e3aad63be42fa60d6 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for nodeHash.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/executor/nodeHash.h
index 7d6541a057ba6a8295707903bcb17050358c71be..b3b5a2c3f2707b556fb63719fd8479434352a809 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for nodeHashjoin.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/executor/nodeHashjoin.h
index 0e1418335639884e06661ee6d6a0306a37faa707..84cfd96b13425b8f1919ac8ada19d518d04792b2 100644 (file)
@@ -2,7 +2,7 @@
  *
  * nodeIncrementalSort.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/executor/nodeIncrementalSort.h
index bcb266b2b6e6ba60d46f9004cd3f535fb084d3ea..47b03950ea62c2e20eca282cd3f288bc515e2d61 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeIndexonlyscan.h
index 70a2cff1990f71d4ac8ae4efe025545f65605065..0a075f9aea76110ee942b907681df17cbfdf1afe 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeIndexscan.h
index 789871f01f33b9c63821dedc8933a80a2d8a0b66..6da0c4026c481b48ebad6143925e6f0660e26000 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeLimit.h
index ca4b72a24f10d350cedd73a40d046383e5ad2322..125a32b60892fd56ca272246ff20d51386fecd58 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeLockRows.h
index 3acfc886cea3694b6828cba507557956e65d58f4..21a6860a1a69e7c06cdb3ee42f8c940e17817185 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeMaterial.h
index 898fa438163d895bf299806ff784882cf30ada87..4643163dc738d99ecdc7eb0ca5a269284e9ff50d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2021-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMemoize.h
index eb54c2fb4d87ac245de02dbf4bb96a04403ffea3..97fe3b0665cb6d71f5da5d7c80d4f6588db1b9db 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeMergeAppend.h
index 031d67d751fa4d9c9b0035d0b071bc595286e197..26ab5175081d0212f1dc207f1a9fb0aabda98566 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeMergejoin.h
index 83e296553104f4a2fe5bd99d90b96ca79ea404ac..1d225bc88d58b56976d72183e42417eac27b00aa 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.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/executor/nodeModifyTable.h
index fd270a5346c64999d328ab4d04760604a2f49c58..d595124e5415d3a584774effa40818055aef89cd 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeNamedtuplestorescan.h
index 9f32e92759eb06f5cd317cf44d10087b001d9f3a..b1411faf5704238213e30f9e90f611e616c7e48a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeNestloop.h
index 5852237f1fca9543c65853a8c23117ce23959838..2c2b58282cbe4503929103d055a71547915d687a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeProjectSet.h
index b1f5f5d8fc9f34e69373502dcf1a1d0fe2f72265..2d20470da2f9f29d437ce0896b339e46393f25ef 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeRecursiveunion.h
index 197eabac7154d67cdea23bdc707264f958dcf504..ebb131d2659f66ba2f44cb41cf7909c1f31bdc1c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeResult.h
index 7142a8a2a37cb73443bdfb34a476ef4bfc2262f8..340b41a4278a3787e03cf0bdbb70b88035c935b0 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeSamplescan.h
index ef1521ca7bc4bf8d22bac330c02230f17607befa..c225ba6e0479afb1c2788a9e981a769b7f07f266 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeSeqscan.h
index d40ed74795e9a318175c58ca8914cf6721fc4d87..a504cf8613ef379793356690cf08a51a87c99e87 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeSetOp.h
index bf9a5229991a83567743c377f82298d2a30e3a4a..008e6a6bc6b9a42287a1a4cdadc88d1038511e1e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeSort.h
index df136cbb6a43386a2a7d878f8304489c69349c37..75cc6d5104c48ab127f9a5f606b9cb141e01bcfe 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeSubplan.h
index ded12a7d7522b5ec6c4af925713ebb7db4db52ed..a09e2be42339250aa16d5e44a0ff3aaca01ef10d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeSubqueryscan.h
index 6b64e08a65fdf0fdb6ef509334ded99b8074fcdc..2b82e7d7ed09957d405585a6e7bd0bd03f3b1815 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeTableFuncscan.h
index a57a47ed37f9439ed3faac3d4914ddc1aa3cfb0a..f122e095838674e9a8eef5b0140dca4f546cd90e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeTidrangescan.h
index 6be5ace6e2094f5627bfed1cf91710f1af441ed7..91a5f89f426d19033eb635c44ae23822e8108cba 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeTidscan.h
index 1cde34f292908c09ffb35f93777f10b36030b582..61f09d9853400cd032754aa01aec8c0438e71943 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeUnique.h
index 1c2a46145aa4016eeed67ddffd4908babcca35bf..07c13ef1232c3dac63dea8a56910afc71ce9c48f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeValuesscan.h
index f64841c6936df7636aa5fc7c6e1d3def4f07650d..4e62c8936d9d2f1f861ba5cb28c91f265abc784a 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for nodeWindowAgg.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/executor/nodeWindowAgg.h
index 998a731c20f70d1d1bd8b34b3e3eb8cf111f6f40..17842de576ef41550a8f43a18becc100e5f66da2 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/executor/nodeWorktablescan.h
index 1e66a7d2ea04bd70445918645659002fae1f0e70..e20e7df780d9ef3d3c58bbc1347dee1b98746d46 100644 (file)
@@ -3,7 +3,7 @@
  * spi.h
  *             Server Programming Interface public declarations
  *
- * 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/executor/spi.h
index 97f4279ac4ad9d9e111f42b5360ca2a77abd1468..950e2b19b69ebffc1df4f0144d67fa12a4654f4f 100644 (file)
@@ -3,7 +3,7 @@
  * spi_priv.h
  *             Server Programming Interface private declarations
  *
- * 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/executor/spi_priv.h
index 17626b00bf0428978b5459ff125eec65b7599e9e..23b7ae5589827a532eddf241fe8f6ed0c3630314 100644 (file)
@@ -3,7 +3,7 @@
  * tablefunc.h
  *             interface for TableFunc executor node
  *
- * 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/executor/tablefunc.h
index ed470f0f5170ff9a6aa6ddaac8482d8a8d10f6c0..c9e3ffdb0a11d97855706442f02d2c699bd92f2b 100644 (file)
@@ -3,7 +3,7 @@
  * tqueue.h
  *   Use shm_mq to send & receive tuples between parallel 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/executor/tqueue.h
index 1f58b4f599e67f05cee9b6d2a40f639ab163e00d..4e168b639a775e4a1e366ff66f5fac23bc0bae4f 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for tstoreReceiver.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/executor/tstoreReceiver.h
index 679e57fbdddce2c1d42f0e92c049d71488fc7ba7..6306bb6fc664d0668e828a4057b17b819de65d77 100644 (file)
@@ -4,7 +4,7 @@
  *   tuple table support stuff
  *
  *
- * 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/executor/tuptable.h
index 3e6b29153843924826b5598989a079ae25aa5b64..22e64a517deb02c07225a7b92e6e8ecc7e55d34b 100644 (file)
@@ -3,7 +3,7 @@
  * archive.h
  *   Routines to access WAL archives from frontend
  *
- * 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/fe_utils/archive.h
index 3a87d1a8090b5d2a36e6c07d4202581a94802a0b..7005b804bcfe23225ae5169daf1bd9e55f828391 100644 (file)
@@ -3,7 +3,7 @@
  * Query cancellation support for frontend code
  *
  *
- * 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/fe_utils/cancel.h
index c64c65577598156e43e995ebb1d02c9aabdd6897..b28189471cdaf92ac4486fdaa5b4570f357efb89 100644 (file)
@@ -14,7 +14,7 @@
  * a true branch?) so that the interpreter knows whether to execute
  * code and whether to evaluate conditions.
  *
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/include/fe_utils/conditional.h
  *
index 50489405091c52b2de6eed880adc30e34eaeb2df..7461396662f2e05ad213578b00e9d9480ddb0eed 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Facilities for frontend code to connect to and disconnect from databases.
  *
- * 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/fe_utils/connect_utils.h
index df677dc569ae7a7eea36739e787cbf6959904de6..5dd2181787afb6c752be97f182863d34a4c60760 100644 (file)
@@ -3,7 +3,7 @@
  * Multibyte character printing support for frontend code
  *
  *
- * 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/fe_utils/mbprint.h
index e999d56ec0f066f110fa9d0f3e514dc20203df87..03c09fd13a4fe24fad4334ab48c14ee964d1f296 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Command line option processing facilities for frontend code
  *
- * 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/fe_utils/option_utils.h
index b7e2b0a29b838bc56b50aae94fd41043f6bacdac..8ce63c93731c82b772fbfec81564fc4510cee8c6 100644 (file)
@@ -3,7 +3,7 @@
  * parallel_slot.h
  *     Parallel support for bin/scripts/
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/include/fe_utils/parallel_slot.h
  *
index 27ccbd5119f71d7212bd84f2ab24a18a5ed42ee2..836b4e29a81472b1a77e68be2470b1078777b144 100644 (file)
@@ -3,7 +3,7 @@
  * Query-result printing support for frontend code
  *
  *
- * 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/fe_utils/print.h
index e55f1fa2136c62f4a5f9f1c626a75e515a0537eb..249acab2870a3f424d2d57b5075329103f6b4940 100644 (file)
@@ -10,7 +10,7 @@
  * backslash commands.
  *
  *
- * 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/fe_utils/psqlscan.h
index 8ada9770927cc2164e04a9054a1ba8c4338abfb6..4905aae40885608a688c1a0185c9944dc81d95bb 100644 (file)
@@ -34,7 +34,7 @@
  * same flex version, or if they don't use the same flex options.
  *
  *
- * 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/fe_utils/psqlscan_int.h
index 10992601932c7ccde98e496fb57bfcc42043fc83..90cb3db731abe2775ba5bde2a28d66e5d50a4a76 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Facilities for frontend code to query a databases.
  *
- * 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/fe_utils/query_utils.h
index 7ac8953943944877d663de7c7a8eea94803a8019..83e181a22505d60cb8998c9046f7b9931fea2679 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Generator for recovery configuration
  *
- * Portions Copyright (c) 2011-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2011-2022, PostgreSQL Global Development Group
  *
  * src/include/fe_utils/recovery_gen.h
  *
index b05b99841e71c81744ae99d9e2f5afaf74d6d40b..9261a7b0a4422778bc0892a756bb5626540ba90a 100644 (file)
@@ -7,7 +7,7 @@
  * facilities, but it's all we need in, eg, pg_dump.
  *
  *
- * 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/fe_utils/simple_list.h
index e12e61cddb314b51f333db7167879f9905f1632d..3c88250e6cc52b193c31045b0ecf92c1467d4299 100644 (file)
@@ -6,7 +6,7 @@
  * assorted contexts.
  *
  *
- * 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/fe_utils/string_utils.h
index cec663bdff0d7584b70bfb98b061d4e49b92fb9f..6560e462d66a1311004c9905d81ee48b4aa643c3 100644 (file)
@@ -8,7 +8,7 @@
  * or call fmgr-callable 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/fmgr.h
index a801cd305768aae200fdc8db10fd36415bcd0f6d..57c02bff455fc132992f14c4cf5dba391d890546 100644 (file)
@@ -3,7 +3,7 @@
  * fdwapi.h
  *   API for foreign-data wrappers
  *
- * Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * src/include/foreign/fdwapi.h
  *
index 8169eb76b171328008810ae9b7833eb0ba8d6d36..75538110fc44c6a6952ae75153a0466861f866c9 100644 (file)
@@ -4,7 +4,7 @@
  *   support for foreign-data wrappers, servers and user mappings.
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/include/foreign/foreign.h
  *
index f1304d47e34d6fd26231296d30457a8538a362c6..ba927c2f33024fb0e4b6985755fc864a90c2d4de 100644 (file)
@@ -8,7 +8,7 @@
  * or call FUNCAPI-callable functions or macros.
  *
  *
- * Copyright (c) 2002-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2022, PostgreSQL Global Development Group
  *
  * src/include/funcapi.h
  *
index 4cf4c4d40506aa8735ae579eb106c352fde515aa..2042c2d303c682107c843fc51846f07a2aee739a 100644 (file)
@@ -13,7 +13,7 @@
  * This code will also work on platforms where struct addrinfo is defined
  * in the system headers but no getaddrinfo() can be located.
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/include/getaddrinfo.h
  *
index 812e2c84bcbe613e6d971c9e91015ea7e5c2e99f..83dde67ae668f1114c872977d934044b6be48b45 100644 (file)
@@ -2,7 +2,7 @@
  * Portions Copyright (c) 1987, 1993, 1994
  * The Regents of the University of California.  All rights reserved.
  *
- * Portions Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/include/getopt_long.h
  */
index b634df30b98f2c38897fd393e572f3546f4db60d..707176d9ed3f2525bff512ec063aeddb7ca6c271 100644 (file)
@@ -2,7 +2,7 @@
  * jit.h
  *   Provider independent JIT infrastructure.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * src/include/jit/jit.h
  *
index 3560715e32921427e8e87b1bdc9c98f3ce172772..66143afccc05df0f4cce090e14451ed19cae9138 100644 (file)
@@ -2,7 +2,7 @@
  * llvmjit.h
  *   LLVM JIT provider.
  *
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * src/include/jit/llvmjit.h
  *
index a9e8d65dfee7e1d85a10a35d47355381c980b528..379be09200e8bda58260319f4c316dea85c38690 100644 (file)
@@ -2,7 +2,7 @@
  * llvmjit_emit.h
  *   Helpers to make emitting LLVM IR a bit more concise and pgindent proof.
  *
- * Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * src/include/jit/llvmjit_emit.h
  */
index 5831351ec11b2c5075a9d5079eff1b3a5d05a1a5..e420e071879d9a42332dc7c3745175a844799acf 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A simple binary heap implementation
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * src/include/lib/binaryheap.h
  */
index ee65ae2679225f40d3131396f51f37c7c3c06522..7560883f491b5a4492bdea5766fa67d47ea5ade0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * bipartite_match.h
  *
- * Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  * src/include/lib/bipartite_match.h
  */
index d919dad69b14cf5975a26d04977f8ca7c6f71122..8146d8e7fdc642007f845a097a11bdbb3ca4c089 100644 (file)
@@ -3,7 +3,7 @@
  * bloomfilter.h
  *   Space-efficient set membership testing
  *
- * Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *    src/include/lib/bloomfilter.h
index c069ec9de7c25ec9130443d76e7768bd3a5fde6a..f3c57e76bfe3879125c2a573d3aefc992832d21a 100644 (file)
@@ -3,7 +3,7 @@
  * dshash.h
  *   Concurrent hash tables backed by 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
index 42f8917197f4f49b3f42e6aa7f8e40d2c03da4ca..414bcb4bb4a041cddc1c5a62ae9028ab78b2d417 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A simple HyperLogLog cardinality estimator implementation
  *
- * Portions Copyright (c) 2014-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2014-2022, PostgreSQL Global Development Group
  *
  * Based on Hideaki Ohno's C++ implementation.  The copyright terms of Ohno's
  * original version (the MIT license) follow.
index ddbdb207afab0a1ba93739215574832160c949a1..7ab0888f4ff353132cad16f79e90bc30f6708290 100644 (file)
@@ -96,7 +96,7 @@
  * }
  *
  *
- * 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
index 589535f04f71f76418dc97637c85c360c76237f6..081ae3ccf008034607960b4169bf1537ce454422 100644 (file)
@@ -2,7 +2,7 @@
  * integerset.h
  *   In-memory data structure to hold a large set of integers efficiently
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * src/include/lib/integerset.h
  */
index dcfdbe34d9959e3e756b78f3b5641eff77b77a11..e86a0bc859fe490602a3662ce2eec93c148e030c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * knapsack.h
  *
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  * src/include/lib/knapsack.h
  */
index 73d1a30e80b8da52d0ae05d96d7a9e36bb1877f1..26b1cad59b29939f66d6faec4544b73dc577c338 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A Pairing Heap implementation
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * src/include/lib/pairingheap.h
  */
index d33b219ee41f7d02f7210cf7ade92f20cc011fb3..982addf77e2e5ff63449e494184f1c7238df9cce 100644 (file)
@@ -2,7 +2,7 @@
  *
  * qunique.h
  *     inline array unique functions
- * Portions Copyright (c) 2019-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2019-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/include/lib/qunique.h
index 48c60f7ea665bca78dbef037e5aa02cf6cf0b5b8..580a3e3439720aa3e7aa9a054ee3d3b9dc51db2c 100644 (file)
@@ -3,7 +3,7 @@
  * rbtree.h
  *   interface for PostgreSQL generic Red-Black binary tree package
  *
- * Copyright (c) 2009-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/include/lib/rbtree.h
index 7dba5437897996d17f391c1effaff99ed38b6081..81929270100657cd5bfe8d206c644be5ff473cf6 100644 (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-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/lib/simplehash.h
index f52627d8ce7f8cc93a4fc54f42a75e3766688dc9..b84b20627f86b24691cdc24098dbf75bfa0f4c6e 100644 (file)
@@ -5,7 +5,7 @@
  *   A template for a sort algorithm that supports varying degrees of
  *   specialization.
  *
- * Copyright (c) 2021, PostgreSQL Global Development Group
+ * Copyright (c) 2021-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1992-1994, Regents of the University of California
  *
  * Usage notes:
index 262d79fb3db8d449eaec8093afafad09101eb47a..9b755c48831a56ce1dd99250989b68232729a583 100644 (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-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/lib/stringinfo.h
index 3d6734f2536c7b127e9435daeb652fd5df0984e5..6d7ee1acb9d646de8d5b8fdc4413e3b101189392 100644 (file)
@@ -4,7 +4,7 @@
  *   Definitions for network authentication 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/libpq/auth.h
index 9c15efef4ba38043b68c99bb7b6f09f4dbf5cf5d..130bc300819604bf497705d047fe0b0627ff3e7c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/libpq/be-fsstubs.h
index c2215f6ce7cdef95343570e8f58e8521bc204df8..ae8411245d18d791082ce5dd92ab70e25e4f39d3 100644 (file)
@@ -3,7 +3,7 @@
  * be-gssapi-common.h
  *       Definitions for GSSAPI authentication and encryption handling
  *
- * 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/libpq/be-gssapi-common.h
index a4fea6e477af2af8a6e177d2a81375ce207bb3cd..ee60772e9433e03ab512b113dfb72461dd89996e 100644 (file)
@@ -3,7 +3,7 @@
  * crypt.h
  *   Interface to libpq/crypt.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/libpq/crypt.h
index e6ef14175faf9cbcb738268de7a20f4f9073c4df..b04d09374d49112f776145f04ec0615425901341 100644 (file)
@@ -3,7 +3,7 @@
  * ifaddr.h
  *   IP netmask calculations, and enumerating network interfaces.
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/include/libpq/ifaddr.h
  *
index 02015efe13c20afbbf6b74bfb1e589ccf94d6d94..dd3e5efba3a81549af62c49e8ddc7f68fde52585 100644 (file)
@@ -8,7 +8,7 @@
  *   Structs that need to be client-visible are in pqcomm.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/libpq/libpq-be.h
index e61768cdfdd911cc70b3cc36dc4e01c5740f47d9..7fa02d2c3408100559014dbe573cc9136316fd2a 100644 (file)
@@ -4,7 +4,7 @@
  *   definitions for using Inversion file system routines (ie, large 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/libpq/libpq-fs.h
index 6b67a2a3187ccc91c8f5dcdd7c8b0e2603fa958f..f0786e08b48ce56dce106b456b2462bde55e2dda 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES LIBPQ buffer structure 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/libpq/libpq.h
index 1bcc189deeb23e882a9a6f359d7337b5738f6343..ed26ad2256719f53bfb8bd17c3237e636eea262c 100644 (file)
@@ -6,7 +6,7 @@
  * NOTE: for historical reasons, this does not correspond to pqcomm.c.
  * pqcomm.c's routines are declared in libpq.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/libpq/pqcomm.h
index 51f766617d378113d496a286586dc3089cbfe576..cd8348259b56be59ffc7710b866099e6be338814 100644 (file)
@@ -3,7 +3,7 @@
  * pqformat.h
  *     Definitions for formatting and parsing frontend/backend messages
  *
- * 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/libpq/pqformat.h
index 31a4723feac9216c98bcd8c30d46c5d90b301013..6687c8f4ceb26a203535501eddcb2f9ef747ad0b 100644 (file)
@@ -3,7 +3,7 @@
  * pqmq.h
  *   Use the frontend/backend protocol for communication over a shm_mq
  *
- * 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/libpq/pqmq.h
index 1161b138748a9609e56e69de7c35316a5946f249..016fc89bd92fa560111370bb320544d1ea7c7b79 100644 (file)
@@ -3,7 +3,7 @@
  * pqsignal.h
  *   Backend signal(2) support (see also src/port/pqsignal.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/libpq/pqsignal.h
index 4c611bab6b8f05cd9e3a8a54ca27c86b22333430..7ba3f5f5bc716fc3b3c91349b9642f4409850692 100644 (file)
@@ -7,7 +7,7 @@
  *
  * See src/interfaces/libpq/fe-auth-sasl.h for the frontend counterpart.
  *
- * 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/libpq/sasl.h
index 3eb3d7f31bbad16c59a88024794fe87160978e3f..e60992a0d2d6cff1d8c06f7e3bbc1d68f23bed9b 100644 (file)
@@ -3,7 +3,7 @@
  * scram.h
  *   Interface to libpq/scram.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/libpq/scram.h
index 6bd996b3d0c4c3f05e1a5862cc94d244d1d168eb..fd89bee80bf285a1adf64ff35d3396766e3a4dce 100644 (file)
@@ -3,7 +3,7 @@
  * pg_wchar.h
  *   multibyte-character 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/mb/pg_wchar.h
index ffc371224a583336e04aa55f76368735aab803ad..8781ffdf35b3c9241785805bdcaa1a3091ac1af1 100644 (file)
@@ -3,7 +3,7 @@
  * stringinfo_mb.h
  *   multibyte support for StringInfo
  *
- * 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/mb/stringinfo_mb.h
index 90a301606575b9279ba0c4eedd1cb035ac042867..02276d3edd531001186bc28f1c368f203f7ded3e 100644 (file)
@@ -10,7 +10,7 @@
  *   Over time, this has also become the preferred place for widely known
  *   resource-limitation stuff, such as work_mem and check_stack_depth().
  *
- * 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/miscadmin.h
index 1fd12de6982b663b107b1c5283f9569dd4f6abd2..75b5ce1a8e4726623475d00d005e3c14de86545e 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/include/nodes/bitmapset.h
  *
index 4ff98f4040849d197d3baa16aba73df0a4b015e1..8429a9c55dfc58018ef427e47fe1361b14d83cfa 100644 (file)
@@ -4,7 +4,7 @@
  *   definitions for executor state nodes
  *
  *
- * 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/nodes/execnodes.h
index cc9b7e9928d2ceeac641996123b02d2df69e4f90..6244c8d9618309d71670af1201c4121164840ee0 100644 (file)
@@ -4,7 +4,7 @@
  *   Definitions for extensible nodes and custom scans
  *
  *
- * 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/nodes/extensible.h
index b1524350ea7373e3249ca1ab93fa1b393a6332be..399f72961b119da74defc395123234c0a85780c2 100644 (file)
@@ -4,7 +4,7 @@
  *   Common header for some locking-related declarations.
  *
  *
- * Copyright (c) 2014-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2022, PostgreSQL Global Development Group
  *
  * src/include/nodes/lockoptions.h
  *
index eea87f847d87a02e2cdb3095ea89e03e1083cbf1..fe173101d120b750a3dbd75b3b1b09b5b1edbcbc 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for the creator functions of various nodes
  *
  *
- * 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/nodes/makefuncs.h
index e6a757d6a07561c1c15634db6a5720c1bc19ca5f..bbbe151e397bfdb47936e9edc10b12dbf02fc4e4 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES memory context node 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/nodes/memnodes.h
index 03a346c01d04980d857fa1c3905daf71c457c8ca..93c60bde667a94725b8f000de79affd01c09d63b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.h
  *     Various general-purpose manipulations of Node trees
  *
- * 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/nodes/nodeFuncs.h
index 7c657c12410d5defa7e86997e45cceed5f361335..28cf5aefcae9cb478f04f803949ec8db387688d9 100644 (file)
@@ -4,7 +4,7 @@
  *   Definitions for tagged nodes.
  *
  *
- * 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/nodes/nodes.h
index 41c21fb502727a601db62033c7981f683d852261..de2dd907e10205bd60de97519bb924e6f1a601ba 100644 (file)
@@ -4,7 +4,7 @@
  *   Support for finding the values associated with Param nodes.
  *
  *
- * 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/nodes/params.h
index 593e301f7a2c35fc9e5814db4ded9afdc4eafd5f..413e7c85a1ed56d78d39a5db583faa9637b80fcf 100644 (file)
@@ -12,7 +12,7 @@
  * identifying statement boundaries in multi-statement source strings.
  *
  *
- * 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/nodes/parsenodes.h
index 324d92880b56c435d43e6952e8548c0a76be9c76..1f33fe13c113066c054e212359e9600790f03a6d 100644 (file)
@@ -4,7 +4,7 @@
  *   Definitions for planner's internal data structures, especially Paths.
  *
  *
- * 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/nodes/pathnodes.h
index c3f47db888f00ee3a214642a116bb261133d7404..2cb9d1371d97fe96404f055b22f4552395104aad 100644 (file)
@@ -27,7 +27,7 @@
  * always be so; try to be careful to maintain the distinction.)
  *
  *
- * 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/nodes/pg_list.h
index aa11dcedabaf84ab7592a85d778db460101edf13..0b518ce6b28e5bcdd5d918287c0b3bbacf028a6d 100644 (file)
@@ -4,7 +4,7 @@
  *   definitions for query plan nodes
  *
  *
- * 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/nodes/plannodes.h
index 433437643e0ef34fa6152a47fa3fe29b4087389c..dab5c4ff5de49666f61d116533977c00e1ccf3ed 100644 (file)
@@ -7,7 +7,7 @@
  *   and join trees.
  *
  *
- * 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/nodes/primnodes.h
index 7bb1e1b64a36e7480af4bda0d846ef48365190f8..be5e2287f3b3ab9c9f28040daef3612c892982bd 100644 (file)
@@ -4,7 +4,7 @@
  *   definitions for nodes/print.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/nodes/print.h
index 5dc78cdc384fb5cd5baf55fc780911105fa8c0ab..41794354e2736a0e5b343eb6b53453f145eab741 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for read.c and readfuncs.c. These functions are internal
  *   to the stringToNode interface and should not be used by anyone else.
  *
- * 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/nodes/readfuncs.h
index a746fafc1216c6f853bcfa941b8d79a1f7ffb0b8..a77234474009f8b5a5c8a47cf34d687528893fcb 100644 (file)
@@ -4,7 +4,7 @@
  *   definitions for replication grammar parse nodes
  *
  *
- * 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/nodes/replnodes.h
index 811b45ad3a8aa1a45cb970228633df42998825d4..7bee44ca4b9a744472c7de644cca522f47b3dc68 100644 (file)
@@ -3,7 +3,7 @@
  * subscripting.h
  *     API for generic type subscripting
  *
- * 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/nodes/subscripting.h
index 85e1b8a832fbdd2ee93df2f993de4bc028a876b9..88b61b3ab36424087b8e9378a0d03f74ec39741f 100644 (file)
@@ -23,7 +23,7 @@
  * allows for future extensions of the set of request cases.
  *
  *
- * 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/nodes/supportnodes.h
index bc6716610545deb6eb886bec4c498b6cf5f34573..64ed8d1603cce6e48f27d53ffb69c2823cd64c37 100644 (file)
@@ -13,7 +13,7 @@
  * fact that a particular page needs to be visited.
  *
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/include/nodes/tidbitmap.h
  *
index 8b71b510eb8f1ae1f113466a55df504165d19976..3a7f3a0bfb5ed8d5029aa2bb24067422f0f9fe3f 100644 (file)
@@ -4,7 +4,7 @@
  *   interface for value nodes
  *
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/include/nodes/value.h
  *
index 39d04d9cc027aa4a80efd1f73a448685bc444cf7..fc808dcd27650ec71590a7435302e42b52aec542 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines for mapping expressions between append rel parent(s) and
  *   children
  *
- * 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/optimizer/appendinfo.h
index bc3f3e60d43282c8240001824b5e2ee61a21e5d8..6c5203dc448abaaf97b8df1cca95cc2424dce77a 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for clauses.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/optimizer/clauses.h
index 2113bc82de0f6defcad6f135f7dfdd5a2e37e54c..356a51f370aa7b80cc330af5a947cf9358fa6c25 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for costsize.c and clausesel.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/optimizer/cost.h
index b9635a2170a03d497cdb16c16deefa02a7e7bef1..4563f200cde65dd6980d11f6086b86c4dcc4b7be 100644 (file)
@@ -3,7 +3,7 @@
  * geqo.h
  *   prototypes for various files in optimizer/geqo
  *
- * 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/optimizer/geqo.h
index 47c5449849cb03587df4a1d883c2a9f9a64b9e1d..4905f712b4ef8d4bb7a6b76177f4996f9e26b14e 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_copy.h
  *   prototypes for copy functions in optimizer/geqo
  *
- * 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/optimizer/geqo_copy.h
index 89300548841a27680bc10e3bd9f034f48b233784..414f54d1c8bfd750d508da5d3578c2c647d10e17 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_gene.h
  *   genome representation in optimizer/geqo
  *
- * 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/optimizer/geqo_gene.h
index 458c4089df0546f85108cb8a0cf271555e152ee4..205a89fee3746f59e92aca0848b334a049175671 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.h
  *   prototypes for printout routines in optimizer/geqo
  *
- * 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/optimizer/geqo_misc.h
index 076e4ab5d3e7386a8799179e39af2d90a959dc8f..89ee3305390db48b8104d246d6695f6ee80b2a4c 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_mutation.h
  *   prototypes for mutation functions in optimizer/geqo
  *
- * 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/optimizer/geqo_mutation.h
index d5c41ac8a428cc4b043703d4db42044223d3d765..c98abd7515557fb4c1639fbf794bcf48c81743cc 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.h
  *   pool representation in optimizer/geqo
  *
- * 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/optimizer/geqo_pool.h
index 958fdaf2997571482bda18b67c06f56b243378bf..56d067046ada71b769c69c1b92abfc702fb7cb46 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.h
  *   random number generator
  *
- * 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/optimizer/geqo_random.h
index 30018328c799bf56237335db12a6fa2225a0afa7..4c0acfaa4a62d4c81b77f6e7702dbe8fbd5593ed 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_recombination.h
  *   prototypes for recombination in the genetic query optimizer
  *
- * 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/optimizer/geqo_recombination.h
index 099c8ce4d974bf2178a641b5a27c3c7fa4307382..4e50ae01738fc4a6f783a8b5e149bbc0731afb73 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.h
  *   prototypes for selection routines in optimizer/geqo
  *
- * 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/optimizer/geqo_selection.h
index e9472f2f7321a311303899094ec9d47b1cd3f70f..adcb1d737220f1e3bc541c85185891fc704ede63 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for inherit.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/optimizer/inherit.h
index 739cc52cc24864e1daef5f665d2e04035968d42d..f86e5c0b67380f125b3df318efb88b235d1ef3df 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for joininfo.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/optimizer/joininfo.h
index 41b49b26625ddcf7c18f5e0ead8d01fb37fc6879..6b8ee0c69fa72c65817e9fcfe8e7c7b05da18d37 100644 (file)
@@ -12,7 +12,7 @@
  * example.  For the most part, however, code outside the core planner
  * should not need to include any optimizer/ header except this one.
  *
- * 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/optimizer/optimizer.h
index 526101e18fa1ab98378a0e744c6795ab3ee5cc13..fb54fd2b01f02ef66f692c898d49ec5842f9af10 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for orclauses.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/optimizer/orclauses.h
index b4fd379939bf2d42d085e3fa70f7461d75370f48..f3870f2669bf67af6226af2fa544c25e76d9b9d0 100644 (file)
@@ -3,7 +3,7 @@
  * paramassign.h
  *     Functions for assigning PARAM_EXEC slots during planning.
  *
- * 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/optimizer/paramassign.h
index 2922c0cdc14691a89bb5da6ccb907dcf5cf2d7a4..620eeda2d603b527ef2db688f7e0bd58f6d70054 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for pathnode.c, relnode.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/optimizer/pathnode.h
index f1d111063c24bf03fb56e95a52a5d9bc4c2abe3a..0c3a0b90c8580db9f524f55e9d29d47b1c8227e6 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for various files in optimizer/path
  *
  *
- * 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/optimizer/paths.h
index 69ef5aedb2b124b0a40ace4053be3d6fa8480abb..39803ea41f6bd7163e3dbf56d388c886964389bb 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for optimizer/util/placeholder.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/optimizer/placeholder.h
index 8d1d6c1b42eb57c69e8f5c826146ee56e79456ef..ad29b5d107d0eb8e4a639e8c0e1d1583c1670880 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for plancat.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/optimizer/plancat.h
index bf1adfc52aceedb8c1a8b3542ccc1d32f0494ed7..54a0d4c188d41adf6680ecf73ac0d6d2145a9bc9 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for various files in optimizer/plan
  *
  *
- * 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/optimizer/planmain.h
index 9a15de50259bc00648d10e21ae1b8b1db7efbb37..eb96b2cfc1964de1a5c68cea27a93db17ea973bc 100644 (file)
@@ -8,7 +8,7 @@
  * non-planner code.  Declarations here are meant for use by other
  * planner modules.
  *
- * 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/optimizer/planner.h
index bcd2a86166633b0a6780f8a560da41aa43918b68..006b4d02c3e14d0d0f89708fbf92f41bcee27fdb 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for files in optimizer/prep/
  *
  *
- * 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/optimizer/prep.h
index 0165ffde37be5d92f039f3d3c5744eb0b04469e9..6d30bd5e9d2cc13a052227e57d0e5ca0764829ff 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for restrictinfo.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/optimizer/restrictinfo.h
index 059bdf941ef7601923b9094835b406ea11681cf6..456d3076e04f57ea63b469a30b15ea8ae5a03d24 100644 (file)
@@ -3,7 +3,7 @@
  * subselect.h
  *   Planning routines for subselects.
  *
- * 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/optimizer/subselect.h
index d62a09665a4e8520b5b1b5357c13422a64a464fe..04668ba1c05bb171da61f5cfcb6a3d8a5fbd03db 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for tlist.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/optimizer/tlist.h
index a0f0bd38d7d9d92dd46891c9a6d809abe1ca6b81..0022184de03b30a593791ff7ad5b097807d392d1 100644 (file)
@@ -4,7 +4,7 @@
  *     parse analysis for optimizable statements
  *
  *
- * 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/parser/analyze.h
index 989f850cbcd5e3aca0a4d1152f9c297b209e79e6..d9d4ac57ec01e8eacc9c93d9c35ac9130e474740 100644 (file)
@@ -8,7 +8,7 @@
  * Definitions that are needed outside the core parser should be in parser.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/parser/gramparse.h
index f836acf876ac49d641bfc003abfc57e7fd3c27b6..bcef7eed2f37eae9cc8caf2f847b08d15e092e6b 100644 (file)
@@ -7,7 +7,7 @@
  * by the PG_KEYWORD macro, which is not defined in this file; it can
  * be defined by the caller for special purposes.
  *
- * 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
index bffbb82df66cd9ebaf96687fc52f6772e0b1cda2..c56822f645ccc0c15e7898469f9754818bd1a6f1 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.h
  *   handle aggregates and window functions in parser
  *
- * 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/parser/parse_agg.h
index 0eab3c03e874e9b04d3a65d7bd8bd319e8bced1c..2495c3003483533a2e04036ddf3cfe4a8ecc27fb 100644 (file)
@@ -4,7 +4,7 @@
  *   handle clauses in parser
  *
  *
- * 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/parser/parse_clause.h
index 6ebdbd63ee0e3c73833d7f7b4e4367e1c6b7f3f9..fe046a2c03704be54047766a0e6530581d1fdf30 100644 (file)
@@ -4,7 +4,7 @@
  * Routines for type coercion.
  *
  *
- * 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/parser/parse_coerce.h
index 45245d6c6dac96d47b24a4b2544a636b8ad60b80..cd16aa05e9fe3334592ed50bffddc801f347a269 100644 (file)
@@ -4,7 +4,7 @@
  * Routines for assigning collation information.
  *
  *
- * 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/parser/parse_collate.h
index dea519fc2a64a5490d7e88d975af1beaba53b8f3..cb61b79f96f4b476f750df4e21202decf49d605b 100644 (file)
@@ -4,7 +4,7 @@
  *   handle CTEs (common table expressions) in parser
  *
  *
- * 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/parser/parse_cte.h
index 65787c25543d0a3f883d8fe2d752cdb51ac256a0..a3c05fd9f228b427a69b118c43898ce90ea4fab4 100644 (file)
@@ -4,7 +4,7 @@
  *     Internal definitions for parser
  *
  *
- * 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/parser/parse_enr.h
index 8ac4a0a36980b394b9c7c82a31fb70b08894a184..308e84edda45131bb15ebc458b6810855bd2d874 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.h
  *   handle expressions in parser
  *
- * 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/parser/parse_expr.h
index 57795a86e4a78fbec873a4f07499519bcd9525b9..8711e392af8735bf2e6508107f14eab84ce67d2d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/parser/parse_func.h
index ee179082cef659b79748bde6541873cbe8d20673..8c859d0d0e41e6d7063d67faf0244400ce16c82e 100644 (file)
@@ -4,7 +4,7 @@
  *     Internal definitions for parser
  *
  *
- * 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/parser/parse_node.h
index 8ebe95c69958b67b0e6b66acecc8ed2bc58cdcc6..e15b6229048469fe5086f6257f6d3699925ea5e5 100644 (file)
@@ -4,7 +4,7 @@
  *     handle operator things for parser
  *
  *
- * 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/parser/parse_oper.h
index b42fff296ceae75f02b000b7cc8190a916435742..18e608093cf62a069d6a30a884527956ef949e66 100644 (file)
@@ -3,7 +3,7 @@
  * parse_param.h
  *   handle parameters in parser
  *
- * 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/parser/parse_param.h
index 8336c2c5a29335b0aff2c57dda33dc56e1a408f2..06dc27995bae830fc5c1ba3d10b0897e7af48020 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for parse_relation.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/parser/parse_relation.h
index 1a7b1a92776bfe68433b181c2d66890f6192ba85..342e0d008b4bfb1adb88c2fedb26150b139b3959 100644 (file)
@@ -4,7 +4,7 @@
  *   handle target lists
  *
  *
- * 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/parser/parse_target.h
index f4585fd248fd4aa1b38fd4b08658cdf3bff2c212..4e5624d721c96bbc1033ccbeaed5fdcd9d7a6bee 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.h
  *     handle type operations for parser
  *
- * 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/parser/parse_type.h
index 1056bf081b1062a3f51092fc69b0db0dcecbdfb9..4ab07bbac4d83509f97df44eaf222001870707ad 100644 (file)
@@ -4,7 +4,7 @@
  *     parse analysis for utility commands
  *
  *
- * 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/parser/parse_utilcmd.h
index 853b0f1606189e259451dd5859f016857cd133c6..6aac0e096a102dcd8e214d4998a1d50e835f62a1 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This is the external API for the raw lexing/parsing 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/parser/parser.h
index 6e1058f1c20c226db11d6ef4562a431c387293c9..3a1afffd18d1587ae46934bd0efd732ee1310427 100644 (file)
@@ -5,7 +5,7 @@
  *   parse trees.
  *
  *
- * 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/parser/parsetree.h
index 0d8182faa0d839162ee8ab46b88ee2e1d49c55be..0843481517ee381f375a2432fd63551b99ce6fa9 100644 (file)
@@ -8,7 +8,7 @@
  * higher-level API provided by parser.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/parser/scanner.h
index 813327b707499663fecd34dc131b04b4e8c40d91..ff65224bf6498e8612a09f3ecd0097aa869b1ef1 100644 (file)
@@ -3,7 +3,7 @@
  * scansup.h
  *   scanner support routines used by the core lexer
  *
- * 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/parser/scansup.h
index 7138cb1f2abad22f51534daaeefee1e792899db0..b1e3f1b84007f21242566001def7c156e921c0a2 100644 (file)
@@ -2,7 +2,7 @@
  *
  * partbounds.h
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * src/include/partitioning/partbounds.h
  *
index d742b96152153d42af51325e5c9caf781f0d269b..aed62eaebdd2385642ca8eb95400f1c7a272655d 100644 (file)
@@ -3,7 +3,7 @@
  * partdefs.h
  *     Base definitions for partitioned table handling
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * src/include/partitioning/partdefs.h
  *
index 0792f48507ce9f3e923525d51e9f2763ef901b4c..ae1afe3d78ed0f12157a70d620766d2e5db014c3 100644 (file)
@@ -2,7 +2,7 @@
  *
  * partdesc.h
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/include/partitioning/partdesc.h
  *
index 5f51e73a4d5a798681d342e76fdb5b3d54406066..ee11b6feae55a39770e4c4fb18ba57194a707bc7 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for partprune.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/partitioning/partprune.h
index 427ffabd143c3a7f049d4b9d221c3ce981827c8c..8d2e3e3a57d0cdba0b407b112812fc83a5f6e8e9 100644 (file)
@@ -6,7 +6,7 @@
  * for developers.  If you edit any of these, be sure to do a *full*
  * rebuild (and an initdb if noted).
  *
- * 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/pg_config_manual.h
index 66f1b75060442d70bd3f42e9ef0e7752fba56e76..ec9f6e6ee341171e5fee7d12bcf4b1766500f3e2 100644 (file)
@@ -11,7 +11,7 @@
  * Portions Copyright (c) 1987, 1993, 1994
  * The Regents of the University of California.  All rights reserved.
  *
- * Portions Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * src/include/pg_getopt.h
  */
index a1ecedb7dd087af953cafbeddca5f0668adb7d22..8c63222c929dfa6c111dcb0eea639b072848cdcc 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Definitions for the PostgreSQL tracing framework
  *
- * Copyright (c) 2006-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2022, PostgreSQL Global Development Group
  *
  * src/include/pg_trace.h
  * ----------
index 5b51b58e5a806db427005c3d47f2719a6836944e..e10d20222a2bf23a61f119301bf50f0d9dc04a72 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Definitions for the PostgreSQL statistics collector daemon.
  *
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  * src/include/pgstat.h
  * ----------
index 6d47ece652044b1080dff0eb3174f8b539bc6fdd..94289f14b56d443dda8ed359ebd555dff13206a3 100644 (file)
@@ -4,7 +4,7 @@
  *   Functions for manipulating tarfile datastructures (src/port/tar.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/pgtar.h
index 92350527f65ec118a4cba1be5e305f0984ef27f1..2977b13aabb44edb84d4b253a8e61f62909706c9 100644 (file)
@@ -3,7 +3,7 @@
  * pgtime.h
  *   PostgreSQL internal timezone library
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/include/pgtime.h
index fd9c9d6f9483a645e12d1b7024e602f3233dd77d..22ea292a6df918581e1dac67c89f92ae9d748ad4 100644 (file)
@@ -3,7 +3,7 @@
  * port.h
  *   Header for src/port/ compatibility 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/port.h
index 856338f16147359d01a5f50a167dadea7f13f137..9550e04aaa5db01f1924d9ea48ec3556bfc81bbf 100644 (file)
@@ -28,7 +28,7 @@
  * For an introduction to using memory barriers within the PostgreSQL backend,
  * see src/backend/storage/lmgr/README.barrier
  *
- * 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/port/atomics.h
index efa385321e8b6aab5294de21a321d218ba96eef2..2083e3230dbe0a657edf1bb3b77ce8d315278298 100644 (file)
@@ -3,7 +3,7 @@
  * arch-arm.h
  *   Atomic operations considerations specific to ARM
  *
- * Portions Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index 0661c0e555ec1881e85eee071ed07f44d540e3d1..7a7bb6eab4fbc0484a5ba0abb7cd179b08745674 100644 (file)
@@ -3,7 +3,7 @@
  * arch-hppa.h
  *   Atomic operations considerations specific to HPPA
  *
- * 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
  *
  * NOTES:
index 45f36f2b8e9e5675e424490279b032bab351e03f..771bac1f3eef3103bdd922b312298a4c920c3f80 100644 (file)
@@ -3,7 +3,7 @@
  * arch-ia64.h
  *   Atomic operations considerations specific to intel itanium
  *
- * 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
  *
  * NOTES:
index 081429636bfbe4b9de5770d573f31c1c3d4af500..eb64513626b734dc5ada080ebfb91855eff9ca45 100644 (file)
@@ -3,7 +3,7 @@
  * arch-ppc.h
  *   Atomic operations considerations specific to PowerPC
  *
- * 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
  *
  * NOTES:
index 2cab5a327a58743970901d2de40dc59740fa3d83..cef1ba724c9b1123697acc599a290b2dc850106c 100644 (file)
@@ -7,7 +7,7 @@
  * support for xadd and cmpxchg. Given that the 386 isn't supported anywhere
  * anymore that's not much of a restriction luckily.
  *
- * 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
  *
  * NOTES:
index b344aae955e49eb5638a40ba05f859ec391bada4..1cdef5f2f6fcaf09a69d7ab5fc38b24f5faa583c 100644 (file)
@@ -4,7 +4,7 @@
  *    Fallback for platforms without spinlock and/or atomics support. Slower
  *    than native atomics support, but not unusably slow.
  *
- * 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/port/atomics/fallback.h
index 3c75b6a871b4a4fe5a3503bd722bd7d0d32032f7..842b2dec6ed5870d5f8f21582c1f07a6be4af20d 100644 (file)
@@ -3,7 +3,7 @@
  * generic-acc.h
  *   Atomic operations support when using HPs acc on HPUX
  *
- * 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
  *
  * NOTES:
index 99fda188c46e8dd40898c1b9dff85fcd228f8f66..6c566aff9601d69a6b5eeb051277154bb3e0a344 100644 (file)
@@ -3,7 +3,7 @@
  * generic-gcc.h
  *   Atomic operations, implemented using gcc (or compatible) intrinsics.
  *
- * 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
  *
  * NOTES:
index f535b4567b536e7f685c38aade0ec8db96d67ab4..6294162b4cc5f116386fdaab05bbb146827f62f9 100644 (file)
@@ -3,7 +3,7 @@
  * generic-msvc.h
  *   Atomic operations support when using MSVC
  *
- * 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
  *
  * NOTES:
index 7196021ec027f8c24fa61203fab052db211bede9..da1f8f112fe5d996d2be2631b7aa2ac806e198da 100644 (file)
@@ -3,7 +3,7 @@
  * generic-sunpro.h
  *   Atomic operations for solaris' CC
  *
- * Portions Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index 6d094dc4a40059032901efd29fcb529f93db9410..a1f245624aa208696f82ffb00b6afade73c45771 100644 (file)
@@ -4,7 +4,7 @@
  *   Implement higher level operations based on some lower level atomic
  *   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/port/atomics/generic.h
index d5078b54b3019635371a203814b0ea2df043464c..44c74fb974334b88c78dbca44bfd63e41a3c1292 100644 (file)
@@ -4,7 +4,7 @@
  *   Miscellaneous functions for bit-wise operations.
  *
  *
- * Copyright (c) 2019-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2019-2022, PostgreSQL Global Development Group
  *
  * src/include/port/pg_bitutils.h
  *
index 6dfa7757c6bbbd62bcba9f58f45089c7849bbdc6..4033d2bf39988abc07c4218fd3467c3eb5855374 100644 (file)
@@ -11,7 +11,7 @@
  * return the same.  Use caution when using these wrapper macros with signed
  * integers.
  *
- * Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  * src/include/port/pg_bswap.h
  *
index f3c4107ff99c093dd6fcfee3e1395e406e02fbd0..d7668651ba899458f0274e3ebe049ee72c9d3458 100644 (file)
@@ -23,7 +23,7 @@
  * EQ_CRC32C(c1, c2)
  *     Check for equality of two CRCs.
  *
- * 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/port/pg_crc32c.h
index 88f6615dbc65086fa63f46379a78d5fc2513152e..f0b1a71bcb83b090a6999b4ceedcd0fa859db848 100644 (file)
@@ -3,7 +3,7 @@
  * pg_iovec.h
  *   Header for vectored I/O functions, to use in place of <sys/uio.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/port/pg_iovec.h
index c1c4831595ae31e242dbfab123e53d4309319ea8..d3cb765976c3a1d1ae4cf1e136d2236e56fc46c3 100644 (file)
@@ -6,7 +6,7 @@
  * Note this is read in MinGW as well as native Windows builds,
  * but not in Cygwin builds.
  *
- * 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/port/win32_port.h
index 4d8808b3aaf3336d96f97ea0c4e4deee76eb9927..ebfd2c1583e8e6bd6603d5c8c010f56800e20ec8 100644 (file)
@@ -3,7 +3,7 @@
  * win32ntdll.h
  *   Dynamically loaded Windows NT functions.
  *
- * Portions Copyright (c) 2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2021-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/win32ntdll.h
index 39a4f0600e23737c3b35199ef213d8c78bc81140..ca09a1608f8370f2b80d09c8395968117a52721e 100644 (file)
@@ -46,7 +46,7 @@
  * Beware of multiple evaluations of the macro arguments.
  *
  *
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  * src/include/portability/instr_time.h
  *
index 566d21fb5faa2ee0a58ab50d14ce6464cf4ca3a1..b553b401239ccbcb06148733e466f471b3d26254 100644 (file)
@@ -3,7 +3,7 @@
  * mem.h
  *   portability definitions for various memory operations
  *
- * Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2022, PostgreSQL Global Development Group
  *
  * src/include/portability/mem.h
  *
index 0446daa0e61722067bb75aa693a92b38736e12df..31358110dca07165797814ff9d9bf2de1992e9fc 100644 (file)
@@ -7,7 +7,7 @@
  * Client-side code should include postgres_fe.h instead.
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/include/postgres.h
index 3cdb911faa697585f84094106207d70330ab7d33..ece853c06b49fd151d5d80a1d1207f0d7d59a893 100644 (file)
@@ -8,7 +8,7 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/include/postgres_fe.h
index aacdd0f5753ddd0525bd0a31c9cfbf712a267306..30a2b3274f8f15127db185ae3c80e771cf06147f 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for integrated autovacuum daemon
  *
  *
- * 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/postmaster/autovacuum.h
index bc3f541d29905d6b4220492ba409d9a2bf47022b..e3789fb8affcfb69bf53e1ff8da23d121bedf4ad 100644 (file)
@@ -3,7 +3,7 @@
  *   include file for functions related to auxiliary processes.
  *
  *
- * 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
index 6d4122b4c7e910453fbd1ef09b3dd03a1a6b372f..96975bdc92f4ea80a897d31069527059b6a1cf5d 100644 (file)
@@ -31,7 +31,7 @@
  * different) code.
  *
  *
- * 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
index fc7706314be557ee273902b38d8dcb695e5a6eed..75900686fc96aa7b5b85498916237e56cc76c910 100644 (file)
@@ -2,7 +2,7 @@
  * bgworker_internals.h
  *     POSTGRES pluggable background workers internals
  *
- * 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
index c430b1b2366228cf727da7311d59c4a819b796a8..2882efd67be2a6a98ee8fad194d4c4b00504e6ca 100644 (file)
@@ -6,7 +6,7 @@
  * The bgwriter process used to handle checkpointing duties too.  Now
  * there is a separate process, but we did not bother to split this header.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/include/postmaster/bgwriter.h
  *
index 64e037331e3e244627be2b72f26b9a74eb67c824..5fc8490eeb2f0ef47a12f3f9875a484cd19c7c1d 100644 (file)
@@ -3,7 +3,7 @@
  * fork_process.h
  *   Exports from postmaster/fork_process.c.
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/include/postmaster/fork_process.h
  *
index 85a1293ef1bfc70942ebcedf569f9adc37feb85f..289e0457da027743548456ea824bceb9ec93694a 100644 (file)
@@ -7,7 +7,7 @@
  * have their own implementations, but we provide a few generic things
  * here to facilitate code reuse.
  *
- * 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
index 732615be57068d8a8865127f8cc1b9261a3845fa..ed55d6646b2db680d5c479870c438ed06939584b 100644 (file)
@@ -3,7 +3,7 @@
  * pgarch.h
  *   Exports from postmaster/pgarch.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/postmaster/pgarch.h
index 0efdd7c232ef92f1a80a615c4b76a83dac4ee393..324a30ec1ab876daa1718ceda4b6b5863f8ed150 100644 (file)
@@ -3,7 +3,7 @@
  * postmaster.h
  *   Exports from postmaster/postmaster.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/postmaster/postmaster.h
index 2fb208bdb548b58752dd605098145f3e1a9ab0a9..7e39db715930d0c2de2b1da9f8616af80081397b 100644 (file)
@@ -3,7 +3,7 @@
  * startup.h
  *   Exports from postmaster/startup.c.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/include/postmaster/startup.h
  *
index c79dfbeba2a6d9f7cf485b4cf4dd22e1104942f4..2df68a196e81e257222b35107b492714605f2df8 100644 (file)
@@ -3,7 +3,7 @@
  * syslogger.h
  *   Exports from postmaster/syslogger.c.
  *
- * Copyright (c) 2004-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2022, PostgreSQL Global Development Group
  *
  * src/include/postmaster/syslogger.h
  *
index 3ccc332333c1452df9264e63a38248ecc367f161..5a3011d9c957f8ddd24c8cec35fb131607d0685b 100644 (file)
@@ -3,7 +3,7 @@
  * walwriter.h
  *   Exports from postmaster/walwriter.c.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/include/postmaster/walwriter.h
  *
index 99c4fb854ec97936f7a7fa322f9bcd962bd89624..4ac10647197a7f8d204c4957d28899360cd9d067 100644 (file)
@@ -17,7 +17,7 @@
  * line and start/end of string.  Colors are numbered 0..C-1, but note that
  * color 0 is "white" (all unused characters) and can generally be ignored.
  *
- * Portions Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 16ed7eec9bb27db785e973e435f25ca10e74fa16..062d05024a9295a1d5418d0afd192e82a298df29 100644 (file)
@@ -3,7 +3,7 @@
  * backup_manifest.h
  *   Routines for generating a backup manifest.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/backup_manifest.h
  *
index 379eb4186741913c42e89bf6e3951f84b868b196..1badcd45eb4e0e241733611c12c3072de8f24f87 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.h
  *   Exports from replication/basebackup.c.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/basebackup.h
  *
index e6c073c5674684caee979bf95af438d208a53c0a..400ea347f581b6568d238c949c4c47475b544b01 100644 (file)
@@ -17,7 +17,7 @@
  * single task e.g. command progress reporting, throttling, or
  * communication with the client.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/basebackup_sink.h
  *
index 69918080bb5369ef983984d78dc31f7e330afdaf..1db73f355497f090b3851e6e79156738f87d3861 100644 (file)
@@ -2,7 +2,7 @@
  * decode.h
  *    PostgreSQL WAL to logical transformation
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index e0f513b77384fef9449c3f890a1e09f9b7d4288e..1097cc9799aa1835d6d18fc857b10ba7e03a95fc 100644 (file)
@@ -2,7 +2,7 @@
  * logical.h
  *    PostgreSQL logical decoding coordination
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 301e494f7ba3c17e10e97bd4cfca5f9493c5a3d9..15596fe446e5b0d6005204cc5b4cc6f6ec480c64 100644 (file)
@@ -3,7 +3,7 @@
  * logicallauncher.h
  *   Exports for logical replication launcher.
  *
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/logicallauncher.h
  *
index 83741dcf424e03c4c46caf4321da318ee4ddfd93..22fffaca62d999ca005403bc6698494202a3a25d 100644 (file)
@@ -3,7 +3,7 @@
  * logicalproto.h
  *     logical replication protocol
  *
- * Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/include/replication/logicalproto.h
index 3c662d3abcf811ae0488ea6c0da1f7819b165249..7bf8cd22bd49d86034a00cfc14d20f7bdb888ddb 100644 (file)
@@ -3,7 +3,7 @@
  * logicalrelation.h
  *   Relation definitions for logical replication relation mapping.
  *
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/logicalrelation.h
  *
index 2ad61a001a113838f578a71ad1da8e5e1e5c2e45..cd1b6e8afc70d6e8e0fa691d7e9c2db4b9b130a6 100644 (file)
@@ -3,7 +3,7 @@
  * logicalworker.h
  *   Exports for logical replication workers.
  *
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/logicalworker.h
  *
index d3fb324c816238f18974f9e485180ff91944f7e1..7d7785292f14e25cf2a1f1ca28ed087cb01cdf7d 100644 (file)
@@ -2,7 +2,7 @@
  * message.h
  *    Exports from replication/logical/message.c
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/message.h
  *-------------------------------------------------------------------------
index cd0b3e194c4237c289801dadda48720e042595bb..14d5c497ce81d3105fcbd186982b35e89099b6f8 100644 (file)
@@ -2,7 +2,7 @@
  * origin.h
  *    Exports from replication/logical/origin.c
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/origin.h
  *-------------------------------------------------------------------------
index 810495ed0e422c4c8811ad0fe098b54b60471a44..41157fda7cc2d3b858f79a6f374593cfeddbd835 100644 (file)
@@ -2,7 +2,7 @@
  * output_plugin.h
  *    PostgreSQL Logical Decode Plugin Interface
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 0dc460fb70a56c3fabe84911021b7e4afb7bf391..fe1d0892aa621746a5331aa921ef6a0865dff054 100644 (file)
@@ -3,7 +3,7 @@
  * pgoutput.h
  *     Logical Replication output plugin
  *
- * Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     pgoutput.h
index 5b40ff75f796fcd54f59316fc8dfb2bd53a82b60..aa0a73382f67ec3107028b2a5ff3b1c4999f8e9c 100644 (file)
@@ -2,7 +2,7 @@
  * reorderbuffer.h
  *   PostgreSQL logical replay/reorder buffer management.
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/reorderbuffer.h
  */
index 53d773ccffe6aa40d1dafe5fc1740c8c33528c7b..f833b1d6dc976e73e2ee7f72b729527b41b50840 100644 (file)
@@ -2,7 +2,7 @@
  * slot.h
  *    Replication slot management.
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 82aa86125b92680d9a26b806c2b635a8da62bd1c..d179251aad99e0b016f8cf1a45bed090b600304f 100644 (file)
@@ -3,7 +3,7 @@
  * snapbuild.h
  *   Exports from replication/logical/snapbuild.c.
  *
- * Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/snapbuild.h
  *
index 4266afde8bea8db015d3cb82bcbac1223c6fb96a..27be230d779f58241272bc5e34b5efa702517d1d 100644 (file)
@@ -3,7 +3,7 @@
  * syncrep.h
  *   Exports from replication/syncrep.c.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/include/replication/syncrep.h
index 0b607ed777b7c045ba25404315b303023c65b20e..92f73a55b8d7723a668781d1490b9b23e14b9d4d 100644 (file)
@@ -3,7 +3,7 @@
  * walreceiver.h
  *   Exports from replication/walreceiverfuncs.c.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/walreceiver.h
  *
index 828106933caf91ba962cd339f01430f5cc5d111e..b1892e9e4be031136831bd442e26b08d8337b8d0 100644 (file)
@@ -3,7 +3,7 @@
  * walsender.h
  *   Exports from replication/walsender.c.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/walsender.h
  *
index 68571072e703df43588fdadbcbdd9c62c1fea1d5..e62ef965f70ab562d20dd838111be0e7329fee50 100644 (file)
@@ -3,7 +3,7 @@
  * walsender_private.h
  *   Private definitions from replication/walsender.c.
  *
- * Portions Copyright (c) 2010-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/walsender_private.h
  *
index 9d29849d803c533bb15be68efce78039ac11af8b..3c3f5f6a3a0c5f68e2f69b3210e5c5abd28b7838 100644 (file)
@@ -3,7 +3,7 @@
  * worker_internal.h
  *   Internal headers shared by logical replication workers.
  *
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * src/include/replication/worker_internal.h
  *
index 8c356550e1bdbdf02ec667b2f16dcada6c0d0262..6d984839836afa9da7ccb135ac91f86f77913d6b 100644 (file)
@@ -3,7 +3,7 @@
  * prs2lock.h
  *   data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * 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/rewrite/prs2lock.h
index b5dd36aab7ee75f9a37564e39243623acacdd79b..2a0d4933b53bcbd395e83b0cf310dad2262843e2 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/rewrite/rewriteDefine.h
index 728a60c0b0617f7eda6eb9ae40bfc065be282342..90ecf109afcffb8884d336c4e629bcf811afcf58 100644 (file)
@@ -4,7 +4,7 @@
  *     External interface to query rewriter.
  *
  *
- * 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/rewrite/rewriteHandler.h
index 812414e63f94f9b6e0ee73bc09042d0cc7ba307e..98b9b3a2881b0cfc855dd289126d476b1821a9c5 100644 (file)
@@ -4,7 +4,7 @@
  *     Querytree manipulation subroutines for query rewriter.
  *
  *
- * 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/rewrite/rewriteManip.h
index 08277becca1ddcc6e6961cf58e99bb11b91e18fa..8e039eb129c70da1ca8586af9a1050a5ebb12a23 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/rewrite/rewriteRemove.h
index 6be9541d4863bcc2b96d057d085c502629ab7e71..d8aac038e453dafc7bfea9535e293fa5e3048da2 100644 (file)
@@ -4,7 +4,7 @@
  *     Support for rewriting SEARCH and CYCLE clauses.
  *
  *
- * 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/rewrite/rewriteSearchCycle.h
index bf0014ffb51a9a4cfe3bf855dc5ed02ec5c7f54e..226ff66f92abbe7e0ed86b19765e873fed6dd332 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * 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/rewrite/rewriteSupport.h
index 22476de971a75016a0b852a502d1483faddb85bc..8798e7193fa9c0e71155150aef194f3f5bc03eb2 100644 (file)
@@ -5,7 +5,7 @@
  *   prototypes for rewrite/rowsecurity.c and the structures for managing
  *   the row security policies for relations in relcache.
  *
- * 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
  *
  * -------------------------------------------------------------------------
index 211750380bf8dbc3f00cd73c5f55cb8c3a366c35..b887effa3e9c28746cd2bd16a1856cce80ac214b 100644 (file)
@@ -4,7 +4,7 @@
  *   Stubs for getrusage(3).
  *
  *
- * 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/rusagestub.h
index 48521d7040a409b9f8f817ae3e5f7cf5b0fc27f6..850b72e8785faadfb71175accac588c96e49fb07 100644 (file)
@@ -13,7 +13,7 @@
  *
  * NOTE: this file should not be included into any non-snowball sources!
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/include/snowball/header.h
  *
index 55cd9252a55b34b7d370359b4c06535f79d001c3..71f852c157b203e0e1349b3d6976bc1c345f9552 100644 (file)
@@ -3,7 +3,7 @@
  * extended_stats_internal.h
  *   POSTGRES extended statistics internal declarations
  *
- * 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
index 326cf26feae7b60b67464d8b2628bf70b80f993d..4a3676278de68f82855295ccf85ea12562d61dba 100644 (file)
@@ -3,7 +3,7 @@
  * statistics.h
  *   Extended statistics and selectivity estimation 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/statistics/statistics.h
index 7aa3936899410c71d0f99129e4f35f7eb8cb030a..93d5b5080237783e7fbc30bf0f29fa622d450b9c 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES backend id communication 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/storage/backendid.h
index ba997717fd1662ade35079ed57e0af8d67e3dbdf..57d2c52e79bfb35d4a5bd3838fd48cdc40726a9d 100644 (file)
@@ -3,7 +3,7 @@
  * barrier.h
  *   Barriers for synchronizing cooperating processes.
  *
- * 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/storage/barrier.h
index 4a5c476d2d0a0d380b5681e98d6a3e0fe731bae7..4c9d3ace8eb686c4d5aaedf758c4a18bf04027ce 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES disk block 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/storage/block.h
index ad72919941daabdfee620eddd334a7902212fdb1..aec01ca0ee049965d40515017d3f9f07bee1c788 100644 (file)
@@ -4,7 +4,7 @@
  *   Basic buffer manager 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/storage/buf.h
index 7c6653311a580def15e90c23cc83cf3d225f7394..b903d2bcaf04df3d427739d375ad5f187867c8c1 100644 (file)
@@ -5,7 +5,7 @@
  *   strategy.
  *
  *
- * 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/storage/buf_internals.h
index 7ae5ea2dde0b0c028ec22d6e3b89e2b4967c5a89..a4922d18530a4aebbbc6d5281dc5bef968ae9b9b 100644 (file)
@@ -15,7 +15,7 @@
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * 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/storage/buffile.h
index cfce23ecbc8c65e91e953430401c0e5eb26fc7d3..dd01841c30078c5d2ad01707afabd5d538bba0aa 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES buffer manager 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/storage/bufmgr.h
index c86ccdaf60844f3e931790e553928a569edb9b3b..e9f253f2c8ad68575e34ea826705148a65b31a03 100644 (file)
@@ -4,7 +4,7 @@
  *   Standard POSTGRES buffer page 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/storage/bufpage.h
index 80d2359192198ea2d08a5a715f0b664e04e6bc76..1904fabd5a23f74c3969ae894d6798d10f498a94 100644 (file)
@@ -3,7 +3,7 @@
  * checksum.h
  *   Checksum implementation for data pages.
  *
- * 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/storage/checksum.h
index ef30268330a733fee7fa9ed037c5da32bfb9165f..015f0f1f837ea2248285c7fd62a96f233326fb76 100644 (file)
@@ -8,7 +8,7 @@
  * referenced by storage/checksum.h.  (Note: you may need to redefine
  * Assert() as empty to compile this successfully externally.)
  *
- * 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/storage/checksum_impl.h
index 6310ca230af04f547747a473387ab264072f7414..e89175ebd5c52fc41d683e5dfb38c3dedde782e9 100644 (file)
@@ -12,7 +12,7 @@
  * can be canceled prior to the fulfillment of the condition) and do not
  * use pointers internally (so that they are safe to use within DSMs).
  *
- * 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/storage/condition_variable.h
index 2c3936b0dad8b50dd6599bc1aff0842072c38041..50a26edeb061033451a75b3758e75747423971bc 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.h
  *   Copy a directory.
  *
- * 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/storage/copydir.h
index e4e3e9b3f742fe279d9cfc935caaf5b45bbbcf9b..4dd6af23a89a5e3c89a55ef5b34411015e3ba1ef 100644 (file)
@@ -3,7 +3,7 @@
  * dsm.h
  *   manage dynamic shared memory segments
  *
- * 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/storage/dsm.h
index ff72f7b0e58a0172fe4866e5d1f0fbdcce1377f2..f60b76f075bad7d314460a586035bb454ecc4b4a 100644 (file)
@@ -3,7 +3,7 @@
  * dsm_impl.h
  *   low-level dynamic shared memory primitives
  *
- * 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/storage/dsm_impl.h
index 34602ae00695d380177d4ec7283662b26fc1f461..29209e272433386f23aca6b01b473921da64e535 100644 (file)
@@ -4,7 +4,7 @@
  *   Virtual file descriptor 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/storage/fd.h
index be0e097834599d37c9cbdfa3245bbc07eb9d6473..ad378847171d9479ff4a258371dbf5eca5e851d0 100644 (file)
@@ -3,7 +3,7 @@
  * fileset.h
  *   Management of named temporary files.
  *
- * 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/storage/fileset.h
index 600826ca4b78a99d9d289a01aeb63bceec9afd32..dcc40eb8011806d613697f1783442b915fc0eb56 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding free space in relations
  *
  *
- * 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/storage/freespace.h
index 09749769b3c8d0c7b6cb50d0c45b2d1d2f9c7e35..a6f837217d7d2fef2249090f57b54bf629fdf0c3 100644 (file)
@@ -4,7 +4,7 @@
  *   internal functions for free space map
  *
  *
- * 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/storage/fsm_internals.h
index 1885b816a2731319ee903a3d74d447e0cddb60fb..04c1a051b255cce0303a97e087b68526d9e0d3c1 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding an unused page in index
  *
  *
- * 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/storage/indexfsm.h
index 7a1ebc8559cd635f7375615cbdb1098c69a0c213..fade4dbe6391764e2240be087b0ea42c8c2c8f3f 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * 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/storage/ipc.h
index cb439655362bb31c8563eb28ace207447b6229d4..6f3eaebc02acd114f76ad6e95cf48b505e7343ca 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES disk item 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/storage/item.h
index d1f0e382485c5295d7ac215637af6178cb26d884..e33637ff21e3d57ff87d72dc19b74bafb75af433 100644 (file)
@@ -4,7 +4,7 @@
  *   Standard POSTGRES buffer page item identifier/line pointer 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/storage/itemid.h
index cd4b8fbacb2840129a679fbb9b1dbeb285a658d8..81947bc6575c3c7134c7b54761db004973bbf014 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES disk item pointer 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/storage/itemptr.h
index ae1e2482eaa572d309e1fe3776c99bec527aee2f..274b97fd422bbb5064ddb1f9a6b7609feaa37335 100644 (file)
@@ -5,7 +5,7 @@
  *   zillions of large objects (internal, external, jaquith, inversion).
  *   Now we only support inversion.
  *
- * 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/storage/large_object.h
index 44f9368c64471e282b4694351ecc96768afdb41f..3aa7b338343e3bdf4f2c84c07b9f61bd9beda16e 100644 (file)
@@ -90,7 +90,7 @@
  * efficient than using WaitLatch or WaitLatchOrSocket.
  *
  *
- * 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/storage/latch.h
index b009559229b667e234a08b85fbd29c0fcd6e1fae..49edbcc81bea87a331c21afb90f2a86d0051aa65 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES lock manager 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/storage/lmgr.h
index a5286fab893bd62dacb2a1b6eaecb83f8913ebc1..dc537e20f2ceb5fd29d1c98412606b2c2146fb7e 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES low-level lock mechanism
  *
  *
- * 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/storage/lock.h
index c412ecf1ec8b6c199c5b3c388fcdb784cfa127db..350ddd4da49912b7dfd171b167fa571069ee2e71 100644 (file)
@@ -7,7 +7,7 @@
  * contains definition that have to (indirectly) be available when included by
  * FRONTEND code.
  *
- * 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/storage/lockdefs.h
index a8f052e484526b6f89f37376e112931c947f78ad..124977cf7e3492a2659a302fabe0af55e2c93e75 100644 (file)
@@ -4,7 +4,7 @@
  *   Lightweight lock 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/storage/lwlock.h
index 752b440864d843f0d9156c156a148c98eabb7989..ffffa40db7197a04e0b9f18316a13f096d0f9a7c 100644 (file)
@@ -4,7 +4,7 @@
  *   magnetic disk storage manager public interface declarations.
  *
  *
- * 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/storage/md.h
index a5df0ab219dd30235309ee74fde7776843bfcc31..e6573acad7556cda0ecc7ea51a0b390fd5f33c2f 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES disk "offset" 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/storage/off.h
index 3112a8ce22d95e01cf7ea0a7ad7c80ad5f5b1e7b..5ca941ae3e0f5340479d6499d4f47cd6641319e3 100644 (file)
@@ -10,7 +10,7 @@
  * be provided by each port.
  *
  *
- * 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/storage/pg_sema.h
index 518eb860657b280c3ed1b326aa02149fdc54b7f2..50e5c5f99b3f89123368c5b222bd6df28f346ea7 100644 (file)
@@ -14,7 +14,7 @@
  * only one ID number.
  *
  *
- * 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/storage/pg_shmem.h
index 8ed4d87ae6d818abfc9529d0a77b989a312057c2..ea42c2072d14eae337e38ea5e299d01b5d4cb8c2 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for signaling between the postmaster and its child processes
  *
  *
- * 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/storage/pmsignal.h
index 152b6986114be074fc03958761369b140d673ea9..ba12904f22a250ecf3ce2ceaab3eda5844b3d22e 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES public predicate locking 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/storage/predicate.h
index f154b3c3b85478eb694f4d46e5043d4afa0dc41c..2416d3c2248ff51ee810c2504b6f0b8fd347c0cb 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES internal predicate locking 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/storage/predicate_internals.h
index 44b477f49d7d1f30b99eef50e646ac03b9402956..a58888f9e9077a37f8330842d991093c036ebde1 100644 (file)
@@ -4,7 +4,7 @@
  *   per-process shared memory 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/storage/proc.h
index b01fa52139af3747122c4d280fd1b14662952a16..e03692053ee4f1eaab67ac2e8060d6f67af4fd47 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES process array 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/storage/procarray.h
index afdd4f8f0be1bf2e47440210e90efb92e853ceb6..509e341b4a6c687be1741df76d7ab98ee950b166 100644 (file)
@@ -10,7 +10,7 @@
  * See proclist_types.h for the structs that these functions operate on.  They
  * are separated to break a header dependency cycle with proc.h.
  *
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/include/storage/proclist.h
index b2d6e8265e20ec313bb557aa7b30cd525ca711bf..523267940aa7cdda710663b125dd86242046577c 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See proclist.h for functions that operate on these types.
  *
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/include/storage/proclist_types.h
index eec186be2ee707820bdf4df52e7efc72ac8de8ca..a121e650665687bf86fbade521ec045eac80cc23 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines for interprocess signaling
  *
  *
- * 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/storage/procsignal.h
index fad1e5c4732a2009d445a11b4d53d35f74f99485..bf2c10d443ec5dbbff482922563db628b8773394 100644 (file)
@@ -4,7 +4,7 @@
  *   Reinitialization of unlogged relations
  *
  *
- * 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/storage/reinit.h
index 5e36d3b93ce01ae570f0ed8051ce11a4bc477ce4..4fdc606cc3c1deed38cd123e845b75a413f970d6 100644 (file)
@@ -4,7 +4,7 @@
  *   Physical access information for relations.
  *
  *
- * 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/storage/relfilenode.h
index dccbd299ced04aa6622efbb656dd1275122958b1..8a5a905e380961c459e2114f4fefa8e13dda4d9c 100644 (file)
@@ -86,7 +86,7 @@
  * when using the SysV semaphore code.
  *
  *
- * 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/storage/s_lock.h
index 59becfbef827d8475392ea326ad2563e7fe51a9a..b1cde36d0bb5ce99c0a9f5e780ec28ba735a7f27 100644 (file)
@@ -4,7 +4,7 @@
  *   Shared temporary file management.
  *
  *
- * 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/storage/sharedfileset.h
index cb1c555656ccefd90b4e84217a99ae37a17caeec..f5220baa781193e7a9c6a2c14897fd6b28b48c66 100644 (file)
@@ -3,7 +3,7 @@
  * shm_mq.h
  *   single-reader, single-writer shared memory message queue
  *
- * 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/storage/shm_mq.h
index dd29a59351e8373d6e97afdd7080a90088c3f9ab..153a57cf1784427a3b7938505c699d84f475ad58 100644 (file)
@@ -12,7 +12,7 @@
  * other data structure within the segment and only put the pointer to
  * the data structure itself in the table of contents.
  *
- * 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/storage/shm_toc.h
index 31024e5a50f39dbb7e5bef1323030c4d817136f3..de9e7c6e73fc66bb5368be16adf2f137cb2d94b3 100644 (file)
@@ -11,7 +11,7 @@
  * at the same address.  This means shared memory pointers can be passed
  * around directly between different processes.
  *
- * 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/storage/shmem.h
index f03dc23b14607e4544da865e1cc79088e3f0ebd4..593a4211af671d7f0cbd9040112465f45052cce4 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES shared cache invalidation communication 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/storage/sinval.h
index 14148bf82010dc09ef0428cd02a2c490baaba29a..91e24189a7a63c0d686f936d7bec9d1ed6c9618b 100644 (file)
@@ -12,7 +12,7 @@
  * The struct type SharedInvalidationMessage, defining the contents of
  * a single message, is defined in sinval.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/storage/sinvaladt.h
index a6fbf7b6a6c8a33fb6577f70278527fac53116aa..052e0b8426ac481ca07bc3c57797f33d6f61ba13 100644 (file)
@@ -4,7 +4,7 @@
  *   storage manager switch public interface declarations.
  *
  *
- * 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/storage/smgr.h
index ef067981429e34aed32369b92a1e9820cdbbca9d..70070ca9abeaa2d0b98bfd91b1a919ae0eca8e83 100644 (file)
@@ -41,7 +41,7 @@
  * be again.
  *
  *
- * 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/storage/spin.h
index 38fd85a4316c1db8d4a4c6ebcdcc643495206a14..58ea21aa1323439c113507262877e011c5dd8a06 100644 (file)
@@ -4,7 +4,7 @@
  *   Definitions for hot standby mode.
  *
  *
- * 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/storage/standby.h
index d99e6f40c6dfde36791c43c6086ab5ce894d19f1..c0234b6cf387cbc67777eff09f7a4683e57a769a 100644 (file)
@@ -4,7 +4,7 @@
  *    Frontend exposed definitions for hot standby mode.
  *
  *
- * 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/storage/standbydefs.h
index 6fd50cfa7b7be30b7d96cb0f6dd36ddb50736c09..9737e1eb67c8631a753ca3a3d26076d76862b0b0 100644 (file)
@@ -3,7 +3,7 @@
  * sync.h
  *   File synchronization management code.
  *
- * 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/storage/sync.h
index f67b2528f61a2f97ef3cc3fe83b53684962fd9b8..b9e8992a49893ee92a43c5d891d49bb1afb670c6 100644 (file)
@@ -3,7 +3,7 @@
  * cmdtag.h
  *   Declarations for commandtag names and enumeration.
  *
- * 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/tcop/cmdtag.h
index 9ba24d4ca9a35908b9c74f0a15e069da32be123b..4bc7ddf4107d76547f4c12c14950432432c761ac 100644 (file)
@@ -8,7 +8,7 @@
  * determined by the PG_CMDTAG macro, which is not defined in this file;
  * it can be defined by the caller for special purposes.
  *
- * 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/tcop/cmdtaglist.h
index 371c6f33bc102a461d7d420fbe6b2f7d148baa76..94de13d99094d004ab196f2c68da1bd17497a842 100644 (file)
@@ -2,7 +2,7 @@
  *
  * deparse_utility.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/tcop/deparse_utility.h
index 88a7e59de548b468a0585fa965524dbcea7d3ca5..3c3eabae6749117aee3af2479a3aa770c50ac9d7 100644 (file)
@@ -57,7 +57,7 @@
  * calls in portal and cursor manipulations.
  *
  *
- * 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/tcop/dest.h
index c4d7a47dd72c71af5fb906f2f44eaab1b535f917..cb15a16a99e60b3e586068c85be8f553f3ca5879 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.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/tcop/fastpath.h
index 2318f04ff06fb847ff7ffb4dd5ebe52eba61849e..f9a6882ecb0aba1625a51bde942d7e78519b9d80 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for pquery.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/tcop/pquery.h
index 5c77075aeddb1f9c43eb355acb8e163cfee24d1d..15a11bc3ff111bd5c205180f7d0acac0802b698f 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for postgres.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/tcop/tcopprot.h
index 212e9b32806c74ff49b18d55394dfcb0257cae4c..f9daf5b744cf04e7a01d5adc6dcd59bbc8dcb546 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for utility.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/tcop/utility.h
index 5411926e9e6e642e958bc1eaa64217f60e4e6a09..c72f2702caff4caef542978acfcec7863a28da7f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Declarations for fast regex subset, used by ISpell
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/include/tsearch/dicts/regis.h
  *
index e03ed423721c2cf5c08bf32d6709915405be7ad5..978f43a603c8d3c175eab252a16468ffa462de90 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Declarations for ISpell dictionary
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/include/tsearch/dicts/spell.h
  *
index 888f7028b1eabc9f9022112bff3c4bf3787d1e86..5e70d74b414c1dfefaf371f86848e8c9a758f3c8 100644 (file)
@@ -3,7 +3,7 @@
  * ts_cache.h
  *   Tsearch related object caches.
  *
- * 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/tsearch/ts_cache.h
index cfd34b3244357bc3cef6bd6c15f2f46c6be6b62c..7d7c4e16c621c4921a936c5a206a14a9e9f3e9db 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.h
  *     locale compatibility layer for tsearch
  *
- * Copyright (c) 1998-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2022, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_locale.h
  *
index adb9ae5fb9c29c08fbcb944a27561d092cf68b22..bde1e8abc13c9ec18d28d0529670e40eda6f0419 100644 (file)
@@ -4,7 +4,7 @@
  *   Public interface to various tsearch modules, such as
  *   parsers and dictionaries.
  *
- * Copyright (c) 1998-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2022, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_public.h
  *
index 7f44f1b14d39bf92c35f99bfabeee4755910e08f..1a8bad8491462611930f2c9a4fb87277f762430e 100644 (file)
@@ -3,7 +3,7 @@
  * ts_type.h
  *   Definitions for the tsvector and tsquery types
  *
- * Copyright (c) 1998-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2022, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_type.h
  *
index 4266560151f1465b5e9ea5ec6b4b54ce1423b010..c36c711dae0d1a03823f8ec4e138912493f5f3c6 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.h
  *   helper utilities for tsearch
  *
- * Copyright (c) 1998-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2022, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_utils.h
  *
index af771c901d1e1fc6e07c10afc290b95c3eefa669..1ce4c5556e70610b3f02ea0de992e5806b501318 100644 (file)
@@ -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
index 946ba7aa1aecd674cbc42ce5e9671a1872f97eb4..361284d8eb61a242591dbc8df43387decfd77c9a 100644 (file)
@@ -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
index 4ae6c3be2f8b57afa38c19af2779f67c782e4efc..2dba156d350528bc62e90b6bd44b65d16bae48cc 100644 (file)
@@ -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
index d0483b2aa76d7ef39a0e1e16a87f1518ed43af8c..7ad01d012d661c74cab312cb55ceef9bf6be6fa8 100644 (file)
@@ -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
index c246f40742794cc66dc60d036f48a4882cca9d71..aed80197fc8ad961d7166ca7e1828ea4e9415836 100644 (file)
@@ -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
  *
index f55a9b6ee886c2be0dacbae5923095248d45876f..cee6f5f18b4caff4e9f3c396618d2b181304a363 100644 (file)
@@ -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
index 53bddf665b1dfa94c64769d4e73fa6037b3cb769..47bf8029b0985e19b137b0b1cb65696300ffd3ed 100644 (file)
@@ -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
  * ----------
index 8042b817df563132ff59c27b5023d6a61864fcc0..8217d0cb6b7902e5984d94362e0d2da575f93b30 100644 (file)
@@ -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
  * ----------
index b07eefaf1ed3d78b657c6c0e8d7fa8d16fe92a07..7ac4780e3fce5f6a4c043f369eeb5d2f137d9107 100644 (file)
@@ -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
index eb9df9e4f7b0db117887792d5bc0bed67b5ad5a6..dfef8e2d520a276a446e1a70e8734081e15ff9b4 100644 (file)
@@ -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
index ddc2762eb3fa8bf0e4948f2abfd991a8d97ce26d..d81e6fabb739be5b2caa785676fdaf891b48d3df 100644 (file)
@@ -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
index 7f2e1f7019d6604645a45811bc1bbfd17384dfb6..80fe6d2ceac2d9cde59a6ad07c62dfa8ed6343ae 100644 (file)
@@ -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
index 89f15e72fa80360c1a65a036fe6eda853e3604fe..91ae24254dfc45a537a9167068082a3b2a08bd4a 100644 (file)
@@ -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
index b56086c9d643029fd2d8d98f0732d99f91350072..0d158f3e4bb5e548a91832cc464e688cb8237995 100644 (file)
@@ -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
index 8a59f11006fb5c625843e28c9d0c5c5f230938db..d7de961f34f82cb987714799389b293ada4ff748 100644 (file)
@@ -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
index 74b69de6b011095c52bd477e1761b1571341a8bd..405606fe2fd834178e3326b4e4ac33d49863d282 100644 (file)
@@ -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
index 2f6adc2ef9c5a3a85ddc76c1e3bd2456d8b66cdd..28fa58a66297712df6b208460e7c2a7a6913f3fe 100644 (file)
@@ -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
index f53607e12eb81de91cd4e933a210dddf7588a980..8df2799dc29fb3d3fdd93d6769bf3a7ae5381b26 100644 (file)
@@ -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
index 58ddb71cb12a1e314aabfac93c713b1aa3428c63..ddb67a68fadf271b658f3d395aad4225ca85a675 100644 (file)
@@ -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
index f1815a8cd6a9d0716da8dba7ae3ddf71275e7512..ffdb0c45bdf244dce6769b3b8350415557e8cf2d 100644 (file)
@@ -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
index 0f744b175ef7e7be8b4b18ba0548367d6218cc5b..be60e2ce530f2ef55af4d812168c46163f290193 100644 (file)
@@ -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
index fcf7bd581bd977cd8768bbdd8d198519efb4798a..4bf0e3ac07afe94b0a6eb34a3e600141f5b84d6c 100644 (file)
@@ -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
  *
  *
index 21a5f21156f7f82690e95428fd9dc1f6a8cf003e..e5f53d6295024a40d3c438e011e0c7cc5a499bf5 100644 (file)
@@ -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
index 93f979f32091feaece474f56c0c2b889d5e1c57a..851e787bfdb89ec855dd10403d3e3b89ce5d3c3a 100644 (file)
@@ -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.
index 59f50ad30c68857e5e5b860c215ccc4d3fd797ef..08064b10f9756867f7c4dc22f97f1c69e129b6e7 100644 (file)
@@ -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
index 0b87437d83a9397ed808115ea4c7ffe264ed252d..719030777e4bb87e4e7ded82d9acb270eb2d0ea2 100644 (file)
@@ -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
index aa18d304ac03a7eebbdd1aba1a55495562f0c1a0..6bb81707b09d8b59accf957ac8029f8e48e0c13d 100644 (file)
@@ -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
index 6b40f1eeb8c20828ed57132eb7a4f7b1131a3ac1..f7e54a87b7b840d624815ec8317fd630c23a3eee 100644 (file)
@@ -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
  *
index 3f277c740b086f0546acfcbe30b627e57d3b7841..dc23ae2efb98f6f49ca60a947dcf1cdbe753ead8 100644 (file)
@@ -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
  *
index d7af0239c8c3889d82f7c5918ae3100edff643dc..854c3312414a978aa7fcc2066f1cd37ebc96a275 100644 (file)
@@ -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
index 289b1b709a34d62b30dcc338f3682c6930ebf598..6483522e6b83a2731f7d9ba5bc49baa6096998d8 100644 (file)
@@ -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
index d8c59ca6e6ee2872bebb7b6de98855bed82d15c0..3073c0307ebfa3774ffe50c9ae7d7c908e664cb8 100644 (file)
@@ -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
index 6571188f9030e76cb0c41503e19f39f85fca5f7a..f0386c4008e64740f86cd75274e5939e2b7774e1 100644 (file)
@@ -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
index 877e66c63c8deea574dcb5916fce73a804dcc19d..0e0323b91a0434cd94b3d9f8446cb3c70863e971 100644 (file)
@@ -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
index 7daf09f20e311d76ad03242f817e4922b5c6f2c7..8a84a0cdb466551137b1ec3dc16712e39b5c7636 100644 (file)
@@ -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
index 4e07debf7853af14a4cf5aba1f9ad83518ede700..4cbe6edf2182453b14baf7f6c27baf128a01f466 100644 (file)
@@ -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
  *
index 0ca48591d04c01c3dbd42e8cb2b13be810fc66c4..865b2ff7c11b99d33fc44dd35d83f30a210caafe 100644 (file)
@@ -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
index 87d302b7028526c1e766ac9458378fa4ea9e1271..cd0b5d5b61cd69d0f8cb4b701dcdc0f13fcb0543 100644 (file)
@@ -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
index 758a19779c689328c6c502bdfd9231bd39b5f71e..8c742ac491d8c8d38ed65f94c59bca93c44b0547 100644 (file)
@@ -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
index 77871aaefc330c3c3f554af8bb7571fcd9178181..b8dd27d4a96085b9aa5746f0102c4ebe493055ab 100644 (file)
@@ -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
index e88b4c6e8efbb14079ba1768bb14d9d034cb8b7f..6876e0aceffb9f668667605282747d77e9b5a2db 100644 (file)
@@ -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
index ff872274d44fbf96b5525bc87840464f5c0efed2..019700247a1a2edc3f0338c927b370f80ee1f45d 100644 (file)
@@ -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
index 70e9a5370132fcbe0739b7e730107556af36e8d7..915330f990bb8845e91b8e52387692f45835e0bf 100644 (file)
@@ -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
index 91ac5ed7714f72a7811d745e3137e6716c6eafbe..21cd5a5cbf5ba8ef1f1048e96624c017175225cb 100644 (file)
@@ -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
  *
index c9c73f114b3b647d5b3bea699cb673ad7e95168e..e5b9d357065e9d017f9498e93b37b64cd0ce4046 100644 (file)
@@ -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
index 399e5c84a4ad604c04f1422ca3c045def51c6136..332575f518a125e3f15072c97ef063b7a181646c 100644 (file)
@@ -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
index a451bfb239db0b97375293d93dfe87a8cf4d44f3..3394e1fcdbaa1b49b439ab5d938144cdf13621f6 100644 (file)
@@ -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
  *
index dfbae9d8c024188c7f8e43c3002ccefc37e20dab..48a064ec3247dcbdc7d6917c812e3028f1cb2b05 100644 (file)
@@ -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
index 2946f46c76f9753d1ef087ad44ba77ccd9aab2ff..b4a27659837eeb202c74023c8a0a3b3c13b8d732 100644 (file)
@@ -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
  *
  *-----------------------------------------------------------------------
  */
index eeeac5ccc000b18db8d53f497e45cb5b882b4a25..7b708f10736909dfdbcbe93af73ca65048440bb5 100644 (file)
@@ -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
index c0def804eea903e23e278c1c9112c3152373d396..a6344abd1071121ed9e52f997c4fdae3ff9f44cc 100644 (file)
@@ -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
index f5305a875e104af9bcf6f4e48b70916aa5ed8c5b..14bfba42a9598d1ad8389bb9ca879ad216949c96 100644 (file)
@@ -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
index ff09c63a02f1465d5268e57f6b58d053b7650c54..95b99e3d252f0f2f2b24807342a518f1f26d53fd 100644 (file)
@@ -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
index 37b1817ae91af88498bc51b7eb71205d391f006e..aeddbdafe56a9c5f60d981bbddcab4fe4c4e981a 100644 (file)
@@ -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
index 78f2f5695309960f8184cc3b1cfe73ebe8532d87..23a16a91d8b65bec3b6aa451807ffe0a4019352c 100644 (file)
@@ -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
index 7af6652f3e0be710fdd4cf4266258251f97a5b82..a4c277269e0374814229819054171e21fc70e214 100644 (file)
@@ -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
index 04c302c61997c59f14b9ac38fb2ee693ffcbf26a..993fad4fc2a2828d1d4f18bfa10f79919dcccd71 100644 (file)
@@ -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
index 308a7faaa42ceda9c307784593f73872bf5fb915..a36ceba7ad723fdb6bca579d7a44445178b30ade 100644 (file)
@@ -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
index 31281279cf90dc5a32371f7560387db2625f8ae2..6da1b220cdc1da92c8c8dab66bc9c018c92c71b3 100644 (file)
@@ -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
index 82316bba543c8d2285b5a2c04c58677a14548746..84d6afef19b77f5368ca1b19241c174b28ce9e12 100644 (file)
@@ -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
index 405b1123088d3d94870dc3d7579274352f11fa1d..77d8046505ec7d33096d12eaec542beb6e6bdd93 100644 (file)
@@ -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
index c0d14daad93669c5e4b0993f270f19f87430c3f2..9fbb5a7f9b554d6486a1bc273f54f3a7a4b9b5c0 100644 (file)
@@ -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
index 55965f28d5aac8f6a2cad61f2f16328e1f4523fc..fdc2124d2c7a2065964511114ecd4d7fdff0529f 100644 (file)
@@ -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
index 7dc7699b5c6f1f69917b4c72f97bb1a5c99e3d5b..9bac164a47e4a8d53bedf6455e154339fb4c5e9a 100644 (file)
@@ -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
index 109ac31b24851316b70c702ca9987e9b81b0b473..4aff7015f9276d94251f6e58aa1973ca7c7f9b55 100644 (file)
@@ -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
index 6dafc87e28c45a1c163683b907bf9b55e404609d..d01cccc27c192e78400ebdd8b7c0cc3a7c4a8ce0 100644 (file)
@@ -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
index 46b32347c3522b6387c11ba4002d4f304d2dff59..c1896d67356e5aaf00f13dd4865bb84aee07b2e4 100644 (file)
@@ -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
  *
index d333e5e8a56d03f505d1bc7d7a1e60cefdc74046..e8090c96d7380339e32f29bb77d7f6e82450b90b 100644 (file)
@@ -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
index 74ce8f9dc3cd240a4e06188662f7be993ac4a540..c773b59bd9713a872f301647190b564ee951a0c1 100644 (file)
@@ -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
index 9dd444e1ff5dada05bafb0e2d56ac5e161544d5e..8f3d73edfb2bb04f58e7c5f7a1e31e77b8b2a34a 100644 (file)
@@ -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
index 01ad6efe514c5b6c497ed5d4ba06583b6774745b..79be13d54b4c55820e7e348bd32b31415cea5953 100644 (file)
@@ -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
index c6a176cc95de4335020682b7583977d9d17feb0d..293c753034ae0d5b5bac237ea47a0604c58f9db3 100644 (file)
@@ -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
index 6b60755c5390817340fd987e3fec5835ae2c4213..4e96f1afdc9dd8ec330fb34c375b630e7b7a7072 100644 (file)
@@ -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
index 2f12a8b8eb2009c01633c56fc5c3c2c3b239c9b3..6e3cab82d25247660a18bce25788944d75355271 100644 (file)
@@ -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
index 26ac680ff7aa0a65a3aa76d7fd0477ab6585cb6d..68cc0aed7c3f9904fed51b8eca37b17c004f373e 100644 (file)
@@ -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
index c8cfbc30f6058b76ed937b369e6795e569f0f221..9c1a76e8bb6608e8c579dc67613256005277c344 100644 (file)
@@ -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
index 2cbc5de4d99526557279333fb1c13253fbdb8e73..099f91c61da20c3594cdc59387a9ccea330799ac 100644 (file)
@@ -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
index 63bf71ac61f790039ccd51ce134884d0516c8aa4..c1a74f8e2b02281225c835c78b7662e688501559 100644 (file)
@@ -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
index f94949370b4ecd0c27674908974a6f7e266ac6c0..37f79de8c66f97a5b6206aa0a0747c7e32ff14cd 100644 (file)
@@ -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
index 99b1bc1e64be46e36b4605c1d0d55d84400f3a45..399a8493cf534af4a03f6d8141c5d4ec8cc0b0f3 100644 (file)
@@ -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
index f3bdc6fba601d54de4bcd95cfd33a562968766f3..431ad7f1b39b8295be82eef78326c7e37533e68d 100644 (file)
@@ -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
index 4bb42a347a1599932db4ba07ba35e947040914ec..015b1773d3d3e92fb23a56f4473864855dff0498 100644 (file)
@@ -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
index bb3ca107e56f2e1f88d1b0e94a5c800770cc06aa..0029da4e7f6c81c5cced4673c80450345579f457 100644 (file)
@@ -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
  *
index 2fcbb5d49aa5a55d5527d8053a97b3a4eaa7ad79..039ba860cfcd69522eae51e20c3b9360b2c5a1c2 100644 (file)
@@ -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
index cd12252ed93b53f92bd5c44326fd2257ae0d8ccd..c45208a20486f24ed57b022d915a760f5f4d748f 100644 (file)
@@ -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
index 8785a8e12c1dd06895b52ff8a5ff0f14b26a83d3..e0b2f56f47e3c67616c0fd959494695455176ba7 100644 (file)
@@ -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
  * ----------
index 8f59d793cd1be62faf25aa2b355f823a07f0ea57..b702fc1a910a79e1ea9fb75d3b23bb4d723b756f 100644 (file)
@@ -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
  *
index d79668f3c469fbcee416eaf967d5046e1123092f..c1de08d15b8b1517ae46f77d68fef9b29ac3e730 100644 (file)
@@ -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
index c5324aa8f1d885dfede5e36a6640e7de26095bcf..5a620a2e4297465129663194ad9a19c05bfcd61f 100644 (file)
@@ -19,7 +19,7 @@
  * function in nodeWindowAgg.c for details.
  *
  *
- * Portions Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2022, PostgreSQL Global Development Group
  *
  * src/include/windowapi.h
  *
index 1c2866fa338a2b7bf4f824e3291e280616e17df8..867ad55539aaf16a3e0df404e83a2fcd35065c9e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg compatibility library
 #
-# 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/interfaces/ecpg/compatlib/Makefile
index 13c4bebc0667f5a50cd150387a5846a30a648e86..b00229f3fec983180aad8d807d8dda0074611a3a 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg library
 #
-# 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/interfaces/ecpg/ecpglib/Makefile
index 513af51753edd81303e2eed675f358074b0027e6..763787f22da90dcdec7e1239c0c6baecebfb3493 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg pgtypes library
 #
-# 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/interfaces/ecpg/pgtypeslib/Makefile
index 29479f96e9771dd54f5075e7f3698affe8fc58b9..ef6d645dee186c1677eb326016afff90707f3dc2 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/ecpg/preproc
 #
-# Copyright (c) 1998-2021, PostgreSQL Global Development Group
+# Copyright (c) 1998-2022, PostgreSQL Global Development Group
 #
 # src/interfaces/ecpg/preproc/Makefile
 #
index 51c5dfbfe600a8562f01e7f0be835aabdb1f1eb2..f99e3d74bcb34a1be139dee0382188e88a9e6d8f 100644 (file)
@@ -7,7 +7,7 @@
  * by the PG_KEYWORD macro, which is not defined in this file; it can
  * be defined by the caller for special purposes.
  *
- * 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/interfaces/ecpg/preproc/c_kwlist.h
index c0b5d1924acd34845a8761f3095ca7f55a6251a7..0a3fafc39fa29f4ebd2422ac59238abf55f9a8fd 100644 (file)
@@ -3,7 +3,7 @@
 # test parser generator for ecpg
 # call with backend grammar as stdin
 #
-# Copyright (c) 2009-2021, PostgreSQL Global Development Group
+# Copyright (c) 2009-2022, PostgreSQL Global Development Group
 #
 # Written by Michael Meskes <meskes@postgresql.org>
 #            Andy Colson <andy@squeakycode.net>
index 13e0f8cf9c2c32ee0703cf0fada02ea20b527a66..6fff9e78ede33a0f290bf07a00b052da2dd5b4cc 100644 (file)
@@ -1,7 +1,7 @@
 /* src/interfaces/ecpg/preproc/ecpg.c */
 
 /* Main for ecpg, the PostgreSQL embedded SQL precompiler. */
-/* Copyright (c) 1996-2021, PostgreSQL Global Development Group */
+/* Copyright (c) 1996-2022, PostgreSQL Global Development Group */
 
 #include "postgres_fe.h"
 
index e4b77fa065bac6d4e51f70a20571f8388adebae8..d1cde691c003f37f406a9c9f41da37aa94f2dc97 100644 (file)
 
 %type  <action> action
 
-%type  <describe> ECPGDescribe
\ No newline at end of file
+%type  <describe> ECPGDescribe
index 3c466f84d8ee9c411a654f87bf2b2e1aee509159..0332e9854426d7d92460dafd59816242757d18e4 100644 (file)
@@ -7,7 +7,7 @@
  * by the PG_KEYWORD macro, which is not defined in this file; it can
  * be defined by the caller for special purposes.
  *
- * 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/interfaces/ecpg/preproc/ecpg_kwlist.h
index 83609e31a20bbab2a565f9feba5a9b643b07ff5f..16e65745298c642b940140a0bd7f52bd2c5a3a35 100644 (file)
@@ -4,7 +4,7 @@
  *   lexical token lookup for key words in 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
  *
  *
index 1e24801a6fbaf5a17a85011e0f41ce25c33afb75..dee6b8200df4f8855be8a79579e989a06161c664 100644 (file)
@@ -3,7 +3,7 @@
 # parser generator for ecpg version 2
 # call with backend parser as stdin
 #
-# Copyright (c) 2007-2021, PostgreSQL Global Development Group
+# Copyright (c) 2007-2022, PostgreSQL Global Development Group
 #
 # Written by Mike Aubury <mike.aubury@aubit.com>
 #            Michael Meskes <meskes@postgresql.org>
index a8571a3ffa1f4bd47e6b1580246aad10ed7fd31e..a44e07a17ab31fe182c1c6bee33746ab5ff52476 100644 (file)
@@ -10,7 +10,7 @@
  * This file will need work if we ever want it to.
  *
  *
- * 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
index a2f8c7f3d88e0be1c51ef911429b64a165f3faab..39e578e86856ec7d3cefdbca32608feea063f801 100644 (file)
@@ -10,7 +10,7 @@
  * only here to simplify syncing this file with scan.l.
  *
  *
- * 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
index 9465ba7845a29603c4da31f292e8912413b6c5ca..f920af4560ca06db7082e6e9f491d355cbd506aa 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * 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/interfaces/ecpg/test/pg_regress_ecpg.c
index 40a96c881d64441d0aebff60cb02522e958cbd5f..844c95d47de694ab0efe02c12d090d48c221c227 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/libpq library
 #
-# 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/interfaces/libpq/Makefile
index 3d7ee576f2ae6bca5a00f0b549509573bbcad300..da3c30b87b56ab4f19ca891f9cfb99b4a1f8123f 100644 (file)
@@ -8,7 +8,7 @@
  *
  * See src/include/libpq/sasl.h for the backend counterpart.
  *
- * 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/interfaces/libpq/fe-auth-sasl.h
index 4337e89ce95d5f1a67dd4dff3e12b17c12835edc..cc41440c4e63795c96ac892ec4b7232453961e04 100644 (file)
@@ -3,7 +3,7 @@
  * fe-auth-scram.c
  *    The front-end (client) implementation of SCRAM authentication.
  *
- * 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
index 3421ed4685bf72c7532c19e3030bf835f7093aa0..8d2e4e5db4354671ea8500b5ac546a62ff75705e 100644 (file)
@@ -3,7 +3,7 @@
  * fe-auth.c
  *    The front-end (client) authorization 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
  *
  * IDENTIFICATION
index 63927480ee7af2da26b600741d567594eb61a374..16d5e1da0f0bbd937414ab67839c00e0090fa48a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Definitions for network authentication 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/interfaces/libpq/fe-auth.h
index dfebfd109687fb28f920f2e57a93776ebb0eadc4..72914116ee6f54e4fcd8dc45879443cb0d406ef9 100644 (file)
@@ -3,7 +3,7 @@
  * fe-connect.c
  *   functions related to setting up a connection to the backend
  *
- * 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
  *
  *
index 6c7b3df0127c475705a056ecac23c35bd375b073..59121873d2d5cd73a8373754c970358816a50265 100644 (file)
@@ -3,7 +3,7 @@
  * fe-exec.c
  *   functions related to sending a query down to the backend
  *
- * 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
  *
  *
index 9e8aeae11979f96ba246332d60a8f10e369a6adc..fa08526ee2a351c44522d6b602546abb3632bd63 100644 (file)
@@ -3,7 +3,7 @@
  * fe-gssapi-common.c
  *     The front-end (client) GSSAPI common code
  *
- * 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
index 477660660ac27089f9ab9c754e659fb1d2e95f3e..72ee97288ee8e1a0b448908b305cad015ca6367e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *      Definitions for GSSAPI common 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/interfaces/libpq/fe-gssapi-common.h
index ffd9926dc4e19ec36c1cc00e71e36b910d79d02c..48399a90cb4387aaa6009ecc5aa520f18b5e9fe8 100644 (file)
@@ -3,7 +3,7 @@
  * fe-lobj.c
  *   Front-end large object interface
  *
- * 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
  *
  *
index 9a2a97029340f81f17b564e28aca08e57b0f3ed5..7fcfe08fd25e567798820f80ad0434ffa08bba4e 100644 (file)
@@ -19,7 +19,7 @@
  * 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
  *
  * IDENTIFICATION
index 09bbc668843f6dee77b57c770e89f6e551688608..82fc592f06823e6d74af067b4a26909a68287066 100644 (file)
@@ -3,7 +3,7 @@
  * fe-print.c
  *   functions for pretty-printing query results
  *
- * 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
  *
  * These functions were formerly part of fe-exec.c, but they
index 9ab3bf1fcb61a7105bb5ca5f233dd2e2f8568662..26dbeaed97eddb3104044291ddafda49bfe44814 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol3.c
  *   functions that are specific to frontend/backend protocol version 3
  *
- * 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
  *
  *
index afa5d133e15931f8965c99df901a3df1817907d3..bd46f08faeef23255a51e580e2c9ebef2af0c9bd 100644 (file)
@@ -8,7 +8,7 @@
  * file contains support routines that are used by the library-specific
  * implementations such as fe-secure-openssl.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
  *
  * IDENTIFICATION
index 2389f6717a3026a15ead28c0ef053895d41e1270..1cca6d785accf1516b2ae07110cb629464d6b697 100644 (file)
@@ -4,7 +4,7 @@
  *
  * common implementation-independent SSL support code
  *
- * 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
index c783a53734ee6f4e282551f1d47a5eabc0bb5c98..6ea52ed866dd9f400e9d3cade3400b64b8a4d946 100644 (file)
@@ -3,7 +3,7 @@
  * fe-secure-gssapi.c
  *   The front-end (client) encryption support for GSSAPI
  *
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *  src/interfaces/libpq/fe-secure-gssapi.c
index 33f095c12ec93799f9f96a500f13feba6cff07c8..9f735ba437c53aa07abe33c95b0efbfe16f6aaca 100644 (file)
@@ -4,7 +4,7 @@
  *   OpenSSL 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
  *
  *
index b15d8d137cecdc792d3c213da33a4e870ede9117..0b998e254d3ea194543ed1fa0b1b75a148e4d3d1 100644 (file)
@@ -6,7 +6,7 @@
  *   message integrity and endpoint authentication.
  *
  *
- * 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
  *
  *
index 8660d27926e8bfa29073d00c4398572648273a91..5d68cf2eb3b5452edb35650a335851f14c9637cf 100644 (file)
@@ -3,7 +3,7 @@
  * fe-trace.c
  *   functions for libpq protocol tracing
  *
- * 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
index 37fa9e58061bb09d9b6b15c5d81aca25bcf57f1e..db470df9ea6d7648504ac1a172030d50a4d9a58e 100644 (file)
@@ -4,7 +4,7 @@
  *   reliable BSD-style signal(2) routine stolen from RWW who stole it
  *   from Stevens...
  *
- * 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
  *
  *
index 8e244899be268feb93d9482e295b134217eaa6fe..7754c37748878a10473b95183f3750859e9430aa 100644 (file)
@@ -3,7 +3,7 @@
  * libpq-events.c
  *   functions for supporting the libpq "events" API
  *
- * 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
  *
  *
index 30ed85177ba379f8f4771bafc784180d9a49f9f8..d93b7c4d4e72321fd776e812e89067bf8dd3132e 100644 (file)
@@ -5,7 +5,7 @@
  *   that invoke the libpq "events" API, but are not interesting to
  *   ordinary users of libpq.
  *
- * 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/interfaces/libpq/libpq-events.h
index a6fd69acebcc8aa60901cc56ab9d57c55b818325..20eb855abc107b68e2b5dbf2b108bbc0f068aa14 100644 (file)
@@ -4,7 +4,7 @@
  *   This file contains definitions for structures and
  *   externs for functions used by frontend postgres applications.
  *
- * 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/interfaces/libpq/libpq-fe.h
index 490458adef5da26d0b6ceb9c45f2544b7b3f5c73..fcce13843eb3d825d247e659487ce637eac43188 100644 (file)
@@ -9,7 +9,7 @@
  *   more likely to break across PostgreSQL releases than code that uses
  *   only the official API.
  *
- * 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/interfaces/libpq/libpq-int.h
index a57f753bd69204ac54c6c18f8c97cf29be218573..eb51e6d088401f77450f6ba99d1e9cae2dd18608 100644 (file)
@@ -15,7 +15,7 @@
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * 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/interfaces/libpq/pqexpbuffer.c
index 0251095780355bc56be727961b91cb4e04c0e7ae..efd652c80a33f6aedc5c4650bc4f9e9be54a4caf 100644 (file)
@@ -15,7 +15,7 @@
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * 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/interfaces/libpq/pqexpbuffer.h
index 6dbb0a343b3dbf8e3ef69790663a31d8d488b3fe..c0e056ea213e1790288d6682b27519e5f4e8a901 100644 (file)
@@ -3,7 +3,7 @@
 * pthread-win32.c
 *   partial pthread implementation for win32
 *
-* Copyright (c) 2004-2021, PostgreSQL Global Development Group
+* Copyright (c) 2004-2022, PostgreSQL Global Development Group
 * IDENTIFICATION
 *  src/interfaces/libpq/pthread-win32.c
 *
index de705cf5c9f15a7814922bb6b84240220a036566..70691dabe68c42204f13751c48ed3588ea8aa84f 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 84fc52a7945e3feea1a4ab7d884955d0256b3748..c5ef33c46b721353956ed963be51ec06267e1c27 100644 (file)
@@ -7,7 +7,7 @@
  * prints out the values from the parsed PQconninfoOption struct that differ
  * from the defaults (obtained from PQconndefaults).
  *
- * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/interfaces/libpq/test/uri-regress.c
index f6cf9dc2fa31310871b7c7e763ffa09b189cac2b..e57b602476baafbc8993916bdcf8fcae95717b94 100644 (file)
@@ -15,7 +15,7 @@
  * The error constants are taken from the Frambak Bakfram LGSOCKET
  * library guys who in turn took them from the Winsock FAQ.
  *
- * 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
  *
  */
index 028c4cea6d12ffbcdd9c6535ff7c1da544718d54..8fd7f998bc2a33d92897c751e12b95aa8656524a 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #  src/pl/plperl/plc_perlboot.pl
 
index 2ca71e6e12dd4aeb2a4e1de2b0c20f00b130b0e4..41b9b6a3530d694e30d73d2d9008abaf5a5fcf38 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #  src/pl/plperl/plc_trusted.pl
 
index 6a615385b59dab8bd84cb99a0c654d5169f25bef..c662d1750917edd063f68fd0662b53a410f33f81 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This should be included _AFTER_ postgres.h and system include files
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/pl/plperl/plperl.h
index 4f7b19db18a0c4be7a8ffd8d3249d578686a34f8..4972043572670b0e0d088d42bbc7a31a67c8ab7b 100644 (file)
@@ -1,6 +1,6 @@
 #!perl
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index a3e307b16118d9a42fa4ddc17bcb29252c28e62a..70b7c3f191a2a72d6226f79949ddcc334ed57599 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # src/pl/plperl/text2macro.pl
 
index 55ff16931d9c457b7765da90dea41d119d19a014..30e5732b83f2a6b6ef8c4564859d95e432c28273 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the plerrcodes.h header from errcodes.txt
-# Copyright (c) 2000-2021, PostgreSQL Global Development Group
+# Copyright (c) 2000-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index f5b1d5c4fac1a408a405b3fa2836ecdfb22a55cb..b791c23f0666b232c65f8980cb33760116473ba6 100644 (file)
@@ -3,7 +3,7 @@
  * pl_comp.c       - Compiler part of the PL/pgSQL
  *           procedural language
  *
- * 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
  *
  *
index 6dbfdb7be03e1f1b5b38c3af926f49928e30d829..70c4a7529557991cc8ab9af4de0f679ff2902512 100644 (file)
@@ -3,7 +3,7 @@
  * pl_exec.c       - Executor for the PL/pgSQL
  *           procedural language
  *
- * 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
  *
  *
index e0863acb3d1f300b15e7ae17bca67eee77aec57d..93d9cef06ba7d380b23292608c103b066390ff03 100644 (file)
@@ -3,7 +3,7 @@
  * pl_funcs.c      - Misc functions for the PL/pgSQL
  *           procedural language
  *
- * 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
  *
  *
index 0f6a5b30b1ba8534ab95d791f25a0727b6461893..954c2df331faa7e631ec02a4530b6394829b4682 100644 (file)
@@ -3,7 +3,7 @@
  *
  * pl_gram.y           - Parser for the PL/pgSQL procedural language
  *
- * 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
  *
  *
index 00aace2f39fb32395564b1d995f3d1ff13b3cdd1..b4b85092806268bd4991d8b5907bbd5a246ccdc0 100644 (file)
@@ -3,7 +3,7 @@
  * pl_handler.c        - Handler for the PL/pgSQL
  *           procedural language
  *
- * 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
  *
  *
index daf835e683560e4d47a2e10d4d43b73185ea9c62..9043fbddbc873b338155366f8e986ec14e68ade2 100644 (file)
@@ -7,7 +7,7 @@
  * by the PG_KEYWORD macro, which is not defined in this file; it can
  * be defined by the caller for special purposes.
  *
- * 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/pl/plpgsql/src/pl_reserved_kwlist.h
index e4c7a91ab540b15809e7a3c071ed7bc5402f6ab6..aa1beb6a9aab7a284b6ad64e3d2b4aaea0888bc6 100644 (file)
@@ -4,7 +4,7 @@
  *   lexical scanning for PL/pgSQL
  *
  *
- * 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
  *
  *
index fcb34f7c7fbca6816a4622383118201bdc8df62f..1c68420331d49068284daccab8f077743b87e0bc 100644 (file)
@@ -7,7 +7,7 @@
  * by the PG_KEYWORD macro, which is not defined in this file; it can
  * be defined by the caller for special purposes.
  *
- * 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/pl/plpgsql/src/pl_unreserved_kwlist.h
index 3936866bb71cd5fd659923aaf4e17f3b03383803..18a4f6c7d36f73aa578f66ea778aa78613a0ff62 100644 (file)
@@ -3,7 +3,7 @@
  * plpgsql.h       - Definitions for the PL/pgSQL
  *           procedural language
  *
- * 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
  *
  *
index 488c980e09717e83feaba056784c86a830a23d99..43289d213b7306930b9a9628f4c838067d128b32 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the spiexceptions.h header from errcodes.txt
-# Copyright (c) 2000-2021, PostgreSQL Global Development Group
+# Copyright (c) 2000-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index ae1275afe2e94b92048de7bee66bd4db18fda02f..05e4362dab9cd6ebe51b21c926103d6a259eadde 100644 (file)
@@ -2,7 +2,7 @@
  *
  * plpython.h - Python as a procedural language for 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/pl/plpython/plpython.h
index c63c6323253585d51fb01626ccb044497e2c9210..e2aeefa05e5451999851f46f38db9fd5e1ae70ac 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the pltclerrcodes.h header from errcodes.txt
-# Copyright (c) 2000-2021, PostgreSQL Global Development Group
+# Copyright (c) 2000-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 8849bdffd2524a66479548e10beb92d6dfaab88a..a74c5882eb7749cea5a99b673c1c52bdbab84594 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * bsearch_arg.c: bsearch variant with a user-supplied pointer
  *
- * Copyright (c) 2021, PostgreSQL Global Development Group
+ * Copyright (c) 2021-2022, PostgreSQL Global Development Group
  * Copyright (c) 1990 Regents of the University of California.
  * All rights reserved.
  *
index 3d47d37eae4d6e3437099049748ce4dd43770ec1..3e777253524d063b3d409be4bc515c7450f112a0 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for handling locale-related info
  *
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 77b90e7e3026da5af69e3e589fef78868e0d1153..f67bbf7f71f7e048e38119bdf0af8381c6f84ca0 100644 (file)
@@ -3,7 +3,7 @@
  * dirent.c
  *   opendir/readdir/closedir for win32/msvc
  *
- * 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
  *
  *
index 763bc5f915a670203ab19bbf2976a533d46e38aa..7ce042e75d0180deaec9f51db66265098335365f 100644 (file)
@@ -3,7 +3,7 @@
  * dirmod.c
  *   directory handling 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
  *
  * This includes replacement versions of functions that work on
index f7948b861f0061ae289758761f0d88eaed85b125..d441dc8196ad7b0d15e4712e7e0d847d41dfa671 100644 (file)
@@ -3,7 +3,7 @@
  * dlopen.c
  *   dynamic loader for platforms without dlopen()
  *
- * 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
  *
  *
index e39e20b8a569fc789acf8d9fe4bb6ee32f34f20b..0d504eb63956aad66b59af6dbcec74c208844e4e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * explicit_bzero.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
  *
  *
index 2c622c51ebc587c001df27c8f1b353c03225832f..19b4221826174713b92a7de1f0e5934c8b41a931 100644 (file)
@@ -3,7 +3,7 @@
  * fls.c
  *   finds the last (most significant) bit that is set
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bb194da529cd4442a10592640dc47b353fb33191..b0ca4c778eda23a22daaeadb848e7af63896e24a 100644 (file)
@@ -13,7 +13,7 @@
  * use the Windows native routines, but if not, we use our own.
  *
  *
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/port/getaddrinfo.c
index 4631869180714275415d9ffdf96cec9abee79afe..56ae141040268b3386086ce945149b39fd190425 100644 (file)
@@ -3,7 +3,7 @@
  * getpeereid.c
  *     get peer userid for UNIX-domain socket connection
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 99f240f6dac5353d0411c5450f24966a61f53336..8369fd2793890ff5b0004ff2e097ece00b666712 100644 (file)
@@ -3,7 +3,7 @@
  * getrusage.c
  *   get information about resource utilisation
  *
- * 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
  *
  *
index 99b35de45b6aded49646e66235c9a4acc9c31edc..ff0862683c1750f19a446b63dbd4d232731525cc 100644 (file)
@@ -3,7 +3,7 @@
  * kill.c
  *   kill()
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * This is a replacement version of kill for Win32 which sends
  * signals that the backend can recognize.
index 0b61da5a065559beee7fb8a09a10d1a9c2948c0b..1e0ccd4648a582ad0951f0a52860b7a998626642 100644 (file)
@@ -2,7 +2,7 @@
  *
  * link.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
  *
  *
index c97b63787ca4c74cccfb22e1964bf73fe456a7ee..8809957dcd4d0bc35dd70443594d2e9ce1a505d0 100644 (file)
@@ -3,7 +3,7 @@
  * mkdtemp.c
  *   create a mode-0700 temporary directory
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b43222c3383975e2b2ba078dc9c243d92965abde..4c95a1fcf23ff74b7256e4fd48bb23068780cd47 100644 (file)
@@ -3,7 +3,7 @@
  * noblock.c
  *   set a file descriptor as blocking or non-blocking
  *
- * 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
index 7b52bd83c283f1d2181a80f9741cc45e97dbdb54..8c09c7c1f772a61e8b99a012477c562f1fa4a543 100644 (file)
@@ -4,7 +4,7 @@
  *    Win32 open() replacement
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/port/open.c
  *
index c39d4688cd9218a8f9a10f2045fe0c0c71ac217f..ee4227ec983fe5a6abeae2823737c7fb8c02a2ba 100644 (file)
@@ -3,7 +3,7 @@
  * path.c
  *   portable path handling 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
  *
  *
index 9d0e2016c3140552f69fe19000bb80841d633f93..61d5e5d933dc8ad55fb8abce0903562a1286dd7c 100644 (file)
@@ -3,7 +3,7 @@
  * pg_bitutils.c
  *   Miscellaneous functions for bit-wise operations.
  *
- * Copyright (c) 2019-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2019-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/port/pg_bitutils.c
index 9a6517c9dd91ebb48c3d6f17cd9b7738cca890b1..9e301f96f693fa6b041772383a336b94d2452b23 100644 (file)
@@ -3,7 +3,7 @@
  * pg_crc32c_armv8.c
  *   Compute CRC-32C checksum using ARMv8 CRC Extension instructions
  *
- * 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
  *
  *
index ac8dcf6d51619b548e833a3ad998e1e585da693f..6443e6a68e0fe51b5fc4eb7cc46ee567f91fea6d 100644 (file)
@@ -8,7 +8,7 @@
  * computation. Otherwise, fall back to the pure software implementation
  * (slicing-by-8).
  *
- * 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
  *
  *
index 98da86cdd345e6be2b966567f788d8259e890374..b3f579fcd6fb87a5e52cd1a4a1a7edc0e6261662 100644 (file)
@@ -8,7 +8,7 @@
  * Generation", IEEE Transactions on Computers, vol.57, no. 11,
  * pp. 1550-1560, November 2008, doi:10.1109/TC.2008.85
  *
- * 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
  *
  *
index 10fc01e1f064e81b3831ec5886d644eec23b1d71..627ed33566047ec676a9f8a28e7dea7ac1f40008 100644 (file)
@@ -3,7 +3,7 @@
  * pg_crc32c_sse42.c
  *   Compute CRC-32C checksum using Intel SSE 4.2 instructions.
  *
- * 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
  *
  *
index 0608e02011f7f5d8dbba7673a5ab4ba071d017a0..85788c30c7e337b086514d19553e401b20b45456 100644 (file)
@@ -8,7 +8,7 @@
  * computation. Otherwise, fall back to the pure software implementation
  * (slicing-by-8).
  *
- * 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
  *
  *
index 07f24c0089705ab76838a4136a1f706613561881..be589c9d0bd75e37849c116ecf213c176649ae11 100644 (file)
@@ -10,7 +10,7 @@
  * therefore, even when built for backend, it cannot rely on backend
  * infrastructure such as elog() or palloc().
  *
- * Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/port/pg_strong_random.c
index 9fb2f23bdd277466b89b39e65e5c2f9f91ab7061..75dbb147d716b164af1f1c50efe659b6b1899dce 100644 (file)
@@ -5,7 +5,7 @@
  * A simple subroutine to check whether a directory exists and is empty or not.
  * Useful in both initdb and the backend.
  *
- * 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
  *
  *-------------------------------------------------------------------------
index d6d51363e71a3edc53e326fd9cbc250653b08f18..a84e6ccb38baeb07fcbc6ba836d9470991575d23 100644 (file)
@@ -4,7 +4,7 @@
  *    Portable delay handling.
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/port/pgsleep.c
  *
index 98e1aedfeefc1b73bbbc6e377c0840a56e5b1647..fc7ee91e8fb4101fe00c182e61c569a6967da315 100644 (file)
@@ -18,7 +18,7 @@
  * C library thinks the locale is.
  *
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/port/pgstrcasecmp.c
  *
index 0f3b5da04f0767ee10a538b7af7202b6a3fe82ee..3094e2aaabfdc46719e0ad3248009813a74d03a2 100644 (file)
@@ -9,7 +9,7 @@
  * This file is not currently built in MSVC builds, since it's useless
  * on non-Unix platforms.
  *
- * 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
index a373b48093e5b59f64ef202211b50ddd345e1a62..6cb0320edb15cc9b1898335f5ea157203a7ae557 100644 (file)
@@ -4,7 +4,7 @@
  *   reliable BSD-style signal(2) routine stolen from RWW who stole it
  *   from Stevens...
  *
- * 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
  *
  *
index 486f07a7dffcc79f730edb283bccb6d7d71f0991..491605926f252933fce0d6db0417f90b5d0ce4e8 100644 (file)
@@ -3,7 +3,7 @@
  * pread.c
  *   Implementation of pread(2) for platforms that lack one.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/port/pread.c
index eb153ca502853278e08c55a90555cf8eae4542dd..d12e5a122bbd161c8d0d7866608fde70e0c8dbb7 100644 (file)
@@ -3,7 +3,7 @@
  * preadv.c
  *   Implementation of preadv(2) for platforms that lack one.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/port/preadv.c
index 8282cc5b89d5cc890f40e215eeb2a598a20c5018..9e59b3f636b2158f82ee9e09f577ef040d335525 100644 (file)
@@ -3,7 +3,7 @@
  * pthread_barrier_wait.c
  *    Implementation of pthread_barrier_t support for platforms lacking it.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *    src/port/pthread_barrier_wait.c
index 282b27115e509ab22660807cbb74ce5356b6f539..eeaffacc48af709e70809cd62f1c3483e397e90c 100644 (file)
@@ -3,7 +3,7 @@
  * pwrite.c
  *   Implementation of pwrite(2) for platforms that lack one.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/port/pwrite.c
index 2e8ef7e3785a11c451627d0f78e2a18beefbd1dd..0bdd69fffc48393859178f4e1dc2b4dbaac2bb98 100644 (file)
@@ -3,7 +3,7 @@
  * pwritev.c
  *   Implementation of pwritev(2) for platforms that lack one.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/port/pwritev.c
index 63a219f5f4359c9c3ab8a9cfa27763a3697df066..d90a4567ae84a49250c5329136ca8d9a4d957a8b 100644 (file)
@@ -3,7 +3,7 @@
  * quotes.c
  *   string quoting and escaping 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
  *
  *
index 440bc832ce858697ad737bef23b31041fc384c50..d13c882467158c411b4b332915dd0e9785ff6c95 100644 (file)
@@ -3,7 +3,7 @@
  * setenv.c
  *   setenv() emulation for machines without it
  *
- * 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
  *
  *
index 1e59ca36e2c9675e645dc6abe89d7d578baac8d7..abb1c597707746fe26efcf63fa1ed8308fdc1fb8 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 1983, 1995, 1996 Eric P. Allman
  * Copyright (c) 1988, 1993
  * The Regents of the University of California.  All rights reserved.
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 9b98f77b426951e07e30d1f540ebc45d40302cd9..e47bbd00094ce02d69f79d56d35b44af73e6cc80 100644 (file)
@@ -3,7 +3,7 @@
  * strerror.c
  *   Replacements for standard strerror() and strerror_r() 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
  *
  *
index b8cc887b81944cf50c3b5bd748858fb192e981c2..9dce3f51181b7a7edf9c9b04aadd97e6b050ad60 100644 (file)
@@ -3,7 +3,7 @@
  * strlcpy.c
  *   strncpy done right
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index cdc4b64bddc7af14280d5b7943f49daa5c8a857c..27dec18e460b15f77843e48f89700a33f49e54ba 100644 (file)
@@ -4,7 +4,7 @@
  *     Fallback implementation of strnlen().
  *
  *
- * 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
index 92bddfba40cbd3f565d115686bec20cdc99ed0b3..7da05be687bb9f52277525a5f5a2a637d194d793 100644 (file)
@@ -2,7 +2,7 @@
  *
  * strtof.c
  *
- * Portions Copyright (c) 2019-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2019-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8618e47f97238ccb49d869e1b6f2861de94e3e2c..20a830fd5cebfd655c6a15e44deb40d43aa30735 100644 (file)
@@ -29,7 +29,7 @@
  *  quote character on the command line, preserving any text after the last
  *  quote character.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/port/system.c
  *
index 1f3bcbd1c988ab4514977c332a1554fb413490c6..c1040d4e240672e3e7b5e527d67d13dbb7750ced 100644 (file)
@@ -5,7 +5,7 @@
  *       Prototypes and macros around system calls, used to help make
  *       threaded libraries reentrant and safe to use from threaded applications.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * src/port/thread.c
  *
index b65f3521f9ccf296ff79ac4e91740874a656ad4f..62b806d796cfb5204f429c29b1c8a29215b5e021 100644 (file)
@@ -3,7 +3,7 @@
  * unsetenv.c
  *   unsetenv() emulation for machines without it
  *
- * 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
  *
  *
index a03556078cead8c3d6e8e42cf93bbda5d66c069b..7aa5a3081e375a35999de835d26737fc157ed64a 100644 (file)
@@ -6,7 +6,7 @@
  * These functions update both the process environment and caches in
  * (potentially multiple) C run-time library (CRT) versions.
  *
- * 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
  *
  *
index 0e5f91adfa00f21a8c0c48889dbd33e77a439a78..fca867ba3d56008cd73fdfe1b29d923d0ef766bf 100644 (file)
@@ -3,7 +3,7 @@
  * win32error.c
  *   Map win32 error codes to errno values
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/port/win32error.c
index aa3d37c50e647a6bd558028f445362a1a2d40a0e..10c33c6a01d7ed8a3dc90c519a116be4cf156331 100644 (file)
@@ -3,7 +3,7 @@
  * win32ntdll.c
  *   Dynamically loaded Windows NT functions.
  *
- * Portions Copyright (c) 2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2021-2022, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6a1bd9b865434ac4d8380c6adb8b656224396d71..1235199f2fbc938cfc066259f0d9199f16a13978 100644 (file)
@@ -3,7 +3,7 @@
  * win32security.c
  *   Microsoft Windows Win32 Security Support Functions
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/port/win32security.c
index 4edae05bb7cfbbb6c717d295bc828fdd4ae08ccd..aadd09a4e9a9a56cf89f1bb9824695161936a098 100644 (file)
@@ -3,7 +3,7 @@
  * win32setlocale.c
  *     Wrapper to work around bugs in Windows setlocale() implementation
  *
- * Copyright (c) 2011-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/port/win32setlocale.c
index 29e13409e6c6bb6b5c9f4072c9d3489d4fb31c0f..e03ed5f35cae142e2b05dec610a97369bdc453e8 100644 (file)
@@ -3,7 +3,7 @@
  * win32stat.c
  *   Replacements for <sys/stat.h> functions using GetFileInformationByHandle
  *
- * 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
  *
  *
index 94fb77941a0c406eb9691ccdd6b60f4e0af94e18..5410aa27875377c8eb6554e2b191ad15a24baaba 100644 (file)
@@ -20,7 +20,7 @@ BEGIN
    VALUE "FileDescription",  FILEDESC
    VALUE "FileVersion",      PG_VERSION
    VALUE "InternalName",     _INTERNAL_NAME_
-   VALUE "LegalCopyright", "Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
+   VALUE "LegalCopyright", "Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
    VALUE "OriginalFileName", _ORIGINAL_NAME_
    VALUE "ProductName",      "PostgreSQL"
    VALUE "ProductVersion",   PG_VERSION
index 9aa331e98147f3d140f5dd558ce764d76f10b88e..dca2ce7ec836799047385d6999b49eb151699643 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/authentication
 #
-# 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/test/authentication/Makefile
index 11ca525c6c6f61654fa9b507fb1dc8ff52c6f79e..5d5645585712f5faab280bd70616d9c2cff1c218 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Set of tests for authentication and pg_hba.conf. The following password
 # methods are checked through this test:
index 766fed67cc5c4b09052090e43c8e4a982dfc6eb7..d8995b1ae5324d61c02afaf200efd21422c39b0b 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test password normalization in SCRAM.
 #
index 6d91681bcf8291b1ea2b8dfe9c107df7fa601fed..1b08b6cac51b804bb9a5cebfba217f172bfb975c 100644 (file)
@@ -3,7 +3,7 @@
  * testlo.c
  *   test using large objects with libpq
  *
- * 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
  *
  *
index 23e910944683fdc1f78695477421cd953af98788..981e29ad783a6618a7acb19a03a9c48502053c08 100644 (file)
@@ -3,7 +3,7 @@
  * testlo64.c
  *   test using large objects with libpq using 64-bit APIs
  *
- * 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
  *
  *
index eff9c4f2dfefe01a13b5dae2aa23c63a472e38d8..31a0e6b709dab2419a8eb192d8a5474d2d9543e9 100644 (file)
@@ -2,7 +2,7 @@
  *
  * isolation_main --- pg_regress test launcher for isolation tests
  *
- * 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/test/isolation/isolation_main.c
index 5f300219c203247d5c84b758d8ec35908be7a661..e00bc6b816b5bb9f1792346008bec0de51e0815d 100644 (file)
@@ -3,7 +3,7 @@
  * isolationtester.h
  *   include file for isolation tests
  *
- * 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
index c25aa1a73fa57d769654b3af5213e216f1a5107d..eb368184b8b5aeaec91401f30cb4a6a58bc574a3 100644 (file)
@@ -4,7 +4,7 @@
  * specparse.y
  *   bison grammar for the isolation test file format
  *
- * 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
  *
  *-------------------------------------------------------------------------
index d9fa6a5b54aa9b6a3e09e647bd2cee7a287bf38d..aa6e89268ef069377411335e0d60dabf4c4c5f8a 100644 (file)
@@ -4,7 +4,7 @@
  * specscanner.l
  *   a lexical scanner for an isolation test specification
  *
- * 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
  *
  *-------------------------------------------------------------------------
index e34e531b8dedd6c822a78ab821e5abac28e1fa37..c531998835a62e863b4eb33537c00ef72e34a4d7 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/kerberos
 #
-# 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/test/kerberos/Makefile
index 13d664dda049614df474aa201df7602a41d12bf2..2b539d2402132c1ed94577a859c19fafb864b1c6 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Sets up a KDC and then runs a variety of tests to make sure that the
 # GSSAPI/Kerberos authentication and encryption are working properly,
index ed135748021bc47d633a77ca0f517b15aa8f5875..e5fa3d86104c8092604de685860f411573664075 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/ldap
 #
-# 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/test/ldap/Makefile
index 5a9a0098327bcb14eeb78316997ee578ad1e35b2..cdc4e1e5c800f52a1f2905c44b15ce8a75414807 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index ba8d3f3896cea4520ecad97574241b0050181744..318f6abd914adfa094377582b0afdffdb8dd49e9 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 48bb8abfe6ee1125da77ac4cc2001feca6eba4de..2c9a206ae5e6afdf4e753a618855e0fd711f5505 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Verify that work items work correctly
 
index 16f0f1225347e3a843e657fba48e0e95d6927124..52fca03ddb6d583c261f1472c2ba5a9b53bdb0e4 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Single-node test: value can be set, and is still present after recovery
 
index c22956c9ea0852f97ba759fe1688fec9dcbf1c1d..c8791f5b0e5d52c08b3a8d81df7931b5fcf7a066 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test simple scenario involving a standby
 
index a6e9f4188e9efed069a7c746fd5c71a21a160c78..b53ca4f8de4c491df8b1046d19c87ed4b739fed7 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test primary/standby scenario where the track_commit_timestamp GUC is
 # repeatedly toggled on and off.
index c0f3a7c8af5d752e6bcda7114dfd4096502f337f..40d1b1a945f39fc54c0a0036956a2353211e7bcd 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Testing of commit timestamps preservation across restarts
 use strict;
index 8ec623ac52790ebb7fe225eeb671252a4c001895..ad50383bf8ae8ae8cc89960263be01f5b19fa8f1 100644 (file)
@@ -10,7 +10,7 @@
  * test behaviors where some specified action happens in another backend
  * between parsing and execution of any desired query.
  *
- * Copyright (c) 2020-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2020-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/test/modules/delay_execution/delay_execution.c
index 9d409faff540bbfb230a2d3303d28938c66c58ed..22578b6246e5951b929d431ce3f6c6b4f17deaa7 100644 (file)
@@ -3,7 +3,7 @@
  * dummy_index_am.c
  *     Index AM template main file.
  *
- * 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
index 9da114411d6066aa777ef18447ca4a474d9a81e0..67658c1e1220089b21b69d5f7c2d90b9bec2663e 100644 (file)
@@ -7,7 +7,7 @@
  * perspective, but allows regression testing independent of platform-specific
  * features like SELinux.
  *
- * 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
  */
 #include "postgres.h"
index c27c4e0adaf052749574681dc4d2c50ccab9b08b..0ff563f59ae367dfb4bd4edd4867e3f9f08894de 100644 (file)
@@ -3,7 +3,7 @@
  * libpq_pipeline.c
  *     Verify libpq pipeline execution functionality
  *
- * 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
  *
  *
index 4f9b67f2544a8945feed0120ec14e6a0ad0313c3..0c164dcaba57dca6e5f9aaf53a66fe0fcd1806cf 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 6fc33c728cc36c87f3f917f259b3e12c435df57e..72693f6ee5b35d1b533ca41ff132d7e4671394f4 100644 (file)
@@ -3,7 +3,7 @@
  * plsample.c
  *   Handler for the PL/Sample procedural language
  *
- * 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
  *
  *
index 63d3faaef4f1fe578737007ae08ce40edf85be60..89595fee938a99f47e605ad162a35200e1d22620 100644 (file)
@@ -11,7 +11,7 @@
  * Unlike spgtextproc.c, we don't bother with collation-aware logic.
  *
  *
- * 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
index 7fcba283e99ff9c0545e6fcc7ce81093665f40ed..0429861b16a7bb12b67aa6fbb9a6e1d7ee70cc20 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 7109f0476c43d40c8a9b9d4958e316163b569c0e..415b96cf8e94da019445438a8d1d342028bee70b 100644 (file)
@@ -3,7 +3,7 @@
  * test_bloomfilter.c
  *     Test false positive rate of Bloom filter.
  *
- * Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/test/modules/test_bloomfilter/test_bloomfilter.c
index 1bae1e543803e1ada573de6bcd089d46c23269d6..9476c3f76e04923bd8692ecac8f27b2619b66054 100644 (file)
@@ -2,7 +2,7 @@
  * test_ddl_deparse.c
  *     Support functions for the test_ddl_deparse module
  *
- * Copyright (c) 2014-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/test/modules/test_ddl_deparse/test_ddl_deparse.c
index 7ce515fcb70e8e972d9042f937925479ac830ef6..9a230097db12d269455019dd83f9a609680a6ad1 100644 (file)
@@ -3,7 +3,7 @@
  * test_ginpostinglist.c
  *     Test varbyte-encoding in ginpostinglist.c
  *
- * Copyright (c) 2019-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2019-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/test/modules/test_ginpostinglist/test_ginpostinglist.c
index 58ffff89b38a6669c3b9224a2fe068001961113d..578d2e8aecbc09399f03ff68f03083f649c490de 100644 (file)
@@ -3,7 +3,7 @@
  * test_integerset.c
  *     Test integer set data structure.
  *
- * Copyright (c) 2019-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2019-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/test/modules/test_integerset/test_integerset.c
index 147daf0832633da09b06d81c5396af26a0d66ce5..7bd6022035a3a6771c6e8173364875e42a1ae64b 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Verify that ALTER TABLE optimizes certain operations as expected
 
index f133676d6fc324df2cc9f255e0a63a2ad40f218c..ec1e1b60a2884d7c812c073bf6198059b597f42e 100644 (file)
@@ -3,7 +3,7 @@
  * test_parser.c
  *   Simple example of a text search parser
  *
- * Copyright (c) 2007-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/test/modules/test_parser/test_parser.c
index 16f7610883bc87688abff81cef29b97574e0e9aa..a906f8f03d6170e74f91cb14f8315c91ef81adbd 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 0301d48443988b89f241f92838932af1c0becd2c..3b19e0eadc00a68563f566c8f953c8435c9723bb 100644 (file)
@@ -3,7 +3,7 @@
  * test_predtest.c
  *     Test correctness of optimizer's predicate proof logic.
  *
- * Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/test/modules/test_predtest/test_predtest.c
index 646c6e42fa8551ecad014fb6dd5f50407223c13f..7cb38759a2ed7e2831c9e4779c1c25456d4ce621 100644 (file)
@@ -3,7 +3,7 @@
  * test_rbtree.c
  *     Test correctness of red-black tree operations.
  *
- * Copyright (c) 2009-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/test/modules/test_rbtree/test_rbtree.c
index 095751cf04ee36e254f17d2918e442c4e3a8032d..e23a0bd0d7f5d56e9531d75af64c6c6abbd60e73 100644 (file)
@@ -3,7 +3,7 @@
  * test_regex.c
  *     Test harness for the regular expression package.
  *
- * 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
index 06c48f5b52f3af40b8d0f9292f5705fb20a2d58f..4f862d081b02fc36e6616dbb97eb0e5347faf9cd 100644 (file)
@@ -3,7 +3,7 @@
  * test_rls_hooks.c
  *     Code for testing RLS hooks.
  *
- * Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/test/modules/test_rls_hooks/test_rls_hooks.c
index e5659c845afa0a61a22bc1c4d8ad6bec207877e1..d4dd107e3f611c0e3e3e8d9382681e1f8502fd97 100644 (file)
@@ -3,7 +3,7 @@
  * test_rls_hooks.h
  *     Definitions for RLS hooks
  *
- * Copyright (c) 2015-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/test/modules/test_rls_hooks/test_rls_hooks.h
index e05e97c6de2e92eb67a8dc93c9a3d4592960a62b..6f1f4cf9c63b17d7a4bae5c6773280c7c839c2e3 100644 (file)
@@ -5,7 +5,7 @@
  *     number of background workers for shared memory message queue
  *     testing.
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/test/modules/test_shm_mq/setup.c
index be074f08a31b0ef004b0e5799823350edb864eed..5a788692d954604e81e2cbc1dec3ed603b2a68e6 100644 (file)
@@ -3,7 +3,7 @@
  * test.c
  *     Test harness code for shared memory message queues.
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/test/modules/test_shm_mq/test.c
index a666121834768fa8d5a5a42b152cb3eb4446d0d5..0310caf50bd9289df63c82bd4fa5796fba25cf2f 100644 (file)
@@ -3,7 +3,7 @@
  * test_shm_mq.h
  *     Definitions for shared memory message queues
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/test/modules/test_shm_mq/test_shm_mq.h
index 9b037b98fe7bc2b6f1101f5177095a22ed80cd92..9128912a28486892978f110a865f9442ac0a63f7 100644 (file)
@@ -9,7 +9,7 @@
  *     but it should be possible to use much of the control logic just
  *     as presented here.
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/test/modules/test_shm_mq/worker.c
index adb02d8cb83987b1147680cab060181e507c3189..05ced63780e6b11fd2f6187152900c0ddb52e7cb 100644 (file)
@@ -13,7 +13,7 @@
  * "delta" type.  Delta rows will be deleted by this worker and their values
  * aggregated into the total.
  *
- * Copyright (c) 2013-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/test/modules/worker_spi/worker_spi.c
index 60cdbe777bb69b096e3390aa5775e3163896c12b..ffa736a54cd5486044d4254abfd5bb9c3fee30c4 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/perl
 #
-# 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/test/perl/Makefile
index c061e850fb098c6ccec8844666d593f1a942f949..468464d37ef5c3cd667f77bd97b0fe4cde7ef456 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 =pod
 
index dd320a605e354b26261204d737c112630e596741..0d8b060354f932482afdf57af6308c9438a0b684 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 =pod
 
index 80a56fc0ea84d23c3c7d524626ff41b210b2e374..bb9d79a755636863ed405bc91f177864b7f12d96 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # A simple 'tee' implementation, using perl tie.
 #
index 378d3f7bc1b7a884457d5f6825b7ea81e5496245..50be10fb5af5313399d09f0cfd13296269fd61c7 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 =pod
 
index 08c7f7f51914811e074e4efa9a27f0964b15761c..30d328103b524972bd3f3c04eb0d3715ffeacf98 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Module encapsulating Postgres Version numbers
 #
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 #
 ############################################################################
 
index 288c04b86107c12134d593400a38028983d7dd7d..e3011c3e379bcae02e4d5c5011851f292169ed9b 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/recovery
 #
-# 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/test/recovery/Makefile
index c70c08e27bf4840ae98e0778fd2c90975686c734..0f3b04e366ff273e90c624a678a27c13ac4d55f8 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Minimal test testing streaming replication
 use strict;
index 185e15c6d55b54b9d050754abc3203261b005c1f..9a0451b8e46880c1d186e1794c262397c21028e4 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # test for archiving with hot standby
 use strict;
index 0d0636b85c090096292d6d11492f5eaffe12e356..24da78c0bcdebfe255d205f35e8e5f2303bacc03 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test for recovery targets: name, timestamp, XID
 use strict;
index 56dd1c4f1aa134e7ca86de0cd707e456f5f051b7..333d37b0a4302db165288c073904229a020863af 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test for timeline switch
 use strict;
index db44c287d260412a0078c20141a42c793ea7af0e..39c5675cc9fcfa1aa77e88722ccd8821b84f34d2 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Checks for recovery_min_apply_delay and recovery pause
 use strict;
index 46ea5a3866ef69240e416a9a2ddec8543fd36b51..29b68a7f8580f003df83d5f7e7228a3cae698bee 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Testing of logical decoding using SQL interface and/or pg_recvlogical
 #
index 0d0e60b772371bf12d7791e199caa4b44d01995c..cebd59011131c3c8b6d9173c774652bb148a2ef1 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Minimal test testing synchronous replication sync_state transition
 use strict;
index e8c59678fdbb0919c723477c35e1c9ebe226da24..cbf6e217d95c2737f8c3cfa416d143c8bbad17ce 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test WAL replay of FSM changes.
 #
index b11832b99a98f9958e392ec5cd93a2da09432da5..2d0b3b0873132e9489bae8a243a7929d3fb4caee 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Tests dedicated to two-phase commit in recovery
 use strict;
index 68d94ac91c90fbe91cdeb83ec478b00a910f7620..648695928d0e2ff45f009ce3cd7bd7b32f3c074f 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Demonstrate that logical can follow timeline switches.
 #
index d7806e667155c615d9df33f76cc93558b5bcbeb2..3892aba3e52a7af98e41607a0a50b8ba29f07259 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # Tests relating to PostgreSQL crash recovery and redo
index dbdc2d38bd335c444e30b359ddb97bc3f5ba75e4..150455b1beb1f7c74ef628a01d27750f8abfcd8d 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Tests dedicated to subtransactions in recovery
 use strict;
index 49aee1e243f9d0497416f2d1df9830e4c058fc2c..44c6ac8a00763761b05d22d388d5799f780334fe 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # Tests restarts of postgres due to crashes of a subprocess.
index 7d6b0e3c683196f8e7d1074ee21c74825c455b2c..c1bb89176bafddb1f024e8f793d471ef1b729859 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Tests that unlogged tables are properly reinitialized after a crash.
 #
index b0f5ae615a6ca040522fbdc1dcc82da7f4a98fdd..c4f9e5e0ce3cfe70efa380532da429808c6d8e97 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test for promotion handling with WAL records generated post-promotion
 # before the first checkpoint is generated.  This test case checks for
index 87995a73ea68d19696185d64596636f3f9d04813..22e553510b142721947a31290adf1b7a36417143 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test for checking consistency of on-disk pages for a cluster with
 # the minimum recovery LSN, ensuring that the updates happen across
index 29667d1f3982d05a8e98781a3ae63e99871c4f9c..288041d6d7fabe8c5beabd33d10daa88517ff6bf 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # Tests of pg_shmem.h functions
index 5fd5ad804996ddbcd5c0880969a9fc014d14a28c..2bc7b9aa3d1c44b48a3fc1723c6b4c3e235d9d03 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test WAL replay when some operation has skipped WAL.
 #
index 2275e28a502e644f53d1b334211555d12ad2b61f..606399bb6f55db6059c154afed854d355a454d87 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test for replication slot limit
 # Ensure that max_slot_wal_keep_size limits the number of WAL files to
index 68a21eb82ce955e032bcb92ee2d7514f91321b97..06c2b69ef40cf7d7122014d5fb25024a79e1c890 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # Tests related to WAL archiving and recovery.
index 2d409434ef4fa29192921ebdadb99e01605f1391..4a62e4772202a4d79021d8f6bf6ddc5127ac8e0d 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Checks that snapshots on standbys behave in a minimally reasonable
 # way.
index bf95a30761afc0c54c3ed2dca0e338ba6c1f6c86..2000f51731043cb6ca769243f2db917eacb6a512 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test remove of temporary files after a crash.
 use strict;
index 4fcc7ad40020623ab19015fdcb6869d656a1c4a9..da13e1d0f32a2be2f7ba254ae7bd2c8943d2b4ce 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test for point-in-time-recovery (PITR) with prepared transactions
 use strict;
index 70ef9c7e67282859175990577d8e2fff609e397c..dccdbd58790e4a48f4ea9482dcbcbd7e5f26ae5c 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test for archive recovery of WAL generated with wal_level=minimal
 use strict;
index 4e0f6291f4e3979ce4f78504b8f225ed8f8d42d4..7997eecdd3329c932ea2d03f07c50f5f4b1836e2 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Testing streaming replication where standby is promoted and a new cascading
 # standby (without WAL) is connected to the promoted standby.  Both archiving
index b78c2fd7912af3dcb8a2b1a8aaddd7e84d83623d..e9aadad1b2120e80d9adadc6204387d0c0d22d85 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Tests for already-propagated WAL segments ending in incomplete WAL records.
 
index 330eca2b83961327a92bb80894dcffd62730e0eb..8a315e595b3a49a9c2baa4863c24ed2b9b4acaba 100644 (file)
@@ -3,7 +3,7 @@
 # GNUmakefile--
 #    Makefile for src/test/regress (the regression tests)
 #
-# 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/test/regress/GNUmakefile
index 589357ba59c20171d0cb6ba800711263987004a8..a34efed095c883ff1a5172bd4731349dbc2e77d2 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * 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/test/regress/pg_regress.c
index ad91dfb85872e425d92acca98bf62bc2a004a8f6..2143ee0e72734c2852064540421ba935bbc8978b 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  * pg_regress.h --- regression test driver
  *
- * 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/test/regress/pg_regress.h
index 1524676f3b396560188e577085f5a74741b1fa1a..a4b354c9e6c0e4eeb59596812304c69c6c731e6b 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * 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/test/regress/pg_regress_main.c
index 351d79e1f09109444eeffa0108650b3d8e6fadc6..eefbd0f0dfdbb0c867069da0945c024e51c222ea 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * 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/test/regress/regress.c
index b7493833481709bad57b86287644739349b64889..12b02eb422bf353afba7de7bdc86c10da651796e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/ssl
 #
-# 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/test/ssl/Makefile
index 270f55a58f62c9f9cb87d213eab0d9e3b6ebeec3..7ed3a30f5c1af719d591d5f74c868d8183e924ba 100644 (file)
@@ -9,7 +9,7 @@
 #   The main Makefile in this directory defers to this helper file when
 #   building the sslfiles-related targets.
 #
-# 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/test/ssl/sslfiles.mk
index 779ab6683867c814e6e4915c254d3296b3fc277b..b1fb15ce806dffa1cdc77c50fff5ec3e73b7dd96 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 1c14bb62e62f363aee954ffc7dab59b65105af2a..86312be88cde0f318672afcab7c0709b8121e8a3 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test SCRAM authentication and TLS channel binding types
 
index 61300402830209e70e4706769036de2f497d07b0..8c760b39dbf21ffd798c5faa2b014d1ff2b66bc6 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 3d7ff40b97b6ec7e95680e5829fbd5a615ee4879..c85c6fd997a87f4b70f48264a0a5a2ad8acd1a85 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # This module sets up a test server, for the SSL regression tests.
 #
index 28fd6f6ccaddfc10767bf60ae2088ded0cd02e03..5f2b3a5ca79871f7ff73fddda98afc8202385441 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/subscription
 #
-# 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/test/subscription/Makefile
index 9531d81f19d8be941b749b216260d0bf07442bec..b7953c093136f240205b7607cefd4ffa2286ef63 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Basic logical replication test
 use strict;
index 1606d478d9abd4a599f8fd4382cf4ea8076199e9..3f0792ed84b0398131982eb6d258b23af8ddb639 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # This tests that more complex datatypes are replicated correctly
 # by logical replication
index 752daabd968d00647c48b63b5e76cf951d3a2294..6f3ebd6781357019a11a2e5dd8e1d702cc16e61f 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # This test checks that constraints work on subscriber
 use strict;
index aae9bb4141657c077fc28815fabb9cb8dd71a52d..1e0e64c0d7ac9853021960f3c6d044c95869ac6f 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Tests for logical replication table syncing
 use strict;
index ea991f5a888fc909020916a4a08d8a109a558383..d7513b1c612dc305e5f97fbee2742df0eef32941 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test replication between databases with different encodings
 use strict;
index 0e189469f71764246138c3a166c818069b250a6b..7a86ae2d16943c143e8930a7b9890bdec8e0c835 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test logical replication behavior with heap rewrites
 use strict;
index 8c869c5c15c8f424a151481a39d1180f0b04de6d..d1e8db3150c1d43f481680dac26c664ae8bfee79 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test some logical replication DDL behavior
 use strict;
index 50a83b521827637fa21f1b93ff5d653f826cf9dc..c1a88911f45895bd14ecfea8e9446d5e926ea427 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test behavior with different schema on subscriber
 use strict;
index f93ce1ef3504c709095367d70904c6a58ba9326e..8acbbce0a348463c572fc0bf19bd370a4acaceef 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test materialized views behavior
 use strict;
index 448032edf14c217b3eed9fab4962ceddf76c1976..16f0031b0341f56061df24788dd8d80173eeeac9 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test TRUNCATE
 use strict;
index 781c87fddc28bd17ed95af8d68006e480515485e..d2900f648d87556f68f76fc289fc17771e673b16 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test generated columns
 use strict;
index 06f19160e3f7472ef4700d9c09355ffdd4e27623..8eb245712ed7279e69a6e58f1e5e786bcf2bcf5f 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test collations, in particular nondeterministic ones
 # (only works with ICU)
index 6005178a32546aa0228d3257a161c383257a3a4b..85db48ff0a3d7e217e65daeb039cb8434d02ecc8 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test logical replication with partitioned tables
 use strict;
index 3dd69fb502d92e20b2a3f3f30ef7d2ef730f219b..f3cfcbb00ef115fc4302d7c025c3c895f9636726 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Binary mode logical replication test
 
index debb74cc65e3c5ab42151a8f14d675f8dba09e3d..2385803c18f80f3add72cd7185bc95b15ca957ee 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test streaming of simple large transaction
 use strict;
index 92c756dc2e93880ca6bf4e77d5f75c1cf1b6a5ec..c00b6bcc478a3e74a4add4357e4bbef9863c9ff8 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test streaming of large transaction containing large subtransactions
 use strict;
index 8d8310ecbe80b18efd940a7a15d41c229593b225..fabe033cc24b7ac86fb379b6e9c7a55cb4e2db8b 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test streaming of large transaction with DDL and subtransactions
 use strict;
index df21377a6ec240553f926ce737e1514567f94a95..6810895711a3f11bf03ec1797d694603b8b16f29 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test streaming of large transaction containing multiple subtransactions and rollbacks
 use strict;
index 5e062f191c33152afaefb04824e06683f034bc7b..83e2b7ba61b58c2f5e4e0d21aa3993f0fa4fbb20 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test streaming of large transaction with subtransactions, DDLs, DMLs, and
 # rollbacks
index 408a3ad1d6b43c54eaed2a4353cfc0f7615edc8c..9bb31ce9e874a4900fba66581bf8f84e07da957a 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Tests that logical decoding messages
 use strict;
index f8597cfdaa22b2e7a27e087ca4d774daea9a5586..88ef341825be29ddd29272419b7e8e15a03c4364 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # logical replication of 2PC test
 use strict;
index 8b402d63c07d5b441a24ac61ca7a5f98824b760a..80680f06a0ee8a2194cb72e974b0392e0f9d9219 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test cascading logical replication of 2PC.
 #
index bc5a17581ce22f347198e83c7fb27d672fe44678..250fdd550d631bc19a09d43323e55b1be5d0ee50 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Test logical replication of 2PC with streaming.
 use strict;
index 9384b3a9c46bde88517f435556f4e804011ecd8a..015cabf906100c9279b95feb4eade0069b91c65f 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # This test checks behaviour of ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
 use strict;
index 8f14da06a7f4e4be0119c47927f221a3bb7e68a7..197d68aafd1799ffe0fec60e46b89708073bc8ac 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Logical replication tests for schema publications
 use strict;
index b662be3c7b049fc63a62af4af5eba596d59425ee..6cf21c8feeabbcd64ddfad28ca01bf91d6c0723d 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Tests for subscription error stats.
 use strict;
index 6574e500ffd74ce3bae3bc389994601409b1b82f..dc361756cc9be828184cf1d6beccc1a2687d873d 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Tests for various bugs found over time
 use strict;
index 82f14ee4b59f05b60c8907eddd0aebe4889181da..3c278dd0f33800c005fbf6be7b5924be40cb4317 100644 (file)
@@ -3,7 +3,7 @@
  * pgtz.c
  *   Timezone Library Integration Functions
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/timezone/pgtz.c
index ca01722ee98a8f78947a07571435d98de9bbf327..30a3539a651007963a4323d4a165e14edd1157ea 100644 (file)
@@ -6,7 +6,7 @@
  * Note: this file contains only definitions that are private to the
  * timezone library.  Public definitions are in pgtime.h.
  *
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/timezone/pgtz.h
index ce03ed8bbcb3aa522d4f58eb1fa2bad0335e2307..0803698d5797eac8310971857dd138b6f062b812 100644 (file)
@@ -20,7 +20,7 @@
 # not in the set.
 #
 #
-# 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/tools/PerfectHash.pm
index 5bb5722ead62e96d1dce438bf97a607f0473418f..6f748ae6eca9b3d31fcda22102cb056fa066d684 100755 (executable)
@@ -16,7 +16,7 @@
 # To use: run bison with the -v switch, then feed the produced y.output
 # file to this script.
 #
-# Copyright (c) 2011-2021, PostgreSQL Global Development Group
+# Copyright (c) 2011-2022, PostgreSQL Global Development Group
 #
 # src/tools/check_bison_recursion.pl
 #################################################################
index a55e6430c242f33c01f1275b398339d53cb52644..cc5411673c0bc1008c312dc72290c3950f06d3c2 100755 (executable)
@@ -2,7 +2,7 @@
 #################################################################
 # copyright.pl -- update copyright notices throughout the source tree, idempotently.
 #
-# Copyright (c) 2011-2021, PostgreSQL Global Development Group
+# Copyright (c) 2011-2022, PostgreSQL Global Development Group
 #
 # src/tools/copyright.pl
 #
index 62b89e0e8455432dd6c7c2f251905ed43e71ceda..8059cb56be0bb5a7234accd148e7242a0e25c453 100644 (file)
@@ -8,7 +8,7 @@
 # let's suppress it by inserting a dummy reference to the variable.
 # (That's exactly what 2.5.36 and later do ...)
 #
-# 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/tools/fix-old-flex-code.pl
index 396d938ea05f053e9f466c0c2fe9a3966f41b733..88ea78f0a4f67cd6024a9789dc8d25f9667e5dd2 100644 (file)
@@ -21,7 +21,7 @@
 # Note that case folding works correctly only for all-ASCII keywords!
 #
 #
-# 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/tools/gen_keywordlist.pl
@@ -71,7 +71,7 @@ printf $kwdef <<EOM, $base_filename, uc $base_filename, uc $base_filename;
  * %s.h
  *    List of keywords represented as a ScanKeywordList.
  *
- * 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
  *
  * NOTES
index 8a5d408d29e392de75857aa267ae6b6c5d249ff0..189cfc889d94fb8fdd4c349ff7a9f072c8acd576 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # src/tools/git_changelog
index 7cce9a5e6213cc0c0b979eb29022b39d806706ec..2abffafa8544cfe970ed26356cfd0cd52fc84998 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/tools/ifaddrs
 #
-# Copyright (c) 2003-2021, PostgreSQL Global Development Group
+# Copyright (c) 2003-2022, PostgreSQL Global Development Group
 #
 # src/tools/ifaddrs/Makefile
 #
index f5601c997f32d939d44b8591c3b1318189845544..8de79c618cbe928a33f860199651dbb05c3c8124 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 package Install;
 
index cc684008a475aeec487fdace380e0ee5766852cc..5e312d232e932868ea6d61f1ccacae6119bdab4e 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 package MSBuildProject;
 
index 404c45a6f30140d811c71846f3a3aca0b99fd320..deb62c1c7b3a8f672e7e275ac2e3c5d3cee24a66 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 package Mkvcbuild;
 
index 514003de11b14499947fbecb75dfc630479047c6..d39c502f30afcf313c6d0c4520f4afb1cb20cf34 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 package Project;
 
index 2c8cd521e946e8d52ff567fee2bf7ebdcf5b61af..734d8e073fa2f54f1adf0737f28fe5835fcc2bff 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 package Solution;
 
index a865604a5a17a18f491d7c557d3d2796ffbb6849..9f9712b7935ecdf2fcf0aceb136d946f050c4e80 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 package VSObjectFactory;
 
index 4c51d8b260cf81609c7ebfcb1eae93847bd4cf3b..e5ce14d77d14b09444894cae954da77fe7a3db1c 100644 (file)
@@ -1,6 +1,6 @@
 # -*-perl-*- hey - emacs - this is a perl file
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # Script that provides 'make' functionality for msvc builds.
index 460c0375d4b56546d92abd6f2da7a1abd2215271..7a9b00be7209b38a2a26afe0f36100332e19fc60 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # Configuration arguments for vcbuild.
 use strict;
index d47e59a6090032b27d6dfd8c66a09d69fe22b3d2..1c7e3d33a49bc176ee511a942fd5231932db8e3b 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 package Win32;
 use strict;
index 73bd898497f3eb99f88512768c937edf4d58f1c0..d995432aeef3ff20341d38bc96f9c7737d233611 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 package Win32::Registry;
 
index b74d28fc29abb25eaef64d3d2a5cf8b9a9c09d31..d77e48bf80f8c01d0cf1878bcce6bafa459ecc2c 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 package Win32API::File;
 
index 71c18580a654d830f4ee6f6e3ac28ff82c4692dd..b8c514a831110975ef3cb1b1f3e9fb3983b8e3a1 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 45276d0d18caab8f933678edf659dadca94b17c9..142d0dd17223ccd720c9fdff62933e0e6fc7dc55 100755 (executable)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # Script that provides 'make install' functionality for msvc builds
index 3749e7f23b15cbfdb9ddc693af473be52af6534a..7c9f7ce1ad6685b94a1bff2b03bd9c6bdf7f6f07 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # Script that parses Unix style build environment and generates build files
index e83c0b1f79a66ac159d0b260b3804b72823436e6..3974c30d96dcfa32f147ecc1049be17b5f41e8d1 100644 (file)
@@ -1,6 +1,6 @@
 # -*-perl-*- hey - emacs - this is a perl file
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # src/tools/msvc/pgbison.pl
 
index 0728b85d4de92b2a9269feca65d9556629e9ef4f..eb3198381f602b6c07c2293c50f3fff6f1401830 100644 (file)
@@ -1,6 +1,6 @@
 # -*-perl-*- hey - emacs - this is a perl file
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # src/tools/msvc/pgflex.pl
 
index 2380cff2b9d260dc844307c67f72723872aad7e0..8f3e3fa937b4a3480aa69604d476489c92c18375 100644 (file)
@@ -1,6 +1,6 @@
 # -*-perl-*- hey - emacs - this is a perl file
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 # src/tools/msvc/vcregress.pl
 
index c9cb19b43e7304099428a870c1e71edb9e5058a9..e7cd65a5c7a53c1340bdc7f29d21126479c2cde3 100755 (executable)
@@ -13,7 +13,7 @@
 # No output if everything is OK, else compiler errors.
 #
 # src/tools/pginclude/cpluspluscheck
-# Copyright (c) 2009-2021, PostgreSQL Global Development Group
+# Copyright (c) 2009-2022, PostgreSQL Global Development Group
 
 if [ -z "$1" ]; then
     srcdir="."
index 4123d7d0f0453ae005c65c1189126103d0ce100e..397237358e7796c7e195e23574fdeb13688b1d6f 100755 (executable)
@@ -13,7 +13,7 @@
 # No output if everything is OK, else compiler errors.
 #
 # src/tools/pginclude/headerscheck
-# Copyright (c) 2009-2021, PostgreSQL Global Development Group
+# Copyright (c) 2009-2022, PostgreSQL Global Development Group
 
 if [ -z "$1" ]; then
     srcdir="."
index d6565b282e1d39e9fcdb1c3df04d163afd547b85..e46a7561e5f396955aea7195f5588e447895f292 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 #
 # This script looks for symbols that are referenced in #ifdef or defined()
index f8190b6c354af4a7a0bb6569df30c4042b3d5586..2ef07bb9fd53047c8e90d272442850112493ece8 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (c) 2021, PostgreSQL Global Development Group
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index 47cc685ab4585f45a9442df699a48e6ad747591a..2ebd4f50894f764ba02b65a8e6fd5b7ab3f45171 100644 (file)
@@ -6,7 +6,7 @@
  * This is a standalone test program that compares the behavior of an
  * implementation in int128.h to an (assumed correct) int128 native type.
  *
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4a4cbf7ca97ed34c3ce1f77629d4b8ad666ce601..bf8fdfb3ac1c435e418b6973f5983bc900664dc6 100755 (executable)
@@ -3,7 +3,7 @@
 #################################################################
 # version_stamp.pl -- update version stamps throughout the source tree
 #
-# Copyright (c) 2008-2021, PostgreSQL Global Development Group
+# Copyright (c) 2008-2022, PostgreSQL Global Development Group
 #
 # src/tools/version_stamp.pl
 #################################################################
index 3dd0aaae8e0e079f1f90cffc59e077a629ee3483..c43ab7e28833a5a774e2b10f01c07b4384e3a6ed 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # win32tzlist.pl -- compare Windows timezone information
 #
-# Copyright (c) 2008-2021, PostgreSQL Global Development Group
+# Copyright (c) 2008-2022, PostgreSQL Global Development Group
 #
 # src/tools/win32tzlist.pl
 #################################################################
index d1f61fdd2e91a9fa4abb585d9bdbda00b86fbad9..bab21af21bcee204e4669fdb7059ac3225ec0599 100644 (file)
@@ -5,7 +5,7 @@
 --    use this new type.
 --
 --
--- 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/tutorial/complex.source
index 6b3031c4249f27f09e8cf7615758e2e93b2e3c25..6458c3237203706a0741d5eb9fce059f1a099300 100644 (file)
@@ -4,7 +4,7 @@
 --    sample queries to the system catalogs
 --
 --
--- 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/tutorial/syscat.source