]> granicus.if.org Git - postgresql/commitdiff
Update copyright for 2019
authorBruce Momjian <bruce@momjian.us>
Wed, 2 Jan 2019 17:44:25 +0000 (12:44 -0500)
committerBruce Momjian <bruce@momjian.us>
Wed, 2 Jan 2019 17:44:25 +0000 (12:44 -0500)
Backpatch-through: certain files through 9.4

1692 files changed:
COPYRIGHT
configure
configure.in
contrib/adminpack/adminpack.c
contrib/amcheck/verify_nbtree.c
contrib/auth_delay/auth_delay.c
contrib/auto_explain/auto_explain.c
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/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/intarray/_int_selfuncs.c
contrib/isn/isn.c
contrib/isn/isn.h
contrib/pageinspect/brinfuncs.c
contrib/pageinspect/fsmfuncs.c
contrib/pageinspect/ginfuncs.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_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/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/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/vacuumlo.c
doc/src/sgml/generate-errcodes-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_inclusion.c
src/backend/access/brin/brin_minmax.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/bufmask.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/reloptions.c
src/backend/access/common/scankey.c
src/backend/access/common/session.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/hio.c
src/backend/access/heap/pruneheap.c
src/backend/access/heap/rewriteheap.c
src/backend/access/heap/syncscan.c
src/backend/access/heap/tuptoaster.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/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/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/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_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_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/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/vacuumlazy.c
src/backend/commands/variable.c
src/backend/commands/view.c
src/backend/executor/execAmi.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/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/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/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/knapsack.c
src/backend/lib/pairingheap.c
src/backend/lib/rbtree.c
src/backend/lib/stringinfo.c
src/backend/libpq/auth-scram.c
src/backend/libpq/auth.c
src/backend/libpq/be-fsstubs.c
src/backend/libpq/be-secure-common.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/prepjointree.c
src/backend/optimizer/prep/prepqual.c
src/backend/optimizer/prep/preptlist.c
src/backend/optimizer/prep/prepunion.c
src/backend/optimizer/util/clauses.c
src/backend/optimizer/util/joininfo.c
src/backend/optimizer/util/orclauses.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/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/mingwcompat.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/bgworker.c
src/backend/postmaster/bgwriter.c
src/backend/postmaster/checkpointer.c
src/backend/postmaster/fork_process.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/basebackup.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/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/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/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/smgr/smgrtype.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/dicts/hunspell_sample_long.dict
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.sed
src/backend/utils/Gen_fmgrtab.pl
src/backend/utils/Makefile
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/arrayutils.c
src/backend/utils/adt/ascii.c
src/backend/utils/adt/bool.c
src/backend/utils/adt/char.c
src/backend/utils/adt/cryptohashes.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/jsonfuncs.c
src/backend/utils/adt/levenshtein.c
src/backend/utils/adt/like.c
src/backend/utils/adt/like_match.c
src/backend/utils/adt/lockfuncs.c
src/backend/utils/adt/mac.c
src/backend/utils/adt/mac8.c
src/backend/utils/adt/misc.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/txid.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/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/hashfn.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/ascii_and_mic/ascii_and_mic.c
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_ascii/utf8_and_ascii.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/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/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/backend/utils/time/tqual.c
src/bin/Makefile
src/bin/initdb/Makefile
src/bin/initdb/findtimezone.c
src/bin/initdb/initdb.c
src/bin/pg_basebackup/Makefile
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/walmethods.c
src/bin/pg_basebackup/walmethods.h
src/bin/pg_config/Makefile
src/bin/pg_config/pg_config.c
src/bin/pg_controldata/Makefile
src/bin/pg_ctl/Makefile
src/bin/pg_ctl/pg_ctl.c
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_resetwal/Makefile
src/bin/pg_resetwal/pg_resetwal.c
src/bin/pg_rewind/Makefile
src/bin/pg_rewind/copy_fetch.c
src/bin/pg_rewind/datapagemap.c
src/bin/pg_rewind/datapagemap.h
src/bin/pg_rewind/fetch.c
src/bin/pg_rewind/fetch.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_fetch.c
src/bin/pg_rewind/logging.c
src/bin/pg_rewind/logging.h
src/bin/pg_rewind/parsexlog.c
src/bin/pg_rewind/pg_rewind.c
src/bin/pg_rewind/pg_rewind.h
src/bin/pg_rewind/timeline.c
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_verify_checksums/Makefile
src/bin/pg_verify_checksums/pg_verify_checksums.c
src/bin/pg_waldump/compat.c
src/bin/pg_waldump/pg_waldump.c
src/bin/pgbench/exprparse.y
src/bin/pgbench/exprscan.l
src/bin/pgbench/pgbench.c
src/bin/pgbench/pgbench.h
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/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/vacuumdb.c
src/common/base64.c
src/common/config_info.c
src/common/controldata_utils.c
src/common/exec.c
src/common/fe_memutils.c
src/common/file_perm.c
src/common/file_utils.c
src/common/ip.c
src/common/keywords.c
src/common/link-canary.c
src/common/md5.c
src/common/pg_lzcompress.c
src/common/pgfnames.c
src/common/psprintf.c
src/common/relpath.c
src/common/restricted_token.c
src/common/rmtree.c
src/common/saslprep.c
src/common/scram-common.c
src/common/sha2.c
src/common/sha2_openssl.c
src/common/string.c
src/common/unicode/generate-norm_test_table.pl
src/common/unicode/generate-unicode_norm_table.pl
src/common/unicode/norm_test.c
src/common/unicode_norm.c
src/common/username.c
src/common/wait_error.c
src/fe_utils/Makefile
src/fe_utils/conditional.c
src/fe_utils/mbprint.c
src/fe_utils/print.c
src/fe_utils/psqlscan.l
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/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/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/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/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/sysattr.h
src/include/access/timeline.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/tuptoaster.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/xact.h
src/include/access/xlog.h
src/include/access/xlog_internal.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/opfam_internal.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.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_pltemplate.dat
src/include/catalog/pg_pltemplate.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_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_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/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/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/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/base64.h
src/include/common/config_info.h
src/include/common/controldata_utils.h
src/include/common/fe_memutils.h
src/include/common/file_perm.h
src/include/common/file_utils.h
src/include/common/int.h
src/include/common/int128.h
src/include/common/ip.h
src/include/common/keywords.h
src/include/common/link-canary.h
src/include/common/md5.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/sha2.h
src/include/common/string.h
src/include/common/unicode_norm.h
src/include/common/unicode_norm_table.h
src/include/common/username.h
src/include/datatype/timestamp.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/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/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/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/conditional.h
src/include/fe_utils/connect.h
src/include/fe_utils/mbprint.h
src/include/fe_utils/print.h
src/include/fe_utils/psqlscan.h
src/include/fe_utils/psqlscan_int.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/knapsack.h
src/include/lib/pairingheap.h
src/include/lib/rbtree.h
src/include/lib/stringinfo.h
src/include/libpq/auth.h
src/include/libpq/be-fsstubs.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/scram.h
src/include/mb/pg_wchar.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/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/relation.h
src/include/nodes/replnodes.h
src/include/nodes/tidbitmap.h
src/include/nodes/value.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/joininfo.h
src/include/optimizer/orclauses.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/predtest.h
src/include/optimizer/prep.h
src/include/optimizer/restrictinfo.h
src/include/optimizer/subselect.h
src/include/optimizer/tlist.h
src/include/optimizer/var.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/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-xlc.h
src/include/port/atomics/generic.h
src/include/port/pg_bswap.h
src/include/port/pg_crc32c.h
src/include/port/win32_port.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/bgworker.h
src/include/postmaster/bgworker_internals.h
src/include/postmaster/bgwriter.h
src/include/postmaster/fork_process.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/basebackup.h
src/include/replication/decode.h
src/include/replication/logical.h
src/include/replication/logicalfuncs.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/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/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/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/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/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/hashutils.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/jsonapi.h
src/include/utils/jsonb.h
src/include/utils/logtape.h
src/include/utils/lsyscache.h
src/include/utils/memdebug.h
src/include/utils/memutils.h
src/include/utils/numeric.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/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/tqual.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/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/check_rules.pl
src/interfaces/ecpg/preproc/ecpg.c
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-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-lobj.c
src/interfaces/libpq/fe-misc.c
src/interfaces/libpq/fe-print.c
src/interfaces/libpq/fe-protocol2.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-openssl.c
src/interfaces/libpq/fe-secure.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/libpq.rc.in
src/interfaces/libpq/pqexpbuffer.c
src/interfaces/libpq/pqexpbuffer.h
src/interfaces/libpq/pthread-win32.c
src/interfaces/libpq/test/uri-regress.c
src/interfaces/libpq/win32.c
src/pl/plperl/plperl.h
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_scanner.c
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/chklocale.c
src/port/dirent.c
src/port/dirmod.c
src/port/dlopen.c
src/port/erand48.c
src/port/fls.c
src/port/fseeko.c
src/port/getaddrinfo.c
src/port/getpeereid.c
src/port/getrusage.c
src/port/isinf.c
src/port/kill.c
src/port/mkdtemp.c
src/port/noblock.c
src/port/open.c
src/port/path.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/pwrite.c
src/port/quotes.c
src/port/random.c
src/port/snprintf.c
src/port/sprompt.c
src/port/srandom.c
src/port/strerror.c
src/port/strlcpy.c
src/port/strnlen.c
src/port/system.c
src/port/thread.c
src/port/unsetenv.c
src/port/win32env.c
src/port/win32error.c
src/port/win32security.c
src/port/win32setlocale.c
src/port/win32ver.rc
src/test/authentication/Makefile
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/ldap/Makefile
src/test/modules/dummy_seclabel/dummy_seclabel.c
src/test/modules/test_bloomfilter/test_bloomfilter.c
src/test/modules/test_ddl_deparse/test_ddl_deparse.c
src/test/modules/test_parser/test_parser.c
src/test/modules/test_predtest/test_predtest.c
src/test/modules/test_rbtree/test_rbtree.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/recovery/Makefile
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/subscription/Makefile
src/test/thread/Makefile
src/test/thread/thread_test.c
src/timezone/pgtz.c
src/timezone/pgtz.h
src/tools/check_bison_recursion.pl
src/tools/copyright.pl
src/tools/findoidjoins/Makefile
src/tools/findoidjoins/findoidjoins.c
src/tools/fix-old-flex-code.pl
src/tools/ifaddrs/Makefile
src/tools/testint128.c
src/tools/version_stamp.pl
src/tools/win32tzlist.pl
src/tutorial/complex.source
src/tutorial/syscat.source

index 33e6e4842ad64dd89d351c84454059daed61ff56..fe7c3857327896b1ab31cec73101a02fbb24352b 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-2018, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index 79a18717d38e795fce3d7b09cab2263079ba2f9a..d5ace6262327b6082b810191f462ee39d6504bf9 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-2018, PostgreSQL Global Development Group
+# Copyright (c) 1996-2019, PostgreSQL Global Development Group
 ## -------------------- ##
 ## M4sh Initialization. ##
 ## -------------------- ##
@@ -1662,7 +1662,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-2018, PostgreSQL Global Development Group
+Copyright (c) 1996-2019, PostgreSQL Global Development Group
 _ACEOF
   exit
 fi
index 5084cddea347ade56d51d995f08a7340b455a336..4efb912c4d111803136aaf16ff74817e179c6f12 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.in' but it is then
 your responsibility whether the result works or not.])])
-AC_COPYRIGHT([Copyright (c) 1996-2018, PostgreSQL Global Development Group])
+AC_COPYRIGHT([Copyright (c) 1996-2019, 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 ea0ec201f0d72cd545bed19b00bdf41a555b9312..e88f0a7a16510ce0ac413054fcfa184edd238ded 100644 (file)
@@ -3,7 +3,7 @@
  * adminpack.c
  *
  *
- * Copyright (c) 2002-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2019, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index 3624fa632ea6676f751b7547263df8dfbdc32e55..a8a0ec70e1aa789429ea1ecec87ce7fab75d4aeb 100644 (file)
@@ -14,7 +14,7 @@
  * that every visible heap tuple has a matching index tuple.
  *
  *
- * Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/amcheck/verify_nbtree.c
index ad047b365f2f09fbe2b461f25c5fda6ebef508c7..b7ad7448d5e9e86092e3ed08ba9e6d59648d369b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * auth_delay.c
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             contrib/auth_delay/auth_delay.c
index 646cd0d42cddb98df2c8c6dabf7350bfa375da9e..7b2292767411a19faeafe78f48297dcdcada765e 100644 (file)
@@ -3,7 +3,7 @@
  * auto_explain.c
  *
  *
- * Copyright (c) 2008-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/auto_explain/auto_explain.c
index fa0f17a217f61b41bafa846c4db5b94b8b669176..902d23ec4a14dd1a831b0586027da6f90c23d4c3 100644 (file)
@@ -3,7 +3,7 @@
  * blcost.c
  *             Cost estimate function for bloom indexes.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/bloom/blcost.c
index 9f223d3b2a7bd4c4247016b11557850b8c25b9df..e43fbe0005f2de66f58d2e4b035f0f55a0ca0ad0 100644 (file)
@@ -3,7 +3,7 @@
  * blinsert.c
  *             Bloom index build and insert functions.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/bloom/blinsert.c
index 3973ac75e8f70ad4dfe179a8d76b6433fac52d69..24200fb5faca5006f52e3292da1a399ebc747932 100644 (file)
@@ -3,7 +3,7 @@
  * bloom.h
  *       Header for bloom index.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/bloom/bloom.h
index 2d81e3821896c2ad44e123229b8af12f6371f959..49e364ac12d6a8baf56d3d09d878fe9920f22a54 100644 (file)
@@ -3,7 +3,7 @@
  * blscan.c
  *             Bloom index scan functions.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/bloom/blscan.c
index 6b2b9e374263b5d9065ffe976fcc6d37ab8674f1..645837657871575628d92e1a83927b8341478a57 100644 (file)
@@ -3,7 +3,7 @@
  * blutils.c
  *             Bloom index utilities.
  *
- * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990-1993, Regents of the University of California
  *
  * IDENTIFICATION
index 7530a664abcf34a19d226008cd1976f11d470ef9..0c33d1e1951b92489aee2307965130fb9204c8ce 100644 (file)
@@ -3,7 +3,7 @@
  * blvacuum.c
  *             Bloom VACUUM functions.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/bloom/blvacuum.c
index 7235f123073e8d7dde27f3966730854754076ebb..e9bd1b4f03edf8d6e09838ce27364d382adcc576 100644 (file)
@@ -3,7 +3,7 @@
  * blvalidate.c
  *       Opclass validator for bloom.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/bloom/blvalidate.c
index 3b73ff13f19a7b293807fa0f37ac96decb0c42e1..bf2a6c343d371a2ba1227c393510cdf9acbb218e 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
  * contrib/dblink/dblink.c
- * Copyright (c) 2001-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2019, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 56ede37089eacc233fd087ed8ac31f26e523d89e..628b9769c32dde3d636794aa29eebd58a8a7afb1 100644 (file)
@@ -3,7 +3,7 @@
  * dict_int.c
  *       Text search dictionary for integers
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/dict_int/dict_int.c
index a79ece240cee564591830cfa3847e51b64b2fd96..509e14aee07baae44e47d1755322fab118c0b7a2 100644 (file)
@@ -3,7 +3,7 @@
  * dict_xsyn.c
  *       Extended synonym dictionary
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/dict_xsyn/dict_xsyn.c
index 4368d92041303e63d716f589a5bbe00fefebf5a8..9ff34b4357f62a3d610cc3062e3ad5be8775daf2 100644 (file)
@@ -3,7 +3,7 @@
  * file_fdw.c
  *               foreign-data wrapper for server-side flat files (or programs).
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/file_fdw/file_fdw.c
index 05774658dc84240d3828a25749d5764b78c7a744..b8992f7c3cb7a1f4472fed9ac2996a8a2442e6cd 100644 (file)
@@ -6,7 +6,7 @@
  * Joe Conway <mail@joeconway.com>
  *
  * contrib/fuzzystrmatch/fuzzystrmatch.c
- * Copyright (c) 2001-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2019, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * metaphone()
index 4c3f60c1dd4482e1728a927e0d2e045e85089899..6ebe0ab9a89ea28b020ad315debf609837f082ce 100644 (file)
@@ -3,7 +3,7 @@
  * _int_selfuncs.c
  *       Functions for selectivity estimation of intarray operators
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 897d83e0ca3570746f707757dc522f19df5d9c35..0c2cac7d52bfa9850f5edafc8285137ce7c539bd 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/isn/isn.c
index 29632d85185e411629ef3a815c5af1aca3df7d17..d572149d2af557b0a2932de865c60c52cf329b5c 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/isn/isn.h
index f4f0dea860f689c7b99255847e79990415112dce..f93690f3a82c13fe8c9940c2ff71a3ea345ebb8b 100644 (file)
@@ -2,7 +2,7 @@
  * brinfuncs.c
  *             Functions to investigate BRIN indexes
  *
- * Copyright (c) 2014-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             contrib/pageinspect/brinfuncs.c
index 86e8075845e3e94ff7b5d2cabfc333f0d74827c8..4b3c59681845b75cf29361d58bef77457c6b2a82 100644 (file)
@@ -9,7 +9,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/fsmfuncs.c
index d42609c577715e8ab1ec30575c6997fed237d599..229f9f9a2eee548742a6aa6d854b035ae1c05691 100644 (file)
@@ -2,7 +2,7 @@
  * ginfuncs.c
  *             Functions to investigate the content of GIN indexes
  *
- * Copyright (c) 2014-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             contrib/pageinspect/ginfuncs.c
index c49adf207cb3c396cd07b73a54d6a127b9264e5f..e69913302ac3e98a0539c1b208437c47b7db0106 100644 (file)
@@ -2,7 +2,7 @@
  * hashfuncs.c
  *             Functions to investigate the content of HASH indexes
  *
- * Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             contrib/pageinspect/hashfuncs.c
index f7986572555ea450a983f6d810fe8d6af97de5a2..a0c703750a543832197dc650f8e3859ed0f4ef40 100644 (file)
@@ -15,7 +15,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/heapfuncs.c
index ab7d5d66cd1aded6653bd2815828a91f85a16097..0a660ad6254e3c100c5c4e6688c50b9d8d2eeda5 100644 (file)
@@ -3,7 +3,7 @@
  * pageinspect.h
  *       Common functions for pageinspect.
  *
- * Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/pageinspect.h
index 39c50f487451509156ac88b0dc92877c817a4b39..abd17d331bde172a4792b361923a2e269854947d 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Access-method specific inspection functions are in separate files.
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/rawpage.c
index d3d9ff36761fbf2fb732f461f6e2290d0bbd6cb3..b161e0f14605028719bf0512a50a674853a81c47 100644 (file)
@@ -3,7 +3,7 @@
  * passwordcheck.c
  *
  *
- * Copyright (c) 2009-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2019, PostgreSQL Global Development Group
  *
  * Author: Laurenz Albe <laurenz.albe@wien.gv.at>
  *
index 033ad364777ea3b7cfd77957f9624903cbbba322..45a5a26337e872787cc60b484cf6729bae5bd3f4 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-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  *     IDENTIFICATION
  *             contrib/pg_prewarm/autoprewarm.c
index 1f4bfb8c0d4b56fec8bcfa93dfaea350a3e95c2e..f789aabfc624b1865b39189beb8dbb9a6a964ad6 100644 (file)
@@ -3,7 +3,7 @@
  * pg_prewarm.c
  *               prewarming utilities
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/pg_prewarm/pg_prewarm.c
index 33f9a79f5429b3d9b19b24aa0c78e34da3cbd213..e8ef966bb51a7a174b8d1362132839fae0ecbeb6 100644 (file)
@@ -48,7 +48,7 @@
  * in the file to be read or written while holding only shared lock.
  *
  *
- * Copyright (c) 2008-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pg_stat_statements/pg_stat_statements.c
index 547e7c094f84080d7faf81ad76262a03ce9ae3a1..50e413506c088e9cffba099e3bba4043169f39cf 100644 (file)
  * 7) Mark state 3 final because state 5 of source NFA is marked as final.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c1aae9d655121a10892c69f29689087173e7bc04..210224e8e14769f28e1f28594fa9dc1d0bc46892 100644 (file)
@@ -3,7 +3,7 @@
  * pg_visibility.c
  *       display visibility map information and page-level visibility bits
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  *       contrib/pg_visibility/pg_visibility.c
  *-------------------------------------------------------------------------
index ef33cacec6af983d92547021dabaeebd566faa60..ca8ccc360d15f3a37dd34520d87b17d6cb8d12c7 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatapprox.c
  *               Bloat estimation functions
  *
- * Copyright (c) 2014-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/pgstattuple/pgstatapprox.c
index a6509932dcffd00edf93026382e407023669cca5..239d220c249b1a2ce655a540ee4467b501c7fe63 100644 (file)
@@ -3,7 +3,7 @@
  * connection.c
  *               Connection management functions for postgres_fdw
  *
- * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/connection.c
index 654323f1554438cf031a002f0034b673fcf631e0..307c0270bb5516ebfde2607b9f5b675812b3d664 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/deparse.c
index 6854f1bd91e6831ef99ff6b6fc54a43983e59025..7ea68c3ce3d29d9f3ae9f643e1a634d587e57c64 100644 (file)
@@ -3,7 +3,7 @@
  * option.c
  *               FDW option handling for postgres_fdw
  *
- * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/option.c
index 2ac9d7bbe7a6ba23ef92e43e5b762107974afd68..e0c68dc6b4c2329b29f8695465109cc0c251e7b2 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.c
  *               Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/postgres_fdw.c
index 70b538e2f94d0be9d417bce79a4e7397a51d4224..ce24c2a4d2c12746e50e5a355ef5201958032c85 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.h
  *               Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/postgres_fdw.h
index fb98faa5fd7af0dbe87fdd51ac72a3afa9c427bc..2b55a40db36b27727cea80fe3ede08cccae21a50 100644 (file)
@@ -13,7 +13,7 @@
  * functions or functions using nonportable collations.  Those considerations
  * need not be accounted for here.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/shippable.c
index 102c9c8012cf5b1a01bcd64e027cacf6f79b747d..d49231a4b18441c93e984b24d10c073570dc47a3 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to database objects
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 9bdbd7b60f57ee900eab3d26b1774a78da238768..cc934b54afb46dedca4eaac39e49df2a2aa33c9b 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to handle DML permission checks
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 4249ed552c84e21281b9ca3851b07089c6738a3c..ebfa441b47ac630a43ec89ab6c8d7b0c4474d16f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index acffc468d284255f190b596ddec0f0a9b9ab766d..db00b481228cd13b8a133e9273021652498de584 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to support SELinux labels (security context)
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 45139f3750486e82024376617d4e9e560fc7658f..fa449339db25843eb82f8129749975bb63e066c7 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # A wrapper script to launch psql command in regression test
 #
-# Copyright (c) 2010-2018, PostgreSQL Global Development Group
+# Copyright (c) 2010-2019, PostgreSQL Global Development Group
 #
 # -------------------------------------------------------------------------
 
index a4acfd92daee613b93394bec5b3fe75b9296ecb4..94b9dbf6ecd0e3b51b6c7171c03f3fc71957141f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to procedure objects
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 312740c598367074fdb5957a927cfc4345b78c48..42a4604f24b7ada880d08410584536eb91c67d7f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to relation/attribute objects
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 7b098318edaf7ef92ee3efdf67b50c49240f371e..19ca6fa9b0f7c0be63ae56a0cf27d018ca033986 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to schema objects
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 47def00a460154e1da6ff0d0129436f120341dd0..fbc044e818c9701fad92f37cd8c33792653ab1b8 100644 (file)
@@ -5,7 +5,7 @@
  * Interactions between userspace and selinux in kernelspace,
  * using libselinux api.
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 99adfc522a3ec54d69dea097725402aac2820f33..a2d48d37c529a49f98c9ac01e28a7121d2d76fef 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Definitions corresponding to SE-PostgreSQL
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index ea276ee0ccd2ac57edecee547f72cae5518590ed..fce6e9878542a4bf2183bbd07d73c45703a17434 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2019, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 59f90dc947943716fb6cadc0b0a2445802379ac3..02e49214101b315eee2917ff846e19d5f967fcff 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2019, 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 7d0773f82fc47c074b9c81d331fb388dd908cda0..f1e75463ff7642b36b9f72be895c6e152ec0c963 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2019, 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 bcb29edb662a316e22c19fb01315207f772bbeb7..5355a64c5e64b2a0788bb689faf641e2b65b0cb0 100644 (file)
@@ -3,7 +3,7 @@
  * tcn.c
  *       triggered change notification support for PostgreSQL
  *
- * Portions Copyright (c) 2011-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2011-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f6e77fbda13828921bf5744ac5438658f25afa09..e3f394f51205205cb5be99dc738e062004b4b1b3 100644 (file)
@@ -3,7 +3,7 @@
  * test_decoding.c
  *               example logical decoding output plugin
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/test_decoding/test_decoding.c
index 83f841f0c2ea056ef41a4a3900dfdadd40a400a8..2dc14461cdc3b3c41e661b0759bb3f67ad7bed3b 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 249d6f4d463181e5fd05bf853b09e5a3543f4ba3..50c3db0642848b647192d7497c1749c35abb44fa 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8bce9b35e1da5db9a2639639e2dae111cbd7d44c..fc5176e338bdf4777915daa5679c051e9e57005a 100644 (file)
@@ -3,7 +3,7 @@
  * unaccent.c
  *       Text search unaccent dictionary
  *
- * Copyright (c) 2009-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/unaccent/unaccent.c
index 179305b9547688abbc26ac60e482c972493e835d..f5ae915f2438224194983f1703656fe88e707a63 100644 (file)
@@ -2,7 +2,7 @@
  *
  * UUID generation functions using the BSD, E2FS or OSSP UUID library
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * Portions Copyright (c) 2009 Andrew Gierth
  *
index 3075781abe15fbe16eb2daaa0c9347ee98bc3b9c..ec5059e9f627e74ae1cf41acd5441bb89fc362cf 100644 (file)
@@ -3,7 +3,7 @@
  * vacuumlo.c
  *       This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ebec43159e23b6b43601b12f64afe836a0b9591c..24b9d891c3bb1fb2c52df9af4e11bbccee052b61 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes-table.sgml file from errcodes.txt
-# Copyright (c) 2000-2018, PostgreSQL Global Development Group
+# Copyright (c) 2000-2019, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index fd5cda30b74986291e65fbb0a8c1ad360bef7083..9bb1d7983be54e4d24d1d6ce478dc0a141a6ec7d 100644 (file)
@@ -1,9 +1,9 @@
 <!-- doc/src/sgml/legal.sgml -->
 
-<date>2018</date>
+<date>2019</date>
 
 <copyright>
- <year>1996-2018</year>
+ <year>1996-2019</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-2018
+  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2019
   by the PostgreSQL Global Development Group.
  </para>
 
index 4bcce4f5ed101c95277c0ade7f71c0ee53ee0004..9f3b7852420206c169fb089dc249e30b6b48646c 100644 (file)
@@ -704,7 +704,7 @@ SELECT lo_export(image.raster, '/tmp/motd') FROM image
  * testlo.c
  *    test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 25eb0439416470abb962aad70fa4fde8ff981f34..e05f55cad49b4fcea232f3868df6788cf7948761 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for the postgres backend
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/Makefile
index e95fbbcea74e3c233318d78e9c0d966cd23e58a5..03c8a6b3ce70b507f595021d67b27ae5985b28dc 100644 (file)
@@ -4,7 +4,7 @@
  *
  * See src/backend/access/brin/README for details.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6ce355c6a9723e47c62ae4368d29a0e47c53bc7c..60f857f02dffe96286cf221228635a35a679ccf3 100644 (file)
@@ -16,7 +16,7 @@
  * writing is the INET type, where IPv6 values cannot be merged with IPv4
  * values.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0f6aa33a45bdf8410f029f2c7e70b665846e74c8..a10c2062314f735b4d269dcecf03fe5d3c67eed6 100644 (file)
@@ -2,7 +2,7 @@
  * brin_minmax.c
  *             Implementation of Min/Max opclass for BRIN
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 040cb62e55f723c07fb1e6822fc0542261a724b2..164a46815565e31e272c1aa951fd274f5951435c 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.c
  *             Page-handling routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f0dd72ac67f36269f62f0c8cb04153da7a59f960..1bf36d6f5cde103c3d45ec6ee5e6e7cf46071454 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c82bbbaa7f851f09b99b038b289c8a00d6c670ff..a5bc6f5749f3f1d0c72e9e74d17a93117e537c6b 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 35f6ccacced7ed82483a1f473890978fa28c4d89..012933833bdaa1e4cd335216d5bea3ae1f64114b 100644 (file)
@@ -3,7 +3,7 @@
  * brin_validate.c
  *       Opclass validator for BRIN.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b2871e78aa6a696fdc58ffe8a7a11cae81a68516..db1f47ca21897b5803fb434796598ac4ac4656a8 100644 (file)
@@ -2,7 +2,7 @@
  * brin_xlog.c
  *             XLog replay routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 806f28e4211f2d0e4911edb6afd2d679513e9123..ee1c6f234a21cbfe5e5804479a262e93f463f808 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * Contains common routines required for masking a page.
  *
index 06dd628a5bc6a5ae2656bd54c6185fdafe7bbe49..ed4549ca579177c1c936529804ca597dd27f7c62 100644 (file)
@@ -45,7 +45,7 @@
  * and we'd like to still refer to them via C struct offsets.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aa52a96259ef4c7a78262c1bc287cf80defad007..bc0c614f3b7a8e8520c04b1918f21efa3ec35cb7 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3c4d2277125de3c3869ea6aaae2d40d588700b3e..3ea188d701caa9b9148e8b44c0f8aa3403bc472d 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a1d4415704464b9f7184f5a479891872a6c950f6..e4ee5c9d3450cf3afe24a8c71812f24ec6f5a4fb 100644 (file)
@@ -5,7 +5,7 @@
  *       clients and standalone backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index eece89aa21f08778a3b68042fc574fa7122c6f60..f5efe94b7b983b548f9fd79c9f7ba164306ac325 100644 (file)
@@ -3,7 +3,7 @@
  * reloptions.c
  *       Core support for relation options (pg_class.reloptions)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5be4fe85eb1bc7576c70e2ac94d8f0433127aafe..e58ed333c9f62155866049870dd157937c101523 100644 (file)
@@ -3,7 +3,7 @@
  * scankey.c
  *       scan key support code
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ffa7432a3c24846ab70fd93ef7343972a7f092d1..d3e73d223b11445577bd7e8348b499eeaf9e989e 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * src/backend/access/common/session.c
  *
index fc88aa376ac5263b1375eb9d8ac01711253f617c..8cda16431c1c7b443b9e8acec28712ff641b78cf 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e3e4ab636bb958359f843143993291040650f6f6..e98abadcd7fe796011bc803ec2a1c619549f63a6 100644 (file)
@@ -3,7 +3,7 @@
  * tupdesc.c
  *       POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d0fa4adf87c36ac8e2d0793159a8d9d6a9ee86a9..fd94f776ddaa1a66fbb68ab25f1a146fa724144c 100644 (file)
@@ -4,7 +4,7 @@
  *       support functions for GIN's indexing of any array
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 01a1b0c2d2fbc429383ffcf90a7df57df116ccb7..533949e46a46a0c481711c382d7689e4d641bec0 100644 (file)
@@ -4,7 +4,7 @@
  *       page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f2fbe6fa3f317b5a5e246900b3671a3705211f43..c8543101649c14db6dfe7c0db7cb09260fe94f40 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for fast build of inverted index
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 54d6890912566131f21af883aad06459a82d3e8a..3ad8b767102a2fd9f2c14e01e259ccae532b7024 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for handling GIN posting tree pages.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 184cc0af3e69b342db36e602b6de7ce27bf2674b..4889de2a4f5cbfb6794eed9f5f23963b4cb59542 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for handling GIN entry tree pages.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a800659b9230ade10efb15f19a826c4311b08976..70c7ef660319a3cbeb2ef9d5996912c92e42922d 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6bfe18c359fe92b6ebcd244c7ccd52586306cd22..fb37e2b6c4395e5c62655c8287aeb1121393b51d 100644 (file)
@@ -4,7 +4,7 @@
  *       fetch tuples from a GIN scan.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2781d3fdd83ee744fca01fe286f45eadfc10be4e..524ac5be8b51e5d46bb05a48e1563e6e77a68306 100644 (file)
@@ -4,7 +4,7 @@
  *       insert routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2c42d1aa916b1731a03232f612cea2bf11857d45..8f859789728f8088a513ab227ae5e23ffc96f980 100644 (file)
@@ -24,7 +24,7 @@
  * is used for.)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 54c9caffe3f1904150d05842eda328073b65a690..48ccfafdd224aa9e1aac4746d1c25cc3b9bbe13f 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for dealing with posting lists.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8ade4311df405fcad08258178681bf84d4ef20e7..74d9821ac1acb1bc2de09b23e17486efd9a98a26 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to manage scans of inverted index relations
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5ba99f6a3461e754fe59fbe1182c7a71e4424692..afc20232ace5654b033bb2cf64fa62692b401287 100644 (file)
@@ -4,7 +4,7 @@
  *       Utility routines for the Postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 96609835eebd5981ddd773124b9405747c98b753..dfe885b1017040087cd5c29c4b49a13120932384 100644 (file)
@@ -4,7 +4,7 @@
  *       delete & vacuum routines for the postgres GIN
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1922260b756f852ed836aff7548c4a479811a39d..63bd7f2adce5d6101cb9aa5b722e8c5584695c3f 100644 (file)
@@ -3,7 +3,7 @@
  * ginvalidate.c
  *       Opclass validator for GIN.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b84ecf2ab1580c243aa7e216b55b37e0f7f9b26f..c467ffa346d4afa8c32fd0fbd1a7820ebdd1bbed 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for inverted index.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a2cb84800e8d4b56b65b3628433611aa84e68858..b75b3a8dacd1b52801cdf4a6e6e9b605e474fc0a 100644 (file)
@@ -4,7 +4,7 @@
  *       interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b9c4e27e1a5ff881293595b93574fa68d5fe67c6..94463ffb9957f1711973f7d4c037f36cb3211ddd 100644 (file)
@@ -4,7 +4,7 @@
  *       build algorithm for GiST indexes implementation.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 97033983e357b8385c9d2a19f0f0b06e0b131b27..4f2363e21e4be54b461c2aa37d5ddb40e778cb64 100644 (file)
@@ -4,7 +4,7 @@
  *       node buffer management functions for GiST buffering build algorithm.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e4a3786be01cfc5d9ecea9441a16435edbc6b339..a96ef5c3accfa77eac45072fba6be47791b1badd 100644 (file)
@@ -4,7 +4,7 @@
  *       fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c3383bd6da6de65190d427ae9c063a28c241931a..c9da2307be88c8c128b5511bb343408c09e06f5e 100644 (file)
@@ -7,7 +7,7 @@
  * This gives R-tree behavior, with Guttman's poly-time split algorithm.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6b18bd3afb8a8e84cea59df2f71369e010bec5a2..78a8ede7949782fe7c3a165e3904ddd9bc75a619 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a7038cca67248b77885a26ab17c39c8ae2273668..f210e0c39f4753fbfaedad1243ccb8f493c0dd36 100644 (file)
@@ -15,7 +15,7 @@
  * gistSplitByKey() is the entry point to this file.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 70627e5df6611f4d3e3f041906985c2b6655a2c6..8d3dfad27bd1707ac104e68c0d857c9a2282c4e2 100644 (file)
@@ -4,7 +4,7 @@
  *       utilities routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5948218c779cec509c11619c6ca2212e9b3697e0..ccb147406c5d014302d3a5568b22fad1cca0ac7f 100644 (file)
@@ -4,7 +4,7 @@
  *       vacuuming routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c300e52ca5fde9c0570ad922d57559c2a348bce6..dfc1a87a757ccd970cb368b01922bf719c608583 100644 (file)
@@ -3,7 +3,7 @@
  * gistvalidate.c
  *       Opclass validator for GiST.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 01e025d5fdb586ab9f3a0d329c2ee2776c715922..408bd5390afb887489b11149bfe40af7143e290a 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for GiST.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0002df30c0d67fcb199fe3e574be8b725ad1c0f7..f1f01a0956da088a95516adb3c210edfae0c144b 100644 (file)
@@ -3,7 +3,7 @@
  * hash.c
  *       Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ab5aaff15664cefe16cbf39557b8804f1098a751..c6d872615792dd70a7266d71b83b4b2659edafdb 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for hash index.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a0060a633db59c01dd940dce4e87a45a387e4bce..63005ddc4df10013d9beae30b26347ff88fdd6d0 100644 (file)
@@ -3,7 +3,7 @@
  * hashfunc.c
  *       Support functions for hash access method.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3eb722ce26621df3843e1a0f0331ef0745c6d214..eecd89080e1fb159c3a835c6aa6667c39ec02ec3 100644 (file)
@@ -3,7 +3,7 @@
  * hashinsert.c
  *       Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b170b46d86b991a309aaeb157d1ab4461929308a..a07bd27a0e3d73ad142f7cb7a40ea69714cdbf9a 100644 (file)
@@ -3,7 +3,7 @@
  * hashovfl.c
  *       Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6825c14309b6235d6270da93135c29c76cee7480..0f85256b7e7dc84f50b9a9045c8332250b143c35 100644 (file)
@@ -3,7 +3,7 @@
  * hashpage.c
  *       Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 650041db0a5ca3a0dabb9429326916d07b0ef2c3..ccd3fdceac00a56043a32626ea9db881122ebc3b 100644 (file)
@@ -3,7 +3,7 @@
  * hashsearch.c
  *       search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b70964f429f9cd3fa1c4c5a77583218fd1f45874..8c55436b193bb50e125789c07a0d1dddd2c12d7a 100644 (file)
@@ -14,7 +14,7 @@
  * plenty of locality of access.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7c9b2cfc9efe8c891d0d3ab14ddf1b002642abf8..3fb92eab61886df1f37965d91dca7b188f3faeca 100644 (file)
@@ -3,7 +3,7 @@
  * hashutil.c
  *       Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 390a6ea1e057871f42e372539e670c1087146346..93158727512e566802cc8fa96adeac259d986ef5 100644 (file)
@@ -3,7 +3,7 @@
  * hashvalidate.c
  *       Opclass validator for hash.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9650145642209bfcc8493dbabc385d2545860be5..2c4a1453576890f46b31a8db6bd2c12743d49ec5 100644 (file)
@@ -3,7 +3,7 @@
  * heapam.c
  *       heap access method code
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b8b5871559bd48134549837e9bd637f01e2ae64d..3da0b49ccc4c14116d3ad87013559896cedd47b2 100644 (file)
@@ -3,7 +3,7 @@
  * hio.c
  *       POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c2f5343dac8098b4a4890b8f5825c51665ca2534..2665f24730aeb9b868ad282c42c18b33debcc39b 100644 (file)
@@ -3,7 +3,7 @@
  * pruneheap.c
  *       heap page pruning and HOT-chain management code
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 44caeca336c19a2dcbf0bc26f603a1e3cbca3546..f6b0f1b093335b47026330938d65f233ab127bcb 100644 (file)
@@ -92,7 +92,7 @@
  * heap's TOAST table will go through the normal bufmgr.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 054eb066e91e14ef0d21fc345a14a7fbeee8a214..c0a45dc75a94c4cff8e414e7da0c6950d5e2c596 100644 (file)
@@ -36,7 +36,7 @@
  *             ss_report_location      - update current scan location
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d26c081a1b0531e6a1ea888d5b1d025a675e6e44..0ffc5392a6d929d34fefb0e34b05d1dc29c5342d 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for external and compressed storage of
  *       variable size attributes.
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 695567b4b0d5edea59e800fb5754c420b6e2bbfb..931ae81fd6d38504d33a84fba0346691e310a8cc 100644 (file)
@@ -3,7 +3,7 @@
  * visibilitymap.c
  *       bitmap for tracking visibility of heap tuples
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f395cb1ab4f31030bc958f218e3177b0746f10e9..450a7dce1fc001a3f59f58f4c97087109534228a 100644 (file)
@@ -3,7 +3,7 @@
  * amapi.c
  *       Support routines for API for Postgres index access methods.
  *
- * Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 24f9927f8201a25a0a7b2000f1a595a30e62bca0..5a2728502ce01d185ed799800831a731b30567cb 100644 (file)
@@ -3,7 +3,7 @@
  * amvalidate.c
  *       Support routines for index access methods' amvalidate functions.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9d08775687985313681bfc8b8bf5d9b5ef8b9a41..4d46257d6a0429d3a12edacadf8b71baa8e79051 100644 (file)
@@ -3,7 +3,7 @@
  * genam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eade540ef5da6ec87e742c5194d9e6d86326e4fb..4a0238f9edc5594f93b4088420b5e23a942d24fa 100644 (file)
@@ -3,7 +3,7 @@
  * indexam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 94ef6eaf90e42f27935192588b2c138db03cd809..cdd7d48c5c2b300548a2425381df85c5fccbce48 100644 (file)
@@ -3,7 +3,7 @@
  * nbtcompare.c
  *       Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a5915a5ff5358d29b282ddc22e6c4528ae1919f2..858df3b766a1cd28bad0cc276fa292cb736d9e8e 100644 (file)
@@ -3,7 +3,7 @@
  * nbtinsert.c
  *       Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4082103fe2d7350ebfac7ddfb43323e17d57b020..1d72fe54081b49e12247193e4d6ec7da1baad9b2 100644 (file)
@@ -4,7 +4,7 @@
  *       BTree-specific page management code for the Postgres btree access
  *       method.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e8725fbbe1eec84fc9b8e03092b54d96b3bbd8cd..98917de2efd3ed8959e34637dd7043dfe7903501 100644 (file)
@@ -8,7 +8,7 @@
  *       This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 16223d01ec40d50089fab31ff04e3438d88f22ee..b5244aa213917fbb12890767bb4d84702013096b 100644 (file)
@@ -4,7 +4,7 @@
  *       Search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 16f57557776908519ea376f8ea2a5803acc50131..d9b9229ab764ed4bb909e01509ab58518359d6a5 100644 (file)
@@ -46,7 +46,7 @@
  * This code isn't concerned about the FSM at all. The caller is responsible
  * for initializing that.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 205457ef99563fa44474be4c13075354e35181be..2c05fb5e45121e3952dee85e19aeb38944076825 100644 (file)
@@ -3,7 +3,7 @@
  * nbtutils.c
  *       Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f24091c0ada6716fc41410765e1dd2f6e96417c8..0148ea7892926e150b42c15bef9264f664f0464c 100644 (file)
@@ -3,7 +3,7 @@
  * nbtvalidate.c
  *       Opclass validator for btree.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 67a94cb80a2ce64f1c47286ec58293362a9fecb6..b0666b42df328903ecf32fba77a556b5d93a9ca4 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for btrees.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d46423425457d00df258da62c6edf58f941de6d9..457c9c7c5ce3d677f51ae8090d4220c23d991782 100644 (file)
@@ -3,7 +3,7 @@
  * brindesc.c
  *       rmgr descriptor routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c00d4d1f8b5976e1082910f06ad51b6db960f0b..a908fe750775919343497c49e56cf3b8cc2fc982 100644 (file)
@@ -3,7 +3,7 @@
  * clogdesc.c
  *       rmgr descriptor routines for access/transam/clog.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b6e210398de47c6e651319df30776f7bf9e3ae79..6f23adaff8c78087040d2e7e1d62cb45f3e04635 100644 (file)
@@ -3,7 +3,7 @@
  * committsdesc.c
  *       rmgr descriptor routines for access/transam/commit_ts.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7ee120f1d9fd0a90321ae0136e5e879119ab0b06..c7d60ce10d6845e71cbce6ba5275df5ae55659cc 100644 (file)
@@ -3,7 +3,7 @@
  * dbasedesc.c
  *       rmgr descriptor routines for commands/dbcommands.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4e9bba804de3aaf7a98f4639b9956a648acdf920..0fe02dc85a7a70f6546e625f68e21c943f8a302b 100644 (file)
@@ -4,7 +4,7 @@
  *       rmgr descriptor routines for access/transam/generic_xlog.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/rmgrdesc/genericdesc.c
index 3456187e3d2a50a5fc4076889800f8022efa43e2..ef30ce16b0e3606df6ba4e3b5e5c44f163c0c6e7 100644 (file)
@@ -3,7 +3,7 @@
  * gindesc.c
  *       rmgr descriptor routines for access/transam/gin/ginxlog.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b79ed1dfdc85cb6de00a68e8256f67958191c067..e468c9e15aad8a2fca1769b162bc425da45cc42a 100644 (file)
@@ -3,7 +3,7 @@
  * gistdesc.c
  *       rmgr descriptor routines for access/gist/gistxlog.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3c53c84f1a996b56f774b70e0f38129630434f1c..ade1c618161c68e15958fbc4388270294a9faf0f 100644 (file)
@@ -3,7 +3,7 @@
  * hashdesc.c
  *       rmgr descriptor routines for access/hash/hash.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 87852151bd3239a4c826cb9e6ca04d31df3ba45a..eff529f9908469514d7460b67315e829ab29ced3 100644 (file)
@@ -3,7 +3,7 @@
  * heapdesc.c
  *       rmgr descriptor routines for access/heap/heapam.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b26da1b86380d568df5963711d4405d6ac40a80..6a720b6d769a8242e51d0942541c6ab42969491e 100644 (file)
@@ -3,7 +3,7 @@
  * logicalmsgdesc.c
  *       rmgr descriptor routines for replication/logical/message.c
  *
- * Portions Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bd13837bd45cf848d7f86a0d9c6c21e95facaac4..c125d2a4c12bc4ee1b5b222203fab207accc3b33 100644 (file)
@@ -3,7 +3,7 @@
  * mxactdesc.c
  *       rmgr descriptor routines for access/transam/multixact.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5c4457179de77359f077ebd4a8df5f64c06ab575..8d5c6ae0ab07d24ae54006bf5cb39c4aa017f574 100644 (file)
@@ -3,7 +3,7 @@
  * nbtdesc.c
  *       rmgr descriptor routines for access/nbtree/nbtxlog.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5dbec9d94cb41ea9ab1907b8f00d95fb528bba2f..d9e6c41a01290970dbbd40d3c3ffd5fae0607e8b 100644 (file)
@@ -3,7 +3,7 @@
  * relmapdesc.c
  *       rmgr descriptor routines for utils/cache/relmapper.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2719bf4a2805d43d63dcb009e1f3671a46c8699f..95c8d9f642e39ee309c1dca4d16650270f38ee35 100644 (file)
@@ -3,7 +3,7 @@
  * replorigindesc.c
  *       rmgr descriptor routines for replication/logical/origin.c
  *
- * Portions Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5c11eb00f0cbceedc924f0ad07a4c6932eb39295..8bb4020a7831a4001625b782aa2f310670752dd6 100644 (file)
@@ -3,7 +3,7 @@
  * seqdesc.c
  *       rmgr descriptor routines for commands/sequence.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index df1ad38b5a1d67e8f85dc92416a040c63b063c23..bcda162dfc7252c656323cb6d0665c9125a83134 100644 (file)
@@ -3,7 +3,7 @@
  * smgrdesc.c
  *       rmgr descriptor routines for catalog/storage.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 92b1392974ef101702009a7448288cc672f0dd8b..37af31a764dfec38c89335484db0443530f4597c 100644 (file)
@@ -3,7 +3,7 @@
  * spgdesc.c
  *       rmgr descriptor routines for access/spgist/spgxlog.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 76825a8d9c16b6679fce70a6de5dbf6c2c9d0acb..c295358f3646ee971c48a165c5062a1b546d5886 100644 (file)
@@ -3,7 +3,7 @@
  * standbydesc.c
  *       rmgr descriptor routines for storage/ipc/standby.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d97762687bffc7ce5e8cbbedea741d48dc28546c..ccedd013b73390ccaf17732f3b74895286e6ef61 100644 (file)
@@ -3,7 +3,7 @@
  * tblspcdesc.c
  *       rmgr descriptor routines for commands/tablespace.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6d5ebd475b42d63686251b07c874745481ad7817..a61f38dd19b23bda767bd1ab88250eebfb362c68 100644 (file)
@@ -3,7 +3,7 @@
  * xactdesc.c
  *       rmgr descriptor routines for access/transam/xact.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 00741c7b09ecd1a68a348f7913cb16bc6e6c3654..7f7325169633be52c8c18689cc5118e097c3105e 100644 (file)
@@ -3,7 +3,7 @@
  * xlogdesc.c
  *       rmgr descriptor routines for access/transam/xlog.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 098e09c57451e6b6329c7a7f9b0aab2080b46cd8..0d07b8b291537850db0f604d93a34e7741b0ffbd 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of insert algorithm
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7dd0d61fbbca6365dae442c4978555574368d712..f428a151385cf70ea1d1130a2a9b5f812d27fef4 100644 (file)
@@ -5,7 +5,7 @@
  *
  * All the actual insertion logic is in spgdoinsert.c.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 41d2b9cac9a07db733352eb46b051c4ae33f5d48..9d479fec4d6ff3419cb695a198b8d0eedf621a67 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of k-d tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0bf80015e12108cda727473d0352a5cf07319dc1..688638a7e338e49edecdc38e11e4472bebd3facf 100644 (file)
@@ -4,7 +4,7 @@
  *       Common supporting procedures for SP-GiST opclasses.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4e175d2664e31f5433e90bc3eb4184018af82802..e50108e1cae0d3f086002a2ae7a87de914048f4a 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of quad tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c883ae95e48c0e9f61b0cc552170cf781da90662..dc0d63924db8b969b7ba3327bd7b848d2df78cc9 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for scanning SP-GiST indexes
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 153c57b5400ee6936aae66a37e0d566e439ac515..39cd391529c2194fda1c055aefbd9faad556b694 100644 (file)
@@ -29,7 +29,7 @@
  * No new entries ever get pushed into a -2-labeled child, either.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9919e6f0d727c4f6969f9d5ee7a856fab9a8ce7e..de147d7b68d5ebc25b00512d76cd9e3213f563fb 100644 (file)
@@ -4,7 +4,7 @@
  *       various support functions for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a83a4b581edd7d3f56dc30ddbdf5b286dc104227..ccb5ac402c83eb11882dfdeab1a32a59b2c1425f 100644 (file)
@@ -4,7 +4,7 @@
  *       vacuum for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8ba6c26f0c6e8ed16bd3636a39794d4a7bb149c9..4b9fdbd5d7836daf1680657d661376dd335342c8 100644 (file)
@@ -3,7 +3,7 @@
  * spgvalidate.c
  *       Opclass validator for SP-GiST.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9e2bd3f811912fe14cf6903c5bf50450c9324dfa..71836ee8a5baaae041ba43d2faa7f87606dfa0ea 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fba62e7b1678262cbdaebb762dab6b045a51ed39..5e5e32dbaecc4174bc6bef105a414a121fce5ca6 100644 (file)
@@ -13,7 +13,7 @@
  * cutoff value computed from the selection probability by BeginSampleScan.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4d937b4258af037e9c335d9b48378768c59cd658..e9d5e6d22216465605e01fbc40ce7a2a4f98e615 100644 (file)
@@ -13,7 +13,7 @@
  * cutoff value computed from the selection probability by BeginSampleScan.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6f62581e87be513b04348374052ad1aa9c4c6cb1..e5330203b313772b5b3c91e03029a0e685ac3ea1 100644 (file)
@@ -3,7 +3,7 @@
  * tablesample.c
  *               Support functions for TABLESAMPLE feature
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8b7ff5b0c24b8a8d0139bbe60044204d94ac66d4..aa089d83fa8c6416c6e5d8e49c8a68122aa44fc9 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/clog.c
index 66b940c66ccba0b76c7a9c50559e163a7f9c70b3..9d7f15935dc4f8157a2b1d58115e6de16a23efc4 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/commit_ts.c
index aa7ad725f4ec7ed936df5ad4717fe7e4569bc0c9..5b00b7275bf16d2646b61dc1767be60d5aa32712 100644 (file)
@@ -4,7 +4,7 @@
  *      Implementation of generic xlog records.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/generic_xlog.c
index 82346f1000d3f2e3f6a9f5f604ebb4b37e711ad9..07ae7a31db58534f0aafd4cb8113554f5e586552 100644 (file)
@@ -59,7 +59,7 @@
  * counter does not fall within the wraparound horizon considering the global
  * minimum value.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/multixact.c
index b9a9ae5c73c63e6da0448caf6fdfd9d44799c2f9..9c55c20d6b201839189ca50b4dfcca0860df36ed 100644 (file)
@@ -3,7 +3,7 @@
  * parallel.c
  *       Infrastructure for launching parallel workers
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fad5d363e32ff9d636371ea74f71b1808d9b8ab3..3623352b9c6b290611cf5d70ab1fac3a3394bfb1 100644 (file)
@@ -38,7 +38,7 @@
  * by re-setting the page's page_dirty flag.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/slru.c
index 4faa21f5aef88d3280a7348815470816e4302097..cbc61294eb9dc07db8de44f4af0141991dfc8c16 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/subtrans.c
index 70eec5676eb299977590f58140c20c63025fcd24..c96c8b60babf3dbc568b55249b8e914afdc7a749 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/timeline.c
index 52a624c90bb806af4dead87fa58fd1467ba60cc3..e55611ae09d511917391153244d384e2715cde10 100644 (file)
@@ -3,7 +3,7 @@
  * transam.c
  *       postgres transaction (commit) log interface routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e65dccc6a2c54e23919a639d66944860a6fc271c..9a8a6bb119cb8976014a2994dbd49656be0dc1bc 100644 (file)
@@ -3,7 +3,7 @@
  * twophase.c
  *             Two-phase commit support functions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6d327e36bcf79273d1068e8c928a97a348e05779..2b899e6598b1982d12462041ab8b76651f215fb7 100644 (file)
@@ -3,7 +3,7 @@
  * twophase_rmgr.c
  *       Two-phase-commit resource managers tables
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a5eb29e01acaf91e81152db01a7720ffe6ee7571..fe94fdaf0499d96d91acc1afbb2b046218525569 100644 (file)
@@ -3,7 +3,7 @@
  * varsup.c
  *       postgres OID & XID variables support routines
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/access/transam/varsup.c
index d967400384bfb96363fe5a22c5f9979dcdbba37a..f665e38ecfc9a4a9932d918189dfabe3f622fc6c 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/access/transam/README for more information.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 26b4977acbefc7aa5aa08d14a27c46b38eb73740..9823b757676be5f7be2259cc1099760b324d3166 100644 (file)
@@ -4,7 +4,7 @@
  *             PostgreSQL write-ahead log manager
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlog.c
index 8bdb6ec3088d88712a3c03307ce5f146c50c3d4c..9a21f006d1df1eeddc819e1587a0da19d025176d 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for archiving WAL files and restoring from the archive.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogarchive.c
index d2615356ec59c56491800b3540a8b4ef52d521ae..b35043bf718ac8d86e1a8e3da2a526f3c73bf3ab 100644 (file)
@@ -7,7 +7,7 @@
  * This file contains WAL control and information functions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogfuncs.c
index 034d5b3b6246bd1ecc473e086d51e258126d5f50..62df247ab23649839e853b8cdfeb91fd9a529091 100644 (file)
@@ -9,7 +9,7 @@
  * of XLogRecData structs by a call to XLogRecordAssemble(). See
  * access/transam/README for details.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xloginsert.c
index c5e019bf7757b3e205c8dd4732fcf804b058633e..69b6226f8f163e6a497033d5372a0797ef8d536e 100644 (file)
@@ -3,7 +3,7 @@
  * xlogreader.c
  *             Generic XLog reading facility
  *
- * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/backend/access/transam/xlogreader.c
index 4ecdc9220f0dfd204dc93f7e78105e5fb60125e7..10a663bae6292c8cd7664b7ed5b7f67f1f46f2f8 100644 (file)
@@ -8,7 +8,7 @@
  * None of this code is used during normal system operation.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogutils.c
index 71c3714c48c9f838af6aa890e271a17fd89c56c6..913f369b658e82cc76bef490b5af1cc135a6945c 100644 (file)
@@ -4,7 +4,7 @@
  * bootparse.y
  *       yacc grammar for the "bootstrap" mode (BKI file format)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 14bc0888979fc94c0355344ea0d635bf50698eb3..91e7440406657eb37d26705f354f28c285b6e5b4 100644 (file)
@@ -4,7 +4,7 @@
  * bootscanner.l
  *       a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fc1927c537b1da252e265b502ebb9c142f68d2f5..5274e26783e0e4beb58d23caaf7008d95fcb3d7b 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d5c096f7d1b5bc244200c8db28f262713dac116d..3bf308fe3b66d9e0a729f3f7f27857f879ea445e 100644 (file)
@@ -4,7 +4,7 @@
 #    Perl module that extracts info from catalog files into Perl
 #    data structures
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/Catalog.pm
index aaa3af7e5a1ae1340b81a77033469e71cb4d02c6..e28073ab9edd76afe74c69eff7728c8ecb65425d 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/catalog
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/Makefile
index 1dd70bb9c693e9a9516ead77020cd09e9f0bbab2..b4f3bd4999385d0b775a42e2a0b6eef2bf3bb968 100644 (file)
@@ -3,7 +3,7 @@
  * aclchk.c
  *       Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5a160bf6cc1a9bca508de36002fdeb6d934b5c03..eb474700f5d5270fbd1f987420e11ecc4b67c2e3 100644 (file)
@@ -5,7 +5,7 @@
  *             bits of hard-wired knowledge
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7dfa3278a5b302c38d939e862f9a6d1e637f23a6..dc679ed8b99907ffa1b2e77722e7ce00c14577d5 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 115e4c61bf05d1b119f42a96be729b77851491a9..9be683e287318043cb224bccfdf445ff452b68ed 100644 (file)
@@ -7,7 +7,7 @@
 #    formatted header files and data files.  The BKI files are used to
 #    initialize the postgres template database.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/genbki.pl
@@ -308,7 +308,7 @@ foreach my $catname (@catnames)
  * %s_d.h
  *    Macro definitions for %s
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -551,7 +551,7 @@ print $schemapg <<EOM;
  * schemapg.h
  *    Schema_pg_xxx macros for use by relcache.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 4d5b82aaa95db463e714389e2b81b067b997766f..694000798a7c5bd456e873db45c9f681e3f39cbb 100644 (file)
@@ -3,7 +3,7 @@
  * heap.c
  *       code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c2ad944e04abc7e8a6c3b67c0aa878750b4578c6..c91408046af3b956f39de2a891cd2ce55a5d3dcb 100644 (file)
@@ -3,7 +3,7 @@
  * index.c
  *       code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 52a2ccb40fc6b9aec78a9c34da14739fc71edfb7..20ae5a771898957e06c2bbcdb32ee05af9fc096b 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains routines to support indexes defined on system
  *       catalogs.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9e14222fa980d79da302d7d1a441afffd8308425..b27ff5fa352d13b30a82a1a7ec83c57284eb05b4 100644 (file)
@@ -2,7 +2,7 @@
  * SQL Information Schema
  * as defined in ISO/IEC 9075-11:2011
  *
- * Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * src/backend/catalog/information_schema.sql
  *
index 13a24631fcd12acc7ef21e4d9ba7617457b0c440..5a6eb495d48b381bd736ed7b9d2b0fae62216651 100644 (file)
@@ -9,7 +9,7 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 65884699c44f1be8816a22f1c990a300e1154277..b1619b859f2d6fce3308e199bc8d85facee637f3 100644 (file)
@@ -3,7 +3,7 @@
  * objectaccess.c
  *             functions for object_access_hook on various events
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index d5e30649ff064eceed68379eece21fa30953126a..0ad8e46b10566e11cb806de44c42423af134d3cd 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.c
  *       functions for working with ObjectAddresses
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 558022647ccc2af182f549328e48bd250a0444a1..11b48180375d7b77feecda88f1f2ae2d760377aa 100644 (file)
@@ -3,7 +3,7 @@
  * partition.c
  *               Partitioning related data structures and functions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4b12e9f2748d6864c210ed8bb93713ec5793a554..bf73599ba8bf258be4489e9787a9446bcc46d042 100644 (file)
@@ -3,7 +3,7 @@
  * pg_aggregate.c
  *       routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d4543b511ef017a62d927a84f8aad2ed34158d67..467ab5a5e56493028075cec81ebad14d49b3f5bb 100644 (file)
@@ -3,7 +3,7 @@
  * pg_collation.c
  *       routines to support manipulation of the pg_collation relation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a8194b02fa2877ec4bd4329f8902012bd825e27e..3c960c9423a549704ccd3946cc88257ccfcc0218 100644 (file)
@@ -3,7 +3,7 @@
  * pg_constraint.c
  *       routines to support manipulation of the pg_constraint relation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c692958d917188a341281b84661a05e80986f1c1..9ca81dc86066d55cdb3c068c00882259593ac2a7 100644 (file)
@@ -3,7 +3,7 @@
  * pg_conversion.c
  *       routines to support manipulation of the pg_conversion relation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e123691923c728be89a774b1359133822319f13d..efcc59f3c08a4ad4afad0e56b6ffb603f443a964 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2ea05f350b330ace23d214f33de8e656318f6e99..fde7e170bed79db5230ec252c9edfbfde8fb999c 100644 (file)
@@ -3,7 +3,7 @@
  * pg_depend.c
  *       routines to support manipulation of the pg_depend relation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bcb184ccbb11457f818bdf1c0f1bd854b0e961aa..4921287f78d20a2f79e6735151563f611a1c81de 100644 (file)
@@ -3,7 +3,7 @@
  * pg_enum.c
  *       routines to support manipulation of the pg_enum relation
  *
- * Copyright (c) 2006-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 85baca54ccf67a4768c6c4a57cf15ad733b0c740..978ff20d877c3bbeb17f333e6d77a51bcca85506 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d5cde9ecf181c06c0e3181e9dea474a2a1d7acb6..1b4ced4782794da854df8c1781b0f08b59bfe3e7 100644 (file)
@@ -3,7 +3,7 @@
  * pg_largeobject.c
  *       routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 73319b07470f8a6cefdda10133248eb7f3d8d277..349840b0eceb854c4546e91a1396e02b900f1e56 100644 (file)
@@ -3,7 +3,7 @@
  * pg_namespace.c
  *       routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 43533c5836a2da7e8783df119c8933360092c353..7a973216bd41042234e4c9a7bcaad0056bf347ed 100644 (file)
@@ -3,7 +3,7 @@
  * pg_operator.c
  *       routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 74ee309c799538290c0e9fce5d392a858b0226b3..88d6f5d0f98f35679e11fc11e407139316916242 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.c
  *       routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a9fbb731654eb069e0e5c3e0a9426991c64d11a4..72a4d2b17fe4e44c610dac3e9be16d7fadcfdbf0 100644 (file)
@@ -3,7 +3,7 @@
  * pg_publication.c
  *             publication C API manipulation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c902f98606b4f7bd12e76eea6660275ea9309fc6..8044807c2c018206c37eb4f8799738b998f6bd7c 100644 (file)
@@ -3,7 +3,7 @@
  * pg_range.c
  *       routines to support manipulation of the pg_range relation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index faf42b76405f483570d47ae99a15deef0c5c976b..8343fce408a9dcf7bcad7d3ecdf36b4826af0c2b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shdepend.c
  *       routines to support manipulation of the pg_shdepend relation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e136aa6a0b22de2e4575a63b418f9704406e433c..24548f777b1d90023c6a4fa9f1d182ed4395f94e 100644 (file)
@@ -3,7 +3,7 @@
  * pg_subscription.c
  *             replication subscriptions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fb3d012c7159ddc120ee775d1e5ac3914305233c..b69cf83299436a8f60b1aaa0433644efac8c0d41 100644 (file)
@@ -3,7 +3,7 @@
  * pg_type.c
  *       routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5df4382b7e70dae4c86e3682a6cc73f29a40c64f..0302507e6ff5f44cb36f763ae0d0b792e2d9c0f7 100644 (file)
@@ -3,7 +3,7 @@
  * storage.c
  *       code to create and destroy physical storage for relations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5253837b5441dc50c3d9d306ceb29c708d17e85f..f4d9e9daf7164dff538d46819bf1048110e85116 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PostgreSQL System Views
  *
- * Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/backend/catalog/system_views.sql
  *
index 462969a83843c2021340427a812c58f805774c79..052a0a1305152eb2b7beeb4fa86a978e30ec41d9 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains routines to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 877f658ce7bd15f4966b61f55f018cf783dc9d3c..d00765fbc744f0a512782693e04ed172846ae5ae 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for aggregate-manipulation commands
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 21e9d3916a1e81d309a02cd27df3639a287da798..0217c537a77267774127fc0cc80e7f1a555a1baf 100644 (file)
@@ -3,7 +3,7 @@
  * alter.c
  *       Drivers for generic alter commands
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4367290a27cab24103f60d3cf643f4c55f7938c4..1ab2e469ee71fdf76aa1efdee4c6401d4e51649e 100644 (file)
@@ -3,7 +3,7 @@
  * amcmds.c
  *       Routines for SQL commands that manipulate access methods.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b5a7475db9adf7f87b7557f9f9545d9f12b234d5..9498546f8c3105c3a59f8baf915ee0b51a46ed5f 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *       the Postgres statistics generator
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ee7c6d41b40c13869e8ea14c71a3ec33f53db823..45ebe0ad63c98f6b540837b8dadb0c9a415aed5a 100644 (file)
@@ -3,7 +3,7 @@
  * async.c
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6ae0debe152cf3236c4ae46f1c06502c79bdcb53..32f55cda570f78d1834de530ab0e826f3ea5dc39 100644 (file)
@@ -6,7 +6,7 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 8fb51e8c3d178377a6852d399b0d608854c4cac8..e6a5c3a555441ab999124847adf6f831d9e00877 100644 (file)
@@ -3,7 +3,7 @@
  * collationcmds.c
  *       collation-related commands support code
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2f2e69b4a8292eb6f19cacf29187242acd32d95f..2327632a09d950ac0c068636b182bd8e0c47517d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/commands/comment.c
index b0b2cb2a1461bb0792b161f36cb6e70074a51138..7fc3bcad89bd5970ef8ad2b0f61f376d77b6c24f 100644 (file)
@@ -3,7 +3,7 @@
  * constraint.c
  *       PostgreSQL CONSTRAINT support code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e36fc23dd85d64c445a2bbc0bf962c25574bff48..5afe86712fc6735c49896f3a35dd0e84c1e7ffa1 100644 (file)
@@ -3,7 +3,7 @@
  * conversioncmds.c
  *       conversion creation command support code
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index faa3f6357ae5f8d4405758d5fa447802c93c451e..acd992bf0c76edbcaf3bfaa29286b83c61b2dc5f 100644 (file)
@@ -3,7 +3,7 @@
  * copy.c
  *             Implements the COPY utility command
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d01b258b65444a47ff23773e07fe73a14ade567b..7185432763fdd57fa801d75fbd3407a559b646ee 100644 (file)
@@ -13,7 +13,7 @@
  * we must return a tuples-processed count in the completionTag.  (We no
  * longer do that for CTAS ... WITH NO DATA, however.)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f640f4697294563bd35890d0f346eaab16a97e44..1208fdf33ff205ed116fcb4ae216dd8ba2a7434f 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 00b5721f85feffaa97c5faa3153f3fd0bd516deb..b6c618aa00f7ae11812cd2e2c5da5d4604b94546 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 01a999c2ac7d72279ff72a72b9a7ac235ec79766..23a14586ba553046c8fa005e3bb5d1cac4978496 100644 (file)
@@ -3,7 +3,7 @@
  * discard.c
  *       The implementation of the DISCARD command
  *
- * Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a2a8e37b3c3931e117c891c7c6990c390bd2d16b..1dc1c746f1f8ea4b33674a16656365869df5b2d2 100644 (file)
@@ -3,7 +3,7 @@
  * dropcmds.c
  *       handle various "DROP" operations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e7c1067d8e0b150c629d8cebd38f97777dd8aee..e61c84ce721eccdf1654656929856b0af3a69337 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.c
  *       PostgreSQL EVENT TRIGGER support code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 094e977fb5c1f38fcb90cf67af2b6fd848eac78c..ae7f038203180f08bd03405ff82935ab6dec8978 100644 (file)
@@ -3,7 +3,7 @@
  * explain.c
  *       Explain query execution plans
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 31dcfe7b11b0e30bd102e00b8a3a58fdd9739eaf..1f85f223a0a0141c7d7ee62697d65a7924f65584 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 10e9d7f5629bd633a0d5c62b137cfda0ef5cefcf..5ada4a85940b795176850dd4402b56f7e118d2c4 100644 (file)
@@ -3,7 +3,7 @@
  * foreigncmds.c
  *       foreign-data wrapper/server creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ebece4d1d7eeb7924630215dcec753041116f779..8b291cf185874e3bda4300195d335e7bdeeb644f 100644 (file)
@@ -5,7 +5,7 @@
  *       Routines for CREATE and DROP FUNCTION commands and CREATE and DROP
  *       CAST commands.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 816c73a36a5aa972cafae31218a2951c589133a2..d2639036223f317841ec45f851f8b6cc20e2693d 100644 (file)
@@ -3,7 +3,7 @@
  * indexcmds.c
  *       POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71278b38cf0f8c5b4653839f74c7972780352a2c..1b33be18958098ebe6794e470a5b87119114b295 100644 (file)
@@ -3,7 +3,7 @@
  * lockcmds.c
  *       LOCK command support code
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7605b302bb5c1608bab337730a2434e273b37f65..c322d0088861ec9734bf8f5fe24aed9bffee25db 100644 (file)
@@ -3,7 +3,7 @@
  * matview.c
  *       materialized view support
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 93ef3bd17cad3e2194a02a38e77781f880757f2d..5a1604502604c68e3c1b2a1fae2b9a5dc58ba9d5 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for opclass (and opfamily) manipulation commands
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8fd8f7e8cffc6065ef17ff978f584836d6d81f04..f7c00e2f48e9458626789cac23d317ba99ac875d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for operator manipulation commands
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b27a94471e40ecee4058c7848ff2d18bc25efee..0adae13043243f1423e34864ba3e60b74bc79c8a 100644 (file)
@@ -3,7 +3,7 @@
  * policy.c
  *       Commands for manipulating policies.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/policy.c
index 568499761ffa74e6ddc8ab9bf541510f87565941..83f9959d54c4399f05bf84240c347286674e0666 100644 (file)
@@ -9,7 +9,7 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6036b735e9f9ef916b8d40ddd5ed128c5576e24d..a98c8362d7262cb701987c5855b0509574483a9d 100644 (file)
@@ -7,7 +7,7 @@
  * accessed via the extended FE/BE query protocol.
  *
  *
- * Copyright (c) 2002-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/commands/prepare.c
index 08f5e55dc223bf69f5ea78c2443363f162860ee2..b010d23466aa69dcaabd850cf1d32afdc10b88b9 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.c
  *       PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0b8798e931e67b07692113087474f72aed8f14d7..5dc84fe41adec0449f32f84a9c2ee3ddc00de9c8 100644 (file)
@@ -3,7 +3,7 @@
  * publicationcmds.c
  *             publication manipulation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f0ebe2d1c31e9dab127478ec07008ff5c1b47f22..c3029465255000e3045dd0f34c78ee914a993940 100644 (file)
@@ -3,7 +3,7 @@
  * schemacmds.c
  *       schema creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1ac7756f2a5e5c7c5710c9a3f14fed010eccf2d4..325bcaada19767ba4071e55b2aee8591ce7b8904 100644 (file)
@@ -3,7 +3,7 @@
  * seclabel.c
  *       routines to support security label feature.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index f9dca39d3db89deb59c9886a260d71ced814360f..46e9c91ede785e8d5a3b36875fee3a22e8001c78 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.c
  *       PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bfc0f1d1fa1db2df09336a0816f62b491e96250b..ad385785daaa18663615bd3faecfe172d6e5464e 100644 (file)
@@ -3,7 +3,7 @@
  * statscmds.c
  *       Commands for creating and altering extended statistics objects
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9021463a4c7b5258580f263a8b4adcdfe335db7b..160c4fc65977f7cb7e3f952734350cd39e09cfc2 100644 (file)
@@ -3,7 +3,7 @@
  * subscriptioncmds.c
  *             subscription catalog manipulation functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c8c50e8c98979eff0abbc2c000b7703245f627f8..e1af2c449537ccc8030a4d6ad2952d6f126c9a82 100644 (file)
@@ -3,7 +3,7 @@
  * tablecmds.c
  *       Commands for creating and altering table structures and settings
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4a714f6e2be15b2461c502245e684e9e4ed326ef..946e1b99767b2ee58790c188fbbebcc044b29a47 100644 (file)
@@ -35,7 +35,7 @@
  * and munge the system catalogs of the new database.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fb0de60a455354dfeda2ace1826930791837c996..2daffae8cd658409fdd243607245c7cbbdedfab5 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.c
  *       PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 06404353d229bd5f33b6036f165774882f6705bd..cda21675f027355eee492bea2a5eba2ad9ebf25c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for tsearch manipulation commands
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 544f423dc403c1e36200ad2b7b217d65b3950b92..22b0d5d47e849ea7ecc6847774c8abe877fa1cb8 100644 (file)
@@ -3,7 +3,7 @@
  * typecmds.c
  *       Routines for SQL commands that manipulate types (and domains).
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 12afa18709e0c71817783fda7fd6cb9d003ddc0e..30399407f88daf8ac676f2b6ff0937731131b25d 100644 (file)
@@ -3,7 +3,7 @@
  * user.c
  *       Commands for manipulating roles (formerly called users).
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/user.c
index 38d06b2173452743616802c73e99c8d3b92154ae..ff1e178bc34c7b9936e766f33957be63fa78c186 100644 (file)
@@ -9,7 +9,7 @@
  * in cluster.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8134c52253e1c5c03374cb763a630661740da860..b67267fbab5d33ca712c29c04bc51e5863a5b4a7 100644 (file)
@@ -23,7 +23,7 @@
  * the TID array, just enough to hold as many heap tuples as fit on one page.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c7e5a9ca9fac5803ff17651fd6436efe3189bcde..1119e21d55bd3f31225f81fd091bec242dd4bd39 100644 (file)
@@ -4,7 +4,7 @@
  *             Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 00e85ed935f80c5f25b824fd296b375f5637178f..c346630267c710b3f4dba4df1eee3c358e26e95c 100644 (file)
@@ -3,7 +3,7 @@
  * view.c
  *       use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9e784219786ac5192e71ed75808049851c82bf57..12cb18c18f7f6d88fe022c195154479a5b6fe275 100644 (file)
@@ -3,7 +3,7 @@
  * execAmi.c
  *       miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/executor/execAmi.c
index 39c462a4e59232ed30b86fed96d63f7098713e48..82dbf72675b15e56131eb82efd8f4e953a5946d4 100644 (file)
@@ -3,7 +3,7 @@
  * execCurrent.c
  *       executor support for WHERE CURRENT OF cursor
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/executor/execCurrent.c
index 4f8a2a5bc2e56d7a8bab7df9f973d43743f5ad95..4047d24b03ef7d6425e9447ba196b30a0277fbf1 100644 (file)
@@ -19,7 +19,7 @@
  *     and "Expression Evaluation" sections.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ec4a2506f151e43102c33644c0003b0ec7fcac08..d793efdd9cdaf1d4f49ef2d6ffca66a6f6d8e071 100644 (file)
@@ -46,7 +46,7 @@
  * exported rather than being "static" in this file.)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index efe8c30383d720432c46323f45d7a73c4152be40..4e7600e4ed6074e780d95030c63e2407195a7cc0 100644 (file)
@@ -7,7 +7,7 @@
  * collation-sensitive, so the code in this file has no support for passing
  * collation settings through from callers.  That may have to change someday.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bbd2726ceeba9c45c9b5bb2b8d3e9549ba4ebede..c5b453ddcbef9b68d17c92c89fe7fa45f9910149 100644 (file)
@@ -95,7 +95,7 @@
  * with the higher XID backs out.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index acb0e548ac54164f5b483fe194bad477cafe84ca..79fcc8dee2b16549a64160a1b5cab11c08e39881 100644 (file)
@@ -3,7 +3,7 @@
  * execJunk.c
  *       Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7b78b05ff2deae0351f63f24f7d47f3ca282d5b3..26e41902f3aed912748917340620bdd7acd88537 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 13ef232d39b4fe68d34fb46197079e45232d6f8c..d6cfd28ddc2da174f38403bf6be5503230cd7273 100644 (file)
@@ -3,7 +3,7 @@
  * execParallel.c
  *       Support routines for parallel execution.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, 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 179a501f3068b45df8533b26563b0cf8289a9e44..3a1004ff477e1577724ed03462a762722db244de 100644 (file)
@@ -3,7 +3,7 @@
  * execPartition.c
  *       Support routines for partitioning.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 610cb4b8a9aabba3b35ddb6cbfd5b2f8596bc9e3..4ab290360acfa65e2d3e9e759cc18d9bfff667ad 100644 (file)
@@ -7,7 +7,7 @@
  *      ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *      processing.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5bd3bbc35e96ba44552504b9364b27f9f300c22f..e9c1beb1b76ce1d363ff4e3453bafd46dd5efdc2 100644 (file)
@@ -3,7 +3,7 @@
  * execReplication.c
  *       miscellaneous executor routines for logical replication
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bf73f05af2c8724cb4c62df9513fcaac04c05f03..0c086c529043c376f961e1ad1d09fefaad6c8641 100644 (file)
@@ -7,7 +7,7 @@
  * common code for calling set-returning functions according to the
  * ReturnSetInfo API.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d90bb16b570d14efeb8a53e17e7c455a3e851d53..79dbc38b1740ef292acbcb5abc5670fbf4764630 100644 (file)
@@ -7,7 +7,7 @@
  *       stuff - checking the qualification and projecting the tuple
  *       appropriately.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 52692fc4f124d4394aa78ad3c733b72065716f22..67474e0d209d0162b7cf124961a55cc55f8db4f6 100644 (file)
@@ -46,7 +46,7 @@
  *             to avoid physically constructing projection tuples in many cases.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2a47abc02effbcf1eb5bd9ff5e8e68a2d9f0c512..24ab43d5e5ca175e5dc2705889dad2b007fc5b9d 100644 (file)
@@ -3,7 +3,7 @@
  * execUtils.c
  *       miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fc7c6051c503882b7c297c8e48adb51c95a19743..de41588105e111578110c45ed75625d43a9f0637 100644 (file)
@@ -3,7 +3,7 @@
  * functions.c
  *       Execution of SQL-language functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ecb52c0b3691d5273fedab2df36e2118cc9f839..46da055e7669fe55f3a228a164a1ee5441b5b6c6 100644 (file)
@@ -4,7 +4,7 @@
  *      functions for instrumentation of plan execution
  *
  *
- * Copyright (c) 2001-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/executor/instrument.c
index daf56cd3d196ee4f49167ab4d0b70dd5606bb910..508c9195743aafb8482fc1c30da19ff3a4adc292 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8c4abe128825cd904cdf6092b2e2d57afeb1b02d..f3be2429dbeb122d186e941d26b2094982441bdc 100644 (file)
@@ -3,7 +3,7 @@
  * nodeAppend.c
  *       routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 23d0d943269e8cf3baf0c57ac0ca1054b16c4e0f..7ae6dd63fe783b97225369c37e9e798cd12f105c 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapAnd.c
  *       routines to handle BitmapAnd nodes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 00d02fd50f043be89308df6b475cf0b94973f9d9..f8d70f259203d021c102ef03c2b116b8f5e8653c 100644 (file)
@@ -16,7 +16,7 @@
  * required index qual conditions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d04f4901b48c039d849f4f06b8ca87e93a777e6a..2526c3a2fc088933990d2a52b40e2b3e7f084ef3 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapIndexscan.c
  *       Routines to support bitmapped index scans of relations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3f0a0a054424a5c17f93f5ddd5014392185c9335..89d5a0c073a9e33b5119702396ae106ee5a0ea6f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapOr.c
  *       routines to handle BitmapOr nodes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 133aaf2d3b758b9d22784879b3b31cf3cf1b2e07..6195214f66252bb7af2a3b40989832482c6e2e24 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCtescan.c
  *       routines to handle CteScan nodes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 89464365ad0b0f83638a2499ab8f10348aa6dbf7..eb65a6385f24b5be8f4a9272c6c2da1860f127c6 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCustom.c
  *             Routines to handle execution of custom scan node
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * ------------------------------------------------------------------------
index fab752058aeed8ec4844a77685f09c5a2f3a9dbc..40b6fbe891ac79cc2f32b97c8f16fcebfc4095e7 100644 (file)
@@ -3,7 +3,7 @@
  * nodeForeignscan.c
  *       Routines to support scans of foreign tables
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1d4d743a5957cc0c0068a684aed0365cd189abec..0370f2e2b70ecfdef5b0c603863ad3130a15cb4e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFunctionscan.c
  *       Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e6367ade76d9325ec33a1e0143e1b15ade54a624..70a4e90a05d9d156392ebedab1131b53f9fc0064 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGather.c
  *       Support routines for scanning a plan via multiple workers.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, 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 51d910bd5ee0854b7d81a5806752c4e6123a9b9f..8635865d1e66f2f9da1988954ad9278967192344 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGatherMerge.c
  *             Scan a plan in multiple workers, and do order-preserving merge.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 58e0b10cd161fbdf75d7cdc143a24bd6861ad9b1..655084d7b564858b1a447b79be6905acd9352bf6 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *       Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba2f6686cf6ce2a6e1eb209e268317c0326b50cf..856daf6a7f31ed0d24d3e3056bf559df19c27a39 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHash.c
  *       Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c2c8beffc1bfa0f4024db268d0c2999ba4dc40e9..209870886400645312e74c33ae6dbecb5149a3bb 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHashjoin.c
  *       Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d1201a18078619b13da414d3ec7d2dcd5deabf58..c96a2c3ae9dd7b02a6b4ebe6dc950784d2445d99 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexonlyscan.c
  *       Routines to support index-only scans
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f209173a8532484a289d6083061be75f11d411ad..f255551786ed20aa4c077e378d08cd576a80d47f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexscan.c
  *       Routines to support indexed scans of relations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6792f9e86c70f0639abced3f72e58df729c9d36f..baa669abe84208e87bdac1b00d01e17509cd7781 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *       Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7887388b9e9fb3bf2356f09904adc57e7b12f641..c80536931ec3b3deac642bfce91b7406f3aa242e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLockRows.c
  *       Routines to handle FOR UPDATE/FOR SHARE row locking
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 657814cd0db1ba47555a9c92b41d9ef9390682fb..cc93bbe45b0700004af63062f544b38d16770a64 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMaterial.c
  *       Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 188e76b60cd5e54dda991540cf09479f2732804f..7ba53ba185966c01b2fde0e9a880c6e3770ed8f0 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergeAppend.c
  *       routines to handle MergeAppend nodes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1c90291d1279f69836c592882d1129b9e09cc850..2a1d000b03d0feae1ab83468dd5380ee7d8522fe 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergejoin.c
  *       routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3c60bbcd9c0e2e69e3f80ad0cc72b454d1d57ed5..84ac2e63adde6f36e90460a6c4bb94e26feaa1d8 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.c
  *       routines to handle ModifyTable nodes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cd8a1fceac562e7e03ddcae3af28cafc2d34b1ef..67b0a441862f98cf8450b4fcb1004c841de8d9d0 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNamedtuplestorescan.c
  *       routines to handle NamedTuplestoreScan nodes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0cb6f9dd4cd8ef1fec4e847c738b5ec2eb7c0e26..fc6667ef8262f2de2c7e3a2079ac528bd72629a9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNestloop.c
  *       routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 06a7da8f77e9ff39cfd9c95d2ef844305f4da4ff..515dd61f0798635662c8cbeeb5ece569b64773a6 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2d26cec83152bc103cfed50431d715f462a625b1..d2488ad988efccbb520507ba3da16a9846aa68d4 100644 (file)
@@ -7,7 +7,7 @@
  * already seen.  The hash key is computed from the grouping columns.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 63428c7ffe02ecaca2b3296674c2145f5114f90e..80ed9cca6e41bf9d60f9141ca819bfc0d5ed3240 100644 (file)
@@ -34,7 +34,7 @@
  *             plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 78735fa15bc31ddf094390d9f260a85bca723b9e..c75f9f3a75bd64d5ef0f250a2ef2b527586c48c2 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSamplescan.c
  *       Support routines for sample scans of relations (table sampling).
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 55377add6efaad6712d610e3f9af51d1ddaac210..8c46873daaf499d8092a9589fa07034bfcd1f1ba 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSeqscan.c
  *       Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 48b7aa9b8bb1400184f7691d6231ee59fcfa78a6..5d8c8b8b029aa630de955a38032c7b4efd1fa9c7 100644 (file)
@@ -32,7 +32,7 @@
  * input group.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 750292b101445a2a02a11e79dd3bfdeb63f4b3ee..92855278adb6a586ca258ef936913ade87980b40 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSort.c
  *       Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 84a1a916821176c9d09999f8dccbd8c31d76d0c4..574e7bc4fa0ad26666e3a2d393cbb48dff0bb230 100644 (file)
@@ -11,7 +11,7 @@
  * subplans, which are re-evaluated every time their result is required.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c9058ab0e94c44d1324e7745ee9831ce5417e327..707ec0d19015f038b7b6920d0e40dc9b97df3ef7 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a79e4cb2cf56c68300d699acef18dff0f9cc8c0d..45d5f3c4244b0ec0f9d2a054c002972f5a64a397 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTableFuncscan.c
  *       Support routines for scanning RangeTableFunc (XMLTABLE like functions).
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index afec097bc844ebf03069ae3dce295a948483d6a7..9961e2b2c1afd66b5206b8c1927ee1f9462babb9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidscan.c
  *       Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c5e4232e68c0770fba2f575cdf15c30041db9fc5..ad7039937d0650370a1790929690ad1e736971a8 100644 (file)
@@ -11,7 +11,7 @@
  * (It's debatable whether the savings justifies carrying two plan node
  * types, though.)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6351cdac27a5e17dbe4a3433c334cdbff0aed4a2..0069a73588ad666de879f7d6f7c1ee528a0606b8 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for scanning Values lists
  *       ("VALUES (...), (...), ..." in rangetable).
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 298e3707450d0dc3b5c0f8e4b7239b1477ffdbd5..7ae56074ca8845394d974a3a46d269551c138acf 100644 (file)
@@ -23,7 +23,7 @@
  * aggregate function over all rows in the current row's window frame.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a432926fe156e0cc7b9952de28dcaab50d540f96..c85a9360be410f026ca044eadad5edaacb98792a 100644 (file)
@@ -3,7 +3,7 @@
  * nodeWorktablescan.c
  *       routines to handle WorkTableScan nodes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ad726676d8ccc8dba291db98e29cde74aa26e1e3..94a53e0e3f6b747205dec91d5bfe76fe9b7a4e27 100644 (file)
@@ -3,7 +3,7 @@
  * spi.c
  *                             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e47ef491928ea8c529418dde343c240fed8075a6..2b27b41850109086497ba41086680f29f66e523a 100644 (file)
@@ -8,7 +8,7 @@
  *
  * A TupleQueueReader reads tuples from a shm_mq and returns the tuples.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d02ca3afd12b8d414289f7c54d441cbc69b84722..cf79feb6bdfa3c38b3f2d65ec9dfa50851916244 100644 (file)
@@ -9,7 +9,7 @@
  * data even if the underlying table is dropped.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 79661526a3afc8653cba1b464a2d70ba470b264a..c917ec40ffa32e5871f61554a60ec79777531376 100644 (file)
@@ -3,7 +3,7 @@
  * foreign.c
  *               support for foreign-data wrappers, servers and user mappings.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/backend/foreign/foreign.c
index 5d1f2e57be1fd61d98f54f45fa9ce23342dcff3f..43e65b1a543e32f5cd86c57fb0c1894e8acec092 100644 (file)
@@ -8,7 +8,7 @@
  * should end up here.
  *
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/jit/jit.c
index 162d1be89bd96d85827dfbe8dd47248e8bb296a3..03663353b379c442926b578968e634ed1854e8e4 100644 (file)
@@ -3,7 +3,7 @@
  * llvmjit.c
  *       Core part of the LLVM JIT provider.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/jit/llvm/llvmjit.c
index d168eae087311b3301d4bd7753a5185312433e44..94b4635218195dc5ed3389612569490974b30123 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a2bdfe3fb87a2e6570b06c6e9dcc665cf5f894ad..ba3907c4529dcda0f2d0b026410fed20c79d6ad8 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/jit/llvm/llvmjit_error.c
index 1725f6d0be4d064a39b20ab1925d01534ddd43aa..70b55dd202e5449305404c33bd78c097f2e3300b 100644 (file)
@@ -3,7 +3,7 @@
  * llvmjit_expr.c
  *       JIT compile expressions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b33a32141d1cd46174a5cea24f78bcf9e5ac1647..49e5ee895498d80f41fc2424d9a3cd32c3556c0a 100644 (file)
@@ -11,7 +11,7 @@
  * so for all external functions, all the referenced functions (and
  * prerequisites) will be imorted.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/llvmjit/llvmjit_inline.c
index 2df1882b750f71a164bbcfbecffceee10e6144f0..51cc3cbcb1837c6f64b98db3008f4d98acbd7a46 100644 (file)
@@ -16,7 +16,7 @@
  * bitcode.
  *
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/jit/llvm/llvmjit_types.c
index 4d0c3f680ff59b6bb0da140538db1b612b1d1c4d..43c9314fe0799cacd2752cab2e2008efaf3d14e0 100644 (file)
@@ -3,7 +3,7 @@
  * llvmjit_wrap.cpp
  *       Parts of the LLVM interface not (yet) exposed to C.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/llvm/llvmjit_wrap.c
index a8adf065a943432ba30cdaef3ba0850e133676e8..a2c8967813267c2147ae8e95931b0a68f1cb5c64 100644 (file)
@@ -3,7 +3,7 @@
  * binaryheap.c
  *       A simple binary heap implementation
  *
- * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/binaryheap.c
index 2870b9e0634f5216efde9dd5572d2e5a0459390f..5d13c5c69e7a08fb9fa8e6b03a7832de44ec5365 100644 (file)
@@ -7,7 +7,7 @@
  *
  * https://en.wikipedia.org/w/index.php?title=Hopcroft%E2%80%93Karp_algorithm&oldid=593898016
  *
- * Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/bipartite_match.c
index 1a8bc2c36c15ef0650b086a95f844efa7a55716e..1e907cabc6e12dfc01b658e1b5a3b782881c9774 100644 (file)
@@ -24,7 +24,7 @@
  * caller many authoritative lookups, such as expensive probes of a much larger
  * on-disk structure.
  *
- * Copyright (c) 2018, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/bloomfilter.c
index b2b8fe60e1c310ce74bc61355f6786f639896ef5..f095196fb678a66c1f54fb636d5ed9504519ac2a 100644 (file)
@@ -20,7 +20,7 @@
  * Future versions may support iterators and incremental resizing; for now
  * the implementation is minimalist.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3c50375a925ce80f24d3013e8d9f5df9f8b7ff75..c782ad04ef07fe17b0065a8d32d58f61735dedb7 100644 (file)
@@ -3,7 +3,7 @@
  * hyperloglog.c
  *       HyperLogLog cardinality estimator
  *
- * Portions Copyright (c) 2014-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2014-2019, 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 58bee57c7606b7c5cd11f5fd40141d36dced7c1a..256c84f26717b216ae36e466adbeafc2a1541ea4 100644 (file)
@@ -3,7 +3,7 @@
  * ilist.c
  *       support for integrated/inline doubly- and singly- linked lists
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c7d9c4d8d24780917e7342ae2ba6f4ebd6efcc64..e22c4b4cd8566f4dbbe3eef513f0f07ed59ddaa3 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/knapsack.c
index 89d0f62f8f9b19a47acfc9884127483d202ffbe3..6ab3b77246ecc50e112f71c3dbaa2c6428c1e279 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/pairingheap.c
index c35928daad339c2293fc5eb4738c0e054bb1220a..33181e9211adfa44c01ffaab0c18d928392474eb 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/rbtree.c
index df7e01f76d9c107c7f2adebc9afbe66bffddbe4b..99c83c1549c5c2873ba966516bd9a2474e22f102 100644 (file)
@@ -6,7 +6,7 @@
  * It can be used to buffer either ordinary C strings (null-terminated text)
  * or arbitrary binary data.  All storage is allocated with palloc().
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       src/backend/lib/stringinfo.c
index 9a969a7029e19acfb49ab4743f76381fd5ce0506..bf97eecb42d7bb4329576fd9d468d5a6a87f7590 100644 (file)
@@ -80,7 +80,7 @@
  * general, after logging in, but let's do what we can here.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/auth-scram.c
index 0c2ca39d1bd508c6e7b0a2739366f1432d2f268f..20fe98fb8264646fa5d3b687ffe34dbd08c7ddc4 100644 (file)
@@ -3,7 +3,7 @@
  * auth.c
  *       Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0b802b54e43011fe26524fc69a6c0d3786c7dba0..521236d7c970c0bb7b2458b0b1efe56713089208 100644 (file)
@@ -3,7 +3,7 @@
  * be-fsstubs.c
  *       Builtin functions for open/close/read/write operations on large objects
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3edf27e86c6800780794183e961254e3317eaee..877226d3776fcc969a4bc9ad93779a3598ec6cbe 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6955d7230c708a6e1260b79f1a5fe63795c4bcf7..789a9754090483663e725c4f1651aef2a2866c27 100644 (file)
@@ -4,7 +4,7 @@
  *       functions for OpenSSL support in the backend.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3620b8ce8c181eff4406f8b81706ffa34b37187f..a7def3168d1285dc93fce68b121bfe4963edf44e 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c5ce4a47e167b9c25a773793583ef951313d866..c34e4a3d856bd0668f58d792f3e4c89904bc7f36 100644 (file)
@@ -4,7 +4,7 @@
  *       Functions for dealing with encrypted passwords stored in
  *       pg_authid.rolpassword.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/crypt.c
index 0129dd24d05dc841fdcb7167fbd37b99f6dd17b2..b17c71473558c38b6032fbf3a189bb5ff3bf4fad 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 274c0843622ae78dac867eefdf071d0fc149bdbe..62cf758ca1c823ee17af09b83989adbcd0f89749 100644 (file)
@@ -3,7 +3,7 @@
  * ifaddr.c
  *       IP netmask calculations, and enumerating network interfaces.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0c9593d4cc9510cea7de3b445534f8ac2cd1e707..c39617a430aa88ae3007d3aede6fd27f013b14b2 100644 (file)
@@ -27,7 +27,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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/libpq/pqcomm.c
index 1c7e99019d4ff912c38e225ffe985fc233e57280..805b996d6d8d1774785af43f9066d301911f2d18 100644 (file)
@@ -21,7 +21,7 @@
  * are different.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/libpq/pqformat.c
index 603d9016fd8919af80693bdf886089ae7bee6b7a..a9bd47d937188b2bfb73cf1e08c5a2bcb1268c4c 100644 (file)
@@ -3,7 +3,7 @@
  * pqmq.c
  *       Use the frontend/backend protocol for communication over a shm_mq
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/libpq/pqmq.c
index a24de5d410153e56701581dc3909ef266caaf851..68c32bb60d78f19ecba5ce3672228a120bca7198 100644 (file)
@@ -3,7 +3,7 @@
  * pqsignal.c
  *       Backend signal(2) support (see also src/port/pqsignal.c)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 38853e38eb3222e92c8012fe00fe5f12d6b58714..c549974524d3b16c4432a6913e610c368b63cc67 100644 (file)
@@ -9,7 +9,7 @@
  * proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ce253c88df951cf17e459531145ef170798245c..62cd00903c03e49a2bd083d10fe0f2550bdd37a6 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/nodes/bitmapset.c
index 144cd7a047063f0e1e261a552b2d8d184ee220c9..006a3d1772d275f83c0dbc19f473f5e8d1e0d4fd 100644 (file)
@@ -11,7 +11,7 @@
  * be handled easily in a simple depth-first traversal.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c4579fbcc613899fb0678b4ba3610b105d69a733..133df1b36476b4fa9fb31715aaf59512ff97e726 100644 (file)
@@ -18,7 +18,7 @@
  * "x" to be considered equal() to another reference to "x" in the query.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f301c11fa9839836bd3651dfc497b68366eb78bc..d35c0149adbe90640d1414777cdecaa5ed03d810 100644 (file)
@@ -10,7 +10,7 @@
  * and GetExtensibleNodeMethods to get information about a previously
  * registered type of extensible node.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 55fd4c359b1734109f9d237250fbb2b61c3e2ac6..9897ab127d08ba0843c6ee17ec1d8061380bfa0d 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation for PostgreSQL generic linked list package
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4a2e669a864df1856021967c9b0b571cd5618e27..079d0160a8b801fdb14bed8b7cabdbc060606986 100644 (file)
@@ -4,7 +4,7 @@
  *       creator functions for primitive nodes. The functions here are for
  *       the most frequently created nodes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a813e3879171a875dc8caeae1fd2f176228c68e1..19b65f681d12924628cc65d90b41814ef0f2b5e2 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.c
  *             Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f5ede390e0e6c37c994c9f9ae96f85382f947617..06787a649e3f81be035645122b93b456a7fad42d 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2dd8ed3a46c064c53654a3af7553f7ca677c13e3..0fde876c77602f3ab4c26e137de2f8c9db957c6f 100644 (file)
@@ -3,7 +3,7 @@
  * outfuncs.c
  *       Output functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 79197b18b483917437ba6f899a1f5b79c4d57ad4..a89a25ea63194b074952e74adaa8b91b7bedc059 100644 (file)
@@ -4,7 +4,7 @@
  *       Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b9bad5eaccafb8c7e18e80549366ee412715bafe..0278108771d2fb25fda3dada59ab16503bc4380c 100644 (file)
@@ -3,7 +3,7 @@
  * print.c
  *       various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 99ed2f248a2dd9004055268306acf765ea1a29a3..fdf68fdcaeac81dfe9663ab7de7a36da073d1ed5 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to convert a string (legal ascii representation of node) back
  *       to nodes
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fa27f37d6f0d26297e430d00f555e1feddcbc49c..ec6f2569ab8bed2a69b87ba9b2ff46c7e57b3ad2 100644 (file)
@@ -3,7 +3,7 @@
  * readfuncs.c
  *       Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 17dc53898f04e6f83b9922862d99f9184f660171..64ab0cfc0e22daa6313a82154269bd0d15baf4a4 100644 (file)
@@ -29,7 +29,7 @@
  * and a non-lossy page.
  *
  *
- * Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/nodes/tidbitmap.c
index 2a30307baf4b4c8560d1b22f664d3e0d1a2e2314..159c11ab4a4f4f8f75b7fb66dec5b19f1a3bffcf 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of Value nodes
  *
  *
- * Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 111caa2a2abca621d017d24bc10915387f7df5dd..5087cb2228f0bbd779ed3cf0f6f7933316755d7d 100644 (file)
@@ -2,7 +2,7 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_copy.c
index 3ef7d7d8aa222998fb17fada0b5bf9812bad2ae5..e07bab831e1328c8c9dd9095c521b2276da37229 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_eval.c
  *       Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_eval.c
index 3eb8bcb76f6e594a5f93da4f3a27016f44dbc28b..dc51829dec034c976c3af871052c292d77fd5bb9 100644 (file)
@@ -4,7 +4,7 @@
  *       solution to the query optimization problem
  *       by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_main.c
index 0f96912e49d9d47606e565f104d78d60c495a4e9..554c3df24e581d34300fb65668e2e92b454797c2 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.c
  *        misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_misc.c
index b2c9f31c8b5b09a731911ba6019fb31a0bb161bf..f29fcc2cebf9c5db43fd27786d1bd2349b28575e 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.c
  *       Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_pool.c
index 850bfe5ebe3990762280334645b8ce750d790f88..c482cdead13ed4657d749bfe01f230220625e626 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.c
  *        random number generator
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_random.c
index ebd34b6db23fda7a0fd599f011ffd27cf3744b4d..f8b75e6091800afa9c4105cc2bf402fd37c817fb 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.c
  *       linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_selection.c
index 738bb30848455159cfd678a412ebecf1affa6055..256fe16cdb0f5b1beaa59aa6e2118c1e9252c6c8 100644 (file)
@@ -3,7 +3,7 @@
  * allpaths.c
  *       Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4717942c3a53f86c69b33041f8f5c2c0084b3da..3739b9817a0437305877c1ef7ae89598eb9cc5eb 100644 (file)
@@ -3,7 +3,7 @@
  * clausesel.c
  *       Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 88780c0e693192941647363dd6c6496bea817ef6..99c5ad9b4a9213dd0f0f94a0ffdf8059c83f7bde 100644 (file)
@@ -60,7 +60,7 @@
  * values.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b22b36ec0ef1f50873c4d958df59a1fc0b9ef686..0d994bd9aecdcd829614f3d2427c12a5747acfcd 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/optimizer/README for discussion of EquivalenceClasses.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ca46fb7525aa51086c376a014699e8a580b66542..f8e674c9c4e316ecc6732876adadf9b857d15c09 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 642f9510938b37706dd9879c2aba1bce826b6732..d8ff4bf4320dd69c5e1de9221439fba88db7afc4 100644 (file)
@@ -3,7 +3,7 @@
  * joinpath.c
  *       Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d3d21fed5d40e8bdb10fd94797b49586f86480fe..67b9ca83a74c9fe186b2fe873758b281d38dd8e3 100644 (file)
@@ -3,7 +3,7 @@
  * joinrels.c
  *       Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ec66cb9c3c5e04670e39b4ee30884379189e0a3f..9dac50ea390b6d0ed81ce0069138f1cae261ea02 100644 (file)
@@ -7,7 +7,7 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4d39fa128d76e79849e097f4b212c722ba3fc425..74b5a151350292c10d77a74dfae1ba5bbaa2e4ff 100644 (file)
@@ -24,7 +24,7 @@
  * representation all the way through to execution.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0e73f9cf4c7267f9f9e84be66810afa97c358b42..1593dbec214c88a379a97ae2ff6180aaa345cd87 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9e9187932716a5f983c87b89c49ac38519ea7f17..066685c3c7b44b2c5f21bc53ae88621ab689b728 100644 (file)
@@ -5,7 +5,7 @@
  *       Planning is complete, we just need to convert the selected
  *       Path into a Plan.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 01335db51171b1e3474ccf09bc6f815401e7f347..a66374094f858dc20525801330023d6eb6d70db2 100644 (file)
@@ -3,7 +3,7 @@
  * initsplan.c
  *       Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 95cbffbd694f7bd4d78fd4ccd8d42a0fe062e0da..d98cb899840a6ff66e0068a8591d3111fa514add 100644 (file)
@@ -17,7 +17,7 @@
  * scan all the rows anyway.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9b6cc9e10f00306e7e2cefc398d4377a969bea31..0e0a5437086d8b21352b1ae1f264de7da06d323e 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b645648559976f59fb4fe562e917f933d8f3332f..3e33a17a5b774083b8c5db62b6106b3c1483d8da 100644 (file)
@@ -3,7 +3,7 @@
  * planner.c
  *       The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 920a99d0d95041a023c7238cfa258b2911a4faa6..fc7ba0dea2146fccf60cd680bb8dd9353970e419 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 83008d76619e52d4fad5a2f211e622ce30b4b026..cb1ea86afb2c67973ebbaf5350162f4c4313d2d6 100644 (file)
@@ -3,7 +3,7 @@
  * subselect.c
  *       Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cd6e11904eefcf39fbc0e908f969c4d7dcb6a9c8..77dbf4eba3d61b9a3e5bb23a784cfbf7170bd06d 100644 (file)
@@ -12,7 +12,7 @@
  *             reduce_outer_joins
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 52f8893f4f075bf1f17ecb5d4e38bbc564f0567c..234dc5b3e7ff8046a433fb35ade1f73ca7a2a7b6 100644 (file)
@@ -19,7 +19,7 @@
  * tree after local transformations that might introduce nested AND/ORs.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8603feef2b8344c4abda6892121042d2f5c78355..f8bc2dd257dcaabc1f2f94189d1bdfbe070d4f38 100644 (file)
@@ -29,7 +29,7 @@
  * that because it's faster in typical non-inherited cases.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index da278f785effb711cbc793fb74b0b507630167f3..1d280c205e05daedbb4534548acc90cffb27a598 100644 (file)
@@ -17,7 +17,7 @@
  * append relations, and thenceforth share code with the UNION ALL case.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8f958236f831462354dc22475746fbcc1320bd80..60e31279ecc520113b72a6a9b9c086f14b5d3899 100644 (file)
@@ -3,7 +3,7 @@
  * clauses.c
  *       routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3aaa00427549b2183f9096d2fc8a0bf9b698ecc4..09aea210850d949495bc58c91abdab5af3cf0081 100644 (file)
@@ -3,7 +3,7 @@
  * joininfo.c
  *       joininfo list manipulation routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1e78028abee526ed0e51f2e607833d8a6efb1af8..9420f1347aede8e56ce16fe2f51c8e6e05945755 100644 (file)
@@ -3,7 +3,7 @@
  * orclauses.c
  *       Routines to extract restriction OR clauses from join OR clauses
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 81cc9cb31bf7b292c3790794e93b642392c76b1a..5921e893c12fd186a2859876edf10be17d99effa 100644 (file)
@@ -3,7 +3,7 @@
  * pathnode.c
  *       Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4dc632dcb520cf81d6442fc5dd136e5d26cc0021..b24478ec6f2c2685e104e5c999d5468469c0b37b 100644 (file)
@@ -4,7 +4,7 @@
  *       PlaceHolderVar and PlaceHolderInfo manipulation routines
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5790b62369cfde70e42e0895aadbda18cbcd5c04..48ffc5f2543d57cbc0432a4e9fdf65fe6ae6d251 100644 (file)
@@ -4,7 +4,7 @@
  *        routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 446207de30fd3c8fb6ed9ff76945c4dcdfd3feee..3d5ef6922ca595b008782d6e5e064aca612286e0 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to attempt to prove logical implications between predicate
  *       expressions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 39f5729b915eb21ce956f7f8e9b41360665a6e6d..111b42d654899f110584acdfc2bd3fa10a56e9bd 100644 (file)
@@ -3,7 +3,7 @@
  * relnode.c
  *       Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index edf5a4807fd4c5db6664726d4e0faf96fe4eca98..e633881d8a623d0098cfba985611b3dde8cf8790 100644 (file)
@@ -3,7 +3,7 @@
  * restrictinfo.c
  *       RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5500f33e63d4c33b926fe31aa5208b66725c5649..d0cc14f11d7c7bfa86adba03c9f397f29f0b3f3c 100644 (file)
@@ -3,7 +3,7 @@
  * tlist.c
  *       Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b16b1e46562075f7dd8f31c12d65984ef7a147b4..48175b746b842050fa8e1805ff894a47a3133ac6 100644 (file)
@@ -9,7 +9,7 @@
  * contains variables.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 226927b7ab54816fecfc2943935380e034ba37b3..5ff6964d510043636634fef3e326dff09ddbae98 100644 (file)
@@ -14,7 +14,7 @@
  * contain optimizable statements, which we should transform.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/parser/analyze.c
index 718441c2151431a0735c89506e204f7efa4c5357..5d2db4197bec194f43119324a93ad6fb752d5516 100644 (file)
@@ -4,7 +4,7 @@
 # Usage: check_keywords.pl gram.y kwlist.h
 
 # src/backend/parser/check_keywords.pl
-# Copyright (c) 2009-2018, PostgreSQL Global Development Group
+# Copyright (c) 2009-2019, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 5bcaf42205e33d1e2680cc8c8a421830dac2d3a2..c086235b2530742c6ca96575bec9c8032ebdcaf3 100644 (file)
@@ -6,7 +6,7 @@
  * gram.y
  *       POSTGRESQL BISON rules/actions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 61727e1d71ad92b173bb4ac2efe49ca012c72e6e..bd6201e50a74c6a68061c5801e92467153d4a2eb 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.c
  *       handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 20997241bac1e01c937fe4ef8630b38c4d353681..6963922b0eb91d79b82d322c82d1df420adc689b 100644 (file)
@@ -3,7 +3,7 @@
  * parse_clause.c
  *       handle clauses in parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4fc7b61e72cd236429213137590403e4d739ed5..3840252a5bd0f5558eeb86f6037c4ee2af2d2c18 100644 (file)
@@ -3,7 +3,7 @@
  * parse_coerce.c
  *             handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6d34245083efc123f49dc45a025ecb6678642bff..0cfe9997a57f2c409e6c882d75359098171f4b0d 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d28c421b6f70a98e4ddb5121bcfb83600d2191a9..84af95ed866dbf70135eab93a0ea5f471f9cee58 100644 (file)
@@ -3,7 +3,7 @@
  * parse_cte.c
  *       handle CTEs (common table expressions) in parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 069249b73249dfc4a88b260fe26192cd1000b125..fdf69761174eebe5e4b8c36cc6d545e8995f79ac 100644 (file)
@@ -3,7 +3,7 @@
  * parse_enr.c
  *       parser support routines dealing with ephemeral named relations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 385e54a9b69b5a7b37fabb7bb8ef13f0c4cf7549..bff237094adec1645d9d1030051c26fd04503907 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.c
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 44257154b816d81a05c3be06f842a81bbd457027..4661fc4f624a6d66e5ee92c0660bdc39229f86b7 100644 (file)
@@ -3,7 +3,7 @@
  * parse_func.c
  *             handle function calls in parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d2672882d76cee21acbd9f7c45f7d6af7f09260f..8befe15e7d6263cc01271fcb4cc1c48ce6822123 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.c
  *       various routines that make nodes for querytrees
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2f780b9941dcae91ebea1e62c681e26a10f4e03e..24f0d5c08c50da65a9f5d83a2bfa4b6d599d2ab2 100644 (file)
@@ -3,7 +3,7 @@
  * parse_oper.c
  *             handle operator things for parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 454a3e07f7592d0078fbc9d3401b69a2feb48278..541b9d09575d183a9b8406be08d884dda238c3a5 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 378cbcbf79ecc7bf4366581f077659f77de15cd5..dfbc1cc4995e098852d99ea9e71677989786a173 100644 (file)
@@ -3,7 +3,7 @@
  * parse_relation.c
  *       parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b8702d914dc0d816aef8db385f27182874b3bbc8..ccd396bd92b68a7475e89ab8e3aebcbbc757fc31 100644 (file)
@@ -3,7 +3,7 @@
  * parse_target.c
  *       handle target lists
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a9dead5ae01fe0fcf5ac485e30d67e36eed9c751..8d57e83ac69d58ea042069db78f8911efcc87ebf 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.c
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ce89e4e86522021cb18f93810379916e7562f03a..f3530c3a541067a247da783d1f4f3b6529a04f55 100644 (file)
@@ -16,7 +16,7 @@
  * a quick copyObject() call before manipulating the query tree.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/parser/parse_utilcmd.c
index db304834592c2c94d5c52fcb11bdfa386f0d0e01..7e9b1222fd8a718b9c41f09ab1007f5d158adda7 100644 (file)
@@ -10,7 +10,7 @@
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 74e34df71fab91a2a5afb2980c758fcabb6f49bc..fbeb86f890e6de6013b1794f922967da4c0d2aff 100644 (file)
@@ -22,7 +22,7 @@
  * Postgres 9.2, this check is made automatically by the Makefile.)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9256524b8d52fec8463aa7313177f0efaa1c2db1..53e3ae2a9c704cdcf7d3a6be1bcb04e60b4d6a5c 100644 (file)
@@ -4,7 +4,7 @@
  *       support routines for the lex/flex scanner, used by both the normal
  * backend as well as the bootstrap backend
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eeaab2f4c9b972a89aa8afb817aed8b72016d49f..71446963a445d5b28d09164164e3c8ce51ff044b 100644 (file)
@@ -3,7 +3,7 @@
  * partbounds.c
  *             Support routines for manipulating partition bounds
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 35c87535d359c1c99a884af66dc6fec29be55170..0684083a8d3e6a5d998d24559f8617682bb8ef16 100644 (file)
@@ -25,7 +25,7 @@
  *
  * See gen_partprune_steps_internal() for more details on step generation.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index caa84bf2b62dc33ee20d84ea6c21b01381849907..5209deeb688ce2a356e345a39647dd6877a3378d 100644 (file)
@@ -3,7 +3,7 @@
  * atomics.c
  *        Non-Inline parts of the atomics implementation
  *
- * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5174550794b3e364a1df32184b3aa4874600673d..5e77cb0c12e97b6341525a7451a14360ce38c627 100644 (file)
@@ -15,7 +15,7 @@
  * forked backends, but they could not be accessed by exec'd backends.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1c178a73179340d944496461017bacdbef6bad26..467e56663e85ba2d6eda6edbbcc7dccc1a84aa23 100644 (file)
@@ -4,7 +4,7 @@
  *       Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 741c455ccbce781d039b2e8b6b87c168c998288a..49b3416640df2f697feed601ba243c1373287527 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0db590ee4627427daa50f64503dda7bae7ff44e7..c8d88f263455d4bafe560225354893a7d7fdfbb4 100644 (file)
@@ -3,7 +3,7 @@
 ! sunstudio_sparc.s
 !        compare and swap for Sun Studio on Sparc
 !
-! Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+! Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 ! Portions Copyright (c) 1994, Regents of the University of California
 !
 ! IDENTIFICATION
index af2b8c6a17e8629476b8b4aa780f1296792f0b71..2364c5ba07dd839e21bdb55f1ff797e1cd215753 100644 (file)
@@ -3,7 +3,7 @@
 / sunstudio_x86.s
 /        compare and swap for Sun Studio on x86
 /
-/ Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+/ Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 / Portions Copyright (c) 1994, Regents of the University of California
 /
 / IDENTIFICATION
index 7b84d22679fd82938f4d088436fc2817dd52a5c4..e0e94f7828c6035ee5b4b558894bec6154275919 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/crashdump.c
index 3577d2538fda4e067a2a34856cfcce7793e444ca..2269fcc195e7f18c5c7f7eef537c239697e6cd16 100644 (file)
@@ -3,7 +3,7 @@
  * mingwcompat.c
  *       MinGW compatibility functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/mingwcompat.c
index f489cee8bd5000929425f6ab4f1980e4088ef6a0..dd91fe51f0527d2fc1ab11ec553abaaa64843724 100644 (file)
@@ -3,7 +3,7 @@
  * signal.c
  *       Microsoft Windows Win32 Signal Emulation Functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/signal.c
index af35cfbbb35ac87220d514d40a8b332369b794dd..d5b5e771e910688eada6e95039e718cee2f2a94d 100644 (file)
@@ -3,7 +3,7 @@
  * socket.c
  *       Microsoft Windows Win32 Socket Functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/socket.c
index dac105acf5537542754d49268abe16eb0d2cddd5..4085c7db6bccfa1a1185de20877eacf543e1ca24 100644 (file)
@@ -8,7 +8,7 @@
  *       - Does not support interval timer (value->it_interval)
  *       - Only supports ITIMER_REAL
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/timer.c
index a924c59cdb8990bf2027031cfc0d57b72944e35f..f08fbd16908e0720b8522ede0aa27e7cb2c34a1e 100644 (file)
@@ -3,7 +3,7 @@
  * win32_sema.c
  *       Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32_sema.c
index f8ca52e1afe225cc71778d3dff6e1546e05b93ec..bc1e946bbdb7aac793dd5d2e9ce409fc02ad9367 100644 (file)
@@ -3,7 +3,7 @@
  * win32_shmem.c
  *       Implement shared memory using win32 facilities
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32_shmem.c
index 2d5086d4062cf3240e54b43ca16e06cc3c9fdde9..4cf67873b17affbddd60798a4779e4248c7b68f3 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d2b695e1462cfafb09b776a2f88737b8e2ab74e3..f5db5a8c4ab272147ea3047cc51139739b949eee 100644 (file)
@@ -2,7 +2,7 @@
  * bgworker.c
  *             POSTGRES pluggable background workers implementation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/postmaster/bgworker.c
index 7612b17b4421fce3d0632f66200975c55ad7bbf6..e6b6c549de54ab226e6cae322cc9848f0214b319 100644 (file)
@@ -24,7 +24,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b9c118e1560ec1d21c50dd0fc47679ba937891dc..fe96c41359b70b6f2a82196c41eea7e33b5478fb 100644 (file)
@@ -26,7 +26,7 @@
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d3005d9f1d1b4afe76386cf0dff489a80ea8917a..a9138f589eeab1120bf11f06d24703f837e4b183 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/postmaster/fork_process.c
index 5c1a577dd4b3360c00953eb778e0f81703efe977..f84f882c4cb2357eb5370ef985fcdf1b42825508 100644 (file)
@@ -14,7 +14,7 @@
  *
  *     Initial author: Simon Riggs             simon@2ndquadrant.com
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8676088e57d9f3375578db2de7159f5f58352596..d50351547fa488d1ba8766941cbbf6ebf65fc5b1 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-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2001-2019, PostgreSQL Global Development Group
  *
  *     src/backend/postmaster/pgstat.c
  * ----------
index 406cc2cf2d4b710ad13038e2e9cf80b246566818..a707d4d465367203b3ecddb0675ea73bbe5f9bcb 100644 (file)
@@ -32,7 +32,7 @@
  *       clients.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 983a05d7db5b1493323e5a537563f266668635d9..5048a2c2aadf219b339fd14a74dc5b6c129f626c 100644 (file)
@@ -9,7 +9,7 @@
  * though.)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index fbeee31109295c17a79932e1cd3606c1a3484a45..d1ea46deb87d6efe0ebbfc7a9c62ff2ec808f552 100644 (file)
@@ -13,7 +13,7 @@
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
- * Copyright (c) 2004-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 0ae733e886a591530e1476d512191fb80d0770b0..a6fdba3f4137888ba607bb03c37f094329bd37cd 100644 (file)
@@ -31,7 +31,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index acbed2eeedb1d89a5cab1fb61e7faf4df575a7d7..a8c0b156fa42fb0a1b4471a93951f8cd1a1e28e4 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This file is #included by regcomp.c; it's not meant to compile standalone.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 81b3bf1fc8a326ec7c7f51128ce0a5326f0b98f6..30e7186021db3c6341f7262bcab9f5419f5004f6 100644 (file)
@@ -15,7 +15,7 @@
  * allows the caller to decide how big is too big to bother with.
  *
  *
- * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 6bf7c77f9843970c1accda238f1fe6920f9834c5..3985e337078905bed476b1db800e54392f12fae8 100644 (file)
@@ -4,7 +4,7 @@
  *       Extract a common prefix, if any, from a compiled regex.
  *
  *
- * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 78ed6cf79708b2ba45dac1e9d35035bd1603ab7d..def6c03dd0c1f2c015f942ecd91bc058140dba86 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.c
  *       code for taking a base backup and streaming it to a standby
  *
- * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/basebackup.c
index 9b75711ebd676535c3d7a1eb9577a9800d7407ee..7027737e67c2f31553b2f18110292b27ee20930d 100644 (file)
@@ -6,7 +6,7 @@
  * loaded as a dynamic module to avoid linking the main server binary with
  * libpq.
  *
- * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e3b05657f8af92350529f49c261fd2ce244952b8..eec3a2284294286e70004bf43066dd443d057542 100644 (file)
@@ -16,7 +16,7 @@
  *             contents of records in here except turning them into a more usable
  *             format.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3a84d8ca86a2843b42ec7c5e458a9410a9681ef9..2b0d889c3b7177364008f9eb1126dedb00d3abd4 100644 (file)
@@ -2,7 +2,7 @@
  * launcher.c
  *        PostgreSQL logical replication worker launcher process
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logical/launcher.c
index 9f99e4f04996562a8f069d855b98f68323f93f66..6e5bc12e779a473fde14938b2b69492a89587dff 100644 (file)
@@ -2,7 +2,7 @@
  * logical.c
  *        PostgreSQL logical decoding coordination
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logical/logical.c
index 45aae71a493f9a920f1819f056bf83693302404c..d974400d6efa89906b6681ec345f574be35f978a 100644 (file)
@@ -6,7 +6,7 @@
  *        logical replication slots via SQL.
  *
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logicalfuncs.c
index 0eba74c26af2f6f9ad13dcba4d3a8fa9a4213737..4b13189dde6a8d5171758d6f92b0a9d4d3afbdee 100644 (file)
@@ -3,7 +3,7 @@
  * message.c
  *       Generic logical messages.
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logical/message.c
index bf97dcdee4b02f22e5386aa008b825c3b1dfad73..ca51318dbb45b20e8f8da82cb5301b16b632019a 100644 (file)
@@ -3,7 +3,7 @@
  * origin.c
  *       Logical replication progress tracking support.
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logical/origin.c
index 19451714daddad16c0b677928bc446ce258ad0a1..dffb6cd9fd61c9e6d6f178b2d8183ee377475ff5 100644 (file)
@@ -3,7 +3,7 @@
  * proto.c
  *             logical replication protocol functions
  *
- * Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/backend/replication/logical/proto.c
index 1f20df5680e5b351b778f441186d614174033b98..57ca4290682e52847813669eb4d093afa338e45c 100644 (file)
@@ -2,7 +2,7 @@
  * relation.c
  *        PostgreSQL logical replication
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logical/relation.c
index 23466bade21bd39beb202c672c1d3f65030d8dde..b79ce5db958d0385bd26feb58c4f091908217b69 100644 (file)
@@ -4,7 +4,7 @@
  *       PostgreSQL logical replay/reorder buffer management
  *
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 363ddf4505ef63ed9466a7eaa2167e2525dc65b3..405348242005732fe8b96bcb3e83d49145218307 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/snapbuild.c
index 38ae1b9ab854efced12650d01796d0a240516dce..adfa48e3ff896503c1baa2dd04dd65de1db6cacb 100644 (file)
@@ -2,7 +2,7 @@
  * tablesync.c
  *       PostgreSQL logical replication
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logical/tablesync.c
index 8d5e0946c4be6aac710e71619301ef55be3e720a..f5d622193c27d9c9bdac1f254c76c363bc66f1a9 100644 (file)
@@ -2,7 +2,7 @@
  * worker.c
  *        PostgreSQL logical replication worker (apply)
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logical/worker.c
index 86e0951a700e1c3737c6098cc5bc5e143505db4d..5511957516406c64322b8d93413945c756d021f6 100644 (file)
@@ -3,7 +3,7 @@
  * pgoutput.c
  *             Logical Replication output plugin
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/backend/replication/pgoutput/pgoutput.c
index 843a878ff37f93471f618e7b066ee3a5cb148216..c4e11cc4e8f4d3cf888e2fd353c546ef656f53ed 100644 (file)
@@ -3,7 +3,7 @@
  *
  * repl_gram.y                         - Parser for the replication commands
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7bb501f59497d785efe64da48a4b8eb6e614fdc9..380faeb5f6e067ada3d3979624a7da92596b990f 100644 (file)
@@ -4,7 +4,7 @@
  * repl_scanner.l
  *       a lexical scanner for the replication commands
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1f2e7139a7015a920fbcd94d8dc5801d5c2d8dd8..33b23b6b6d21e2ebc89fe7aff726ca887a00f39c 100644 (file)
@@ -4,7 +4,7 @@
  *        Replication slot management.
  *
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8782bad4a2102b80daa9618d1d0afae833a95873..224dd920c8dba4edc41c971d960255f5aacbd64e 100644 (file)
@@ -3,7 +3,7 @@
  * slotfuncs.c
  *        Support functions for replication slots
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/slotfuncs.c
index 5b8a268fa16cf74618c70d495394c77ef278faa1..6c160c13c6faa17923a114b614dd378f6677dce9 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/syncrep.c
index 5d12925ab82eb85fa35f03786e605cde87c2469b..4a1fe909b44e5f662fa5a9ea3fca2e344e24b734 100644 (file)
@@ -3,7 +3,7 @@
  *
  * syncrep_gram.y                              - Parser for synchronous_standby_names
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b641d8297bcb273f3eaf0664ec93665f9f1615d..15f65c8a113eb1a3cb73b5d4914fd404da670ddc 100644 (file)
@@ -4,7 +4,7 @@
  * syncrep_scanner.l
  *       a lexical scanner for synchronous_standby_names
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9643c2ed7b341ed48e4fce46d452306dce66973a..2e90944ad524fe77128b1f0b65807a0d6c0824ad 100644 (file)
@@ -33,7 +33,7 @@
  * specific parts are in the libpqwalreceiver module. It's loaded
  * dynamically to avoid linking the server with libpq.
  *
- * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 67b1a074ccea49176a5e6f9964cff0c5ba3a8cc4..2d6cdfe0a21fd2411e5b2e0b958ce852109165b9 100644 (file)
@@ -6,7 +6,7 @@
  * with the walreceiver process. Functions implementing walreceiver itself
  * are in walreceiver.c.
  *
- * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d1a8113cb66380be21a6fa36fc38a7589d4e36d1..2d2eb23eb73bcbd1f1be9c99a70bea793918cd8a 100644 (file)
@@ -37,7 +37,7 @@
  * record, wait for it to be replicated to the standby, and then exit.
  *
  *
- * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/walsender.c
index 106194795081e1626143f4470edb89cd44e4e17a..0755f3eed80857d7dee52dedbc51597e8eac5314 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteDefine.c
  *       routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 43815d26ff57fae4dde90fd25c89b3ce8025325b..c7a5e630b777f2884f4fc7124bdc842d5255753d 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteHandler.c
  *             Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f1f4212b5df9a143a41885a69c348affd297b95e..acbe669294d8d5a7046cd69ee505dbd039c732be 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 73e67083fbf30b7c52633d5de01d8258372c7c79..17919abd5241182f6303e68246669aa873cc3146 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteRemove.c
  *       routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c87fe4a4d932221b39d0570ac97fbd536a6b6380..c26147fb863f4b50755084236526dfb3b64a0af9 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 61ef396d8af29903a35131865dec3de755cf6475..b0d6e9af81730560e265fd753133b22f2ba307f6 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #include "postgres.h"
index 087b86a5b7e2453adfa3751b73f48485f359ddc7..5166738310816d8af9c197dfc14c2f445bfb51c7 100644 (file)
@@ -3,7 +3,7 @@
  * dict_snowball.c
  *             Snowball dictionary
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/snowball/dict_snowball.c
index 27550dfc9aa97200f7199e5469a2c3884ceab530..151f6f7440735f6c2d87df16f98ed10cfad93d9a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * text search configuration for _LANGNAME_ language
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * src/backend/snowball/snowball.sql.in
  *
index c02dad43e38953a50c6848c17a36538a31ef534c..483f0d8526121d4102dcb4289aaa712250397683 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Create underlying C functions for Snowball stemmers
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * src/backend/snowball/snowball_func.sql.in
  *
index 58d0df20f697e0e798218955429f201227e7e0f1..1d7e028874bae346bce1e9cb51d27a744d0c7bcf 100644 (file)
@@ -3,7 +3,7 @@
  * dependencies.c
  *       POSTGRES functional dependencies
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 082f0506da04730da13a5bba7607a87d30a266e9..9b3e819d61f7e09c78170dcf599b7aa78bf9ac0c 100644 (file)
@@ -6,7 +6,7 @@
  * Generic code supporting statistics objects created via CREATE STATISTICS.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3071e42d86432d68b5247890e87db3d554bb05a6..b477c18c46af415e0fee5275f8e3a80f8f6cedb4 100644 (file)
@@ -13,7 +13,7 @@
  * estimates are already available in pg_statistic.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 144a2cee6f0594f9b844b5c80bce4cdd4a640c60..b0ee3a26d6e7770a166d3e7ef89df34fc94d9791 100644 (file)
@@ -3,7 +3,7 @@
  * buf_init.c
  *       buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 88155204fd2161fd4a3c3732ffcaf4ab04b2ea1b..e5465854566a1f7dd971619446fcd1e6e2e25afe 100644 (file)
@@ -10,7 +10,7 @@
  * before the lock is released (see notes in README).
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9817770affcdfc4143bd28b90157cebecdb03fb3..273e2f385fe9ef2dc98d86cc78148a0ad23b2b90 100644 (file)
@@ -3,7 +3,7 @@
  * bufmgr.c
  *       buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 18493dca175e11358c38d0949c5d73884850738f..03caceaf7b08e7fe02693435ed2d6064dd8ffb81 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for managing the buffer pool's replacement strategy.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e4146a260a5e2e4b1d9e10045bd683b2946e579e..c462ea82a92c7fd80dc352d86b68e0dbed7c5264 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 5d4dcb102fcadc39f21b80294a354aa9e786425f..c2c445dbf4098aa8f113b779337140f2bb8086b1 100644 (file)
@@ -3,7 +3,7 @@
  * buffile.c
  *       Management of large buffered temporary files.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4a0d23b11e30dcac2b9a931e41bc1db7b8595c20..1f766d20d19d4ed222a92a3e3c2ae273b28dd6b9 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.c
  *       copies a directory
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, 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 9e596e7868b12064b716a65a392ce28602aec82f..213de7698a4c6af0fba8d5c21c970aaeab247651 100644 (file)
@@ -3,7 +3,7 @@
  * fd.c
  *       Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 74ff6c359b53ff55564f95214810b28631d6e2dd..1ead778cc9d83270eb8fb04aa7acf49660cc964c 100644 (file)
@@ -3,7 +3,7 @@
  * reinit.c
  *       Reinitialization of unlogged relations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d41b39a1771470afd7d2e6e50898c7a933742b83..9d923027ad061c018e8ef2abc0b9769e438bd067 100644 (file)
@@ -3,7 +3,7 @@
  * sharedfileset.c
  *       Shared temporary file management.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7c4ad1c44947351dab3c713e2f2cfbf062e518fc..eee82860575cd72c5482fcf7f458ca4e09ffb3e5 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2b382417c5b27ad02b3adeba344cd1e1c334acb2..cf7f03f12dd30ca8ea524f99493dbb01abc7c82d 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to search and manipulate one FSM page.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e21047b96f2282b1c703dc7262b3a1f7a34c0345..58cedeaa9f7e9b4f905d67d7ecb827dad6a3bfc3 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free pages in relations
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bcfe87b854b7fe1c09600a497962dd98c5b5c5a0..ff376b574c7e3419804507a3126f6225cd333e46 100644 (file)
@@ -3,7 +3,7 @@
  * barrier.c
  *       Barriers for synchronizing cooperating processes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, 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 edee89c116515e3b0cce865f5f3a3b2723ff7313..cab7ae74cadec6fd746a8e4f03e74703fe0be504 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0ff1f5be91e873d76eb864a57fdc3566f4c3b458..aeda32c9c59176496f5d2b348df22548f3a44905 100644 (file)
@@ -36,7 +36,7 @@
  *
  * As ever, Windows requires its own implementation.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a85a1c6de5dbfe40024fa29c9606516f781edd35..05d02c23f55449c127fbcd0e3638ab032692e61a 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 473513a9272bb2d0385526606a7ce1e2b54ba562..2849e47d99bf5dce25f3df5162f56b1d1620f0ae 100644 (file)
@@ -3,7 +3,7 @@
  * ipci.c
  *       POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b0804537cf388a738819895a2561bf6e3ebc3ca3..7da337d11f0b36ca80d5576659bc7356be712c8d 100644 (file)
@@ -22,7 +22,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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f658588c272f8e810fcb0472feebc66a5721d856..d707993bf6313ce862ef048e852fe3dbf2595f8e 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dc7e875680268f3367b1d4774c3802df7c77d834..43110e57b681807127e8f28f72646f0212cccdc2 100644 (file)
@@ -32,7 +32,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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b0dd7d1b377c26c9fe73221434bdfb1a94e7d57f..7605b2c3674624325990c3dc15451c68b2573ad5 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines for interprocess signalling
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ec0ddd537ba4f8898a950e8864d776569b12d211..6e471c3e4311bea089cc6232b591d1ddfb448469 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/storage/ipc/shm_mq.c
index ee5ec6e38014694dd4b1c2ba552c456428396323..2870bb7a5a94bf22845c65455a556498da85cba3 100644 (file)
@@ -3,7 +3,7 @@
  * shm_toc.c
  *       shared memory segment table of contents
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/storage/ipc/shm_toc.c
index 7893c01983be9e0cea1b6e2a02722ab0d2b20e71..a1567d3559b835523cb47c178163fe21c5d01d5c 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *       create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 598d9ebcfb54522b61e16ec96f5215cfb4005222..09d25735da5c76b6165674dafac74bf05e750dbd 100644 (file)
@@ -3,7 +3,7 @@
  * shmqueue.c
  *       shared memory linked lists
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 878665b045e36c06bb54aa3585dba80c77d6a860..4769b1b51eb365dd42618e34dabeb08758fbbfeb 100644 (file)
@@ -3,7 +3,7 @@
  * signalfuncs.c
  *       Functions for signalling backends
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 563e2906e363a5dd312ddc4c2d0552e248053523..e16368d2a84d5d8952e41a07f0e51cf67df69443 100644 (file)
@@ -3,7 +3,7 @@
  * sinval.c
  *       POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 569f1058fa91d0e6bda03107b82808e16dc652b8..db080c84e1ca00395fa01e982513a8fbb9eda81b 100644 (file)
@@ -3,7 +3,7 @@
  * sinvaladt.c
  *       POSTGRES shared cache invalidation data manager.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c9bb3e987d0b16e1f00e3631ff7c1e7cab22dfd3..4d10e57a8037d734de733bfda2b8aca867be319f 100644 (file)
@@ -7,7 +7,7 @@
  *     AccessExclusiveLocks and starting snapshots for Hot Standby mode.
  *     Plus conflict recovery processing.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index af22b6ba6dc34cf7b1b929bbcf87810772d1921f..c51ec1f9a288708b6e0603317ce793bcd75888ee 100644 (file)
@@ -19,7 +19,7 @@
  * memory context given to inv_open (for LargeObjectDesc structs).
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7f75ee61cd6c225d32d43fe3f8c135fc5c26b9cc..58b7b514720dfc7dec055d38abc62a7363f77cc7 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/storage/lmgr/condition_variable.c
index aeaf1f3ab44acad1fdb456c2f87b51eb1670ae5c..74eb449060f82fe138e3594d9771494e32b17c55 100644 (file)
@@ -7,7 +7,7 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 241f68ee5730b0e1ea1ee49995e417a0dd510508..607827c1449220a50c1ed255e9a227312ff3d464 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate lwlocknames.h and lwlocknames.c from lwlocknames.txt
-# Copyright (c) 2000-2018, PostgreSQL Global Development Group
+# Copyright (c) 2000-2019, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 3f57507bce8ce1a6d3caa3f9d94424faa7e82930..e688ba811703c8b8a3811f1a61f99fa018b60501 100644 (file)
@@ -3,7 +3,7 @@
  * lmgr.c
  *       POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 10f6f60f1e26ece304625cb6790f182aa4712d16..3bb5ce350aa2f024e89d43a71293d2163ebba027 100644 (file)
@@ -3,7 +3,7 @@
  * lock.c
  *       POSTGRES primary lock mechanism
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a6fda81feb6c3db165e511746fad63b20d0e2295..81dac45ae57f1e76bf556c2e43af74fa3093dc27 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e8390311d03fdd7f4577311fe7f71163fa38bf43..a962034753b70f0c76b98096a4b3c91ecb25a6c1 100644 (file)
  *             - Protects both PredXact and SerializableXidHash.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 33387fb71bc3f1fcdc0c5273e34430cc8e131e90..89c80fb6874bbfb924c9aa69b21ebba24c1c385b 100644 (file)
@@ -3,7 +3,7 @@
  * proc.c
  *       routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7482b2d44beb6940692af4d5ae858dee13645d44..2e6c55b14bb96148c18aab834c7d7c29c29dd865 100644 (file)
@@ -36,7 +36,7 @@
  * the probability of unintended failure) than to fix the total time
  * spent.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6d59a7f15dd7922e8388bf99713f744dd8e2b3e0..d0c431b97d54916adcb25163fd1689a325ab229a 100644 (file)
@@ -11,7 +11,7 @@
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dfbda5458fdb253bcb08dbc42437d50b55bebc1e..517220bc334df4673a6c4474c0a36aa02ef2739d 100644 (file)
@@ -3,7 +3,7 @@
  * bufpage.c
  *       POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a28343b79e1f12a638acc1d23c3bca33fa2d0865..1eb7ef6ea5107c0d239f6a09b75672fbd516e4ff 100644 (file)
@@ -3,7 +3,7 @@
  * checksum.c
  *       Checksum implementation for data pages.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a899dac6453f17066ad5264f9ee1d61c381279fd..1a51080f3a7cf236731d001eb9667fe27a638108 100644 (file)
@@ -3,7 +3,7 @@
  * itemptr.c
  *       POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c6a50509f8fa7c11c1101449269746585522599..e4501ff9bc909712c7316c0937537991f3e5734a 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 189342ef86a8dc2c1db488bf2b15f9e759be0755..0c0bba4ab3347ccc59ca7ed495b036d0e20de26a 100644 (file)
@@ -6,7 +6,7 @@
  *       All file system operations in POSTGRES dispatch through these
  *       routines.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e819f2e514f55ba85f6d146db86a36835c877748..cf12094da4617396f6c974bbbbb5330a518f828a 100644 (file)
@@ -3,7 +3,7 @@
  * smgrtype.c
  *       storage manager type
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4091ca9e4b9be1b3df48101d6c00f400bdf00710..ee9e349a5ba1d56421d031371d6aaf0e1c3fe9ec 100644 (file)
@@ -4,7 +4,7 @@
  *       support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d16ba5ec927ee414baf2bdd32ade74336506587b..4a243b0777ad212cd9b56cabdbfe60ffdeb1384b 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.c
  *       routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5ab7d3cd8de782799787140e3d5ce536272e2079..0c0891b33e695d3738dbee9f3133f8d965f1ed81 100644 (file)
@@ -3,7 +3,7 @@
  * postgres.c
  *       POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 519c763f38ffb1932c166cb23e6c11e11ffb147e..7f15933de2c0ef88eb828a0ff91bee06b2761b07 100644 (file)
@@ -3,7 +3,7 @@
  * pquery.c
  *       POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 970c94ee805e0a4c64cdad247feb33afe0e20e9f..27ae6be751779e06960099de51d09f03c07eab1b 100644 (file)
@@ -5,7 +5,7 @@
  *       commands.  At one time acted as an interface between the Lisp and C
  *       systems.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 227468ae9edf6687b3495a6de9ecadafbd7107b9..62d8bb3254831690663ca200b76512e99c94aed3 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/tsearch
 #
-# Copyright (c) 2006-2018, PostgreSQL Global Development Group
+# Copyright (c) 2006-2019, PostgreSQL Global Development Group
 #
 # src/backend/tsearch/Makefile
 #
index c44849b7d337ec352fbf33f641795fee5b414b60..f12d336e4806e327331543d252a33b0ae4d73a52 100644 (file)
@@ -3,7 +3,7 @@
  * dict.c
  *             Standard interface to dictionary
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index edc654770078224e3ce808180e341c8608ab47b7..8b05a477f141458a513f95eb882cff5a0202c7fd 100644 (file)
@@ -3,7 +3,7 @@
  * dict_ispell.c
  *             Ispell dictionary interface
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ac6a24eba5b739004c1707a28d12af470568b1bc..2f62ef00c8f2faa3d0ec9c73f8a3ff92326d5e30 100644 (file)
@@ -3,7 +3,7 @@
  * dict_simple.c
  *             Simple dictionary: just lowercase and check for stopword
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c011886cb05dee0f169123dd825e5625c0140371..b6226df94013b2ce2497088e4892567b9660ffb9 100644 (file)
@@ -3,7 +3,7 @@
  * dict_synonym.c
  *             Synonym dictionary: replace word by its synonym
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 24364e646d3c272197735705cb9ebfd317d0fe8e..75f8deef6a7fd1936d299d35892c877d898b19fe 100644 (file)
@@ -3,7 +3,7 @@
  * dict_thesaurus.c
  *             Thesaurus dictionary: phrase to phrase substitution
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5f60a07ce2ae4b70bc72060e8ba2d29bf2686ce8..370c27acac380e890e258b2002c7b8505bc7117e 100644 (file)
@@ -8,4 +8,4 @@ ball/6
 klubber/1
 sky/7
 ex-/8
-machina/9
\ No newline at end of file
+machina/9
index cab5a4cbd2080096be8cc2ac5ccb31d81965255d..648c02fccfeb19f3d6673cedf6b32e901298cb47 100644 (file)
@@ -3,7 +3,7 @@
  * regis.c
  *             Fast regex subset
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 6f5b63541344cca0f38ee324b801ada442cb2d91..eb39466b228e4febf0d8314ca6cd7efd337f48e4 100644 (file)
@@ -3,7 +3,7 @@
  * spell.c
  *             Normalizing word with ISpell
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * Ispell dictionary
  * -----------------
index 4b44b8564245396da8b05aad41bfe24186611399..6baee8e1558881a083da0b86756cf3349092f940 100644 (file)
@@ -3,7 +3,7 @@
  * to_tsany.c
  *             to_ts* function definitions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 62deece7a93f01630ceb0b556660f402b084c902..309f7c0459a55ad1246221dccfb3620ae9c8bc1d 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.c
  *             locale compatibility layer for tsearch
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7b69ef56602ed3722c7f6a423158f41bf9e6f68c..171ade273bf960fac3f62f9c6e4b934bce6009ac 100644 (file)
@@ -3,7 +3,7 @@
  * ts_parse.c
  *             main parse functions for tsearch
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7ebc3d46419dab8c78ebc71905b0ae5830614f0d..154d7eb9a1b1c423dd651f9b6ecd18c417dd8ac3 100644 (file)
@@ -3,7 +3,7 @@
  * ts_selfuncs.c
  *       Selectivity estimation functions for text search operators.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bd34711f685e81092759a331da3d47441c318b93..28495a1e2d05fc55821f70ff53a8b2a920b36a1c 100644 (file)
@@ -3,7 +3,7 @@
  * ts_typanalyze.c
  *       functions for gathering statistics from tsvector columns
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f6e03aea4fe5e362dc59c1903dbf880b026dfb21..065471c2da2fb8eb978ec56c8d1fa393418e12b3 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.c
  *             various support functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e8b612d4310ba6cdab60126f5dd97aa1fc02ba00..a3372a8c84203519c93ddae2b411f1968ae5043a 100644 (file)
@@ -3,7 +3,7 @@
  * wparser.c
  *             Standard interface to word parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d7cd2e58398023a3d2bac574c2fb281e8fa598d7..f18e761af88abccb7448e3d5df6c6eeac05c3766 100644 (file)
@@ -3,7 +3,7 @@
  * wparser_def.c
  *             Default text search parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 91d79684e997ab98708bd92596bdf9748dd7449c..a662775cc12c8dd12e7029ec93b783e37c0ded01 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-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 2008-2019, PostgreSQL Global Development Group
 #
 #
 # IDENTIFICATION
index 023e2d325747b3ee0a0c258e3c830f3f00a05be6..fcc9f30aba4b601299c44b41e2de0ba1bb34699f 100644 (file)
@@ -1,7 +1,7 @@
 #-------------------------------------------------------------------------
 # sed script to create dummy probes.h file when dtrace is not available
 #
-# Copyright (c) 2008-2018, PostgreSQL Global Development Group
+# Copyright (c) 2008-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/Gen_dummy_probes.sed
 #-------------------------------------------------------------------------
index ed16737a6a1fb5001b548258297185b8dc5b73db..26b0b079730115396c37b1a36fc7c33fec818735 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-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
@@ -128,7 +128,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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -162,7 +162,7 @@ print $pfh <<PFH;
  * fmgrprotos.h
  *    Prototypes for built-in functions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -188,7 +188,7 @@ print $tfh <<TFH;
  * fmgrtab.c
  *    The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index e797539d09ce8f72127e721d82235a5aba234843..8f3e293b0d880b6e60f20842dc6ee3da78baff2e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/utils
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/utils/Makefile
index 30cf3d0b11fe40c781bd6f93c5918db2d37d97ca..967b033d209b46f03783097e85530df991a48e45 100644 (file)
@@ -3,7 +3,7 @@
  * acl.c
  *       Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dc04148b78d8d8482c9836d6c1b8f39c927a1312..060ffe501ec0aeeff9118eac4792b41a77bfcba0 100644 (file)
@@ -3,7 +3,7 @@
  * amutils.c
  *       SQL-level APIs related to index access methods.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 277aaf13688c032bed1d963d45798050b7cc50e2..5979f15b8d2c2c86f0fd32377a7b8c56da5a8d16 100644 (file)
@@ -3,7 +3,7 @@
  * array_expanded.c
  *       Basic functions for manipulating expanded arrays.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 00b69bd1e3f5396ef049adbe987a79972e37a587..ad1201a8d20ecdc78cdeca98244325b0233d95cf 100644 (file)
@@ -3,7 +3,7 @@
  * array_selfuncs.c
  *       Functions for selectivity estimation of array operators
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c4a1fef3a2f333d23df4975b360697d1797c0802..a03b7f7860b0e8d3ab4afd869f27eeee211581e7 100644 (file)
@@ -3,7 +3,7 @@
  * array_typanalyze.c
  *       Functions for gathering statistics from array columns
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cb7a6b6d01068f21554fae0919680ed653d30666..470a480fdd06339d11c81363641422b916e9f007 100644 (file)
@@ -3,7 +3,7 @@
  * array_userfuncs.c
  *       Misc user-visible array support functions
  *
- * Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/array_userfuncs.c
index ce1ded888f1a52342285a2bf70c86f059b9c1a73..e457d81f23c69e71bb7a9c12f42f94f109aac696 100644 (file)
@@ -3,7 +3,7 @@
  * arrayfuncs.c
  *       Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b98efe76bcd174c4f9f022cf61c4c224efd5cbc..6170e35ac255721fa394fbd8109f051ede7218d2 100644 (file)
@@ -3,7 +3,7 @@
  * arrayutils.c
  *       This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b26985369a72b33cbe3b4231b911771105024de4..7d78aac9f8993465699e8f39fe5c1c7b01e46f96 100644 (file)
@@ -2,7 +2,7 @@
  * ascii.c
  *      The PostgreSQL routine for string to ascii conversion.
  *
- *      Portions Copyright (c) 1999-2018, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/ascii.c
index 2af62e3f2ea922a703220eff16e2da25b80a1dae..35c181d2c00cc1c4f753df03c45eba5d39db456d 100644 (file)
@@ -3,7 +3,7 @@
  * bool.c
  *       Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d9fec3bb40340f1825175a3ebecf381364110186..64232610028a5c346f15ed615852f135b34c2bbd 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e1ff17590eaf1fc9a503a7ea43a55e015ff4e0b3..55fdea22a81be8a86f8ea279e114c71dd25e3f92 100644 (file)
@@ -3,7 +3,7 @@
  * cryptohashes.c
  *       Cryptographic hash functions
  *
- * Portions Copyright (c) 2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index cb6b5e55bfc58d83f057485bd6febedc86a5544c..3810e4a97851c39e1610099216648020f73f6152 100644 (file)
@@ -3,7 +3,7 @@
  * date.c
  *       implements DATE and TIME data types specified in SQL standard
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index cd5fd0a099fa60dcacc33e2cf36ec6f2cfc22740..61dbd057bec4ecb9a31c95093f0b6e00e71aa692 100644 (file)
@@ -3,7 +3,7 @@
  * datetime.c
  *       Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 495768275db57bc7bf13aed0b563d20c8f4e3324..af5944d3954da31b0698f28d74548f6f7c6e682b 100644 (file)
@@ -3,7 +3,7 @@
  * datum.c
  *       POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 07e5e78caa8fc935dd1839d1e182bedbffa962e7..0d89cbe18f6a475e550bd8bd952e8f2f60e3db55 100644 (file)
@@ -2,7 +2,7 @@
  * dbsize.c
  *             Database object size functions, and related inquiries
  *
- * Copyright (c) 2002-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/dbsize.c
index 1df554ec93a87191ea7569d8f2aa5961fb2efb13..6553a67ea1c26c623708549a824d39e29826f38b 100644 (file)
@@ -19,7 +19,7 @@
  *             to evaluate them in.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 56438382f67bd10510f94b7e6cc6672e7bfb0f60..7293d66de5b0b390ba464fdd6ef9c93539642e4d 100644 (file)
@@ -3,7 +3,7 @@
  * encode.c
  *       Various data encoding/decoding things.
  *
- * Copyright (c) 2001-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 99f0a90248fcf9a1eae6a95b62e08a46b7e01508..610685db4cf7a6cac3d798d95001a6bb5bb8fce1 100644 (file)
@@ -3,7 +3,7 @@
  * enum.c
  *       I/O functions, operators, aggregates etc for enum types
  *
- * Copyright (c) 2006-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 33fa4a062913e1652122185485c1344bc360f740..115c4dedf100b57739ac4df2d24d137e9184be95 100644 (file)
@@ -3,7 +3,7 @@
  * expandeddatum.c
  *       Support functions for "expanded" value representations.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5561b741e989e722dea41634b1175e4aa6e61096..9971abd71f6f6c3f2bd2152c990f24f359c45e68 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1407f9612ca38367e35a1d4e2fb932a45122eacb..117ded8d1debcca2bba7e6de9a4efc0dbe0fe1ec 100644 (file)
@@ -3,7 +3,7 @@
  * float.c
  *       Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f1f0ba3e0b3fa0720da05cb4b5f4e93fb4cd3a29..84a1b3c72b0840b836bccfc1b5d4d8ed52052a30 100644 (file)
@@ -4,7 +4,7 @@
  *       Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2923afe7b6256f78198d740e60119f92ab4aa762..096d862c1ded7af7df4d8f14a32934ceff780fb5 100644 (file)
@@ -4,7 +4,7 @@
  * src/backend/utils/adt/formatting.c
  *
  *
- *      Portions Copyright (c) 1999-2018, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2019, PostgreSQL Global Development Group
  *
  *
  *      TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
index 5081a974c2137eabf979cad52e1d9fb02a3756c2..d69766099684353ff048a91a4d727a77b03e41be 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for direct access to files
  *
  *
- * Copyright (c) 2004-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2019, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index ff0723a92d1887b1b8c701af891bd86ce3ac2ac0..28e85e397e5f95e15d1ae1289855a13b2bd05043 100644 (file)
@@ -13,7 +13,7 @@
  * - circle
  * - polygon
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 02a8853d755beef2cd61cc384153e7a1290cfcce..0d908660eb79f7f5b6a4b56d5057cf95d0e970d4 100644 (file)
@@ -4,7 +4,7 @@
  *       Selectivity routines registered in the operator catalog in the
  *       "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e52d80f5e13463cf876469d19b57e8583c6a12fa..8e29770422a400c93560876b8c015a8726f7dc71 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8149dc1369b918335dbd8dc85c31d83613e7228b..fd82a83c47c03b6db908686d6360d7de5002f87a 100644 (file)
@@ -3,7 +3,7 @@
  * int.c
  *       Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 437d41816a2b6e8b86c43a3f496d1f025567c404..d16cc9e574ba1f139a7c4d09770ec0455639caf3 100644 (file)
@@ -3,7 +3,7 @@
  * int8.c
  *       Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f47a498228ea51a679061f63d62422e75e72beec..de0d0723b7179ed8cf50da7091fb9e44d2b72a77 100644 (file)
@@ -3,7 +3,7 @@
  * json.c
  *             JSON data type support.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0ae9d7b9c54bbd5ffdc622d604832cd8c0632e50..c02c8569f2805fe66b589768ef5a5e1fd47de12f 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb.c
  *             I/O routines for jsonb type
  *
- * Copyright (c) 2014-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/jsonb.c
index c8a27451d2bbf387363c4f06a0fe95ba8ec3b300..a7f73b6960ef6292e8d2c118cd22e22f8081acec 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_gin.c
  *      GIN support functions for jsonb
  *
- * Copyright (c) 2014-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4e86dfde93c1e510eb994e926224e1804d23dd73..a64206eeb1a58385891e6e705bc34d63363e07f6 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_op.c
  *      Special operators for jsonb only, used by various index access methods
  *
- * Copyright (c) 2014-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 713631b04f055cded61518c4f4635464b8db3d1e..6695363a4b0325f6fc197171ed0590850d6f4254 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_util.c
  *       converting between Jsonb and JsonbValues, and iterating.
  *
- * Copyright (c) 2014-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index fc1581c92b0690e1d4651340b04dfd8d4a690a9f..dd88c09e6ddc400320151d77bc5a8dbec08b500a 100644 (file)
@@ -3,7 +3,7 @@
  * jsonfuncs.c
  *             Functions to process JSON data types.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dc4346a039127efdd3fa0cbe00fbb3b8aabafef2..d8db6abb431eb6f361680fddba51cc4bb7b088fe 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/utils/adt/levenshtein.c
index ff716c5f58d7bd7f67397732fa287138438dccda..46c4fc727cd90b30c045c846a2fd2a8cd2404854 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 18428569a86a5dc7dde8729b5d0861895e82874f..a0672d1b9bffda210ed081bc56f8435e77acb66f 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/utils/adt/like_match.c
index 525decb6f1b902de38681bcc24db302b1fd48424..ffd1970f589bc95bd432a2dff3a5680f63b1ba49 100644 (file)
@@ -3,7 +3,7 @@
  * lockfuncs.c
  *             Functions for SQL access to various lock-manager capabilities.
  *
- * Copyright (c) 2002-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/backend/utils/adt/lockfuncs.c
index 94703c8c1cbebb039959d75ca07655d4146e9f50..a65c1129ac6cbd000b51de4ef13a7f85b4131b56 100644 (file)
@@ -3,7 +3,7 @@
  * mac.c
  *       PostgreSQL type definitions for 6 byte, EUI-48, MAC addresses.
  *
- * Portions Copyright (c) 1998-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1998-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/backend/utils/adt/mac.c
index 6dd2febc2683286606122cf3efbe1b30abe3c64b..867e90ca4e38cf9f3484a4217cf132913db3c588 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1998-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/backend/utils/adt/mac8.c
index b8f86973dc775dca9729ef73134f868f55dd979c..7b69b824e1fa82e94747559d9a55180093bd0299 100644 (file)
@@ -3,7 +3,7 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eb35188e06fff74e2d948bb707bd7fb548d580a1..3a7887d4553b72436b7bc15c8b15e883aad92371 100644 (file)
@@ -9,7 +9,7 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba884a803bb8599b08e5a03a0c0f501a856602c0..1a8dfb177216c41d75b33bafddd2940cf313b040 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6c365b34b16e221aacee0547dfbb23f220298d9a..8268ab290055df5e45e84e94db34aad3d0cbe50e 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e5250fe13e56909d240eb36f99a70232fb938c6d..fe477441b6296a1c5e1077d71c1a1abd4da3b8a2 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 444e575e1d930eb9a0ffc45b28b621b81961cec5..45cd1a0664fe7cc7118f2be58c0e475ad84f2e08 100644 (file)
@@ -11,7 +11,7 @@
  * Transactions on Mathematical Software, Vol. 24, No. 4, December 1998,
  * pages 359-367.
  *
- * Copyright (c) 1998-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/numeric.c
index 0fa167d334def005184fd93f018565162902f4bd..c7df630c3c36ac1a3e15448c772f7a721657a1d7 100644 (file)
@@ -3,7 +3,7 @@
  * numutils.c
  *       utility functions for I/O of built-in numeric types.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b0670e0d9f7df8763646780dfb32d25f1184f155..eb21b078f40012208dfdf375ea47913869d8c227 100644 (file)
@@ -3,7 +3,7 @@
  * oid.c
  *       Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c827001ad31609a763e57566d5edcdb047024b65..9d01e0be9c5892704c6bcec7431aa03fa0821b8b 100644 (file)
@@ -2,7 +2,7 @@
  * oracle_compat.c
  *     Oracle compatible functions.
  *
- * Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *     Author: Edmund Mergl <E.Mergl@bawue.de>
  *     Multibyte enhancement: Tatsuo Ishii <ishii@postgresql.org>
index 1b21da8d096c9ec380d94d7aa2acc4a021d1227c..6075bc3db7e3955cecf428be8b9c233c85f54fb3 100644 (file)
@@ -3,7 +3,7 @@
  * orderedsetaggs.c
  *             Ordered-set aggregate functions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6fb4f6bc50f9cd40bdbafa23ef8154fef7c6e9db..5cdf4a4524ebf00662430fe312457cbb1664da26 100644 (file)
@@ -3,7 +3,7 @@
  * partitionfuncs.c
  *       Functions for accessing partition-related metadata
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3dc3be5a87f09b4f6739ba1f5f579ac70ea76f1..50b8b31645dc2c80baf36cad554bf2351d5233b7 100644 (file)
@@ -2,7 +2,7 @@
  *
  * PostgreSQL locale utilities
  *
- * Portions Copyright (c) 2002-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2019, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/pg_locale.c
  *
index f4eae9d83da288d0eb5279aea6c858349ec0f1e6..2880e33b6564d04633c23c5ae881dd121537b54b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_lsn.c
  *       Operations for the pg_lsn datatype.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b8b7777c31ba9f6c831b928270e3c9edcdba54d5..99db5ba3894e145b4e237e85deb077c325733abe 100644 (file)
@@ -5,7 +5,7 @@
  *     to control oid and relfilenode assignment, and do other special
  *     hacks needed for pg_upgrade.
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/backend/utils/adt/pg_upgrade_support.c
  */
 
index f955f1912a41a194798896f4e20de398a0fe828a..053bb73863de1e2e4a49d64e300a8c187defcfd4 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatfuncs.c
  *       Functions for accessing the statistics collector data
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dbe67cdb4cb81ccf82cd233e8a6d7fa4cce0128a..6194dcd2fea9d5eb141c2fb8e2649e94cf40c7db 100644 (file)
@@ -11,7 +11,7 @@
  * we do better?)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 699ca4a4196bd72fdc6658eac8e04884dd86b99c..5bfa327d50a693ba7cfcab0a8f4c2203e3bfdef4 100644 (file)
@@ -3,7 +3,7 @@
  * quote.c
  *       Functions for quoting identifiers and literals
  *
- * Portions Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5a5d0a0b8fc11c1396a450c2c861d1b7c1c0a0ae..c171c7db28a8d1069fda10d172424d848cf58dc3 100644 (file)
@@ -19,7 +19,7 @@
  * value; we must detoast it first.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 450479e31ce35a29be21b77667bfed944736bcc0..ea6c76d36472a8c71dd34197aec6bb2c8b93801c 100644 (file)
@@ -3,7 +3,7 @@
  * rangetypes_gist.c
  *       GiST support for range types.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 32c493309596a61064e6f77f9ec108db826d2499..0273f7900f61a20d554193dfd54985fc8863ca32 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a7898c43667bb148d246c0485f36f9866db0515c..f0ef39ea090fed4b6d3ce9650b36291089f2c247 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 98cf5f8964bde0dbc88cf67b4070c23d59283873..4d7474047ce4639ff9b05bc031f2d20e59a23266 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 171fcc8a448cc7b1e4f42b843821cef94dbfc5af..4ef8a9290ae5ea5ddcb92d15952f68271b2c3da3 100644 (file)
@@ -3,7 +3,7 @@
  * regexp.c
  *       Postgres' interface to the regular expression package.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a0079821fefc44433f980843191eea90127f4f2c..09cf0e1abc59d40c7eb6773c0b134a050d054172 100644 (file)
@@ -8,7 +8,7 @@
  * special I/O conversion routines.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cdda860e73a379d7563c8bb6d24cb2e3a95820a1..590df56a0a489c6b5cd5ecacee12a3187df8e69b 100644 (file)
@@ -13,7 +13,7 @@
  *     plan --- consider improving this someday.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/ri_triggers.c
  *
index 5f729342f8d028ae04b60c305fa1abd89002198d..0467f97dc3fa70aa93c82e78504abdaa07a4a3dc 100644 (file)
@@ -3,7 +3,7 @@
  * rowtypes.c
  *       I/O and comparison functions for generic composite types.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4857caecaadd8138837ae8c2b559d3a927bc443e..368eacf68e8a63cb571b09dd425537a5c978e134 100644 (file)
@@ -4,7 +4,7 @@
  *       Functions to convert stored expressions/querytrees back to
  *       source text
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7155dc908754a3bfb9f51f02f55d854b73091a48..e8f51d2d0d4182e5d1f9df48087a054349b6ba8f 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7b25947682e80341e52dd6aec126de5340967fc0..b016ab3c6c918041b68397a75664d885b78b78be 100644 (file)
@@ -3,7 +3,7 @@
  * tid.c
  *       Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b377c38c8af0945dfecbb755df2676dde5214542..7befb6a7e28df8d89afbadf3a2c3400fac30efaa 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.c
  *       Functions for the built-in SQL types "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 93ac936420d4c1906ccc41288445d8267414ac56..9a5586aff771317041b8fd3f1efcacce606358d2 100644 (file)
@@ -4,7 +4,7 @@
  *       Builtin functions for useful trigger support.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/trigfuncs.c
index 00e32b2570e027655e21ea694cb251273cc12d39..6ac47571c665bfe271cae0ce77fa3c202e82d70e 100644 (file)
@@ -3,7 +3,7 @@
  * tsginidx.c
  *      GIN support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 2d9ecc4bfdc4d24bb3de6c2eb93e531d256bc1ff..a19879364674d67ddf48822c9b30b1a9e72a42d3 100644 (file)
@@ -3,7 +3,7 @@
  * tsgistidx.c
  *       GiST support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7b9dbfef0cc27359046046858321bf7c3aedb5d3..ab2b49fdc46939a5941480d9b4d3a266120c445f 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery.c
  *       I/O functions for tsquery
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c146376e66312fd3bd07fb39340a255fcd182701..af075637e1d685699953c8fabdec0582e9b52f0b 100644 (file)
@@ -4,7 +4,7 @@
  *      Cleanup query from NOT values and/or stopword
  *      Utility functions to correct work.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bf8109b32fb48c737531578db482cc7c1183da3a..91200eecf6efe13c05d9052b7ffbedac19976dd3 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_gist.c
  *       GiST index support for tsquery
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 07bc609972d266c88c4ca2e4067d1c4bed5b4e3f..94d4da02ff272039aaff0457d01692ab8eae0763 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_op.c
  *       Various operations with tsquery
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e3420e8d270b772edba4b0cafc87c15659ffad80..52be30548c10b40bd2e3bf5db86de932690d1f74 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_rewrite.c
  *       Utilities for reconstructing tsquery
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index cd310b87d59cb762e629f635ad4909f004b53d5b..de46a00ba83e4ec69c71b425b7d29e988515ec22 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_util.c
  *       Utilities for tsquery datatype
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a0011a5f5691da17546dae8eacc941f2b4fba9a7..55a96498798adfab2b606a8b7da43254b6dfd54d 100644 (file)
@@ -3,7 +3,7 @@
  * tsrank.c
  *             rank tsvector by tsquery
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7a27bd12a31676c29f63153a8df537e07974d760..ccfc4147fab9033446508e8b561135c4ad4b5876 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector.c
  *       I/O functions for tsvector
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 3c55166a14e60472ac7509271ad1401253baa31b..41a11aa4e2790df2421be3175e1b7cc57188c969 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_op.c
  *       operations over tsvector
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index fed411a842e75fa7c0c065db5866b4b13c7154f2..af041b81799b9d845774facf9057ff3604cdfb95 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_parser.c
  *       Parser for tsvector
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7974c0bd3d8614e4bc5611342f0fec239d9dd22f..791bbf84024c24a1180c4ec815d790f332e06ad0 100644 (file)
@@ -10,7 +10,7 @@
  * via functions such as SubTransGetTopmostTransaction().
  *
  *
- *     Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *     Author: Jan Wieck, Afilias USA INC.
  *     64-bit txids: Marko Kreen, Skype Technologies
  *
index 43674dbfab2bd4d589157c90e547bf44af683cf6..ca98429d796fec74ae5c9854370944f539ef34cc 100644 (file)
@@ -3,7 +3,7 @@
  * uuid.c
  *       Functions for the built-in type "uuid".
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/uuid.c
index d8a58160f4151c19ff69e438f6319cbb3c14f24b..1585da0d0e123ba1952e43d075a317bfe1e6a200 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d5a5800cb2f0210073956b996ce6f0629e7a4142..5cf927e27f264880b755aac94fc88b4fdd28a9cc 100644 (file)
@@ -3,7 +3,7 @@
  * varchar.c
  *       Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 50a157df9fbcffb7c7b935c13df0f2a6a8a2d28f..721d0d0d7c38c435954849a0e6800560ac61e960 100644 (file)
@@ -3,7 +3,7 @@
  * varlena.c
  *       Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d57fd98ee061a3c9d4a7f9f5cbf1a4c627a2bcec..2b484159a288b0fc6aa99dbfcb8c51075bb7c05d 100644 (file)
@@ -3,7 +3,7 @@
  * version.c
  *      Returns the PostgreSQL version string
  *
- * Copyright (c) 1998-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *
index 40ba783572a55a89c16739ef62e6bbffe7a35490..650e140723a2e7b97b18a4aea6e28cb501632f1d 100644 (file)
@@ -3,7 +3,7 @@
  * windowfuncs.c
  *       Standard window functions defined in SQL spec.
  *
- * Portions Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1e811faa9c9106a88014179b085e401c11c63fba..7853e418654f43bf2bb5edb332118b1e7d3ecde9 100644 (file)
@@ -3,7 +3,7 @@
  * xid.c
  *       POSTGRES transaction identifier and command identifier datatypes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 37d85f71f3b5b1ea5fb75ea0ff47cfe2b5562237..1cec168b2a194c8ceafb92a9b86eb14e9fac9ac4 100644 (file)
@@ -4,7 +4,7 @@
  *       XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/xml.c
index f5c02affcd42a30d1f9ca907de75db8972f4c544..aac5a2471ddbc832270a6d41c03b8291dc14e5bc 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4176ced923774b76c402e3ff4dd8dd9a83d68fa8..8152f7e21e2dd9b31b9e95027041d276bc13cc27 100644 (file)
@@ -3,7 +3,7 @@
  * catcache.c
  *       System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7c014d6092c3d37a8e7a226e82e3d4e6da0fd6ea..37e2ebc9f58524dcd66bb3c8f40e891c264a0e52 100644 (file)
@@ -3,7 +3,7 @@
  * evtcache.c
  *       Special-purpose cache for event trigger data.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 51574937959c791eb792bf4870f5823d405d0847..80d7a76e24cee165d6cbac02392a0a51da0205a8 100644 (file)
@@ -85,7 +85,7 @@
  *     problems can be overcome cheaply.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 33b5b1649c271c6f7ab57fc8dbc34a396d639bfd..fba0ee8b847b7ae1d7ec527f1dd6e46e004bbab6 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.c
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6db2c6f7831268d8d6b2c238357642d41eb8f074..2004f2d4676b9c300647a820ad9923fa84a9de0d 100644 (file)
@@ -4,7 +4,7 @@
  *             Support routines for manipulating partition information cached in
  *             relcache
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2201752ffeec00df67823a53d899e940098a1738..3f46b5dfb23a84ed6907599fdbead30b3ba5c6be 100644 (file)
@@ -44,7 +44,7 @@
  * if the old one gets invalidated.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c88871fd3ce755de0fd3ff3ff7673a3e93b9268c..b5f5a224171bc2abe7331f8913d932796e3aa9c1 100644 (file)
@@ -3,7 +3,7 @@
  * relcache.c
  *       POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 74c4636895f23a73b45f75ff1f674bc9620a6bd5..29ee86acd6d1a5e707a58068f47b51c4714a9d88 100644 (file)
@@ -3,7 +3,7 @@
  * relfilenodemap.c
  *       relfilenode to oid mapping cache.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 328d4aae7b75faf8901119951091765fc33b56c1..5e61d908fdbb34d9f6163cdb78837999080b372d 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3be8657639778c4a57e575f676ff213e966631c7..1d0c16bf481920ab4543a5f7e5ca6aee357679e8 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c26808a8334aa7661fec3888df1d8dff25ce6e6e..ac98c19155f557113b85aa6cdffd1e3245833510 100644 (file)
@@ -3,7 +3,7 @@
  * syscache.c
  *       System cache management routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f11cba4ccedbe8db1e234fc4a067225137461aa3..f7fc6c15581903be68b7d9cc9ee1e23d25971300 100644 (file)
@@ -17,7 +17,7 @@
  * any database access.
  *
  *
- * Copyright (c) 2006-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/cache/ts_cache.c
index c540a39c15dd8b23f539dff78f28d989c8c8afd6..0fdd1ebef1feeb08dc24a588130faa41aacc222b 100644 (file)
@@ -30,7 +30,7 @@
  * Domain constraint changes are also tracked properly.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 788f88129bd27ba53e1143cd48ec1e497a08e048..4f7b9b6e5c9b960776d0b6498045fe9e46ddaddc 100644 (file)
@@ -2,7 +2,7 @@
 # errcodes.txt
 #      PostgreSQL error codes
 #
-# Copyright (c) 2003-2018, PostgreSQL Global Development Group
+# Copyright (c) 2003-2019, 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 115dbf692cc923909ea2d6b76dad2734340a4697..2050b4355d108d4b5ae050850d7d47e91c6db064 100644 (file)
@@ -3,7 +3,7 @@
  * assert.c
  *       Assert code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ca02aac4ebddc9876bfa9c24483ca3b24fe21aa3..8b4720ef3abe9d852341f59f298ed34dddb54313 100644 (file)
@@ -43,7 +43,7 @@
  * overflow.)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 04c8aa8eef0216c70f93c0297fcdf791bd680fa4..456297a5313b2148551bb09b4f99812b18078486 100644 (file)
@@ -3,7 +3,7 @@
  * dfmgr.c
  *       Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 231bf88598973c57a93e1f6cdaf48b07031a63e4..b41649fb0f02ac224bdf0c47a5f648f1984d783b 100644 (file)
@@ -3,7 +3,7 @@
  * fmgr.c
  *       The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c4df255f101ada6982314dce30dc8a0c1f8ab7ca..7199c2119a511ff35874c7dc800c89821571c44e 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/fmgr/funcapi.c
index e9f1715a0d749a17a08a956fd7193cce9a72a6d7..e9120af85fc66af1f090d913fcc7bb031990caf9 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes.h header from errcodes.txt
-# Copyright (c) 2000-2018, PostgreSQL Global Development Group
+# Copyright (c) 2000-2019, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 785e0faffb52fb50fc594738fc25e1cc36dfdb26..9dc2a551c0f0d7d831105a1957d3ad79ad356bf2 100644 (file)
@@ -41,7 +41,7 @@
  * function must be supplied; comparison defaults to memcmp() and key copying
  * to memcpy() when a user-defined hashing function is selected.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9b7ddbad0b4d5405c6044e5d619e1802098febc1..de754146e527a75025dc93274c203321ec8c1fee 100644 (file)
@@ -4,7 +4,7 @@
  *             Hash functions for use in dynahash.c hashtables
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 688ea0265f3a2537fc9920947b0ee6ece5f86b1c..65bf8ff931e96db05050a9d29aef173d47c4a724 100644 (file)
@@ -7,7 +7,7 @@
  * A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from
  * http://www.ross.net/crc/download/crc_v3.txt or several other net sites.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c6939779b98efb1e82c69e7358cbaf88a6f8584d..fd51934aaf133fd40aad29c35131f2880575d8c3 100644 (file)
@@ -3,7 +3,7 @@
  * globals.c
  *       global variable declarations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3d10aa5707962ca130b85a65044dc7b162ce2980..bd2e4e89d86d5f25e785a0a8aecb56ed5ebb59e3 100644 (file)
@@ -3,7 +3,7 @@
  * miscinit.c
  *       miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b636b1e262a40d02e76f69c564f544f14303ba9b..c3373dfaf3d078fa9db5a533955d4e1a0d9767a7 100644 (file)
@@ -3,7 +3,7 @@
  * postinit.c
  *       postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 00a6256b66f6e80d53c6b378ca9317c5a24f0eff..a97e1c6cd72547ec7179427efacb1cdfbf0f8b06 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/backend/utils/mb/Unicode
 #
-# Copyright (c) 2001-2018, PostgreSQL Global Development Group
+# Copyright (c) 2001-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/Makefile
 #
index 672d890ff6af5317d90e47424672e5710848dacc..bcdd29b686fe4b2beda35d3c1a8bb516788eefcb 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2018, PostgreSQL Global Development Group
+# Copyright (c) 2001-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
 #
index 00c1f3336abaddfc1c317157a5fc150c71eb00ac..5b9fbd9b6172bfb3504893289bce2dbbdd52db78 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2018, PostgreSQL Global Development Group
+# Copyright (c) 2007-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index 9ad7dd0b6fcc9f64dc4cbcbbbb8e135d49ec6b24..1bbe7a7dd60c2eac479777c5fca51c0466e7d604 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2018, PostgreSQL Global Development Group
+# Copyright (c) 2007-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
 #
index 784e9e44d92032b5b5ef9fa7f3e47186c5aea849..0d6e319aae1556ea7faf68d15b7eee9da757d1c6 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2018, PostgreSQL Global Development Group
+# Copyright (c) 2001-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
 #
index 4e4e3fddfe2e2abc11943e57949bee7bb05c90a3..c6894d3a551d05bb6d54cb768978ed9db715feef 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2018, PostgreSQL Global Development Group
+# Copyright (c) 2001-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
 #
index 98d4156dc2f563e802639a56bc3a1912641a15e8..30bb03e6630536921126cc1c23d55a26f7c7cdaf 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2018, PostgreSQL Global Development Group
+# Copyright (c) 2001-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
 #
index 65ffee3908b91d8dc17f2cc93f3dbdd49061438b..77b2c5b0e21ef8d2e1e7fdd3054d16e28741d700 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2018, PostgreSQL Global Development Group
+# Copyright (c) 2007-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index 79901dcf37189bec79bb26adedabf628a98163b6..222093dff220bd7fc09e09d4cea97a023a323f5c 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2018, PostgreSQL Global Development Group
+# Copyright (c) 2001-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
 #
index bb84458a4974477f0d617d7d374cbcd422ed2401..a1e03023714a97bdfc0d45370cd0cd6284b2ff60 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2018, PostgreSQL Global Development Group
+# Copyright (c) 2007-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
 #
index 738c19547fd01c5069c43086c6ac473c436eefb6..e6c67597797308547acbb395aa093cd347021867 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2018, PostgreSQL Global Development Group
+# Copyright (c) 2001-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
 #
index 4231aafde3086ad22ac4d2e679e2ff8d8e96c12a..da2bdbad1750e0d15fb87572f8e9ef3c106a2a9f 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2018, PostgreSQL Global Development Group
+# Copyright (c) 2007-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index 445344932a3add2a490595520d521d90cf4f338e..647417b4bf8901e13ed94a05dfdd92f14e325d7e 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2018, PostgreSQL Global Development Group
+# Copyright (c) 2001-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_most.pl
 #
index b3e2dd02319838b604a25e5279d5c335e17f0779..a92ca5cd68a3e6e9dac185f4e84398de1fe05f0b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2001-2018, PostgreSQL Global Development Group
+# Copyright (c) 2001-2019, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/convutils.pm
 
index fb7c9253972457448b1a81045bfc5f3cd848c74d..f2b51acffe2bb458c89f4d82a6f82d9beaf8e77e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       Utility functions for conversion procs.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9f44d7e853a53e0e4e81b9db29a1e4d60484e4fb..95ecc94f07f0fed4a94a76a9a2abbcb5264d93d5 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ASCII and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a37156a071e38f775c026db421c147a66eae1096..d5e8cadd75efd860790d25413caf6113b9d2ac72 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       Cyrillic and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e8df57f35c9a3b8b10530cf6c4a43945c16e0f2c..f870abc989712c97c1de33da0e28f9db465047c2 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JIS_2004, SHIFT_JIS_2004
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c
index ad3f12870baab268e60006dddac2bb597ed7380e..52a5fcdb9f9fd4c1fbdf254ac76dd594f814217b 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_CN and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5564b02986ef122eb1dd48359999f4ceac4f1fba..7ec682dd6c68c46af8bf341bf5e2502f5445adc9 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JP, SJIS and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c48704f9b27b7eea9be9a9b581fec675ca771eee..e23d3d9bfa19d940f8ecf65d708ca1aa20b7ed4d 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_KR and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9b5a40853305c16182e1b69507a5a6d81ea97d7b..481efdffc0fb5a0043d55998712572643f5e1466 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_TW, BIG5 and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 648aab4f9560cad95707c5f7a0e6fc66f546adf9..f8278e582e1ac7ed967d79f6e2c85c01a2669560 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       LATIN2 and WIN1250
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 29c01cf771f2a800213730af1cf4f7ba58510bf1..1c745f483d68cf30930fb2d6d5cbb399f95f7277 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       LATINn and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e1a5a970aeade1adb1f9398bc60175e5f3427fe2..37db19345ed0661a03b690c113ea4b7f20011a75 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ASCII <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5562dff3d79173a33de5ca6780475de651a28b8b..33cd1e8f2e96c6a5ee6fc8c925171089a386a76f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       BIG5 <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 41fe6c5c28b2d294197b67bfb45ce4ad96a0728d..10222d52258252ab3c7006396de3da9cf6f77fef 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       UTF8 and Cyrillic
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cc12708d652b8a244f1cc35633532c567bf8050f..eae710d1403f1ebd096f967360c3acb0e1de50a7 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e3f37a7b51abb2a4e68618fc2c2dcf8aa5416e2c..dd98238f5d22eb059efe0c549c3a12da1878722e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_CN <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2f0f11179703b91bfe8c364833a9725fee0e5cc0..cfb5ff85f518b7ab4866425b90890042d9a5f3cb 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JP <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a7f4d20f590784f7fe6a9f70de161a007a166071..3a6b255dafe2b509c934f97acc488ce821958000 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_KR <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b2dfd550255c836bb65ca8b1138a03546e4cfe60..c969efbb752658312c5cf8139eab0d5200e456c6 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_TW <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6b8a2cac554dcf6bdfc59a4b8d7a84bfddb09fa5..307d42f4fb5f6467a6901daa7fbdc56b34edd008 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       GB18030 <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c0fd57aff57bf120f21e8e7ebb94662b3173b7f4..ed5915090f21069cd7919ce3356c41bd28230696 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       GBK <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d01b59467fdb0ac28da3f5d38f68f09f1857a992..e33ca424ef1e9db44aa61a5c84f48edab06266f8 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ISO 8859 2-16 <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f72329e33bc3814e6848eddcc1fd757ea50ed300..a0726682ac6b13f93e78baf0726488a185ff1adf 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ISO8859_1 <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1bc12145f6230a6047e88ee254779fece929144c..2e0e7e5c6afff1d1b8c24e2d483596a157ada6e7 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       JOHAB <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 561730a420703eaad329fa532fc448f696339d06..318a304f846b7fa15426b66f0042ecbdba384e80 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       SJIS <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0dea5a2805ec587b46bff125158b6a032fb96285..4b2421c98e5a63e86bdc2e99032645c4d155c5df 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       SHIFT_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 738fd1191f6a0616abceebd4ddb2aade52b7154c..415caf1c3f9b9274336ad3027e34fc6fc616ac1e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       UHC <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ec8221e89d363d7c6157f3a44db77317b98891cc..ca6d9e830ab2fb9ae0f67c64cd7b96607ea9b405 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       WIN <--> UTF8
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8d80ffe78ba7edfc3cc7801287be1b135bfd9d12..c8e5571d9757224f32bac179b264f9ae2832b6e9 100644 (file)
@@ -23,7 +23,7 @@
  * the result is validly encoded according to the destination encoding.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index afe4fe6d7757f09f17f8de806629f3f4c5e3758d..1c8b5f7d8449607df26a72efbc18c231ad010c89 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Scanner for the configuration file
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/backend/utils/misc/guc-file.l
  */
index 6fe1939881296e6d8456e92eab0d596ae3c7cda3..f81e0424e7242c663cc6c5846784086f5e8379a0 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/utils/misc/README for more information.
  *
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * IDENTIFICATION
index 871c535756867998eca66da13a3c8bc81b9d5394..29229ef29120e89399ec29977ce69b67ec5a22c4 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/misc/help_config.c
index aa434bc3abbf82cb3bc892d46cd602a928c07bc7..2d178391ab548496becf5198c52f9f53577905c6 100644 (file)
@@ -3,7 +3,7 @@
  * pg_config.c
  *             Expose same output as pg_config except as an SRF
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a37687526986aeebbe697bd092c1c9d586d9e7ac..e6742dc24b898217a57b4ed65f0494f078cfab7c 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f135f1b134ce3344be44cc2429c17eb4b186fdb0..fc4ef1aeda24bd6c8de3dc1ef22f1551ff288ce6 100644 (file)
@@ -4,7 +4,7 @@
  *       Resource usage measurement support routines.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 55521c19afdc3cc3086e4b41ea64a0ec770810b1..67ba95c5f7dbdcae043784abbcfe08ca604c5331 100644 (file)
@@ -7,7 +7,7 @@
  *
  * src/backend/utils/misc/ps_status.c
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  * various details abducted from various places
  *--------------------------------------------------------------------
  */
index 8547c14cc7971da124909bfe71d93d48df240ec4..29d45cc368bbe60b2ac75d47cc294788c9c48576 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 94449c7e8a388decd537cd84bfc97b3f7faa6acb..4f359117a0697b98b3c846c006d46e7e40643e00 100644 (file)
@@ -3,7 +3,7 @@
  * rls.c
  *               RLS-related utility functions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e9e230df01d9259e48a5eab2cdc9cde2be694c82..d2a1537979c9227ec3968d697d9d1dc338445bd5 100644 (file)
@@ -3,7 +3,7 @@
  * sampling.c
  *       Relation block sampling routines.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fbe83c9b3cc35d1adfbacbf7c494058ff3a97ad6..56360817d9ee69157b3dce6596e5030b25960d88 100644 (file)
@@ -9,7 +9,7 @@
  * the single-user case works.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f99a63bd5b188d704f1c2389b7cd8787046c7171..b56259c69207a7772a32597530a4168cffd6d65a 100644 (file)
@@ -3,7 +3,7 @@
  * timeout.c
  *       Routines to multiplex SIGALRM interrupts for multiple timeout reasons.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3d07eb7265dc3d04097cc687b05e258d410345b4..906bd87055d60c34db20c0f34f26ee421eaf19db 100644 (file)
@@ -11,7 +11,7 @@
  * PG_TRY if necessary.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 44cc56c762d7f61633d9257b635b34f3a2770e28..08aff333a412be96c7cd2e34d044682714678224 100644 (file)
@@ -7,7 +7,7 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9ed9fa3a6619a25cbb4a7bf3600c053156ef3096..cb868cfea250c6db3bcb56f6d572e2e48bac1364 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5bddfefed45cbbc4b9b9882f6cdab59f58496d52..d110030b6352bcc1df04ce8999521b22c7a5ba76 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7ee3c481b346e1d1739b09145c33b2c09dbf2e1f..02a23694cb1f1d97d793a3f80cefbc75b05193e7 100644 (file)
@@ -6,7 +6,7 @@
  * Generation is a custom MemoryContext implementation designed for cases of
  * chunks with similar lifespan.
  *
- * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/mmgr/generation.c
index 22da98c19d93297d723fa05d25ccf468f9e978b0..43c58c351b8797f413b69db2bb261d84ef80d55d 100644 (file)
@@ -9,7 +9,7 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b937b1541b259b415e1aacc6831fb4d75f80eeca..8f8d72a11c3b3fd21bdbb4dd17f2e488564ca251 100644 (file)
@@ -5,7 +5,7 @@
  *       public API of the memory management subsystem.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/mmgr/memdebug.c
index 2b014c86bd1d95045395c13c4bd39e5d46dfa473..a92b4541bd0b90788b6389e365be3068cfa50f78 100644 (file)
@@ -8,7 +8,7 @@
  * doesn't actually run the executor for them.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 26b0a156b6b2f22eee8feb14c72b2a366729be0b..33d69239d9a99f214b7374458d51c21b20aaf76e 100644 (file)
@@ -7,7 +7,7 @@
  * numbers of equally-sized objects are allocated (and freed).
  *
  *
- * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/mmgr/slab.c
index ad06e8e2ea59b8efa42a962515f61d85f0847a9f..33ac627799c3dcbb6cf002f5a3c26fb8eba0ef19 100644 (file)
@@ -1,7 +1,7 @@
 /* ----------
  *     DTrace probes for PostgreSQL backend
  *
- *     Copyright (c) 2006-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2019, PostgreSQL Global Development Group
  *
  *     src/backend/utils/probes.d
  * ----------
index 211833da02c80b7b06fe943cd303fd88e10e24df..84ddb44a410d6d4c1e071d2949f96d58b56282ef 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2358c6fe523f62a139df0754f9987ace48137103..f21934dbbc236ce97e6a7aa1cfcbe4fb176e9651 100644 (file)
@@ -71,7 +71,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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0c4ca9ef3fa6bf80fce063bd853470ef42dded73..08106aec567d10df47e758bc020869ad45e1cd79 100644 (file)
@@ -10,7 +10,7 @@
  * scan where each backend reads an arbitrary subset of the tuples that were
  * written.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8c09fe4a430364559c973ff2511eddbb118260a5..e2100da266aa2d63e1652814c9b263efc65160a5 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for accelerated sorting.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ee7fd83c02c9ff05512bdc19cadcc2dccb679a06..7b10fd2974c560644d34911ee97c0f8b30297fa4 100644 (file)
@@ -83,7 +83,7 @@
  * produce exactly one output run from their partial input.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5560a3e1f6c3f9545652a23602212a91f3620ca2..0f38e7c7084403a5904c2c2bc31d7f21752e08f5 100644 (file)
@@ -43,7 +43,7 @@
  * before switching to the other state or activating a different read pointer.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d789f02bfa7e119e28b57e9dcb766b67d43c0f9b..deb9af5ee7a98727b11969cfa3b4510bb3549fa5 100644 (file)
@@ -30,7 +30,7 @@
  * destroyed at the end of each transaction.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index edf59efc29d8f867e3a15ef9bd8f3ab5b7783d5a..f93b37b9c9363782e4d784b9b1f3b4ddfc924e70 100644 (file)
@@ -35,7 +35,7 @@
  * stack is empty.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f7c4c9188ce2dd66a67d62cc91c1c18e4fd7518e..edd4f7e36c673ec69960f5d6cc077af1144b2932 100644 (file)
@@ -52,7 +52,7 @@
  *      HeapTupleSatisfiesAny()
  *               all tuples are visible
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8c11060a2f5c99e1997d37addc0d2a75d8764250..c66bfa887ee3c6d879e86b3d3e79be2251798ab2 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin (client programs)
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/Makefile
index 8c23941930049db4524cc71bebf8097529461ad6..7c404430a94bf08ea2e5001ee0757e44dbf8c825 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/initdb
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/initdb/Makefile
index 6901188ebffaf8025b74f3f15c4076cce5a85700..53b3b1b198a9c7e154fdc0ed0fbf5535e374a042 100644 (file)
@@ -3,7 +3,7 @@
  * findtimezone.c
  *       Functions for determining the default timezone to use.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/initdb/findtimezone.c
index 017c11bc948aeb119725738259c031205817c1f8..37a7705b9f4ec55859fc31378d025d65ff74fab5 100644 (file)
@@ -38,7 +38,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/initdb/initdb.c
index 74dfb7ab33f46fadbda6f6edea0b32a4f3a88e41..d7a081b9bb685ea62462614dc928db075e424d89 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_basebackup
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_basebackup/Makefile
index e4304c4a90a1c1386e86376f2c793ef576bc57cf..88421c7893a0131f9f7bf763bb7a020947f51304 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/pg_basebackup.c
index 912aed8d7cf8db882e24ce6a2e144dd28e7091e3..52b258b61f2a7e9a574e8077c678dcc91344c108 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/pg_receivewal.c
index a242e0be88b1b727129b9d4d5de5a41940ddb226..471b6b11be5aaddcab7f23ea6c11627bf1c8c7c7 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/pg_recvlogical.c
index 107687863011ebf3490495f7f3a76a6f7af191b4..692d13716e4c0c4897ba33d0519ae34a4cb906ad 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/receivelog.c
index a636cf3fa01f583e79e5948fbdd90cf3e214cf29..9f82c16e68dea0c53458d16c83fcd654fd9bcc9b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * receivelog.h
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/receivelog.h
index 52f1e559b7464f62228d65b213eb6a78aaff9ae7..7e86830ad8857c655b3ccba2be8eddf3089465c1 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/streamutil.c
index 6854bbc31d9d3455f3a4016a2d65202a0c9dbfba..2fa74e71bd091cea1026d6b5e28aef12cc118650 100644 (file)
@@ -2,7 +2,7 @@
  *
  * streamutil.h
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/streamutil.h
index 68ef7fa6d770c1d596709f8df17cc6845f403d64..7410af3e637510213353e2671d770f939f758649 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/walmethods.c
index 2d1a10fc6311332b8d6bae2d42741c22d3a09dfb..247692e4b43667b54697f224fe94994bd1dd36f2 100644 (file)
@@ -2,7 +2,7 @@
  *
  * walmethods.h
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/walmethods.h
index 02e6f9da0e075888659aa69b58a2d458a1c97e47..b915c2388a838112ce9c46ad59e32c1581253272 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_config
 #
-# Copyright (c) 1998-2018, PostgreSQL Global Development Group
+# Copyright (c) 1998-2019, PostgreSQL Global Development Group
 #
 # src/bin/pg_config/Makefile
 #
index a341b756de358da56b5bdb24d8c968657b4cd738..6b119be9d74f7bb48986e56c63b1e621b630234f 100644 (file)
@@ -15,7 +15,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/bin/pg_config/pg_config.c
  *
index 28d6d666fea48c920c2cab1d2762d1c20e189b46..2d5c56213182b323066b3add0036b5ced78ac078 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_controldata
 #
-# Copyright (c) 1998-2018, PostgreSQL Global Development Group
+# Copyright (c) 1998-2019, PostgreSQL Global Development Group
 #
 # src/bin/pg_controldata/Makefile
 #
index 02028538715502cd4d76ad0b0194478f92041b82..83cbf97ed8815450ee971d8726eaaa73e4cdcc58 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_ctl
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_ctl/Makefile
index 1d0b056dde0c92fdab21fa624aabb96e7f4cc06b..aadc70113de14ae020349b75fa0e149f3415cc60 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_ctl --- start/stops/restarts the PostgreSQL server
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/bin/pg_ctl/pg_ctl.c
  *
index c46804ab8b9cf76dfa87ca5fcd7edf83e390c297..d3c1dce178e8810499e329bce158f862b2abd0ea 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_dump
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_dump/Makefile
index 9b5869add8b3987af12ac1a5e53381033a757f65..249706fe57c0827434ceb6c5515d7a19c523bc13 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a96da15dc11d78eac5881ae5ed91704fab70aafa..e34e6c5618fe8622575d530c278711f7cd9751f7 100644 (file)
@@ -4,7 +4,7 @@
  *      Routines for archivers to write an uncompressed or compressed data
  *      stream.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, 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 10fde8bdef57b926c382279b249f050a73a97184..b6cd4b551d2325112fbef9a750292a52851ea841 100644 (file)
@@ -3,7 +3,7 @@
  * compress_io.h
  *      Interface to compress_io.c routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 475d6dbd737cc519c152352c756a57c0a41c335b..65e221157b3a697ff0c7d210220122146a2c70d9 100644 (file)
@@ -5,7 +5,7 @@
  * Basically this is stuff that is useful in both pg_dump and pg_dumpall.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.c
index 00431246773bbbd78f87b31a07b191d7d098668f..8194272bd721a5ef96def15c4e3abb59ae0ebf0d 100644 (file)
@@ -5,7 +5,7 @@
  * Basically this is stuff that is useful in both pg_dump and pg_dumpall.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.h
index 37f0d0d39a7b2050bd80a825d0caf297d8458783..96b2c0be50625bd9debf2ae65d3deadd18cbcdbc 100644 (file)
@@ -4,7 +4,7 @@
  *
  *     Parallel support for pg_dump and pg_restore
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1577400622aaf7c6b8d79582369c5f38a4ea589c..a4e355c0363a0fb117385c88ebf2ff683274427f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *     Parallel support for pg_dump and pg_restore
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cda90b9a2ad7c3bae52f22c3190d3185bda03d95..e6261252c7fa301b05c8ab459cdea7a7d151af57 100644 (file)
@@ -17,7 +17,7 @@
  *     sync.
  *
  *
- *     Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *     Portions Copyright (c) 2000, Philip Warner
  *
index df5fe708ba4e73fc36ed3ed143c4dc0be3b1da47..1bdce68ff9b96bdb6b2c1df96d0585599145d33f 100644 (file)
@@ -4,7 +4,7 @@
  *     Utility routines shared by pg_dump and pg_restore
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_backup_utils.c
index 6eaf302fc76735cb7eb437d8d7f2a475d76337a7..7dbf3c9febd9a278d81df966e06170ce633a8e0f 100644 (file)
@@ -4,7 +4,7 @@
  *     Utility routines shared by pg_dump and pg_restore.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_backup_utils.h
index 341b1a51f2a52935d8851e15a7b2021d5b4efd53..0e129f96540359c3dd7f08d67706015303e93636 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, 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 1d997fa36f92bab63bf4a7a0dcf775b04a3bf2a7..21d2ab05b0e29f50e6dc2f9dd73c9bd03c5cf895 100644 (file)
@@ -3,7 +3,7 @@
  * pg_dump.h
  *       Common header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_dump.h
index a1d3ced3184a1c14f33deaccc3d71725b6ddc21e..08005c530ff2c71448843d7f467060d4cfc4f00b 100644 (file)
@@ -4,7 +4,7 @@
  *       Sort the items of a dump into a safe order for dumping
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5176626476218afa6a0f542e6d2681126f1eb46f..1d539193ca5551fecb11c6d555b089fe0593c88a 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_dumpall.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, 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 e49d52b92885759cf09a7a31963c3e147f9f77f2..2a3835691fdd436ed6fb77e200c183f7a5e3600e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_resetwal
 #
-# Copyright (c) 1998-2018, PostgreSQL Global Development Group
+# Copyright (c) 1998-2019, PostgreSQL Global Development Group
 #
 # src/bin/pg_resetwal/Makefile
 #
index 6fb403a5a8a04b35c7e415c464bfcc89267ad344..e3213d404ac97e8ce7a8c34cbe9222f7c2f37142 100644 (file)
@@ -20,7 +20,7 @@
  * step 2 ...
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_resetwal/pg_resetwal.c
index 2bcfcc61af2e076b5f2755002ca5b437470ccc8f..04f3b8f5200289ae076f1e5fb34e29709e184595 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_rewind
 #
-# Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group
 #
 # src/bin/pg_rewind/Makefile
 #
index 36d48899f743d32ee40a4036d435856573f87086..a283405f6c059485db1e5fbaca2aa3a4432e8e4c 100644 (file)
@@ -3,7 +3,7 @@
  * copy_fetch.c
  *       Functions for using a data directory as the source.
  *
- * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 01bb1a4694fd8959bca2280b4a4818ffaecfbbfd..6262f1f87074581a26b0f339b6f2305a3bf550df 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This is a fairly simple bitmap.
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 50c0ef779c597893622caa69f4036830b6ac5669..c2baaae644ac8c7029c93ca555bdf788bf8aaa34 100644 (file)
@@ -2,7 +2,7 @@
  *
  * datapagemap.h
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 5a35a8f2e396732f74df1e41f6f67e15ba3ab0b3..03a5fd675f13ff85a4d910b7025e5af853d5d050 100644 (file)
@@ -10,7 +10,7 @@
  * connection (libpq_fetch.c)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 5ee06817b6480e0d8fcbdddb48439890b616c039..a694e8b157df539a1b560f6714f66e3b788556be 100644 (file)
@@ -8,7 +8,7 @@
  * directory (copy method), or a remote PostgreSQL server (libpq fetch
  * method).
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 0bd110f9b0037d1fe0807af382f752c83354d262..bbdcbe44ac912a10c971e00b26b534c1a7ccd321 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 9d26cf4f77406aa5be9e5c6621bfd9d4281faff9..b3d1fe6b0ac5deebe46f5bc60a3dd256a6bfb134 100644 (file)
@@ -3,7 +3,7 @@
  * file_ops.h
  *       Helper functions for operating on files
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 222b56f58ace202077c22b30d9d832be2146861c..bb4ffd0e388bb90221afc0838d4ddabf398ca820 100644 (file)
@@ -3,7 +3,7 @@
  * filemap.c
  *       A data structure for keeping track of files that have changed.
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 63ba32a6cda8d4f05bcebccb9b79c0bf9f313ac6..800cc611603fcb427a9275698e2ed938aa7c58ed 100644 (file)
@@ -2,7 +2,7 @@
  *
  * filemap.h
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *-------------------------------------------------------------------------
  */
 #ifndef FILEMAP_H
index 9a085ea258f583e11092f13724a6b433bedf5049..d06e27743250b85baf32e6ef2b76c9c091eda595 100644 (file)
@@ -3,7 +3,7 @@
  * libpq_fetch.c
  *       Functions for fetching files from a remote server.
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index af738f209c43862f7146a92687b1fb0b13a00ef1..572a7599375c040ba786f506d280311d0baa638e 100644 (file)
@@ -3,7 +3,7 @@
  * logging.c
  *      logging functions
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 66455039dbdbc751a0c8ca6444a1e8193a5669d3..5c031e182151b0f245fb8161e4ab53aabea496af 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for logging functions
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 40028471bf6e40821394b92e9f5152ba46e8a565..e19c265cbb06ddaf589c4800af9895b7a245dee4 100644 (file)
@@ -3,7 +3,7 @@
  * parsexlog.c
  *       Functions for reading Write-Ahead-Log
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 55226d1dc027f4f546bbb538625f1feb91d4f5e7..a0dfda701e6eac86af2a6939ca404ae96abd3c7b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_rewind.c
  *       Synchronizes a PostgreSQL data directory to a new timeline
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 3f4ba7a267602e53e463c32af0226e1548e2febe..83b2898b8baa52093b81e94bb468e922d6dc76a8 100644 (file)
@@ -3,7 +3,7 @@
  * pg_rewind.h
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 8a8c587440c454168ede1ea915e3861812ee69e7..1d343de52b23066305fe6196a0bd3b80630cbde3 100644 (file)
@@ -3,7 +3,7 @@
  * timeline.c
  *       timeline-related functions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index f2215b7095ded2cacf17621c030662f87c7e11a2..fc5aa7010f8ec48cfedf5747db1b1b70c7990af8 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     server checks and output routines
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/check.c
  */
 
index c2962043c23d85618622412e999bd07bc8785f6d..fa43db401913006acc3e1f1a7f641cad966517a6 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     controldata functions
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/controldata.c
  */
 
index def22c652116da60f80fccafda27e47dc53cddd6..0ffe171a055d4a5348727670c8353b9ced595e24 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     dump functions
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/dump.c
  */
 
index 3d2de83a906fdf5951a64a108d4a3ffc2acfac44..043373f9a5dcd316b7b0f917acf8e3c610304139 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     execution functions
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/exec.c
  */
 
index 69bb683421bc14aaa09ddeab72d075f533fdd454..c7fed24df933856069fb159bfd908699c5c14933 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     file system operations
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/file.c
  */
 
index 627838bdbcdc3f9277033f23c5d26b2ed67a3a17..46c053d494d22b07a9b2976613d65b002a436b12 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     server-side function support
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/function.c
  */
 
index 95a00a491329cfbe940dc57279590e68804f19b9..2f925f086c31a9eaaf3981b78b85674128ebd3c1 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     information support functions
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/info.c
  */
 
index ef8dd28adb4487671a11c3049062d92bcf5ea61a..cf4151758f3b81aae876c507009ccf2eedf23470 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     options functions
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/option.c
  */
 
index 49f0797cb3e6b3f53f4e1cbb78ea801047b0ab67..80ab1b86093c13ea3e25890f191a39f1514eaf73 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     multi-process support
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/parallel.c
  */
 
index 47119dc42d4489481ba34364705ca875172d4b75..92d8940a9f2a159c80a6be57e4d05789cae9d4c9 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     main source file
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/pg_upgrade.c
  */
 
index 611a20768b1ec910e0d04fadf333564db1b3f098..2f67eee22b82287b0a41293504e5c8a0cca50067 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     pg_upgrade.h
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/pg_upgrade.h
  */
 
index 3b16c92a027df3db9cd3620441991dd8cc363efb..0c78073f0eb08b8efc0916920a681ced0bc7e7f0 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     relfilenode functions
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/relfilenode.c
  */
 
index fccc21836a043359dadeabe948e90568047fa410..6ad4b14e16a36db1b12246eb0f3a897ca7da2df8 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     database server functions
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/server.c
  */
 
index 6dc8428e7b7fba88db5a828363ba4bc235c739e1..dfe5bfdcfd54886255b2674a0ca37adabb2f8678 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     tablespace functions
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/tablespace.c
  */
 
index 1d3272dabfa5da6474d4ddb11e65d07dddb535f5..66e69b946b40815a6eaf6e23a884ebf2a25954ef 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-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 
 set -e
index 4dec77b3b6838e817c731eed48488a0296ea08a7..d867995cc3d5114d6a063e87b2543fd02f5034d8 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     utility functions
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/util.c
  */
 
index 712ed1433931bf35f2cbd78c47da2597af17b3fe..10cb362e0929dd7e7a4fa47b25e9bb3de838bf42 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Postgres-version-specific routines
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/version.c
  */
 
index cfe4ab1b8bb6921c075e00fe9ba6fe8e9bb6c8e7..ab6d3ea9e2ef854b8b0c7c8d36fcfbfc585d3eb3 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_verify_checksums
 #
-# Copyright (c) 1998-2018, PostgreSQL Global Development Group
+# Copyright (c) 1998-2019, PostgreSQL Global Development Group
 #
 # src/bin/pg_verify_checksums/Makefile
 #
index 6444fc9ca479ad91197e8462fd0570b4c97d9a7f..cc6ebb9df0d798c5604c3c35dfc9ad5097ae52bf 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Verifies page level checksums in an offline cluster
  *
- *     Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  *     src/bin/pg_verify_checksums/pg_verify_checksums.c
  */
index 6d73f557d30e0997876f4fdf68436a319ea2ffbf..0e0dca7d1ad28f632c327a1eedd78e9c980cce7e 100644 (file)
@@ -3,7 +3,7 @@
  * compat.c
  *             Reimplementations of various backend functions.
  *
- * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/bin/pg_waldump/compat.c
index ad28333a1e917be9d6d39ee21579bf935cea49c0..1e5379eb3e0610c6e5f47ca93ffd3bbbc3e22d3a 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_waldump.c - decode and display WAL
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_waldump/pg_waldump.c
index bab6f8a95cc6654e078f246227d3e3b9a8fd83ee..17c9ec32c50d5621450989736e875427fa05fab5 100644 (file)
@@ -4,7 +4,7 @@
  * exprparse.y
  *       bison grammar for a simple expression syntax
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pgbench/exprparse.y
index 51a9f8f86f7d66e00593e00c67bd346781c6346a..e9020ad231a6ad910a5e1c4b2c48c80347091f64 100644 (file)
@@ -15,7 +15,7 @@
  *
  * Note that this lexer operates within the framework created by psqlscan.l,
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pgbench/exprscan.l
index f3f4ac3e3c2334dd2c01b68d2917ac99d2ea6354..649297ae4f00eb601314a97aeaaed30365973956 100644 (file)
@@ -5,7 +5,7 @@
  * Originally written by Tatsuo Ishii and enhanced by many contributors.
  *
  * src/bin/pgbench/pgbench.c
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index de503404341f6eae23a33ed288945284ec533e76..dc557d416c5c676bfacf8f434c92d8bbb215cc1d 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pgbench.h
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 5c79eb8e44d3bf9a472d81ed7a3b3f38b8b249e5..171d0d81a0ef6971c1449790695edb96338fb887 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pgevent
 #
-# Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Copyright (c) 1996-2019, PostgreSQL Global Development Group
 #
 #-------------------------------------------------------------------------
 
index cd1b1b6ee993e4cdd8c1c10662ee027d44d89b7d..69bb297fe7c4523d24375225d59ea3216dedd42c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/psql
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/psql/Makefile
index 1cf976869cec95b7bf090d7c8f6151a0b39b5d85..cbe5e518c959e0c84dfb5e0914332ab474074867 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.c
  */
index 29a8edd5a5ddeeafdab4a10a73e5f9bd0ccb5fc5..de748d320eab45c30a5b265fdaa1c9b021d27d54 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.h
  */
index 8af16a5fb4e764adfd5e723888e0d31ffb33429d..b11d7ac6ce029b1febe2f2cc63dbff70eaadc4a6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.c
  */
index 43142a7aa60df2fba2aaa4aa0b01299a2468fcde..1f2a4bf1ae7344c2dc4579e615412d903e3f1a7e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.h
  */
index 555c6331a36085e4c470621cbf27d7f0c657b179..02c85119fea662b6707d379d238d623a021af9d2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.c
  */
index f4107d70b075b3afbc7b8d28a25769c453080043..9b30979d2c63da7b74357afd746b26d212093b5b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.h
  */
index 08ed03215e57c03c8ced4566de69a9c671c0424a..314bb5d87c5de15bb2d22abcf5d3e426402ee130 100644 (file)
@@ -3,7 +3,7 @@
 #################################################################
 # create_help.pl -- converts SGML docs to internal psql help
 #
-# Copyright (c) 2000-2018, PostgreSQL Global Development Group
+# Copyright (c) 2000-2019, PostgreSQL Global Development Group
 #
 # src/bin/psql/create_help.pl
 #################################################################
index 05042b3e1331f616d95837cbc203edfe2182ae57..fb77ce70334e59507306cb85adb48370a7f5cafb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/crosstabview.c
  */
index 54ddcc308b418a51c3aa24ea7eda04632acbe4e4..535ee9869284bcd81277a1a298ea4c624c42e719 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/crosstabview.h
  */
index 0a181b01d9ca90d9c60b139af12e897b56739748..4da6719ce715a316dd0310add2a3a10e415170d7 100644 (file)
@@ -6,7 +6,7 @@
  * with servers of versions 7.4 and up.  It's okay to omit irrelevant
  * information for an old server, but not to fail outright.
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.c
  */
index a4cc5efae0cc2bdccfc2e91f6e1582a70e9ac227..4ff1f91f381fc25cf248ff972c8c522c96e99292 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.h
  */
index 2e9fe760eb3e3240418b5f9735cb1dcd117733ff..a403431760d40c0ac421648c210be3ea413ba6fa 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.c
  */
@@ -655,7 +655,7 @@ print_copyright(void)
        puts(
                 "PostgreSQL Database Management System\n"
                 "(formerly known as Postgres, then as Postgres95)\n\n"
-                "Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group\n\n"
+                "Portions Copyright (c) 1996-2019, 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 7a292497e751add17a5793f4cae784fa77768d21..e588989176e43f70387d14decaab11e84e579b01 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.h
  */
index 8e32cd0b33069d0920a49ca158b31377f82e515a..0830b7bb095b53a21d780d01696c0abaf584ff45 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.c
  */
index 6c2ff615403bde2d3aa964ff9427238b3ebb6d14..375b23bda749beec637db68a1fbbc4c18f1ddd6d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.h
  */
index 7faf5591b3ea8f8efe78a4f3b5393beecad623ab..20473934412f0780f8329eae35210b967fafe806 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.c
  */
index e749a824c55035046bd6e64abefc1ffba0d1d174..c7f46eb1e2284b6ab5318495cb9e3f3a58393eda 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.h
  */
index 6caca2e575c784bf5e552760a250b85a8bbdd84a..481d012fb0864013642cfc08c3430a9d639f67ba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.c
  */
index 6cd90f03b81e7bc4c00f94787c289f7d9f92e0f7..9e88c86286ee6eb308a66affeb121f3c3fb69724 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.h
  */
index b176972884f58873cec8eb113938f476a7a09a74..73394dc828d59ab261bf68832653c548b439fae1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.c
  */
index 3a84565e4b8840efaa7d871fa5ca5c13dc9f3751..905ee3d88f8d8e48753dc048a5e926f218ea284d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.h
  */
index 8e8efb2f0b39fdff20f63541fba0c41c44185665..f25ccf32f058ab725d83cef6896f354ee9cf3b1d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/psqlscanslash.h
  */
index 34df35e5f43ea05e92009e296511cb2742af4d48..1514aa74d3545fa1c8facac76d2518f6f1ddfd9c 100644 (file)
@@ -8,7 +8,7 @@
  *
  * See fe_utils/psqlscan_int.h for additional commentary.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 176c85afd0ea1eca9e54f7b314db4b704f000b7c..1b90a4771ec05dfcfda0ae79c2fef89fe2e1fcae 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/settings.h
  */
index e7536a8a06f8a66cf40de2b7ee70f6f2c68ed01a..f3ceefda9b6d8ce077d3d660fabfd74bfaa4a20b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/startup.c
  */
index 29b9c9c7f031a891a089b6fa19d56bdff4609f50..8c8b4c2fbf13ce5a176a6265d3083f2b3cd6a000 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.c
  */
index d843d7119bccf9ef2b4d4d5fda21f50a42ae71ef..3ecfad5c16755c3ef2d8dff2fd984c074d6dc59c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.h
  */
index 91df96e796f0292f52775016d0021939a05d9bbd..bca788c7a3310470c125c02cffb5e514b368a6f4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.c
  */
index 544318c36d896a0c6134a876aad2f224ebf8c006..bc553cef2b382648e58ecb1070026e5085015ea2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.h
  */
index f09344264439a396956396ccf7d66ad858a4ad09..72fddf256c31a9daded345f484d7bbb03df87654 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.c
  */
index 03af11197ca7f75d84429dea26b850c460d8a310..9dc2b5e6ca4135db2d6ce3c2fbcb029b02544514 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, 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 4c6e4b93952a597cbd9c5b052a91b81870d7daa9..8c9fc0c298ae7014afd048762549909641245e1f 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/scripts
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/scripts/Makefile
index 650d2ae261026fd458f0fe5e68be4ef55675c67b..41dd2a575825cf9eff48a18a34a800675fd0cdd6 100644 (file)
@@ -2,7 +2,7 @@
  *
  * clusterdb
  *
- * Portions Copyright (c) 2002-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2019, PostgreSQL Global Development Group
  *
  * src/bin/scripts/clusterdb.c
  *
index ba6120706d6d69318fcca3321aa165114f917e8a..4215bc3d6e63f34f5cbf067cecce92ccf15a7ca9 100644 (file)
@@ -4,7 +4,7 @@
  *             Common support routines for bin/scripts/
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/common.c
index 30a39a624755e05908f16f1262f0def55b235bd8..7c3888cefd94adf8bc40679325d9138a6a4981fc 100644 (file)
@@ -2,7 +2,7 @@
  *     common.h
  *             Common support routines for bin/scripts/
  *
- *     Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  *     src/bin/scripts/common.h
  */
index fc108882e436f8f1ccfdc9a5efe436175783c23b..c765b8ec66ff439b841d5ccbae39a6acd4bdc9a7 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createdb
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createdb.c
index 3420e62fdd9dc57c072ff109879d7c4ded6b01f2..8098f482bb80443cc900bbbdfeac10a319656a42 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createuser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createuser.c
index ba0038891d6799e90a9a8f1ebf9619575050afb0..45680dde273e91e8022e83b805f07a1f6bd6113b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropdb
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropdb.c
index d9e7f7b0364110f48b735f88b5a32446daa3ad4b..2b6f72184458813871b5a71308a71f654d7f555f 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropuser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropuser.c
index f7ad7b40f0d40868414c6c53d2523d24de0b876a..467c22891ca60d21acc30461124922c732bfb08b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_isready --- checks the status of the PostgreSQL server
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * src/bin/scripts/pg_isready.c
  *
index be1c06ebbdb637f55837f32e79b480e62ce20fd3..69fb2f8fd2cbe37d464dac8cb3bdd88d18ec1684 100644 (file)
@@ -2,7 +2,7 @@
  *
  * reindexdb
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/bin/scripts/reindexdb.c
  *
index bcea9e556dc53770931887c9161584d1146ca5b3..e0a8303f3e94d92b8e764abda2f85ca81d9c5c44 100644 (file)
@@ -2,7 +2,7 @@
  *
  * vacuumdb
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/vacuumdb.c
index c6fde2a8dd61114207599d1973d385aa96cc4e6b..55c8983f97d5ad20ebcd11743b24fbc71eeb3da4 100644 (file)
@@ -3,7 +3,7 @@
  * base64.c
  *       Encoding and decoding routines for base64 without whitespace.
  *
- * Copyright (c) 2001-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 55e688e65613728b748207dac3d0cd38e4862fad..dd34fbfc00904258e53ba2bb3c928f34aaacfab4 100644 (file)
@@ -4,7 +4,7 @@
  *             Common code for pg_config output
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e24af48f52eeac927cc59e254b4b67d6ba0c1123..abfe7065f55154328cbbe6820078447095b6e499 100644 (file)
@@ -4,7 +4,7 @@
  *             Common code for control data file output.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 410dc2df451d81c182a02f8f1f0285a88faeeba8..92dc3134a16edae163944b96842265a9cc58d70c 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for finding and validating executable files
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2538661e19f7f3cc3d538669c1ad1460b7c07aeb..ce99b4f4da1d11d922b94f7911704ad6f2fd4e73 100644 (file)
@@ -3,7 +3,7 @@
  * fe_memutils.c
  *       memory management support for frontend code
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ce4509089a3c5b719590c4008093e8061c77173..ff5fb13feb00db04c277f75bdbf0b248a7257460 100644 (file)
@@ -3,7 +3,7 @@
  * File and directory permission routines
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/common/file_perm.c
index d952bc8c88262ebe9a677db2b4ce455b71528b22..4bcb9c1e0589091858f4a499de580ec3184550d0 100644 (file)
@@ -5,7 +5,7 @@
  * Assorted utility functions to work on files.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/common/file_utils.c
index 002260ed5a06e2223c69706df12d9f1e4b43fd6a..8b56251c9688548246bd1d3682edd6846ee9760d 100644 (file)
@@ -3,7 +3,7 @@
  * ip.c
  *       IPv6-aware network access.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0c0c794c686e3cf288cc08b990b56c700f435674..6f99090a2959581fcad8f8d2bd605336ca3a7b76 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b4e562220c3fcc5c791e6d5398c851d30968ac3..9809a3b076c841b3b7cef1b357f566ceaa7b33eb 100644 (file)
@@ -2,7 +2,7 @@
  * link-canary.c
  *       Detect whether src/common functions came from frontend or backend.
  *
- * Copyright (c) 2018, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/common/link-canary.c
index c3936618b66850e41e5cd47e6bce9b39eeebef80..24b96eb31495c3b2c17ef10e920481ba988a8115 100644 (file)
@@ -10,7 +10,7 @@
  *
  *     Sverre H. Huseby <sverrehu@online.no>
  *
- *     Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2d25da3a2323be855aabd3a60cab3da63e521730..f15725a57c09b1602a17837806ed9d5687e19661 100644 (file)
  *
  *                     Jan Wieck
  *
- * Copyright (c) 1999-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2019, PostgreSQL Global Development Group
  *
  * src/common/pg_lzcompress.c
  * ----------
index ec50a36db7c8ed5d7763a04531766bec27e3ed52..f9e0a69be04affb18c3640e1c57c15b051c7e286 100644 (file)
@@ -3,7 +3,7 @@
  * pgfnames.c
  *       directory handling functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cdbc04fe39a5801c9761cf8e88825206829dfa4d..e8a7e44554c12da7eb64d3ee033507e9cad2ea87 100644 (file)
@@ -4,7 +4,7 @@
  *             sprintf into an allocated-on-demand buffer
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e8170ed712ec13d3dac99ef013d99f3033d520d6..62b9553f1bc487f22f941f65101d1957b6198419 100644 (file)
@@ -4,7 +4,7 @@
  *
  * This module also contains some logic associated with fork names.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8c5583da7a20bf2bef57d7e9554d61acb0d6b64a..c4ccc0e55c6f3d8a6635eb68479bf726fe337d75 100644 (file)
@@ -4,7 +4,7 @@
  *             helper routine to ensure restricted token on Windows
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fcf63eb953d147e1f38556c0c5c408334183305d..57164d45d67664e4fb808b3c044f68f8a620cfc0 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rmtree.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4cf574fed87ad830bcf8fdb105e37f8b4df0ee44..23379610ae0c65d847a89b823be0b32a9c9d05eb 100644 (file)
@@ -12,7 +12,7 @@
  *       http://www.ietf.org/rfc/rfc4013.txt
  *
  *
- * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/common/saslprep.c
index dc4160714f93caa2c24284f91fe5626c0bb698cb..c30dfc97dcaa9533c7630bcf611686da94ca9ab6 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/common/scram-common.c
index 5aa678f8e36e07c68f4ac0c4ffcb5886bd4d8b18..ae0a1a34095198809f414c8ae689af755b922993 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) 2016-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/common/sha2.c
index 362e1318db1b93e0c594dc75a2d19dc708035a6f..d23ba758c742be77062badc3c1b688039739d396 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This should only be used if code is compiled with OpenSSL support.
  *
- * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/common/sha2_openssl.c
index 499e81811a6aba7aa9fa9b6ed3b095fb70377313..b01a56ceaa54d7491668a11225df45d23b4a1aed 100644 (file)
@@ -4,7 +4,7 @@
  *             string handling helpers
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e3510b5c81b5c1cc747e83cbb6c2aafc2f136b07..bb19786f0c25ea90bc39f0bff5ffc554910239c0 100644 (file)
@@ -5,7 +5,7 @@
 #
 # NormalizationTest.txt is part of the Unicode Character Database.
 #
-# Copyright (c) 2000-2018, PostgreSQL Global Development Group
+# Copyright (c) 2000-2019, 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/common/unicode/norm_test_table.h
index f9cb406f1bf966657b9795af92aa249f5e92bb53..6885cc76ab44dbb6d86396748c8b9e6da4fb1a2a 100644 (file)
@@ -5,7 +5,7 @@
 # Input: UnicodeData.txt and CompositionExclusions.txt
 # Output: unicode_norm_table.h
 #
-# Copyright (c) 2000-2018, PostgreSQL Global Development Group
+# Copyright (c) 2000-2019, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
@@ -74,7 +74,7 @@ print $OUTPUT <<HEADER;
  * unicode_norm_table.h
  *       Composition table used for Unicode normalization
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/unicode_norm_table.h
index dac455282e699a9980ec49fab1c358f26e2df59e..421dd4e68ea68921d04ceb1d3c70d5e42caf7cb1 100644 (file)
@@ -2,7 +2,7 @@
  * norm_test.c
  *             Program to test Unicode normalization functions.
  *
- * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/common/unicode/norm_test.c
index 1eacdb298f334a903df3493eb6b73f6f064a6f9b..d5f6d32e0f101152369120ab02412969cf1869dc 100644 (file)
@@ -5,7 +5,7 @@
  * This implements Unicode normalization, per the documentation at
  * http://www.unicode.org/reports/tr15/.
  *
- * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/common/unicode_norm.c
index af382f95a5b3b460bb21717eeca95392913456d6..146c3be7fdf028ccb54caf7d4734723000427bc0 100644 (file)
@@ -3,7 +3,7 @@
  * username.c
  *       get user name
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cef36ec01a2d467952e6ea7e989c52a9576d6caf..fec25b29b1e345485f699ffc648da95cc9368e9f 100644 (file)
@@ -4,7 +4,7 @@
  *             Convert a wait/waitpid(2) result code to a human-readable string
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5362cffd5736fd473f7d834ee40ef09529266345..7d738003237161b097d8d8ea83d41f2e1c43feb0 100644 (file)
@@ -5,7 +5,7 @@
 # This makefile generates a static library, libpgfeutils.a,
 # for use by client applications
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # IDENTIFICATION
index db2a0a53b3ac5f42ae4c10410ed6315cfa828041..6a80c4087f56a2b8164b6b8f1782c8bc23a676d1 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  * A stack of automaton states to handle nested conditionals.
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/fe_utils/conditional.c
  *
index 07c348ec496f640d325f078b126026830dd654eb..f3a6fdf794ee6c31e0dd30ef7e44c97d2f6d4858 100644 (file)
@@ -3,7 +3,7 @@
  * Multibyte character printing support for frontend code
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/fe_utils/mbprint.c
index a157a161feae3658142aff942761db29c4f46cc6..4f84c24dacb04dc99138d7471031fd67da730c10 100644 (file)
@@ -8,7 +8,7 @@
  * pager open/close functions, all that stuff came with it.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/fe_utils/print.c
index 02d95498e4162b9d3e6457e2394379119caf1c54..9ea32c319f10e3c5f6f0e9966ac5a8b2e48890a6 100644 (file)
@@ -24,7 +24,7 @@
  * See psqlscan_int.h for additional commentary.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ef94b34cd1202dcdd965a0d3ba79511c0a5721b3..8d605140a742e14fdca2203631042643829e70ca 100644 (file)
@@ -7,7 +7,7 @@
  * it's all we need in, eg, pg_dump.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/fe_utils/simple_list.c
index af0d9d5173e003567eec274f646667d468988b09..9b47b62f41915ea9e7a94cb7aa38210e40ba42a2 100644 (file)
@@ -6,7 +6,7 @@
  * and interpreting backend output.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/fe_utils/string_utils.c
index 14526a6bb2c7c84500678194eb3c5b2396bbb8af..653ddc976ba58469b29c81fdbdd5db4a20c86749 100644 (file)
@@ -3,7 +3,7 @@
  * amapi.h
  *       API for Postgres index access methods.
  *
- * Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  * src/include/access/amapi.h
  *
index e50afbd556540eedc9d75df75b218e9f02d1c973..5888c22350f9cc59e468a8088791d7cf709ff4d4 100644 (file)
@@ -3,7 +3,7 @@
  * amvalidate.h
  *       Support routines for index access methods' amvalidate functions.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * src/include/access/amvalidate.h
  *
index c45a1acaaac7c05d096216a33e0cfff51253076b..f16441a5876f5a24f09350dcc1b95198be6ddda3 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/attnum.h
index 10999a38b5867ae1984e8fd10428d9419ea43c29..612721baf3a32cf6aba61602d01df0151f7295e8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * AM-callable functions for BRIN indexes
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d3134f9dcda8f06d0d5117f107eaacf823aa869e..1defef832daad766b703bf760cc4bb48b9b70963 100644 (file)
@@ -2,7 +2,7 @@
  * brin_internal.h
  *             internal declarations for BRIN indexes
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 82d5972c857905b920cb658c1dbe46c3e4ad0f36..c808930083921dd411889c2d25946ace940de09d 100644 (file)
@@ -2,7 +2,7 @@
  * brin_page.h
  *             Prototypes and definitions for BRIN page layouts
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5189d5ddc2a165742574767c095bd77b2b80a0b4..30d1761fc76fe9da8c125721fabce77bd59942bc 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.h
  *             Prototypes for operating on BRIN pages.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4dd844888febe302b6b91142399e9346b537d064..3a7518c820b75da93314ae79a1896a3bc17bba69 100644 (file)
@@ -2,7 +2,7 @@
  * brin_revmap.h
  *             Prototypes for BRIN reverse range maps
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2adaf9125e8276e53aaf66d2d6321ec4ebb2745e..f07796a9714f873860248113d6e12cc7ed504872 100644 (file)
@@ -2,7 +2,7 @@
  * brin_tuple.h
  *             Declarations for dealing with BRIN-specific tuples.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 40e9772c89ae3e3ef75d97bf3d91375e53539588..f0ed33659b1ab66e7bda4e4ea68778dc1d3066f6 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES BRIN access XLOG definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/brin_xlog.h
index c00be32ff6ad2a55b784bb63e92a15ab7a18b4de..fce0339d275d8403e28ef44e3281dc0101bac83c 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * src/include/access/bufmask.h
  *
index 7681ed90aed420079fada6095636dda165adb1f8..57ef9fe858e1dec955a838de251e1858aeb1f355 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction-commit-log manager
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/clog.h
index 2f40d5969599253688f5b2c7632a7da7ce1f99e8..123c91128b88638ce693fc7bb048308526ccd71e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL commit timestamp manager
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/commit_ts.h
index 534fac7bf2f41b3170d51423d8c66ec077742636..c4aba39496fcfc42dd18a3d0cfe58c94cf01361c 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES generalized index access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/genam.h
index b23e1f684be447c82cfa313525ef8e72a5302e0b..cb5b5b713a6667f09e5ecf26eaeb7802626b0a08 100644 (file)
@@ -4,7 +4,7 @@
  *       Generic xlog API definition.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/generic_xlog.h
index 3d8a130b69bef093c19f473dc25fc61464c449f4..61fa6970395505dfa325068a70421ea848cde370 100644 (file)
@@ -2,7 +2,7 @@
  * gin.h
  *       Public header file for Generalized Inverted Index access method.
  *
- *     Copyright (c) 2006-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2019, PostgreSQL Global Development Group
  *
  *     src/include/access/gin.h
  *--------------------------------------------------------------------------
index bca82463199015777a13fb99934909aad67c22ec..e56aaa17abfcab2d35e38863bb2e2c4e70017071 100644 (file)
@@ -2,7 +2,7 @@
  * gin_private.h
  *       header file for postgres inverted index access method implementation.
  *
- *     Copyright (c) 2006-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2019, PostgreSQL Global Development Group
  *
  *     src/include/access/gin_private.h
  *--------------------------------------------------------------------------
index f626c40ae3b0bb6de91da146071edab8eb07ae8b..5fd397c136040b98d875947e48a0c5b17d2b8baf 100644 (file)
@@ -2,7 +2,7 @@
  * ginblock.h
  *       details of structures stored in GIN index blocks
  *
- *     Copyright (c) 2006-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2019, PostgreSQL Global Development Group
  *
  *     src/include/access/ginblock.h
  *--------------------------------------------------------------------------
index b2f3126aa8a6e8fe7ed40d75201071038158f6ae..9bd4e0b9baa6167a3f5bfb04537732c310be5281 100644 (file)
@@ -2,7 +2,7 @@
  * ginxlog.h
  *       header file for postgres inverted index xlog implementation.
  *
- *     Copyright (c) 2006-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2019, PostgreSQL Global Development Group
  *
  *     src/include/access/ginxlog.h
  *--------------------------------------------------------------------------
index 827566dc6e7065231751e8b2088722cb7efb1fe2..3234f241560082b31590df1d611299096f99d6cf 100644 (file)
@@ -6,7 +6,7 @@
  *       changes should be made with care.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist.h
index a73716d6eaac41890938ab6ee28df73bcba7988a..3698942f9daad71afaece7bf632b5197e93c55c5 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist_private.h
index e04409afc05b78796f11a42fcb7e68afe32399ae..cf9ab2ab56aa7eb3a7ab0a1a524cc66fc024cee0 100644 (file)
@@ -4,7 +4,7 @@
  *       routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gistscan.h
index b67c7100500d4ba6feccc911bad468a58c194a96..5117aabf1afc25c360f15761a49b94356a593b8b 100644 (file)
@@ -3,7 +3,7 @@
  * gistxlog.h
  *       gist xlog routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gistxlog.h
index 02ef67c974b44a352c09e909d601c56fdcdbcd82..0b8eb649114cdc289a76e5f9d2cdec1714cc4b00 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hash.h
index 527138440b34c9addb1c32a2e54139bc50998668..9cef1b7c25d31c7d888754ac679ab960ecbd58d0 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for Postgres hash AM implementation
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hash_xlog.h
index 64cfdbd2f0612077b321e48559b3cfb0d296f02d..17ab75fd3d6bf9070540029b42b89900988f4906 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam.h
index 914897f83db17b41c8069c94c9b72b691c5cda77..22cd13c47fcea5614ffd635e37d79650b450fff0 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access XLOG definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam_xlog.h
index 9993d5be70b7c29a4c09e4bc8e882bdd9caa16eb..84174766b98c2b05dad8a15b1ba40a8e3e21c09c 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hio.h
index 5a4e5b05f50e88eb60eae7207bb5c2de5806e3cf..27d92d4567fcf02706e8818c6345df69a89f85f1 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup.h
index 708f73f0ea0b1ed268901b84a7657cbe008859ce..873a3015fc4c9201ed61859ff79fcb9b188219ab 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap tuple header definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup_details.h
index bd3a702380954bc69c9536876094249430cb7c72..2f90cc0142d3e76521f90a7f22b893608a346bff 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/itup.h
index 18fe380c5f434da0657c980a87a3fca8c1131c10..83ae5b6b79512d72a548dfc0e0f36b572e7c0c48 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL multi-transaction-log manager
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/multixact.h
index ea495f1724aa757a5a42ca6cbb4ba4432bcc9e72..4fb92d60a12c3c435935f946ad1fa3ba8623bbd3 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/nbtree.h
index 819373031cdf262713377bda2fb1f55368138a76..a605851c9814a7a8942c9644c7a15f6807ba1cb4 100644 (file)
@@ -3,7 +3,7 @@
  * nbtxlog.h
  *       header file for postgres btree xlog routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/nbtxlog.h
index 025691fd82d0783f3156e28b42fde75ed0e6088c..fc220df533d0f7e6533021471d91007c3801f6ea 100644 (file)
@@ -3,7 +3,7 @@
  * parallel.h
  *       Infrastructure for launching parallel workers
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/parallel.h
index 4184f16560c7a0548689e1716b1ef818c6b17bdc..4d8dd4e67a8a647c1aeed711933e6f8f3e467bb8 100644 (file)
@@ -3,7 +3,7 @@
  * printsimple.h
  *       print simple tuples without catalog access
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/printsimple.h
index 94f8d705b52f78f8f9fcf53d376b960ce3465242..8b60eba814e8814c86e1cddc4e55dbbc7aed2746 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/printtup.h
index 50690b9c9e03bb33ca8f84032ee40c86f6572f80..96b457fbe489544cd6497eda01168a0a21a75aa5 100644 (file)
@@ -9,7 +9,7 @@
  * into a lot of low-level code.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/reloptions.h
index e5289b8aa7d910b1abda75b604cdc6347b2cb20d..7bd32e18524ec0bf1af42c6833548b2ff7872328 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/relscan.h
index cfdf33b4bd672387286aeb802bd9fbf11b24470f..6006249d9629f9b6481aa6ce1c6cf6634d966d31 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteheap.h
  *       Declarations for heap rewrite support functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/access/rewriteheap.h
index 0bbe9879ca1836516200482f9efd9be31787b58d..3c0db2ccf5fd9c5e256a78a5d1290b2f70e4ba63 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/rmgrlist.h
index 490bac11d319c01dffb81d68843127839259bb6b..664e72ef5df2118dcd62ed7a959305168a2199a3 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sdir.h
index 37971c1c6671db8a3e6ecd701e09ccfd44c9c24c..8fba568029942dc061981c8d5ef275659d4e893c 100644 (file)
@@ -3,7 +3,7 @@
  * session.h
  *       Encapsulation of user session.
  *
- * Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * src/include/access/session.h
  *
index ab3bb2c8eb80a50b5fc66cb0196c11cc9c60f5fc..7f7405d1135422073fb498f224550ec2c5cd3cca 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/skey.h
index 0e89e48c974759ee074a4c9cc1f734e5b22d1f89..b6e66f56a0aef1b09419d857ec9ee1d7bae8dc57 100644 (file)
@@ -3,7 +3,7 @@
  * slru.h
  *             Simple LRU buffering for transaction status logfiles
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/slru.h
index 9c19e9e63822a41f90df95d984336ca83f54d18b..2541d473e907ffeebcc4ce171bee4e032b02f0a2 100644 (file)
@@ -4,7 +4,7 @@
  *       Public header file for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist.h
index d23862ea71df632c98dcdfa691be8ae39848cedf..ce22bd36af38c03eb263eb2ecaa7baff4f5a14c1 100644 (file)
@@ -4,7 +4,7 @@
  *       Private declarations for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist_private.h
index b72ccb5cc489dfa7c52a81723a076b15194e7901..6527fc9eb143de1ba371ec534abe477c2dbad714 100644 (file)
@@ -3,7 +3,7 @@
  * spgxlog.h
  *       xlog declarations for SP-GiST access method.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgxlog.h
index 0db11a111794e12a1df8b422768398f8058cf963..8fdba2884b019bad78b91887a00c28d1b803c168 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES strategy number definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/stratnum.h
index ce700a60ded2a8c09cde8c2d098c25a07427adc1..ce31d7464fc6087ba79b7ecafc91a73d14cbfec0 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL subtransaction-log manager
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/subtrans.h
index 8a0d4d17d1b9f090acbec546873a1e4d6c3e73c1..2130ab7e895adaf16025eaa1fafbd4a3b82a4bf3 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES system attribute definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sysattr.h
index a9bf18cab6b3bb8904e2a2b378c31329e6c5b2fd..326926e4cc805ca28155177bc0ed4860c450d4eb 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Functions for reading and writing timeline history files.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/timeline.h
index f979a065f9f72065f565c90c2513a0eafa427fc7..4a7eab00d8c6af397301016587b45a4c49af1417 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction access method support code
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/transam.h
index 3ecd4737e5decf00ed55d3ad300c68c482508f12..f39c55d8d6623b67cca98a9bca3bc7d7bc6129e6 100644 (file)
@@ -3,7 +3,7 @@
  * tsmapi.h
  *       API for tablesample methods
  *
- * Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  * src/include/access/tsmapi.h
  *
index 34ee8e3918efbf479ba3f0075517b8e944ccb902..dc91e2a52ad89ff263c8e5933e8a37f8baa6af5a 100644 (file)
@@ -4,7 +4,7 @@
  *       Tuple conversion support.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupconvert.h
index 06af39ff2a3bb10de0b166457df1340d56852fe5..d88bdcec84776b37698a47e8974786ec18fc397b 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupdesc.h
index 7c7a387e23e4a2cb30b3c558749cb93fc8192ddd..39c0320a818249f855895b11be4a19fd595f07fd 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple descriptor definitions we can't include everywhere
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupdesc_details.h
index 1c3741da65b03594a54843f356e31fd8f54e0db2..7c62cf3bbc49c663bddae8e2e1bb536588ec8b55 100644 (file)
@@ -4,7 +4,7 @@
  *       Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupmacs.h
index f99291e30d48674981452426b8e9d44bec056fc6..4bfefffbf35ec0e66e9effeb10c82f621e63e966 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES definitions for external and compressed storage
  *       of variable size attributes.
  *
- * Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/include/access/tuptoaster.h
  *
index 0e932daa484a7631867e629db46be1cef310c61d..6228b091d89a18d910533346e3fee465d99668ae 100644 (file)
@@ -4,7 +4,7 @@
  *       Two-phase-commit related declarations.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/twophase.h
index ba9cd932a7afd5e7d6c955cb6025a02b57c686b5..1795eb36684aa57a37d1dea5b0607bdc5ef72dff 100644 (file)
@@ -4,7 +4,7 @@
  *       Two-phase-commit resource managers definition
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/twophase_rmgr.h
index 1e2d23f64559c3ae6ed5924c639a8c2cb7a346fe..6c6ecdf1cc9a8f7c1a2ed9c0383f28355804ca06 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple qualification validity definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/valid.h
index b168612b4bbd57f7c5d801442effaaba9f017c82..1709c4904af910ab9a650a4aa7a4860d20801ea7 100644 (file)
@@ -4,7 +4,7 @@
  *             visibility map interface
  *
  *
- * Portions Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2007-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/visibilitymap.h
index 689c57c59269263da84f918300f10571cd5afb61..169cf2834c4f5bc052be2b7e5122c77476fc12c8 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction system definitions
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xact.h
index f3a7ba4d421a0eff10148e59614a10160b445360..f90a6a91391f10667d2016fc84e7eaa843ed298e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL write-ahead log manager
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog.h
index 30610b3ea966b13b38441ad58794fb11a713e479..3c860372515d50f1e545e6ed2d30fafed7a62976 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog_internal.h
index 0a48d1cfb40ea72a7a9c8ca001386baa0de682eb..383968c4e3f4a209306926620d9d9bb70fb9ff4a 100644 (file)
@@ -4,7 +4,7 @@
  * Postgres write-ahead log manager record pointer and
  * timeline number definitions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogdefs.h
index fa62f915afcf2313e894dba63678ccd0bee1ca13..e16257228accb776cde2573fe6f62c2fdc6a75da 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Functions for generating WAL records
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xloginsert.h
index 44ca2bc2fdae20221d9aa31683fa212f7f046fcb..f3bae0bf4924ab63400b150a1f2494b797f23f9d 100644 (file)
@@ -3,7 +3,7 @@
  * xlogreader.h
  *             Definitions for the generic XLog reading facility
  *
- * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/access/xlogreader.h
index f594d600ada77cc24966366544f9163c152088bf..9375e54195f096661fc4ec31228b43dd19851e18 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Definitions for the WAL record format.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogrecord.h
index c406699936592694a58ad7dde0d1ab7b78e82583..0ab5ba62f51ab5b90b503e294a6ab28594edffa2 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Utilities for replaying WAL records.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogutils.h
index 1f592aa7f8564f9e1f09b5436973fa9daa1ff39e..ac3a331ee41f43d38ce66d969e341fd16bd1f96d 100644 (file)
@@ -4,7 +4,7 @@
  *       include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/bootstrap/bootstrap.h
index 08c554aaa5c910ea6b727f0ce8b83baafb7438b5..3ea748ff585aece281d0c7deca288527ff4ea935 100644 (file)
@@ -9,7 +9,7 @@
  *       polluting the namespace with lots of stuff...
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/c.h
index c545c6bcdcb22f4508c14a2b3d0acd9a26425f54..ae797d24658eefa5614336ed76e2370039010417 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/include/catalog
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/Makefile
index abc6e1ae1da16042655e800cda583731dacd26af..2927b7a4d3cb71902f8d0508d74d7ba3106babf4 100644 (file)
@@ -4,7 +4,7 @@
  *       variables used for binary upgrades
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/binary_upgrade.h
index 2f351700b402ca88ab48d16aee5d7246515fea60..a58d09d6c717738051b87fec8c794ba91233a41d 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/catalog.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catalog.h
index 257eb1bd7725a343cfa9bd8369b088832ae66250..f571fbeaaae801f6d02694fd7287ae285c42bd7f 100644 (file)
@@ -34,7 +34,7 @@
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catversion.h
index 46c271a46c67fb0203cbb21b158aa74667482e95..5dea27016eb12ee96aecb9a4cf7bbb7a0fb4eb45 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/dependency.h
index 072fc00c7041b4cd9b6b28f9a4aeb60fe4457970..25724a4e3e0bf7b5841d15a46f4d80ed398ca918 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-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/duplicate_oids
index c6a7feac24ac65709712a4c5eb3ba7dce5063c51..597d04c88637b26fd789abf015ab610727563e28 100644 (file)
@@ -9,7 +9,7 @@
  * bootstrap file from these header files.)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/genbki.h
index 56a341a62228e183ac724c2468fefe6bef24a8f8..625b7e5c43d8bbe6004e531184c830682847c7e6 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/heap.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/heap.h
index 35a29f3498f1b423d4ba33e848af5ef4d339d625..0f1f63b38e84729ea4092362db3c49fea4a9d095 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for catalog/index.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/index.h
index f0c52d945a78d7a612b8add5746d7ecd9a9b8380..833fad1f6a3f48e1725cb3d244c230f09ec57426 100644 (file)
@@ -5,7 +5,7 @@
  *       on system catalogs
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/indexing.h
index 0e202372d5aecf4669ca51d421492fe14aad9121..67418346e62d3792e32e4ac530e01ae01a3a7c01 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/namespace.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/namespace.h
index e46f5605fca54813a661d4c3214b9e24dc1d0d9a..fbf31bf6b6c3a25d6399a54b18e0b4c528919e13 100644 (file)
@@ -3,7 +3,7 @@
  *
  *             Object access hooks.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 
index 3f95733eb1a2a397005edf13f27da793a9adc386..6412fd58899f6ed825342729cf980a652a5d665a 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.h
  *       functions for working with object addresses
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/objectaddress.h
index e9ac904c72e9d2d213293ac40ef12c5700d77736..9f17544ff027c7fa1415442e30f74e2769f69a47 100644 (file)
@@ -2,7 +2,7 @@
  *
  * opfam_internal.h
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/opfam_internal.h
index 59c7a6ab6986d4f955b229b1299c46066ee3a89a..5685d2fd579a105bb18bbb9e273e315def10c3d1 100644 (file)
@@ -4,7 +4,7 @@
  *             Header file for structures and utility functions related to
  *             partitioning
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * src/include/catalog/partition.h
  *
index b4ce0aabf9ab878d46bf03a65938823dab528450..044695a04631b7c3b9a6aad85adaeb6abe7fd474 100644 (file)
@@ -3,7 +3,7 @@
 # pg_aggregate.dat
 #    Initial contents of the pg_aggregate system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_aggregate.dat
index c88ba91401fe81f2e9f7e2bda87b347e29a21436..832b7c2145a4023d2ee91b1454c5fd686cf49bf2 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "aggregate" system catalog (pg_aggregate)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_aggregate.h
index bef53a319af46a379b93b763bee0998a32ddb99e..08f331d4e1059e31e32ad2f34af3a9211222e1a1 100644 (file)
@@ -3,7 +3,7 @@
 # pg_am.dat
 #    Initial contents of the pg_am system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_am.dat
index 57d65f830fc2ce826b73d56b92a570a79e14ebc0..eb3495c36a1d7c3c62d2d3cebeba791f829b87ee 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "access method" system catalog (pg_am)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_am.h
index 436f1bd0762ddabd31b0c9d950c8e917b13112c7..0ab95d8a24d7628cdf48dac835a989125eb1c173 100644 (file)
@@ -3,7 +3,7 @@
 # pg_amop.dat
 #    Initial contents of the pg_amop system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_amop.dat
index f110fdd7413a8cde38b6ca0625a9638e0e0209fb..aa2be7b643df7974f30f3b047ec6269f8b9404ef 100644 (file)
@@ -29,7 +29,7 @@
  * intentional denormalization of the catalogs to buy lookup speed.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_amop.h
index 8ddb6991121a0e1662f0d8eef66c8d3a1dcd887f..020b7413cce03cb8bd5b82d69030a33e6c079197 100644 (file)
@@ -3,7 +3,7 @@
 # pg_amproc.dat
 #    Initial contents of the pg_amproc system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_amproc.dat
index c5f79ba5939112fc6e91332180cffe1f3865e28e..62ca564130b94f43829356e8f4df2464b329e3d2 100644 (file)
@@ -18,7 +18,7 @@
  * some don't pay attention to non-default functions at all.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_amproc.h
index 37b439882a489b51ad39df6194772f5beaf68f98..db2abcbb7565aced4007aacdcb474add6b49d021 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "attribute defaults" system catalog (pg_attrdef)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_attrdef.h
index 1bac59bf26e4bf82492a25122c09cdec1f9ce6f7..a6ec122389dac0c93111fa5a2f763ab48e621361 100644 (file)
@@ -8,7 +8,7 @@
  * relations need be included.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_attribute.h
index 6d93038f6cd19babc8c7ba0454eaa1c68aea87fc..644a25d1e522d08a289e28df56f10d1019410c1b 100644 (file)
@@ -5,7 +5,7 @@
  *       (pg_auth_members).
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_auth_members.h
index 55be317369170b02240fabd3d1f5e8c878196a14..c21f97adcf2aa64b13970bcf3c8cb283da231098 100644 (file)
@@ -3,7 +3,7 @@
 # pg_authid.dat
 #    Initial contents of the pg_authid system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_authid.dat
index ee0c8da6120a9d798fe8fd0db0756c903715e66c..6fcf645c0146c0092ef77a81b20888d9e6af6acc 100644 (file)
@@ -6,7 +6,7 @@
  *       pg_shadow and pg_group are now publicly accessible views on pg_authid.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_authid.h
index 8cd65b3ab5e5f36a266d15682fe7f3b644f4d887..462a0a196024277aa2a35b732045eede6f4deb01 100644 (file)
@@ -3,7 +3,7 @@
 # pg_cast.dat
 #    Initial contents of the pg_cast system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_cast.dat
index dd207bf318d9415860c193a96bd87f6d0d5ec209..85e31b0448ea12d6e39dc8034d3f26f9d343ca52 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_cast.h
index 5a884a852b531538a1853e747483afe42c2021ee..cccad25c1484231f665a7a4c8d46238c76a81f45 100644 (file)
@@ -3,7 +3,7 @@
 # pg_class.dat
 #    Initial contents of the pg_class system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_class.dat
index 321c9a1973f83c9ae8eef2a1f18e1b247058c9c1..002f7fac92dde5c0489e57eb43b4656351159f72 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "relation" system catalog (pg_class)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_class.h
index ad16116cf4d76501403c35af3a2dfa8842617008..367ce3607bca4f939c3fcec7672f57e73ead156f 100644 (file)
@@ -3,7 +3,7 @@
 # pg_collation.dat
 #    Initial contents of the pg_collation system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_collation.dat
index 51f9b2a2ca4bdd7f9ce5965526e92e3b46f00592..10fe711a9127d57833fa33f1200ebace1688e0fb 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "collation" system catalog (pg_collation)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_collation.h
index 0e4007389b6fed9eb6e2812c5ce47bbf74eaaf55..d2eafd10df482d58c15313651b26cecf736d2122 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "constraint" system catalog (pg_constraint)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_constraint.h
index 773d9e6ebae967829f1a651bef17730b3984f149..a4aa83bae8ffcf7f2f86d6e11e1b11a3110abec1 100644 (file)
@@ -5,7 +5,7 @@
  *       However, we define it here so that the format is documented.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_control.h
index 6e8f054306fa535058da8f6ab964a480adf271e0..f2481228f5aec425056dcfe04e880858e548e626 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "conversion" system catalog (pg_conversion)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_conversion.h
index 37ee2f9458fff58dbb73be7f5b795b39580cc063..cbd91bce58fc1919688bd1463012707bc567d715 100644 (file)
@@ -3,7 +3,7 @@
 # pg_database.dat
 #    Initial contents of the pg_database system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_database.dat
index f6aebad8ef020735db385f52c99a704bfdc3f105..63e8efacd6285222e6c16cabfe993dfd38cb5213 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "database" system catalog (pg_database)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_database.h
index 96440342f28391a55123db771ba7b7aec0303e10..14ef5d046a29c99d270e6bc1dd9d95913a8a5112 100644 (file)
@@ -5,7 +5,7 @@
  *       configuration settings (pg_db_role_setting)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_db_role_setting.h
index f4f8f99b3e3958b957fac1a574e132b5b89609bc..545cee710de99264d5578811620ffc72e3516e2e 100644 (file)
@@ -5,7 +5,7 @@
  *       (pg_default_acl)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_default_acl.h
index 8f2d95210fa3c06d9a175f0ab4272b1351d409cb..f786445fb29748c80d25cb933d830cb788d00ee5 100644 (file)
@@ -16,7 +16,7 @@
  * convenient to find from the contents of other catalogs.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_depend.h
index 1f21a83ba2ae5741942905a9865f960cc59b198f..bdf72b09d4c2fdec9c74a0aa5996631cfea58818 100644 (file)
@@ -23,7 +23,7 @@
  * for example).
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_description.h
index 78e289378cf345d847e3bda712284e4f3917bffd..d2cd7ccbf197a4207e083a9d88ba9908d74586fd 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "enum" system catalog (pg_enum)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_enum.h
index 16ee3098eddb52ec49e2626a83c78d43721a48a0..0c9556319251eb9499f31a4f1a62f1a13aab1c5a 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "event trigger" system catalog (pg_event_trigger)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_event_trigger.h
index e3773f6725189effdd1ed871eb5dfbda8e283246..9bdf06da313540d301b2272ae4aa8f260f1609d4 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "extension" system catalog (pg_extension)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_extension.h
index e70823c43935e541ec4839566e2e3185635e6faa..9ee9afd97cef7746f8e34039491ff30f2174e201 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "foreign-data wrapper" system catalog (pg_foreign_data_wrapper)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_data_wrapper.h
index 49649bbd6838378a962c5bc0309e7f263804b707..bc155cd2d01c4370802ff0db018067f1b5566120 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_server.h
  *       definition of the "foreign server" system catalog (pg_foreign_server)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_server.h
index d21dec3766e376936759f995c4eee02c93b580ce..1b77996ef844c2f2b0a0edf83ac48e4bc0ba7e36 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_table.h
  *       definition of the "foreign table" system catalog (pg_foreign_table)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_table.h
index a10c26b70acbda6c5479de686f2abe6095ad0802..243837407868b1cc03fdd9a1b8a607969e841162 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "index" system catalog (pg_index)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_index.h
index 07dfb63068be07a7b68f345fd3c4d33b4061d5a7..8a19ee062c6b7b3bb0920de1faa9c8b4d48ceeac 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "inherits" system catalog (pg_inherits)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_inherits.h
index 8a6da5ecf2d515a45df094b82ad0ff08eef1871e..f1c9776b0338eeb7576c1097d21ed06ee0771b53 100644 (file)
@@ -21,7 +21,7 @@
  * are loaded near the end of initdb.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_init_privs.h
index a835b7ee319525c81d61ea07f14177ddceac6c85..02dde38a1ca7629497f3f134dc37b452735206ec 100644 (file)
@@ -3,7 +3,7 @@
 # pg_language.dat
 #    Initial contents of the pg_language system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_language.dat
index 03654d8d074ff2cf25d7f1fe76f10b5c42261971..8aaba6ad208062c411266cbc9cf21d870d700208 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "language" system catalog (pg_language)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_language.h
index 1497c97cee5c926356c62d3f0dca4629799de046..db5ca8a7650b225d5c5655c6da0f6a45267bdd9e 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "large object" system catalog (pg_largeobject)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_largeobject.h
index ef6427b8cc312d6699eb3f3b379a686b2803e5bf..b628b34cf88edf462ef6b00adf49dbfbc9d991d3 100644 (file)
@@ -5,7 +5,7 @@
  *       (pg_largeobject_metadata)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_largeobject_metadata.h
index 8a5c5c40a74e466cf707bca79fc27bc197ebb14a..4d596045d519f393722c5c79d5cddcf4445eb2d8 100644 (file)
@@ -3,7 +3,7 @@
 # pg_namespace.dat
 #    Initial contents of the pg_namespace system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_namespace.dat
index a7e101202f0cbcfd62768416e1b89e83f474745b..bc349e9c7305970e4ad7efe2a1d6ecbe0ce8e4ba 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "namespace" system catalog (pg_namespace)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_namespace.h
index c451d365a6f7e820d5055a1a8cc8c8bde0a3a513..fdfea85efedb33a5fe4a992320bef0370babef9c 100644 (file)
@@ -3,7 +3,7 @@
 # pg_opclass.dat
 #    Initial contents of the pg_opclass system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_opclass.dat
index 5d229505077261285d6ec51e83dd1c38e6d39d22..84853c14d35aca985c7301e93e89ca48abdde595 100644 (file)
@@ -24,7 +24,7 @@
  * AMs support this.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_opclass.h
index e8452e10d21bb2782655786eb4ac4ca90b2537f6..06aec0780b9e4891d313c50e9b9fc2dea0321679 100644 (file)
@@ -3,7 +3,7 @@
 # pg_operator.dat
 #    Initial contents of the pg_operator system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_operator.dat
index ca3ae6e191fce6069befc190f1f172fe7f9a6cf0..6c2e468637d909b114cbcc9720049ac55bae9910 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "operator" system catalog (pg_operator)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_operator.h
index c5ea37b5cd759e0a85ae2544ff4b18d894d3cb91..41e40d657ad90900c2c19b1765fba79be83a692d 100644 (file)
@@ -3,7 +3,7 @@
 # pg_opfamily.dat
 #    Initial contents of the pg_opfamily system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_opfamily.dat
index ce37ede57bf140aedb3ab6daeb3da54423ab2c22..0e672d5052fd76a0b3733063cedb744c498f7a28 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "operator family" system catalog (pg_opfamily)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_opfamily.h
index 39095fa69b141c003598326be7199143b0fb76a1..806905489f20302086f14f76af166cd19ca0f9ff 100644 (file)
@@ -5,7 +5,7 @@
  *       (pg_partitioned_table)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_partitioned_table.h
index 8f1b8dab0f76c20cd7af2c07788f67d598c253ea..6f6d1674d6148a611a25d256d4c9172559810f7d 100644 (file)
@@ -3,7 +3,7 @@
 # pg_pltemplate.dat
 #    Initial contents of the pg_pltemplate system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_pltemplate.dat
index fba9efac90e5b3e09ae0d2601245d4f74b98fe35..ce890004efe737bf0cb2beda7f5f345784733b5e 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "PL template" system catalog (pg_pltemplate)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_pltemplate.h
index d7eb1bd75965ba50c17fa1c5ab19a62821fe9185..1ca32dec11286ff50f6355a27722c806817cad34 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "policy" system catalog (pg_policy)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_policy.h
index 9cf8e73852593601cda3d03b9e9e8b5fa71da52c..3233888e357836c1e96798f3b42e7c75e8f93a4d 100644 (file)
@@ -3,7 +3,7 @@
 # pg_proc.dat
 #    Initial contents of the pg_proc system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_proc.dat
index b25dec6c3115deb64fb8927001a4d06504d6cecc..19d090a4755c9a4d60034ed648c7ae5c4284262b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.h
  *       definition of the "procedure" system catalog (pg_proc)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_proc.h
index 062b5afa0b5f14330a2b40e68cb80f0de31c1f94..2dad24fc9fe9ab5dee7f546c6227ba8968f52be3 100644 (file)
@@ -3,7 +3,7 @@
  * pg_publication.h
  *       definition of the "publication" system catalog (pg_publication)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_publication.h
index 5a6a802653d8c0b754f53f8b4cbad3fd8569bdad..5f5bc92ab325c0a6c664f377adca2858935a6e96 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the system catalog for mappings between relations and
  *       publications (pg_publication_rel)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_publication_rel.h
index 54d4d1648f944edd4261c72ca32cd32dff292309..dd9baa2678c5c01d6a53d96f5a538f5aada7e145 100644 (file)
@@ -3,7 +3,7 @@
 # pg_range.dat
 #    Initial contents of the pg_range system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_range.dat
index 32a7b2d1ae343532f8459c63923a20d062620690..7a590126a449eeb12f4e0dcabfc613218cf261a3 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "range type" system catalog (pg_range)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_range.h
index dd5a2e29648b15abde6255da5115baf4b74d3449..b7685847980f13c06473905b4ea1eab2f1454270 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "replication origin" system catalog
  *       (pg_replication_origin)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_replication_origin.h
index 9b2b06dfa4dc96aba69e139414e6572eab373cc8..ceb1def6e7fb64d6d86e51076995d9afeeefeb94 100644 (file)
@@ -7,7 +7,7 @@
  * --- ie, rule names are only unique among the rules of a given table.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_rewrite.h
index 6bef8353b645981b4226ea9c9b44da9561d7bf75..6e4e07eda6691e9d599a3ef440c6c4dd31f6d53a 100644 (file)
@@ -3,7 +3,7 @@
  * pg_seclabel.h
  *       definition of the "security label" system catalog (pg_seclabel)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_seclabel.h
index abd1a9d0437858edf95d064dd180fe9d36652b68..897ad141eaa72f08249b64641ad79310c5ded85c 100644 (file)
@@ -3,7 +3,7 @@
  * pg_sequence.h
  *       definition of the "sequence" system catalog (pg_sequence)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_sequence.h
index 3d560f4295f132f7719b7cf16874b8e5cd53ba3d..915e37040d78d4d25d16153e33c458bc6b330822 100644 (file)
@@ -12,7 +12,7 @@
  * from a relation to its database.  Currently, only dependencies on roles
  * are explicitly stored in pg_shdepend.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_shdepend.h
index 47a6729f003482e256e68a354c7ea2a028497078..5817815c3433fa50ebadd51f5404f94fe4af896c 100644 (file)
@@ -16,7 +16,7 @@
  * across tables.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_shdescription.h
index 2a66ca360253eec1a943bf87dc0cd6f7fc09ecbd..577081031fb73f9b56d9e6c41bb4d30dc1d9d1aa 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shseclabel.h
  *       definition of the "shared security label" system catalog (pg_shseclabel)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_shseclabel.h
index 2155f51a5b1e2a65201e238c2288084e7fa1b2e4..207be54b9b9705acd62a1c04fb5321f4a15c9778 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "statistics" system catalog (pg_statistic)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_statistic.h
index e2e8d4f6d4fb8a1d901ce5cdb2f5e4cb79f0db7d..c45c7b61bfbd1f7583d12ea5ca4964c955bfceb4 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "extended statistics" system catalog (pg_statistic_ext)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_statistic_ext.h
index 4298c3cbf296f2055c971c02b2016fb6ed05d176..3cb13d897e2635b61e8c52009405eeaaaf67ff07 100644 (file)
@@ -3,7 +3,7 @@
  * pg_subscription.h
  *       definition of the "subscription" system catalog (pg_subscription)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_subscription.h
index efd7901032e71f4943a4a6046a04f059d39ad3f2..cc232bdda88173e638bc51cb00f47b9ea0e4e690 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_subscription_rel.h
index dc942f4be0417ad9572b7dc67f742093ee318427..f45ef9a2dd4fd0564dc02c46d5ef292c20471882 100644 (file)
@@ -3,7 +3,7 @@
 # pg_tablespace.dat
 #    Initial contents of the pg_tablespace system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_tablespace.dat
index 80caefd77aa186b43d1714c4a4ea97d730da2ae6..594a81cd9a2d41d2c859cbda4a4a4237591f4306 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "tablespace" system catalog (pg_tablespace)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_tablespace.h
index e92f0bccd1c8882b8653668d72e40ed5af88cbf6..1a255cc8eaed4232bff1c3feff8b8b1f45bf1c0b 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "transform" system catalog (pg_transform)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_transform.h
index c3a685304b0f1e4f1075118288911201aa272c5c..362be3a6ab00a9e96a8f55dbc6e611473c6f9cae 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "trigger" system catalog (pg_trigger)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_trigger.h
index 142aa35ab630d269a665f4bf60dddf9296457bd7..47d23421cc42f99605cb22dd31bedbdcf9644f48 100644 (file)
@@ -3,7 +3,7 @@
 # pg_ts_config.dat
 #    Initial contents of the pg_ts_config system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_ts_config.dat
index d15db9b4b9154fdab5282b14a06673b57cabdfd5..4531c3e16b4814a4780d027019889bb35db4dba0 100644 (file)
@@ -5,7 +5,7 @@
  *       (pg_ts_config)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_config.h
index 097a9f5e6df929f0197a86dfd1ef69a8bf2d122d..3ce4e1630378fbf6ae63ce75d19451a6e1fa626c 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-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_ts_config_map.dat
index 37d81e5597e0204d2bcf64845517b417ea4f06e3..dd2de48e73df6fb780d47572a61643e2df0c3516 100644 (file)
@@ -5,7 +5,7 @@
  *       (pg_ts_config_map)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_config_map.h
index 6db8284bb78ba5519f15b5262db0916be0621fdc..cda413a0dccb66a964fdd98fe697458b3f7ff5c6 100644 (file)
@@ -3,7 +3,7 @@
 # pg_ts_dict.dat
 #    Initial contents of the pg_ts_dict system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_ts_dict.dat
index 5c4182abac12c82bfc2658c24f4977246d65fc71..b77c4225e33e2649662d724d303ba25e5f878540 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "text search dictionary" system catalog (pg_ts_dict)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_dict.h
index 68a639b50d5293cc5d8cbf8d28c1daaacb4f99a1..aca4773c13b7619df27093ea0ff64c1eba52449d 100644 (file)
@@ -3,7 +3,7 @@
 # pg_ts_parser.dat
 #    Initial contents of the pg_ts_parser system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_ts_parser.dat
index b46a91525e30d3ac8c70db9f8b2877bf6be7929c..88ef79d3ab0e4935174ec6261206aeaf4b0a8c1d 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "text search parser" system catalog (pg_ts_parser)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_parser.h
index 8d750ecac004ec8b31da762c986a4ee2f305b4c3..d55dc25d14a15795b3ddd72a690d42851641675b 100644 (file)
@@ -3,7 +3,7 @@
 # pg_ts_template.dat
 #    Initial contents of the pg_ts_template system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_ts_template.dat
index d970ebf659de00ece0d6d6d38d8996f8fb33d6bb..afaff027d391763f428928faea36c42a1338ef1b 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "text search template" system catalog (pg_ts_template)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_template.h
index 7bca400ec239a73d2c89113bc6cf734a7391453e..4b7750d4398d3f9b6d14c868f689fd4ece2aae92 100644 (file)
@@ -3,7 +3,7 @@
 # pg_type.dat
 #    Initial contents of the pg_type system catalog.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/pg_type.dat
index 43bc08ee5280f824429fb51a1e94d699fe3b022f..24d114b5757d37a8743158382b2b80048a351c73 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the "type" system catalog (pg_type)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_type.h
index 985ad9b94cda77b067fd6cec3ec287df1bef970e..e496828dca56fd2497374a8b5eb8d29359873fa4 100644 (file)
@@ -3,7 +3,7 @@
  * pg_user_mapping.h
  *       definition of the "user mapping" system catalog (pg_user_mapping)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_user_mapping.h
index 41c57c5d632d89f531f7368b4b0c90eb57c8b85a..4835c2e41bdb18f7e961f6f7fc2d82fac50d1b14 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-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/reformat_dat_file.pl
index ef52d85803806e0be6dbf7f1082ad6fd63a966fe..9f638be9249bef5310f2259d5b47215a32356bbb 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/storage.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/storage.h
index 573807159865eac30414cb50eef9d1597410c251..dfca3611ea364016c5465bfa4c6d9dd4a1ad13de 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for XLog support for backend/catalog/storage.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/storage_xlog.h
index f259890e43cf65848b15c75d710a6e90625982bb..37969719a0da0cec1e49c09317edc0d0a5abce25 100644 (file)
@@ -4,7 +4,7 @@
  *       This file provides some definitions to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/toasting.h
index b5cafe0f3d38180e3f9db93b416dbee7d6c97b53..19149a0edf79ec1bd20f98dd459eaa3f77bb48e5 100755 (executable)
@@ -11,7 +11,7 @@
 #    to take over what was intended as expansion space for something
 #    else.
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/include/catalog/unused_oids
index 402a4b2d58285855a59c175197d9d36144d1ab0b..1b4cd88fdc052a02052ff2c1d92c112c6803915b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for commands/alter.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/alter.h
index d5868c42a025a60ab94763a8c87d23895001faca..cfea78e039d9f7903ce415cac088addb90df6329 100644 (file)
@@ -3,7 +3,7 @@
  * async.h
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/async.h
index f37a60c1c14fee06f9c40a7c469e89a82bf36ac4..d30e9c66daeff5d3201657f2cbc8de2d5aa73c2f 100644 (file)
@@ -3,7 +3,7 @@
  * cluster.h
  *       header file for postgres cluster command stuff
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/commands/cluster.h
index 9b0f00a997e9dbe2eacff31cc48f7b2ac6ea0b46..e25f5d50b322b82cc56d2088032e0d41990614df 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for collationcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/collationcmds.h
index 411433f862cc3d32e5ae7d001af43d3358b54bca..d349159f05c7b0db6bf2e6b6821a680aa85e2502 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Prototypes for functions in commands/comment.c
  *
- * Copyright (c) 1999-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 9fd40cb6f0448c5f53becedefdd91c0f371fd166..c38cab8076eea4b96ebb311bb71f0cb44c67c9ed 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for conversioncmds.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/conversioncmds.h
index b5cadce3efa79f0f83afa05c49297166a10770cd..c70556137c72e90044ed5bf447e9a524b54e8b6b 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for using the POSTGRES copy command.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/copy.h
index 03ba21ded835e4da465f6175a904feae67b10443..1f02b149fb18805914a1754799630a0124d873b4 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for createas.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/createas.h
index 677c7fc5fcb5070b47d5ee5fd98efe23b87f1d91..28bf21153d891fde679fe0642c4753860683f076 100644 (file)
@@ -4,7 +4,7 @@
  *             Database management commands (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/dbcommands.h
index 83048d6c5bc6a425a8dd7efa96f80fe723f70568..46be8a615accc6a9fb05e157ee637b248188f7b0 100644 (file)
@@ -4,7 +4,7 @@
  *             Database resource manager XLOG definitions (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/dbcommands_xlog.h
index 1d05a4bcdc88e32e5cb2d39fe61e0f4ef3000abf..e592a914a482f0ecbe46aa18f47590239e621b21 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES define and remove utility definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/defrem.h
index bbec7ef6efb888c1e56933f3b53348b4d499c607..dbd27bf202f1ae27ce8df71e1124169854b2ac4e 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for discard.c.
  *
  *
- * Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/include/commands/discard.h
  *
index 5a2fc6c8d717e2180906fccccdde28e056c2b389..0b8c7cca21f37f6c5b546a30ab8ae2382bdeafb0 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.h
  *       Declarations for command trigger handling.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/event_trigger.h
index d3f70fda084ebdf203c72c9ed751f7b37901af84..e8854db4599b759d1e220bfc56f2fac16471dda0 100644 (file)
@@ -3,7 +3,7 @@
  * explain.h
  *       prototypes for explain.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/commands/explain.h
index 068a3754aac8e5ebfaa2bf9ad98da8384fc40a34..2cdc26c77603b2ed2053a37a61633f664ec49ebf 100644 (file)
@@ -4,7 +4,7 @@
  *             Extension management commands (create/drop extension).
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/extension.h
index 6420e13e7521d06fe7a602949bbafc3963cfb8cf..8d2a9a24c50bd9d0adcb4fc9305562f961a8044d 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for lockcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/lockcmds.h
index 3b30ad76b2c2cdfdf91d940670f3da558f054c1b..d4461dd80201f545a092a3a40b524870d4fa7e6b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for matview.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/matview.h
index acf621a8ecdbb6e63f5d1d4a02a0a5a8da47149b..725dff5da29a87f78b34ab198a3c35c69e4a8f21 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for policy.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/policy.h
index 99dd04594fd46104f53142425a94bc5c40b9f946..c54051037d65c6843e26c37380535a0276ae2600 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for portalcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/portalcmds.h
index ffec029df40c69dfbc27acb503b372d353dc50b6..a1ba71418ab6ffed039d13dbfdfbfa82c4ab9162 100644 (file)
@@ -4,7 +4,7 @@
  *       PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage
  *
  *
- * Copyright (c) 2002-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2019, PostgreSQL Global Development Group
  *
  * src/include/commands/prepare.h
  *
index 6a6b467fee4705551fc231fe176dac4061056c86..9858b36a383aae73bfa33777bb70ad0b636ce8e5 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/progress.h
index 0c0d7795cf131f96b83a3ae9d3206d310ccbde72..c536b648f829ac7d8a1d1c76a33bae7944594eca 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for publicationcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/publicationcmds.h
index bf00754245bce23f86bd7d10e6c15c413fde0753..6e47e44044fb2def74a50ec70d4008acb548c729 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for schemacmds.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/schemacmds.h
index 85f2cf67aafb9c17deb73039e5583b066b92facd..67bcf281ad4a606b747899f19a1ef433d3a658b2 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Prototypes for functions in commands/seclabel.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #ifndef SECLABEL_H
index 3f58bae31a083e6c691b0789700244c7d1924e40..ee26ab47d0eab0d16c8694d0750dcb0881ac2a58 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.h
  *       prototypes for sequence.c.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/sequence.h
index 6d70ad71b17afeb4a23aca1a17dc450ea780c627..8bcfd8dc2678c274a58eaa94e89cd4c10f972146 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for subscriptioncmds.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/subscriptioncmds.h
index 2afcd5be4422e2aaeceaa708a4294c5e2ff41f3b..ec3bb90b01b1418dafff57a83e67ec485deeae3f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tablecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/tablecmds.h
index d52b73d57ab86ffa6934e000fb8840b197244521..003c874c228899074caaee840d24b244f7d8a2fb 100644 (file)
@@ -4,7 +4,7 @@
  *             Tablespace management commands (create/drop tablespace).
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/tablespace.h
index 1031448c1451b7d60e466caa4c5539d2985ef144..9f212ac24bf829e108cb7c816ae55a3dc168f500 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.h
  *       Declarations for trigger handling.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/trigger.h
index ac4ce50ef6164713cf4df4bce9404453846edac1..5ce61cd634fbb79fe6e93b068d0710e7e7f37c99 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for typecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/typecmds.h
index dfff23ac55b381b8b789a5ab468fc27d2a412e5b..0588139b25d885f5dbca3f5e7406b6f2cb22747c 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres vacuum cleaner and statistics analyzer
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/vacuum.h
index 7373a3f99f8a9217c37519ef025377cf3528cfa3..5f43414425c4049507c0a8927808ad9ff752a9b4 100644 (file)
@@ -2,7 +2,7 @@
  * variable.h
  *             Routines for handling specialized SET variables.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/variable.h
index 4703922ff69a2198a9c2edf4de1a9b470480a505..77d8271aec9cc868939765412e2ad347a9f6258c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/view.h
index 32cec4b2104fe9bd961d6c0532868201ad05bb0f..1bae5ec9664c8d91193f0e4fc05c75c7c8fda43a 100644 (file)
@@ -3,7 +3,7 @@
  *       Encoding and decoding routines for base64 without whitespace
  *       support.
  *
- * Portions Copyright (c) 2001-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2001-2019, PostgreSQL Global Development Group
  *
  * src/include/common/base64.h
  */
index 72014a915a92dc1db30c7fdd6956ad849b1fc004..888ba0d6535e965d62d5058e5dce37a14746ca49 100644 (file)
@@ -2,7 +2,7 @@
  * config_info.h
  *             Common code for pg_config output
  *
- *     Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  *     src/include/common/config_info.h
  */
index d8fd3163968594cf9ee06c351b367d2182cce0d8..0ffa2000fc26a14d6908983f2f4996102306d956 100644 (file)
@@ -2,7 +2,7 @@
  * controldata_utils.h
  *             Common code for pg_controldata output
  *
- *     Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/include/common/controldata_utils.h
index 458743dd4019299362bf0c66007ce9f339540885..a1e5940d312090364ac62a0356a243e5346252b9 100644 (file)
@@ -2,7 +2,7 @@
  *     fe_memutils.h
  *             memory management support for frontend code
  *
- *     Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  *     src/include/common/fe_memutils.h
  */
index cfa0546385a73c4977d01fca06f29a82e9fa0596..d512e622dbbcd452bc49cc4144a2f249dd446b97 100644 (file)
@@ -3,7 +3,7 @@
  * File and directory permission definitions
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/file_perm.h
index 71f638562e2171ba8bb6df44d30c32dca5211cfb..b1f1a3a1c15a41e180de4e76dcce9b2f6a053a8a 100644 (file)
@@ -5,7 +5,7 @@
  * Assorted utility functions to work on files.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/file_utils.h
index ff410f0eae833d5029edbac7026f56d9a832f7f7..d7547985438c0a0b94facb487f7022e9ee490ccc 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * src/include/common/int.h
  *
index 2654f18f85fa57d8246244b6b191c99e9f8a368a..1a833cd93e7ff318a104dc50e99f3147537d6287 100644 (file)
@@ -8,7 +8,7 @@
  *
  * See src/tools/testint128.c for a simple test harness for this file.
  *
- * Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * src/include/common/int128.h
  *
index 33147891d1db550668daa08339ca1bce798864aa..08880a13f902f2129fae52382926e911c45d3563 100644 (file)
@@ -5,7 +5,7 @@
  *
  * These definitions are used by both frontend and backend code.
  *
- * Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * src/include/common/ip.h
  *
index 0b31505b6656668cac314010157f8cc76f588b5c..8f22f32548c8fc2f3cb9f1ead85f68377e4d5a43 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/keywords.h
index 917faae9ef2a89a8721389abbb4890897ed68678..1845e66e31d2e895927bc5fc49bed435a5eab4d7 100644 (file)
@@ -3,7 +3,7 @@
  * link-canary.h
  *       Detect whether src/common functions came from frontend or backend.
  *
- * Copyright (c) 2018, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2019, PostgreSQL Global Development Group
  *
  * src/include/common/link-canary.h
  *
index 905d3aa2197305036563fac1041ddf8fb72d5eda..cd54c874b117c314281203c63c513af89c288e04 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/md5.h
index 82d817a53c7540973603cadde560a1c4484e8818..f3cda129ab573c44d468d8f6a6b2bf084bbfed36 100644 (file)
@@ -3,7 +3,7 @@
  * relpath.h
  *             Declarations for GetRelationPath() and friends
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/relpath.h
index a4a263fdee041487ec6542b85451fe2b0403cda3..d71499d07edb4b818a9180a35607394b4b2f9390 100644 (file)
@@ -2,7 +2,7 @@
  *     restricted_token.h
  *             helper routine to ensure restricted token on Windows
  *
- *     Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/include/common/restricted_token.h
index dc1af15030c689a27a5e54de12757f9ec8e234f5..09f33650d90f079adc1682c26386fa9ac2242f50 100644 (file)
@@ -5,7 +5,7 @@
  *
  * These definitions are used by both frontend and backend code.
  *
- * Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * src/include/common/saslprep.h
  *
index 21313031692883bb1d644bfe3b723541b8591d4a..258d275314521feb2b01dc1382af66fb833d0efe 100644 (file)
@@ -3,7 +3,7 @@
  * scram-common.h
  *             Declarations for helper functions used for SCRAM authentication
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/scram-common.h
index f3fd0d0d28a37c5f91a02013ff721cea6fa61d00..6c208ee42edc7e11b09cb77955a190fa76935372 100644 (file)
@@ -3,7 +3,7 @@
  * sha2.h
  *       Generic headers for SHA224, 256, 384 AND 512 functions of PostgreSQL.
  *
- * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/include/common/sha2.h
index 7c3594557aca355ef70c3ccf8c232eae043f3f48..f3467f0ee43186e1444c5020eed08a21e91e5ea9 100644 (file)
@@ -2,7 +2,7 @@
  *     string.h
  *             string handling helpers
  *
- *     Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/include/common/string.h
index 34ca2622ec5408cd2a871653673e916c9302fc1c..99167d295259e1db102eff2520dae4bc36d786ef 100644 (file)
@@ -5,7 +5,7 @@
  *
  * These definitions are used by both frontend and backend code.
  *
- * Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * src/include/common/unicode_norm.h
  *
index 3444bc8d802cfb7f8b332a9d8b4198c02d072cd5..35cd19bca9b592d96aa20332d93d2d2c9d5e0635 100644 (file)
@@ -3,7 +3,7 @@
  * unicode_norm_table.h
  *       Composition table used for Unicode normalization
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/unicode_norm_table.h
index 1bb3496f9e3448153a533f3e90221891225bf78f..ecc5ad4207be9065bf43228f9383750aed059e8b 100644 (file)
@@ -2,7 +2,7 @@
  *     username.h
  *             lookup effective username
  *
- *     Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  *     src/include/common/username.h
  */
index f5b6026ef5be4e539770b2318c96f3d6ca4fc379..2b506827cb27a6132c4a53d6e7381c749bcf2ad0 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Note: this file must be includable in both frontend and backend contexts.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/datatype/timestamp.h
index 194bf46e0f570c596ab82ddd2fef967560787884..b875bbad4fb0858d481990b307cdfb1cfa66beed 100644 (file)
@@ -4,7 +4,7 @@
  *       Low level infrastructure related to expression evaluation
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/execExpr.h
index 1b4c35e5f1469e534aa583e7e4e6e720c805be04..d104d28a57c93ebbd502da42bb3a87d3a5b60253 100644 (file)
@@ -2,7 +2,7 @@
  * execParallel.h
  *             POSTGRES parallel execution interface
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d3cfb55f9f130aa44bb473e09117bbc0f6c43931..2048c43c375508cf0cdfe2bed4e3246ad9a21abc 100644 (file)
@@ -2,7 +2,7 @@
  * execPartition.h
  *             POSTGRES partitioning executor interface
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 236b2cc4fdf56b806e930e9ea65d903f0557284a..c119fdf4fa06ce3527c83a9777f5a445e155577b 100644 (file)
@@ -7,7 +7,7 @@
  * for debug printouts, because that's more flexible than printf().
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/execdebug.h
index 10e9ded246bdba0760986a33da52d33024659fb6..ea8b67679895637175eaf3cfe98dcfe30b915d93 100644 (file)
@@ -5,7 +5,7 @@
  *       and related modules.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/execdesc.h
index 92a10ebd5c92a76109b8b110a23d2b50f9a8ad70..50a943b618375033112f1e891f38e1b8e3a63a1c 100644 (file)
@@ -4,7 +4,7 @@
  *       support for the POSTGRES executor module
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/executor.h
index a309809ba84bc530f796e4be3d0fd456d718e1d6..2e457417da1d2b8e7ea1e825801584da9bdf76a2 100644 (file)
@@ -4,7 +4,7 @@
  *             Declarations for execution of SQL-language functions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/functions.h
index a9f9872a78c99a658b443671d0967cb8168ef7b4..e7bf158c1bdb5d1ded6a1b7e058ff84498903481 100644 (file)
@@ -4,7 +4,7 @@
  *       internal structures for hash joins
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/hashjoin.h
index 6d0efa7222fa892c672486f332934eb4971cd9ef..70d8632305ed29e42abbc2fca661327044e41d94 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for run-time statistics collection
  *
  *
- * Copyright (c) 2001-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2019, PostgreSQL Global Development Group
  *
  * src/include/executor/instrument.h
  *
index 8fb8c8fe802c06874dab03f4100ab29b2261a0ae..3d93439e5fc87e4cbdac6367a19474a72f2bab6a 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeAgg.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeAgg.h
index 4e31a9fcd83abfc807f6fb81dc87e71cc1958c78..80e02b7fac8dd969aaf4519f9acb251812a3adb4 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeAppend.h
index 029e5b600d778f8b5ea62d7a655317865624d608..addf70f969cc94b033c5dcdb6d225210ae184019 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapAnd.h
index e86d3e10d4ade4635d94595c3dfbd4429927dc0f..0944ec4d8e79d09ce5c1068189293b749b729d34 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapHeapscan.h
index 8b93baabea47be1c94012671958cc706a0fe39fb..3903c876f86dcca32f537da1af9254d4d58d73b8 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapIndexscan.h
index 96f84d22ede966e54f6c4085e76a4e968354778a..27ce62c806d2cae70038f3aa447022deda4b6d67 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapOr.h
index 21f4f191cd1f7bbc7addf527bc6a2debf8301ae6..564d807e845cf03ec4b907eb16edfe8e55ee2a2c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeCtescan.h
index 454a684a4096e09359740d230c7bb038ff1529bb..0ef5870006eff241e8951dc43d6c48cf60cb8248 100644 (file)
@@ -4,7 +4,7 @@
  *
  * prototypes for CustomScan nodes
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * ------------------------------------------------------------------------
index ccb66be733dcaeb9504946036ba07ad38b2158a9..4d5c4d1ed90c2dbecf74d2ae965006e26d36f983 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeForeignscan.h
index 5de8d15a5ffe3466d72c2552f8968bbeb7a9c297..4f7d60dcc3d520d858000dcdd2155e7a2a6c8e55 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeFunctionscan.h
index 4477b855c45004b434bd8927c4aab7e3cb4cdda3..73a69a4c4bbe815bd13967f9cd0321caee335578 100644 (file)
@@ -4,7 +4,7 @@
  *             prototypes for nodeGather.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeGather.h
index 1e514ff0900d40291f0a0372369c2bc601b4868c..1509b7bcbcef5f51a3d3cde1fab05c2c9d75e851 100644 (file)
@@ -4,7 +4,7 @@
  *             prototypes for nodeGatherMerge.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeGatherMerge.h
index 483390db8cea4c9a4140cef5e9aab3a4950d5241..1e673b0dafc8b2ccbed22856294a152f90936728 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeGroup.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeGroup.h
index 8d700c06c55d585c9d24f3a8612973774ab4f980..1309b32b9035b2b8001babad9d600c4f988c0a2c 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeHash.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeHash.h
index 4086dd538213a41cae3151fe28571fea21f1527e..e9a8e23d7016c20c8ee10124d7db2b2e44d19b41 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeHashjoin.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeHashjoin.h
index 8f6c5a8d09dcf948965c4542c5a3a1007bccb100..38a9c13120b0089592b7ecc780e18a4afd48ef39 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeIndexonlyscan.h
index 822a9c9fade56c1704b7d0dfcd595fd828f83656..028cdb61d1c0c8e0e79cc76b03c8661a137a722e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeIndexscan.h
index 160ae5b0263f4c26dfd412717aaca7290fb4e0df..c12ff92bb57f91146f4d924a40088bf0e6fc01ad 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeLimit.h
index e3d77dff560554d5420dd91624bee14e8251759e..0623607d1665a08201dcbbac3fd84f0718519b1b 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeLockRows.h
index 84004efd5e97e2463a22230762d1e5f8e7571cde..e558c34cc00f2c36eac246069211ee23ee50307b 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMaterial.h
index e3bb7d91ff902b796370a4f123a7bbd9f6049cb9..feeddd4a6f666aff06d7dc6ff5c67dcba4f380b2 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMergeAppend.h
index 456a39d91477cc04678ac8fbdbadba9de07ec453..996ae4d02c8842d66b6b83302be6e0aef951bcb4 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMergejoin.h
index 0d7e579e1cb4eaee40652d2b6ec832e9459e8cc6..b8b289efc0e0e9dab1719da3ba27e101a8c51896 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.h
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeModifyTable.h
index 6c7300bcb86b655bd456548bcb894b96985f1313..89e441fd3b7b1ab6c1e21f11ac20142169af190a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeNamedtuplestorescan.h
index 06b90d150eb251af9930c4a647273b672b5cf177..d1f94d3c126dfb0eb01c5661422a82227c0e958a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeNestloop.h
index c365589754daab8e4679b168f024ce4986116390..15902a96e96683dbbf286cd123e4559e2cb6ce5d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeProjectSet.h
index 09f211c5000b781707fd301d8540d70630c27a7b..76befffe09ba9fa8bb3e25b32403805e122718a5 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeRecursiveunion.h
index 422a2ffd4781bd34c8122c3dca9f87029ba7dd94..af5fb60a6781e84cbc1409fbeaf1db6f1f259e3c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeResult.h
index 0d489496cd4c3e617c4c0b2f416563097290d4c0..c0976508c4fedc7367de4909db38f48e7231fdba 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSamplescan.h
index 020b40c6b70095018702fd3b06fd0213ddadd6fc..bf2cea6d494f9e1cfe930f2db6665f4a9d378e3b 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSeqscan.h
index d41fcbdc6e6feb084cde11a594ba37f110747081..408022c6ca6a9872614ee9fe2bfc3e15f978c50a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSetOp.h
index 22f69ee1eab6f9742b534242446fcc590169a68a..d1caceddfd17512627425b9620b825c4aaeb8b32 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSort.h
index fd21b5df8fb3d78b6a0fe86777df16b35d38bb09..2d90964275b5bd368965886440fb9abb7e01d19b 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSubplan.h
index 4bd292159c1cab80a910e7ca4708c5afac4f322f..cb61217fa3b044bfd132b8a27f049488c2c4f715 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSubqueryscan.h
index 06ebbf31eb5d3f3b4b7f7d6e362439d50bb4b48c..f780624752277f6fc5ff0a83a65eccd44da94f23 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeTableFuncscan.h
index 30d21ff2296a1792b85e6a558ac5e5ab2d1414e2..9065995408bf7df697bb752ad3634f11250060da 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeTidscan.h
index b8a44b73c10265af17322912aca9a51b9e9f88f6..adacc703664cb5f64c511ab07f9118502164fc6d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeUnique.h
index b4f384b111a8d0f8a7a9a8ce41a3566384dfae9b..25bec5086e4660ca8c6b6cd5880c882aa9470185 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeValuesscan.h
index 677e2d8d07e7e85d5d8173022407c1acf3ef6ff6..741036dd9825ec8d279942a5d2b3bd8f02cc014f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeWindowAgg.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeWindowAgg.h
index 7daee1e40a6e51399b3b3d2699edfb15effa6d42..d100cf203cc9e883725376c232977792712084ea 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeWorktablescan.h
index d2616968ac4c21ce6e60ca33aabc9a98cebec687..eafcc7a4e4dc17035cf9df3eb779ac2d482f965c 100644 (file)
@@ -3,7 +3,7 @@
  * spi.h
  *                             Server Programming Interface public declarations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/spi.h
index d86d7e0a831a2f026c3bbbe353a848fe4092b8db..bfcb46631445dd026764080514d765ed00136371 100644 (file)
@@ -3,7 +3,7 @@
  * spi_priv.h
  *                             Server Programming Interface private declarations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/spi_priv.h
index 52424ae2ffd07f7bc5f70675701f36c4e2073a37..926bd570145c7be75e73d5287a3e25a61f78bf46 100644 (file)
@@ -3,7 +3,7 @@
  * tablefunc.h
  *                             interface for TableFunc executor node
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tablefunc.h
index 0fe36392525bae4678654e7605bfac25059b1400..0ab1bb741671e9b1ef730c81536e71d00e2aae89 100644 (file)
@@ -3,7 +3,7 @@
  * tqueue.h
  *       Use shm_mq to send & receive tuples between parallel backends
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tqueue.h
index 5e2f83123c4b3505477276138b8343c8695ff27b..64f7be4831046a1af6ba5fa5608961b779a0b50a 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tstoreReceiver.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tstoreReceiver.h
index db5031f57465cebee1fd8fea9e7359446a0bd87a..b6267dbf7af885e67d468c7e1cd341b377caf8b5 100644 (file)
@@ -4,7 +4,7 @@
  *       tuple table support stuff
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tuptable.h
index 9b91de5a3dade225e3219bd8d70ca27f90938398..539b929b6a705efd00c8d0a96b3929298ed5c2db 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/include/fe_utils/conditional.h
  *
index d62f5a37243fb6ce5753ea57b7b21ff0d096c08b..c1c8c04ab02f83954556eed3df48a868eb12f993 100644 (file)
@@ -3,7 +3,7 @@
  * Interfaces in support of FE/BE connections.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/connect.h
index 7d8019c203dabb442fc5a66f37789b3e39716d6c..4d7c9eee50224ed6dd968c015a2eec6abc1985c9 100644 (file)
@@ -3,7 +3,7 @@
  * Multibyte character printing support for frontend code
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/mbprint.h
index 4f7987e5cbb036bc2aba95f0dd34e6ce08499f4b..2a9e72175c5832f41bd8c95260fb31a5f1309411 100644 (file)
@@ -3,7 +3,7 @@
  * Query-result printing support for frontend code
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/print.h
index 2d58c071f37e16d5144047ba63faeea957ee86c1..1cf5b2e7fa41e05023251cfb003f1d0eba1ece9f 100644 (file)
@@ -10,7 +10,7 @@
  * backslash commands.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/psqlscan.h
index 0be0db69ab73d8ae1596d37f55b8d39104b9aba1..42a738f4221fdfa93ac5c4a41c58a56ae770af2f 100644 (file)
@@ -34,7 +34,7 @@
  * same flex version, or if they don't use the same flex options.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/psqlscan_int.h
index 9785489128cf772360b01fbec64e84fddf8a199a..8a95cbb3a85b7ba696b9170aa464b0621d96b9e3 100644 (file)
@@ -7,7 +7,7 @@
  * it's all we need in, eg, pg_dump.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/simple_list.h
index 8199682e6317ab31cbfbe11a572102a31df91b79..31c8d7d7a324472f4f05a499b6ea840e9691222b 100644 (file)
@@ -6,7 +6,7 @@
  * assorted contexts.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/string_utils.h
index 101f513ba67a4f05236c01faa4972943bc74a486..ead17f0e442b8794505cf9ca53421339af73c8aa 100644 (file)
@@ -8,7 +8,7 @@
  * or call fmgr-callable functions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fmgr.h
index c14eb546c64136523ee3755dd557302203d3d0a3..e19d53a41f0142dc950fa2e2a59fc62558229957 100644 (file)
@@ -3,7 +3,7 @@
  * fdwapi.h
  *       API for foreign-data wrappers
  *
- * Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * src/include/foreign/fdwapi.h
  *
index a7129b5fcb2b939b76f417fa5fbbc7bb277b2c8c..64919c931e9c9187bd662701909394cc751206ee 100644 (file)
@@ -4,7 +4,7 @@
  *       support for foreign-data wrappers, servers and user mappings.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/include/foreign/foreign.h
  *
index 6a9eb4366c37fdce7713a81c5bd5386d95182e82..3fc981b96d459cc47bf2ebbfe336917c14f7077a 100644 (file)
@@ -8,7 +8,7 @@
  * or call FUNCAPI-callable functions or macros.
  *
  *
- * Copyright (c) 2002-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2019, PostgreSQL Global Development Group
  *
  * src/include/funcapi.h
  *
index 1b460a3e5f2931063eaae68daeab0e3e1bc2697d..209318b5d677b998010c5e04d37d69edc1cf0580 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * src/include/getaddrinfo.h
  *
index a9013b40f79a4c631c98e351acf35c7dc56378b1..4afa8e001fab42cec21aecd6ab6a07040c40c346 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * src/include/getopt_long.h
  */
index 6cb3bdc89f0b29d8b52da18097de1d8ff3537826..d879cef20f306df8dd8c71296783c72bfade22a1 100644 (file)
@@ -2,7 +2,7 @@
  * jit.h
  *       Provider independent JIT infrastructure.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * src/include/jit/jit.h
  *
index 1639846d8b5199aa992706fad978a9e60ffe7af4..91829bc441ce328e6058f19030b13f684b807731 100644 (file)
@@ -2,7 +2,7 @@
  * llvmjit.h
  *       LLVM JIT provider.
  *
- * Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * src/include/jit/llvmjit.h
  *
index 0d1b246f42ace87b40592c1e7afc16da5e7a8fd7..48a5c0f86cd46213d1bd406e90438f960d49e935 100644 (file)
@@ -2,7 +2,7 @@
  * llvmjit_emit.h
  *       Helpers to make emitting LLVM IR a it more concise and pgindent proof.
  *
- * Copyright (c) 2018, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2019, PostgreSQL Global Development Group
  *
  * src/include/lib/llvmjit_emit.h
  */
index 9399e0d60b0569115ed4657485b5bcd773b0eb52..92dab66a01ca02de7fceb8d057d83ed0067beaf2 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A simple binary heap implementation
  *
- * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * src/include/lib/binaryheap.h
  */
index c184c0d38e1fb48ac9b53f670844c55ba415afd1..7997a5d5a683329f49c8b16b0b92c612c5ea76a2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * bipartite_match.h
  *
- * Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  * src/include/lib/bipartite_match.h
  */
index 6cbdd9bfd99f344ef396bdd76c8687741574494a..181f298217d00e44672140e2274cdccccca11031 100644 (file)
@@ -3,7 +3,7 @@
  * bloomfilter.h
  *       Space-efficient set membership testing
  *
- * Copyright (c) 2018, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *    src/include/lib/bloomfilter.h
index 8c733bfe256e84ed20a5fe43c2a37ad6d49e9219..e5dfd57f0a038f078dc5046a40094fb4a3c932ed 100644 (file)
@@ -3,7 +3,7 @@
  * dshash.h
  *       Concurrent hash tables backed by dynamic shared memory areas.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f735111f916ff7fafe1861397e4023b710d6bb85..508a3cf7066efb790b20bb60b362d9b0e5d1c323 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A simple HyperLogLog cardinality estimator implementation
  *
- * Portions Copyright (c) 2014-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2014-2019, PostgreSQL Global Development Group
  *
  * Based on Hideaki Ohno's C++ implementation.  The copyright terms of Ohno's
  * original version (the MIT license) follow.
index fc9d6b3ee4c626fe45b1c1a9e2eedec32cf63258..b1a5974ee404fb67b2082d9b3ab2d710f458aa85 100644 (file)
@@ -96,7 +96,7 @@
  * }
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9f17004d48e19efa62413b1bfe1fd37b528c5dc7..2e148ad29300b12484871a8192fedfa5956edbea 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * knapsack.h
  *
- * Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  * src/include/lib/knapsack.h
  */
index 9d3de79601fe7e1cd000308a774ed9d47be1bc32..8310c649ad74f014dd7faf38ef862f8fcda15505 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A Pairing Heap implementation
  *
- * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * src/include/lib/pairingheap.h
  */
index 51e4ed321cbecb2e90e5346c7b3df321b7578834..3908208483af9d09eb2253f4c045590905d446b7 100644 (file)
@@ -3,7 +3,7 @@
  * rbtree.h
  *       interface for PostgreSQL generic Red-Black binary tree package
  *
- * Copyright (c) 2009-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/lib/rbtree.h
index 8551237fc6b302007ec68ae61e609ced6ade419a..729b8bcfdd9c599de938f0d38f94cf97a702e006 100644 (file)
@@ -7,7 +7,7 @@
  * It can be used to buffer either ordinary C strings (null-terminated text)
  * or arbitrary binary data.  All storage is allocated with palloc().
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/lib/stringinfo.h
index e8a1dc14ffc5b5855beb111abe439c724748b2f2..405fd43487b02330e40f3d39bc2f6207b224fa7a 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for network authentication routines
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/auth.h
index ed31e54323d8c641a7cda81e525ec4c57c427eb4..59dcae5e494cccae18f8a274fbaa8e117819abfc 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/be-fsstubs.h
index 4279a4a9ed36ebcc47f42682387adfe8b9f5f4e1..5f5d5fa3601eaf51b8128fbb58aff8a1638fde26 100644 (file)
@@ -3,7 +3,7 @@
  * crypt.h
  *       Interface to libpq/crypt.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/crypt.h
index 1d35597a7f4a5d042c7a1e7678016bb5117e4ad5..d6151efa9dd870c63f78ceb863e21c5188ce11fe 100644 (file)
@@ -3,7 +3,7 @@
  * ifaddr.h
  *       IP netmask calculations, and enumerating network interfaces.
  *
- * Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * src/include/libpq/ifaddr.h
  *
index b2c59df54e4c42e03d4333248b5c901b1c28b36f..7570649b5b44814ccb866fd19d8f43930d642e67 100644 (file)
@@ -8,7 +8,7 @@
  *       Structs that need to be client-visible are in pqcomm.h.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq-be.h
index e63d11ef19453f6a662e1115077f3cc769ae9ced..f29883a83c2f3ae583e9a5d3f43c9dc3348926c1 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for using Inversion file system routines (ie, large objects)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq-fs.h
index e81752446e103976b68fe91e8b7fd8fd3782f790..755819cc5846300c89aa5921cbd47bbc38b21087 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES LIBPQ buffer structure definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq.h
index cc0e0b32c789d86093b93ff4cde71116e24dfcf4..5b84bdda99117ac30ebeb181acd4fb0a84efdd7f 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqcomm.h
index f0337325bb4e90332fa8abbcd998a9379b0bd810..dabadf6dbbab75b6100bab30944109a88231a408 100644 (file)
@@ -3,7 +3,7 @@
  * pqformat.h
  *             Definitions for formatting and parsing frontend/backend messages
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqformat.h
index e273656fde4b028c97fef785665e3fe40a77b938..81efe0d56ee9ec2a6e3b169ec90783dd5af84414 100644 (file)
@@ -3,7 +3,7 @@
  * pqmq.h
  *       Use the frontend/backend protocol for communication over a shm_mq
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqmq.h
index f292591dfc65401167e24dc942ab43db4e17b3cd..d0e3b9e479eb9c77c819a7be18dae59fb93d7c60 100644 (file)
@@ -3,7 +3,7 @@
  * pqsignal.h
  *       Backend signal(2) support (see also src/port/pqsignal.c)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqsignal.h
index f7865ca5fc131692aa9311c2ef542979a6cb9022..8eeb8807e913fdc25b2f1e2cf1871d1d1ff80f33 100644 (file)
@@ -3,7 +3,7 @@
  * scram.h
  *       Interface to libpq/scram.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/scram.h
index 748db5ba5fe8f4259d6638ae5fceaf15e46c9a64..68b8a8626ade202147e4669c29370b8b0b4d8865 100644 (file)
@@ -3,7 +3,7 @@
  * pg_wchar.h
  *       multibyte-character support
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/mb/pg_wchar.h
index d6b32c070c232f031cf70ea8c0f00c1615c02738..c9e35003a578fc01108519d4bde73d6dfa8be515 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/miscadmin.h
index 433df8a46d01dd06a7855245d13529832ce64911..892410635b5feaa74356f8b247356c847d9b4ff6 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * src/include/nodes/bitmapset.h
  *
index 5ed0f40f6970fbfa58ad27669064a204214fd776..a93bb61bf518ce8d3bbfaf33755feb007a6524a8 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for executor state nodes
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/execnodes.h
index 3f909fb45954335d1cbdeb6ca06a48a562bd8c55..7f9b6d8052bc87d03e53dacfb85f1b4e940d4e90 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for extensible nodes and custom scans
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/extensible.h
index 24afd6efd41dc776930da730bb8613d82077c117..c293595ccb8f1116077c3701ecaaf2e4d6fdd5a5 100644 (file)
@@ -4,7 +4,7 @@
  *       Common header for some locking-related declarations.
  *
  *
- * Copyright (c) 2014-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2019, PostgreSQL Global Development Group
  *
  * src/include/nodes/lockoptions.h
  *
index 57bd52ff2448e2fd51b93419ce8448a130914a14..5b5aa2d80a501c17ef1bde666c9d52b9c41ba2f5 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the creator functions (for primitive nodes)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/makefuncs.h
index 2a8d83f3d08682915a6c008b69b572f9d64f2900..dbae98d3d9f28522a203fe81d21d7dd9810c6330 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES memory context node definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/memnodes.h
index 849f34d2a8e3202b89ae5f947b2e85fcb3440a9b..7739600db26e55628778d93d1e2a3833d90954d9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.h
  *             Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/nodeFuncs.h
index cac6ff0eda49ffd1cefe1f605d43a140e82218b7..10dac60cd35dc812290802dc38b4ca0590cfb14d 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for tagged nodes.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/nodes.h
index 04b03c7303ee040311d275665f7fce2a1c95d7c8..ded3b3a3aebff0a34419c1da96da069b70c77c58 100644 (file)
@@ -4,7 +4,7 @@
  *       Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/params.h
index d3dd3d03395707ed0a0b6611a21d206205091342..27782fed6cbcc28f08e58c471f30d4fb52ab2b46 100644 (file)
@@ -12,7 +12,7 @@
  * identifying statement boundaries in multi-statement source strings.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/parsenodes.h
index e6cd2cdfba4a493d0124b53b397836a67a3ab044..4624604783a6e23dd9cee68e8122deab3eaaa3bf 100644 (file)
@@ -27,7 +27,7 @@
  * always be so; try to be careful to maintain the distinction.)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/pg_list.h
index b7d33fcf48bb9c7063303f7d44dfe4054fe060c2..6d087c268f38c62373f23c515734f708566f94d4 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for query plan nodes
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/plannodes.h
index b886ed35349b93e6292d09afef327d00ff8a2d03..78fb0e414e3f769e8c1b22ee275b5e725367f4e9 100644 (file)
@@ -7,7 +7,7 @@
  *       and join trees.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/primnodes.h
index fba87c6c13f7fae71a4c22fcb6d59ff4028b2dd4..81650e4abf9b61bd851bec865a228950f2118f6d 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for nodes/print.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/print.h
index 4f0d3c2192d191f98d9fe70eabbac007c56fbe23..aa967ea2dea49c18c481307fc41b29c3ea9916c9 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/readfuncs.h
index db3fb2147128d627d5631a5771d8dcd930482b8a..343006136157c42d1bfff56e2218ee44d92dbe24 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for planner's internal data structures.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/relation.h
index 66c948d85ec677ca353c544f5dc5a198966f5bcd..1e3ed4e19fbd3b14d14105c336f7cd6d0e740b1b 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for replication grammar parse nodes
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/replnodes.h
index 31532e97690f69b0dd9c38aaa69158958b7392a2..2645085b3448c490f9055d25b49618f6be9412ad 100644 (file)
@@ -13,7 +13,7 @@
  * fact that a particular page needs to be visited.
  *
  *
- * Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * src/include/nodes/tidbitmap.h
  *
index 1665714515373396eca661e8217760e3809d091a..871ffa8fa9f0e991c485b3b6f9f82e191b02a078 100644 (file)
@@ -4,7 +4,7 @@
  *       interface for Value nodes
  *
  *
- * Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * src/include/nodes/value.h
  *
index ed854fdd405b0aee265971a0802974277b48249d..5c8580e478964f3d84ec9ada7eb4b158cf415b52 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for clauses.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/clauses.h
index 77ca7ff837119b979bd032a9c957cd1bb2c097d0..e7005b4a0cf3a2f004d88aa267d1a95486bff023 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for costsize.c and clausesel.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/cost.h
index 4ae4b6374a61d81e9e7c5d606e0da06a1208f05b..dc88fbbc1bad9a573362e4052339fb55222c8116 100644 (file)
@@ -3,7 +3,7 @@
  * geqo.h
  *       prototypes for various files in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo.h
index f70786bef4024ce52a549a70c9631a2411647e03..0654b06d5d00eb258f656b6d56e6a11cb664d0aa 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_copy.h
  *       prototypes for copy functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_copy.h
index 3ddd268449e9eb3056094f6e6cb3bf9cba00c005..ff4c024bb6010d16c3ac19993d27b739f0a8aeb3 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_gene.h
  *       genome representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_gene.h
index 26a3669006414a10727d7b583c33dc783ed54a19..9b15b7455e1371d16cb4755f1fa16fb94bd365dc 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.h
  *       prototypes for printout routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_misc.h
index c9a002552353c00c589c97fe0712315a1f5b281c..4ffed687ff3dd4bc451806cbf237415d101c4e40 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_mutation.h
  *       prototypes for mutation functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_mutation.h
index eb343412f81fa2c073caf6ba6cc93d0735e38e05..7a135ad72b0439d57a03f9e7b23cbded6e224b38 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.h
  *       pool representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_pool.h
index 03bd0ae8ebfaaca5e27d59c7856fce1c11a83c16..398455e2e92278d3dc1ba1f3ca781a1ebac837b8 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.h
  *       random number generator
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_random.h
index 3ca89d80911a07ce80d8145f8d79039fb402d739..d95a063d263cd4d9d37aed4cd8a543554c58974a 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_recombination.h
  *       prototypes for recombination in the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_recombination.h
index d6bea3c2bd7724ab8c0866198688d2946445ed0e..1631c6c87e1e224bd8177a955a9592e2ce302e18 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.h
  *       prototypes for selection routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_selection.h
index 48f6d625e2e2b994625f4e9e0fbc14233152d44e..65981743314a725d1abcbdc9bf8cbd8ec19b0e50 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for joininfo.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/joininfo.h
index 2154e66746a182f48fbea228d71330fecedc36ed..8ccb98e5678e5b9d88c2bf55303948af240b5c8b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for orclauses.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/orclauses.h
index 81abcf53a83ea9a6d22f1a4cfab4c3b4ea088e41..bd905d3328e79e796d3b8b1179160eb5672ce58e 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pathnode.c, relnode.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/pathnode.h
index cafde307adb0a78480581c7f30c956996d7ae07a..666217c1895afd07afdf5b481425819104b88995 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for various files in optimizer/path
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/paths.h
index 91ebdb90fc64a66b9b2757fef571ff48458855fa..c7764a722639310462693ad62e9af034f6364fd7 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for optimizer/util/placeholder.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/placeholder.h
index 7d53cbbb8726da6a5facd270bb9ff1630d436759..a1b23251a11f98f348a65183dd01581d630e4f68 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for plancat.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/plancat.h
index ec1ea102331cb52839d045809c3ce6aded9b0b13..5072a46ddddca05709b14b4724303c2ee100bdf5 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for various files in optimizer/plan
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/planmain.h
index 902ab403ed9efd54009a7adc55b9b3314f82621d..8616681e0a2b5721f3532e71931306a31c64786a 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for planner.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/planner.h
index 69d87ea5c579111ac3a69ff07985de8772b6395e..d5abe792762359f07cd913bdbe86cfcb87a47ec5 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for predtest.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/predtest.h
index 38608770a20859ab19570edf5079396519373058..d6991d56905030df87911cf9ed6fdbf684e2859a 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for files in optimizer/prep/
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/prep.h
index a734d798c1ed80b96979f690cdda46abc7ca30e3..bca480f446f4bdee24ee49bf73284c15aafd1076 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for restrictinfo.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/restrictinfo.h
index d28c993b3a071eb8ce1c94833608148391abfec8..211e373430a3b33538bd425dc9f9379ac7639842 100644 (file)
@@ -2,7 +2,7 @@
  *
  * subselect.h
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/subselect.h
index 9fa52e1278ff8e013b07dd6e14e1a62decd5f8cf..8b967f958351c73586a83d199572bac56e2490f2 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tlist.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/tlist.h
index 43c53b534450c829c66f370433b978615426c7e8..a0c1387094afe7cde0285d68e5ca5633c4e5f9ad 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for optimizer/util/var.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/var.h
index 7b5b90c4b36b7c7c558f4db0b151f9fec3828fc7..12c91ef79e5a57c5f973a0e4585f35ef4bfb2672 100644 (file)
@@ -4,7 +4,7 @@
  *             parse analysis for optimizable statements
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/analyze.h
index 42e7edee6d3471e85394674dcd3bdfcf8e37fdf4..9e6fe888dc5d46ccddf8d6d8a0ad5f0504447046 100644 (file)
@@ -8,7 +8,7 @@
  * Definitions that are needed outside the core parser should be in parser.h.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/gramparse.h
index 23db40147b8cc19f274381395cb833625512ab4e..0256d539981fbb499d8b2ea555c73c3da35eea8b 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0e6adffe57f6e2243c94a76c6c96546975805c01..48fe9d714076cfd17c47822ca4bde13109b380a7 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.h
  *       handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_agg.h
index f37f55302fbf24c742c6852e70c2ede4c27d266c..179f3ab3c35f328f5e428c676538c46fb9581266 100644 (file)
@@ -4,7 +4,7 @@
  *       handle clauses in parser
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_clause.h
index 93c1ab4ef8c6b48479829f1d2214d57c97ffb7c8..2a2d9a38053b0fc828cc4d488c305cd80e18eea7 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for type coercion.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_coerce.h
index aea297ce38ccdc7b291000ec44d6e5e1c310e091..180d96b9b2f0f6acc9e2d7037cad511eaae33cf9 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for assigning collation information.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_collate.h
index 7e862d190657f97e6d0f170edcf33f9eaf1e5aa8..7fd35bde019cf53b040cb49b81523c72cf78fb4e 100644 (file)
@@ -4,7 +4,7 @@
  *       handle CTEs (common table expressions) in parser
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_cte.h
index e8af457e02e2706d8b738212266440822f4a0e91..b8eff5c0d4b6b03ebbede63190fe4c6a55f9ae23 100644 (file)
@@ -4,7 +4,7 @@
  *             Internal definitions for parser
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_enr.h
index e5aff61b8f3b98d0fdb3d3688e0c7629034eb3d2..bb1f8770d8df969b86933052eb2785659d56c8bf 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.h
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_expr.h
index 11f9046e385433a56343fb61065c35f25c2124f5..ff1477e64fed45270d2ec5c0acb3836842e6e57c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_func.h
index 0230543810f04752d0519fa17a06e0b6b5949576..f4e1cdd85b90cbe6d20da1dcb97394a7bf163685 100644 (file)
@@ -4,7 +4,7 @@
  *             Internal definitions for parser
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_node.h
index da9cd3877c4d6692f42778b3e75ae4d999ef4470..0690ef50cbfc4c6eb0408f8c95b519c30794250f 100644 (file)
@@ -4,7 +4,7 @@
  *             handle operator things for parser
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_oper.h
index fd6c695ebf9972badef3df6667b49da5e2ccd94b..006e774cb6f9313ac9fbbc56acfa5874ad272a8c 100644 (file)
@@ -3,7 +3,7 @@
  * parse_param.h
  *       handle parameters in parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_param.h
index bf0c3b057ba6af23004ff33478ab0f6fddc17d95..1d4fdfa78b78a2d4e5bf9024d513c005071b3cc9 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for parse_relation.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_relation.h
index ec6e0c102ff5d37ab05608e2bc500ab162619ca1..a7291fa59d4cfa61afd9aa6fbedf3d1cceec3ac6 100644 (file)
@@ -4,7 +4,7 @@
  *       handle target lists
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_target.h
index ab16737d57026ca56f2b7abe6ee008691e8cb673..662ffdf29a97dbdca0b7fac3235a42b9975e92a9 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.h
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_type.h
index 35ac97940ad12e8e68699627a9a072531e516b54..09a99d9479f53a08b2520d2aa4bf166354b587dc 100644 (file)
@@ -4,7 +4,7 @@
  *             parse analysis for utility commands
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_utilcmd.h
index f26f6e22e120b539dbddc4c25c27e93e6e00f670..6057dc16de9a5bc937d2ad44306f4ffd93a5c35c 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This is the external API for the raw lexing/parsing functions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parser.h
index fe16d7d1fa432ca4cd4926ee47683acc7e7c13ae..9ba78893b00f238ededbe6b251472f2e6d0fdd04 100644 (file)
@@ -5,7 +5,7 @@
  *       parse trees.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parsetree.h
index 20bf1e66724e560c6dc91ce75c7d1e263a8ad57d..009550f424678e20699639201193fef29a20c632 100644 (file)
@@ -8,7 +8,7 @@
  * higher-level API provided by parser.h.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/scanner.h
index 766b3f908a9e13fd757d2ad72317250f8f551d83..377f0181a4d09e2eb2bfef3ce2df2d9578c1ad86 100644 (file)
@@ -4,7 +4,7 @@
  *       scanner support routines.  used by both the bootstrap lexer
  * as well as the normal lexer
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/scansup.h
index 36fb584e23e350e8d576665dbdfaae8474de7bb7..b1ae39ad6355585c7bb007bd72c37d49b321659a 100644 (file)
@@ -2,7 +2,7 @@
  *
  * partbounds.h
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * src/include/partitioning/partbounds.h
  *
index 1fe1b4868e997c8213b863cddfd6e9bfc3680870..6e9c128b2c404a9a8b222f0685a9e93634ce2bb8 100644 (file)
@@ -3,7 +3,7 @@
  * partdefs.h
  *             Base definitions for partitioned table handling
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * src/include/partitioning/partdefs.h
  *
index e07aaaf798b27cc0ecf9e4514ed14dd3d89ae19d..ce9bc8d9fd8516eb7ad53517ad03ee8ba8a3fbb9 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for partprune.c
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/partitioning/partprune.h
index 02395af797b677c729e8cdaf8108e164a439f9e4..743401cb9698085bdc736e1d428a06158dad7864 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/pg_config_manual.h
index c050f2025f9c94fe538fc03c4c0577bab4dac611..bb5d2344401bc00e92d96a27d2465cedb59194cb 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * src/include/pg_getopt.h
  */
index e00e39da4e98531b58e35da459d8f43923dcb2e1..6f25db646638955a816869394bf98d6cb27704b0 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Definitions for the PostgreSQL tracing framework
  *
- *     Copyright (c) 2006-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2019, PostgreSQL Global Development Group
  *
  *     src/include/pg_trace.h
  * ----------
index f1c10d16b8b2adfb9efdfb1ed4444ee1b265c6f4..313ca5f3c34ff746a3fe5ce0266b9ac89d95469f 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Definitions for the PostgreSQL statistics collector daemon.
  *
- *     Copyright (c) 2001-2018, PostgreSQL Global Development Group
+ *     Copyright (c) 2001-2019, PostgreSQL Global Development Group
  *
  *     src/include/pgstat.h
  * ----------
index 9eaa8bf15de7592e2ca9352260719a1397d2311d..65328c7f54f8c8863e503b6012de541b391193bd 100644 (file)
@@ -4,7 +4,7 @@
  *       Functions for manipulating tarfile datastructures (src/port/tar.c)
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/pgtar.h
index 5f18b04b20afe5105c44d61b10e6e21bfa9dec1a..a6fe3f5c9c33bae82c367d12b65147c8438fcbfa 100644 (file)
@@ -3,7 +3,7 @@
  * pgtime.h
  *       PostgreSQL internal timezone library
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/include/pgtime.h
index ebf9d55979d5631bc7d117416fc77694a953cc9f..a55c47326235b4a26d1319844536ee5f31e79154 100644 (file)
@@ -3,7 +3,7 @@
  * port.h
  *       Header for src/port/ compatibility functions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port.h
index 047039167552bfe9d2c2e2e0459c62d44f96c3c8..f93009eff57c5fc191de4296a5cead25a36dc7df 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/atomics.h
index 99fe3bbfd2428213a8dbe0d718b7cc087e532a98..ca78eb699d0023411cc3d2470602a8188b64ee0f 100644 (file)
@@ -3,7 +3,7 @@
  * arch-arm.h
  *       Atomic operations considerations specific to ARM
  *
- * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index 818a3e0c8723afb40f17f4b872e79500999567cb..43c2e56bfa07f299c396d1641790c3e8c3ca57e2 100644 (file)
@@ -3,7 +3,7 @@
  * arch-hppa.h
  *       Atomic operations considerations specific to HPPA
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 571a79ee670d693abcc3c417cbf74978fb1c5186..e1cf56f954b472fb8a060ea1fc412365b381a2fa 100644 (file)
@@ -3,7 +3,7 @@
  * arch-ia64.h
  *       Atomic operations considerations specific to intel itanium
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index faeb7a5d155d6f43375f369cafadc42bb3b8e2cd..344b39449bd0d00358d23b1a448e080b676eafae 100644 (file)
@@ -3,7 +3,7 @@
  * arch-ppc.h
  *       Atomic operations considerations specific to PowerPC
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 5a3d95e056c3268c92b93a8f2931291c4c19c9c2..79f79a160348c8b03d9fd6f810285d2f5be7fcbc 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 88a967ad5b962da13cf419c433699f7be53e7027..b69465cbcba5815f2b8ca03b39d9292f794293dc 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/atomics/fallback.h
index bd6caaf81748ee3a65e88f32b303b2be022ee2c3..eec5063cbc4e77d4f5b3071c36f9ebd17ec3e128 100644 (file)
@@ -3,7 +3,7 @@
  * generic-acc.h
  *       Atomic operations support when using HPs acc on HPUX
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 3a1dc88377867d66d8703b85c90a5c134778c8de..ba3a5f5f6663be26ad4b207bdf0477c292f55202 100644 (file)
@@ -3,7 +3,7 @@
  * generic-gcc.h
  *       Atomic operations, implemented using gcc (or compatible) intrinsics.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 59211c22035312b2333c02b79ff45f1c1267ddc5..b53f0eec4188c8d683225ae3c4e3df79359ae701 100644 (file)
@@ -3,7 +3,7 @@
  * generic-msvc.h
  *       Atomic operations support when using MSVC
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index e903243b687590883dd1d815be52827b642a2b1d..4b03c66ad3c7018be00b79a42934d54b026d4393 100644 (file)
@@ -3,7 +3,7 @@
  * generic-sunpro.h
  *       Atomic operations for solaris' CC
  *
- * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index f18207568cf06f56ea959aa82a7907fbf68e7da7..5ddccff5532994ddacccd8345f9057314905e514 100644 (file)
@@ -3,7 +3,7 @@
  * generic-xlc.h
  *       Atomic operations for IBM's CC
  *
- * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index ea11698a3582e0638b9b3b8bc8fdc9805812b47d..ffe4530ddd0b14208b4e94accef4d0fe2c532b87 100644 (file)
@@ -4,7 +4,7 @@
  *       Implement higher level operations based on some lower level atomic
  *       operations.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/atomics/generic.h
index 5b05a6d2971a5551a0f272b2a13f878467651af6..dbf9df615592c0d61aeee85e3f94766633479bbd 100644 (file)
@@ -11,7 +11,7 @@
  * return the same.  Use caution when using these wrapper macros with signed
  * integers.
  *
- * Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  * src/include/port/pg_bswap.h
  *
index 9a26295c8e81ba9f1ff15aedf092fa14750e264b..fbd079d24396488eb31b8e740c90c6f9adc7d7c4 100644 (file)
@@ -23,7 +23,7 @@
  * EQ_CRC32C(c1, c2)
  *             Check for equality of two CRCs.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/pg_crc32c.h
index f9d351f20b7b6615f689df711ed8674004e351ef..fdd8b2d3b15189cbec837eb97a1dc6eebddb359d 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/win32_port.h
index 60984905b25af38ff15fc42723c97334dabc827c..0f5c16136a9de253b570b2029fc4b4534bcfc87e 100644 (file)
@@ -46,7 +46,7 @@
  * Beware of multiple evaluations of the macro arguments.
  *
  *
- * Copyright (c) 2001-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2019, PostgreSQL Global Development Group
  *
  * src/include/portability/instr_time.h
  *
index ba183f536824abe0c7473c3913efe05ab0ff3ac4..a085c6f242eac125d21e26efd125a7234b3c6b82 100644 (file)
@@ -3,7 +3,7 @@
  * mem.h
  *       portability definitions for various memory operations
  *
- * Copyright (c) 2001-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2019, PostgreSQL Global Development Group
  *
  * src/include/portability/mem.h
  *
index b596fcb513ec3ae1bf429de6830700996e7a6167..446bb44b71116d373ccbd52cff7219290026cd47 100644 (file)
@@ -7,7 +7,7 @@
  * Client-side code should include postgres_fe.h instead.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/include/postgres.h
index 14567953f2481cbb2560c3b030fb637466548158..f55cebd7b41beb1ea3dd63aa8b8956d99d6cdf72 100644 (file)
@@ -8,7 +8,7 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/include/postgres_fe.h
index 96752caed8d2af4aa5f85a754ca5adc2c36b6dad..79e99f01b5d5140dd8acc49cbc9da1d153bc7827 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for integrated autovacuum daemon
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/autovacuum.h
index de16d11c2f0239e2f5ca4ffa8d08e60746073f1e..7f40340be61b041ad814313ec5a54e46ba4eed4b 100644 (file)
@@ -31,7 +31,7 @@
  * different) code.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 548dc1c146647c80b68ab1dbf73d05d20c67b1e8..0809e0af538f42cc3aab5d5b20f9915b2d0b1106 100644 (file)
@@ -2,7 +2,7 @@
  * bgworker_internals.h
  *             POSTGRES pluggable background workers internals
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 941c6aba7d15868b34ed7eca771f9f44471df095..53b8f5fe3cb6fc16f9a4b34b6e9370f1332f99eb 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/include/postmaster/bgwriter.h
  *
index d552e0297c96384a1d6ee97c1cb0e1ccce042862..eb3c8ec97482ee7d44e4557702acf95ee8fd0d94 100644 (file)
@@ -3,7 +3,7 @@
  * fork_process.h
  *       Exports from postmaster/fork_process.c.
  *
- * Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/include/postmaster/fork_process.h
  *
index 292e63a26a559d354869dfc59d6f4231ce3d3b59..2474eac26a5bb6e3cf722ab2b618545f07beac2a 100644 (file)
@@ -3,7 +3,7 @@
  * pgarch.h
  *       Exports from postmaster/pgarch.c.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/pgarch.h
index a40d66e89065fea9ce3bb581363c12927ce2fcd7..8ccd2afce546ff051a7ebf7d1fa6eef89fd4df9e 100644 (file)
@@ -3,7 +3,7 @@
  * postmaster.h
  *       Exports from postmaster/postmaster.c.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/postmaster.h
index 1bef7239b2e995a62e0358556f8fdfbf4116231e..7b3a089932e004edf68794d089d245c8f940d4a6 100644 (file)
@@ -3,7 +3,7 @@
  * startup.h
  *       Exports from postmaster/startup.c.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/include/postmaster/startup.h
  *
index 3fcb26cdb8310ecd8625677cfc91763ec1e46c82..3a611045736a0f7454ebcbc6de606206f42f368c 100644 (file)
@@ -3,7 +3,7 @@
  * syslogger.h
  *       Exports from postmaster/syslogger.c.
  *
- * Copyright (c) 2004-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2019, PostgreSQL Global Development Group
  *
  * src/include/postmaster/syslogger.h
  *
index 26ec256b9678107f005cf0bf2a4394960cf5e077..ae267d2411ec8fb903c1c3c2a5591ff50197c601 100644 (file)
@@ -3,7 +3,7 @@
  * walwriter.h
  *       Exports from postmaster/walwriter.c.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/include/postmaster/walwriter.h
  *
index ff6ff3d7913f9e11eae2dbf7cab0d8bf42adc647..f5f1533f155abbd5b5209103db6e76a0867d100e 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 941d07b99f1291f041d69f339f61507c1507d387..503a5b9f0b1ddc0e054a1d97c34820993e7df2cf 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.h
  *       Exports from replication/basebackup.c.
  *
- * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * src/include/replication/basebackup.h
  *
index 0e63c0b296f77ee54c98d5062f4d12a048901456..007d81fe9214e34f5117a13f697de0bb8027c348 100644 (file)
@@ -2,7 +2,7 @@
  * decode.h
  *        PostgreSQL WAL to logical transformation
  *
- * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index c25ac1fa85ac7f4c9f889993f15482730a34dc46..c8ffc4c43477686c43fb0278e9ae8759dc544b58 100644 (file)
@@ -2,7 +2,7 @@
  * logical.h
  *        PostgreSQL logical decoding coordination
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 4236b40bc6731ff03c962cabf3d76e740adf72c6..3fb7ad5d67ce759ee0332da682d51f02dd74b58b 100644 (file)
@@ -2,7 +2,7 @@
  * logicalfuncs.h
  *        PostgreSQL WAL to logical transformation support functions
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 9f840b7bc1330d58c7cf86195282bd64e43ac6bf..f8759241d7fc6f4280e2aebaa5f1c46aa2b6849f 100644 (file)
@@ -3,7 +3,7 @@
  * logicallauncher.h
  *       Exports for logical replication launcher.
  *
- * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * src/include/replication/logicallauncher.h
  *
index 8192f79ce311c801c311aee6ea22ee46328572d7..9ff6e9a4650147fd559e898c3e67ade611ad4541 100644 (file)
@@ -3,7 +3,7 @@
  * logicalproto.h
  *             logical replication protocol
  *
- * Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/replication/logicalproto.h
index 73e48058270f96c0c3c04471a4b19fd33b806e64..85e0b6ea62f368bed4e07243ddc0330222e3a723 100644 (file)
@@ -3,7 +3,7 @@
  * logicalrelation.h
  *       Relation definitions for logical replication relation mapping.
  *
- * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * src/include/replication/logicalrelation.h
  *
index 6379aae7ceb7b5db3cd71c064bcde3cb18db0601..e9524aefd9f7f46e36e24243a7443e4573a25517 100644 (file)
@@ -3,7 +3,7 @@
  * logicalworker.h
  *       Exports for logical replication workers.
  *
- * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * src/include/replication/logicalworker.h
  *
index 37e1bd32d6afab0603fe6ea67170afb3f4fcf0c5..5ff56f5bcedda8fd330d25d1b65b50a354665398 100644 (file)
@@ -2,7 +2,7 @@
  * message.h
  *        Exports from replication/logical/message.c
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * src/include/replication/message.h
  *-------------------------------------------------------------------------
index 34fc01207d513471f3eedbf5adbfd55b03a68563..6ef5905e6d53603255bbb89115d885ecf02e0115 100644 (file)
@@ -2,7 +2,7 @@
  * origin.h
  *        Exports from replication/logical/origin.c
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * src/include/replication/origin.h
  *-------------------------------------------------------------------------
index 1ee0a56f034fe54dd23691189c0a12ea09769545..d4ce54f26d7fa0d79190a3a099c1f8e7e68d5ef2 100644 (file)
@@ -2,7 +2,7 @@
  * output_plugin.h
  *        PostgreSQL Logical Decode Plugin Interface
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 29178da1d17dd6313c93812bcda008625d12de33..8870721bcd8308c44606ae92a80b84a2ad750288 100644 (file)
@@ -3,7 +3,7 @@
  * pgoutput.h
  *             Logical Replication output plugin
  *
- * Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             pgoutput.h
index 7787edf7b67cde762bab7388ad938d9b95ebffab..7646b60f944b2a9397a606996b54cedd85a884ec 100644 (file)
@@ -2,7 +2,7 @@
  * reorderbuffer.h
  *       PostgreSQL logical replay/reorder buffer management.
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * src/include/replication/reorderbuffer.h
  */
index 7964ae254f4bac0ccab4d9a49f3c8fa8c44764ed..a8f1d66bae4ce21b8172a9671f1a171973a5bdd4 100644 (file)
@@ -2,7 +2,7 @@
  * slot.h
  *        Replication slot management.
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 56257430aea9b1af5214d0ef53fe5a9856f3a1ea..b9fec54975ed757a22f1610cf256545d76818ee5 100644 (file)
@@ -3,7 +3,7 @@
  * snapbuild.h
  *       Exports from replication/logical/snapbuild.c.
  *
- * Copyright (c) 2012-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * src/include/replication/snapbuild.h
  *
index bc43b4e10902bd7dd4d7b58c8e154867f9201ddc..913a8b08ce91f15d8d770fa20f915d5aba72ac5b 100644 (file)
@@ -3,7 +3,7 @@
  * syncrep.h
  *       Exports from replication/syncrep.c.
  *
- * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/replication/syncrep.h
index 5913b580c2b2966e7d7da166a28aad2c5e062457..e04d725ff5894b01ae3ebf2ad346cdc47065f65c 100644 (file)
@@ -3,7 +3,7 @@
  * walreceiver.h
  *       Exports from replication/walreceiverfuncs.c.
  *
- * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * src/include/replication/walreceiver.h
  *
index 45b72a76dbd9908431ea8f4fe2f802a6701d429c..4a60893a3bc52a050cf8dde91dafd2b930a91c4e 100644 (file)
@@ -3,7 +3,7 @@
  * walsender.h
  *       Exports from replication/walsender.c.
  *
- * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * src/include/replication/walsender.h
  *
index 53314b1fae5c65dffa436fc3e763769939a47396..0dd6d1cf808257aa7b8de68b3a8e26fd33d22d00 100644 (file)
@@ -3,7 +3,7 @@
  * walsender_private.h
  *       Private definitions from replication/walsender.c.
  *
- * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2019, PostgreSQL Global Development Group
  *
  * src/include/replication/walsender_private.h
  *
index ef079111cdb263310b73eb381dd33c58136031a8..90400c85afba977b2f6e17e96b7c902898a699bd 100644 (file)
@@ -3,7 +3,7 @@
  * worker_internal.h
  *       Internal headers shared by logical replication workers.
  *
- * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * src/include/replication/worker_internal.h
  *
index 9e7c87a8c148212853448f564b4989cd379b35ba..62e756ff6387d8f71ebf3c8ee726fca7c8ba8950 100644 (file)
@@ -3,7 +3,7 @@
  * prs2lock.h
  *       data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/prs2lock.h
index 4ceaaffee77fcdf0f03ad825204b75719f8c9fa4..f254a21cfebc05a9d9dd32b70c74f3e6b5410829 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteDefine.h
index 8128199fc3146de3a3d867e62ce0ab1fc767f250..daeaa373adcd4739d915df887a1b3ecbe89ac4d5 100644 (file)
@@ -4,7 +4,7 @@
  *             External interface to query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteHandler.h
index f0299bc703d738940c9324b3379cdb683e016f26..00716548407c24a52b76b1e6dd37400f8a5098a3 100644 (file)
@@ -4,7 +4,7 @@
  *             Querytree manipulation subroutines for query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteManip.h
index 351e26c307a32694f29d44ebfa59087f8a3eefbd..54cfecad5bea2904a507b06dbecce7e35b96424a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteRemove.h
index f34bfda05f08100ed34ff25c7ecb2f9c340b0115..ce84d62bd2e477ae8e1ca2073be4ecf261aa2e83 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteSupport.h
index f2f5251c71394fbfdedbdddb2343d30b351427c0..ba8673c5a9381a2c123e3772b3af64dcef3b34ac 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 1423e2699ed55b3f44bb3a074f31a4566ac9455a..53ad66a9d57a40c9d819307bf7c0289ab78c64f3 100644 (file)
@@ -4,7 +4,7 @@
  *       Stubs for getrusage(3).
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rusagestub.h
index c0450ae4ebfcce1598a70abb7c5c57e8e780d4f5..5e5ab5a9f082a46eba4152c5bd657d2eb9699c16 100644 (file)
@@ -13,7 +13,7 @@
  *
  * NOTE: this file should not be included into any non-snowball sources!
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/include/snowball/header.h
  *
index fff6bc67991fd7d51d1b55c2de556c71c5072d4b..8b73cc688f01c7a745d865b9384ec0d8da69b9f2 100644 (file)
@@ -3,7 +3,7 @@
  * extended_stats_internal.h
  *       POSTGRES extended statistics internal declarations
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8009fee322306a88bb6d65b10af72b93a397b5a7..02d1efb54d3d8a63ea13a83225d4c83585bef91f 100644 (file)
@@ -3,7 +3,7 @@
  * statistics.h
  *       Extended statistics and selectivity estimation functions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/statistics/statistics.h
index e000bb848c0755eea201f5a1863dfe963e5e2d1e..70ef8eb7ac6bfe000aa5960fd30edc3121444af2 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES backend id communication definitions
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/backendid.h
index 8b5a3751eab5258d476bed2a10cc3303e5a930b7..1903897eef05b3fcca0ded2b08e632f6620728d2 100644 (file)
@@ -3,7 +3,7 @@
  * barrier.h
  *       Barriers for synchronizing cooperating processes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/barrier.h
index 182aa8d4536db6d582373a34560995af776dc8e7..04ab4c6d710e69e79d204a07cff49276e380652f 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk block definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/block.h
index 3b89983b4271804da94446ea741681c4b82e505f..f438801f2c68363906ae94178dfca0e093c32701 100644 (file)
@@ -4,7 +4,7 @@
  *       Basic buffer manager data types.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buf.h
index 5370035f0c659847e1cacaef8243fecd0f00a67f..ba1b5463fc3a034a095211645df032b7b2df4ca3 100644 (file)
@@ -5,7 +5,7 @@
  *       strategy.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buf_internals.h
index a4043bd69d1c1c5e7007df4f66c5a12cf6b50f71..1fba404fe2efd6656173344c8980aaa92380daaf 100644 (file)
@@ -15,7 +15,7 @@
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buffile.h
index 3cce3906a0e6de9b2b5ed1b9d98c41785a88d9e1..f61794c016a422a29d252cab36dee1df83b7ed0c 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES buffer manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/bufmgr.h
index 85dd10c45a3ebead868d77bb36da34037d9699b7..85cd0abb9727968cf582a046c238d25f100cf9e3 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/bufpage.h
index 433755e279fa4863c29b4eef8580cbbf0a954b69..7ef32a3baa3ed9d9fbf79b4c6a5e905a69e022c9 100644 (file)
@@ -3,7 +3,7 @@
  * checksum.h
  *       Checksum implementation for data pages.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/checksum.h
index a49d27febb6f599e53fda16ae0d166a40f3e8539..4b87610796a25ab60054dcf571bef7aeee5471cf 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/checksum_impl.h
index 32e645c02a1d10347b9642494094526e1233c758..2a0249392ccc98dbc9bbea21726346248a6d8c78 100644 (file)
@@ -12,7 +12,7 @@
  * can be cancelled 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/condition_variable.h
index 4fef3e21072703c5cb8f1e015304af1578463f75..525cc6203e19d77aec1b1344a3d3cb9667693db8 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.h
  *       Copy a directory.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/copydir.h
index b4654cb5ca5d2b1e0b068ada2079d78301055acb..7c44f4a6e7b32f1598a0734e081c87cc0e24dd87 100644 (file)
@@ -3,7 +3,7 @@
  * dsm.h
  *       manage dynamic shared memory segments
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/dsm.h
index 9485446c91469f113355ac7ebf2bc407a30fa531..8991f024dfe8479fb5458ca479446b03c32f5a20 100644 (file)
@@ -3,7 +3,7 @@
  * dsm_impl.h
  *       low-level dynamic shared memory primitives
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/dsm_impl.h
index cb882fb74e57a3df4a8162c247c7534bd066e758..74c34757fb54e812f200a3013d57e5efd88ced6d 100644 (file)
@@ -4,7 +4,7 @@
  *       Virtual file descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/fd.h
index 726eb30fb807abb75f61081a8aafc0d3653efffa..8b0003343827ae8645d6c8db6c3f95c30e9affab 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/freespace.h
index d6b81878614602a0f26655a2ad0e0fe368c58d8f..67899b12a56d27ff80f2db8954a2126fd21df26f 100644 (file)
@@ -4,7 +4,7 @@
  *       internal functions for free space map
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/fsm_internals.h
index 07cbef41067803cc67bc8d3a45be0d62fa4ff713..bc5b303cb7ccbaa2ae9fbb27b4cab6c8854c62ae 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding an unused page in index
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/indexfsm.h
index 6a05a89349cd72377577df08054b719228eadb99..0660252faf24eff7820cda6d6a072935bc42d574 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/ipc.h
index 44a52fbdfbcc2720912828db0f03f7cbeeaf4239..95913f817727e6889dd123697e1402ff6fc928d3 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/item.h
index 60570cc53d1351f39a214dce02674ddc64349c18..30a5193132628dab63c7c4ed85070855b197f3e2 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page item identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/itemid.h
index d87101f270133aa1d9bd1bdf31e63a3788ae0139..3364eebdcb68d326e85453b6e7d191b6bd5bb98d 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item pointer definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/itemptr.h
index a234d5cf8e1db1242ffcff4caa428e692181ed7e..36c950d721f6625ca20fa5e1d43b1e310c57acf1 100644 (file)
@@ -5,7 +5,7 @@
  *       zillions of large objects (internal, external, jaquith, inversion).
  *       Now we only support inversion.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/large_object.h
index 039a82e1a3a1749406205a594c7758e3cb44265f..5b48709c8a424e9d091f75a49e0d585c9a48ce7b 100644 (file)
@@ -90,7 +90,7 @@
  * efficient than using WaitLatch or WaitLatchOrSocket.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/latch.h
index e5356b7d54d0393f91e15af931c8da284f8ff4c4..3d705faba5c247ba6f78f6e450331d64e55945f3 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES lock manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lmgr.h
index a37fda7b638c1e8017d01298e6c5fb8f61d1e4ed..16b927cb801d4d60382f780c2c8a8ac6fe409ad8 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES low-level lock mechanism
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lock.h
index 9c933fab3fb8a13d321f3e8d5e7095475fba0f75..3c2c47dc6ae77e6abdcd1df53a447d4eb5396ab7 100644 (file)
@@ -7,7 +7,7 @@
  * contains definition that have to (indirectly) be available when included by
  * FRONTEND code.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lockdefs.h
index b2dcb7328724c441c29b9171a018db013005fafe..96c773200667e775922270dd7027e9da5b3b88da 100644 (file)
@@ -4,7 +4,7 @@
  *       Lightweight lock manager
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lwlock.h
index 6179f2f854052448132b2473df1ad3afe9257ea4..82655d1466a152a399192dded8ca140d315a1997 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk "offset" definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/off.h
index 2072cf0e8f7036ef589d2068f0cdb7592215e42b..b95efa1e22e1390c0c62043031ca269bb340136d 100644 (file)
@@ -10,7 +10,7 @@
  * be provided by each port.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pg_sema.h
index 6b1e0402514ec4bb0b71c5a3926fc1371f0ffce1..1247fdf3e68e92a071c17fc9ff804d6abba99575 100644 (file)
@@ -14,7 +14,7 @@
  * only one ID number.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pg_shmem.h
index 074734156ba59f9e5bb619109936c0d8615f93f1..7a79fb991383eb446b3265b004834c4aed683f5b 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pmsignal.h
index 6a3464daa1eab2b5caee95906a4fae6b2347aa37..3d87a631db9e2e04d1495cc2a326147b12f0c962 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES public predicate locking definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/predicate.h
index 0f736d37dffee4b82ddf995572bab42b1616f08a..7814d7e72191cf8b10b6ef279b5acc023ef73e6f 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES internal predicate locking definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/predicate_internals.h
index cb613c8076ede2b3f71f89cbd719e433b4c53e37..d203acbb30b79c4c845b5098ef13748540dfc97c 100644 (file)
@@ -4,7 +4,7 @@
  *       per-process shared memory data structures
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/proc.h
index 75bab2985fff3d5ae5c79b8ac88a876a31d38eab..bd248509892526650dd4fb36594d8939d11a7eb7 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES process array definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/procarray.h
index 59a478e1f632b02c6d895b8c10de781110ba3021..d7f6ae31417713042019a0d52b16daaeef10a1b2 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/storage/proclist.h
index f4dac10fb6403dcc95db7ee140709a61968518a9..a1fd93ddcc13d109c5f9230d156f03515fa1834c 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See proclist.h for functions that operate on these types.
  *
- * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/storage/proclist_types.h
index 6db0d69b71ff699435f32263a00c41ed96b19693..9f2f965d5c1c06658400293df35b3d5284f4d49d 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines for interprocess signalling
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/procsignal.h
index a62703c64744a62a6bf30dd7e655b780514f7c61..36eeef4aec3bc5be4dabdee9b003476c8dec439f 100644 (file)
@@ -4,7 +4,7 @@
  *       Reinitialization of unlogged relations
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/reinit.h
index abffd84a1cfc70c037a293fe53c55122c68ab4cd..586500a6c56f9a3fa63c22773e9fe34cda1ccbb0 100644 (file)
@@ -4,7 +4,7 @@
  *       Physical access information for relations.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/relfilenode.h
index 04175dbaaa44a140b6ae69ec383706ac931d6ba5..9fa09bbcb15da2cf6a99d692599242bc82aed159 100644 (file)
@@ -86,7 +86,7 @@
  *     when using the SysV semaphore code.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       src/include/storage/s_lock.h
index ed6b178aede98086ddd00d6e7969edbc570194bc..978707899122ff5adb67cd11000b400b596eb077 100644 (file)
@@ -4,7 +4,7 @@
  *       Shared temporary file management.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/sharedfileset.h
index f85f2eb7d17ab5c2990879b40582b1df8c492b7f..d587ec96960f86f1e9ed6ae061296339156b7bb8 100644 (file)
@@ -3,7 +3,7 @@
  * shm_mq.h
  *       single-reader, single-writer shared memory message queue
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_mq.h
index 4efe1723b4cf4d16a678356fbda33bb3b4b497be..96b59bf43e08b463048e8384964e9f92fe801164 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_toc.h
index b84d1043478560d9c6d9374902c2f54a92a68037..4499291a31594a000e9bd96535ae23f59834c57d 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shmem.h
index 71567802154094480ec413035d017871287b71b8..635acda0a6e1ddfda446fbd797b4c0c678eb81b3 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES shared cache invalidation communication definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/sinval.h
index 2652b87b600f2e120b1e60608932e5e18ce2024f..d2b67b18dac8f794398f133041c2f0f7b0cdb23e 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/sinvaladt.h
index c843bbc9692096112b0bfada541d314bbd2a4235..820d08ed4ed1a74dee8103480f04470db298db79 100644 (file)
@@ -4,7 +4,7 @@
  *       storage manager switch public interface declarations.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/smgr.h
index b49fc10aa4739f9efed2d76cc210b218d2d32b0a..0f61d45eb71318de7a2440c0dd2bd05269530cae 100644 (file)
@@ -41,7 +41,7 @@
  *     be again.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/spin.h
index 1fcd8cf1b59a2b02188fc733407327bfdf59f6d0..346a3108bc130ee83282d14e13e6adb06747a9d7 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for hot standby mode.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/standby.h
index 17b74ca3b6189b07e88697f4c66d766d13762cf9..cc8ccd5d369aa023874d95eaa36ab76ffa082a4b 100644 (file)
@@ -4,7 +4,7 @@
  *        Frontend exposed definitions for hot standby mode.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/standbydefs.h
index 766332f6a5b1684c4486fc9f7cfd94c5d46c670d..0c3c6e1f675937d75713543c32b134f3ae1495f4 100644 (file)
@@ -2,7 +2,7 @@
  *
  * deparse_utility.h
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/deparse_utility.h
index 82f0f2e741c779f3aa89535eb2b9289d7e95cdc5..3fc96198846211b5344ac3acf6b2f2e216d0da85 100644 (file)
@@ -57,7 +57,7 @@
  * calls in portal and cursor manipulations.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/dest.h
index 6e1608a4fa927fecdb4776f2d254902370a8d6ee..6113733bf2131e45697d437a98b6c48f7289d6a4 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.h
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/fastpath.h
index 507d89cf69be9d8185570eefcb6b6d5da36b93f3..bc61149e66eb43d3ce21b2660fc688b8c93561b5 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pquery.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/pquery.h
index 63b4e4864d0880cc9595e551dbc86074b9440440..b367838612eee00e7daf9e22e03aca75934d1ae5 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for postgres.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/tcopprot.h
index da6767917ccf286d7d0be4de69109aae2f886ac6..a5d79ab7699fc9dae2b163b28abfa9671c225e7b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for utility.c.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/utility.h
index 15dba3a5059333975891772404c1691d02423875..f3b37f27d670086b9e0d19c52488a3afe5babf0b 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Declarations for fast regex subset, used by ISpell
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/include/tsearch/dicts/regis.h
  *
index 210f97dda908c683288c76d23720bc5082611487..4cba578436873438e4e6fc78b5a96313abe0af19 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Declarations for ISpell dictionary
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/include/tsearch/dicts/spell.h
  *
index 410f1d54afb176f385b8619543c1ecbdfa2a6821..77e325d1015db13faf9ed3c58a4a3155838afe2e 100644 (file)
@@ -3,7 +3,7 @@
  * ts_cache.h
  *       Tsearch related object caches.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tsearch/ts_cache.h
index 02809539dd170392270dce5e535428e0384230ac..068bd3fd4252453d64a5fe79547de043412e9bb0 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.h
  *             locale compatibility layer for tsearch
  *
- * Copyright (c) 1998-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2019, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_locale.h
  *
index 0b7a5aa68ed2f53bb73a9e00230dbaf08d4e0448..b325fa122c0c8e7c2dc0676ebc0a87c3f67c94a7 100644 (file)
@@ -4,7 +4,7 @@
  *       Public interface to various tsearch modules, such as
  *       parsers and dictionaries.
  *
- * Copyright (c) 1998-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2019, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_public.h
  *
index ccf5701aa362246c7463af8d40d4118a8fc6c1b1..559cf84cbc1895964dbc7b633f04d2f4dd652ebd 100644 (file)
@@ -3,7 +3,7 @@
  * ts_type.h
  *       Definitions for the tsvector and tsquery types
  *
- * Copyright (c) 1998-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2019, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_type.h
  *
index d59e38c36b091fb7c4e816e2bdd1592af439b19e..679da2e26c8dc0923a6d14a1b42d65f8a6052b1e 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.h
  *       helper utilities for tsearch
  *
- * Copyright (c) 1998-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2019, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_utils.h
  *
index 72936eeb4d7c93b1c21dae3370b8cc2a394d1f54..a839d1aa447b42d044dd2188c7ddab277533bb27 100644 (file)
@@ -4,7 +4,7 @@
  *       Definition of (and support for) access control list data structures.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/acl.h
index f7c44fcd4ba7682eca3ce596d7db38634a9d7ad4..890d71556ffcce54bd9edb0af0c70218d580498d 100644 (file)
@@ -2,7 +2,7 @@
  *
  * aclchk_internal.h
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/aclchk_internal.h
index afbb532e9c266a1f13cf70dc2aa512ab4ddc85fb..735b86102efe0cc1760adba8b2c5166a9bdff335 100644 (file)
@@ -51,7 +51,7 @@
  * arrays holding the elements.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/array.h
index f04752213e9328f9be98510a040e09af1751ec66..0917805a029afe32dfebed513abbf0f3a8396665 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for element-by-element access to Postgres arrays.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/arrayaccess.h
index 9ecf164047a69e90816c05312775bd4dc6eb5d16..72542494df7f8c6b8f38c52c7f9c7e85b1898d2e 100644 (file)
@@ -1,7 +1,7 @@
 /*-----------------------------------------------------------------------
  * ascii.h
  *
- *      Portions Copyright (c) 1999-2018, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2019, PostgreSQL Global Development Group
  *
  * src/include/utils/ascii.h
  *
index f36ce279ac45fd606ba40cbdd8f5922c51f9396d..3dfb0fe578b0d792776da1c3f2fe0e459af6d7cf 100644 (file)
@@ -3,7 +3,7 @@
  * attoptcache.h
  *       Attribute options cache.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/attoptcache.h
index 61785a243354f9b70e07e3a0011e49deeb6df4ad..03d0ee27669ab74660546cdf971867442a64126c 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on built-in types.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/builtins.h
index a959dde7914e657662546e467fb1309c47c81d1c..c96011fae84747d1fbdbf39b34ac2b2a5993b827 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for BYTEA data type support.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/bytea.h
index 7b22f9c7bc54f4a4e10c5108a6990d51f438eb37..65d816a5831ca5b458d5e3ea736c1db35f2331d2 100644 (file)
@@ -10,7 +10,7 @@
  * guarantee that there can only be one matching row for a key combination.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/catcache.h
index 094a9cf98b45fe3b99032d18f8195cf025f7ed7a..69bff2a6a044ed94c2095496840c857ac2fb61e5 100644 (file)
@@ -4,7 +4,7 @@
  *       Combo command ID support routines
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/combocid.h
index eb6d2a16fec9cb9b17fc3711cbddca40576b6bd9..bec129aff1c945d2f06536950e49600b8a0da4d1 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the SQL "date" and "time" types.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/date.h
index de9e9ade5c82756dd3f2bc43d3a9e4bf42e70f65..f5ec9bbd7e038d64d83852361e97c9ba53f645b7 100644 (file)
@@ -6,7 +6,7 @@
  *        including date, and time.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/datetime.h
index 90ab5381aa2a6b0579301d88e7cd5b50bfbbdf07..7b913578ab6da761f34b3a7e8db6038ac6db1b9b 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/datum.h
index 5c6792e525725bc377afe0e7a73d81d2d95fded7..ed9c035df45e09205f2937a29f8de7b89c577b1f 100644 (file)
@@ -3,7 +3,7 @@
  * dsa.h
  *       Dynamic shared memory areas.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4365e1b439bc0638f5d5d12a907867642f032b05..3d0e1f0c821b5d62b291a179c1bb55ae64d2f63c 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES dynahash.h file definitions
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/dynahash.h
index 33c6b53e2788576bd8b9f9eee1c74f508d9d831f..648eedf5af7d4a8b845054441e3d891d7ce32583 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES error reporting/logging definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/elog.h
index 0d0dd3d8170b44b22b575d81b311b9d65ebdf46d..f606c99267b64cfe9bab06b0630f43a6d2fe5166 100644 (file)
@@ -3,7 +3,7 @@
  * evtcache.h
  *       Special-purpose cache for event trigger data.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3361bb25adec4c715ffb1e50e31d58ef3ddaf2bb..9e27384ff757cb8d5095289483435d29fb6579ca 100644 (file)
@@ -34,7 +34,7 @@
  * value if they fail partway through.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/expandeddatum.h
index c999f44f38f5a1dbc8bb7e1791b46c22e4d709a3..5a907fb9b1de316626eee892f4e7728b319bba86 100644 (file)
@@ -3,7 +3,7 @@
  * expandedrecord.h
  *       Declarations for composite expanded objects.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/expandedrecord.h
index 05e1b2763792a489f075918cf19b43bd57d9edef..0f82a25edeae73f927719a1fe7498bd0d6f97552 100644 (file)
@@ -3,7 +3,7 @@
  * float.h
  *       Definitions for the built-in floating-point types
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 72671c38296b59734ab54606fc1709e124fe1900..a778f880a6aed88c71e082d44fdc448c5a41e418 100644 (file)
@@ -3,7 +3,7 @@
  * fmgrtab.h
  *       The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/fmgrtab.h
index a9f5548b46c3c6988c848b5869c20e87c64badfb..5b275dc9850437b46876b4dfe11935d382a01e76 100644 (file)
@@ -4,7 +4,7 @@
  * src/include/utils/formatting.h
  *
  *
- *      Portions Copyright (c) 1999-2018, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2019, PostgreSQL Global Development Group
  *
  *      The PostgreSQL routines for a DateTime/int/float/numeric formatting,
  *      inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines.
index cbbf267fb3ef82a5ecaf38599a5db09ed6ab07f6..4cda6191995a624eb0d81b5b550f1777e18550fa 100644 (file)
@@ -3,7 +3,7 @@
  * freepage.h
  *       Management of page-organized free memory.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/freepage.h
index 9f8505804e8b579a8845fda75fb72cc068d2ac04..4b0353cf0f2f86657cb4e81f285e6976c607d40f 100644 (file)
@@ -3,7 +3,7 @@
  * geo_decls.h - Declarations for various 2D constructs.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/geo_decls.h
index 64457c792a8012e7a85e0b7a7ec0a27423e31595..c07e7b945e89dcafd1e08c907eaa5ddb93363589 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2019, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * src/include/utils/guc.h
index 6f9fdb6a5fb03e97ba080f60318efeeefd4676fa..a0970b2e1ce3d56b15d20846cde1847599f816c6 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/utils/misc/README for design notes.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *       src/include/utils/guc_tables.h
  *
index 5e9fe65012f5e3e0683dbcdf8dcfdb87d1252b27..58bacbf19f19c06c6ff07dda444423793704ffda 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Utilities for working with hash values.
  *
- * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2019, PostgreSQL Global Development Group
  */
 
 #ifndef HASHUTILS_H
index f35d4da8a87651150c7e05c1fb4f82a90802b668..f0eace59f50bb97152e45b85745c2b621808571f 100644 (file)
@@ -3,7 +3,7 @@
  * help_config.h
  *             Interface to the --help-config option of main.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *       src/include/utils/help_config.h
  *
index 8357faac5a808df10ce6659cf5a63fe8d80e6210..373854cc4d32dd376ab6de206c0deefc68f3a411 100644 (file)
@@ -4,7 +4,7 @@
  *       exported definitions for utils/hash/dynahash.c; see notes therein
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/hsearch.h
index ae2b96943d7d08d301acc8543f65c3c033b0363a..c100b4352ae34b8211d7600bd55641a3abe4c8d8 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/index_selfuncs.h
index e3bec398b1d0be8c1f8d66419ea9ce449aa81686..998593e956f3a82b83975e21dc8f5092c0524315 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on INET datatypes.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/inet.h
index 91171ee4cc9061a7392669e225410df72f56f990..4836095d9315d827f3b94ad3832f7b4ea8c745c1 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on 64-bit integers.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/int8.h
index 7a66d466f703bb1832183acda25aef4a69cd0373..c557640479e9fbab8b8358b57e2187cc60b6fa7c 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES cache invalidation dispatcher definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/inval.h
index 549bd4d2877b1e406839364eb5f2a8e522515839..a3275439afa969b2cc2fcea2c1b450ca249e0a53 100644 (file)
@@ -3,7 +3,7 @@
  * json.h
  *       Declarations for JSON data type support.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/json.h
index 6b483a15a669460b02017ddc0dd34157ed62f886..b9993a9aad4e3fe98af3ee0d58c73fe1db1dfd00 100644 (file)
@@ -3,7 +3,7 @@
  * jsonapi.h
  *       Declarations for JSON API support.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/jsonapi.h
index 27873d4d1072370c33f7846e82753a30d47f40a6..6ccacf545ce495374eb00f1ff9215e3543d01873 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb.h
  *       Declarations for jsonb data type support.
  *
- * Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/include/utils/jsonb.h
  *
index 06dc734eb620289865bcbcf5eaae7955c65949c2..f15ca59a4aa1febde92dbaec246db53fa082953c 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See logtape.c for explanations.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/logtape.h
index 64089930019c8923a7f8dbd7790b966d1b64f183..ceec85db9254b1bf942b8a2d5362e150cf0d96e4 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.h
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/lsyscache.h
index c2c58b9cdd74c5f8759d549eb3a89f96d788a847..de235f67ae9dfa61b458073a83bbba3342cf120f 100644 (file)
@@ -7,7 +7,7 @@
  * empty definitions for Valgrind client request macros we use.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/memdebug.h
index d68010f977497fa22da8831b529b5e96ecd3214f..30d7998c3b1a9106d29b4895a109f27aee24211e 100644 (file)
@@ -7,7 +7,7 @@
  *       of the API of the memory management subsystem.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/memutils.h
index cd8da8bdc25cdb0f29082195e2bca7aa0f50d635..9109cff98eba61341c616daa354e06cf35c8b1df 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Original coding 1998, Jan Wieck.  Heavily revised 2003, Tom Lane.
  *
- * Copyright (c) 1998-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2019, PostgreSQL Global Development Group
  *
  * src/include/utils/numeric.h
  *
index 781e948f692a30f28a61825a48e0d911a1cc6363..d644eddf92f156fb5acd094deb4850f95ddfcfc5 100644 (file)
@@ -18,7 +18,7 @@
  * everything that should be freed.  See utils/mmgr/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/palloc.h
index 2939032f0a99bedee7e14761e43f64e8d7f6578e..d058a1d194812b96f2d29ae06472fabbb14e4fbd 100644 (file)
@@ -2,7 +2,7 @@
  *
  * partcache.h
  *
- * Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/include/utils/partcache.h
  *
index 48bca045c2dfa6eec0d61384aa1c68e78901ea0b..4d5c99d1a70caad74de774681d6c3d718b70d16b 100644 (file)
@@ -26,7 +26,7 @@
  *
  * The CRC-32C variant is in port/pg_crc32c.h.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/pg_crc.h
index 88a3134862f0513843f6ac4b67fde7ef8e656844..606952afd7d8ce97c326d07a5c8b6dc7be6ffd9a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * src/include/utils/pg_locale.h
  *
- * Copyright (c) 2002-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2019, PostgreSQL Global Development Group
  *
  *-----------------------------------------------------------------------
  */
index 0db478a259aa551b7f0eef4c5a1e2d6a07257178..def5b25aa3710ac60e6dbdca14e883e212c21239 100644 (file)
@@ -5,7 +5,7 @@
  *             PostgreSQL.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/pg_lsn.h
index 5768caab8181dd9b2d03273075d75d5bce8c93c9..95f4f87b2ac5fd712c862e857209f29ec7048dfe 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for resource usage measurement support routines
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/pg_rusage.h
index d3c47aea42ee7e4cdfafa5857a6618ae8b9c25fd..b2dcca64ac82aeff66ff86565cd3397945e15d7f 100644 (file)
@@ -3,7 +3,7 @@
  * pidfile.h
  *       Declarations describing the data directory lock file (postmaster.pid)
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/pidfile.h
index 7fd7ea6c16834b0c098592b2ee08661f042a55de..936fe6bef539f0a0ce6590b675df6138b4db4a36 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See plancache.c for comments.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/plancache.h
index e4929b936e55b85784e04db30b96cf8b9f78593d..bbef89e3daa7723492db4e4945d07e4c54431a4f 100644 (file)
@@ -36,7 +36,7 @@
  * to look like NO SCROLL cursors.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/portal.h
index 34fde6401f531e5b99dbe4e835a17bc674815726..6d5086fa16ab0b079853769920c86e92fa39e795 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/queryenvironment.h
index 83e94e005b4c1147671a56317fb0f63404772ec7..8c23ed276b5009e2ebf02f7688001b0c26887f7e 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for Postgres range types.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/rangetypes.h
index 5b9a8cbee86a79bed952b293f43dd199151dd5f4..a0df86ebe129d41797641c1007004bcc3d28416d 100644 (file)
@@ -3,7 +3,7 @@
  * regproc.h
  *       Functions for the built-in types regproc, regclass, regtype, etc.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/regproc.h
index 2217081dcc35acf4aa1f39a16c827dbd584fa1de..a7c3aa95c27a9ddceab33405ea765dfc1467e232 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation descriptor (a/k/a relcache entry) definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/rel.h
index a99d6b6681dbe9ae420ef5107efad2f26528f720..3135d06c18f684217f1d86670c9526f44b41676f 100644 (file)
@@ -4,7 +4,7 @@
  *       Relation descriptor cache definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relcache.h
index e79115d34f0fa2194494f77a9b99717976372d0c..9f24530162dcdb2bf471209eff5a775fc2477eb2 100644 (file)
@@ -3,7 +3,7 @@
  * relfilenodemap.h
  *       relfilenode to oid mapping cache.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relfilenodemap.h
index fb51943498d736771a3a69dfaf09b8583e3a6ccc..175e5a043c19693410f3bf7e3d546e8604b78fb4 100644 (file)
@@ -4,7 +4,7 @@
  *       Catalog-to-filenode mapping
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relmapper.h
index 4b74571e91de5ec336a51e086b3fdd6d26697ab1..9ebcca5295e0f3dc19bb7662f7241b329ed0129b 100644 (file)
@@ -3,7 +3,7 @@
  * relptr.h
  *       This file contains basic declarations for relative pointers.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relptr.h
index 9b4dc7f8109233e465fce2a3309fe31df2e1e30a..f1f8c37caab38d8cb022da600b125d9af2a39182 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation trigger definitions.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/reltrigger.h
index fa03942b6c56894e6c5a4adce60156cdd859f925..f33d3aaa03d5a40a571b2334c366d0e8ce87790c 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/resowner.h
index a6e8eb71abbd3d8426852919a8b52a48e6614579..dea005b92043a695487dfab4162355ba82b79d01 100644 (file)
@@ -6,7 +6,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/resowner_private.h
index f3b48583335c0ecd6b92ac94cbf9a410068fb7ed..201d94f32b26f261d85a16594fcfa310a16bdeab 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * src/include/utils/rls.h
  *
index 9f9b029ab886545e195d462b461703b866537a35..3ebc01e7147f171c71fb1b5cd6a744b9f98bcae0 100644 (file)
@@ -3,7 +3,7 @@
  * ruleutils.h
  *             Declarations for ruleutils.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/ruleutils.h
index c82148515dc2162a1c4fc494995e5a056d060dbb..1530804e325662f6a12923b645505b634602ae12 100644 (file)
@@ -3,7 +3,7 @@
  * sampling.h
  *       definitions for sampling functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/sampling.h
index 95e44280c4c1bc0e678f723c7fbd166901d478ad..5cc4cf15e2800747abe58c751ce009b7fc66520e 100644 (file)
@@ -5,7 +5,7 @@
  *       infrastructure for selectivity and cost estimation.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/selfuncs.h
index 834773511d11a2b2e472bd6ebe6f02b6e76c236c..af4289d1e6b80254dc0038fc858d62e45f776350 100644 (file)
@@ -3,7 +3,7 @@
  * sharedtuplestore.h
  *       Simple mechinism for sharing tuples between backends.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/sharedtuplestore.h
index 83806f30406fb059073fa00dc20db3c247694666..f8308e69259226aad5e392d1b02b7f68c8b6d2e6 100644 (file)
@@ -3,7 +3,7 @@
  * snapmgr.h
  *       POSTGRES snapshot manager
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/snapmgr.h
index a8a5a8f4c076399345be7a24782b098d4567c5be..17c57b9edb7b893cb44b4515fc0214690e2537c1 100644 (file)
@@ -3,7 +3,7 @@
  * snapshot.h
  *       POSTGRES snapshot definition
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/snapshot.h
index 818e0b184375bbd00995ecd0666bd10764cc4988..45b292e9c7d54b73b7ea99c6b9c27addc214343a 100644 (file)
@@ -42,7 +42,7 @@
  * function for such cases, but probably not any other acceleration method.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/sortsupport.h
index 2f30c982b25c68254fecf3a18c8de7a6eb29ba8d..9120abcd9b6c999e382571527803af3acf9664e2 100644 (file)
@@ -3,7 +3,7 @@
  * spccache.h
  *       Tablespace cache.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/spccache.h
index 6f290c7214df80209e6ee9e5b2531b941194256e..95ee48954e95a58a675f40c3657d9c255805d7d4 100644 (file)
@@ -6,7 +6,7 @@
  * See also lsyscache.h, which provides convenience routines for
  * common cache-lookup operations.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/syscache.h
index dcc7307c1699d61f0ee8d03100404a48d6a36260..9244a2a7b75c7eb71a36fadf7f87a42ff203619e 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to multiplex SIGALRM interrupts for multiple timeout reasons.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/timeout.h
index 2b3b35703e0073df72708d7a8af1b887177c880e..aeb89dc0ce17773e94920fe20322ba71d1d03fae 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.h
  *       Definitions for the SQL "timestamp" and "interval" types.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/timestamp.h
index d3b6e99bb4ff0d7ae930a2f8db4b3ce6602eb679..9f597d9903c5535bc2417686408309e698263b16 100644 (file)
@@ -5,7 +5,7 @@
  *
  *       Should be moved/renamed...    - vadim 07/28/98
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tqual.h
index 32908b66251f9e34f6f50babed5eca3ac3194d30..7f225da7775ea84048f03175a326e861b8fd7514 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tuplesort.h
index 2c0c3f821946dcc672b3c131008542b09daf2e2c..6e52073e5042152097707fa7ebf1f46038b716e8 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tuplestore.h
index 2b299608cfc70b48807760f51212310e8122678e..e1733990293d2cd1e510bb3d9f183342dfc3652f 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/typcache.h
index 5a16d1210354c372a004fb56c31dae173672c62a..3de618498f9a8724d309514bb72b3e2d0a3ada28 100644 (file)
@@ -3,7 +3,7 @@
  * tzparser.h
  *       Timezone offset file parsing definitions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tzparser.h
index 312c8c48c6433e9af87f7bdbe975cb2e975e683f..5b33ea280d708e1d9b2fbbcfda27dd79fa06de73 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * src/include/utils/uuid.h
  *
index 3278cb5461bd1e8a939bdaca839dc164381cdd24..641731c417798e64884581686132548054454fc4 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/varbit.h
index ee3e205b7a4c95a1b8f3ea5d879a4277891c0dac..9614b953a447980522291b8f8507e6a536c0c907 100644 (file)
@@ -3,7 +3,7 @@
  * varlena.h
  *       Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/varlena.h
index fe488da42ecd2e23779d1c8528230f616c5a6fb5..cf9b26a97475d6d0df23ec388aa98e7d4beae7ed 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/xml.h
index f6f18e5159b4e8ab0a9631e3d6d185807a77e09a..6d655cf94f3cc8d36903c319650b07be882d66d9 100644 (file)
@@ -19,7 +19,7 @@
  * function in nodeWindowAgg.c for details.
  *
  *
- * Portions Copyright (c) 2000-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2019, PostgreSQL Global Development Group
  *
  * src/include/windowapi.h
  *
index 092e456f420b071e1216cfa117abd13d3c271a4a..cd9879ba75ab94f6a7a4c1ce5a39cd133aabc1db 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg compatibility library
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/ecpg/compatlib/Makefile
index 3b0f39c6713d11e4effe654738a43e0ba48b0348..8827a17fecb01a5e5096779ff4fcb3fa5d3aa88f 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg library
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/ecpg/ecpglib/Makefile
index c1b41636ac9b2c7523e6f04e9d3482c5db7346cc..fcc18c193cdd53027ad4e59016ac8ddc51656c55 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg pgtypes library
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/ecpg/pgtypeslib/Makefile
index 8ceadd112b6e45af4f33aa9fb5a9331395dd9346..911d03dbd148a8d6f5b1201474ed808252115968 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/ecpg/preproc
 #
-# Copyright (c) 1998-2018, PostgreSQL Global Development Group
+# Copyright (c) 1998-2019, PostgreSQL Global Development Group
 #
 # src/interfaces/ecpg/preproc/Makefile
 #
index 8b06bd83680d40b74d8380af34687b18d13b1591..1388d057415ec4446c7351ac961b8d16e9ee7935 100644 (file)
@@ -3,7 +3,7 @@
 # test parser generator for ecpg
 # call with backend parser as stdin
 #
-# Copyright (c) 2009-2018, PostgreSQL Global Development Group
+# Copyright (c) 2009-2019, PostgreSQL Global Development Group
 #
 # Written by Michael Meskes <meskes@postgresql.org>
 #            Andy Colson <andy@squeakycode.net>
index 86b3e301913d55b8bb484076a164df7324c15588..bef5bb4679628c38bc911d0e0f9f8e1415a8185f 100644 (file)
@@ -1,7 +1,7 @@
 /* src/interfaces/ecpg/preproc/ecpg.c */
 
 /* Main for ecpg, the PostgreSQL embedded SQL precompiler. */
-/* Copyright (c) 1996-2018, PostgreSQL Global Development Group */
+/* Copyright (c) 1996-2019, PostgreSQL Global Development Group */
 
 #include "postgres_fe.h"
 
index c0ed492d414c1d7e280e365077878f86d1c222b5..12409e9805917de99211685d62b1a0a8c9f7e9c2 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e1c0a2ccb7bf4236d27ed757c94ef70669de194e..6dee5004ecae9407cd4208a93c94c0ee997f9def 100644 (file)
@@ -3,7 +3,7 @@
 # parser generator for ecpg version 2
 # call with backend parser as stdin
 #
-# Copyright (c) 2007-2018, PostgreSQL Global Development Group
+# Copyright (c) 2007-2019, PostgreSQL Global Development Group
 #
 # Written by Mike Aubury <mike.aubury@aubit.com>
 #            Michael Meskes <meskes@postgresql.org>
index 0e60407564eef7b8a70597e0d9e18a70619d2c7b..abae89d51b4dfbd714a63da33f36bd8c262b3599 100644 (file)
@@ -7,7 +7,7 @@
  * need to bother with re-entrant interfaces.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 468ccbe2b43c4e4954e444c52f7e75e8d546b338..a60564c6908d150394d2bc24d0892c0b78cdd776 100644 (file)
@@ -7,7 +7,7 @@
  * This is a modified version of src/backend/parser/scan.l
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a975a7e4e4ed9aa99e6aea1a37629d5b99ad9a51..066dbcc89777044d1b8f7e6361f9fc6ea55f8d82 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/ecpg/test/pg_regress_ecpg.c
index c2171d0856cca963d1ab465d829716d6ab68ff0a..025542dfe9fd7125148dad5ba86cee6bf9539bc2 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/libpq library
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/libpq/Makefile
index 6f9e6789d56206a76d554f8e7b5118f2f396bb6f..07da22fb93b034bb71036e1b94a43f7880d86075 100644 (file)
@@ -3,7 +3,7 @@
  * fe-auth-scram.c
  *        The front-end (client) implementation of SCRAM authentication.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 92641fe5e9acc37f6301fb5c89f06e49fe46ef71..08a5a9c1f306184eced695ddd44669f61a9bd50e 100644 (file)
@@ -3,7 +3,7 @@
  * fe-auth.c
  *        The front-end (client) authorization routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a8a27c24a61a3951acd3902f7ebb7e4839c82bca..3514e53fa08288d00ddc440422498eb31ddd1d9a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Definitions for network authentication routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/fe-auth.h
index bc456fec0c293210a7a3cefaeb5659d680c86454..f29202db5f99b24f8040f69bddf893169a8f233a 100644 (file)
@@ -3,7 +3,7 @@
  * fe-connect.c
  *       functions related to setting up a connection to the backend
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6aed8c87c7a283c4e823dc94237cad3714a2fba5..ac969e7b3f861fbe0dc91c3ff581fabbfdb844fa 100644 (file)
@@ -3,7 +3,7 @@
  * fe-exec.c
  *       functions related to sending a query down to the backend
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b9caa229669abe825eff2d5b739355e815d92442..3c6f11a7d79ce8fd5eb970a33fafb8309afb54ba 100644 (file)
@@ -3,7 +3,7 @@
  * fe-lobj.c
  *       Front-end large object interface
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 46ece1a14c8d31692544491bb8dc1edc084d3c93..e5ef8d44bd48fc6d0f44b2c1babacd3b140c139e 100644 (file)
@@ -19,7 +19,7 @@
  * routines.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f022780dc7889c82504dc64cf421083daf48cd28..bb1eed6c4ad20952d04b0c49aa0ed05095359176 100644 (file)
@@ -3,7 +3,7 @@
  * fe-print.c
  *       functions for pretty-printing query results
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, 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 53e5083702cdec30bde9cad8902c7b8e84b008ee..1ab14213ee21872ac5a99d5c071a7f46184c36dd 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol2.c
  *       functions that are specific to frontend/backend protocol version 2
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8345faface8de588d09f60c1fc8a4b7f08701bc3..47dbc3186f17dbaf8c741a4c6af5c7346b181a58 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol3.c
  *       functions that are specific to frontend/backend protocol version 3
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b3f580f5950e24fb76f0cd77e687f708374ef8da..2e83a79e1bd5c598cdfeff7cc9005a00eb37e9eb 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 980a58af255def4cd5dfea2a124512f677761137..350a1c77094a94b7bf1c865691849e7bb204b6a0 100644 (file)
@@ -4,7 +4,7 @@
  *
  * common implementation-independent SSL support code
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index beca3492e8dcf1a2ba18f8ddaf2569d57bbaed8f..f634c99ca601c44dd94719d78f3e7f45ae9faa94 100644 (file)
@@ -4,7 +4,7 @@
  *       OpenSSL support
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a06fc7dc824231215a256c275a619f77da08ed9f..4658e27caa68f4de6133fefcdd95d37772f3b8e4 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 09f9c7f9bb857845dbde38595d1ea1d1e606939b..3a17af10e54cc753c6a0f513071afa3d84c0477d 100644 (file)
@@ -3,7 +3,7 @@
  * libpq-events.c
  *       functions for supporting the libpq "events" API
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7d0726a83992acfa376ac9ef7592cef10d1dc5c1..424b4054ec80b585c2d75452227aa1d49eaee9f7 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/libpq-events.h
index 3f13ddf092be81096d57a6c90a01d132c4679c71..97bc98b1f3cb05d67e9b2192c773f8abc7ca2be3 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/libpq-fe.h
index 66fd317b949498f1600a8ceb9b1190f8c4e79019..4a93d8edbc590a57fb86fa5558d093412dcd74ed 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/libpq-int.h
index de2985c4d47a8de8e8859865e2825a202c630466..d15e731f0c8489a962f0d4d8ac6b00a5ab6e882d 100644 (file)
@@ -17,7 +17,7 @@ BEGIN
             VALUE "FileDescription", "PostgreSQL Access Library\0"
             VALUE "FileVersion", "12.0\0"
             VALUE "InternalName", "libpq\0"
-            VALUE "LegalCopyright", "Copyright (C) 2018\0"
+            VALUE "LegalCopyright", "Copyright (C) 2019\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libpq.dll\0"
             VALUE "ProductName", "PostgreSQL\0"
index 43c36c3bff82c25991687715204d986d67215396..498f82bd9946795c52c2e9cbb0e57ac938681f55 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/pqexpbuffer.c
index 771602af09f80a874f5dae1dbb9013d36be7ebba..277f7f12223a7fee254a493727fd63a3f70323d3 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/pqexpbuffer.h
index f6d675d5c4ff1c274f9f7d32dbe23de26593e42a..21e4142398eca8be724fe977d1402e32275a63de 100644 (file)
@@ -3,7 +3,7 @@
 * pthread-win32.c
 *       partial pthread implementation for win32
 *
-* Copyright (c) 2004-2018, PostgreSQL Global Development Group
+* Copyright (c) 2004-2019, PostgreSQL Global Development Group
 * IDENTIFICATION
 *      src/interfaces/libpq/pthread-win32.c
 *
index 4590f370085c190c7ee9fd20c56ae59467641067..c9b91a892800297907b1fb5af037d16cf35db9fe 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/interfaces/libpq/test/uri-regress.c
index 79768e4e0b8214fa8f2edd35586375e9ab17682e..8b9fb942b00d4eb725fefd53c41b51f18d1fe520 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  */
index c112da2d8c22da51c6beeef189ae30e65ca6c058..09a77dc0b7b6e0ca6693a790782eee9ee7f550a3 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This should be included _AFTER_ postgres.h and system include files
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/pl/plperl/plperl.h
index 834cd5058fbfc32c974547bf7ab6468f909ba85e..a3e6efcbb6b039df37f68b5de9cfaa89c7415218 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the plerrcodes.h header from errcodes.txt
-# Copyright (c) 2000-2018, PostgreSQL Global Development Group
+# Copyright (c) 2000-2019, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index fb3fb5b8164cdd6e9fc83446e00f1b30175854c8..0e9ea105964b7dc15cc78e6c1c1d6867cfbef3b5 100644 (file)
@@ -3,7 +3,7 @@
  * pl_comp.c           - Compiler part of the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f292fcad2d8b4fe405452f8552d94a8a1d9afde7..92e7ec4c6075780389d447b46aecf38ce8c4468a 100644 (file)
@@ -3,7 +3,7 @@
  * pl_exec.c           - Executor for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4266e6cee754d668f47edcf8c2513ed391219515..0b63da2b4a0cca262dff6f63a87a1e3a6c9eedbc 100644 (file)
@@ -3,7 +3,7 @@
  * pl_funcs.c          - Misc functions for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a979a5109d3ac04973b059d48be0de89895d1370..59063976b36dd3fa6377af2d47de5c70e3d381f0 100644 (file)
@@ -3,7 +3,7 @@
  *
  * pl_gram.y                   - Parser for the PL/pgSQL procedural language
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7d3647a12df638456bced45136f18cc30e2868de..2a9af06ccccb5cfe34491fea6a1693c7805a8f75 100644 (file)
@@ -3,7 +3,7 @@
  * pl_handler.c                - Handler for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ab18946847d3a8cb11d464750097c465cecbc143..394d4658cd31ceb0787b1c0c9981fe12089bcfd4 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical scanning for PL/pgSQL
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 42177ccaa65c19e60faf0acb9c4da0d6486741b9..2dca49334af5ff4312a566a6f1c4afe4fb92bf4e 100644 (file)
@@ -3,7 +3,7 @@
  * plpgsql.h           - Definitions for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 73ca50e875a6eac8c1547bf0ad07ffae971e737d..092a801a03b57de933617d56a0ed1247173bf3ae 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the spiexceptions.h header from errcodes.txt
-# Copyright (c) 2000-2018, PostgreSQL Global Development Group
+# Copyright (c) 2000-2019, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 8cb922de724c6efe9d80f0bb259ad36689362a77..1a9463a1e31c43e248b462ee90825fbf7f436ca7 100644 (file)
@@ -2,7 +2,7 @@
  *
  * plpython.h - Python as a procedural language for PostgreSQL
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/pl/plpython/plpython.h
index b5a595510cbd33c38119789487424d1ae1c16094..11132c555845afb7acfc2bd4f8f611bce57eefc4 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the pltclerrcodes.h header from errcodes.txt
-# Copyright (c) 2000-2018, PostgreSQL Global Development Group
+# Copyright (c) 2000-2019, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index dde913099f14003f15cbf2771735e6e48ed2f572..9b753c85e97c29a5f73a2ac75823cae770487ba6 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for handling locale-related info
  *
  *
- * Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7d1d069647a707d0b806d14483703b158f0fe6c9..7a91450695bf9481bbc8a70d5283e5be20f8c615 100644 (file)
@@ -3,7 +3,7 @@
  * dirent.c
  *       opendir/readdir/closedir for win32/msvc
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 26611922db01d10f846fe0bdaafdb3d5a9153fe2..d7932401ef016f666da39f496fd50cb51533c0bb 100644 (file)
@@ -3,7 +3,7 @@
  * dirmod.c
  *       directory handling functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     This includes replacement versions of functions that work on
index 4cde484d9d384dfe93bf051f5ab96d7cdd5ec8d1..6cca2eb370317b8ab0b065ff2ee0b062045ab684 100644 (file)
@@ -3,7 +3,7 @@
  * dlopen.c
  *       dynamic loader for platforms without dlopen()
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e3eae5d3a2579697a916d43f4afbdccc22f4ed96..3d5b592b979aa465e54d7783a0e5d88fabc8db5f 100644 (file)
@@ -14,7 +14,7 @@
  * erand48() is strangely coded to be almost-but-not-quite thread-safe,
  * which doesn't matter for the backend but is important for pgbench.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * Portions Copyright (c) 1993 Martin Birgmeier
  * All rights reserved.
index 46dceb59d53fcf58894b30a86bc1f092e2601f0c..6b1cf373486e7e732376f8050e633184586f45a5 100644 (file)
@@ -3,7 +3,7 @@
  * fls.c
  *       finds the last (most significant) bit that is set
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 38b9cbde91164c8faff76cc1e9853c8813b672f3..3fc13b9014b727c6f7978056a86e4af889d5961a 100644 (file)
@@ -3,7 +3,7 @@
  * fseeko.c
  *       64-bit versions of fseeko/ftello()
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1054d857b372d6c8f9c8bd7a0362218fa9c86b19..7f53afbea2630b65132a96bb723db54cb70aa7e1 100644 (file)
@@ -13,7 +13,7 @@
  * use the Windows native routines, but if not, we use our own.
  *
  *
- * Copyright (c) 2003-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/getaddrinfo.c
index fa871ae68ffaeaf49078f892b5752a96f7722386..af6c0bc9de651fd0d9b475e1a33d30e43d68634c 100644 (file)
@@ -3,7 +3,7 @@
  * getpeereid.c
  *             get peer userid for UNIX-domain socket connection
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 229b5bb7fe9691b2749b61fd60ce8e35ca302074..72c645fbbc59210a6b131bec7139d1c410f73627 100644 (file)
@@ -3,7 +3,7 @@
  * getrusage.c
  *       get information about resource utilisation
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9990f9c422612c2e18c9d3255375ee07bda9b1ed..6eb881e41b44810f8a1174d93b5a68ad57754a48 100644 (file)
@@ -2,7 +2,7 @@
  *
  * isinf.c
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fee5abfdfab385a2d7f1a1bd0532041e93899ed5..79215b2081f8c552160338f302c17d52e5e04463 100644 (file)
@@ -3,7 +3,7 @@
  * kill.c
  *       kill()
  *
- * Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *     This is a replacement version of kill for Win32 which sends
  *     signals that the backend can recognize.
index e0b3ada28a5fe7949b491de4c0c2832b7c65716f..269ebc51deb6cd96d602660fa0b42232ee126c64 100644 (file)
@@ -3,7 +3,7 @@
  * mkdtemp.c
  *       create a mode-0700 temporary directory
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bd26bd5f5295496085106d40b71f7d6c2beb130c..73b88486717bc3779638c5d339a1d2ba1c663b46 100644 (file)
@@ -3,7 +3,7 @@
  * noblock.c
  *       set a file descriptor as blocking or non-blocking
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a2f1044a20e87af53596b51722512b07f5c0d84c..436cbae48263d8d64caa85e60b9795fda6f28402 100644 (file)
@@ -4,7 +4,7 @@
  *        Win32 open() replacement
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/port/open.c
  *
index 1ac1dbea4f259acbfe438a5170d38805d4a9a850..661017f8777a55ac0d691bcfd031825f0ff03a62 100644 (file)
@@ -3,7 +3,7 @@
  * path.c
  *       portable path handling routines
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 820b2c24b4226aaa11fb17523198c95a671060b1..ebe449ec8c60db625fe58a5f3728adf29ba1135f 100644 (file)
@@ -3,7 +3,7 @@
  * pg_crc32c_armv8.c
  *       Compute CRC-32C checksum using ARMv8 CRC Extension instructions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c339af7f16a00a6796d8fdf5ffd1e73744865f54..9f6217b67364c97c4cdc26b4a2dc2fe101b6bda5 100644 (file)
@@ -8,7 +8,7 @@
  * computation. Otherwise, fall back to the pure software implementation
  * (slicing-by-8).
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5205ba9cdcc9942082c1ccc42535cecf83ffbb35..b0c731254ce8f12e6e95b0951470719760d3076c 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b9def7e2ea55d8b78e02691f5fc488e29eafbaa5..ef56cff4e12885715bf32f5e981b9a63c7837046 100644 (file)
@@ -3,7 +3,7 @@
  * pg_crc32c_sse42.c
  *       Compute CRC-32C checksum using Intel SSE 4.2 instructions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c2d1242d91321ceebf027c20464828ec3d7abcc8..51ebdbfd7a3b6afaffb1ea26f5b9edb7569cd59f 100644 (file)
@@ -8,7 +8,7 @@
  * computation. Otherwise, fall back to the pure software implementation
  * (slicing-by-8).
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1408d3ad88e1c35a991e66d39ccd3650599f5c49..0fad6f4bcb0864bee659c473c2f7d7ba79e97b09 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/pg_strong_random.c
index b5b999b3858c5a8b63274967044e3d272819a645..7acc1107bb10fcdbcc02cbebcfc322599471b1f8 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 48536f4b7a2498a407ab8e55d7bc4301783b37e8..84e1c3049ac4fbf94999bcd53715fde1ff1962c3 100644 (file)
@@ -4,7 +4,7 @@
  *        Portable delay handling.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/port/pgsleep.c
  *
index 3aaea305c0c2464083a03d32247cdabf02b9c771..b6c8592fd75e2eb5cc99f482efca497137c11d72 100644 (file)
@@ -18,7 +18,7 @@
  * C library thinks the locale is.
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/port/pgstrcasecmp.c
  *
index b0ca4956e5b81d8cd6999ca17a550f1fc4d413a7..146ff0a21eaa2a775b6f77d4491709e754a01696 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5d8d5042b0f15a4ecbea1de1ee9450f52b77c1ae..ecb9ca261f57a5d739b5e5c415b2d2fe45c4f01a 100644 (file)
@@ -4,7 +4,7 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a22d949cca5d5ca2503ce15192224f9d7d8cd560..a84859e8126312a51af89be80eff71714d2bf2d0 100644 (file)
@@ -3,7 +3,7 @@
  * pread.c
  *       Implementation of pread(2) for platforms that lack one.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/pread.c
index f3e228cf4f041c781a3007e4082028a581fd8716..164b4f619770c8f0f91cf12b094ea9a1ffea81ae 100644 (file)
@@ -3,7 +3,7 @@
  * pwrite.c
  *       Implementation of pwrite(2) for platforms that lack one.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/pwrite.c
index 94b63b9bb64bddd214ef36615c612ef993eb89a7..ce60f81c6cc08e7dd450632942d3dcd922767bed 100644 (file)
@@ -3,7 +3,7 @@
  * quotes.c
  *       string quoting and escaping functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3996225c92dde44f5779c56a7b7de24f23946116..034c33f06eeff53988f27d4e39d070d3e5b04039 100644 (file)
@@ -3,7 +3,7 @@
  * random.c
  *       random() wrapper
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a77338161720df9f7fb4c8b123efb70024ecdcc0..1a815403e31e16e33890150bf0ed0abf1ebf3256 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index b617c931fc2d63e8efc3cb6eaec6c652f7cdb7a6..146fb0004efd4275470ae40c121541dfef65fac8 100644 (file)
@@ -3,7 +3,7 @@
  * sprompt.c
  *       simple_prompt() routine
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6939260d33bd3dcf526b5f6c554ae7c27caa9d59..406088c83f6748b3b8164a1d9d6952bf9ed9d2e2 100644 (file)
@@ -3,7 +3,7 @@
  * srandom.c
  *       srandom() wrapper
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba93815c50a2329716ea8a4802d4aada6af39f78..599e6b887f83d82c7adb8722ec835328ef177901 100644 (file)
@@ -3,7 +3,7 @@
  * strerror.c
  *       Replacements for standard strerror() and strerror_r() functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 920d7f88f54d5890150d3717c04a7dd32a93363a..418c6a672ff512b3870a8c84f644b69218f6d893 100644 (file)
@@ -3,7 +3,7 @@
  * strlcpy.c
  *       strncpy done right
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bd4b56bbb1560f6c59de763b08c577446c1336aa..eb2185fe0b6d7831c9c6ae0675c3a9a37604056f 100644 (file)
@@ -4,7 +4,7 @@
  *             Fallback implementation of strnlen().
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9d5766e33c49fdecededab89e064b0429d788b70..32c0c9189193c3d19648c018ce437689279f4b38 100644 (file)
@@ -29,7 +29,7 @@
  *      quote character on the command line, preserving any text after the last
  *      quote character.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/port/system.c
  *
index 8e0c7df73a896a7ec1063c90d9ff96ae422afc0b..47995ad060dbeb04278ecbd2e45e52294d900483 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * src/port/thread.c
  *
index 78414314821a2b222d8107b0a3ad144c7da82990..82dd2260f9edb841babfd998d7e8b2ffd0df22f7 100644 (file)
@@ -3,7 +3,7 @@
  * unsetenv.c
  *       unsetenv() emulation for machines without it
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index af8555a7a7fbae17fc4959abb5a9242aa1e9d5e0..6f4994c96a81f444bd3acc2e70d32cfa37bebfd2 100644 (file)
@@ -4,7 +4,7 @@
  *       putenv() and unsetenv() for win32, which update both process environment
  *       and caches in (potentially multiple) C run-time library (CRT) versions.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71f6e89ddd3d4234a4dfeacdb81c81ba3205acf4..7fd29eab3771d2bf3cfeb5bb3538bb6ff9724375 100644 (file)
@@ -3,7 +3,7 @@
  * win32error.c
  *       Map win32 error codes to errno values
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/win32error.c
index 8d7bcd2d926f19ffb9c6b48d33fc6238ad949273..eb250d385634df4283b0c830cc2f753ea5ee629a 100644 (file)
@@ -3,7 +3,7 @@
  * win32security.c
  *       Microsoft Windows Win32 Security Support Functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/win32security.c
index a8cf170dd1598dfb65e5fe8d5d1f57e3d9ebf89e..710dbb9b9d4addc7c6fc67994b3f0d892574fe01 100644 (file)
@@ -3,7 +3,7 @@
  * win32setlocale.c
  *             Wrapper to work around bugs in Windows setlocale() implementation
  *
- * Copyright (c) 2011-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/win32setlocale.c
index 7f559bad030ee8f8cabeb392f430f10a9c1bb937..77a699dc48cbb872630c4cb1bc59f2d49d165497 100644 (file)
@@ -17,7 +17,7 @@ BEGIN
    VALUE "CompanyName",      "PostgreSQL Global Development Group"
    VALUE "FileDescription",  FILEDESC
    VALUE "FileVersion",      PG_VERSION
-   VALUE "LegalCopyright", "Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
+   VALUE "LegalCopyright", "Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
    VALUE "ProductName",      "PostgreSQL"
    VALUE "ProductVersion",   PG_VERSION
   END
index 218452ec764dd577e3a828e7cd464e58b9c5cfa7..4dfa795fd37b405782cd46a3a35aae66232f1aa9 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/authentication
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/authentication/Makefile
index 79170e97b8abd3fd436c773837ae6f264e47c38e..a0c442a549d1bf0df018648bcde653dfcf730a4b 100644 (file)
@@ -3,7 +3,7 @@
  * testlo.c
  *       test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b1677aefa1c4be9a0b8224a0687318f7ca1c780..915aa70c862fb7950b8a2109757748a5f2094f53 100644 (file)
@@ -3,7 +3,7 @@
  * testlo64.c
  *       test using large objects with libpq using 64-bit APIs
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d3ada6d2bcf77953fef162fc73c7f9b02e672915..294bf30470ac2ec6d9be245042387f0e89658848 100644 (file)
@@ -2,7 +2,7 @@
  *
  * isolation_main --- pg_regress test launcher for isolation tests
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/isolation/isolation_main.c
index a4d989bd1a2e751bd6a3bb86b744a3e378029885..7f91e6433ffa7128d5d31d5a1f1352fad8ce6246 100644 (file)
@@ -3,7 +3,7 @@
  * isolationtester.h
  *       include file for isolation tests
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 654716194c16be8a94510587da7eedfafe8bd234..fb8a4d706c0ec7ed0e3103517e75beacb03bdc7f 100644 (file)
@@ -4,7 +4,7 @@
  * specparse.y
  *       bison grammar for the isolation test file format
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index f97f4027f2fb0015d9dc583a162204d3d0062512..3924c992945ae3ba8d7100b31467e8b1eb54f9ab 100644 (file)
@@ -4,7 +4,7 @@
  * specscanner.l
  *       a lexical scanner for an isolation test specification
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 4df4989470a93d02a66e83ec4ad07c9d1cf3f8b9..0f3edd4712e6894c399ab0d435180943e8c70f97 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/kerberos
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/kerberos/Makefile
index 74fef48650bb290dcfa8897fb12cf44c95489250..4b0a6e01c5eb8579f88f09c8b0aa489616f27107 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/ldap
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/ldap/Makefile
index fc1e7454441b648a75108b2ef3d0b1bd0f67dac4..746227a91202d3b40ddbcdbca9af5a5ee6d0e165 100644 (file)
@@ -7,7 +7,7 @@
  * perspective, but allows regression testing independent of platform-specific
  * features like SELinux.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #include "postgres.h"
index 3b04c65bd03757f6f094bee82f29e859c37db82e..b36537e61381fefcd764c668507b2d288ee70890 100644 (file)
@@ -3,7 +3,7 @@
  * test_bloomfilter.c
  *             Test false positive rate of Bloom filter.
  *
- * Copyright (c) 2018, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_bloomfilter/test_bloomfilter.c
index 0f73db499ec07d2e967b8b38dbc800288046393b..2fe0c24cf4ef9076ca9db9d46282ba97c1e12e07 100644 (file)
@@ -2,7 +2,7 @@
  * test_ddl_deparse.c
  *             Support functions for the test_ddl_deparse module
  *
- * Copyright (c) 2014-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/test/modules/test_ddl_deparse/test_ddl_deparse.c
index bb700f8a3d0d865396640451bbd5f34c20f52de7..c505a775ab111beb8fc0750a1b56e69ec7b5c15d 100644 (file)
@@ -3,7 +3,7 @@
  * test_parser.c
  *       Simple example of a text search parser
  *
- * Copyright (c) 2007-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/test/modules/test_parser/test_parser.c
index 1e699e6556e116ee7bc6fd7bdad5f02c37c839e3..6c9ed9db48c92349bfc78518121126549224ece2 100644 (file)
@@ -3,7 +3,7 @@
  * test_predtest.c
  *             Test correctness of optimizer's predicate proof logic.
  *
- * Copyright (c) 2018, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_predtest/test_predtest.c
index e12284cd8ca7719662261479e2d8dcd81c09b78d..2a18c267861e9b37e24f4ff81dafbbcf4b540827 100644 (file)
@@ -3,7 +3,7 @@
  * test_rbtree.c
  *             Test correctness of red-black tree operations.
  *
- * Copyright (c) 2009-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_rbtree/test_rbtree.c
index f582bb0dba5bb565c784ec195c342bf71ab0741d..8bf8f764ac31a7016fb53c43052d74e8915e44c9 100644 (file)
@@ -3,7 +3,7 @@
  * test_rls_hooks.c
  *             Code for testing RLS hooks.
  *
- * Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_rls_hooks/test_rls_hooks.c
index 774c64ff43281db0d4786f2d72de32e4d7e411f4..d9894a3fc5423bc13848ff492d9ef38480c444da 100644 (file)
@@ -3,7 +3,7 @@
  * test_rls_hooks.h
  *             Definitions for RLS hooks
  *
- * Copyright (c) 2015-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_rls_hooks/test_rls_hooks.h
index 75f76b2c363333e0d5fd258d565eb004a6e879b6..349b043e6409645e750a71dbf61a57f58662d359 100644 (file)
@@ -5,7 +5,7 @@
  *             number of background workers for shared memory message queue
  *             testing.
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_shm_mq/setup.c
index d03be06ff65ec42a52d804eeab1848d9dfe8e8f8..a8f8447a467bfbfa1bef8ca748d937f3497b7e38 100644 (file)
@@ -3,7 +3,7 @@
  * test.c
  *             Test harness code for shared memory message queues.
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_shm_mq/test.c
index 2134b1fdf1b263530b55ba2326da983862092556..e12ba1e081bb42aa4af0f209437fe033dd3cfddc 100644 (file)
@@ -3,7 +3,7 @@
  * test_shm_mq.h
  *             Definitions for shared memory message queues
  *
- * Copyright (c) 2013-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_shm_mq/test_shm_mq.h
index 4e23419c52e4052ed52659382be772111bc61ea6..3ff4987c815dbe52c721f24d03cfc9f60b1b9548 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_shm_mq/worker.c
index 838133a20819604b8186fe1e74d2543c34e5d3ba..c1878dd6946a93e45bc8e52b13d12e426ef0fd84 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/worker_spi/worker_spi.c
index 8e7012d9434882fda25989ed5b9378f3d8e7150b..3af0ef66fdb2b348cd2bec236bc0ab1ed939f1e0 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/perl
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/perl/Makefile
index daf79a0b1fcd7c3f322306496640d4832ae02ab6..e66e69521f25b5dccd264e35b3d34c9799ec4d0b 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/recovery
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/recovery/Makefile
index 378bd0175305407ec63912fabdfcda2720aa8d0f..a24cfd4e016200b83c8847a2d1a8aec921c1516b 100644 (file)
@@ -3,7 +3,7 @@
 # GNUmakefile--
 #    Makefile for src/test/regress (the regression tests)
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/regress/GNUmakefile
index 2c469413a34bdff6408f2da68a9dc565650a2ac5..3c360d16352ce198576e1d8b744dba4e9fb56ba6 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/pg_regress.c
index e9045b75b68b949d5a0bd954affce8d054bb79ee..581c299ed4976caf128bfe01909c7b7bfda548a9 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  * pg_regress.h --- regression test driver
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/pg_regress.h
index bd613e4fda19bd3ce5831615a920553b4892ebec..f274971be31f6c33fe3490bb7a5e9d06e88254a5 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/pg_regress_main.c
index a2e57768d405e947cc3c0d8e559b14ab72567e89..70727286ca5616f2efd214233ec951fc2515432b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/regress.c
index 4b621e18b64e577739ea1820d937ca59a5828629..247550e0e260395da260fa785b55308d68159949 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/ssl
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/ssl/Makefile
index 0f3d2098ade21ba99dfed9143bc4407f1fb355fb..e7bbb454c7ac6b4fe10094fb0a30cf5176f5be34 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/subscription
 #
-# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/subscription/Makefile
index bf2b07be560c27873f18e55d7c1af730a2eace0d..f45bbda9fd94fbabfefe28a087a05729f477b3cf 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for tools/thread
 #
-# Copyright (c) 2003-2018, PostgreSQL Global Development Group
+# Copyright (c) 2003-2019, PostgreSQL Global Development Group
 #
 # src/test/thread/Makefile
 #
index 31452317a6ec668c545e00f1aaff4e1c66cb009c..5392439146f89ad1215c92da6024f039231b1edc 100644 (file)
@@ -3,7 +3,7 @@
  * test_thread_funcs.c
  *             libc thread test program
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/test/thread/thread_test.c
index 7a476eabf7da8464137a61283dad8fba35868219..ee111a80d4003757f024b5fa89654dba0a4db3e2 100644 (file)
@@ -3,7 +3,7 @@
  * pgtz.c
  *       Timezone Library Integration Functions
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/timezone/pgtz.c
index a07dced583e6c3a79ca7fc74799c16e7548be3c1..ab2b2bb740161159a761cd39140dfd70b896bac5 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/timezone/pgtz.h
index 913faa02f7faec6163b885a8cc49a736635ccc9b..5935acb33d93888172a12b74bdd2ed58e16e4bbf 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-2018, PostgreSQL Global Development Group
+# Copyright (c) 2011-2019, PostgreSQL Global Development Group
 #
 # src/tools/check_bison_recursion.pl
 #################################################################
index 08b9e5b42e3d25e046322ae4fd73f9dfe163164a..e0a745f9e55266574a3e5622c96fef611c222533 100755 (executable)
@@ -2,7 +2,7 @@
 #################################################################
 # copyright.pl -- update copyright notices throughout the source tree, idempotently.
 #
-# Copyright (c) 2011-2018, PostgreSQL Global Development Group
+# Copyright (c) 2011-2019, PostgreSQL Global Development Group
 #
 # src/tools/copyright.pl
 #
index 1af0a93a89e922b591d45b7af1005ad83585aed7..b4238e497261b86338b1d156d18a345b9437b4d2 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/tools/findoidjoins
 #
-# Copyright (c) 2003-2018, PostgreSQL Global Development Group
+# Copyright (c) 2003-2019, PostgreSQL Global Development Group
 #
 # src/tools/findoidjoins/Makefile
 #
index 21a09ada4f63d8e55f5ada697eb51ffe64df232e..50e26f1268cc35047357a563748069184a40eec4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * findoidjoins.c
  *
- * Copyright (c) 2002-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2019, PostgreSQL Global Development Group
  *
  * src/tools/findoidjoins/findoidjoins.c
  */
index 0e0b57267338f462686bff17e4f5b42fb6b53ea5..4e18940503662bc9decbcd3a4cd8265f3e510a78 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-2018, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/tools/fix-old-flex-code.pl
index 9e0e8945f8f8d1769491d73a03a1eea00a91cccf..763f913f2fe85724a7fb377b3719cee4fd7c0932 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/tools/ifaddrs
 #
-# Copyright (c) 2003-2018, PostgreSQL Global Development Group
+# Copyright (c) 2003-2019, PostgreSQL Global Development Group
 #
 # src/tools/ifaddrs/Makefile
 #
index 559b1ea264350e44db0b7ee13ef4f9a4205afb20..734f8725474ab4430372b302f3d96022cf9ee9e7 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 41f5d764b78fa47410663e7e9530ac2f86385187..863ffe6e732bb4a0a44a4d4ac2e46c703e6ebab0 100755 (executable)
@@ -3,7 +3,7 @@
 #################################################################
 # version_stamp.pl -- update version stamps throughout the source tree
 #
-# Copyright (c) 2008-2018, PostgreSQL Global Development Group
+# Copyright (c) 2008-2019, PostgreSQL Global Development Group
 #
 # src/tools/version_stamp.pl
 #################################################################
index 0fb561b44bd69dae03ea6ed1f254ad29ad06fa90..d817298e5892aba9b4ed512584b15dc8146aeb5a 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # win32tzlist.pl -- compare Windows timezone information
 #
-# Copyright (c) 2008-2018, PostgreSQL Global Development Group
+# Copyright (c) 2008-2019, PostgreSQL Global Development Group
 #
 # src/tools/win32tzlist.pl
 #################################################################
index 2fc3e501ceb43a4bc7d14f074c3a6d4f4ddf5804..c27a42cee2e8c423622d1dc125c8389dea10126f 100644 (file)
@@ -5,7 +5,7 @@
 --    use this new type.
 --
 --
--- Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- src/tutorial/complex.source
index 7b3c4a5637d653c14d720f08da876243fa89b4e7..b896de0fba8a9ffe4b1c19f221b0780ccb3f4cc0 100644 (file)
@@ -4,7 +4,7 @@
 --    sample queries to the system catalogs
 --
 --
--- Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- src/tutorial/syscat.source