Update copyright for 2018
authorBruce Momjian
Wed, 3 Jan 2018 04:30:12 +0000 (23:30 -0500)
committerBruce Momjian
Wed, 3 Jan 2018 04:30:12 +0000 (23:30 -0500)
Backpatch-through: certain files through 9.3

1638 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/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/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/lib/binaryheap.c
src/backend/lib/bipartite_match.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-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/port/atomics.c
src/backend/port/dynloader/aix.h
src/backend/port/dynloader/cygwin.h
src/backend/port/dynloader/freebsd.c
src/backend/port/dynloader/freebsd.h
src/backend/port/dynloader/hpux.c
src/backend/port/dynloader/hpux.h
src/backend/port/dynloader/linux.c
src/backend/port/dynloader/linux.h
src/backend/port/dynloader/netbsd.c
src/backend/port/dynloader/netbsd.h
src/backend/port/dynloader/openbsd.c
src/backend/port/dynloader/openbsd.h
src/backend/port/dynloader/solaris.h
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/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/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/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/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/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/nabstime.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/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/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/backend_random.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_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/conditional.c
src/bin/psql/conditional.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_utils.c
src/common/ip.c
src/common/keywords.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/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/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/binary_upgrade.h
src/include/catalog/catalog.h
src/include/catalog/catversion.h
src/include/catalog/dependency.h
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.h
src/include/catalog/pg_aggregate_fn.h
src/include/catalog/pg_am.h
src/include/catalog/pg_amop.h
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.h
src/include/catalog/pg_cast.h
src/include/catalog/pg_class.h
src/include/catalog/pg_collation.h
src/include/catalog/pg_collation_fn.h
src/include/catalog/pg_constraint.h
src/include/catalog/pg_constraint_fn.h
src/include/catalog/pg_control.h
src/include/catalog/pg_conversion.h
src/include/catalog/pg_conversion_fn.h
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_inherits_fn.h
src/include/catalog/pg_init_privs.h
src/include/catalog/pg_language.h
src/include/catalog/pg_largeobject.h
src/include/catalog/pg_largeobject_metadata.h
src/include/catalog/pg_namespace.h
src/include/catalog/pg_opclass.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_operator_fn.h
src/include/catalog/pg_opfamily.h
src/include/catalog/pg_partitioned_table.h
src/include/catalog/pg_pltemplate.h
src/include/catalog/pg_policy.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc_fn.h
src/include/catalog/pg_publication.h
src/include/catalog/pg_publication_rel.h
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.h
src/include/catalog/pg_transform.h
src/include/catalog/pg_trigger.h
src/include/catalog/pg_ts_config.h
src/include/catalog/pg_ts_config_map.h
src/include/catalog/pg_ts_dict.h
src/include/catalog/pg_ts_parser.h
src/include/catalog/pg_ts_template.h
src/include/catalog/pg_type.h
src/include/catalog/pg_type_fn.h
src/include/catalog/pg_user_mapping.h
src/include/catalog/storage.h
src/include/catalog/storage_xlog.h
src/include/catalog/toasting.h
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_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/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/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/lib/binaryheap.h
src/include/lib/bipartite_match.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/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/backend_random.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/dynamic_loader.h
src/include/utils/elog.h
src/include/utils/evtcache.h
src/include/utils/expandeddatum.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/nabstime.h
src/include/utils/numeric.h
src/include/utils/palloc.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/ecpglib/pg_type.h
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-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/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_choose.c
src/port/pg_crc32c_sb8.c
src/port/pg_crc32c_sse42.c
src/port/pg_strong_random.c
src/port/pgcheckdir.c
src/port/pgsleep.c
src/port/pgstrcasecmp.c
src/port/pqsignal.c
src/port/quotes.c
src/port/random.c
src/port/sprompt.c
src/port/srandom.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/ldap/Makefile
src/test/modules/dummy_seclabel/dummy_seclabel.c
src/test/modules/test_ddl_deparse/test_ddl_deparse.c
src/test/modules/test_parser/test_parser.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 c320eccac08f7bec087f47efd48182eeca639d26..33e6e4842ad64dd89d351c84454059daed61ff56 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-2017, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index d9b7b8d7ec76a94706c348df927651febfd16f10..82f332f545c29f5ec9da9ed86e6864849118c68a 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-2017, PostgreSQL Global Development Group
+# Copyright (c) 1996-2018, PostgreSQL Global Development Group
 ## -------------------- ##
 ## M4sh Initialization. ##
 ## -------------------- ##
@@ -1635,7 +1635,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-2017, PostgreSQL Global Development Group
+Copyright (c) 1996-2018, PostgreSQL Global Development Group
 _ACEOF
   exit
 fi
index 5245899109d02cd025f4b52866e541a7ed035edb..4a20c9da965214a6d90f67457a9520bdd2a6ea30 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-2017, PostgreSQL Global Development Group])
+AC_COPYRIGHT([Copyright (c) 1996-2018, 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 e46a64a8985908c78409fa1615a45d714916126b..1785dee3a106595954a33bd0c446c0d312aa29b3 100644 (file)
@@ -3,7 +3,7 @@
  * adminpack.c
  *
  *
- * Copyright (c) 2002-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2018, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug 
  *
index adbbc444681a3daef05a92a44f45f63bd0b41553..da518daea307aa6737f001d98d7aed00baf76413 100644 (file)
@@ -9,7 +9,7 @@
  * verification).
  *
  *
- * Copyright (c) 2017, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/amcheck/verify_nbtree.c
index cd12a86b990b286801dcf4d14e155bc520b09417..ad047b365f2f09fbe2b461f25c5fda6ebef508c7 100644 (file)
@@ -2,7 +2,7 @@
  *
  * auth_delay.c
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/auth_delay/auth_delay.c
index edcb91542a3e722b58a890157a5b58dcac38ccf3..d146bf4bc96124202e0b9416731ac97189b96401 100644 (file)
@@ -3,7 +3,7 @@
  * auto_explain.c
  *
  *
- * Copyright (c) 2008-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/auto_explain/auto_explain.c
index ba39f627fd26d75ba2e71c098bb904c738c02145..fa0f17a217f61b41bafa846c4db5b94b8b669176 100644 (file)
@@ -3,7 +3,7 @@
  * blcost.c
  *     Cost estimate function for bloom indexes.
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/bloom/blcost.c
index 1fcb2815086f8e8fc06d8db9ccd60feea99ae16c..bfee244aa1cc94de707ee0d6d784a521c8bbda44 100644 (file)
@@ -3,7 +3,7 @@
  * blinsert.c
  *     Bloom index build and insert functions.
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/bloom/blinsert.c
index f3df1af7811a2869373192af392e56280fda53aa..3973ac75e8f70ad4dfe179a8d76b6433fac52d69 100644 (file)
@@ -3,7 +3,7 @@
  * bloom.h
  *   Header for bloom index.
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/bloom/bloom.h
index b8fa2d0a71d41ad1c55fe852049445a34fe1dd0e..0744d74de7531257612b8ba9184f66ef72580bd2 100644 (file)
@@ -3,7 +3,7 @@
  * blscan.c
  *     Bloom index scan functions.
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/bloom/blscan.c
index f2eda67e0aeb87c5e61cdb93617e3d86938276b6..bbe7183207e00b48fbff57217813fe1ed753d7a3 100644 (file)
@@ -3,7 +3,7 @@
  * blutils.c
  *     Bloom index utilities.
  *
- * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990-1993, Regents of the University of California
  *
  * IDENTIFICATION
index b0e44330ff6c14e1e7ea97ece3129780bd48e4c1..7530a664abcf34a19d226008cd1976f11d470ef9 100644 (file)
@@ -3,7 +3,7 @@
  * blvacuum.c
  *     Bloom VACUUM functions.
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/bloom/blvacuum.c
index cb75d23199281f39299dc046aa040c974e9c7a3f..7235f123073e8d7dde27f3966730854754076ebb 100644 (file)
@@ -3,7 +3,7 @@
  * blvalidate.c
  *   Opclass validator for bloom.
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/bloom/blvalidate.c
index a7e22b378aa06ca0ced2a617f5261d90ab1c85de..a6c897c319d149f5a20e0c8408999b24d7e91b9b 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar 
  *
  * contrib/dblink/dblink.c
- * Copyright (c) 2001-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2018, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 55427c4bc7b03b2d3311c411556213e5444718e6..8b455329386869dd1637aeae92df94619d6e3985 100644 (file)
@@ -3,7 +3,7 @@
  * dict_int.c
  *   Text search dictionary for integers
  *
- * Copyright (c) 2007-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/dict_int/dict_int.c
index 977162951aae03eb84f4f3c36387c6afd180de71..8a3abf7e3c7e275d83de6d926758f3ff23530ffa 100644 (file)
@@ -3,7 +3,7 @@
  * dict_xsyn.c
  *   Extended synonym dictionary
  *
- * Copyright (c) 2007-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/dict_xsyn/dict_xsyn.c
index 370cc365d61db12206701721c49a787408c4347e..cf0a3629bc5724160355a0a502e67292daa30905 100644 (file)
@@ -3,7 +3,7 @@
  * file_fdw.c
  *       foreign-data wrapper for server-side flat files (or programs).
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/file_fdw/file_fdw.c
index b108353c0669dbe28e9fb354b36eb127cedd6f16..05774658dc84240d3828a25749d5764b78c7a744 100644 (file)
@@ -6,7 +6,7 @@
  * Joe Conway 
  *
  * contrib/fuzzystrmatch/fuzzystrmatch.c
- * Copyright (c) 2001-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2018, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * metaphone()
index acb87d10f057aaf8203b845aa913f13c34cc7626..4c3f60c1dd4482e1728a927e0d2e045e85089899 100644 (file)
@@ -3,7 +3,7 @@
  * _int_selfuncs.c
  *   Functions for selectivity estimation of intarray operators
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a33a86444b6ef28fd9e8bc481f35b1127741d28e..897d83e0ca3570746f707757dc522f19df5d9c35 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/isn/isn.c
index e2c8a262346bfd9257945b99a2dc7453116a9b94..29632d85185e411629ef3a815c5af1aca3df7d17 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/isn/isn.h
index 13da7616e75964893cc4894c2da600e0294bc8e5..f4f0dea860f689c7b99255847e79990415112dce 100644 (file)
@@ -2,7 +2,7 @@
  * brinfuncs.c
  *     Functions to investigate BRIN indexes
  *
- * Copyright (c) 2014-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pageinspect/brinfuncs.c
index 615dab8b13b6d1c8008c70371d19325aece91fef..86e8075845e3e94ff7b5d2cabfc333f0d74827c8 100644 (file)
@@ -9,7 +9,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/fsmfuncs.c
index f774495b6fbe7927e213561a92ea326e575f6d89..d42609c577715e8ab1ec30575c6997fed237d599 100644 (file)
@@ -2,7 +2,7 @@
  * ginfuncs.c
  *     Functions to investigate the content of GIN indexes
  *
- * Copyright (c) 2014-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pageinspect/ginfuncs.c
index dbe3b6ab0463230fbecd9ec5a7274007a07b369b..3d0e3f9757e758e37671531b85df6a403e6c43ac 100644 (file)
@@ -2,7 +2,7 @@
  * hashfuncs.c
  *     Functions to investigate the content of HASH indexes
  *
- * Copyright (c) 2017, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pageinspect/hashfuncs.c
index ca4d3f530f566804070b73542248c2aa800b3e2e..088254453eecd6293b843ea0ad4a8c8daaca5635 100644 (file)
@@ -15,7 +15,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/heapfuncs.c
index f49cf9e89238920f02b73c2af806e0f1cf6bf77f..ab7d5d66cd1aded6653bd2815828a91f85a16097 100644 (file)
@@ -3,7 +3,7 @@
  * pageinspect.h
  *   Common functions for pageinspect.
  *
- * Copyright (c) 2017, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/pageinspect.h
index 25af22f4530b0ba16e0a9df6c3c69a4a5da9b9c4..3d4d4f6f930bfde8a81a4659ae08ce662282b730 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Access-method specific inspection functions are in separate files.
  *
- * Copyright (c) 2007-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/rawpage.c
index 64d43462f0663df848afb3412308c4d822e4bf06..d3d9ff36761fbf2fb732f461f6e2290d0bbd6cb3 100644 (file)
@@ -3,7 +3,7 @@
  * passwordcheck.c
  *
  *
- * Copyright (c) 2009-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2018, PostgreSQL Global Development Group
  *
  * Author: Laurenz Albe 
  *
index 006c3153db0ece919150c1d9308ff250e0b777fd..15e4a65ea6ab5ac153ec2b19a93d21bcf673a097 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-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pg_prewarm/autoprewarm.c
index fec62b1a5422369c5073f9551aba5f507e358712..4117bf6d2ea58a0fd80a7ee511deb8e2c77312f6 100644 (file)
@@ -3,7 +3,7 @@
  * pg_prewarm.c
  *       prewarming utilities
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pg_prewarm/pg_prewarm.c
index 3de8333be2b7ca97d8f82abfbb7801d1d4a121b1..928673498af794573a13c9342ce34bb067023eb9 100644 (file)
@@ -48,7 +48,7 @@
  * in the file to be read or written while holding only shared lock.
  *
  *
- * Copyright (c) 2008-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pg_stat_statements/pg_stat_statements.c
index 6593ac7ba5496b21deac6b10b7c7e6bf3845d8e5..547e7c094f84080d7faf81ad76262a03ce9ae3a1 100644 (file)
  * 7) Mark state 3 final because state 5 of source NFA is marked as final.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2cc9575d9f2a5d1e8e4e25e8a1af2c9d7baac27b..944dea66fc8641bb744fe7d520014116721da2a5 100644 (file)
@@ -3,7 +3,7 @@
  * pg_visibility.c
  *   display visibility map information and page-level visibility bits
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  *   contrib/pg_visibility/pg_visibility.c
  *-------------------------------------------------------------------------
index 5bf06138a50230008238e85a72bf17d06a4edafe..3cfbc08649042b46215f865c5029ca54bdce35d6 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatapprox.c
  *       Bloat estimation functions
  *
- * Copyright (c) 2014-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pgstattuple/pgstatapprox.c
index 4fbf043860a7eb43a9d83cae2ffc276e8f08789c..00c926b98307273bfbdc3d54c86960b5b944a9c3 100644 (file)
@@ -3,7 +3,7 @@
  * connection.c
  *       Connection management functions for postgres_fdw
  *
- * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/connection.c
index 0876589fe54584f142b0b6289b5d19c5f084396b..96f804a28dea92c567f43ff894513b917b70dcfd 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/deparse.c
index 67e1c59951ad767c3cc7eb39739b6adb1f71ce3a..082f79ae0467d949917421f0cbc857a295db5dd7 100644 (file)
@@ -3,7 +3,7 @@
  * option.c
  *       FDW option handling for postgres_fdw
  *
- * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/option.c
index 44db4497c4d71e7c3bb85d28ce81577e06cca0bb..7992ba58529c41f7d363c0bccd78af2aaa008fed 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.c
  *       Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/postgres_fdw.c
index 788b0036505191563bb41230b75877f1fba67c51..1ae809d2c6dfe3c2a022d79137513b79d3cf935f 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.h
  *       Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/postgres_fdw.h
index 2ac0873caa91acc3f6246ae18c00dc576d451c65..7f2ed0499c0639b08c3bb9d3678b221e5278d970 100644 (file)
@@ -13,7 +13,7 @@
  * functions or functions using nonportable collations.  Those considerations
  * need not be accounted for here.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/postgres_fdw/shippable.c
index 8fc5a87e0092d17a46c3b8d2ec5367d8f40b549a..c641ec3565e2a36888275c641004c11a39e40e03 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to database objects
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index b643720e36bb48e4fbaf60beab64209a1c6f56d2..36cdb27a76861a661f7c3765b1e78c9271802aa5 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to handle DML permission checks
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 5daa60c4128faf4c89d00529c04c088233e417f5..4249ed552c84e21281b9ca3851b07089c6738a3c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index cbb9249be7a5f4d08d8dc4c49e5cde2b7ba18ef0..7554017923cb94cd25a427914b9342c113743bb7 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to support SELinux labels (security context)
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 0fc96ea0d40703371959497c7550a0cc29372c4f..45139f3750486e82024376617d4e9e560fc7658f 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # A wrapper script to launch psql command in regression test
 #
-# Copyright (c) 2010-2017, PostgreSQL Global Development Group
+# Copyright (c) 2010-2018, PostgreSQL Global Development Group
 #
 # -------------------------------------------------------------------------
 
index 14faa5fac60c8e4e0e0a26df685f0adfcee22f0d..c6a817d7c58ff7589f10780225134ce9feea7f15 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to procedure objects
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 228869a520634e264ef51e8eb19c137382912a12..f0c22715aa5fa2b59e0569f791df9947d92cb25c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to relation/attribute objects
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index d418577b7571c8b5af79e6fd45215070dc31d69f..bc15a36a459c72d6fdb086c768b0b9a3afcd54a1 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to schema objects
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index bf89e83dd62ebffc5df3610ff9735e7b7e9ce486..47def00a460154e1da6ff0d0129436f120341dd0 100644 (file)
@@ -5,7 +5,7 @@
  * Interactions between userspace and selinux in kernelspace,
  * using libselinux api.
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index d4bf0cd14afaa71a2cb9112401e1f469c79d4be6..99adfc522a3ec54d69dea097725402aac2820f33 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Definitions corresponding to SE-PostgreSQL
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index f0915918dbaf2cca9dd3a5431c8a9f5727ac1014..ea276ee0ccd2ac57edecee547f72cae5518590ed 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-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2018, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 7369c713515362def3233de2e89d5974656e68c9..59f90dc947943716fb6cadc0b0a2445802379ac3 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh 
  *
- * Copyright (c) 2002-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2018, 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 e88a5720fa007e73e2ef560e7cf5540e201aff57..7d0773f82fc47c074b9c81d331fb388dd908cda0 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh 
  *
- * Copyright (c) 2002-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2018, 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 88674901bb33aca9575b834a831bf8c44576fdff..41186fdd8f795a346a9892584e6ff4ebfa504b61 100644 (file)
@@ -3,7 +3,7 @@
  * tcn.c
  *   triggered change notification support for PostgreSQL
  *
- * Portions Copyright (c) 2011-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2011-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 135b3b763882b546e177b8a42e06f342a0b8ae69..0f18afa852873d4c704b1dd5d607fae3a6f9d58c 100644 (file)
@@ -3,7 +3,7 @@
  * test_decoding.c
  *       example logical decoding output plugin
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/test_decoding/test_decoding.c
index 544458ec91a248b236d4d3a33de6a31ff5a91128..83f841f0c2ea056ef41a4a3900dfdadd40a400a8 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index af8d0254145293f8a3fadc30041f6178077f12e1..f0c220aa4ac589b40bcb1daf4105267a76f53517 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e68b098b7825869dfba7ed45fc815fffe2bbb07f..82f9c7fcfe1ad37c148485446b9728d1edb5015d 100644 (file)
@@ -3,7 +3,7 @@
  * unaccent.c
  *   Text search unaccent dictionary
  *
- * Copyright (c) 2009-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/unaccent/unaccent.c
index 151223a1996acc6e778b73bd0109b48a488f55ec..179305b9547688abbc26ac60e482c972493e835d 100644 (file)
@@ -2,7 +2,7 @@
  *
  * UUID generation functions using the BSD, E2FS or OSSP UUID library
  *
- * Copyright (c) 2007-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2018, PostgreSQL Global Development Group
  *
  * Portions Copyright (c) 2009 Andrew Gierth
  *
index a4d45533033c88a36837ed3ec04d2d9353197ff0..4074262b74bab45342eee264109d9cc2ca166d47 100644 (file)
@@ -3,7 +3,7 @@
  * vacuumlo.c
  *   This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e655703b5b5e0e8631b4797fce427dc073762466..ebec43159e23b6b43601b12f64afe836a0b9591c 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes-table.sgml file from errcodes.txt
-# Copyright (c) 2000-2017, PostgreSQL Global Development Group
+# Copyright (c) 2000-2018, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 67ef88b2ff9c79cc184a2fd99463680feac93cd0..fd5cda30b74986291e65fbb0a8c1ad360bef7083 100644 (file)
@@ -1,9 +1,9 @@
 
 
-2017
+2018
 
 
1996-2017
1996-2018
  The PostgreSQL Global Development Group
 
 
@@ -11,7 +11,7 @@
  Legal Notice
 
  
-  PostgreSQL is Copyright © 1996-2017
+  PostgreSQL is Copyright © 1996-2018
   by the PostgreSQL Global Development Group.
  
 
index 086cb8dbe8d48e3b56519337e042d4edb057caf9..6b5aaebbbc4ec4ef3680a111eb1e0f4777357b9e 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aab676dbbdf7ff01f2444aeaed0f983ce1b8877f..4a28267339a2520b0adc3595632e99594c59844d 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for the postgres backend
 #
-# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/Makefile
index 9fbb093b3cedd21d02bdbf65593b379fbe0fd616..f54968bfb52e6391d539d7004dcbea9f8cd4bff6 100644 (file)
@@ -4,7 +4,7 @@
  *
  * See src/backend/access/brin/README for details.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 449ce5ea4cfe86d86edcf6598c237ffa43537eba..25428777f771ca982e331df4ede582b9d2c4f867 100644 (file)
@@ -16,7 +16,7 @@
  * writing is the INET type, where IPv6 values cannot be merged with IPv4
  * values.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ce503972f8941c33db9faa37196e700185886116..0f6aa33a45bdf8410f029f2c7e70b665846e74c8 100644 (file)
@@ -2,7 +2,7 @@
  * brin_minmax.c
  *     Implementation of Min/Max opclass for BRIN
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 09db5c6f8f00fbaed3b89953dd6bbe51c6a0ac5e..60a7025ec5980344d3c5e50550795ec08ab10ffa 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.c
  *     Page-handling routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 03e53ce43edf859e32b98be2bf9b681ea91d7a84..f0dd72ac67f36269f62f0c8cb04153da7a59f960 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5c035fb2033bb98bcdacbc981c8b08e09ede5db5..00316b899c883567e5a7d7cf3165f23d34e85367 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b4acf2b6f368812f69634840769ef8f24974efed..35f6ccacced7ed82483a1f473890978fa28c4d89 100644 (file)
@@ -3,7 +3,7 @@
  * brin_validate.c
  *   Opclass validator for BRIN.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 645e516a52482437ef4a694659dd6bf23ff7f6b4..b2871e78aa6a696fdc58ffe8a7a11cae81a68516 100644 (file)
@@ -2,7 +2,7 @@
  * brin_xlog.c
  *     XLog replay routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d880aef7badbec2d6fa431a6cedece7775458b15..57021f6ca1a412d400ad0f91293b930a5b9e90f3 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * Contains common routines required for masking a page.
  *
index a1a9d9905b87401ff0de252c6043c3d83c167cd9..0a13251067ff8f163f3d9df9108342dd68fdf53d 100644 (file)
@@ -45,7 +45,7 @@
  * and we'd like to still refer to them via C struct offsets.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 138671410a2d9218fdfe0fc7f5745f23e52c2281..f7103e53bccd261f9ec6a4ff448b98a6b7a1e459 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f3e48b7e98fafb39c5b2b1853ff37da3b19209ef..3c4d2277125de3c3869ea6aaae2d40d588700b3e 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fc94e711b27f97c724f155cdcc17b91241360850..a1d4415704464b9f7184f5a479891872a6c950f6 100644 (file)
@@ -5,7 +5,7 @@
  *   clients and standalone backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index aa9c0f1bb94e87fd5d68b26dc8132644ed2b511f..425bc5d06ea0664c74d8c6116692aae3c6780fb3 100644 (file)
@@ -3,7 +3,7 @@
  * reloptions.c
  *   Core support for relation options (pg_class.reloptions)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 13edca1f949f734e0d741c80907d5e5448179759..781516c56a5674115774ad7b759ec626626d22a7 100644 (file)
@@ -3,7 +3,7 @@
  * scankey.c
  *   scan key support code
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 865999b063bb13a93b447a6731aa978105b22ae7..617c3e1e509f459d3e318da452a84d97fc925ed6 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, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * src/backend/access/common/session.c
  *
index 3d1bc0635bfb314ff292afff51cbef9413f3a5b2..2d0d2f4b32f8e969a06b45b1ab54e960e268fd0d 100644 (file)
@@ -9,7 +9,7 @@
  * executor's "junkfilter" routines, but these functions work on bare
  * HeapTuples rather than TupleTableSlots.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9e37ca73a86fa0ba96e5517b810fbcd01a2b1fd8..f07129ac53ef5e83ec643183a9d13e91fd9f8469 100644 (file)
@@ -3,7 +3,7 @@
  * tupdesc.c
  *   POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a5238c3af5e9541c65d0f56b8553cd0df1e99fe7..d0fa4adf87c36ac8e2d0793159a8d9d6a9ee86a9 100644 (file)
@@ -4,7 +4,7 @@
  *   support functions for GIN's indexing of any array
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1b920facc208e3a779a4b21a7ab1ac685880ecb0..37070b3b729767a9406d3d22eb65fa15923755d6 100644 (file)
@@ -4,7 +4,7 @@
  *   page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c0857180b59e6a46ae508bbffe6211131834765e..989c2a0c028080499242994bbd69048dcdaa1293 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for fast build of inverted index
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9c6cba4825bc946be0da1a5f115d0df525cea985..f9daaba52ebdbad65e1cadd6ffa969facb56d5c8 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for handling GIN posting tree pages.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bf7b05107b8c9f32e157a638c71408ab7ae06cf1..810769718f4e63cfbe480425944dee143b154600 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for handling GIN entry tree pages.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 95c8bd7b43937c7b94a227f11376be21f55c63be..222a80bc4bd665edce164c40dca3bb668274a6d2 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1ecf97507df759cfc51cccbf77071fc8dcc29f75..6fe67f346df7258d172a6338ea04c3fb2986eb4e 100644 (file)
@@ -4,7 +4,7 @@
  *   fetch tuples from a GIN scan.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 890b79c0cac1098bad2ed27c1b323b35e3229b65..473cc3d6b34c526ada92f69e72aecaeb4d587fab 100644 (file)
@@ -4,7 +4,7 @@
  *   insert routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5b8ad9a25aac89e1408bf660c0ffdccd244c19ed..2c42d1aa916b1731a03232f612cea2bf11857d45 100644 (file)
@@ -24,7 +24,7 @@
  * is used for.)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8d2d31ac7236de5e2c62c6fa745af45a2b895b2c..54c9caffe3f1904150d05842eda328073b65a690 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for dealing with posting lists.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 77c0c577b50afd26bc85adfbca3d59f310e2242e..8ade4311df405fcad08258178681bf84d4ef20e7 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to manage scans of inverted index relations
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 41d4b4fb6ffb3faff8d0655791c12ce084ffbb90..7bac7a1252153cc8476045412dea861c059908b2 100644 (file)
@@ -4,7 +4,7 @@
  *   Utility routines for the Postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 394bc832a409e85a8b160e84fc5b2083482cab51..398532d80bad0753a739c57001c9685e8a143eec 100644 (file)
@@ -4,7 +4,7 @@
  *   delete & vacuum routines for the postgres GIN
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4c8e5635459954f025c9cf7e45ee639c01e5c2b3..1035be4463479c77cc2e7f888b3e1dd1897d8839 100644 (file)
@@ -3,7 +3,7 @@
  * ginvalidate.c
  *   Opclass validator for GIN.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1bf3f0a88ab0ca877c9d4f2ebdacbcc4a84d4518..a6e321d77e498d313067a5c3b01a9a5396a4bfc3 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for inverted index.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cf4b319b4ef5f42d5a88e2ed407841b3fabcd955..aff969ead438c3afffcceb8810757023a91f6089 100644 (file)
@@ -4,7 +4,7 @@
  *   interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2415f00e06201701198a576fefea06d0907db915..d22318a5f1e13ed166ad65a5beab1f492a81ee82 100644 (file)
@@ -4,7 +4,7 @@
  *   build algorithm for GiST indexes implementation.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 88cee2028daf59353f184230120ad1d9f215dbf5..97033983e357b8385c9d2a19f0f0b06e0b131b27 100644 (file)
@@ -4,7 +4,7 @@
  *   node buffer management functions for GiST buffering build algorithm.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fb233a56d0e37424650170e786556bdb13970c84..ca21cf70479cc78676b9b0c6080ba5ceff6123d3 100644 (file)
@@ -4,7 +4,7 @@
  *   fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 78f31075559e0a85fb2bb88c3142c42d898d9d1c..97e6dc99100115dfaccc15d056e2e178b651cb55 100644 (file)
@@ -7,7 +7,7 @@
  * This gives R-tree behavior, with Guttman's poly-time split algorithm.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 058544e2ae24345f33545dfd82f76c2dd06083b7..4d97ff1d5d21b41ff103785e2e16494f39a82be1 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9efb16dd243be1e481a54044d2a5b2c002c26a85..a7038cca67248b77885a26ab17c39c8ae2273668 100644 (file)
@@ -15,7 +15,7 @@
  * gistSplitByKey() is the entry point to this file.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d8d1c0acfcc3a25aefc2cb8403e6b51ef5a147c4..55cccd247a085d3919b3904f2dee7bd42c6dceaa 100644 (file)
@@ -4,7 +4,7 @@
  *   utilities routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 77d9d12f0b7a181ad846eaa7bd6410b203227090..95a0c54f63f6295e3be06ca5357f74854647a7b3 100644 (file)
@@ -4,7 +4,7 @@
  *   vacuuming routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 42f91ac0c960c9ae431b6bebc768d1d307b769a6..dd87dad386ab447c9384fc46bace0b2388103b5a 100644 (file)
@@ -3,7 +3,7 @@
  * gistvalidate.c
  *   Opclass validator for GiST.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7fd91ce640a294e05cbde77a2324bf98a4a33897..1e091269785b8ce9de6b3f57dbcea0cef3aec1d6 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for GiST.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0fef60a858d7505d5997a872881a36c0e4315171..718e2be1cd85ca1814549bf7f8b164f110ebd1b0 100644 (file)
@@ -3,7 +3,7 @@
  * hash.c
  *   Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f19f6fdfafab17ee93c2a6d7da182894e785fa59..b38208e61d57d12719c3f8de2f57233abf8f95c6 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for hash index.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 413e6b6ca3f84d80490caf1aca78cd88278c99b3..1aa0b25d38a119a313b1bae2d4a7183b4906b172 100644 (file)
@@ -3,7 +3,7 @@
  * hashfunc.c
  *   Support functions for hash access method.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dc08db97db0dd54ebbd9015f52e642a9bf4b7073..f668dcff0f6c6cab44d1f2ab36bfcae395044221 100644 (file)
@@ -3,7 +3,7 @@
  * hashinsert.c
  *   Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c206e704d4d1d326dd4429421b26e5acb15c7013..c9de1283dca213ff50aecfb42a1473220aba9e2f 100644 (file)
@@ -3,7 +3,7 @@
  * hashovfl.c
  *   Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a50e35dfcb6576586f340f3c5392b82029fe2417..e3c8721d29507d9cea29f4bd2d116031fdb3c721 100644 (file)
@@ -3,7 +3,7 @@
  * hashpage.c
  *   Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eeb04fe1c590d03b9e7be434cd7597d6d6e47b1e..c692c5b32d1b1f9211dad84479d6f3a2f90c7eaf 100644 (file)
@@ -3,7 +3,7 @@
  * hashsearch.c
  *   search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41d615df8b56ade3a35bf5474cb78bfbb9b7e465..7d3790a47343cadf7a85188f8e1ad0daa5708549 100644 (file)
@@ -14,7 +14,7 @@
  * plenty of locality of access.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f2a1c5b6abc20f8286ac6058082b2182c94ff9ac..4e485cc4b341262a6de250767a7adcfe409c090f 100644 (file)
@@ -3,7 +3,7 @@
  * hashutil.c
  *   Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8b633c273a5d0ea7f790562e8bc01b657e7a1bd5..513a3bbc4c24e533fe2aaeac02c5bcce779b8bb4 100644 (file)
@@ -3,7 +3,7 @@
  * hashvalidate.c
  *   Opclass validator for hash.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 54f1100ffdfaa3ee4ba4f8d70eb83ee3b081fa88..dbc8f2d6c71cdbc37c92f2c2cf96dde239f6ab67 100644 (file)
@@ -3,7 +3,7 @@
  * heapam.c
  *   heap access method code
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 13e3bdca50d339913e04eaf510f12918d8eb32eb..0d7bc68339930ec4862dcca32224e135d58bab81 100644 (file)
@@ -3,7 +3,7 @@
  * hio.c
  *   POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9f33e0ce07cd473738dade86ec7a32b6dc4786d1..f67d7d15df1fcf9e67361fd2a0520882262c2a2a 100644 (file)
@@ -3,7 +3,7 @@
  * pruneheap.c
  *   heap page pruning and HOT-chain management code
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7d163c91379e84cdc734e5d37a9fc96b5046e60a..7d466c2588c7e61b78a5e64ccf6f79b867a3d1fa 100644 (file)
@@ -92,7 +92,7 @@
  * heap's TOAST table will go through the normal bufmgr.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 20640cbbafe90192c965579b7dca1364e644b8f0..054eb066e91e14ef0d21fc345a14a7fbeee8a214 100644 (file)
@@ -36,7 +36,7 @@
  *     ss_report_location  - update current scan location
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c74945a52a5a7b36699a4d42001a592d350d4e0a..546f80f05ca9833620f9b8dfc99bf9e56b2de466 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for external and compressed storage of
  *   variable size attributes.
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4c2a13aebaeaae723ebcba874a3e54306a48cad8..b251e6970344f432682375351769a0e3a85448c5 100644 (file)
@@ -3,7 +3,7 @@
  * visibilitymap.c
  *   bitmap for tracking visibility of heap tuples
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7b597a072f218b05f78959998ebd2918bb73ddb7..f395cb1ab4f31030bc958f218e3177b0746f10e9 100644 (file)
@@ -3,7 +3,7 @@
  * amapi.c
  *   Support routines for API for Postgres index access methods.
  *
- * Copyright (c) 2015-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 728c48179f7639777f214c1a23cd36e4643af67a..24f9927f8201a25a0a7b2000f1a595a30e62bca0 100644 (file)
@@ -3,7 +3,7 @@
  * amvalidate.c
  *   Support routines for index access methods' amvalidate functions.
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 05d7da001aa4e522cb3cb4199320b0d421600349..214825114e0240bf634d8eb521bed44a7fbca8af 100644 (file)
@@ -3,7 +3,7 @@
  * genam.c
  *   general index access method routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index edf4172eb20391d06298240d3f055a9934935827..1b61cd95151a257466d6c10742efc120658208db 100644 (file)
@@ -3,7 +3,7 @@
  * indexam.c
  *   general index access method routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4b131efb87d39819e53aea4e46530aa5cfd27916..b1855e8aa8064844f9d15955ce59ac0d04fcd11a 100644 (file)
@@ -3,7 +3,7 @@
  * nbtcompare.c
  *   Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 310589da4e8067020ae3673eee7fc19f28d1dc03..51059c0c7d58e4fb90bfbf9b29c113b14999ddfb 100644 (file)
@@ -3,7 +3,7 @@
  * nbtinsert.c
  *   Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c77434904e2b2a7703c5da8d174700ed1baffce7..92afe2de383e7bdce08d1ef217a359440bf090c1 100644 (file)
@@ -4,7 +4,7 @@
  *   BTree-specific page management code for the Postgres btree access
  *   method.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 399e6a1ae58306dbbb30c1b5ca0d35c511645cf1..a344c4490e4fe5e67005721b65abac9c126f6e5b 100644 (file)
@@ -8,7 +8,7 @@
  *   This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 12d3f081b6181aed3bf71b80f26a32df0ed30d69..847434fec6f2542e0d857d1ea265733050b758ba 100644 (file)
@@ -4,7 +4,7 @@
  *   Search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bf6c03c7b2ab31812ae0bc2ca6ce03ae93d5e627..f6159db1cd6003f665f6be94731ba34141bf1e9c 100644 (file)
@@ -55,7 +55,7 @@
  * This code isn't concerned about the FSM at all. The caller is responsible
  * for initializing that.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9b53aa332010096f36967101922df83a63c6cde5..c62e4ef7821ba423fb3aff4390a26e2e2a75cda3 100644 (file)
@@ -3,7 +3,7 @@
  * nbtutils.c
  *   Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5aae53ac680e8e503af921c97ee4dbf14507aa9f..8f4ccc87c0c3ee2ea6dbe1869adb2d5332429ebf 100644 (file)
@@ -3,7 +3,7 @@
  * nbtvalidate.c
  *   Opclass validator for btree.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7250b4f0b83ad73bb22c81b76688c88f53da7e13..bed1dd2a098a7f59bd00cca17513c3f780d8fb4b 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for btrees.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8eb5275a8b4833b26aee0d963f54887edeced780..d46423425457d00df258da62c6edf58f941de6d9 100644 (file)
@@ -3,7 +3,7 @@
  * brindesc.c
  *   rmgr descriptor routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9181154ffd81c1d4e5f77bd35416e092155d3c6f..4c00d4d1f8b5976e1082910f06ad51b6db960f0b 100644 (file)
@@ -3,7 +3,7 @@
  * clogdesc.c
  *   rmgr descriptor routines for access/transam/clog.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e670bd543883312d98b69d0d301250b0661a26c..b6e210398de47c6e651319df30776f7bf9e3ae79 100644 (file)
@@ -3,7 +3,7 @@
  * committsdesc.c
  *   rmgr descriptor routines for access/transam/commit_ts.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 768242cfd5636921dec2c9c98289adce7f42f33e..39e26d7ed4414ae2b1ee18651303a06fd47afb26 100644 (file)
@@ -3,7 +3,7 @@
  * dbasedesc.c
  *   rmgr descriptor routines for commands/dbcommands.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c4705428f185d4127a52dd8f72b0fef013627131..4e9bba804de3aaf7a98f4639b9956a648acdf920 100644 (file)
@@ -4,7 +4,7 @@
  *   rmgr descriptor routines for access/transam/generic_xlog.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/rmgrdesc/genericdesc.c
index 02c887496ef43d23fb6e56fbd07eb7e3ad1386f7..3456187e3d2a50a5fc4076889800f8022efa43e2 100644 (file)
@@ -3,7 +3,7 @@
  * gindesc.c
  *   rmgr descriptor routines for access/transam/gin/ginxlog.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dc0506913c9b77082735086f247b953376ae2831..e5e925e0c5a6bcf29201d9ff46fe35b5c7a07ee3 100644 (file)
@@ -3,7 +3,7 @@
  * gistdesc.c
  *   rmgr descriptor routines for access/gist/gistxlog.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e9236122b41099ebcde1ce254f4be45d413925f..3c53c84f1a996b56f774b70e0f38129630434f1c 100644 (file)
@@ -3,7 +3,7 @@
  * hashdesc.c
  *   rmgr descriptor routines for access/hash/hash.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 44d2d6333f8f32b00955e1507e37a6751ae4cb9b..b00c071cb62d2303a6b56f469f85614fcd55937c 100644 (file)
@@ -3,7 +3,7 @@
  * heapdesc.c
  *   rmgr descriptor routines for access/heap/heapam.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0b971c2aee4cad55c095c8a4a7a56b9193f0a9d4..5b26da1b86380d568df5963711d4405d6ac40a80 100644 (file)
@@ -3,7 +3,7 @@
  * logicalmsgdesc.c
  *   rmgr descriptor routines for replication/logical/message.c
  *
- * Portions Copyright (c) 2015-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2015-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9c17447744468508641d130a906789e051cadcbf..bd13837bd45cf848d7f86a0d9c6c21e95facaac4 100644 (file)
@@ -3,7 +3,7 @@
  * mxactdesc.c
  *   rmgr descriptor routines for access/transam/multixact.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3e1331fe292a6bbf8e34936842f7384c2e772e6..c8caf563686ed3a31eb008ab82aa797b2418bf2f 100644 (file)
@@ -3,7 +3,7 @@
  * nbtdesc.c
  *   rmgr descriptor routines for access/nbtree/nbtxlog.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4cbdf37c700d263a9c2dc9aead45e27779d7eccc..5dbec9d94cb41ea9ab1907b8f00d95fb528bba2f 100644 (file)
@@ -3,7 +3,7 @@
  * relmapdesc.c
  *   rmgr descriptor routines for utils/cache/relmapper.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c43f850f8ef95cc52f26707c8208259e2007474e..2719bf4a2805d43d63dcb009e1f3671a46c8699f 100644 (file)
@@ -3,7 +3,7 @@
  * replorigindesc.c
  *   rmgr descriptor routines for replication/logical/origin.c
  *
- * Portions Copyright (c) 2015-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2015-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 2209f7284e8c14d287ef2541f309f9f3c7df8d1e..5c11eb00f0cbceedc924f0ad07a4c6932eb39295 100644 (file)
@@ -3,7 +3,7 @@
  * seqdesc.c
  *   rmgr descriptor routines for commands/sequence.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b8174373dd9aa0c6a99428f92a1fbe738f70dea6..517de600841456ff5f3061a38ff32d61fbae7a2f 100644 (file)
@@ -3,7 +3,7 @@
  * smgrdesc.c
  *   rmgr descriptor routines for catalog/storage.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41ed84b16853333e6243f63df2a2c50d4e5d5fc4..92b1392974ef101702009a7448288cc672f0dd8b 100644 (file)
@@ -3,7 +3,7 @@
  * spgdesc.c
  *   rmgr descriptor routines for access/spgist/spgxlog.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 278546a7289130936b21793eb5278707f5fbc466..76825a8d9c16b6679fce70a6de5dbf6c2c9d0acb 100644 (file)
@@ -3,7 +3,7 @@
  * standbydesc.c
  *   rmgr descriptor routines for storage/ipc/standby.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 47c42328f34d77a5cded1e55b3e2085fd2d1fde6..d97762687bffc7ce5e8cbbedea741d48dc28546c 100644 (file)
@@ -3,7 +3,7 @@
  * tblspcdesc.c
  *   rmgr descriptor routines for commands/tablespace.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3aafa79e524d54c68cfd9e5aebaced931221349b..e5eef9ea43908877c21cf1d78d40686138570a09 100644 (file)
@@ -3,7 +3,7 @@
  * xactdesc.c
  *   rmgr descriptor routines for access/transam/xact.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f72f0760173b1411332b9e9f9b1d947042617cfa..00741c7b09ecd1a68a348f7913cb16bc6e6c3654 100644 (file)
@@ -3,7 +3,7 @@
  * xlogdesc.c
  *   rmgr descriptor routines for access/transam/xlog.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a8cb8c7bdca418c8d3827702d00eb960915bb331..7bf26f8baeb7cce672494e21166b484b81338feb 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of insert algorithm
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 80b82e1602d544087c9a71853f619140e5971b82..d2aec6df3eb6f393eb7491f4224b69890fe93742 100644 (file)
@@ -5,7 +5,7 @@
  *
  * All the actual insertion logic is in spgdoinsert.c.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9a2649bf2a960e375a06c762314043f9e8e4db73..556f3a4e076db3ca4bc4b4c284af107d44fba296 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of k-d tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 773774555fc312d238b4ef12decd042abe686461..8700ff357310e82ffd4fa30bb631cfaa1fc6ab90 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of quad tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c64a174143b3a6d3a9bc282994716cf9883deab6..854032d0cc4c6dc0d264135a8812136811fd32c6 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for scanning SP-GiST indexes
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 53f298b6c2fb260ef02922884913c0f6556838eb..f156b2166e680e77df41e98b6889959cd2bf0dfd 100644 (file)
@@ -29,7 +29,7 @@
  * No new entries ever get pushed into a -2-labeled child, either.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e571f0cce0aadb09f3517716d204a9266a7e21a8..c4278b0160264506c54714fac5ac7e80a88d9bda 100644 (file)
@@ -4,7 +4,7 @@
  *   various support functions for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d7d5e90ef3a959564eea27061af2cd8d02ee3909..72839cb8f96eceb5ea829873b9e8dcc0ecddf8a5 100644 (file)
@@ -4,7 +4,7 @@
  *   vacuum for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 440b3ce917898b1db0a7d1854d5669bd9e52e9bc..8bbed7ff32b4d5bccf62eef2eee0aabc2fdcbc51 100644 (file)
@@ -3,7 +3,7 @@
  * spgvalidate.c
  *   Opclass validator for SP-GiST.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b2da4151691a3413f6b0aacefaff88a689c30791..9e2bd3f811912fe14cf6903c5bf50450c9324dfa 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5f6d47815999245af9ae4df7d2aa683ddab2592c..1f2a9339351ab9d1135af88a18f8303371fbe22f 100644 (file)
@@ -13,7 +13,7 @@
  * cutoff value computed from the selection probability by BeginSampleScan.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e270cbc4a08650b5be6bf3a81a67dde024bb6fbc..f888e04f40cf3b2b82e241a121fb34047beb7739 100644 (file)
@@ -13,7 +13,7 @@
  * cutoff value computed from the selection probability by BeginSampleScan.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 10d2bc91b386b6931484ade8602c7a2ad2e87a4f..6f62581e87be513b04348374052ad1aa9c4c6cb1 100644 (file)
@@ -3,7 +3,7 @@
  * tablesample.c
  *       Support functions for TABLESAMPLE feature
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bbf9ce1a3ab90fc2f4956e0f0d5993ea126a942d..8b7ff5b0c24b8a8d0139bbe60044204d94ac66d4 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/clog.c
index 7b7bf2b2bf1e4f28772e407aa331ed27d39b09bc..04a15e4e29bd35f221f328f8b11fb6a4bcf4f070 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/commit_ts.c
index 3adbf7b9494f00889afd0b98375dd15e4d9aa4fd..ce023548ae8d209841067089a4cf9c9865e9f55d 100644 (file)
@@ -4,7 +4,7 @@
  *  Implementation of generic xlog records.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/generic_xlog.c
index ba01e94328b7019c82c03a0b27bbe4c909bd1b0c..6d6f2e30164b0ddcff1566c882c778e0084c4f90 100644 (file)
@@ -59,7 +59,7 @@
  * counter does not fall within the wraparound horizon considering the global
  * minimum value.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/multixact.c
index d3431a7c306581ac64129a76fc19ad4a1a3d8092..f720896e5071f2a4db70655daaf05a2660b2930b 100644 (file)
@@ -3,7 +3,7 @@
  * parallel.c
  *   Infrastructure for launching parallel workers
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 94b6e6612a12bf3e53e24adbb12397f4bc3b0bae..87942b4ccab9b8c77d5d0dad385b4e19d0871d5f 100644 (file)
@@ -38,7 +38,7 @@
  * by re-setting the page's page_dirty flag.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/slru.c
index f6406611301f8f7bdb320665947ee45a264f3c86..4faa21f5aef88d3280a7348815470816e4302097 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/subtrans.c
index 3d65e5624ad1d103a6d01227174eb68ea2c2504a..61d36050c34212d5c289e0d9c05ef05613668c5a 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/timeline.c
index 968b23236474bb6fbed369bf32c480df42f4465a..52a624c90bb806af4dead87fa58fd1467ba60cc3 100644 (file)
@@ -3,7 +3,7 @@
  * transam.c
  *   postgres transaction (commit) log interface routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 321da9f5f67116c4bd519599502225ca32f1b412..c479c4881b9f3e576ece59ee513764f37b349782 100644 (file)
@@ -3,7 +3,7 @@
  * twophase.c
  *     Two-phase commit support functions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1cd03482d9ce11c59ea388484f8fee46e786f4bb..6d327e36bcf79273d1068e8c928a97a348e05779 100644 (file)
@@ -3,7 +3,7 @@
  * twophase_rmgr.c
  *   Two-phase-commit resource managers tables
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4f094e2e63593f1cdc7d2dedfa291016542419d8..394843f7e91768c7db048c19c65d32f9f6d8b553 100644 (file)
@@ -3,7 +3,7 @@
  * varsup.c
  *   postgres OID & XID variables support routines
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/access/transam/varsup.c
index b37510c24fb9ba95e243061668c82c4cf29d47cf..ea81f4b5de38d79104ea256d771cfac73e2fe5f5 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/access/transam/README for more information.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e9a12dacdd0d6fe84747f56ac12c2a0218bcbf3..02974f0e52c86aa79c2a539206a989a7f490518d 100644 (file)
@@ -4,7 +4,7 @@
  *     PostgreSQL write-ahead log manager
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlog.c
index 488acd0f707d29c06ef6331cfb6f69e1e5a3e3d7..5c6de4989c9a41f82ff77d4a561cacda21903915 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for archiving WAL files and restoring from the archive.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogarchive.c
index c41428ea2a3848eaab3e36bb04fb6198fd0ae201..316edbe3c5857826c74427fbef04a90bc89100b4 100644 (file)
@@ -7,7 +7,7 @@
  * This file contains WAL control and information functions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogfuncs.c
index 2a41667c395c2d5978969dee0d377305397c1d81..de869e00ffe65ce13c50b1bae25a84859110805c 100644 (file)
@@ -9,7 +9,7 @@
  * of XLogRecData structs by a call to XLogRecordAssemble(). See
  * access/transam/README for details.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xloginsert.c
index 0a75c360260649be94783e7310cfcde9f4f9f6cc..3a86f3497ebaeb49e1b73f3222d3f35c96643026 100644 (file)
@@ -3,7 +3,7 @@
  * xlogreader.c
  *     Generic XLog reading facility
  *
- * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/access/transam/xlogreader.c
index cc14063dafa4dbbdcd3abc0a7c36a76ce8e220e8..89da25c207c7549d40a5b1aafe375c071fd109f1 100644 (file)
@@ -8,7 +8,7 @@
  * None of this code is used during normal system operation.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogutils.c
index 2e1fef03504e57a0d88ef84ead740d8576571742..8c52846a92e34579e2391cdd17a7595b0bb4e737 100644 (file)
@@ -4,7 +4,7 @@
  * bootparse.y
  *   yacc grammar for the "bootstrap" mode (BKI file format)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5465217bc30b30a6513dd9392ade8763c3ea8468..2ce6e524db19ed175b7c0abb2de89331dc44067f 100644 (file)
@@ -4,7 +4,7 @@
  * bootscanner.l
  *   a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8287de97a2a80e9088e0dedc1e2850805b01354a..80860128fbe5b058633f03a3f261992de6fbaabe 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 80bd9771f144421621fa2a05edd1c14193ef5eb7..f18b400bd71d21fdc50c87190fe67294acffb020 100644 (file)
@@ -4,7 +4,7 @@
 #    Perl module that extracts info from catalog headers into Perl
 #    data structures
 #
-# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/Catalog.pm
index e481cf3d118f78328d5a08814130639eaa82f567..fac80612b80b73c08c4e9c446a4ea91d5f094ad1 100644 (file)
@@ -3,7 +3,7 @@
  * aclchk.c
  *   Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f50ae3e41d518c69d711e887c4ca9a2913268894..8f3cd07fa411243ed45042482315c9b79fb08bc0 100644 (file)
@@ -5,7 +5,7 @@
  *     bits of hard-wired knowledge
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 033c4358eabae5216556f8325c0afb976b6bdf1c..269111b4c160aa1a8341d906585992140b532ebb 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5b5b04f41ce9a763d2c7b389d60cf85e9c43a376..1d3bbcc532d47cb0c2b97a30dc152eb2c3fb4132 100644 (file)
@@ -7,7 +7,7 @@
 #    header files.  The .bki files are used to initialize the postgres
 #    template database.
 #
-# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/genbki.pl
@@ -335,7 +335,7 @@ print $schemapg <
  * schemapg.h
  *    Schema_pg_xxx macros for use by relcache.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 4319fc6b8c835cf65ef8bfa6a2066b392f9970a4..089b7965f2a27d0077f7514900eb30e6ae261657 100644 (file)
@@ -3,7 +3,7 @@
  * heap.c
  *   code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0125c18bc16c911ace4230bf2d3be06657db486e..330488b96f559f4429a09a02eaaaf33275defddc 100644 (file)
@@ -3,7 +3,7 @@
  * index.c
  *   code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e5b6bafaff7e900543ff35c83b1facb805271a68..a84b7da114af41fbfe31a89759c02a9201807b9b 100644 (file)
@@ -4,7 +4,7 @@
  *   This file contains routines to support indexes defined on system
  *   catalogs.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 360725d59a3971b9c5876a0f8897fc23b81f057a..6fb1a1bc1cf6649ce9dc362a0068c252c9af2381 100644 (file)
@@ -2,7 +2,7 @@
  * SQL Information Schema
  * as defined in ISO/IEC 9075-11:2011
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * src/backend/catalog/information_schema.sql
  *
index 0a2fb1b93a61f182c6a17cab6d7faa4fcf8931e7..93c4bbfcb0cb49a80ebac200334ebee855e45c55 100644 (file)
@@ -9,7 +9,7 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9d5eb7b9da71b8a605294c5f60b58b08c642eb66..65884699c44f1be8816a22f1c990a300e1154277 100644 (file)
@@ -3,7 +3,7 @@
  * objectaccess.c
  *     functions for object_access_hook on various events
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 9553675975d233dae5a813c20f9eb9b3062a420e..bc999ca3c435a281ebddfd1a29f87a30311beb72 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.c
  *   functions for working with ObjectAddresses
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5c4018e9f7a089268cbda1c9720a2396a30aee9c..ac9a2bda2ed17cae32790f4c5584b57a81894eb2 100644 (file)
@@ -3,7 +3,7 @@
  * partition.c
  *       Partitioning related data structures and functions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ca3fd819b4848473e4e69a04d4907dab8f845df8..e801c1ed5cdd74e405a986ff7f3ce85ddf0d6894 100644 (file)
@@ -3,7 +3,7 @@
  * pg_aggregate.c
  *   routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ca62896ecbb2a79148685a260957c3058ff3e7ee..d280869bafcb3de187453e53af4d7a0f1e2219ad 100644 (file)
@@ -3,7 +3,7 @@
  * pg_collation.c
  *   routines to support manipulation of the pg_collation relation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7dee6db0eba61774e51e67ac20ce73ee668837f8..442ae7e23d33b3fe5579d3aa3c417264d45e8a12 100644 (file)
@@ -3,7 +3,7 @@
  * pg_constraint.c
  *   routines to support manipulation of the pg_constraint relation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5746dc349af4c4848a4faff39d3c86e9991b5a72..76fcd8fd9ce82bee0d75fe5a1e78f23937950307 100644 (file)
@@ -3,7 +3,7 @@
  * pg_conversion.c
  *   routines to support manipulation of the pg_conversion relation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 323471bc83a47e71b4c2c246dd4ab26a886d71ca..e123691923c728be89a774b1359133822319f13d 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cf0086b9bd1daa5be333d639091f3040ecc330f1..9dfbe123b529c95489919541ca5387a8d304a786 100644 (file)
@@ -3,7 +3,7 @@
  * pg_depend.c
  *   routines to support manipulation of the pg_depend relation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fe61d4dacccd218366ae0bb9be9e1dc32ea1d680..fde361f36754c7bef429df2f5e99b0e6c8e51d81 100644 (file)
@@ -3,7 +3,7 @@
  * pg_enum.c
  *   routines to support manipulation of the pg_enum relation
  *
- * Copyright (c) 2006-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1bd8a58b7f147c697efd7b9a702c831c5e20b7b3..b32d677347ffc3ea9ec170eb59b2766ef448284b 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fc4f4f8c9baf500e6352774c8fb10eb5f81d8f10..a876473976a2a35ee0e46f01fd51b7f3ddf33008 100644 (file)
@@ -3,7 +3,7 @@
  * pg_largeobject.c
  *   routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e20d051c254a2915550157933c726b1a63c0287..a82d785034c1c450fd77935f75587fd5b0852d37 100644 (file)
@@ -3,7 +3,7 @@
  * pg_namespace.c
  *   routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 61093dc4735a7e9459355a9a1bdabfb248ff0152..c96f336b7a29e6b1e6a14f234658e4d6e052530d 100644 (file)
@@ -3,7 +3,7 @@
  * pg_operator.c
  *   routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7d05e4bdb22cbad3dfc52c530840a35fc1189ff7..39d5172e9781ea2213cafe1e473ca5af5172fb82 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.c
  *   routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ef7ba8cd5528dfe06c42a5623bd56836d891d9d..b4a5f48b4ecf1e6a44a45faed404bb15881864cb 100644 (file)
@@ -3,7 +3,7 @@
  * pg_publication.c
  *     publication C API manipulation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a3b0fb88384de1e8f830b89ebf61aa2c1aaa1e49..c902f98606b4f7bd12e76eea6660275ea9309fc6 100644 (file)
@@ -3,7 +3,7 @@
  * pg_range.c
  *   routines to support manipulation of the pg_range relation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 31b09a1da515241d6e352baf5d493ddf757e0ccd..faf42b76405f483570d47ae99a15deef0c5c976b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shdepend.c
  *   routines to support manipulation of the pg_shdepend relation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fb53d71cd6606167636a831ad0756c226da670d3..8e16d3b7bcec3239fb151f0038e23966a1c92a87 100644 (file)
@@ -3,7 +3,7 @@
  * pg_subscription.c
  *     replication subscriptions
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e02d3120084c2bcf226e2a93ded31eccac6c234a..963ccb7ff2d59f73e20cc33237edbc44aba971e9 100644 (file)
@@ -3,7 +3,7 @@
  * pg_type.c
  *   routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9a5fde00ca19aa96c87ba41f618bc2a62768e215..cff49bae9ea01224b8822b2de741f35a66534303 100644 (file)
@@ -3,7 +3,7 @@
  * storage.c
  *   code to create and destroy physical storage for relations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 394aea8e0f5ff2a226a8fe373059b7827150c79c..5652e9ee6d0c9c861ca045a6ecae49ce363d0f94 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PostgreSQL System Views
  *
- * Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/backend/catalog/system_views.sql
  *
index 539ca79ad3b037a8ae7be4343139c941eb6ff1da..0b4b5631a1b05cbead553a09698072d50d1fb294 100644 (file)
@@ -4,7 +4,7 @@
  *   This file contains routines to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2e2ee883e260c8a37dd4e5a42afcf771b18227a5..15378a9d4d9a0e5a8e3701cb29be17eeefb7cf81 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for aggregate-manipulation commands
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 21e3f1efe1060e8a4aad334faef3b482a09a7f59..3995c5ef3d473728d73b629c9633accf3aceed8e 100644 (file)
@@ -3,7 +3,7 @@
  * alter.c
  *   Drivers for generic alter commands
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7e0a9aa0fd9525ad638d03fe71a1c8b06582d1b8..f2173450ad3b950a57d9d8e3d263bdfe7c2593ed 100644 (file)
@@ -3,7 +3,7 @@
  * amcmds.c
  *   Routines for SQL commands that manipulate access methods.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f952b3c732834079623edd31d23ecc705c3efa0c..5f21fcb5f4086d344a5711b3d8d0899610e6b148 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *   the Postgres statistics generator
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f7de742a56e7f8e11ff6df9aae02bfd0584448be..ee7c6d41b40c13869e8ea14c71a3ec33f53db823 100644 (file)
@@ -3,7 +3,7 @@
  * async.c
  *   Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1c5669afa8eaa1cb6e92eec91b4ac64925e3577c..eb73299199a022a5cceebba67b8b2fe43085713b 100644 (file)
@@ -6,7 +6,7 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 9437731276f67ed49f525ce768ff630d6871bf35..6c6877395ff5e8eb636a4a159ce742a637a485ab 100644 (file)
@@ -3,7 +3,7 @@
  * collationcmds.c
  *   collation-related commands support code
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2dc9371fdbc6306989c8be6637b591cd8136aa0f..2f2e69b4a8292eb6f19cacf29187242acd32d95f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/commands/comment.c
index e2544e51ed5f45cdd037e9281078b95d3ccfb6f8..90f19ad3dd99bbb64c37085b01b8e444bc211ad5 100644 (file)
@@ -3,7 +3,7 @@
  * constraint.c
  *   PostgreSQL CONSTRAINT support code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9861d3df2267bcb030998a5f8749c3c0632e32f0..294143c52203240f7f533691e9553c64071fa8af 100644 (file)
@@ -3,7 +3,7 @@
  * conversioncmds.c
  *   conversion creation command support code
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 254be28ae4fd4c279f9742148324f96dc9754777..118115aa42a05463871c18c5175df8c60204334f 100644 (file)
@@ -3,7 +3,7 @@
  * copy.c
  *     Implements the COPY utility command
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4d77411a68232d73a838ac4423e00f7899c5b8c4..3d82edbf581f75b3a5800e0337f54edca39c1006 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eb1a4695c0505f2c87537a9b3246c0821032a260..0b111fc5cf6ae7710613121975ff20bd702d7e08 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8eff0ad17b4002c704f77c8c1be135df20e14096..00b5721f85feffaa97c5faa3153f3fd0bd516deb 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f0dcd87fb8a8349cde8769e678f7e61720b06da1..353ec990af3905ce3f7c5c72db5e5ed7dcf00791 100644 (file)
@@ -3,7 +3,7 @@
  * discard.c
  *   The implementation of the DISCARD command
  *
- * Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7e6baa1928d008208d415ea36fca438bcae6441f..fc4ce8d22acbaf11a6ac8973fc25aebcdf58ac98 100644 (file)
@@ -3,7 +3,7 @@
  * dropcmds.c
  *   handle various "DROP" operations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a602c20b4161b694d0570e4c2dff2be6d729637f..8455138ed39c5767bc72502d4c056a97eea0a362 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.c
  *   PostgreSQL EVENT TRIGGER support code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2156385ac88dab1c6d596164e7b88162d9df6c0a..79e6985d0dda3e71e8434e303d6a49d9deb305e0 100644 (file)
@@ -3,7 +3,7 @@
  * explain.c
  *   Explain query execution plans
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 9f77d2535276cd7f5258851eebec735840fb61b3..c0c933583f4971fed03971ef4209468839c14f4f 100644 (file)
@@ -12,7 +12,7 @@
  * postgresql.conf and recovery.conf.  An extension also has an installation
  * script file, containing SQL commands to create the extension's objects.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9ad991507fa9f6ba694a46b38937b2dfeb4153f7..44f3da9b5157aa1853f56984c5596dd01a638f73 100644 (file)
@@ -3,7 +3,7 @@
  * foreigncmds.c
  *   foreign-data wrapper/server creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 2a9c90133d182be3bf3b7e3aa25984fd1db4b579..12ab33f4187bab3b2fad9b1d0a77743ccdebe597 100644 (file)
@@ -5,7 +5,7 @@
  *   Routines for CREATE and DROP FUNCTION commands and CREATE and DROP
  *   CAST commands.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ffa99aec16d35f712d8e5e28961b1938c28f17d0..9e6ba920086c52dd88b7aa0f569b999dcd9bb5d6 100644 (file)
@@ -3,7 +3,7 @@
  * indexcmds.c
  *   POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9fe9e022b0f421ade71a62e5e242a4a091e5bed6..c587edc209c51f8a7a57df49ef99136d5b97cba9 100644 (file)
@@ -3,7 +3,7 @@
  * lockcmds.c
  *   LOCK command support code
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d2e0376511ac401f7d044a6914ac84049893c178..ab6a889b129bf349b218689d29ac228324af614e 100644 (file)
@@ -3,7 +3,7 @@
  * matview.c
  *   materialized view support
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 35c7c67bf5137337615e342117cda3bbaeadcf27..7fb7b3976cb8c74f2006aa698a799c0673ad9721 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for opclass (and opfamily) manipulation commands
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6674b41eecb642333e4dd0a00444b73813c974b8..81ef53218496605c67c41ff89be34c1d4caac540 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for operator manipulation commands
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9ced4ee34ca097fe876b09611473729468f7e1be..396d4c3449d85efdfff361828d096055523919cf 100644 (file)
@@ -3,7 +3,7 @@
  * policy.c
  *   Commands for manipulating policies.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/policy.c
index 76d6cf154c66aa3e63a5a83436d4780bff2f3060..ff38e94cb1f863ba4359107e80bfa9216ee35785 100644 (file)
@@ -9,7 +9,7 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6e90912ae12723c7e3c308ef958ecfb8379d098d..21cb855aeb21ed5cf669417fb73261140498b077 100644 (file)
@@ -7,7 +7,7 @@
  * accessed via the extended FE/BE query protocol.
  *
  *
- * Copyright (c) 2002-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/commands/prepare.c
index 1a239fabeaa11d9dd9e2a72ed74fc8b68b21dab1..9783a162d75dc600080fafe4ae10adc4979ccfd1 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.c
  *   PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f298d3d381c33a66405cd5cc0eb09a8c14d05bfe..91338e8d49f24d4433f97187d08d7fc557dacd5d 100644 (file)
@@ -3,7 +3,7 @@
  * publicationcmds.c
  *     publication manipulation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f9ea73f923310732a63caabf8714bd6ca7e0c56e..16b6e8f111845077e3a3119d020622f5c031a349 100644 (file)
@@ -3,7 +3,7 @@
  * schemacmds.c
  *   schema creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b0b06fc91fa5e9a779aaf5a7b6bdb5f7efb46895..5ee46905d840cc794e7bf74634c0758022352698 100644 (file)
@@ -3,7 +3,7 @@
  * seclabel.c
  *   routines to support security label feature.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 5e1b0fe289729e65895101b62d3b0f00065efbfd..ef3ca8c00b7e84b9594f5bd21bd919fa1f196308 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.c
  *   PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c70a28de4bc6f2e63dd4428f88ef0f34b4878f5c..5773a8fd0358d0db3b92481705b8e871f60f33b0 100644 (file)
@@ -3,7 +3,7 @@
  * statscmds.c
  *   Commands for creating and altering extended statistics objects
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a7f426d52b95e30886bc46d9b2c7c37fe2a71d12..bd25ec24011af45c4b0428f65da768535a1471fd 100644 (file)
@@ -3,7 +3,7 @@
  * subscriptioncmds.c
  *     subscription catalog manipulation functions
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d979ce266d1c7ab32a53a32a6a7810e522c9e31e..62cf81e95a5e9c00deabdc7b5e7da6e8cb44d0a3 100644 (file)
@@ -3,7 +3,7 @@
  * tablecmds.c
  *   Commands for creating and altering table structures and settings
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d574e4dd008991510b7f5dd9088fd69cde2192ed..8cb834c2714737392214b9201e24c3857b17f710 100644 (file)
@@ -35,7 +35,7 @@
  * and munge the system catalogs of the new database.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 92ae3822d8a356f165b132f80dfbdbe53b6af3f1..1c488c338a37fe5e5d7aee6d1d29c04db303645c 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.c
  *   PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index adc7cd67a70171eca6de98bf512a803d8befd122..bf06ed931841263d05162742da3a25e6558ba4f8 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for tsearch manipulation commands
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f86af4c054ed20ba3d67f655f382f910a7f2249b..a40b3cf7523916c38d9adb73caff1011573ccc05 100644 (file)
@@ -3,7 +3,7 @@
  * typecmds.c
  *   Routines for SQL commands that manipulate types (and domains).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f2941352d7c3579bf4eb8f449406b8310a4f5a96..d559c29d24338ed908359cd19012f026b56f0cd3 100644 (file)
@@ -3,7 +3,7 @@
  * user.c
  *   Commands for manipulating roles (formerly called users).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/user.c
index d5f3fa5a314198b377da416b9d9220d0e156c56c..7aca69a0ba0a85bb312cbce65008efe0d07bfb9a 100644 (file)
@@ -9,7 +9,7 @@
  * in cluster.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f95346acdb5cbe25ecb5bce02eb0748a7274231d..cf7f5e116295eb171c41f780052f0bd5b16feaed 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ed1c56e827bd1f6ed7a72346eced31b67195bd7..9a754dae3fd7625e05e256812b4899838a7a5ae7 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c1e80e61d405a73ed307f1586a37e4417c69cca7..04ad76a210a7367ac0eddb04cc7dba02ba2e386b 100644 (file)
@@ -3,7 +3,7 @@
  * view.c
  *   use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f1636a5b883cf8947cf27cd044760d42f0f28164..9e784219786ac5192e71ed75808049851c82bf57 100644 (file)
@@ -3,7 +3,7 @@
  * execAmi.c
  *   miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/executor/execAmi.c
index eaeb3a28367ac2107f1f327d6e2244005c0237a6..6a8db582dba6d0ba91282a255e72732acd895208 100644 (file)
@@ -3,7 +3,7 @@
  * execCurrent.c
  *   executor support for WHERE CURRENT OF cursor
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/executor/execCurrent.c
index 2642b404ff6bf850b98d8fe314bd0cc09e925c4d..16f908037c8f22e51daa780d846eb9312be0705c 100644 (file)
@@ -19,7 +19,7 @@
  * and "Expression Evaluation" sections.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fa4ab30e99773185e5afd9e2f8dae836da63b090..2e88417265cf41cfb46308249845e44a1d7845e0 100644 (file)
@@ -46,7 +46,7 @@
  * exported rather than being "static" in this file.)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 07c8852fca8228c4e65e8ab4a3799fc7e90bd33f..058ee68804132505c3852aa20f71e4e6f5aaa524 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 89e189fa715611102c6836ac13e8cf4888980e80..62e51f1ef3b29c891f8a4d02e44bc1ac58cbabbb 100644 (file)
@@ -95,7 +95,7 @@
  * with the higher XID backs out.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7fcd940fdb85cd195ce4aa97452874203e1b5f70..57d74e57c1a5d2312e76a5b10cbf8f8810104f1d 100644 (file)
@@ -3,7 +3,7 @@
  * execJunk.c
  *   Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dbaa47f2d30b057247ed8efae2ea860adc2d6735..d8bc5028e81b4ac7c1fd000b64ee42a3c73e4d21 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b344d4b589db1b575851951eded4aa1501b167ea..f8b72ebab9947f317bfd5541d40b9e50be16bb1c 100644 (file)
@@ -3,7 +3,7 @@
  * execParallel.c
  *   Support routines for parallel execution.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, 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 d545af2b677fa80b3377a0eba415710b81b56408..89c523ef448acd81d18b88335f12e89afcf2eaf7 100644 (file)
@@ -3,7 +3,7 @@
  * execPartition.c
  *   Support routines for partitioning.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 699dc691792d2556581d256daff3d71d0e56fa03..43a27a9af24181f8e2515c6471a0cba49f87dd4b 100644 (file)
@@ -7,7 +7,7 @@
  *  ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *  processing.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bd786a1be69741a15bb297378ec2c1ac6d19bb97..732ed42fe53abea223d918102355b2fca1e64c62 100644 (file)
@@ -3,7 +3,7 @@
  * execReplication.c
  *   miscellaneous executor routines for logical replication
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c24d8b9eade3c7f0fdc2a35e9ebfdafc3c1cc333..8e521288a918d1e4c63d448b8d4d42ba283aeede 100644 (file)
@@ -7,7 +7,7 @@
  * common code for calling set-returning functions according to the
  * ReturnSetInfo API.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 837abc0f0179b2d2bf742793e879019bad7ea891..bf4f603fd362017254294b3df3fa03c098329986 100644 (file)
@@ -7,7 +7,7 @@
  *   stuff - checking the qualification and projecting the tuple
  *   appropriately.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 51d2c5d166da47c9370d927a0ef33020571d2dc0..5df89e419c88f9877d599a095ec45a2f4899ee3c 100644 (file)
@@ -12,7 +12,7 @@
  *   This information is needed by routines manipulating tuples
  *   (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 876439835a356977d698b72a8eeb47b4a8bb49e3..e29f7aaf7b7c65cb6e772f3cfb8a2f6dc7f42d47 100644 (file)
@@ -3,7 +3,7 @@
  * execUtils.c
  *   miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 527f7d810f0d6b1a06c3e5b7267dc7d24b93cfa5..7e249f575f3870ee51c4da6539904db3b8c03add 100644 (file)
@@ -3,7 +3,7 @@
  * functions.c
  *   Execution of SQL-language functions
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6ec96ec371319d18a8db5abfd9c537c77adfdee7..a2d9381ba1a01e8b407339136c7e898dee166b2f 100644 (file)
@@ -4,7 +4,7 @@
  *  functions for instrumentation of plan execution
  *
  *
- * Copyright (c) 2001-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/executor/instrument.c
index a3454e52f6d1144510e4e844d9a7ed300b0084bf..46ee8804152a8fed61da67bfb1a6b996f88f3fcc 100644 (file)
  *   all hash tables.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0e9371373c106dce08d04421c75cc4a5f67ee42a..4245d8afafe7a298060476214019b2cb6eb2038f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeAppend.c
  *   routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1c5c312c95486f2cb6c42a1b2175f05a9bb8e1c2..913046c987e1b5b87f22361ef2a88bc89181b7a6 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapAnd.c
  *   routines to handle BitmapAnd nodes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eb5bbb57ef118d962d467a9945992ffb4fbebc51..7ba1db7d7ec08d8b67066d45dddd4c8718e7ccfe 100644 (file)
@@ -16,7 +16,7 @@
  * required index qual conditions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6feb70f4ae3ed7293675ae56fbcc3f185fa0aeb1..bb5e4da187cc03c765595fcbd3bacfdd3aff2fe3 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapIndexscan.c
  *   Routines to support bitmapped index scans of relations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 66a7a89a8b79fdce256ff33dc965b1f519563fd4..8047549f7df6b21c6bdc9dc29d7f519226957f8e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapOr.c
  *   routines to handle BitmapOr nodes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 79676ca97875ba46e3a3fef58613255f3c64fccd..ec6d75cbd419ab4a3ead9f3ba2fbf2161ea470ea 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCtescan.c
  *   routines to handle CteScan nodes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5f1732d6ac02661c30add10c1d8b9cf9b44df7d9..936a2221f51265dd12600d6d7bbbfc1395614031 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCustom.c
  *     Routines to handle execution of custom scan node
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * ------------------------------------------------------------------------
index dc6cfcfa66be3add85d62e38d513bac18ca2e934..59865f5ccad6d0781467bf511e6ae40198a28a77 100644 (file)
@@ -3,7 +3,7 @@
  * nodeForeignscan.c
  *   Routines to support scans of foreign tables
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index de476ac75c4695253ff56b7f0fb762496887aadb..69f8d3e81451636d602b1e58ccf111019c9f9e26 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFunctionscan.c
  *   Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1697ae650d77c2a7bd2c8e9b39d452adf0c57b90..89266b53712fce0f7c0382976bcd94052b75cc62 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGather.c
  *   Support routines for scanning a plan via multiple workers.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, 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 a69777aa9510ff879a74531dcc505e39e688d999..a3e34c69800d56ef5298d9331b0bad1904fc6519 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGatherMerge.c
  *     Scan a plan in multiple workers, and do order-preserving merge.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6b68835ca194f122acd656a522e765bdbeafd8a4..f1cdbaa4e6731b6163c0575f41ac7dc9b2545653 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *   Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 38a84cc14cf5da4267d932b30e7185a282334861..52f5c0c26e049ff613bbd45a668d9e48091aad06 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHash.c
  *   Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 817bcf047130c11ab13ae9c5c97c08712a636023..8f2b634b124ad7ad5fcacd14ad6b4c10cb1f13d9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHashjoin.c
  *   Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c54c5aa6591f68ac8d46d12fa92dc1328eb7b506..9b7f470ee28fabd6b7b78ee4d7f998b77bd1edd0 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexonlyscan.c
  *   Routines to support index-only scans
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2ffef231077586c901638f558f2cabab8457c97b..54fafa5033fde7e5184082f17656812c21b77223 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexscan.c
  *   Routines to support indexed scans of relations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 883f46ce7c997ad40b555c071dce52ea9eb2919c..29d2deac23b5d88b0019f6e6ed9ae96e63f5e881 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *   Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 93895600a5dcc8b8d399f11b4213ee42345ef1cf..7961b4be6ab2dd208232c490297c6ba5c66a3cb4 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLockRows.c
  *   Routines to handle FOR UPDATE/FOR SHARE row locking
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 91178f1019868af95df400a33d275943b040a379..85afe87c443718b7d4260cc8c440bd1741040689 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMaterial.c
  *   Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6bf490bd700a11ab078ffaa60a2d6a56afbe79df..ab4009c967e1a41f228421f02f998a8be018ebd4 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergeAppend.c
  *   routines to handle MergeAppend nodes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ef9e1ee4710d5972fc90562cfb5352c39c41376a..b52946f180a598e5d117fc6e3c1faf274d229291 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergejoin.c
  *   routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 82cd4462a3e48e4316e84cce2a3cfef7b173f7e9..e52a3bb95ee4530f20596f7d04fa7715875da841 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.c
  *   routines to handle ModifyTable nodes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3a65b9f5dc9d7556da71b35582e42d335093da23..c3b28176e447f3ae3c2ec8ca33abba957ebac296 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNamedtuplestorescan.c
  *   routines to handle NamedTuplestoreScan nodes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4447b7c051a04e3809ee150c3f407c361cd8aad8..9b4f8cc4320325f50d91217e0c7a5d64482a0e73 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNestloop.c
  *   routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 30789bcce4dfae22af94588933d3469f822ec9b7..3b79993ade8a24f2fccf3427bcbe6dcd5374dafa 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a64dd1397a4940506b13300ba414b1a4a18a3924..817749855fca5cacfc9dc2f2837c97f0a0d912ed 100644 (file)
@@ -7,7 +7,7 @@
  * already seen.  The hash key is computed from the grouping columns.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c879d8765564ecd65351484d9b8649fe06cd6e4..5860d9c1ce6c3cbc47a7950f87c9fa1aff42b94a 100644 (file)
@@ -34,7 +34,7 @@
  *     plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9c74a836e4071403f18291c671ab8c3e7ea08d13..e88cd1873732c2b2a7ef86a6c2069252dbf6ee7f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSamplescan.c
  *   Support routines for sample scans of relations (table sampling).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a5bd60e5795f35ab5c9f7d08f5c66c034e220684..58631378d5c276883f9797322afab2d05a581c40 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSeqscan.c
  *   Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 571cbf86b1d0e8e0b86d673de78a4706194c4c08..c91c3402d2534dbcca51094c16ed4018ee87ca51 100644 (file)
@@ -32,7 +32,7 @@
  * input group.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d593378f74fc2ee474b14a16ed1287ab737ea576..9c68de8565cc9feead97fe6828855cf1db77b804 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSort.c
  *   Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a93fbf646cb7410a338ac5517661c01145688261..edf7d034bd37b139c95d8a5c8de51f3d207bf1d9 100644 (file)
@@ -11,7 +11,7 @@
  * subplans, which are re-evaluated every time their result is required.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 088c92992ece430e926438fe9d80587784a9c60d..715a5b6a84167dcc395ff555b6cfa57709d8ca50 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 165fae8c83b46aeaf9a6b44b45a691e614d1c391..3b609765d41c137d7f7a30df995c8f87055bde8d 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTableFuncscan.c
  *   Support routines for scanning RangeTableFunc (XMLTABLE like functions).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0ee76e7d252200aff938708db55511c399b0762a..f2737bb7ef156c0dda402b43297f6280e75a58d8 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidscan.c
  *   Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 621fdd9b9c132d11eda19201168c037a0ede154f..e330650593a2f7cb0216291c48c5f89c1b4f45d1 100644 (file)
@@ -11,7 +11,7 @@
  * (It's debatable whether the savings justifies carrying two plan node
  * types, though.)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 47ba9faa78e06d7820a0d8a223d79ccb52c04baf..c3d78b6295e4519e52882964eac4a3401a0f811b 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for scanning Values lists
  *   ("VALUES (...), (...), ..." in rangetable).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 02868749f6043aa03c11332188d8ed8251506ace..5492fb3369298d60915b61b281bbcdd48de612f5 100644 (file)
@@ -23,7 +23,7 @@
  * aggregate function over all rows in the current row's window frame.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d5ffadda3e81ad793f507aa2d0ef03659b6302ec..66d2111bd9f13ca71e72da0035d9393bfce96c07 100644 (file)
@@ -3,7 +3,7 @@
  * nodeWorktablescan.c
  *   routines to handle WorkTableScan nodes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 977f3174207d14a8feb98fe9dd828ad91000006a..4d9b51b947b13b57b5f16b73ed91acf50f4fbbc8 100644 (file)
@@ -3,7 +3,7 @@
  * spi.c
  *             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0dcb911c3c08933de4c7e3ef692d656c63c2ef61..ecdbe7f79f61dc33b930fd77c134d45ccfaede69 100644 (file)
@@ -8,7 +8,7 @@
  *
  * A TupleQueueReader reads tuples from a shm_mq and returns the tuples.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 027fa72f107831c5b3e5566b670d1a4f8ba05363..d02ca3afd12b8d414289f7c54d441cbc69b84722 100644 (file)
@@ -9,7 +9,7 @@
  * data even if the underlying table is dropped.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 45fca526216debe53f2a14c0d27bf988a928e183..e7fd507fa5fbb7bf19ad0d6d32a244b0301ba88d 100644 (file)
@@ -3,7 +3,7 @@
  * foreign.c
  *       support for foreign-data wrappers, servers and user mappings.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/foreign/foreign.c
index ce4331ccdec3afcb1a5496a55ae6796089c0b2e5..a8adf065a943432ba30cdaef3ba0850e133676e8 100644 (file)
@@ -3,7 +3,7 @@
  * binaryheap.c
  *   A simple binary heap implementation
  *
- * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/binaryheap.c
index 4564a463d5b9beef7e40ca058cd296f07a0093e0..5be5ed24f1caa8b590c7236cada6629f6d538450 100644 (file)
@@ -7,7 +7,7 @@
  *
  * http://en.wikipedia.org/w/index.php?title=Hopcroft%E2%80%93Karp_algorithm&oldid=593898016
  *
- * Copyright (c) 2015-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/bipartite_match.c
index dd875730670de1190030305a0ad8404571f7e9b0..b1973d4bfbc0fbd2819c778818477383c1256663 100644 (file)
@@ -20,7 +20,7 @@
  * Future versions may support iterators and incremental resizing; for now
  * the implementation is minimalist.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index df7a67e7dca3590625c0d20b27777661fd95b58d..3c50375a925ce80f24d3013e8d9f5df9f8b7ff75 100644 (file)
@@ -3,7 +3,7 @@
  * hyperloglog.c
  *   HyperLogLog cardinality estimator
  *
- * Portions Copyright (c) 2014-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2014-2018, 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 af8d656d3e4689f47d9e56468945f6693aae0143..58bee57c7606b7c5cd11f5fd40141d36dced7c1a 100644 (file)
@@ -3,7 +3,7 @@
  * ilist.c
  *   support for integrated/inline doubly- and singly- linked lists
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 490c0cc73c37fafbe82ce4d8d9d0b78d9acdbf5d..25ce4f2365491b2ded846b2ad16a10a3e5f3ecf3 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, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/knapsack.c
index fd871408f35e5078c0a427af854b2d27b9d690f8..89d0f62f8f9b19a47acfc9884127483d202ffbe3 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/pairingheap.c
index 5362acc6ff96c081688d92434ec8c91c12992e89..a43d5938d595a4f49c0e673b9d4880ae03d80894 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-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/rbtree.c
index cb2026c3b20cf4dcd62c11c7b76c5ed00873a8d9..798a823ac9f3068220c45f7e2ba7ac5d61fb1b2f 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *   src/backend/lib/stringinfo.c
index d52a76345741c7d2fb548253f40ca97df0934872..7068ee5b2523dc30b179b9706e7a8c4cbbb14cad 100644 (file)
@@ -67,7 +67,7 @@
  * general, after logging in, but let's do what we can here.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/auth-scram.c
index b7f9bb1669e467cb720a53e48b8e5d4fbe04b652..1d49ed784f69bbaab1bf7d26b98813427bd0ff36 100644 (file)
@@ -3,7 +3,7 @@
  * auth.c
  *   Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5a2479e6d3e0803da364845b6d42140e68804fd9..0b802b54e43011fe26524fc69a6c0d3786c7dba0 100644 (file)
@@ -3,7 +3,7 @@
  * be-fsstubs.c
  *   Builtin functions for open/close/read/write operations on large objects
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1e3e19f5e02cb9868542bd401674faed471e860c..3a7aa0187673951ece8ce0bbb3486d81668403a4 100644 (file)
@@ -4,7 +4,7 @@
  *   functions for OpenSSL support in the backend.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 53fefd1b293347fc5ce343dddeabc6cb11214bee..eb42ea1a1ee71884ecad3f649e184ab1a231aa81 100644 (file)
@@ -6,7 +6,7 @@
  *   message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1715c5246225662788f6dd19dbc40404ff3aee14..2c5ce4a47e167b9c25a773793583ef951313d866 100644 (file)
@@ -4,7 +4,7 @@
  *   Functions for dealing with encrypted passwords stored in
  *   pg_authid.rolpassword.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/crypt.c
index ca78a7e0bade137262724831ea7efa62305b592d..f760d24886dae76f36b0ef824b8fe3bedf0b34af 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b8c463b1013378468ddad0ed9cfcd47b94903463..274c0843622ae78dac867eefdf071d0fc149bdbe 100644 (file)
@@ -3,7 +3,7 @@
  * ifaddr.c
  *   IP netmask calculations, and enumerating network interfaces.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fc15181a114ce1140a8d4f301a6b429f5a26132c..a4f6d4deeb40ca7424e6ff1ac2e013bc7997e100 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/pqcomm.c
index a5698390ae737e82cc97fee636ad4f5a95477490..30145b96ec1c88ef81dd4a1682a3318f97d6a1a9 100644 (file)
@@ -21,7 +21,7 @@
  * are different.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/pqformat.c
index e1a24b62c8fb10a76848831201adac24051ec621..201075dd4773f52933c5825f2bbb6e1b92cae74a 100644 (file)
@@ -3,7 +3,7 @@
  * pqmq.c
  *   Use the frontend/backend protocol for communication over a shm_mq
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/pqmq.c
index 476e883a687520cde47bb8dd43a085f091778b4d..a24de5d410153e56701581dc3909ef266caaf851 100644 (file)
@@ -3,7 +3,7 @@
  * pqsignal.c
  *   Backend signal(2) support (see also src/port/pqsignal.c)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f9d673f881c1da14f9e2252817b74b4b0219bfac..38853e38eb3222e92c8012fe00fe5f12d6b58714 100644 (file)
@@ -9,7 +9,7 @@
  * proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ae30072a015295fe72cfa8328869a826ed2d1a7c..733fe3cf2a0b0f2cffeee572b7a0451daacd435c 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/nodes/bitmapset.c
index 84d717102d7127883548a1b702d6f00bb8e21cb8..ddbbc79823e7721608fcaf73d193fa8775e0d1cf 100644 (file)
@@ -11,7 +11,7 @@
  * be handled easily in a simple depth-first traversal.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2e869a9d5d8473c03befb3723d1471e4c8fb78e4..30ccc9c5ae7ff737adf6c3496a28f2c300dff547 100644 (file)
@@ -18,7 +18,7 @@
  * "x" to be considered equal() to another reference to "x" in the query.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 01cd3c84fb2184fee2d6d6fb3ac8ad0b1d6f9eb1..f301c11fa9839836bd3651dfc497b68366eb78bc 100644 (file)
@@ -10,7 +10,7 @@
  * and GetExtensibleNodeMethods to get information about a previously
  * registered type of extensible node.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bee6244adc1e0cb22a47fe0d9137af90f613adf0..083538f70a13f5aa9d8ce09f5bad488f355ca350 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation for PostgreSQL generic linked list package
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7a676531ae1fbc9ce833978747a3e6a5584d8209..1bd2599c2c58197edf30403a9b3979cb8b034d58 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c2a93b2d4c1b6768fef6dae871c2e5aa9daaef1b..6c76c41ebea5cfc8d7b42cff0ab912d51387d712 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.c
  *     Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d3345aae6d3376b555ecbe77c7e0a9d42365a1f7..f5ede390e0e6c37c994c9f9ae96f85382f947617 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e468d7cc4154aa630dbf262e44148d39a564ed68..5e72df137e7931d6f4235b0ab59212c40c44e823 100644 (file)
@@ -3,7 +3,7 @@
  * outfuncs.c
  *   Output functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 94acdf4e7b3c515ec8197921f7a6557a1d48834a..79197b18b483917437ba6f899a1f5b79c4d57ad4 100644 (file)
@@ -4,7 +4,7 @@
  *   Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 380e8b71f26426c7bf572a47ea84b0a9c03eab55..b9bad5eaccafb8c7e18e80549366ee412715bafe 100644 (file)
@@ -3,7 +3,7 @@
  * print.c
  *   various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b56f28e15f1f61fbb52a54ab5555b72e3896c120..76414029d83cd466be3cbf0f56f34cd818bdc0f2 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to convert a string (legal ascii representation of node) back
  *   to nodes
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1133c70a1ca9a468b39e9976e46b19db4e94d1f3..9925866b53ad196d382b5daea7daf25f4f6db532 100644 (file)
@@ -3,7 +3,7 @@
  * readfuncs.c
  *   Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index acfe6b263c6d132bbe08ef59729a3726452865cd..17dc53898f04e6f83b9922862d99f9184f660171 100644 (file)
@@ -29,7 +29,7 @@
  * and a non-lossy page.
  *
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/nodes/tidbitmap.c
index 5d2f96c1033801dfac4e801d536f2ed017e67a91..8f0428fce12c266371dbf14fed430ba2af9dc697 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of Value nodes
  *
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8fd20c5986d916b60b68ac3aa7b42649891b5988..111caa2a2abca621d017d24bc10915387f7df5dd 100644 (file)
@@ -2,7 +2,7 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_copy.c
index 3cf268cbd398d11f5a86ee6bda0ef4ae8a14196f..9053cfd0b953f2c3e35832dd24ceea5bd602a7f7 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_eval.c
  *   Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_eval.c
index 86213ac5a097eec68bb2155026fcc364c04f8a52..3eb8bcb76f6e594a5f93da4f3a27016f44dbc28b 100644 (file)
@@ -4,7 +4,7 @@
  *   solution to the query optimization problem
  *   by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_main.c
index 937cb5fe0fe4c6b56ea0bdbe12ccacae9b6e9f6f..919d2889bcc16fa00ba1aae069777e5d53cc4dee 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.c
  *    misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_misc.c
index 596a2cda20d14bbf4bc31890b2d420d7f72c15be..b2c9f31c8b5b09a731911ba6019fb31a0bb161bf 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.c
  *   Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_pool.c
index 6f3500649ccc9c30f0a7cdbc9433de929dac7f8d..850bfe5ebe3990762280334645b8ce750d790f88 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.c
  *    random number generator
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_random.c
index 4d0f6b08816e02dc0c019bea8b1d8c758049f911..ebd34b6db23fda7a0fd599f011ffd27cf3744b4d 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.c
  *   linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_selection.c
index 0e8463e4a3aa0cae43cfe5747f27add40ad2fb59..12a6ee4a22b087804fc81877cdadb5e913e25279 100644 (file)
@@ -3,7 +3,7 @@
  * allpaths.c
  *   Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b4cbc34ef1d5656b0fcc5d9a7eea545800beb894..f4717942c3a53f86c69b33041f8f5c2c0084b3da 100644 (file)
@@ -3,7 +3,7 @@
  * clausesel.c
  *   Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c3daacd3ea6ba8fb9cadf2c2f00096fdd8a455ce..7903b2cb16727381c6ecc0f56038e1f6eba6cb8d 100644 (file)
@@ -60,7 +60,7 @@
  * values.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 45a6889b8b84af8920ff4cea83d1656145864ab7..70a925c63a1e4fcb7e4ca6fbbdf3cbbbda3978f5 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/optimizer/README for discussion of EquivalenceClasses.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 18f6bafcddeaf8c5caeabdb8856498c29e1af49e..7fc70804f8b079ab3bdcc9274a538ccd1bf45609 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e774130ac8da10d517de97b1c92995a602d00d86..396ee2747ac1045cdea8f8c8cca35b3372dc8256 100644 (file)
@@ -3,7 +3,7 @@
  * joinpath.c
  *   Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5e03f8bc213999bf0b78086f1397e663ef1e522b..1d152c514e2dfa4c7879d70e220b14c44196b878 100644 (file)
@@ -3,7 +3,7 @@
  * joinrels.c
  *   Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c6870d314e76f172c7d3b032bc6f5e50564ed017..ef58cff28d1e1462704b97bb0639ade034aebde9 100644 (file)
@@ -7,7 +7,7 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a2fe661075fd596c5e945e9894294f9057fc2199..3bb5b8def608b39b7c10f477eeccc1c448af1156 100644 (file)
@@ -25,7 +25,7 @@
  * for that.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5783f90b62e5392c8b7f852a2d6d45ff97fec02e..ef25fefa455eeea0aec0de2cdeab8ce4f0b1a1ec 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a9fd829008d456568ca063e6cd9c62b50bca8f0..e599283d6bf6a8510702f78b97b29c5f2db63d13 100644 (file)
@@ -5,7 +5,7 @@
  *   Planning is complete, we just need to convert the selected
  *   Path into a Plan.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 448cb7346724e9c144278616aa4fecfff3a9c9b3..a436b538062020492363ae44bfb4bcd22f3df390 100644 (file)
@@ -3,7 +3,7 @@
  * initsplan.c
  *   Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 889e8af33bf0fc913b7b2e8aca3fabd451b24db0..95cbffbd694f7bd4d78fd4ccd8d42a0fe062e0da 100644 (file)
@@ -17,7 +17,7 @@
  * scan all the rows anyway.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4e0a6ea3dfbf4b615693d63d002f6a8730989c8..7a34abca048768f9abbdfaf93b1d1da1f4bf5f57 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 382791fadb42a688e61e3109a2e12272357187d0..7b52dadd81725273a50541108af02d0839bcec7e 100644 (file)
@@ -3,7 +3,7 @@
  * planner.c
  *   The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b5c41241d7a5f5eaefaba672bed9d8ad1e965dd6..4617d12cb93ae4220e88c9b9af0f43c09262c748 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2e3abeea3d0938c4e2a308d25afddfaa7a5bae1b..46367cba6340524fd81ccf9935cc7ac59b5e28bd 100644 (file)
@@ -3,7 +3,7 @@
  * subselect.c
  *   Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1d7e4994f509eb4e24198066d2a5a74139631500..0e2a220ad083d9921e066367398189351a142f27 100644 (file)
@@ -12,7 +12,7 @@
  *     reduce_outer_joins
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f75b3274ad0546a64dc0dd27a520b2bab251ba2d..cb1f4853c31deab91300a51f6fd0a42d40850c87 100644 (file)
@@ -19,7 +19,7 @@
  * tree after local transformations that might introduce nested AND/ORs.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3abea92335728ee2cf4f10f63d76a76a9a5d140d..8603feef2b8344c4abda6892121042d2f5c78355 100644 (file)
@@ -29,7 +29,7 @@
  * that because it's faster in typical non-inherited cases.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f87849ea47616ec87cec17c098e63db1030a845c..5a08e75ad5ce3ae155a4d548c86de0ad06c2e8d6 100644 (file)
@@ -17,7 +17,7 @@
  * append relations, and thenceforth share code with the UNION ALL case.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9ca384db516c93d8c43353543ae4075eea6adba7..bcdf7d624b67dbe1c580eeaa8335565ce4552c4f 100644 (file)
@@ -3,7 +3,7 @@
  * clauses.c
  *   routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 62629ee7d866e2b3a6e8565065399f22bbaa6938..3aaa00427549b2183f9096d2fc8a0bf9b698ecc4 100644 (file)
@@ -3,7 +3,7 @@
  * joininfo.c
  *   joininfo list manipulation routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9aa661c909807896013fb4f4f972d55421e1b484..1e78028abee526ed0e51f2e607833d8a6efb1af8 100644 (file)
@@ -3,7 +3,7 @@
  * orclauses.c
  *   Routines to extract restriction OR clauses from join OR clauses
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2aee156ad339315f0abe954ac2cc0b6d4d22dac5..7df876171009cd76312126872808745b276a9ec0 100644 (file)
@@ -3,7 +3,7 @@
  * pathnode.c
  *   Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 864b2796ccccc00e2983b9f775d30bad71008e84..c79d0f25d47a2e93f8d1433787551acdcf9502c4 100644 (file)
@@ -4,7 +4,7 @@
  *   PlaceHolderVar and PlaceHolderInfo manipulation routines
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f7438714c49322072df6a438edb19705c16964d5..8c60b35068ed40a3b26dcf00f3ab30ae5f1fe20e 100644 (file)
@@ -4,7 +4,7 @@
  *    routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 134460cc13fa36c613090d6eb3cf4c6bc3bb28bb..8106010329881fda36e2fe213a1c59fd8a1ba665 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to attempt to prove logical implications between predicate
  *   expressions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 674cfc6b067d8b175d95469455a3d79afe5ccbfd..ac5a7c9553d1b2e8d9fa8ff25e53b5c07751b6d6 100644 (file)
@@ -3,7 +3,7 @@
  * relnode.c
  *   Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 39b52aecc53a276468b172da320eb6afa147cbc5..1075dde40c897835782ce7cad4ec4ac6c65c0bb1 100644 (file)
@@ -3,7 +3,7 @@
  * restrictinfo.c
  *   RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 934589138040498824054b2b772517a59dec65c2..32160d571659941fd75986f10bdfe6651dc0e273 100644 (file)
@@ -3,7 +3,7 @@
  * tlist.c
  *   Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 81c60dce5ed7724f8d16aadede010b4578b12063..b16b1e46562075f7dd8f31c12d65984ef7a147b4 100644 (file)
@@ -9,7 +9,7 @@
  * contains variables.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d680d2285c63763957c268307174b362fbbdd6b1..e7b2bc7e730888b5f02a5d1287c15c30a99f160b 100644 (file)
@@ -14,7 +14,7 @@
  * contain optimizable statements, which we should transform.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/parser/analyze.c
index 6eb0aea96b808235cb55c301956096bd579358fe..d8ebddec9f9ffc969fcdea2f7303b866b9419a44 100644 (file)
@@ -4,7 +4,7 @@
 # Usage: check_keywords.pl gram.y kwlist.h
 
 # src/backend/parser/check_keywords.pl
-# Copyright (c) 2009-2017, PostgreSQL Global Development Group
+# Copyright (c) 2009-2018, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index ebfc94f89693efa6d0b8eade705648f9ee91c231..16923e853aa6b9f971ec23c7323bf32854c878d1 100644 (file)
@@ -6,7 +6,7 @@
  * gram.y
  *   POSTGRESQL BISON rules/actions
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c4f4cdc3d7ac595005ea8d2cb0fac636a2f7c99..6a9f1b021781eefb9a76ad9f421fae0d19825605 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.c
  *   handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2828bbf7966372bc83cef72c7e7fb1f6d51567be..9fbcfd4fa61006cbe53a70e944e5ede8a49f8eb9 100644 (file)
@@ -3,7 +3,7 @@
  * parse_clause.c
  *   handle clauses in parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7d10d74a3e7f75484b33146d3a47dd81d8ebad39..085aa8766c95986036748d2112707842328ef6e9 100644 (file)
@@ -3,7 +3,7 @@
  * parse_coerce.c
  *     handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d106c4c19e783e22d3f436c06b536127112aca7..6d34245083efc123f49dc45a025ecb6678642bff 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5160fdb0e0cd65c7ccc74eaa176d8a49186f9bb1..d28c421b6f70a98e4ddb5121bcfb83600d2191a9 100644 (file)
@@ -3,7 +3,7 @@
  * parse_cte.c
  *   handle CTEs (common table expressions) in parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1cfcf65a512c5b7b06797f2af2591e4caef8ad0d..069249b73249dfc4a88b260fe26192cd1000b125 100644 (file)
@@ -3,7 +3,7 @@
  * parse_enr.c
  *   parser support routines dealing with ephemeral named relations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 29f9da796fc5651545208ec7375ba3bd4e48f97b..b2f5e46e3bb93caa72ad0dcc6339dbe1aa2d6df0 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.c
  *   handle expressions in parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e6b085637b26911ecb653d41e4492e996c448515..ffae0f3cf319a7143fed2b3094b4bd95c912ac33 100644 (file)
@@ -3,7 +3,7 @@
  * parse_func.c
  *     handle function calls in parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6dbad53a41017f82e9007d0e6fd6c707c1cd35c6..d2672882d76cee21acbd9f7c45f7d6af7f09260f 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.c
  *   various routines that make nodes for querytrees
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 568eda0cf7c73bf6ef56b7d5faeddf43aba86a04..b279e1236adc754a8c96dc358c6a4bc1e136dad9 100644 (file)
@@ -3,7 +3,7 @@
  * parse_oper.c
  *     handle operator things for parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e04e8c4d1d0b1cda5b921f5c05963026083db8d..454a3e07f7592d0078fbc9d3401b69a2feb48278 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 58bdb23c4e8ab71e7abb8f0828d308177914cae6..2625da5327ad7aeb881a8deb8d1ef1b1c9156c13 100644 (file)
@@ -3,7 +3,7 @@
  * parse_relation.c
  *   parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 21593b249f8343570e883fc62626713a6b39f273..ea209cdab6dd9158e88481d3a719fb9e103332c5 100644 (file)
@@ -3,7 +3,7 @@
  * parse_target.c
  *   handle target lists
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b032651cf45d0f3a17ed7c707d4299e8e14c8177..d959b6122a504ad0a8bf4970e2b693226dab5d46 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.c
  *     handle type operations for parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f67379f8ed6e930a18b4d9a42c435b33b23f0c6e..128f1679c6be999872a4a81c270bd2d5b89cb53d 100644 (file)
@@ -16,7 +16,7 @@
  * a quick copyObject() call before manipulating the query tree.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/parser/parse_utilcmd.c
index 245b4cda3b9b3a4ebe585cad639f5c1fe3b62d02..db304834592c2c94d5c52fcb11bdfa386f0d0e01 100644 (file)
@@ -10,7 +10,7 @@
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6af2199cdc5ca3f598a471bc09ed66c9b64239ac..eedef7c00520f806e05f720bf9d434d1f32bb6dc 100644 (file)
@@ -21,7 +21,7 @@
  * Postgres 9.2, this check is made automatically by the Makefile.)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dff7a04147d730352e53720233a4ef448e2de8b4..9256524b8d52fec8463aa7313177f0efaa1c2db1 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c0c2b3127032dfd7ab89fc22c4670914b9952b4c..e4e4734dd2394e3dc18a9dba30d6eed5484a6e64 100644 (file)
@@ -3,7 +3,7 @@
  * atomics.c
  *    Non-Inline parts of the atomics implementation
  *
- * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4b1bad6e45edbfb27e243366121eda6f63301744..df4f5d5a1a7c8161b3fdd70d1aaaa276f88b9920 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for AIX-specific routines
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/aix.h
index 5d819cfd7bb6962c035152547b298314d963a88c..ef05e6b4161c80847cbd8e1965b1e1573c33d5e7 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Dynamic loader declarations for Cygwin
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/cygwin.h
index 23547b06bb58ffa43a94d5fd0259ac1e9c26eed3..54ee0e8448271cbeaf8587a40189a496a1ecb244 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 6faf07f9624304f0cfec268768fc60c08b37277f..d047b1662eeb4f7f6640095285cbd7ecfcd8ad1a 100644 (file)
@@ -3,7 +3,7 @@
  * freebsd.h
  *   port-specific prototypes for FreeBSD
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/freebsd.h
index 5ab24f8fd9f56faf407d34961f971500f8f8512e..d82dd7603bf4fb53be36d645f4315c9cd15a973c 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *   dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6c1b367e97a0c2a3db38088f7a49c8ff7f0543c8..1cbc46960e2a6ba33318f57006f7d764d5049c82 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.h
  *   dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 375ade32e5196277db0057cdcc2dc0088f2d6fab..8735767add893a3d459a24131e309c56be43f10b 100644 (file)
@@ -6,7 +6,7 @@
  *
  *   You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d2c25df0337f482311fcd65bafe86c92bd2a4786..df2852ac58b7d63784decbc95eb6da53df38691a 100644 (file)
@@ -4,7 +4,7 @@
  *     Port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/linux.h
index 475d746514e1ad43a71e6ffb637011583bd2c361..7b8d90caa76909bc3fd20e47e68d21aa5d139797 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 2ca332256be80db0646f7200e01e5e6bb2f85a17..823574abf027ed284fc1132b7222563a50a093c5 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for NetBSD
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/netbsd.h
index 7b481b90d10219779b309e721fef926ec462db02..2104915c6c73cc684c62416e6e83459b19a84306 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 1130f39b4109dcb7ff5df5132300c80c6c0f3061..a184ca8ecd211d635cf55d796fd2734c3edc5077 100644 (file)
@@ -3,7 +3,7 @@
  * openbsd.h
  *   port-specific prototypes for OpenBSD
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/openbsd.h
index e7638ff0fca4f0cfa1909dfb8183fbdc024cf4d8..b583c266cfab20c4614b6dd8b16627337803379b 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for Solaris
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/solaris.h
index 5719caf9b56838b5975dd35b71f9deb01766d8c3..a2cabe58fcb923a23c1c512c3701da1a60318b36 100644 (file)
@@ -15,7 +15,7 @@
  * forked backends, but they could not be accessed by exec'd backends.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d4202feb567b1ebb22e165732c174d02765dd040..1c178a73179340d944496461017bacdbef6bad26 100644 (file)
@@ -4,7 +4,7 @@
  *   Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e8cf6d3e936cfa1c93ea9b6c47774cad248d06bf..741c455ccbce781d039b2e8b6b87c168c998288a 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 73ff315d1ac788dfe50477904a15733b5f03cfc2..b041a296ca0a676ccf7dce63d7387ba28fbd78c1 100644 (file)
@@ -3,7 +3,7 @@
 ! sunstudio_sparc.s
 !    compare and swap for Sun Studio on Sparc
 !
-! Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+! Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 ! Portions Copyright (c) 1994, Regents of the University of California
 !
 ! IDENTIFICATION
index 31934b01d407b2563e6f4ab5784d1d72538f52fc..af2b8c6a17e8629476b8b4aa780f1296792f0b71 100644 (file)
@@ -3,7 +3,7 @@
 / sunstudio_x86.s
 /    compare and swap for Sun Studio on x86
 /
-/ Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+/ Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 / Portions Copyright (c) 1994, Regents of the University of California
 /
 / IDENTIFICATION
index f06dfd19878461be955130fc2089e7f0037a30bd..7b84d22679fd82938f4d088436fc2817dd52a5c4 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/crashdump.c
index e02b41711e8977244f7e57b2452ed8611d94a200..3577d2538fda4e067a2a34856cfcce7793e444ca 100644 (file)
@@ -3,7 +3,7 @@
  * mingwcompat.c
  *   MinGW compatibility functions
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/mingwcompat.c
index 0fd993e3f3237bf33f3f89a13bbad32288a1d0fc..f489cee8bd5000929425f6ab4f1980e4088ef6a0 100644 (file)
@@ -3,7 +3,7 @@
  * signal.c
  *   Microsoft Windows Win32 Signal Emulation Functions
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/signal.c
index ba8b863d820b8d1e8ef6a324239516273ed17749..f4356fe1f313173fdfe56825585e8cbf6b4fe91e 100644 (file)
@@ -3,7 +3,7 @@
  * socket.c
  *   Microsoft Windows Win32 Socket Functions
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/socket.c
index f0a45f4339ea74dffef3b84465c9e26d20861c0e..dac105acf5537542754d49268abe16eb0d2cddd5 100644 (file)
@@ -8,7 +8,7 @@
  *   - Does not support interval timer (value->it_interval)
  *   - Only supports ITIMER_REAL
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/timer.c
index a798510bbcdf4f2c9861ab636d38f13f9c4cc8dc..a924c59cdb8990bf2027031cfc0d57b72944e35f 100644 (file)
@@ -3,7 +3,7 @@
  * win32_sema.c
  *   Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32_sema.c
index 01f51f3158431b95193f8f5bce62b368f9c53894..4991ed46f1246bbc7324aa8b33ddc7b878fbc342 100644 (file)
@@ -3,7 +3,7 @@
  * win32_shmem.c
  *   Implement shared memory using win32 facilities
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32_shmem.c
index 48765bb01b557ab7986c478cc364ae2553ad0b0a..75c2362f466ecc2bf1263b39f3187f666cd4a3a8 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 88806ebe6b3410964085b9d883ad2cb5ffe16743..f651bb49b158134d6086b9074d90cbdd67298271 100644 (file)
@@ -2,7 +2,7 @@
  * bgworker.c
  *     POSTGRES pluggable background workers implementation
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/postmaster/bgworker.c
index 9ad74ee977f18a0c8c5a4c7dd5bf6414d24b38ae..b7813d7a4fb5865dc5ab8a3e6420bb6b59f95d8d 100644 (file)
@@ -24,7 +24,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7e0af10c4dc48dfa5521091c4d0532c1c9760b4c..4b452e7cee63083c9fb123a63a1aee053efae4d5 100644 (file)
@@ -26,7 +26,7 @@
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 65145b1205e32aeeb83a4e1459e6d2ba2ca467a3..d3005d9f1d1b4afe76386cf0dff489a80ea8917a 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-2017, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/postmaster/fork_process.c
index 3d8c02e865db1229126810616892ab4cbd4761c5..885e85ad8af43bf6ff669791e4c7e53697991a3d 100644 (file)
@@ -14,7 +14,7 @@
  *
  * Initial author: Simon Riggs     [email protected]
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b502c1bb9b3d33db760d258d33658d0edd88f5f4..d13011454c61c3e7bc46b867fa53f89196790f27 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-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2018, PostgreSQL Global Development Group
  *
  * src/backend/postmaster/pgstat.c
  * ----------
index 17c7f7e78fe7fd47cd411ad16db56cf4e9fa40e6..f3ddf828bbec6f963d266e503feb8d9e97c82ed0 100644 (file)
@@ -32,7 +32,7 @@
  *   clients.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4693a1bb86f526aeefc5c0b4f5097e6e8947f26f..38300527a548920ac81f1949978f02145f0c2f68 100644 (file)
@@ -9,7 +9,7 @@
  * though.)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index aeb117796d6bb065e42201d17fd0ba9fe9945b12..f70eea37df9e73833375c04016f0fa9f83c82988 100644 (file)
@@ -13,7 +13,7 @@
  *
  * Author: Andreas Pflug 
  *
- * Copyright (c) 2004-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7b89e02428bf3b8d1d38b0100c3256823148aed0..4fa3a3b0aafd9e8fb6e4ecf9f2e84264d8b8410f 100644 (file)
@@ -31,7 +31,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e39ee7ae09fa148de60a278a4e316d9c1dae2672..acbed2eeedb1d89a5cab1fb61e7faf4df575a7d7 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This file is #included by regcomp.c; it's not meant to compile standalone.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index febf2adaec8b9e39782c336677629484671288c1..81b3bf1fc8a326ec7c7f51128ce0a5326f0b98f6 100644 (file)
@@ -15,7 +15,7 @@
  * allows the caller to decide how big is too big to bother with.
  *
  *
- * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 96ca0e1ed3afd1ba4286697fe2d380f0ab14bfeb..6bf7c77f9843970c1accda238f1fe6920f9834c5 100644 (file)
@@ -4,7 +4,7 @@
  *   Extract a common prefix, if any, from a compiled regex.
  *
  *
- * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 05ca95bac2a653e0a2ba3be0a4a839a95d8cb9ee..dd7ad64862ae12bfde2d32afd49b193fdfa029e2 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.c
  *   code for taking a base backup and streaming it to a standby
  *
- * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/basebackup.c
index 3957bd37fb1edaea99ad76ef2cf3631f2ea0d72f..f9aec0531a389db71976c57c562f1028fc1babd5 100644 (file)
@@ -6,7 +6,7 @@
  * loaded as a dynamic module to avoid linking the main server binary with
  * libpq.
  *
- * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 486fd0c9885d1d89d9fc9c09788a04a5b6a50bf2..537eba7875c5e454462f667ea358fd1c51788cca 100644 (file)
@@ -16,7 +16,7 @@
  *     contents of records in here except turning them into a more usable
  *     format.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 24be3cef538640a60101d23fb0290a3eed010e6e..2da9129562afa40d97321d263ab4712a3edfd0e8 100644 (file)
@@ -2,7 +2,7 @@
  * launcher.c
  *    PostgreSQL logical replication worker launcher process
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/launcher.c
index bca585fc27c36d32710cf8867528dad4334a5ad3..2fc9d7d70ff7fd665481c105769ef06d882ca464 100644 (file)
@@ -2,7 +2,7 @@
  * logical.c
  *    PostgreSQL logical decoding coordination
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/logical.c
index a3ba2b1266c0fe0758f15141e4260acc36955b20..9aab6e71b2ee55389b2dfe25e661f7cb3422f4be 100644 (file)
@@ -6,7 +6,7 @@
  *    logical replication slots via SQL.
  *
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logicalfuncs.c
index ef7d6c5cdeb93f82438902b677ea0e4ede5c42bc..0eba74c26af2f6f9ad13dcba4d3a8fa9a4213737 100644 (file)
@@ -3,7 +3,7 @@
  * message.c
  *   Generic logical messages.
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/message.c
index 55382b4b246f2cd434f418dc9c30ee93693f3959..9c30baf544df49c56f6cb5825e0925b68a4d02cc 100644 (file)
@@ -3,7 +3,7 @@
  * origin.c
  *   Logical replication progress tracking support.
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/origin.c
index 9b126b295705d8d7423e976958b0f91b42822998..948343e4aeee87a9395255f08e621de38429fc45 100644 (file)
@@ -3,7 +3,7 @@
  * proto.c
  *     logical replication protocol functions
  *
- * Copyright (c) 2015-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/replication/logical/proto.c
index 4b2d8a153ffd80d900a4aaa1b86cf26d5cea525a..e492d26d18cdf4b0a3a48022e178ea415932f953 100644 (file)
@@ -2,7 +2,7 @@
  * relation.c
  *    PostgreSQL logical replication
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/relation.c
index 5ac391dbda3c174a76fe01106f20f1d657a1463b..fcc41ddb7c9e412af9829cd22ca8ac304924176c 100644 (file)
@@ -4,7 +4,7 @@
  *   PostgreSQL logical replay/reorder buffer management
  *
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ad65b9831de6da3c60073d41c9dfce76a63fa1f3..5b35f22a32394c393f5a94d26cc01ef35e2d5a53 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-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/snapbuild.c
index 4cca0f1a85f70233cede5881436c7070b5149736..e50b9f790565b912594995b1189fe0573f2fb575 100644 (file)
@@ -2,7 +2,7 @@
  * tablesync.c
  *   PostgreSQL logical replication
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/tablesync.c
index fa5d9bb12019a3821f8860f2231b8b1714e3d5cc..83c69092ae8d3286a25c1414abee7bba80298fc0 100644 (file)
@@ -2,7 +2,7 @@
  * worker.c
  *    PostgreSQL logical replication worker (apply)
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/worker.c
index 550b156e2d471d852e2fba969c790a7318249f33..40a1ef3c1d7af6e9a2635863c2e7e4942902df7d 100644 (file)
@@ -3,7 +3,7 @@
  * pgoutput.c
  *     Logical Replication output plugin
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/pgoutput/pgoutput.c
index 6e4ca10116b5bb67223b72424c9932404d9074d1..beb2c2877b2079476f7e8de4489a11bbe56bc30e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * repl_gram.y             - Parser for the replication commands
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 568d55ac953eb47ba6ce4446ff82b020b2ce1dff..fb48241e4825c01a330dcf12f4787eeeb6670e40 100644 (file)
@@ -4,7 +4,7 @@
  * repl_scanner.l
  *   a lexical scanner for the replication commands
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d27b6f39ee2a9f4dddb446f1f86d52b091b4ea3..fc9ef22b0be26a49bde7e5fc10a47ae75ee1bf2f 100644 (file)
@@ -4,7 +4,7 @@
  *    Replication slot management.
  *
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ab776e85d2fd32605c5209c571ced43a90c1bf2b..b02df593e9c6f95c3a2aa86623b40bfc4fc9cf09 100644 (file)
@@ -3,7 +3,7 @@
  * slotfuncs.c
  *    Support functions for replication slots
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/slotfuncs.c
index 962772ef8f617f9d7470f5ba1946c528d05221de..75d26817192cf15e918957279390448ca539fe51 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/syncrep.c
index cc8622c93da0248985836bebe6d5ec402cae40a5..5d12925ab82eb85fa35f03786e605cde87c2469b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * syncrep_gram.y              - Parser for synchronous_standby_names
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1fbc936aa6f7099ea8522db79a553a49de2757fc..5b641d8297bcb273f3eaf0664ec93665f9f1615d 100644 (file)
@@ -4,7 +4,7 @@
  * syncrep_scanner.l
  *   a lexical scanner for synchronous_standby_names
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fe4e08593897d755e92e388607e8b9a04786452d..a7fc67153ad926be33c45ca449eb0e58e48e52a5 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b1f28d0fc4eb91bf2699f4917f6972acfa8e57c6..67b1a074ccea49176a5e6f9964cff0c5ba3a8cc4 100644 (file)
@@ -6,7 +6,7 @@
  * with the walreceiver process. Functions implementing walreceiver itself
  * are in walreceiver.c.
  *
- * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f2e886f99f0df18e63985e14f2a82df33dfe275d..9b63c40e8e2861bcc62e6592ce8831b74fbbb7d5 100644 (file)
@@ -37,7 +37,7 @@
  * record, wait for it to be replicated to the standby, and then exit.
  *
  *
- * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/walsender.c
index 247809927adf9b4385de6d29a5540c09f09db8ed..abf45fa82b271ff6b945b98fd9d76dc7298de2cd 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteDefine.c
  *   routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e93552a8f3528c8feb041ea93f1c6f953ec60cc9..32e37989725d87f44b7e372d47f6a945cac8f088 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteHandler.c
  *     Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4ceaf641ba3b3ec2a49b85172a64bfb113266d20..abad1bf7e45bc93fdf4544ade8ee3676d8bcd58a 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e6f5ed575f907f0186458338a781d693f8c2c66f..07de85b8a31f440ccc9c211adf438c34927054d3 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteRemove.c
  *   routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ce9c8e379388310f08d92151e9443f7362ab9496..ab291a43e2cb92e88778ae33a69e6d53e6a8f0a9 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5bd33f7ba41e3db158bc72b7223f24ed973c4e53..ce77a18bc96c9c9e42a803b501408cd94b3862b2 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #include "postgres.h"
index 42384b42b123450374d42c34033bcba8cea1110d..043681ec2d80b95b57bf39b4062523297ddc26f2 100644 (file)
@@ -3,7 +3,7 @@
  * dict_snowball.c
  *     Snowball dictionary
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/snowball/dict_snowball.c
index 844822fddb29845b88b8b52071d4c12790cfd74c..27550dfc9aa97200f7199e5469a2c3884ceab530 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * text search configuration for _LANGNAME_ language
  *
- * Copyright (c) 2007-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2018, PostgreSQL Global Development Group
  *
  * src/backend/snowball/snowball.sql.in
  *
index 90fa000c6d041f77f04fd8f656827868936cd88b..c02dad43e38953a50c6848c17a36538a31ef534c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Create underlying C functions for Snowball stemmers
  *
- * Copyright (c) 2007-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2018, PostgreSQL Global Development Group
  *
  * src/backend/snowball/snowball_func.sql.in
  *
index ae0f304dba56d4ce11ff0fb071ff7585fa776b37..d7305b7ab393c7581d9345127617451dbc8bd83c 100644 (file)
@@ -3,7 +3,7 @@
  * dependencies.c
  *   POSTGRES functional dependencies
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 26c2aedd36caef2119506e2e7bf2345374a69781..d34d5c3d12e41a43ab93b9515c41301e024867b1 100644 (file)
@@ -6,7 +6,7 @@
  * Generic code supporting statistics objects created via CREATE STATISTICS.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 913829233eca4e2e92c6bbf8141c7f5c86bc5e49..24e74d7a1b22a2cc0e3e550a4840ec992019d4ae 100644 (file)
@@ -13,7 +13,7 @@
  * estimates are already available in pg_statistic.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 147fced85241ad100697c1b6087d71c0744fa040..144a2cee6f0594f9b844b5c80bce4cdd4a640c60 100644 (file)
@@ -3,7 +3,7 @@
  * buf_init.c
  *   buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bccda066f91d493f241aca6bf2a3d59046e7bf0d..88155204fd2161fd4a3c3732ffcaf4ab04b2ea1b 100644 (file)
@@ -10,7 +10,7 @@
  * before the lock is released (see notes in README).
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 26df7cb38fe6580aed00a7112e27231836208091..4e44336332bbac5e4aea163860475a249e439d6d 100644 (file)
@@ -3,7 +3,7 @@
  * bufmgr.c
  *   buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f033323cfff63f559ed7c79e0c4923b59294da93..18493dca175e11358c38d0949c5d73884850738f 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for managing the buffer pool's replacement strategy.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1930f0ee0b488d90c21a541d0f2d7e666452c3da..e4146a260a5e2e4b1d9e10045bd683b2946e579e 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index c6b210d1379d3544efc31f275d1c7d5b1803393d..4de6121ab9c2afd58230cad7d5e4ab938d6ca4e1 100644 (file)
@@ -3,7 +3,7 @@
  * buffile.c
  *   Management of large buffered temporary files.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d169e9c8bb62a160fcb910f66429ec41b2884d01..ca6342db0d2aa754588d4972ffbfd0deb80a9b19 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.c
  *   copies a directory
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, 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 f449ee5c51a3114c029d8db6a2470ff904e0179d..b5c70286183323d985a269e197792fd9d27d6410 100644 (file)
@@ -3,7 +3,7 @@
  * fd.c
  *   Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 00678cb182885e17d1bb441bf7c9586f47402462..92363ae6ad9f835bad3d38dfd9b183b180776acc 100644 (file)
@@ -3,7 +3,7 @@
  * reinit.c
  *   Reinitialization of unlogged relations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 343b2283f0197d8e3f787331be828a1518d013c9..0ac869653666fe6100a361ddea78891ddb38d0fb 100644 (file)
@@ -3,7 +3,7 @@
  * sharedfileset.c
  *   Shared temporary file management.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4648473523291390708e3238190632f116958dd7..dd8ae52644403a129df2e629bcb18771db5b9dc9 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 987a2f5e53bb9b9144ab86cf045f9f44f4e76d03..2b382417c5b27ad02b3adeba344cd1e1c334acb2 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to search and manipulate one FSM page.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5cfbd4c867c242b730e47727541a13be71e005fe..e21047b96f2282b1c703dc7262b3a1f7a34c0345 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding free pages in relations
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7dde932738ec8e79d810173ea3018313c1b63166..00ab57c0f6284842db06cbbbdc3ed28763164e52 100644 (file)
@@ -3,7 +3,7 @@
  * barrier.c
  *   Barriers for synchronizing cooperating processes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, 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 a2efdb2c64d1877df0bc0f46422307366221997f..f1f75b73f50c056acb7b4354815b9d1a72f282cb 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6c4e60b0b026ba147448fdb100d8a557258ee1b6..67e76b98fe7982d4013d8c484072438565b9c06d 100644 (file)
@@ -36,7 +36,7 @@
  *
  * As ever, Windows requires its own implementation.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dfb47e7c398879502219d51364b4ebfdd0ff770c..2de35efbd4f278a49b401709ae57889671ba51b7 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2d1ed143e0b67da2344013d48af235fccd898255..0c86a581c031d64154f0c99418562bfaac785875 100644 (file)
@@ -3,7 +3,7 @@
  * ipci.c
  *   POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4eb6e83682e7e20a52bd1b848715464cc5a7711e..e6706f7fb8008a03fd310ed752f38ab4e9084c69 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 85db6b21f83ff6ed1caebbb74c77f87f649f66cf..be61858fc67456c36da24aba67713b2996577947 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d87799cb969823f4e64f2c8dd22ddcc0f66dacd3..40451c931550ed4e33789e7a63d6650535eb9eb9 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b9302ac630cd42f871cdc511b53bb7e794fbe691..b0dd7d1b377c26c9fe73221434bdfb1a94e7d57f 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines for interprocess signalling
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 770559a03e3c4538e26c8e4f9d01ad2079432a31..1131e27e2e7cc2ecb4ed18c24cdc81e760dbab9b 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_mq.h
index 958397884de6db009a812db3fd1c85cffaa07ca1..2abd140a963b9de0f549c09a0efe79c2ef298f29 100644 (file)
@@ -3,7 +3,7 @@
  * shm_toc.c
  *   shared memory segment table of contents
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/storage/ipc/shm_toc.c
index 22522676f3cfcffcac586239ba15add731c0c702..7893c01983be9e0cea1b6e2a02722ab0d2b20e71 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *   create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index da67495b03429db3fc3ef4252e26e835703c8fdb..598d9ebcfb54522b61e16ec96f5215cfb4005222 100644 (file)
@@ -3,7 +3,7 @@
  * shmqueue.c
  *   shared memory linked lists
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b9a73e92478d8bbc4187d6a296e1e4a065af76e0..563e2906e363a5dd312ddc4c2d0552e248053523 100644 (file)
@@ -3,7 +3,7 @@
  * sinval.c
  *   POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d517a00e638dbf21117ecbfcc666f229a8beb97..569f1058fa91d0e6bda03107b82808e16dc652b8 100644 (file)
@@ -3,7 +3,7 @@
  * sinvaladt.c
  *   POSTGRES shared cache invalidation data manager.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d491ece60a6c98ef333adbe293f2b379c5adc6ad..44ed20992edbd01936ae7d496b0cae4f78937a27 100644 (file)
@@ -7,7 +7,7 @@
  * AccessExclusiveLocks and starting snapshots for Hot Standby mode.
  * Plus conflict recovery processing.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 12940e5075e0d64f25724a3152372c0832ba5eaf..7eac0724bb2e21a0a571305ebd0af9acc1db2838 100644 (file)
@@ -19,7 +19,7 @@
  * memory context given to inv_open (for LargeObjectDesc structs).
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b4b7d28dd5dbbff1265e152dea43cfd7603e8bcd..41378d614a4d876c404e5cdaf2c4510027a4860f 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/storage/lmgr/condition_variable.c
index 968e6c0e6dc8196b201df57ec792bc1134f4cbe9..aeaf1f3ab44acad1fdb456c2f87b51eb1670ae5c 100644 (file)
@@ -7,7 +7,7 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 10d069896f56d07019d57c17039255551c541e4f..6cf71c10c46344480f3b09a4c5b79843900034ba 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate lwlocknames.h and lwlocknames.c from lwlocknames.txt
-# Copyright (c) 2000-2017, PostgreSQL Global Development Group
+# Copyright (c) 2000-2018, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index da5679b7a369d0233bc8575f7afdc49ea9a3e8de..3754283d2b1ab7eafb3edcf6094a8af141905bd8 100644 (file)
@@ -3,7 +3,7 @@
  * lmgr.c
  *   POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5833086c6273b8dd17c9f95c52dbefbf97efe8f2..dc3d8d981794828a0ba5ade904028249d1390de2 100644 (file)
@@ -3,7 +3,7 @@
  * lock.c
  *   POSTGRES primary lock mechanism
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eab98b0760fe7327b98668804cab722387e2bf74..71caac1a1f47852c4dbe5ea27fa713c79fa8fc07 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 251a359bffc5c601f7befaddaee550f044ced48a..d1ff2b1edcd2d3ebcc4a6599375c871ed86cc039 100644 (file)
  *     - Protects both PredXact and SerializableXidHash.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5f6727d50148b2858a66d7f3d359886a5dc61d93..6f30e082b26a5bd47ee94e6116e86a3da71db29e 100644 (file)
@@ -3,7 +3,7 @@
  * proc.c
  *   routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 247d7b8199d27b60664daeaa947212e610b42333..7482b2d44beb6940692af4d5ae858dee13645d44 100644 (file)
@@ -36,7 +36,7 @@
  * the probability of unintended failure) than to fix the total time
  * spent.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c16938f5a9afbad51d90bc2bb8c088c505df7d9..6d59a7f15dd7922e8388bf99713f744dd8e2b3e0 100644 (file)
@@ -11,7 +11,7 @@
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b6aa2af818a1cbbb3e75a795b4936ae45b8a1fdd..dfbda5458fdb253bcb08dbc42437d50b55bebc1e 100644 (file)
@@ -3,7 +3,7 @@
  * bufpage.c
  *   POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b96440ae54b135a6d084108ea3b0e8e018264924..a28343b79e1f12a638acc1d23c3bca33fa2d0865 100644 (file)
@@ -3,7 +3,7 @@
  * checksum.c
  *   Checksum implementation for data pages.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b872928f2f63b9378ee21c12aa268271863285ad..a899dac6453f17066ad5264f9ee1d61c381279fd 100644 (file)
@@ -3,7 +3,7 @@
  * itemptr.c
  *   POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 64a4ccf0db26bb2f74b414d03a61db91f29dd692..bb96881cad9bebf929b4a73ff9732f7aa3aa9ec2 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ac4ce9ce62979a308603acccd9820b26d111a241..08f06bade2578227a1b75de3abfd13ddbf1fa321 100644 (file)
@@ -6,7 +6,7 @@
  *   All file system operations in POSTGRES dispatch through these
  *   routines.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dc81fe81cf5a3a39aea74731907b266047c07b50..e819f2e514f55ba85f6d146db86a36835c877748 100644 (file)
@@ -3,7 +3,7 @@
  * smgrtype.c
  *   storage manager type
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 28081c37654a8787e9423e75c6f768997d6872ca..c95a4d519de15539931320733d37a80f689bffc5 100644 (file)
@@ -4,7 +4,7 @@
  *   support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a434f7f857f0cbc05186b1f674809231c708b2cd..3e531977dbea9d61f00f03f013c73de63efa28d4 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.c
  *   routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1b24dddbce318d40f0b0aa36beccff56a0794bf3..4654a01eabec622b54a0c93a203eb407b3e40542 100644 (file)
@@ -3,7 +3,7 @@
  * postgres.c
  *   POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2f98135a59cea19720eda0338841e6ef564ce713..9925712768f2471240a2444bade8404dc0c1d763 100644 (file)
@@ -3,7 +3,7 @@
  * pquery.c
  *   POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4da1f8f6430816c2c2e807f5b32e4ed9a74542ea..ec98a612ec9ff34da1ec6648f444654b17150b0e 100644 (file)
@@ -5,7 +5,7 @@
  *   commands.  At one time acted as an interface between the Lisp and C
  *   systems.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 34fe4c5b3ced86954bb598978023ffd869eef860..227468ae9edf6687b3495a6de9ecadafbd7107b9 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/tsearch
 #
-# Copyright (c) 2006-2017, PostgreSQL Global Development Group
+# Copyright (c) 2006-2018, PostgreSQL Global Development Group
 #
 # src/backend/tsearch/Makefile
 #
index 63655fb592de8f9a88275d205aa5dcd28afaaff4..c44849b7d337ec352fbf33f641795fee5b414b60 100644 (file)
@@ -3,7 +3,7 @@
  * dict.c
  *     Standard interface to dictionary
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8f61bd2830ae39047bbdd0d5dd7f1330882aef80..0d706795ad9c1ae618a6e1b445778df39c19ffdc 100644 (file)
@@ -3,7 +3,7 @@
  * dict_ispell.c
  *     Ispell dictionary interface
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a13cdc0743fb175c75d6f0494c80b83fd5fd90da..268b4e48cf7569d9485c97ea71a8f2a058538eca 100644 (file)
@@ -3,7 +3,7 @@
  * dict_simple.c
  *     Simple dictionary: just lowercase and check for stopword
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e67d2e6e042cf976808edfcb3d9dbcf84ecc34c9..8ca65f3deda3644ac5d71e8e9865331bbb3c21ef 100644 (file)
@@ -3,7 +3,7 @@
  * dict_synonym.c
  *     Synonym dictionary: replace word by its synonym
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 2a458db691794ef756ce7582819d37f90c75c558..23aaac8d074d52d8dacb7ed6fb9a0bb6b0d28910 100644 (file)
@@ -3,7 +3,7 @@
  * dict_thesaurus.c
  *     Thesaurus dictionary: phrase to phrase substitution
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4a799f258597e02817e3271a1b92ea1996657740..cab5a4cbd2080096be8cc2ac5ccb31d81965255d 100644 (file)
@@ -3,7 +3,7 @@
  * regis.c
  *     Fast regex subset
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9a09ffb20ac3620dbf6bfaf0c101bfd432cfc5c7..b9fdd77e198c3185629d628e8f0a1e6e06e2080e 100644 (file)
@@ -3,7 +3,7 @@
  * spell.c
  *     Normalizing word with ISpell
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * Ispell dictionary
  * -----------------
index cf55e3910d04ee197f378025b003f89c5945f5ab..ea5947a3a82074a00b4fbbac7535a31745193012 100644 (file)
@@ -3,7 +3,7 @@
  * to_tsany.c
  *     to_ts* function definitions
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7a6f0bc722122e0fe0ca3fbb3990e213e927bf03..a114d6635bea77b306f9761181de9d8017e19de7 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.c
  *     locale compatibility layer for tsearch
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ad5dddff4b0c2a7e75004e9a741817540e00d65d..7b69ef56602ed3722c7f6a423158f41bf9e6f68c 100644 (file)
@@ -3,7 +3,7 @@
  * ts_parse.c
  *     main parse functions for tsearch
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 046f543c0132bb9b6d732e63e58bc0f485c76620..7ebc3d46419dab8c78ebc71905b0ae5830614f0d 100644 (file)
@@ -3,7 +3,7 @@
  * ts_selfuncs.c
  *   Selectivity estimation functions for text search operators.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 320c7f1a61649d081f8c8fa1ffc0a12a2c874309..1f93963c66646d23ff095684ce7e225248a228da 100644 (file)
@@ -3,7 +3,7 @@
  * ts_typanalyze.c
  *   functions for gathering statistics from tsvector columns
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 56d4cf03e5d0a875715017ebaad640f999cbbaad..f6e03aea4fe5e362dc59c1903dbf880b026dfb21 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.c
  *     various support functions
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 523c3edd7d17a19d4c1497065305bcf83b793d45..649245b2922cdae51705366b2794a4d39a852903 100644 (file)
@@ -3,7 +3,7 @@
  * wparser.c
  *     Standard interface to word parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8450e1c08e07791d3a54341b99e39a5a3ec8ba03..f0c3441990583ffc7ee94a4047b9a234ec1c6cd6 100644 (file)
@@ -3,7 +3,7 @@
  * wparser_def.c
  *     Default text search parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e6dc5630b4fb751ebb5fb2b936a0a3e71df500c5..0458c43cc3b704762a1595249417260fb7a73eca 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-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 2008-2018, PostgreSQL Global Development Group
 #
 #
 # IDENTIFICATION
index 6919e41d3a3d720e80f208e8c4483af79fc6b277..023e2d325747b3ee0a0c258e3c830f3f00a05be6 100644 (file)
@@ -1,7 +1,7 @@
 #-------------------------------------------------------------------------
 # sed script to create dummy probes.h file when dtrace is not available
 #
-# Copyright (c) 2008-2017, PostgreSQL Global Development Group
+# Copyright (c) 2008-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/Gen_dummy_probes.sed
 #-------------------------------------------------------------------------
index 14c02f5b57d82151f809b2633bf6d87006d9091a..4ae86df1f710eb858b669f7a459d73a9c3f7cc7b 100644 (file)
@@ -5,7 +5,7 @@
 #    Perl script that generates fmgroids.h, fmgrprotos.h, and fmgrtab.c
 #    from pg_proc.h
 #
-# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
@@ -112,7 +112,7 @@ qq|/*-------------------------------------------------------------------------
  * These macros can be used to avoid a catalog lookup when a specific
  * fmgr-callable function needs to be referenced.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -146,7 +146,7 @@ qq|/*-------------------------------------------------------------------------
  * fmgrprotos.h
  *    Prototypes for built-in functions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -172,7 +172,7 @@ qq|/*-------------------------------------------------------------------------
  * fmgrtab.c
  *    The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 2f2758fe91b58cc026d7cbc62907f549b0ae2cde..c11f3dd1cb66fe96f537c9c3dc2c1b054787e3a5 100644 (file)
@@ -3,7 +3,7 @@
  * acl.c
  *   Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f53b251b301db35a04d2d55e0a3d44f2c01d3eab..a6d8feea5b4800e82b5dfdab1cd2e952f3a5549b 100644 (file)
@@ -3,7 +3,7 @@
  * amutils.c
  *   SQL-level APIs related to index access methods.
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 31583f9033fb091fcae10e6a4f543a1c8c8a488a..277aaf13688c032bed1d963d45798050b7cc50e2 100644 (file)
@@ -3,7 +3,7 @@
  * array_expanded.c
  *   Basic functions for manipulating expanded arrays.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9daf8e73bc71d64778da7193da120cd9a3035ca3..339525b53b5bd18fa41a7e2c66f3310caa1f4447 100644 (file)
@@ -3,7 +3,7 @@
  * array_selfuncs.c
  *   Functions for selectivity estimation of array operators
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 470ef0c4b08daf7ee09e966bc64b31cd2f8c3edf..92e38b870f516f4b58f9c0197650b796a426b984 100644 (file)
@@ -3,7 +3,7 @@
  * array_typanalyze.c
  *   Functions for gathering statistics from array columns
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bb70cba1713d6e53beb982ef2fca9a1a01568965..cb7a6b6d01068f21554fae0919680ed653d30666 100644 (file)
@@ -3,7 +3,7 @@
  * array_userfuncs.c
  *   Misc user-visible array support functions
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/array_userfuncs.c
index ac21241f69acc1ff59b27a626b65e7a656b6f776..0cbdbe5587e0c9d7b7789712affe6b614c788d17 100644 (file)
@@ -3,7 +3,7 @@
  * arrayfuncs.c
  *   Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 27b24703b0bfd193d8c8cc5536d8de53dff60ffa..c0d719e98cc06a568374f5f6ab051cb91e6882c4 100644 (file)
@@ -3,7 +3,7 @@
  * arrayutils.c
  *   This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 362272277f2cf642bfb30e159eda08dcd09388cd..b26985369a72b33cbe3b4231b911771105024de4 100644 (file)
@@ -2,7 +2,7 @@
  * ascii.c
  *  The PostgreSQL routine for string to ascii conversion.
  *
- *  Portions Copyright (c) 1999-2017, PostgreSQL Global Development Group
+ *  Portions Copyright (c) 1999-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/ascii.c
index 6c87e211407d5e506e5b0ebf7083f182a5c6d95d..2af62e3f2ea922a703220eff16e2da25b80a1dae 100644 (file)
@@ -3,7 +3,7 @@
  * bool.c
  *   Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1b849e870354d9ca6c54f9175cd1b33b20ab6857..d9fec3bb40340f1825175a3ebecf381364110186 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 307b5e86295498b2a88f611729fbbb3329a0346b..95a999857c7cf17cb4d2843427a0a21d512a253d 100644 (file)
@@ -3,7 +3,7 @@
  * date.c
  *   implements DATE and TIME data types specified in SQL standard
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index efa37644fc9a5321b8784bd1462c6645b976e743..8375b93c39777979a9d437ef53afdcd71e756e34 100644 (file)
@@ -3,7 +3,7 @@
  * datetime.c
  *   Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 81e3b52ec9bec8eda038884cbc9cf86779551df7..f02a5e77aee427b07c391dc4b3cb18042aad58d3 100644 (file)
@@ -3,7 +3,7 @@
  * datum.c
  *   POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 58c0b01bdc89dfda2d14c3b4c27b126776ea218f..60f417f1b21fab008e6cd2da2e17a13ab66aa669 100644 (file)
@@ -2,7 +2,7 @@
  * dbsize.c
  *     Database object size functions, and related inquiries
  *
- * Copyright (c) 2002-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/dbsize.c
index 86f916ff436df00c99dbf450cb5a2204784759b4..1df554ec93a87191ea7569d8f2aa5961fb2efb13 100644 (file)
@@ -19,7 +19,7 @@
  *     to evaluate them in.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 742ce6f97e883b0a57012f55a286a293d75fbd6a..f527ee2a4344ba9887e8581380155f36f478b293 100644 (file)
@@ -3,7 +3,7 @@
  * encode.c
  *   Various data encoding/decoding things.
  *
- * Copyright (c) 2001-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 048a08dd852f56026a4f41308b622862a166cc57..562cd5c555d11f077c3c6583ee300cd8b68ea04c 100644 (file)
@@ -3,7 +3,7 @@
  * enum.c
  *   I/O functions, operators, aggregates etc for enum types
  *
- * Copyright (c) 2006-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 49854b39f4ceca03c8de94bbf6586ab5ba15404b..33fa4a062913e1652122185485c1344bc360f740 100644 (file)
@@ -3,7 +3,7 @@
  * expandeddatum.c
  *   Support functions for "expanded" value representations.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index be65aab1c909be89b7ddbda341bfd5bdd8bbc357..bc6a3e09b5bb6d48635e6074be51782e3b1c850f 100644 (file)
@@ -3,7 +3,7 @@
  * float.c
  *   Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 00bfaca59ec90693dc8d0ffbb182c92ddda74551..de3da3607aecefc664a8d01298db8f46a6d52227 100644 (file)
@@ -4,7 +4,7 @@
  *   Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ec97de0ad27ee9c29731f9138c965fb07c1f103a..0e30810ae4da3962757e68ac37ed450baa3c2711 100644 (file)
@@ -4,7 +4,7 @@
  * src/backend/utils/adt/formatting.c
  *
  *
- *  Portions Copyright (c) 1999-2017, PostgreSQL Global Development Group
+ *  Portions Copyright (c) 1999-2018, PostgreSQL Global Development Group
  *
  *
  *  TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
index 04f1efbe4bcb3d79dbe6b57de032c43f722a8121..d9027fc688aec68964945db319b2c2f37cbb2f44 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for direct access to files
  *
  *
- * Copyright (c) 2004-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2018, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug 
  *
index f00ea5403372df8b224932d855ae65d5605d4831..f57380a4df24e9df5051ee2ff543bec63b7d3721 100644 (file)
@@ -3,7 +3,7 @@
  * geo_ops.c
  *   2D geometric operations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 774063e92c693113955d6bb6061a339c06bdc9a1..02a8853d755beef2cd61cc384153e7a1290cfcce 100644 (file)
@@ -4,7 +4,7 @@
  *   Selectivity routines registered in the operator catalog in the
  *   "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a10543600fec829b760437aa3e53fcca003031dc..3f1a755cbb3cfeeb6c452e397f68ac1e14104d96 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d6eb16a907b947146e8e1187912675a3b6e2cebd..73529083655f900b7b65ebe4226d8e6d0874da19 100644 (file)
@@ -3,7 +3,7 @@
  * int.c
  *   Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 24c9150893659db0b7c5881dcf403c69d755bbeb..ae6a4683d4db0306d791bcc1eee02207ee1ed0ee 100644 (file)
@@ -3,7 +3,7 @@
  * int8.c
  *   Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fcce26ed2edb5eb1d3b74704d205a19211080629..151345ab2ffea14917ef3c7e6750afbac64262d6 100644 (file)
@@ -3,7 +3,7 @@
  * json.c
  *     JSON data type support.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4b2a5411283d9c67bf3102e8d24f5051f934b379..014e7aa6e3863fe01ca666b346a000037db30a15 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb.c
  *     I/O routines for jsonb type
  *
- * Copyright (c) 2014-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/jsonb.c
index 4e1ba10e9c1a5241b352c624d9c01a149ef095ec..c8a27451d2bbf387363c4f06a0fe95ba8ec3b300 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_gin.c
  *  GIN support functions for jsonb
  *
- * Copyright (c) 2014-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d54a07d20441ab11abff3fbd1ab070ad194f82ef..4e86dfde93c1e510eb994e926224e1804d23dd73 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_op.c
  *  Special operators for jsonb only, used by various index access methods
  *
- * Copyright (c) 2014-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d425f3240385cac28518a60cf44e5ff3d2bc3280..2524584d957f140f5f05e60a3b0470fabfb4b17b 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_util.c
  *   converting between Jsonb and JsonbValues, and iterating.
  *
- * Copyright (c) 2014-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 242d8fe7432399f906cfa1bcdedb36e73a674f2b..fa78451613516c59b33985f0b450f138e198f7f9 100644 (file)
@@ -3,7 +3,7 @@
  * jsonfuncs.c
  *     Functions to process JSON data types.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 97e034b453ef5586d0114a086599226506716821..dc4346a039127efdd3fa0cbe00fbb3b8aabafef2 100644 (file)
@@ -16,7 +16,7 @@
  * PHP 4.0.6 distribution for inspiration.  Configurable penalty costs
  * extension is introduced by Volkan YAZICI 
  *
- * Copyright (c) 2001-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  * src/backend/utils/adt/levenshtein.c
index 37394f4972cdf132c51e46fcbc1e2d43dc9f188c..ff716c5f58d7bd7f67397732fa287138438dccda 100644 (file)
@@ -7,7 +7,7 @@
  *     A big hack of the regexp.c code!! Contributed by
  *     Keith Parks  (7/95).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8ed362a8ff2a8e67abce2c8c8430d4b31ce27160..18428569a86a5dc7dde8729b5d0861895e82874f 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-2017, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  * src/backend/utils/adt/like_match.c
index 9e0a8ab79d40e2148df8f6c9ead1e5bed7a8b314..66c09a1f31607c6c9dbad73e546b10a88339466f 100644 (file)
@@ -3,7 +3,7 @@
  * lockfuncs.c
  *     Functions for SQL access to various lock-manager capabilities.
  *
- * Copyright (c) 2002-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/utils/adt/lockfuncs.c
index 60521cc21ff36c79508af48a81d6fa8727a5d178..94703c8c1cbebb039959d75ca07655d4146e9f50 100644 (file)
@@ -3,7 +3,7 @@
  * mac.c
  *   PostgreSQL type definitions for 6 byte, EUI-48, MAC addresses.
  *
- * Portions Copyright (c) 1998-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1998-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/mac.c
index 1533cfdca0ca8e5ccb1763e4d27c030e60a7e911..6dd2febc2683286606122cf3efbe1b30abe3c64b 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1998-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/mac8.c
index f53d411ad1dd71624a9a1d094f8b1772a857dd4c..2e1e020c4b0375c2996c98911d5809e741c88f79 100644 (file)
@@ -3,7 +3,7 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2bca39a90cc6fd9019493ceda17ed9ca596236b1..ec8579582735195a85610a0059729ef72732d283 100644 (file)
@@ -5,7 +5,7 @@
  *   Functions for the built-in type "RelativeTime".
  *   Functions for the built-in type "TimeInterval".
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 974e6e84011030f18f5f571b5a95e22a63b3874e..fe20448ac57594ed2fd44b2a7443b8b6ce383911 100644 (file)
@@ -9,7 +9,7 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c4cafba50364704276c3bbffec3d6bdf8ec61653..ba884a803bb8599b08e5a03a0c0f501a856602c0 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c9927fff9be88c175769b0b3c573db53c34642c2..6c365b34b16e221aacee0547dfbb23f220298d9a 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c48f45fe478ec4d482ddfa6801416e469118bc87..e5250fe13e56909d240eb36f99a70232fb938c6d 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 983098870157d432810a30f964dcbee2982ee565..a1792f0b01be5d3b9f91527f2a0e57e4981918c2 100644 (file)
@@ -11,7 +11,7 @@
  * Transactions on Mathematical Software, Vol. 24, No. 4, December 1998,
  * pages 359-367.
  *
- * Copyright (c) 1998-2017, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/numeric.c
index 244904ea94005c942ca5e935854637a031890c8e..b5439f497cc79024cc1b306064419749b65937c7 100644 (file)
@@ -3,7 +3,7 @@
  * numutils.c
  *   utility functions for I/O of built-in numeric types.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 87e87fe54d58e8c73744114ff5c60d5f925dcd76..b0670e0d9f7df8763646780dfb32d25f1184f155 100644 (file)
@@ -3,7 +3,7 @@
  * oid.c
  *   Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a5aa6a95aa7d11429ce7084432d917d6a0d751d2..331c18517a428b2ddfc0607386d8cb274ff73b4b 100644 (file)
@@ -2,7 +2,7 @@
  * oracle_compat.c
  * Oracle compatible functions.
  *
- * Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * Author: Edmund Mergl 
  * Multibyte enhancement: Tatsuo Ishii 
index 1e323d94445af4eeb5d27f6d562a4f8324993f32..79dbfd1a059c2a0e8694848a0f02d40ede90a905 100644 (file)
@@ -3,7 +3,7 @@
  * orderedsetaggs.c
  *     Ordered-set aggregate functions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5ad75efb7a244cb41056ab58ff9c9e95e967889c..a3dc3be5a87f09b4f6739ba1f5f579ac70ea76f1 100644 (file)
@@ -2,7 +2,7 @@
  *
  * PostgreSQL locale utilities
  *
- * Portions Copyright (c) 2002-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2018, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/pg_locale.c
  *
index 7ad30a260a9cc45cd8225e67c7ca2aa88022572f..f4eae9d83da288d0eb5279aea6c858349ec0f1e6 100644 (file)
@@ -3,7 +3,7 @@
  * pg_lsn.c
  *   Operations for the pg_lsn datatype.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c0b04746287f087d703bdbce94584409da1508a8..0c54b02542f86c4602119cc09380f42060b2ef4e 100644 (file)
@@ -5,7 +5,7 @@
  * to control oid and relfilenode assignment, and do other special
  * hacks needed for pg_upgrade.
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/backend/utils/adt/pg_upgrade_support.c
  */
 
index 04cf209b5b689b959ea5a934d345d8f57837a0e1..6110e40d3e14dccacf65bc2ac15de3503d1bc822 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatfuncs.c
  *   Functions for accessing the statistics collector data
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index be793539a3c84e60ff60e21bf07280403fa94f80..dbe67cdb4cb81ccf82cd233e8a6d7fa4cce0128a 100644 (file)
@@ -11,7 +11,7 @@
  * we do better?)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 43e5bb79621e28c3c1829b79adf25dfb5be751af..699ca4a4196bd72fdc6658eac8e04884dd86b99c 100644 (file)
@@ -3,7 +3,7 @@
  * quote.c
  *   Functions for quoting identifiers and literals
  *
- * Portions Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e79f0dbfca6aa3687d733742278ae38e1f5ee262..5a5d0a0b8fc11c1396a450c2c861d1b7c1c0a0ae 100644 (file)
@@ -19,7 +19,7 @@
  * value; we must detoast it first.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 29fa1ae325ba4d46ea4faaf416c7ef27467083d9..2fe61043d983746112c0ca486e84c5c853daf910 100644 (file)
@@ -3,7 +3,7 @@
  * rangetypes_gist.c
  *   GiST support for range types.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cba8974dbe6d4f5c3d6f0bd4313e5318c56e5833..59761ecf342e625bf7a67f4b37ab7938ad733c77 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 27fbf6643396b37164160e2f2b1c2840f54b161d..a7898c43667bb148d246c0485f36f9866db0515c 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3efd982d1b2653543f5fb5df29010a495abc7c4f..f2c11f54bc4044d3b3c8b060e8e200e4a2c8d462 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e858b5910f586c317b41605e1a1a9bfb44db21c7..5025a449fb3f160152a4bfc208e97779ea98bd8f 100644 (file)
@@ -3,7 +3,7 @@
  * regexp.c
  *   Postgres' interface to the regular expression package.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index afd0c00b8ad9bb7da72bc2637538a5713575855d..a0079821fefc44433f980843191eea90127f4f2c 100644 (file)
@@ -8,7 +8,7 @@
  * special I/O conversion routines.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b1ae9e5f9658a9e5ffb78e43837690e5291c2e5d..8faae1d06936c763d9890b8572a30e638d49d30b 100644 (file)
@@ -13,7 +13,7 @@
  * plan --- consider improving this someday.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/ri_triggers.c
  *
index 9b32db5d0aedffca74a63e2dcece67fc806ea055..a5fabfcc9e2c698c4243a4abc6ab2a93a1db5ac6 100644 (file)
@@ -3,7 +3,7 @@
  * rowtypes.c
  *   I/O and comparison functions for generic composite types.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8514c21c407e176c36c2f73a4e928aae7e3af315..9cdbb06add77a183bf78bffd69f684ed88359144 100644 (file)
@@ -4,7 +4,7 @@
  *   Functions to convert stored expressions/querytrees back to
  *   source text
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ea95b8068d9f9478557bed2a860bd895486d3f7f..fcc8323f626edc3455cb8b3491af8e41ea9b365a 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 854097dd583e62512a2ea4dac654ce9e9e00f059..5ed5fdaffe789b89fa3ef8a83bb48c5f8b7f85b7 100644 (file)
@@ -3,7 +3,7 @@
  * tid.c
  *   Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5797aaad34c0cc1fb477b0c3d147e7d67fec2354..e6a1eed191e049bc108e3720344108a8c55dddcd 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.c
  *   Functions for the built-in SQL types "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 50ea6d9ed33fe875f3979838515244211dfb295c..04605021d7972330ce95e056dab4640b6d770d26 100644 (file)
@@ -4,7 +4,7 @@
  *   Builtin functions for useful trigger support.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/trigfuncs.c
index aba456ed880d5dfa85e4d1e34bc1f717ee0e6b11..de59e6417ebb71e348219e93f75e9d5cfa26c606 100644 (file)
@@ -3,7 +3,7 @@
  * tsginidx.c
  *  GIN support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 3295f7252b9004462a2f50377504418d9f8c752b..2d9ecc4bfdc4d24bb3de6c2eb93e531d256bc1ff 100644 (file)
@@ -3,7 +3,7 @@
  * tsgistidx.c
  *   GiST support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5cdfe4d732276226f2f0a4d7adb02cf93394a258..1ccbf79030620c3002f10831ba4a54054b8bf4a6 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery.c
  *   I/O functions for tsquery
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 350171c93d5573dfa38dc6243f840e43ed6db7e2..c146376e66312fd3bd07fb39340a255fcd182701 100644 (file)
@@ -4,7 +4,7 @@
  *  Cleanup query from NOT values and/or stopword
  *  Utility functions to correct work.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 04134d14adb52009191a74e887b10d958cbfe5a2..bf8109b32fb48c737531578db482cc7c1183da3a 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_gist.c
  *   GiST index support for tsquery
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 755c3e9ee8e474511f20770b81baea6be65df32d..07bc609972d266c88c4ca2e4067d1c4bed5b4e3f 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_op.c
  *   Various operations with tsquery
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1bd3deabd5605837e083c451e8343ee51f523111..e3420e8d270b772edba4b0cafc87c15659ffad80 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_rewrite.c
  *   Utilities for reconstructing tsquery
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 971bb81ea60362249bd930a0469ccaa9b24fde62..cd310b87d59cb762e629f635ad4909f004b53d5b 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_util.c
  *   Utilities for tsquery datatype
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4577bcc0b8b6ae5d14be0f98ea9080b412c3278a..a0011a5f5691da17546dae8eacc941f2b4fba9a7 100644 (file)
@@ -3,7 +3,7 @@
  * tsrank.c
  *     rank tsvector by tsquery
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b0a9217d1e3c97215a933d18b0b535f0befeafd0..64e02ef4343b28780f7ad43bc756e44952e6fd82 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector.c
  *   I/O functions for tsvector
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 822520299ed525633f474858ac816fe0e464ca4e..258fe47a24522f9ee0746061f9fbd66c6f67018a 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_op.c
  *   operations over tsvector
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 060d073fb712115a848913a2659067398783bb10..7367ba6a40f7c66991d16de29ecb06cc8c02a50f 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_parser.c
  *   Parser for tsvector
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9d312edf04f0f932e9c812823c06453627abfe13..7974c0bd3d8614e4bc5611342f0fec239d9dd22f 100644 (file)
@@ -10,7 +10,7 @@
  * via functions such as SubTransGetTopmostTransaction().
  *
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  * Author: Jan Wieck, Afilias USA INC.
  * 64-bit txids: Marko Kreen, Skype Technologies
  *
index f73c695878d1bb3e6e061e48ba450e5188221759..43674dbfab2bd4d589157c90e547bf44af683cf6 100644 (file)
@@ -3,7 +3,7 @@
  * uuid.c
  *   Functions for the built-in type "uuid".
  *
- * Copyright (c) 2007-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/uuid.c
index 6caa7e9b5e5f5fc4d2bf7b688ede573af81f9198..6ba400b699c50235f296ce0533cf35ffc27a5b10 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2df6f2ccb002f6a46517df0999ca6f522a9e7ebc..8f07b1e2729b3a611fcda4f2955e9afb0e7f24af 100644 (file)
@@ -3,7 +3,7 @@
  * varchar.c
  *   Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a84e845ad24b9c94cd5b05eb75e71e496cb95306..304cb266919cb98617318af1972fd3f6f69f7d64 100644 (file)
@@ -3,7 +3,7 @@
  * varlena.c
  *   Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5bdc8fad43307b9a1aa1f16cdf5381787ee089ba..d57fd98ee061a3c9d4a7f9f5cbf1a4c627a2bcec 100644 (file)
@@ -3,7 +3,7 @@
  * version.c
  *  Returns the PostgreSQL version string
  *
- * Copyright (c) 1998-2017, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *
index d86ad703dac444d739792be5e5db25aa90bfefb7..40ba783572a55a89c16739ef62e6bbffe7a35490 100644 (file)
@@ -3,7 +3,7 @@
  * windowfuncs.c
  *   Standard window functions defined in SQL spec.
  *
- * Portions Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 67c32ac61937a8193b8343052fc7d8e16d533d01..1e811faa9c9106a88014179b085e401c11c63fba 100644 (file)
@@ -3,7 +3,7 @@
  * xid.c
  *   POSTGRES transaction identifier and command identifier datatypes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fa392cd0e53674f48c4b0bcf8c9733373bd180fc..7cdb87ef85bd07b110013629eb7ea14505d5ccf0 100644 (file)
@@ -4,7 +4,7 @@
  *   XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/xml.c
index da8b42ddb8d36c445cedb8dbb5e4bcd903542797..92468472a40a19d7867d4b18b623d4a2f7a768ab 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 95a07422b389453ba7ba003ec8c06e802dfbb593..8a0a42ce712ca3c6f29549fcd526b6387ac298c4 100644 (file)
@@ -3,7 +3,7 @@
  * catcache.c
  *   System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6faf4ae354c051ef8700123dfb64b3e3c8d82b47..7c014d6092c3d37a8e7a226e82e3d4e6da0fd6ea 100644 (file)
@@ -3,7 +3,7 @@
  * evtcache.c
  *   Special-purpose cache for event trigger data.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0e61b4b79f72f3fe3ed755c3df926e22f3edd120..955f5c7fdc5108a26fc90d6a1c1dde3194cf5e98 100644 (file)
@@ -85,7 +85,7 @@
  * problems can be overcome cheaply.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 52113607775c3c0c5d2e2ade7baa1fef91b0cdfc..93cdf13a6e5e1f0165126b31643dcc7304dd90c1 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.c
  *   Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 853c1f6e8569ba459d65870d32c4ceff48f29274..8d7d8e04c9fbde2e32b9cdd943de3ee9d5213a83 100644 (file)
@@ -38,7 +38,7 @@
  * be infrequent enough that more-detailed tracking is not worth the effort.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1d0cc6cb7981eba29b0d8af35f206a785858f8a1..28a4483434faad5dd61d77c62678dd1f1f2f80ee 100644 (file)
@@ -3,7 +3,7 @@
  * relcache.c
  *   POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e811e1c9b6a80fee859818de6c697b247f3bc73..db6bb1c1fd40c8ec43884cce31f664d3e81ee8cd 100644 (file)
@@ -3,7 +3,7 @@
  * relfilenodemap.c
  *   relfilenode to oid mapping cache.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e0c5dd404c3742443913302cc7b8055450a3bba3..99d095f2df394ab86ee77dd713192b12303454d9 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eafc00f9ea0f66e73cdd2f19261f778ed4016cb2..3be8657639778c4a57e575f676ff213e966631c7 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 888edbb325bc20d6249c91e8a82e21aa926ed42d..041cd53a30078dd2772298eaf9f42948dc59a1e8 100644 (file)
@@ -3,7 +3,7 @@
  * syscache.c
  *   System cache management routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 29cf93a4de6c7c89b794ee888de8693ec64d070e..3d5c1941488a6af26d0200f0b1a6ef69a5dc39a1 100644 (file)
@@ -17,7 +17,7 @@
  * any database access.
  *
  *
- * Copyright (c) 2006-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/cache/ts_cache.c
index f6450c402c3bbcc436de565edb4c3bde2d94416b..cf22306b20744f1f9d678db131d03561934b0594 100644 (file)
@@ -30,7 +30,7 @@
  * Domain constraint changes are also tracked properly.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 76fe79eac05fcb62d3fbed30b5429249deb29c70..1475bfe36279add81f9e074a924d5b74a080173c 100644 (file)
@@ -2,7 +2,7 @@
 # errcodes.txt
 #      PostgreSQL error codes
 #
-# Copyright (c) 2003-2017, PostgreSQL Global Development Group
+# Copyright (c) 2003-2018, 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 2ef7792b8bf3ccc9cc50c328f1e6525041e168ea..115dbf692cc923909ea2d6b76dad2734340a4697 100644 (file)
@@ -3,7 +3,7 @@
  * assert.c
  *   Assert code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9cdc07f006787ee3de57e60cf952a8027b1cf87a..16531f7a0f1434810eaf7e5697884345db657bde 100644 (file)
@@ -43,7 +43,7 @@
  * overflow.)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1239f95ddcd379af55dccb2471385d21bb3ac424..1b0dbad82c7fb64ae3a3489730401639971f1fd9 100644 (file)
@@ -3,7 +3,7 @@
  * dfmgr.c
  *   Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 975c968e3b130bc40e692ec2038f1c938310bfd8..8968a9fde8f1e3d6cd8904f789fc27e8191d161f 100644 (file)
@@ -3,7 +3,7 @@
  * fmgr.c
  *   The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 24a395057500c1c8cc3a0626e4eb1512b7d7c99d..c0076bfce3f6569e2da23718d772e67ab4a6276d 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-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/fmgr/funcapi.c
index 6a577f657ab215088d0889beeae6936bea63c473..e9f1715a0d749a17a08a956fd7193cce9a72a6d7 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes.h header from errcodes.txt
-# Copyright (c) 2000-2017, PostgreSQL Global Development Group
+# Copyright (c) 2000-2018, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index c88efc30544e2f708fc6c3eba16a63ef8f14afb3..5281cd54103111be9435ae58978e4b6dca598d0c 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9a93c089a6c40b46dc9aafb1d1664c522ba8ba8a..9b7ddbad0b4d5405c6044e5d619e1802098febc1 100644 (file)
@@ -4,7 +4,7 @@
  *     Hash functions for use in dynahash.c hashtables
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9dc6c9dcc93dc073072a974fa37f7d26d98fc47e..688ea0265f3a2537fc9920947b0ee6ece5f86b1c 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9680a4b0f7a9edfb45ac4ab6a1880df28ab4052f..54fa4a389ecd759520886d750eeeb4fe177708bc 100644 (file)
@@ -3,7 +3,7 @@
  * globals.c
  *   global variable declarations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 544fed809693add45817e5fefbc9d964ac0f7fb9..87ed7d3f71551874efdcb9d801504e0f613375f7 100644 (file)
@@ -3,7 +3,7 @@
  * miscinit.c
  *   miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 20f1d279e9c0bc3764bcab762869d37c695971c5..f9b330998d324e1a0857803ee539b7d31df3a8cd 100644 (file)
@@ -3,7 +3,7 @@
  * postinit.c
  *   postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8f3afa01e26bbae673f5797129c05518738e08f8..06e22de950261edeec76a5454b4156a6fb507627 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/backend/utils/mb/Unicode
 #
-# Copyright (c) 2001-2017, PostgreSQL Global Development Group
+# Copyright (c) 2001-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/Makefile
 #
index f73e2a1f168a178abe17cfcd5dc9a62ca3785b2e..4190ee5c7ba045a7bb237e39f6996926a995e91b 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2017, PostgreSQL Global Development Group
+# Copyright (c) 2001-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
 #
index 63f5e1b67ae8ff2f80f86925eb564088102f760b..2971e64a115ef4675153b95645edef57acded9f4 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2017, PostgreSQL Global Development Group
+# Copyright (c) 2007-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index 4dac7d267f90fb7e48b65012a441c60408195a00..1c1152e82035f26ec98675216185e48f4703f4b7 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2017, PostgreSQL Global Development Group
+# Copyright (c) 2007-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
 #
index 77ce2731716d4d2627001cdd99bfaed81cc7054b..0ac1f1724536af9e316757988751a16d4bbbcdf2 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2017, PostgreSQL Global Development Group
+# Copyright (c) 2001-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
 #
index 8e0126c7f50b910b1878320cca58d519ae782b4e..4d6a3cabaaebad57a4ac12c97a372134c46a8afb 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2017, PostgreSQL Global Development Group
+# Copyright (c) 2001-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
 #
index 61013e356ac4b8cc5a49b97774a66928b60af4f0..89f3cd70061a6c7b97f9a5782b22ff419dd10706 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2017, PostgreSQL Global Development Group
+# Copyright (c) 2001-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
 #
index e9f816cfa8d7b107fdada3a850049ac68e6daecc..ec184d760f3bee70d1210c37596020d0965f6233 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2017, PostgreSQL Global Development Group
+# Copyright (c) 2007-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index be10d5200ed77711c6f264fc83fe1a1aa9498677..b580373a5ca635fb856185fe2d0ed0b7c8fc8e9d 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2017, PostgreSQL Global Development Group
+# Copyright (c) 2001-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
 #
index 98a6ee7c7ba702236565347aa68ab281f40630aa..d153e4c8e63a8fb5a722e4bad9509b8565b1af99 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2017, PostgreSQL Global Development Group
+# Copyright (c) 2007-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
 #
index cc1edcc4aa1310ef906f1a00370ba8422fa4427d..a50f6f39cdd7513f5958161bb460d2c544f067eb 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2017, PostgreSQL Global Development Group
+# Copyright (c) 2001-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
 #
index 640a2ec2f7e9a854bc2393b657c75802cf3c5c26..dc9fb753b9c1f0ec41782e6a4b11c6f44a79c649 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2017, PostgreSQL Global Development Group
+# Copyright (c) 2007-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index 2d69748a935141d46557154152dd63d6c365a614..445344932a3add2a490595520d521d90cf4f338e 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2017, PostgreSQL Global Development Group
+# Copyright (c) 2001-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_most.pl
 #
index 22d02ca485f59bb5420a25abae2cd7ebe5f5ae8e..854df8cf2a88b64f6a19fd56e2652959dd41e5af 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2001-2017, PostgreSQL Global Development Group
+# Copyright (c) 2001-2018, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/convutils.pm
 
index d46330b20793c7fcdc376901210d3c46b5864fb6..fb7c9253972457448b1a81045bfc5f3cd848c74d 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   Utility functions for conversion procs.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4bbeea1e6febb33844aef428d5ac051f4772868c..9f44d7e853a53e0e4e81b9db29a1e4d60484e4fb 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ASCII and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 677d7ea3eb7bbec54d84c9e541f8b7db6ef1ab5a..a37156a071e38f775c026db421c147a66eae1096 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   Cyrillic and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 83c2712eba70f544d77f914ace97ed57d1e03bca..e8df57f35c9a3b8b10530cf6c4a43945c16e0f2c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JIS_2004, SHIFT_JIS_2004
  *
- * Copyright (c) 2007-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c
index c897bb2e49a1300c8ea202e7a2c56e607eb770a7..ad3f12870baab268e60006dddac2bb597ed7380e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_CN and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 414aeff3b9f7d74c46ef47afc382a37124f7bd54..5564b02986ef122eb1dd48359999f4ceac4f1fba 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JP, SJIS and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 94f4f813ef7d5c5831dc5300259168d1e339cc5d..c48704f9b27b7eea9be9a9b581fec675ca771eee 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_KR and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cb7e296f26bc424cc8b01e77591b1442021640ed..9b5a40853305c16182e1b69507a5a6d81ea97d7b 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_TW, BIG5 and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 62b103a8dd7f7e8f38bc73e8ef5018c1fd8c16fd..648aab4f9560cad95707c5f7a0e6fc66f546adf9 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   LATIN2 and WIN1250
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 02fa94b8aa20c8fad10408b6bc8c5dc74c95535b..29c01cf771f2a800213730af1cf4f7ba58510bf1 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   LATINn and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 724d3dd27e351dbe524afe043928c2ee9c2dffab..e1a5a970aeade1adb1f9398bc60175e5f3427fe2 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ASCII <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7a6c0f3b74ff82e5f00775de92af2ec1424b0bbe..5562dff3d79173a33de5ca6780475de651a28b8b 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   BIG5 <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 88ae8d309fd511da04af9b955a3f280b9f54ba35..41fe6c5c28b2d294197b67bfb45ce4ad96a0728d 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   UTF8 and Cyrillic
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b21167997cad8a2d52b450b618e5cbed3c74defd..cc12708d652b8a244f1cc35633532c567bf8050f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ac7d475c05f1879fbc195a893b18008d3d04af49..e3f37a7b51abb2a4e68618fc2c2dcf8aa5416e2c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_CN <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9a9ba810f293ab4dba39977dff125fe8e5be986e..2f0f11179703b91bfe8c364833a9725fee0e5cc0 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JP <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 09289352eac89bd447308659d61433cc600aeefc..a7f4d20f590784f7fe6a9f70de161a007a166071 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_KR <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index efd92bb6af90aab3482a6a9defa5537385104eef..b2dfd550255c836bb65ca8b1138a03546e4cfe60 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_TW <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7022d99e4187220327acd997be8afed6279f970b..6b8a2cac554dcf6bdfc59a4b8d7a84bfddb09fa5 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   GB18030 <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 13717b42f99cbf2142ace2f14ac6fbd5499a7c3b..c0fd57aff57bf120f21e8e7ebb94662b3173b7f4 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   GBK <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4e47cf66c50fc9905b3e8723b0c20e138f475712..d01b59467fdb0ac28da3f5d38f68f09f1857a992 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ISO 8859 2-16 <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2cfc7bb83b6c4dc3b90dbb913706341e0e58047f..f72329e33bc3814e6848eddcc1fd757ea50ed300 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ISO8859_1 <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dce5b52aadeaeb2bdea49e403719143a43963461..1bc12145f6230a6047e88ee254779fece929144c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   JOHAB <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3db14bc09eab666c1bc1d1603ae32bce61026ef4..561730a420703eaad329fa532fc448f696339d06 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   SJIS <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index adc1c9e93c40cddeb5418100c869e9c3c9e6aa96..0dea5a2805ec587b46bff125158b6a032fb96285 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   SHIFT_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8c71280715e45b26b44e7bea8e9dce5423ccb459..738fd1191f6a0616abceebd4ddb2aade52b7154c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   UHC <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cec458c9f41ddd1791901ee6eceee631a13cebdb..ec8221e89d363d7c6157f3a44db77317b98891cc 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   WIN <--> UTF8
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fee8e66bd6adeda14b21238d5a7c45f884eeae82..8d80ffe78ba7edfc3cc7801287be1b135bfd9d12 100644 (file)
@@ -23,7 +23,7 @@
  * the result is validly encoded according to the destination encoding.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4f18656fdafb1ad260311a4b1576cade33e849a0..a64f3ac3980a3d073772e6892f2af456b26693a9 100644 (file)
@@ -15,7 +15,7 @@
  * The built-in implementation uses the standard erand48 algorithm, with
  * a seed shared between all backends.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3de8e791f217a4c2dae4d728c8d0b18b3a7b81c4..afe4fe6d7757f09f17f8de806629f3f4c5e3758d 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Scanner for the configuration file
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/backend/utils/misc/guc-file.l
  */
index e32901d506a55b8df83c569e0e5c37910cfd9859..72f6be329ef4ca65a9829c37b709b42ef902de2a 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/utils/misc/README for more information.
  *
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  * Written by Peter Eisentraut .
  *
  * IDENTIFICATION
index 08d563d1ae60e816d5c5b01a13a9f5234cfd0820..25f5c828046cffd2461c384b93e84c6e463eb2aa 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/misc/help_config.c
index a84878994c72e845b18b38c5a95bbcecd3e5262e..436d2efb21bf827342d93564640cb71c6f61f82c 100644 (file)
@@ -3,7 +3,7 @@
  * pg_config.c
  *     Expose same output as pg_config except as an SRF
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dee6dfc12f0837cfa6a4be9713640a31c1de04ab..8ab7d1337fa7ed9d125a4bae0c825295b737a509 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index df643d798cb03070e25e0d0dd2db94b583c9dafe..f135f1b134ce3344be44cc2429c17eb4b186fdb0 100644 (file)
@@ -4,7 +4,7 @@
  *   Resource usage measurement support routines.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5742de0802a54e38a2c2e3cfa8e8f445b6822883..83a93d240565e175aa2ac70c0f06be50eaec225b 100644 (file)
@@ -7,7 +7,7 @@
  *
  * src/backend/utils/misc/ps_status.c
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  * various details abducted from various places
  *--------------------------------------------------------------------
  */
index a0b10d402bdfcbfe1ebda7a8bcc6ff045f745f47..bc2b1e81866ed85710a34b42543d79b6e46ad2ea 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 49c03d3f8815c381218a2db03aef0b28e8abe4f2..5ed64dc1ddc42c88332aac08b5868475f934e102 100644 (file)
@@ -3,7 +3,7 @@
  * rls.c
  *       RLS-related utility functions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b618ed1d7e69fea49d1b2d9b64840c616348ae07..e9e230df01d9259e48a5eab2cdc9cde2be694c82 100644 (file)
@@ -3,7 +3,7 @@
  * sampling.c
  *   Relation block sampling routines.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 175a0677dbd96a12cfd645ed78619435e6435c96..fbe83c9b3cc35d1adfbacbf7c494058ff3a97ad6 100644 (file)
@@ -9,7 +9,7 @@
  * the single-user case works.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 75159ea5b166083c197d60687c41471a5a1fd0cb..f99a63bd5b188d704f1c2389b7cd8787046c7171 100644 (file)
@@ -3,7 +3,7 @@
  * timeout.c
  *   Routines to multiplex SIGALRM interrupts for multiple timeout reasons.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3986141899e3d9051f37293012bc6a544452f9da..3d07eb7265dc3d04097cc687b05e258d410345b4 100644 (file)
@@ -11,7 +11,7 @@
  * PG_TRY if necessary.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1519da05d21dbe1195cd9f5a32dae13a83364c85..3f9b18844fa1fe5a107b0d7557f95072964ee90c 100644 (file)
@@ -7,7 +7,7 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fe627881880cf6d7e9225094fa32230e40421da0..c2b13100a21e04c1c77995ae43df517143f89b69 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b455484befccfd98eb69506a97fe72d6330d7861..5bddfefed45cbbc4b9b9882f6cdab59f58496d52 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 10d0fc1f904becc406c18102560b29816c8a7bad..338386a5d198e8fcfb5642c69e5f3b0b6a61e981 100644 (file)
@@ -6,7 +6,7 @@
  * Generation is a custom MemoryContext implementation designed for cases of
  * chunks with similar lifespan.
  *
- * Portions Copyright (c) 2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/mmgr/generation.c
index 97382a693c3e7a439aa2b73df7f2c1226450b49d..d7baa54808fcee39a44175bc1d1138db2f1db178 100644 (file)
@@ -9,7 +9,7 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f0a87d3f207fe655e2756721c7501a11240eb334..d45534d29386a7755a3de442695ff9e0ef70d331 100644 (file)
@@ -5,7 +5,7 @@
  *   public API of the memory management subsystem.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/memdebug.c
index d03b7794078a60a6233d7a2fc1170526ff8ac9f2..c93c37d74a81f2410005bdbbb5fb0d95de0709b0 100644 (file)
@@ -8,7 +8,7 @@
  * doesn't actually run the executor for them.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c01c77913a8c7fdaabc6a43f8b2d9d6e28509e55..58beb64ab9cd41bffa2d1b0fa0a5daa3f375bb8d 100644 (file)
@@ -7,7 +7,7 @@
  * numbers of equally-sized objects are allocated (and freed).
  *
  *
- * Portions Copyright (c) 2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/mmgr/slab.c
index 214dc712cae07c888c069ef430f172dfbc62c096..560d8ccda39ca6cf70a642ff99e300589fa3b0c8 100644 (file)
@@ -1,7 +1,7 @@
 /* ----------
  * DTrace probes for PostgreSQL backend
  *
- * Copyright (c) 2006-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2018, PostgreSQL Global Development Group
  *
  * src/backend/utils/probes.d
  * ----------
index 4c35ccf65eb8ba61b1c970c10be15607e93da23d..e09a4f1ddb48d3aed9a7cadaf2c85fec685e73f4 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5ebb6fb11ab3cc0aeec43b33bb3942b98d3f5fd3..2d07b3d3f5a6086c70d34d053f01b904743e7534 100644 (file)
@@ -64,7 +64,7 @@
  * care that all calls for a single LogicalTapeSet are made in the same
  * palloc context.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2c8505672cdb4c063cf0e03729d2142370f1dad0..e453cc0383f024ffb5fd3b1355a358d0570ea83e 100644 (file)
@@ -10,7 +10,7 @@
  * scan where each backend reads an arbitrary subset of the tuples that were
  * written.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 73170b74294e3e767999ebcadb6db9a7fa863349..8c09fe4a430364559c973ff2511eddbb118260a5 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for accelerated sorting.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 35eebad8e4c04c7bf17d586d519d1020c3dcaafd..eecc66cafa81838679b8a630ea73b51a763424ca 100644 (file)
@@ -75,7 +75,7 @@
  * too many -- see the comments in tuplesort_merge_order).
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1977b61fd94baee8efea9cd72209f93090e7c25d..d602753ca96403959a6426e7c231ffbd3847274c 100644 (file)
@@ -43,7 +43,7 @@
  * before switching to the other state or activating a different read pointer.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 200fa3765f8f0ced8349706815c84d8e0b4a4f24..d789f02bfa7e119e28b57e9dcb766b67d43c0f9b 100644 (file)
@@ -30,7 +30,7 @@
  * destroyed at the end of each transaction.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0b032905a5e1a6d6da5f8d3af7d7b3d9e7167314..e58c69dbd73410f6f7268d73145414a1f9f9bf9a 100644 (file)
@@ -35,7 +35,7 @@
  * stack is empty.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2b218e07e61ac87ff690cf121db7a6b036d5f0f7..f7c4c9188ce2dd66a67d62cc91c1c18e4fd7518e 100644 (file)
@@ -52,7 +52,7 @@
  *  HeapTupleSatisfiesAny()
  *       all tuples are visible
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bc96f37dfc4cfd4e37ba4af951ac0026608afe08..3b35835abe3749c0a2a3fa864405ff9f755cac9c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin (client programs)
 #
-# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/Makefile
index ec26652e820580d5fb93a9458faf3758eaffc40e..dae3daf8bd7e8cbbc95dda51959bf1b9e2091628 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/initdb
 #
-# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/initdb/Makefile
index c9b4141a16f5e52e5df2c6d3afca5d40ac6449d8..4c3a91a122cfefacef1fff8b66e4fb8f01a641d8 100644 (file)
@@ -3,7 +3,7 @@
  * findtimezone.c
  *   Functions for determining the default timezone to use.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/bin/initdb/findtimezone.c
index ddc850db1c642dff26933ffa912a9f51170d60f6..2efd3b75b13f7c48fcb19dbdfbe49fd599ec4058 100644 (file)
@@ -38,7 +38,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/initdb/initdb.c
index b707af9d267c995ce04de01a5712fdecff41d564..54f915eec72c8cfe3db4f6e5fce7c6b6d4192f41 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_basebackup
 #
-# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_basebackup/Makefile
index 4fbca7d8e886ff5dc8e43ccb49f539b9ff436a9a..1b3259206353f552f260b53914f4ad3327650df5 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander 
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/pg_basebackup.c
index d6f0f3cb1ad53c16991875c7c5cf555e3489d0f7..b82e073b862f02d0262e68ecf4ef30f66bd3da3a 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander 
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/pg_receivewal.c
index f3cb831d5974da0a5573022cb08e20e40be0b564..53e4661d6806fe304c55e3cda6c89acb178b1b57 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/pg_recvlogical.c
index d29b501740af45fc31d81dee01e91eff835c7542..107687863011ebf3490495f7f3a76a6f7af191b4 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander 
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/receivelog.c
index 5b8c33fc26c360ef0677c20b7509a424f76a9bd2..a636cf3fa01f583e79e5948fbdd90cf3e214cf29 100644 (file)
@@ -2,7 +2,7 @@
  *
  * receivelog.h
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/receivelog.h
index a57ff8f2c4719658152780b6698a3d0e5f4d9c47..c88cede167600b1f99952f928be4aa1308001010 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander 
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/streamutil.c
index e9f1d1f53675ad3db1aca3e0b4fa6196a40adbc3..6854bbc31d9d3455f3a4016a2d65202a0c9dbfba 100644 (file)
@@ -2,7 +2,7 @@
  *
  * streamutil.h
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/streamutil.h
index 02d368b2427c7696286d6c68c712fa7079c5c817..b4558a01847e5d04c1f398e5eab399f337de10b5 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/walmethods.c
index 3fdc947ab967f3af01725542e1ff2a00c618a2c2..2d1a10fc6311332b8d6bae2d42741c22d3a09dfb 100644 (file)
@@ -2,7 +2,7 @@
  *
  * walmethods.h
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/walmethods.h
index c41008763ec6883da2c210e9a60079cabb87b7aa..02e6f9da0e075888659aa69b58a2d458a1c97e47 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_config
 #
-# Copyright (c) 1998-2017, PostgreSQL Global Development Group
+# Copyright (c) 1998-2018, PostgreSQL Global Development Group
 #
 # src/bin/pg_config/Makefile
 #
index fa2a5a9943ec672035ab45ad31545a48b0bd087c..a341b756de358da56b5bdb24d8c968657b4cd738 100644 (file)
@@ -15,7 +15,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/bin/pg_config/pg_config.c
  *
index fd87daa11a2274b5647c029e0fc64ef53f992a98..28d6d666fea48c920c2cab1d2762d1c20e189b46 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_controldata
 #
-# Copyright (c) 1998-2017, PostgreSQL Global Development Group
+# Copyright (c) 1998-2018, PostgreSQL Global Development Group
 #
 # src/bin/pg_controldata/Makefile
 #
index e734c952a2c000897e4405efe33d970e02235bf7..4afc791cadbfd3c22380f1a0b13da42560f8a1e6 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_ctl
 #
-# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_ctl/Makefile
index e43e7b24e1831534ce337ea4212dceb5c6eccac2..62c72c3fcfae871c1327d39c07259831207d9bff 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_ctl --- start/stops/restarts the PostgreSQL server
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/bin/pg_ctl/pg_ctl.c
  *
index 37008847205684ae820c05d50440acb6cbbcd530..e3bfc95f169141266b695fe06bc9c79108ac8488 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_dump
 #
-# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_dump/Makefile
index 4b47951de1b73cd771b3a28edf622d0eadfd9a76..7f5f35148682058168a38f8fe632af7a3ba00d92 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 54003f7da60d4aaf5ab0ffb73fd1c0dd02d58148..a96da15dc11d78eac5881ae5ed91704fab70aafa 100644 (file)
@@ -4,7 +4,7 @@
  *  Routines for archivers to write an uncompressed or compressed data
  *  stream.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, 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 f42eb84007c02776a84be3c956ec5243af03834e..10fde8bdef57b926c382279b249f050a73a97184 100644 (file)
@@ -3,7 +3,7 @@
  * compress_io.h
  *  Interface to compress_io.c routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 12290a1aae6ac9fc69fd071f8d66a89340350ee7..32ad600fd0802cc178d3d3bd4734b7df011f6dc4 100644 (file)
@@ -5,7 +5,7 @@
  * Basically this is stuff that is useful in both pg_dump and pg_dumpall.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.c
index fe364dd8c45bd91dfab75f99dbc69b4a8bffe8df..d5f150dfa06ebd73f0a4d154e8de6d4202334a04 100644 (file)
@@ -5,7 +5,7 @@
  * Basically this is stuff that is useful in both pg_dump and pg_dumpall.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.h
index 8b996f46990b48f1dc4a4df8658a9ae9174a74f0..02e79f2f275f6cce99c626d0a96b81aecd506e6e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Parallel support for pg_dump and pg_restore
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8d800bdf8383eedf63d41fac10f1693e154c43c2..1577400622aaf7c6b8d79582369c5f38a4ea589c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Parallel support for pg_dump and pg_restore
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 112fbb0f0c8c54ebaab879e04e4f17496abe4479..4aabb40f5958ad0702c117ce47f3bfeda1bafd1b 100644 (file)
@@ -17,7 +17,7 @@
  * sync.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  * Portions Copyright (c) 2000, Philip Warner
  *
index 066121449e6a206acd1837dac2d82a21fa3ce6d0..df5fe708ba4e73fc36ed3ed143c4dc0be3b1da47 100644 (file)
@@ -4,7 +4,7 @@
  * Utility routines shared by pg_dump and pg_restore
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_backup_utils.c
index 14661a116037e5ecf932f5711159f6bf66aac504..6eaf302fc76735cb7eb437d8d7f2a475d76337a7 100644 (file)
@@ -4,7 +4,7 @@
  * Utility routines shared by pg_dump and pg_restore.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_backup_utils.h
index e6701aaa782ce14b7dbd20422bcca5d6faf14dd9..27628a397cdd5d7dcfb1ad215b011a2c5a0ce24d 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, 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 da884ffd099d4fbbcdefd7f86aa1e007136727be..49a02b4fa83f2f2ca91a31a2a15d8235f3afdcf7 100644 (file)
@@ -3,7 +3,7 @@
  * pg_dump.h
  *   Common header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_dump.h
index 48b6dd594cb816c50a00a951b88a838523c66d84..6da1c35a42500d577ff8bf8c258c00bf227dd435 100644 (file)
@@ -4,7 +4,7 @@
  *   Sort the items of a dump into a safe order for dumping
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41c5ff89b7587b6906fc12cdd3bcc90c709351fc..3dd2c3871eb6fdecb16106e44f881a0a92df7e7a 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_dumpall.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, 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 0f6e5da255f92d2ce55c46a67902a2e760cdb389..5ab7ad33e0ae6a0d3600fff6e912c8dd5162e2b5 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_resetwal
 #
-# Copyright (c) 1998-2017, PostgreSQL Global Development Group
+# Copyright (c) 1998-2018, PostgreSQL Global Development Group
 #
 # src/bin/pg_resetwal/Makefile
 #
index 9f93385f44121d69aa89d11f58a6cebd2827aa01..a132cf2e9fd64aba2c5e59568096e213c7ffcd29 100644 (file)
@@ -20,7 +20,7 @@
  * step 2 ...
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_resetwal/pg_resetwal.c
index e64ad765099bcbcbcd797f189c0d53aff7373eca..422c3eeba8fcc9549fd4749c25819fac814fb07f 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_rewind
 #
-# Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
 #
 # src/bin/pg_rewind/Makefile
 #
index f7ac5b30b5efdafe953d3806ed6df5fcfb5dc061..380fb3b88e3023f3dceca0d3a2d1126c75dace9f 100644 (file)
@@ -3,7 +3,7 @@
  * copy_fetch.c
  *   Functions for using a data directory as the source.
  *
- * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index e53920d55654dcf7ebd5d99e05ad243820b94529..01bb1a4694fd8959bca2280b4a4818ffaecfbbfd 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This is a fairly simple bitmap.
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index db991c16dfcb460a854ddf8b4702776f4932a02b..50c0ef779c597893622caa69f4036830b6ac5669 100644 (file)
@@ -2,7 +2,7 @@
  *
  * datapagemap.h
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 13553e3b5a4bba3c0cbc9ce416fefdd97cc61a04..5a35a8f2e396732f74df1e41f6f67e15ba3ab0b3 100644 (file)
@@ -10,7 +10,7 @@
  * connection (libpq_fetch.c)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 7288120a0bde2f26c7f81cde533c90792b7f6e12..5ee06817b6480e0d8fcbdddb48439890b616c039 100644 (file)
@@ -8,7 +8,7 @@
  * directory (copy method), or a remote PostgreSQL server (libpq fetch
  * method).
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 4229f0e056cfa2b894d8abace295a58e76c582c9..705383d184f16e12c17b37d1787c1bcd8436ad9e 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index f9aea52d6d9eee78475d05e917bb204478174c25..be580ee4db5364fa3bd56533ec7206caceae9d69 100644 (file)
@@ -3,7 +3,7 @@
  * file_ops.h
  *   Helper functions for operating on files
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index dd6919025d9e13e1ca7d219cf91375f7c6c7dffe..19da1ee7e024e7fe29d9d3c5ade5ccc2130191a8 100644 (file)
@@ -3,7 +3,7 @@
  * filemap.c
  *   A data structure for keeping track of files that have changed.
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 6c97fa74d1c8fecdc25479a3c3fe53469a8374cf..63ba32a6cda8d4f05bcebccb9b79c0bf9f313ac6 100644 (file)
@@ -2,7 +2,7 @@
  *
  * filemap.h
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *-------------------------------------------------------------------------
  */
 #ifndef FILEMAP_H
index 79bec40b02facb7339b28f90f24797e00e2d6b77..d1726d1c74d7a634d45e745d0288d9eeca5860cc 100644 (file)
@@ -3,7 +3,7 @@
  * libpq_fetch.c
  *   Functions for fetching files from a remote server.
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index cae776df124a4ca3dae86bac36cc9e4c1749c9e2..f48f7e9070e3a64f43b13b73d601d8359f1288ed 100644 (file)
@@ -3,7 +3,7 @@
  * logging.c
  *  logging functions
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index c6651940500ec369a51b1c9ff7c555c0d4d2bf4a..66455039dbdbc751a0c8ca6444a1e8193a5669d3 100644 (file)
@@ -4,7 +4,7 @@
  *  prototypes for logging functions
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 0fc71d2a1353bfee38322193bb7f5003d873b1e4..b4c1f827a62b279150941aa6dd1233b1df168346 100644 (file)
@@ -3,7 +3,7 @@
  * parsexlog.c
  *   Functions for reading Write-Ahead-Log
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 6079156e802b8b280d0e1af72ca79a6802b0ecde..72ab2f8d5ebaa604b63827517ef836e7144333ea 100644 (file)
@@ -3,7 +3,7 @@
  * pg_rewind.c
  *   Synchronizes a PostgreSQL data directory to a new timeline
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 7bec34ff55de5b3eb85449774370171ff4e3d095..3f4ba7a267602e53e463c32af0226e1548e2febe 100644 (file)
@@ -3,7 +3,7 @@
  * pg_rewind.h
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 3cd5af57f2adbabb0432cf786e66f309daa58613..8a8c587440c454168ede1ea915e3861812ee69e7 100644 (file)
@@ -3,7 +3,7 @@
  * timeline.c
  *   timeline-related functions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 1b9083597ca3968777bdaa12d1b1a5b823689815..8d4f254f9f05637ad513219dec10eaca01a27ae5 100644 (file)
@@ -3,7 +3,7 @@
  *
  * server checks and output routines
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/check.c
  */
 
index ca3db1a2f692e59eb4181aa43bf0354c4594303a..0fe98a550e15746452f92df2fef6c37f60cd48b3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * controldata functions
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/controldata.c
  */
 
index 77c03ac05bc5228965c04c45e005308f21216065..5ed6b786e21b949f3bc9a7bf1f360162b56ef761 100644 (file)
@@ -3,7 +3,7 @@
  *
  * dump functions
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/dump.c
  */
 
index f5cd74ff97fe9b36bfbbc7524c9f6e4a86dae3f3..1fa56b8c61fca559e56901286312bd139b97143d 100644 (file)
@@ -3,7 +3,7 @@
  *
  * execution functions
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/exec.c
  */
 
index ae8d89fb66ba1618d914adf54ff8c4f1fa1b6e73..f88e3d558f3e96086bb3077866f35c8dbb507638 100644 (file)
@@ -3,7 +3,7 @@
  *
  * file system operations
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/file.c
  */
 
index 063a94f0ca04313db8f56be3e31e5d15e2db7ff4..d61fa38c921bca7e0985ea83c78ef06123a87dca 100644 (file)
@@ -3,7 +3,7 @@
  *
  * server-side function support
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/function.c
  */
 
index 0b14998f4bf8eed1abd705ecf24286ee0df06061..f9f07f491c6e02041f0224ca48745d3a04a0df61 100644 (file)
@@ -3,7 +3,7 @@
  *
  * information support functions
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/info.c
  */
 
index f7f2ebdacfadb2673db52e24bba6b86f703191f0..9dbc9225a64c7d0fa941943e5fd69ff43f367924 100644 (file)
@@ -3,7 +3,7 @@
  *
  * options functions
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/option.c
  */
 
index 7c85a13a992fc339066861b0e824ff7f5ef03af3..cb1dc434f64e8632f0bf17e02962d6d93c03d066 100644 (file)
@@ -3,7 +3,7 @@
  *
  * multi-process support
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/parallel.c
  */
 
index c10103f0bff4117f6f098d9cc1b32f762a4fa102..2b7da529e5cb9b42359023d8c03c89e7f74a355b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * main source file
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/pg_upgrade.c
  */
 
index a21dd48c42d2913125b3c17121b926bc579cc9bb..fbe69cb577eab1aedff6674dc3752e5602a785f3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * pg_upgrade.h
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/pg_upgrade.h
  */
 
index 8c3f8ac332e62902e06a1dee1f4dbe4acf7932b3..50bee281f8b0990a6c77522d5fefa27872869ee3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * relfilenode functions
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/relfilenode.c
  */
 
index a91f18916c72524401f93584c8a0bc4786fbdabb..96181237f8d2436ba9cf279c2c83e0199c97f090 100644 (file)
@@ -3,7 +3,7 @@
  *
  * database server functions
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/server.c
  */
 
index 31958d5c67ffb82bbc72db9014eab0cc597854f4..b0cbf81f7da786b0bfc0766587990026d649429e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * tablespace functions
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/tablespace.c
  */
 
index 1bacf066aaf3a17d28f2f1f39b294c271d64941d..39983abea13618efb974f680e333d84e7e16cae0 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-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 
 set -e
index 44c1bc880e0e9a3a0ad6043f7aff73ea6cf4ca74..4dec77b3b6838e817c731eed48488a0296ea08a7 100644 (file)
@@ -3,7 +3,7 @@
  *
  * utility functions
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/util.c
  */
 
index 524b6042964878a3ab67394f71485c02c20ed580..76e9d65537e3c2ff52a88995a930fd97111d4d03 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Postgres-version-specific routines
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  * src/bin/pg_upgrade/version.c
  */
 
index 19a3a9d0c5940d5c7107c43017e97c6299149649..6ff9eb7e77b949bad47351b1b32405d056a57494 100644 (file)
@@ -3,7 +3,7 @@
  * compat.c
  *     Reimplementations of various backend functions.
  *
- * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/bin/pg_waldump/compat.c
index 6443eda6dfef4cbb11af40eccd2f92f204b81146..242aff2d6814b4a9d4dc837f647b5350fdafabd3 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_waldump.c - decode and display WAL
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_waldump/pg_waldump.c
index 74ffe5e7a7bb694a98a3fa6438c48908399d831b..26494fdd9f1ee085183fdb1ca4404bf9137020d4 100644 (file)
@@ -4,7 +4,7 @@
  * exprparse.y
  *   bison grammar for a simple expression syntax
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pgbench/exprparse.y
index 9f46fb9db885e6a5d187c8daa171c72198735c13..b86e77a7ea9beb2a48cdad07cf3df53657a2507c 100644 (file)
@@ -15,7 +15,7 @@
  *
  * Note that this lexer operates within the framework created by psqlscan.l,
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pgbench/exprscan.l
index e065f7bedc7c5358db8b228a1c94e81dd6f92fe8..fc2c7342ed807caf4df8bc7ce25c82fcf6f6d772 100644 (file)
@@ -5,7 +5,7 @@
  * Originally written by Tatsuo Ishii and enhanced by many contributors.
  *
  * src/bin/pgbench/pgbench.c
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 0e92882a4c3e0c7c381c9de9ebbc21e5fe853adf..ce3c2609884cfddacb4cbcaa80d0fe92cd9b57e1 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pgbench.h
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 6e6797ba13a039f2858669d0db94610804a1154a..5c79eb8e44d3bf9a472d81ed7a3b3f38b8b249e5 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pgevent
 #
-# Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Copyright (c) 1996-2018, PostgreSQL Global Development Group
 #
 #-------------------------------------------------------------------------
 
index cabfe15f97f75c4e1b893d76ae9f4c603d02b55c..c8eb2f95ccfa2aed309aceabccab5412bae9b43e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/psql
 #
-# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/psql/Makefile
index 8cc4de3878d36e50def562ab22f72cba5b9218da..015c391aa4aa1db9df52f360f3cd49b29bef451a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.c
  */
index 7aedd0d6252dea6655a7ca9765b34741188629bb..95ad02dfe23c0308314eaf0ce07ca4183688ae5c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.h
  */
index 7a91a44b2b3e1c148aeb3293a63bb1626ace20b5..1c82180efb3eb261b24cb6d6c5215f88abbd9f13 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.c
  */
index f34868b54e4e6b262145f0bbe3b944afaf66179c..43142a7aa60df2fba2aaa4aa0b01299a2468fcde 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.h
  */
index 63977ce5dda4620f0bc9de10fe4db3f11da6f706..cebf8c766c92deca6c94472bd39df0a800d1a9cf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/conditional.c
  */
index 0957627742571ff4008f207321b9a30c0cfbe180..565875ac312168f67ea1fe4c32711973648d6831 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/conditional.h
  */
index 724ea9211a7d34291336e6e9220a472a55a89f55..555c6331a36085e4c470621cbf27d7f0c657b179 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.c
  */
index a79550de19dc284ccc807865506d329728fb5da2..f4107d70b075b3afbc7b8d28a25769c453080043 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.h
  */
index 9fa185587802bd8edaa7d9168b7a23943fdf3df5..cb0e6e806ef3a7f1b112109a76c55bed33691af1 100644 (file)
@@ -3,7 +3,7 @@
 #################################################################
 # create_help.pl -- converts SGML docs to internal psql help
 #
-# Copyright (c) 2000-2017, PostgreSQL Global Development Group
+# Copyright (c) 2000-2018, PostgreSQL Global Development Group
 #
 # src/bin/psql/create_help.pl
 #################################################################
index ed61c346eed6c77f2b36433ae9142d3d9ff33cee..05042b3e1331f616d95837cbc203edfe2182ae57 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/crosstabview.c
  */
index ad63ddef509f3469a6c9e3d0719ba9bf10dffba8..596637f3ffbea3fa1e9b4eaeea706055cb17eccc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/crosstabview.h
  */
index 3fc69c46c061c51333070b2c7f7d2e9e76566606..f2e62946d8afb8cf84374befc73cda42fa07a89f 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-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.c
  */
index 14a5667f3e2c31f6aa3c1093030a56ac18d22d57..a4cc5efae0cc2bdccfc2e91f6e1582a70e9ac227 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.h
  */
index a926c40b9b88b0dd45858ea88fa42ff8226d49bf..702e742af4f3b000bd6446c72840fa0f15279553 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.c
  */
@@ -653,7 +653,7 @@ print_copyright(void)
    puts(
         "PostgreSQL Database Management System\n"
         "(formerly known as Postgres, then as Postgres95)\n\n"
-        "Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group\n\n"
+        "Portions Copyright (c) 1996-2018, 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 3ef4094476b672e3f1a9798d4f8b36f309587278..7a292497e751add17a5793f4cae784fa77768d21 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.h
  */
index 62f5f7738391e38e6d1cff1c8d55d8aab19f7b9b..8e32cd0b33069d0920a49ca158b31377f82e515a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.c
  */
index 35886dae22ad092ade8f68814a41b98ce11be5ec..6c2ff615403bde2d3aa964ff9427238b3ebb6d14 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.h
  */
index 8a8887202a897226fd7922eb2c0099b8dfce1a2b..7faf5591b3ea8f8efe78a4f3b5393beecad623ab 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.c
  */
index 5750b5d9ccc97d72730d147ec4d3862b0ff9ea8d..e749a824c55035046bd6e64abefc1ffba0d1d174 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.h
  */
index 62cf1f404a600d2c94146b7e5b08712ecb1ac731..a8778a57aa79f6371f9b3ac887eecc320a83d700 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.c
  */
index 8ef8cc1bd68af92664f79188e6cf35289a1c0327..6cd90f03b81e7bc4c00f94787c289f7d9f92e0f7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.h
  */
index 913b23e4cd86a584e8305100c8ace9fae32cac4d..b176972884f58873cec8eb113938f476a7a09a74 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.c
  */
index a7a95effb485f26be1b58bb62fb04e1f1a7f4603..2354b8f8c7a9186c16e2e0a3b497a668e1b2b7a2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.h
  */
index db76061332e7486097e1aba359a39d983b1dec22..8e8efb2f0b39fdff20f63541fba0c41c44185665 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/psqlscanslash.h
  */
index e3cde04188a088175acd133dc54d909a7ee17c1b..5e0bd0e774900511c1147bbd59e2ec8aa3b0d06d 100644 (file)
@@ -8,7 +8,7 @@
  *
  * See fe_utils/psqlscan_int.h for additional commentary.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 96338c31976a0a4aaf6ce9489ebc239f0ad46fe2..69e617e6b5fb710c59a307e774aac2c78a68dd77 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/settings.h
  */
index 0dbd7841fb7f29e4506a3d6f5fb6f72b938b2509..ec6ae45b24593a6fcec487e3c4797fc2b77f6120 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/startup.c
  */
index eefd18fbd942a8fabda47926aae4d64eeffe8dd4..29b9c9c7f031a891a089b6fa19d56bdff4609f50 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.c
  */
index 213473f9199fe5d52c9c5f3a696aab92f20b409e..d843d7119bccf9ef2b4d4d5fda21f50a42ae71ef 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.h
  */
index 468e50aa3174fd1cbacef94879bb3eaedc6aefb9..b51098deca127f108389bb2081e45be85c3b4fa8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.c
  */
index 1a42ef1c66128db6118256ff57e577ea1440c9c3..544318c36d896a0c6134a876aad2f224ebf8c006 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.h
  */
index 5f7f6ce822ccf7dcf72431e5fb8771f833ceeb27..f09344264439a396956396ccf7d66ad858a4ad09 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.c
  */
index 02d85b1bc2e45b158128b1ccfd5387844357fe56..03af11197ca7f75d84429dea26b850c460d8a310 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, 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 a9c24a9f833002c3a2729b67c2b5a0330a551083..0cc528e965c2047f568d62c8c6255686b9732c3d 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/scripts
 #
-# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/scripts/Makefile
index a6640aa57bbfdece2f3392f04a81a4c3b3aa9262..92c42f62bf304f2456f87be6fcbde11536d24580 100644 (file)
@@ -2,7 +2,7 @@
  *
  * clusterdb
  *
- * Portions Copyright (c) 2002-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2018, PostgreSQL Global Development Group
  *
  * src/bin/scripts/clusterdb.c
  *
index 7394bf293eae2a923dc4c1bf093729cf9558421a..e20a5e9146838f43801b5b3dbba6daeb4a12163d 100644 (file)
@@ -4,7 +4,7 @@
  *     Common support routines for bin/scripts/
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/common.c
index 18d8d12d15a8d7cf2eee273217940674faa955d2..a660d6848ad14f2b8774df02c058a8f48f7c9780 100644 (file)
@@ -2,7 +2,7 @@
  * common.h
  *     Common support routines for bin/scripts/
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * src/bin/scripts/common.h
  */
index 88ea401e395f9f7b692bde1ca90273fb6e72ebc1..81a819213662b35d5b979d72afb788b8586391d8 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createdb
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createdb.c
index 0e36edcc5d1e620fd9fb51e0f904103cfa8ff063..c488c018e08b74de86f08629408383e2b0336810 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createuser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createuser.c
index 5dc8558e8ebc7d523ed1e3477bedea4a24fd836a..81929c43c412777b4a2061fa0e0107ab11a77e21 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropdb
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropdb.c
index 095c0a39ff9f271c8b2034d2f88feaac8592ea64..e3191afc31155b1a46a591872f2bd3f3e9269ec3 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropuser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropuser.c
index c7c06cc6ff7814e45c1fd7ea410e2ee2987576e8..f7ad7b40f0d40868414c6c53d2523d24de0b876a 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_isready --- checks the status of the PostgreSQL server
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  * src/bin/scripts/pg_isready.c
  *
index ffd611e7bb344b5b2a52d0ae3ca4d3bcdffc706b..64e9a2f3ce79f53a19a635c76f707f324578ed68 100644 (file)
@@ -2,7 +2,7 @@
  *
  * reindexdb
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/bin/scripts/reindexdb.c
  *
index 5d2869ea6bd780f4071529668941f20928dfd489..663083828ecb16e68251192a8357b7784946c1bf 100644 (file)
@@ -2,7 +2,7 @@
  *
  * vacuumdb
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/vacuumdb.c
index e8e28ecca4b26c746910c45202c6c8338a2aaded..c6fde2a8dd61114207599d1973d385aa96cc4e6b 100644 (file)
@@ -3,7 +3,7 @@
  * base64.c
  *   Encoding and decoding routines for base64 without whitespace.
  *
- * Copyright (c) 2001-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2018, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e0841a5af2a4f646c5ea738ca9b04577ef41343a..55e688e65613728b748207dac3d0cd38e4862fad 100644 (file)
@@ -4,7 +4,7 @@
  *     Common code for pg_config output
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f1a097a9746cfea03223c3e54fa836531101fe7b..f12a1888562b3ef283466a436093de920cd8210f 100644 (file)
@@ -4,7 +4,7 @@
  *     Common code for control data file output.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 67bf4d1d79c9a3a3bbd5b15237f29ff8cf4bc8cf..e3e81c1db85c36f3e5489a08cb280bff678edcf3 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for finding and validating executable files
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fb38067d9746fa928cdb8321ad64efc14760b940..2538661e19f7f3cc3d538669c1ad1460b7c07aeb 100644 (file)
@@ -3,7 +3,7 @@
  * fe_memutils.c
  *   memory management support for frontend code
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4304058acb23f2c8fc40cf654f06aa6c4da46fb9..48876061c384d926d76629b04edd3f7ca1f9e755 100644 (file)
@@ -5,7 +5,7 @@
  * Assorted utility functions to work on files.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/common/file_utils.c
index bb536d3e86c235a3ea7ca8fb0d3e161a4b25dbcc..caca7be9e574ff6befbe637ed708fcac77f8f27f 100644 (file)
@@ -3,7 +3,7 @@
  * ip.c
  *   IPv6-aware network access.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a5c6c41cb8456c3d7a71bf42056f9118e2208277..0c0c794c686e3cf288cc08b990b56c700f435674 100644 (file)
@@ -4,7 +4,7 @@
  *   lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9144cab6ee701a041a0fcde23b17ef2b7c89225b..c3936618b66850e41e5cd47e6bce9b39eeebef80 100644 (file)
@@ -10,7 +10,7 @@
  *
  * Sverre H. Huseby 
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 67f570c3624e97f44a53c1cf2e33631b8be54c63..a2f87cff8b5fc316f9a196965f2e97dbbe54cdee 100644 (file)
  *
  *         Jan Wieck
  *
- * Copyright (c) 1999-2017, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2018, PostgreSQL Global Development Group
  *
  * src/common/pg_lzcompress.c
  * ----------
index e161d7dc04868f8479bd7afcacee89c428d0d440..ec50a36db7c8ed5d7763a04531766bec27e3ed52 100644 (file)
@@ -3,7 +3,7 @@
  * pgfnames.c
  *   directory handling functions
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8f5903d5190f5902d0369615f24aa7547a49b27a..b974a99be129f3459ca9d5bc976251a255503b97 100644 (file)
@@ -4,7 +4,7 @@
  *     sprintf into an allocated-on-demand buffer
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c2f36625c168b2824c28f11457062c96f3e629f0..d98050c59062a57ea470e53cf1c0cbbc6172a945 100644 (file)
@@ -4,7 +4,7 @@
  *
  * This module also contains some logic associated with fork names.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 57591aaae22c17d95eb58b0cd13ba435ebee60b9..8c5583da7a20bf2bef57d7e9554d61acb0d6b64a 100644 (file)
@@ -4,7 +4,7 @@
  *     helper routine to ensure restricted token on Windows
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 09824b54630224c7a64ecb7c00a20d70ef03ae52..fcf63eb953d147e1f38556c0c5c408334183305d 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rmtree.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0a3585850b852457d3e2676b71d017743e37c0c4..271021550adf056b567baa912c85a0a5ec7a2828 100644 (file)
@@ -12,7 +12,7 @@
  *   http://www.ietf.org/rfc/rfc4013.txt
  *
  *
- * Portions Copyright (c) 2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/saslprep.c
index e54fe1a7c985de6053d12a6823acd146eccb7da9..dc4160714f93caa2c24284f91fe5626c0bb698cb 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, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/scram-common.c
index d7992f1d20ecd251e74c6f2b2f276f7a00ae79d6..5aa678f8e36e07c68f4ac0c4ffcb5886bd4d8b18 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/sha2.c
index b8e2e1139f9b15572cbe14657ab2855dfd6c2f98..362e1318db1b93e0c594dc75a2d19dc708035a6f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This should only be used if code is compiled with OpenSSL support.
  *
- * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/common/sha2_openssl.c
index 159d9ea7b62a5758b45510355d5e10320775b151..0e3557076a12d8b1dacc9bbd6d5b60bfbd3c6637 100644 (file)
@@ -4,7 +4,7 @@
  *     string handling helpers
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 310d32fd29ac59f8210c12bb67d140ddc0ef6872..e3510b5c81b5c1cc747e83cbb6c2aafc2f136b07 100644 (file)
@@ -5,7 +5,7 @@
 #
 # NormalizationTest.txt is part of the Unicode Character Database.
 #
-# Copyright (c) 2000-2017, PostgreSQL Global Development Group
+# Copyright (c) 2000-2018, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
@@ -30,7 +30,7 @@ print $OUTPUT <
  * norm_test_table.h
  *   Test strings for Unicode normalization.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/common/unicode/norm_test_table.h
index 1d77bb6380e02f2b242b4b61ff31b0587453d24e..f9cb406f1bf966657b9795af92aa249f5e92bb53 100644 (file)
@@ -5,7 +5,7 @@
 # Input: UnicodeData.txt and CompositionExclusions.txt
 # Output: unicode_norm_table.h
 #
-# Copyright (c) 2000-2017, PostgreSQL Global Development Group
+# Copyright (c) 2000-2018, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
@@ -74,7 +74,7 @@ print $OUTPUT <
  * unicode_norm_table.h
  *   Composition table used for Unicode normalization
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/unicode_norm_table.h
index f1bd99fce46d454b557674ee77019a0e9ddfe4a1..56759bee8db1cdab29db68d8b34ff4b9654b0726 100644 (file)
@@ -2,7 +2,7 @@
  * norm_test.c
  *     Program to test Unicode normalization functions.
  *
- * Portions Copyright (c) 2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/unicode_norm.c
index 5361f5f111ec0a61e78a6a9f7f522daf26dca666..1eacdb298f334a903df3493eb6b73f6f064a6f9b 100644 (file)
@@ -5,7 +5,7 @@
  * This implements Unicode normalization, per the documentation at
  * http://www.unicode.org/reports/tr15/.
  *
- * Portions Copyright (c) 2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/common/unicode_norm.c
index 7187bbde42f7d46490a0558e94143dd33e61e253..af382f95a5b3b460bb21717eeca95392913456d6 100644 (file)
@@ -3,7 +3,7 @@
  * username.c
  *   get user name
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f824a5f2af35325e968fcc4b37341c3746962447..941b606999b1bf3e80e5b8fb00ca9b0adf5862d8 100644 (file)
@@ -4,7 +4,7 @@
  *     Convert a wait/waitpid(2) result code to a human-readable string
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ebce38ceb45fc25fc60bb402c96ae481b561c626..3f4ba8bf7c9990c57787488f76d86c3bfade03f8 100644 (file)
@@ -5,7 +5,7 @@
 # This makefile generates a static library, libpgfeutils.a,
 # for use by client applications
 #
-# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # IDENTIFICATION
index 9aabe59f38be4cfb0030bc969bcea5b5ca7e3989..07c348ec496f640d325f078b126026830dd654eb 100644 (file)
@@ -3,7 +3,7 @@
  * Multibyte character printing support for frontend code
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/fe_utils/mbprint.c
index 8af5bbe97ea8c63f6b866519f114de8756a47278..ec5ad45a30797c0dba8ee854d4c90b713a77ff1d 100644 (file)
@@ -8,7 +8,7 @@
  * pager open/close functions, all that stuff came with it.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/fe_utils/print.c
index 44fcf7ee46e92f85c27fdc68d42f7a8c6af5e519..1cc587be34c25819f8584eda97c00e5927476646 100644 (file)
@@ -23,7 +23,7 @@
  *
  * See psqlscan_int.h for additional commentary.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 21a2e5729782708ec3c3d419c1c826a68bea077f..ef94b34cd1202dcdd965a0d3ba79511c0a5721b3 100644 (file)
@@ -7,7 +7,7 @@
  * it's all we need in, eg, pg_dump.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/fe_utils/simple_list.c
index c7e42ddec9fd304ca4acce0835f8cbc104d1feb5..8c05a80d31da7a05e35ccf0df655eb676592146b 100644 (file)
@@ -6,7 +6,7 @@
  * and interpreting backend output.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/fe_utils/string_utils.c
index 0db4fc73ac92655d45390fcd3c5d8d1ffbcd89fa..8d7bc246e672ca68eded50add632bd0978f909d3 100644 (file)
@@ -3,7 +3,7 @@
  * amapi.h
  *   API for Postgres index access methods.
  *
- * Copyright (c) 2015-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2018, PostgreSQL Global Development Group
  *
  * src/include/access/amapi.h
  *
index 04b7429a78abb0e018872baa2e873eb8bb30b559..e50afbd556540eedc9d75df75b218e9f02d1c973 100644 (file)
@@ -3,7 +3,7 @@
  * amvalidate.h
  *   Support routines for index access methods' amvalidate functions.
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * src/include/access/amvalidate.h
  *
index d23888b098226dca3a3edf563a3235d2585c1475..c45a1acaaac7c05d096216a33e0cfff51253076b 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/attnum.h
index 61a38804cad766f55e74f6a6c76ccc3856701e76..10999a38b5867ae1984e8fd10428d9419ea43c29 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * AM-callable functions for BRIN indexes
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3ed67438b27fcc9a805ff401905b396df0bd9da5..d3134f9dcda8f06d0d5117f107eaacf823aa869e 100644 (file)
@@ -2,7 +2,7 @@
  * brin_internal.h
  *     internal declarations for BRIN indexes
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bf03a6e9f84d95d3aa84962dd719e1d82720d8e5..82d5972c857905b920cb658c1dbe46c3e4ad0f36 100644 (file)
@@ -2,7 +2,7 @@
  * brin_page.h
  *     Prototypes and definitions for BRIN page layouts
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e0f56416358c6cfc9d3cb52e02dff58ecc621f42..8b389de4a5a7b6dcad10c12e04fa92cd85954785 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.h
  *     Prototypes for operating on BRIN pages.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ddd87e040bd7168f516f8b1f014707361ec8dd50..4dd844888febe302b6b91142399e9346b537d064 100644 (file)
@@ -2,7 +2,7 @@
  * brin_revmap.h
  *     Prototypes for BRIN reverse range maps
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6545c0a6ffd659d597c8a38d5b0479f32a522414..2adaf9125e8276e53aaf66d2d6321ec4ebb2745e 100644 (file)
@@ -2,7 +2,7 @@
  * brin_tuple.h
  *     Declarations for dealing with BRIN-specific tuples.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 10e90d3c78ffa09e6c26fe197c021bb6176b4cae..40e9772c89ae3e3ef75d97bf3d91375e53539588 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES BRIN access XLOG definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/brin_xlog.h
index 6a24c947efcd0e0a41351c131dce77e73f8d2fe9..c00be32ff6ad2a55b784bb63e92a15ab7a18b4de 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * src/include/access/bufmask.h
  *
index 7bae0902b5cd5f6f8e75abe434c5692954eca7be..7681ed90aed420079fada6095636dda165adb1f8 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction-commit-log manager
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/clog.h
index 31936faf088e04ea6d72342b44d0ebca4bdd7fa3..2f40d5969599253688f5b2c7632a7da7ce1f99e8 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL commit timestamp manager
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/commit_ts.h
index b56a44f90292869d7d79f15aa133dd56c07aefcd..24c720bf421d3c6a4619c7452987a443ee50e6a3 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES generalized index access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/genam.h
index 02696141ea8690017733ee24c216f20aff87ccc4..b23e1f684be447c82cfa313525ef8e72a5302e0b 100644 (file)
@@ -4,7 +4,7 @@
  *   Generic xlog API definition.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/generic_xlog.h
index ec83058095b53d1ca1f75a8361431515d86e8f2a..0acdb88241e68196b66fbc6d9dcc27a204431520 100644 (file)
@@ -2,7 +2,7 @@
  * gin.h
  *   Public header file for Generalized Inverted Index access method.
  *
- * Copyright (c) 2006-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2018, PostgreSQL Global Development Group
  *
  * src/include/access/gin.h
  *--------------------------------------------------------------------------
index dc49b6f17d24ede4866f59095daf547be81bd96a..a709596a7ae5d229976c9a5f35ee344ae9ddd052 100644 (file)
@@ -2,7 +2,7 @@
  * gin_private.h
  *   header file for postgres inverted index access method implementation.
  *
- * Copyright (c) 2006-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2018, PostgreSQL Global Development Group
  *
  * src/include/access/gin_private.h
  *--------------------------------------------------------------------------
index c3af3f0380609eba690e9a4907c68ad43c82baf2..553566529a47281a3eaee8f23b1a034f794e9f3d 100644 (file)
@@ -2,7 +2,7 @@
  * ginblock.h
  *   details of structures stored in GIN index blocks
  *
- * Copyright (c) 2006-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2018, PostgreSQL Global Development Group
  *
  * src/include/access/ginblock.h
  *--------------------------------------------------------------------------
index 42e0ae90c3c99d7755b31739d647c08e44062b64..64a3c9e18b4ba27d17e0ec6579d2acced265c58c 100644 (file)
@@ -2,7 +2,7 @@
  * ginxlog.h
  *   header file for postgres inverted index xlog implementation.
  *
- * Copyright (c) 2006-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2018, PostgreSQL Global Development Group
  *
  * src/include/access/ginxlog.h
  *--------------------------------------------------------------------------
index 83642189db5d7febb4c94c5d636ad946aa779ef4..827566dc6e7065231751e8b2088722cb7efb1fe2 100644 (file)
@@ -6,7 +6,7 @@
  *   changes should be made with care.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist.h
index eb1c6728d4a26f33c54c3e7f8211664905b017c2..36ed7244ba02c9c6b4f18d1b6ef6672b21e11947 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist_private.h
index 2aea6ad3091247e87be0d4dce478efb7d9388cc9..e04409afc05b78796f11a42fcb7e68afe32399ae 100644 (file)
@@ -4,7 +4,7 @@
  *   routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gistscan.h
index 3b126eca2ac3041cc1082a15245cba7f59af7e54..1a2b9496d0d87aff4c275a2a3331b687e5a353b2 100644 (file)
@@ -3,7 +3,7 @@
  * gistxlog.h
  *   gist xlog routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gistxlog.h
index 179ac97f8765f222d1c9ea659f4dfe67bf749054..65d23f32ef9e49a1f1be6a6c3380c320e348c0b2 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hash.h
index abe857924977b0a716fa2780795643f6e58b934d..527138440b34c9addb1c32a2e54139bc50998668 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for Postgres hash AM implementation
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hash_xlog.h
index f1366ed9581c6f061e1b32e921385dd5126e8935..4c0256b18a40a1626ef13a5142cb7989058629f5 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam.h
index 38f7f639840d0c90c6ef8d0251b4da14b252589d..700e25c36a19bdcbfa949ba1193db25fc33df4f1 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap access XLOG definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam_xlog.h
index 4a8beb63a6ca97c7c714943ccb3f4aa6e5760d18..9993d5be70b7c29a4c09e4bc8e882bdd9caa16eb 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hio.h
index 61b3e6863987a6c381402ad1c355eed15d71a2f4..e78d804756a301f3a5e34d06a5910264f7236c7a 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup.h
index b0d4c541211d6e974d00f19c42f2b2c3fca25c5d..2ab1815390c3c3f38e3b2dc02aadf6f7a271d52c 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap tuple header definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup_details.h
index c178ae91a9c70bb65217f30a048a7be49f081ec9..0ffa91d686188b5d2369c48f7f89d8a2773ec6d8 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/itup.h
index d5e18c67338adad69264532fea4e3d558071bda0..18fe380c5f434da0657c980a87a3fca8c1131c10 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL multi-transaction-log manager
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/multixact.h
index 2d4c36d0b8976f2ecca33c4ebbe294441240853b..d28f413c6635a6436157bd95547b92a95b646ee5 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/nbtree.h
index e3cddb2e641892fd3a39b36a1ba227bf9967e39e..8297df75fe8db4faa97ac2800b2b98211b3e9d34 100644 (file)
@@ -3,7 +3,7 @@
  * nbtxlog.h
  *   header file for postgres btree xlog routines
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/nbtxlog.h
index d381afb2857dd2ca98e05cbc6eb72839e65afe30..8c6a747ceda6c69c300cfdb3bae9ff6ff7c18068 100644 (file)
@@ -3,7 +3,7 @@
  * parallel.h
  *   Infrastructure for launching parallel workers
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/parallel.h
index edf28cece97ed37ec43a80f33235c157dceebb8e..4184f16560c7a0548689e1716b1ef818c6b17bdc 100644 (file)
@@ -3,7 +3,7 @@
  * printsimple.h
  *   print simple tuples without catalog access
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/printsimple.h
index 1b5a003a99216e367fa93a89e1716cf9283cf3a3..94f8d705b52f78f8f9fcf53d376b960ce3465242 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/printtup.h
index cd43e3a52e8ac9be7954b90c280bf8781cc35f27..94739f7ac6d4fd04a1c80e8b17282b6b4a15300b 100644 (file)
@@ -9,7 +9,7 @@
  * into a lot of low-level code.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/reloptions.h
index 147f862a2b85fcf19ab3992b3c5d2eda6ecc6b5b..9c603ca637ad7710d53df7998f182b1a1bb80f4b 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/relscan.h
index 91ff36707a307f027d8253dcc825c890ba8ade94..6d7f669cbca100425535c4f668054978dcbf74b8 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteheap.h
  *   Declarations for heap rewrite support functions
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/access/rewriteheap.h
index 2f43c199d37189a967df337108951e2cc0b73fd4..0bbe9879ca1836516200482f9efd9be31787b58d 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/rmgrlist.h
index 65eab485517cfc2e851bfe86bb6008abd44dd507..490bac11d319c01dffb81d68843127839259bb6b 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sdir.h
index 45986208c8b8c8d3c02ac528216ee8df9eaf85f4..37971c1c6671db8a3e6ecd701e09ccfd44c9c24c 100644 (file)
@@ -3,7 +3,7 @@
  * session.h
  *   Encapsulation of user session.
  *
- * Copyright (c) 2017, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * src/include/access/session.h
  *
index 2f4814f140f7f360a5a765974ec772ce0dee5d17..ab3bb2c8eb80a50b5fc66cb0196c11cc9c60f5fc 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/skey.h
index 20114c4d44469a77fca27ddfffc1de4d7fa9159d..0e89e48c974759ee074a4c9cc1f734e5b22d1f89 100644 (file)
@@ -3,7 +3,7 @@
  * slru.h
  *     Simple LRU buffering for transaction status logfiles
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/slru.h
index 06b1d88e5a7cf032982b3e326de58edac21dc686..c6d7e22a389814ffcff1e0b0be806063b1463237 100644 (file)
@@ -4,7 +4,7 @@
  *   Public header file for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist.h
index e55de9dc54840d1f75d51525cb8acdb80d50c21c..6d5f1c60460085da1de037678d36864db9368ee3 100644 (file)
@@ -4,7 +4,7 @@
  *   Private declarations for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist_private.h
index cf4331be4ae4b8b7527294bad79fe2fa6ae04f00..b72ccb5cc489dfa7c52a81723a076b15194e7901 100644 (file)
@@ -3,7 +3,7 @@
  * spgxlog.h
  *   xlog declarations for SP-GiST access method.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgxlog.h
index 91d57605b25bd0a5c773a283599cbda7dfa9b2c5..bddfac4c104d668a9a42694cefc53b275774f788 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES strategy number definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/stratnum.h
index 41716d7b71741b8909bb1601cd08e6441d7b6ceb..ce700a60ded2a8c09cde8c2d098c25a07427adc1 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL subtransaction-log manager
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/subtrans.h
index b88c5e11411189a45c4ec417ad082ab4dd799989..c6f244011ab74f5027d18a91e3a5ad30bbd78b74 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES system attribute definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sysattr.h
index 4bdb0c1f4fef7843afc25f2dcc95b74fe78b3406..a9bf18cab6b3bb8904e2a2b378c31329e6c5b2fd 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Functions for reading and writing timeline history files.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/timeline.h
index 86076dede1e5b454493217af3ed804030c690b66..83ec3f19797b3aaade03cda841af909dbaa596b6 100644 (file)
@@ -4,7 +4,7 @@
  *   postgres transaction access method support code
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/transam.h
index 3d94cc646613cb69497f5f63452c718a135a0619..3ecd4737e5decf00ed55d3ad300c68c482508f12 100644 (file)
@@ -3,7 +3,7 @@
  * tsmapi.h
  *   API for tablesample methods
  *
- * Copyright (c) 2015-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2018, PostgreSQL Global Development Group
  *
  * src/include/access/tsmapi.h
  *
index 173904adae0bb9535f641fd1c9d0637e0e7e286d..66c0ed0882aedc8b66877fee44758c0326b98e38 100644 (file)
@@ -4,7 +4,7 @@
  *   Tuple conversion support.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupconvert.h
index 2be5af1d3ec9c0561778b10ece96193b09adea53..415efbab97e59751cdaf86b573ab25602ee502fb 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES tuple descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupdesc.h
index 6746203828f9f3b4c449313436a000f97f65ea8a..1c3741da65b03594a54843f356e31fd8f54e0db2 100644 (file)
@@ -4,7 +4,7 @@
  *   Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupmacs.h
index fd9f83ac44943383b9f043e89784f37b2a9bd153..f99291e30d48674981452426b8e9d44bec056fc6 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES definitions for external and compressed storage
  *   of variable size attributes.
  *
- * Copyright (c) 2000-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2018, PostgreSQL Global Development Group
  *
  * src/include/access/tuptoaster.h
  *
index f5fbbea4b681429f33620b0722ddc9226bd07feb..34d9470811bcd3c6b90ac76642dd94326c5077c2 100644 (file)
@@ -4,7 +4,7 @@
  *   Two-phase-commit related declarations.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/twophase.h
index 44cd6d202f2003201d8ef055d7ad16540b4cdb2d..ba9cd932a7afd5e7d6c955cb6025a02b57c686b5 100644 (file)
@@ -4,7 +4,7 @@
  *   Two-phase-commit resource managers definition
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/twophase_rmgr.h
index 53a7d0685aec1efcb4d2e1e3580780556cb1f623..1e2d23f64559c3ae6ed5924c639a8c2cb7a346fe 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES tuple qualification validity definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/valid.h
index da0e76d6bef17c00f73f90ae6a327b20d94df508..b168612b4bbd57f7c5d801442effaaba9f017c82 100644 (file)
@@ -4,7 +4,7 @@
  *     visibility map interface
  *
  *
- * Portions Copyright (c) 2007-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2007-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/visibilitymap.h
index 118b0a8432f2a82ab7a190e96ad11d21ed6a35fc..6445bbc46f3e062f558b5dfe9723a886a97a80cb 100644 (file)
@@ -4,7 +4,7 @@
  *   postgres transaction system definitions
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xact.h
index dd7d8b5e40308defb3a888cce337a5bae904d283..421ba6d7755605473333b95bc7ae308766f2b4c7 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL write-ahead log manager
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog.h
index 7805c3c7471401dd925616bd511beacfdf439a1d..a5c074642f6891c957ba9bf955a8b8ac704f1365 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog_internal.h
index 3a80d6be6f5fb89ea37c5871f82f54f051460915..0a48d1cfb40ea72a7a9c8ca001386baa0de682eb 100644 (file)
@@ -4,7 +4,7 @@
  * Postgres write-ahead log manager record pointer and
  * timeline number definitions
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogdefs.h
index 174c88677f5d88ec29d7a3d9ef7fd7de492ffb79..fa62f915afcf2313e894dba63678ccd0bee1ca13 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Functions for generating WAL records
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xloginsert.h
index 3a9ebd43543567068ddb033da998caf50a770f04..688422f61c49896c7b696384e5fb78a7bc21de4b 100644 (file)
@@ -3,7 +3,7 @@
  * xlogreader.h
  *     Definitions for the generic XLog reading facility
  *
- * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/include/access/xlogreader.h
index b53960e1126d5501651575febf5189a53d83483f..863781937e48140567fd85e50f04df4dc94e5bb4 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Definitions for the WAL record format.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogrecord.h
index 114ffbcc539d3ea1d65ef1c69e4a5badc3c961c9..c406699936592694a58ad7dde0d1ab7b78e82583 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Utilities for replaying WAL records.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogutils.h
index 35eb9a4ff51621f5b469ba2ff4d4482640508a15..4f4129419f28adcd0ba4654570303d1d6f2d89af 100644 (file)
@@ -4,7 +4,7 @@
  *   include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/bootstrap/bootstrap.h
index 22535a7debb4820fe0ceab5d2c449be190090539..34a7fa67b45e9f3d44a173934ef6b2b55957ea78 100644 (file)
@@ -9,7 +9,7 @@
  *   polluting the namespace with lots of stuff...
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/c.h
index 5ff365fe53b372c054954390831d9fd28d0fb72b..abc6e1ae1da16042655e800cda583731dacd26af 100644 (file)
@@ -4,7 +4,7 @@
  *   variables used for binary upgrades
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/binary_upgrade.h
index 8ce9a9966a436a69be07bf786255c3a1808f6345..3e280b3750892832cd6d5000a8b68a35f5f27eee 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in backend/catalog/catalog.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catalog.h
index 3934582efce04511b747c94d12760c82de0480b2..f1765af4ba55a7d561b499369877cfeb6b88d095 100644 (file)
@@ -34,7 +34,7 @@
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catversion.h
index b9f98423cc21f77b78f8303dfcd1e4833701a2da..6f290d5c6f1160cbd0320771ba59ce9179250fca 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/dependency.h
index a2cb313d4a705320fff85b67609d926b59e829bc..59b0f8ed5d6691d55861b18a5e9285af5bbd8249 100644 (file)
@@ -9,7 +9,7 @@
  * bootstrap file from these header files.)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/genbki.h
index 0fae02295b1b104eee4ef09a97174ccf94e90b0d..9bdc63ceb5ac782b2fa43e63611b5e6305323da0 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in backend/catalog/heap.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/heap.h
index ceaa91f1b2e30fdfbe81a6890cd8a12c55d05fea..12bf35567a7e334a9cf36624c2c6bfac4bd3f2f4 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for catalog/index.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/index.h
index ef8493674c6d30180166055cadeae859cf533b2b..0bb875441e39e0e1483554fc344fcd7758308173 100644 (file)
@@ -5,7 +5,7 @@
  *   on system catalogs
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/indexing.h
index f2ee9356236d921c512341f0dfe18340d52dcd69..5f8cf4992ea68dd0f3a02471869a55065fec7dd4 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in backend/catalog/namespace.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/namespace.h
index 251eb6fd88847cc902d2dbf120d959b2a58016bb..2ce2217b1e721f463085a992002294c8a999d3ae 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Object access hooks.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 
index 5fc54d0e5791a2e7ee93a7a5de754e1e85d86ea1..834554ec173363280175b3c600dd84975a1067df 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.h
  *   functions for working with object addresses
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/objectaddress.h
index c4a010029ae597e5d0c9a498cd12732479350e54..e9ac904c72e9d2d213293ac40ef12c5700d77736 100644 (file)
@@ -2,7 +2,7 @@
  *
  * opfam_internal.h
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/opfam_internal.h
index 2983cfa21762361890a74d4c5cba9200940d0247..ea0f549c9a4cfb7bd0a46af69dc2f2b28edfba68 100644 (file)
@@ -4,7 +4,7 @@
  *     Header file for structures and utility functions related to
  *     partitioning
  *
- * Copyright (c) 2007-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2018, PostgreSQL Global Development Group
  *
  * src/include/catalog/partition.h
  *
index 13f1bce5afa37d44cd48cbf75ec3fa833070d22b..125bb5b479d2c6808886c28c682c846f8717179f 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_aggregate.h
index a323aab2d4b6d199dc740088f063f0429bd2cb3e..00f533ae48b0c0e9391c703ce745f7a1c19a2099 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in catalog/pg_aggregate.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_aggregate_fn.h
index e021f5b8947d344e5e29bf48c0ac11774319e395..2e785c4cec2ceb58fefa40fd9cb838320055fa9a 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_am.h
index d8770798a697b91195d8c40cc4dd7487a338b8a9..03af581df4e9d7ad46bb5cc85ab80b852c0b3036 100644 (file)
@@ -30,7 +30,7 @@
  * intentional denormalization of the catalogs to buy lookup speed.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_amop.h
index b25ad105fd1faee8e54c270178d8c1d09d3f0936..f545a0580d2e1ba4049f3bf3be5802f20002228f 100644 (file)
@@ -19,7 +19,7 @@
  * some don't pay attention to non-default functions at all.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_amproc.h
index b877f42a2d21eb302b98042f7325560196bdbf63..8a8b8cac52dc6db4d52f415b77a8700098c10456 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_attrdef.h
index bcf28e8f0459dddd7adf872c3226dbca67f1a683..6104254d7beb9d6e452467aa277d3cf60a6965c0 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_attribute.h
index 6a954fff9787e97c8d6c5ff1e264990bdc412fde..ae3c14aa7a1a4bbdc0616c91ec99f4ad6617078c 100644 (file)
@@ -5,7 +5,7 @@
  *   (pg_auth_members) along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_auth_members.h
index 9b6b52c9f9192d5cbafee036dbfd77925d9de9ab..772e9153c449eb0cec6590f858a40b4543b8c926 100644 (file)
@@ -7,7 +7,7 @@
  *   pg_shadow and pg_group are now publicly accessible views on pg_authid.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_authid.h
index 17827531ad2d80d5c2a785cd27495bdaea77362d..b4478188caba8f5b4320a5efa4d3c5415fbb594b 100644 (file)
@@ -8,7 +8,7 @@
  * but also length coercion functions.
  *
  *
- * Copyright (c) 2002-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2018, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_cast.h
  *
index b256657bda08f1377952202619a1ac1285347b35..e7049438eb5266d7552e21a52a1e9cedc052e75d 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_class.h
index 0cac7cae72d0652803ca8f86d0bff7a2bdc3c31d..8a3aa74b949095d939795a59aedb73ad8db5a0ea 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0ef31389d52553dca0c65801cef0f55d5435a653..f01f2ae65ee19c4419f4a7eb64f4f3114d99699e 100644 (file)
@@ -4,7 +4,7 @@
  *  prototypes for functions in catalog/pg_collation.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_collation_fn.h
index ec035d84340d39d79cc2b12fd45e8d24e05d9936..8fca86d71e7e957a4e50a732dc56186184dd9938 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_constraint.h
index 37b0b4ba82c37fcac64d03aa11ce7f288d47250b..6bb1b09714384d0c514fba4c68a936c05b1bed61 100644 (file)
@@ -4,7 +4,7 @@
  *  prototypes for functions in catalog/pg_constraint.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_constraint_fn.h
index 9e9e01427e0b7bfcc1fe63e606486bea78060d43..773d9e6ebae967829f1a651bef17730b3984f149 100644 (file)
@@ -5,7 +5,7 @@
  *   However, we define it here so that the format is documented.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_control.h
index 9344585e666810c6356d7933e3f193a104c4962c..29f3c9d65ad1a9bae18cc3e3103eb644fd93b6d4 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_conversion.h
index 7074bcf13a5be803522e621169b03b825e872162..f8f8a78b7d3fae9e25277e43bf54196bac5cdbdc 100644 (file)
@@ -4,7 +4,7 @@
  *  prototypes for functions in catalog/pg_conversion.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_conversion_fn.h
index e7cbca49cf2de5c9eb23b54f576dcee086ac0e2d..56f9960dfe81579da3ff346a8c3780a47dd5a6c8 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_database.h
index 4a8e3370c9ef0da2195cbf33ba6b076384d8de59..86cc17d725c0c100afe82d9c18904afeafbf0209 100644 (file)
@@ -4,7 +4,7 @@
  * definition of configuration settings
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_db_role_setting.h
index 09587abee6b27d2a744c3e49bd0ee50fe637a574..11b306037d0bc51d3b220a00a782c3ad94579405 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of default ACLs for new objects.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_default_acl.h
index 8bda78d9ef680a8e8bd33f6808c8734586b746b8..be3867bbf2fd9e16dca054b6f303f8a944055191 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_depend.h
index e0499ca2d6a5ff48d82f0460113b9c987d2bc473..d29100013ea49eadd63da0fa683af7694a618881 100644 (file)
@@ -19,7 +19,7 @@
  * for example).
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_description.h
index 5938ba5cac307d2e4d2095526f1491228015d926..a65a8f45b6a6a5ca6c23a59bdc4ec7eb6c70d08c 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Copyright (c) 2006-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2018, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_enum.h
  *
index f9f568b27bd6722c758bb797e86c619d5f75881b..e03c81997c62baf7b105c0d0f9014989075f0439 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_event_trigger.h
index 2ce575d17e605f1488495d7b9959231c91cb6ff9..9ca6ca7936c7dca83c0db779f19993e8887f1e62 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_extension.h
index af602c74ee95d6ec3dcbea1569bf6838103c24cc..dd00586b6e31b66bf7dd278bcb6f6956b892c98e 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_data_wrapper.h
index 689dbbb4e72830eda840787ca3c47da370d9d51a..a8c9e8754030fa0efb360e07f197a38841f98e00 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_server.h
  *   definition of the system "foreign server" relation (pg_foreign_server)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_server.h
index c5dbcceef1c7d744c79acc7fefcfb0159dfb33a3..210e77b79ad5809117f28d8c2193faab36a0ee04 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_table.h
  *   definition of the system "foreign table" relation (pg_foreign_table)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_table.h
index 8505c3be5f01ceb0a7104bcf3c22da728d992a6e..057a9f7fe4acf3f3e3691b2181071aa435c394eb 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_index.h
index 26bfab5db68a99dd88181ad5d367e2fdf3344afb..3c572f421bcbd5693fc8ca09d3134d3cb916f358 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_inherits.h
index 774338889920cad48539de6922dc80e78ce4d832..405af230d14c35b0bb159fe60ec69d50824b317c 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in catalog/pg_inherits.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_inherits_fn.h
index 5fca36334bd887d751569a9be0bc40a4f37e8a6d..6ea005fdebfec0db4e933df1fb9b4bad7103cc03 100644 (file)
@@ -15,7 +15,7 @@
  * for a table itself, so that it is distinct from any column privilege.
  * Currently, objsubid is unused and zero for all other kinds of objects.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_init_privs.h
index ad244e839bbef833f40552ff372f3f28ec44211b..8ae78a0898b0ae08ea6aafe487b36fc1b55ba666 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_language.h
index f2df67c35f78404ad88d4999a26f2f6882d841ed..0a15649dddbddac4a8d88f795b6b4affdfdea677 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_largeobject.h
index 7ae6d8c02bf43861a30a944bae5efc5c9f357022..4535b51b53abb538555be2f5d1cc4adf16ab7fee 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_largeobject_metadata.h
index a61a8635f60ba2a3c73c7eb15500973e1b4f0f40..ac22d8918e24479cb6b64674e485e64b81ee6493 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_namespace.h
index 6aabc7279fe9c166b4c1ad78dc580218061af65a..e11d52eaa812ea71922adbdf76fea7c4c8b337e7 100644 (file)
@@ -25,7 +25,7 @@
  * AMs support this.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_opclass.h
index ff9b47077b0a53e2119f16c76710e15bfd8f44ea..e74f963eb507f99fdd110318f93affe57c940bb4 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_operator.h
index 37f5c712fe5e42e04e5d6fc41582cc28dc88124d..6a2b39c2e7e1cabf6e424275076d1bc13085345c 100644 (file)
@@ -4,7 +4,7 @@
 *   prototypes for functions in catalog/pg_operator.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_operator_fn.h
index 838812b9328409f2adf4edf892feea964ef38794..b5444742548bee4a02f42676c8d9b1734c99b191 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_opfamily.h
index 731147ecbfdfe821922c1c75ed65c6db7f2520f6..9dc66f4954fd8ad76f0eb2b7e82b3796321d7bf3 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_partitioned_table.h
  *
index fbe71bd0c36cd3c6deffbf9cdbe6845e10b7be63..d89f2db9e6c614183541cc8c723bbafed335608c 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_pltemplate.h
index 86000737faa22079b8e8ad879748821b9648eb19..0d94f1ad72b3c0fc985e10dc89ef625bcdcb1079 100644 (file)
@@ -2,7 +2,7 @@
  * pg_policy.h
  *  definition of the system "policy" relation (pg_policy)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  */
index 830bab37eae04720910d9d1796d16d5dbfebca0f..298e0ae2f0cfef529516850dd30897552a8f00f5 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of the system "procedure" relation (pg_proc)
  *   along with the relation's initial contents.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_proc.h
index 2c85f5d267622d669aac5d72d00ad3dbf9b9a3d3..098e2e6f073d0320a05a992fc11e710755104ccc 100644 (file)
@@ -4,7 +4,7 @@
  *  prototypes for functions in catalog/pg_proc.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_proc_fn.h
index aa148960cd985f4356a291e0cde4351a73cd67cd..7bdc634cf3f9b5bd76efe4f03a734ee6c522fdbe 100644 (file)
@@ -3,7 +3,7 @@
  * pg_publication.h
  *   definition of the relation sets relation (pg_publication)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_publication.h
index 3729e5abdce7df44255c86cd8ff4d7933e362787..033b600cee49851d2f68b3d3ab3c0909a71ef69d 100644 (file)
@@ -3,7 +3,7 @@
  * pg_publication_rel.h
  *   definition of the publication to relation map (pg_publication_rel)
   *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_publication_rel.h
index f12e82b2f2dbe3ac281fe35b6bf5694c7e76b8f9..00d02d1712ee6939b616c9d9278912d47b66bd03 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_range.h
index 24c8a8430cb432ae83d42b0a04fd3173ec678411..9656179ad41c5d8af1903aeb50a7563debed72e5 100644 (file)
@@ -3,7 +3,7 @@
  * pg_replication_origin.h
  *   Persistent replication origin registry
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_replication_origin.h
index 48b9333a9dffd29facd5d8da366f412658a344f2..81f2b19a74dd173d12cf5fea31af8489340aae13 100644 (file)
@@ -8,7 +8,7 @@
  * --- ie, rule names are only unique among the rules of a given table.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_rewrite.h
index 3db9612fc30c30e9857b518c4f877206f6d2f81b..70dc01ebfcf0e3f5689d05a94d3eaaaa0ebebfe4 100644 (file)
@@ -3,7 +3,7 @@
  * pg_seclabel.h
  *   definition of the system "security label" relation (pg_seclabel)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 6de54bb665d45b0e883badc4a9396c0ef0a4ff0d..a78417eaeb52a2d2e241b2516c991742df6b34c1 100644 (file)
@@ -3,7 +3,7 @@
  * pg_sequence.h
  *   definition of the system "sequence" relation (pg_sequence)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 51b6588d3ed4688f2b804c867d1f5e779c1ac2c9..ae40377e4ef195a4ffc4f4aeef0eb752e14aaf44 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_shdepend.h
index 154c48b584cdce6d10db6f245eb139a9e3431ac9..d4ec616f3bf54d2ea6bb2c0b892cd4daca0ed6e0 100644 (file)
@@ -12,7 +12,7 @@
  * across tables.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_shdescription.h
index f8a906bb126848c677d2408ff4dce59d4b6191a7..57b854c217625f63a77a0676d2d2dbd8f676ea58 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shseclabel.h
  *   definition of the system "security label" relation (pg_shseclabel)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 43128f1928db967fa7b642a4683677683a751504..a5c85feffefcee2c3799a7304192d6a9d9ce91fa 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_statistic.h
index e6d1a8c3bc8aa8e7992ac3f95afdcae34bfe08a1..2f5ef78c6c73c5369739e2351ea93fc5d3e947fc 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_statistic_ext.h
index 274ff6bc42b9386bf0f6f2c7c33d688306d0e146..46d0b482320d38ab446e86a6a3872da481801bc5 100644 (file)
@@ -3,7 +3,7 @@
  * pg_subscription.h
  *     Definition of the subscription catalog (pg_subscription).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 57482972fb99dc260fd48e700115895ee058b8e7..d936973a9da091f768037fa1f4e543daf500356f 100644 (file)
@@ -4,7 +4,7 @@
  *     Local info about tables that come from the publisher of a
  *     subscription (pg_subscription_rel).
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index b759d5cea402e9838274470eed118d0c9e55b4c6..39670566499e4298243e29d7a2a6a08e1c271206 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_tablespace.h
index 8b1610bb838297b94f96e3a2bef2dd3226840d33..d4fc4649d5916abfbd10f3c581e14b2fb52dc0ef 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_transform.h
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_transform.h
  *
index f413caf34f4f7a8918c77d14abe1ddaa0ff2d0ed..c80a3aa54d0e73265216e8f47f28f25fedb36690 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_trigger.h
index 0ba79a596f85a76fdbf9dada05041569e80b5661..51b535ee4f9d43e536281fac6e7218471552b671 100644 (file)
@@ -4,7 +4,7 @@
  * definition of configuration of tsearch
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_config.h
index 3df05195bef8d5a53ba22abd67600dec772c141c..a3d9e3f21f6db0ae0d949bf827e353daddec25d4 100644 (file)
@@ -4,7 +4,7 @@
  * definition of token mappings for configurations of tsearch
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_config_map.h
index 634ea703e3403309509101b1d1ac05d65dd0ff72..9d9c06a982c8b2d77f3c382cbf96990e614db546 100644 (file)
@@ -4,7 +4,7 @@
  * definition of dictionaries for tsearch
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_dict.h
index 96e09bdcd8b53e514021872af80aa200a43c47a3..96ffd818d7b8e7fcdaffe1eec22006d85495aaa6 100644 (file)
@@ -4,7 +4,7 @@
  * definition of parsers for tsearch
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_parser.h
index dc0148c68b922d9dffaf86586069befd64df49ea..8a7203f0a7e04f073d2449d1a6ab19206383855e 100644 (file)
@@ -4,7 +4,7 @@
  * definition of dictionary templates for tsearch
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_template.h
index e3551440a04a72e4d3453eb172b9555c05c67d38..5b5b1218de9efe6b723b728972bcae4b20306c66 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_type.h
index b570d3588f846336b2ebd956970a4225eeef6c09..0ea0e9029ac203d19fa8b61644128f260e081e74 100644 (file)
@@ -4,7 +4,7 @@
  *  prototypes for functions in catalog/pg_type.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_type_fn.h
index f08e6a72edf989384bdeb9b160c2c541b0466fda..686562a4d2db1a71ed6f135063f356013462e6d0 100644 (file)
@@ -3,7 +3,7 @@
  * pg_user_mapping.h
  *   definition of the system "user mapping" relation (pg_user_mapping)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_user_mapping.h
index a3a97db929a482ca51cc35faf7792b82ffb71157..ef52d85803806e0be6dbf7f1082ad6fd63a966fe 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in backend/catalog/storage.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/storage.h
index 4c080052284bc5e39b17decfec506e9155d9c648..573807159865eac30414cb50eef9d1597410c251 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for XLog support for backend/catalog/storage.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/storage_xlog.h
index f82a7995720552dbe6c54639dde67e027b4f593a..f6387ae143f9380cf026a040f834a5ccccbdfbdd 100644 (file)
@@ -4,7 +4,7 @@
  *   This file provides some definitions to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/toasting.h
index 4365357ab83c48e05801a50f12165e59017d6d36..402a4b2d58285855a59c175197d9d36144d1ab0b 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for commands/alter.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/alter.h
index 939711d8d9483555a5acad06185f2938bc82ff26..d5868c42a025a60ab94763a8c87d23895001faca 100644 (file)
@@ -3,7 +3,7 @@
  * async.h
  *   Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/async.h
index 7bade9fad2d70e01467599e4724d8a632f63550f..b338cb10988ddf5005c6e2eb4f1af72fd5bcd43b 100644 (file)
@@ -3,7 +3,7 @@
  * cluster.h
  *   header file for postgres cluster command stuff
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/commands/cluster.h
index 30e847432e26dcdaf72ccdda76445814160229f2..9b0f00a997e9dbe2eacff31cc48f7b2ac6ea0b46 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for collationcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/collationcmds.h
index 0caf0e81ab94c10aecc85ab450dd0db35e98cf29..411433f862cc3d32e5ae7d001af43d3358b54bca 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Prototypes for functions in commands/comment.c
  *
- * Copyright (c) 1999-2017, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 70545057945e377b798d3ed6a2ff6f05ea8045ca..9fd40cb6f0448c5f53becedefdd91c0f371fd166 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for conversioncmds.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/conversioncmds.h
index 8b2971d2871849c5defcde42e991191a6e3f0367..f393e7e73d7ff8bb6eb26614f3d1adf00ed13c67 100644 (file)
@@ -4,7 +4,7 @@
  *   Definitions for using the POSTGRES copy command.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/copy.h
index aaf4fac97bd296be5c46470f436a532395f1e1d7..03ba21ded835e4da465f6175a904feae67b10443 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for createas.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/createas.h
index f42c8cdbe305e13ed7b6c9e61a628c7b4716cb12..677c7fc5fcb5070b47d5ee5fd98efe23b87f1d91 100644 (file)
@@ -4,7 +4,7 @@
  *     Database management commands (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/dbcommands.h
index 63b1a6470c00908c55fbc2726d06ff8278369bdd..83048d6c5bc6a425a8dd7efa96f80fe723f70568 100644 (file)
@@ -4,7 +4,7 @@
  *     Database resource manager XLOG definitions (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/dbcommands_xlog.h
index 52cbf61ccb066f88b2c55347c21f11b26886d57c..1f18cad96331e638e5104a8129577aebacaaf55d 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES define and remove utility definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/defrem.h
index 8ea0b30ddf9ce6f992c68d069b15a1b283379121..bbec7ef6efb888c1e56933f3b53348b4d499c607 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for discard.c.
  *
  *
- * Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/include/commands/discard.h
  *
index 2ce528272ca604811801ed9674accc3930ef5bf0..8e4142391dd36e7e15cf728ae1f725133b3f251f 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.h
  *   Declarations for command trigger handling.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/event_trigger.h
index 543b2bb0c63c15b6068a58fa293dae27a1e609fc..dd8abae98a23606bccd61386b58c44a9f4ff085b 100644 (file)
@@ -3,7 +3,7 @@
  * explain.h
  *   prototypes for explain.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/commands/explain.h
index a0dfae10c6fc68bbdea82ca1ee551d434efe6bbc..068a3754aac8e5ebfaa2bf9ad98da8384fc40a34 100644 (file)
@@ -4,7 +4,7 @@
  *     Extension management commands (create/drop extension).
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/extension.h
index cdb5c62a521ed6d58dc4254866e13f1858685f54..6420e13e7521d06fe7a602949bbafc3963cfb8cf 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for lockcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/lockcmds.h
index 3feb137ef4edd40151cfb66e5edaac329dc9c76a..3b30ad76b2c2cdfdf91d940670f3da558f054c1b 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for matview.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/matview.h
index d6a920ccefe17c4924c87b482a48524c716a7ed2..acf621a8ecdbb6e63f5d1d4a02a0a5a8da47149b 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for policy.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/policy.h
index 488ce60cd610329865552df9b5c17fa67d2ddb38..99dd04594fd46104f53142425a94bc5c40b9f946 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for portalcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/portalcmds.h
index 5ec1200e0aed780951bcb31ddefccc4bb011b94b..ffec029df40c69dfbc27acb503b372d353dc50b6 100644 (file)
@@ -4,7 +4,7 @@
  *   PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage
  *
  *
- * Copyright (c) 2002-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2018, PostgreSQL Global Development Group
  *
  * src/include/commands/prepare.h
  *
index 9472ecca631f872d5d71d5fa8801fe66912c4954..6a6b467fee4705551fc231fe176dac4061056c86 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/progress.h
index a2e0f4a21e85d50ead4d0b3d78b23150b1f76d24..0c0d7795cf131f96b83a3ae9d3206d310ccbde72 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for publicationcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/publicationcmds.h
index 381e5b8dae7fd829c17cff1a53633dbe205c65ca..bf00754245bce23f86bd7d10e6c15c413fde0753 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for schemacmds.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/schemacmds.h
index a97c3293b29de939df6eb8ebf83570185c6b1ee7..85f2cf67aafb9c17deb73039e5583b066b92facd 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Prototypes for functions in commands/seclabel.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #ifndef SECLABEL_H
index caab19513067ccd161288e25f7040a21066e5e83..3f58bae31a083e6c691b0789700244c7d1924e40 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.h
  *   prototypes for sequence.c.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/sequence.h
index 3d92a682a155f5e6a26c18fb2fb930f9b151206b..6d70ad71b17afeb4a23aca1a17dc450ea780c627 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for subscriptioncmds.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/subscriptioncmds.h
index da3ff5dbeec5073de0280ef386971224ac6afb4c..06e5180a305c2c187db1333347465857e4c6762c 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for tablecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/tablecmds.h
index ba8de32c7b050d2549eb37462c5f95e5d2acdc21..d52b73d57ab86ffa6934e000fb8840b197244521 100644 (file)
@@ -4,7 +4,7 @@
  *     Tablespace management commands (create/drop tablespace).
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/tablespace.h
index adbcfa1297a97cee00b660c0138d2a0e09acfb02..ff5546cf28cc8cdd7234eb59a7a0a2b1963bf93b 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.h
  *   Declarations for trigger handling.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/trigger.h
index 9fbf38629dfec0af024519afa59daad23e42043e..a04f3405de1f83900ded8375c93ee6c2a260bd11 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for typecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/typecmds.h
index 60586b2ca64644fe52ccfcd38a1c13fa1988c1f8..797b6dfec8d152c6326bc6297d689d4cb33d9583 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for postgres vacuum cleaner and statistics analyzer
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/vacuum.h
index 575339a6d8a65d4941f2ee5ed973e97e16f54b58..4ea3b0209b1733ef6955dc00e405bcc2426260f6 100644 (file)
@@ -2,7 +2,7 @@
  * variable.h
  *     Routines for handling specialized SET variables.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/variable.h
index 46d762db220e63cbebdc2e1247fa4063c4bcd931..4703922ff69a2198a9c2edf4de1a9b470480a505 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/view.h
index 7fe19bb43216c30786e6505bac69dc17b19e6e92..32cec4b2104fe9bd961d6c0532868201ad05bb0f 100644 (file)
@@ -3,7 +3,7 @@
  *   Encoding and decoding routines for base64 without whitespace
  *   support.
  *
- * Portions Copyright (c) 2001-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2001-2018, PostgreSQL Global Development Group
  *
  * src/include/common/base64.h
  */
index f77532786198c5755f8c1b324d3f3a04d6855a7c..72014a915a92dc1db30c7fdd6956ad849b1fc004 100644 (file)
@@ -2,7 +2,7 @@
  * config_info.h
  *     Common code for pg_config output
  *
- * Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * src/include/common/config_info.h
  */
index e97abe6a5107b365ed5c86cafc3fd12323f3dff4..d8fd3163968594cf9ee06c351b367d2182cce0d8 100644 (file)
@@ -2,7 +2,7 @@
  * controldata_utils.h
  *     Common code for pg_controldata output
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/controldata_utils.h
index 6708670b96396d1e3438ba8900bd8087f27cfdb3..458743dd4019299362bf0c66007ce9f339540885 100644 (file)
@@ -2,7 +2,7 @@
  * fe_memutils.h
  *     memory management support for frontend code
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * src/include/common/fe_memutils.h
  */
index 52af7f0baa24604ec3c64b81454192a3adcad595..71f638562e2171ba8bb6df44d30c32dca5211cfb 100644 (file)
@@ -5,7 +5,7 @@
  * Assorted utility functions to work on files.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/file_utils.h
index e6907c699f08947790ca69268b17a118191d3bb7..feb84102b4b7fbf5e852cd8f9b27695b14f55013 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, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * src/include/common/int.h
  *
index af2c93da46df8adf31fb18863ac3894683c12007..2654f18f85fa57d8246244b6b191c99e9f8a368a 100644 (file)
@@ -8,7 +8,7 @@
  *
  * See src/tools/testint128.c for a simple test harness for this file.
  *
- * Copyright (c) 2017, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * src/include/common/int128.h
  *
index f53013987642b0013d5d2bcdadb4dcfb776c25f6..33147891d1db550668daa08339ca1bce798864aa 100644 (file)
@@ -5,7 +5,7 @@
  *
  * These definitions are used by both frontend and backend code.
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * src/include/common/ip.h
  *
index 60522715a8d77b37998238763b00d48c46e10492..0b31505b6656668cac314010157f8cc76f588b5c 100644 (file)
@@ -4,7 +4,7 @@
  *   lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/keywords.h
index ccaaeddbf4e9afeefe05740d6647a002ac29e746..905d3aa2197305036563fac1041ddf8fb72d5eda 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/md5.h
index ec5ef99451750c49388d90b633e8358b3f720fc3..9137dc9ed3949ea6fa62b25a825f85880e257419 100644 (file)
@@ -3,7 +3,7 @@
  * relpath.h
  *     Declarations for GetRelationPath() and friends
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/relpath.h
index 51be5a760ca0472e3c898deb2c633be795928acd..a4a263fdee041487ec6542b85451fe2b0403cda3 100644 (file)
@@ -2,7 +2,7 @@
  * restricted_token.h
  *     helper routine to ensure restricted token on Windows
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/restricted_token.h
index c7b620cf194a050d280e5f2260edc5abf2b4b296..dc1af15030c689a27a5e54de12757f9ec8e234f5 100644 (file)
@@ -5,7 +5,7 @@
  *
  * These definitions are used by both frontend and backend code.
  *
- * Copyright (c) 2017, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * src/include/common/saslprep.h
  *
index 857a60e71f4097bfdbb02cef85cd08cc87df7c8a..3d81934fdabe02e795f50c044315619985df3c69 100644 (file)
@@ -3,7 +3,7 @@
  * scram-common.h
  *     Declarations for helper functions used for SCRAM authentication
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/scram-common.h
index a31b3979d81142427f3e2d791f2054bb2b9f0d72..f3fd0d0d28a37c5f91a02013ff721cea6fa61d00 100644 (file)
@@ -3,7 +3,7 @@
  * sha2.h
  *   Generic headers for SHA224, 256, 384 AND 512 functions of PostgreSQL.
  *
- * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/include/common/sha2.h
index 5f3ea71d61329dae5d8e3ad8fb9ee2f3a623ee74..06934b99144661fe07733111b8b49b1975b276b7 100644 (file)
@@ -2,7 +2,7 @@
  * string.h
  *     string handling helpers
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/string.h
index 8741209751a6fa57678e68eb21732bf80131364b..34ca2622ec5408cd2a871653673e916c9302fc1c 100644 (file)
@@ -5,7 +5,7 @@
  *
  * These definitions are used by both frontend and backend code.
  *
- * Copyright (c) 2017, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * src/include/common/unicode_norm.h
  *
index da08e487e3ff467d684ee2cf6ab6b7e733491877..3444bc8d802cfb7f8b332a9d8b4198c02d072cd5 100644 (file)
@@ -3,7 +3,7 @@
  * unicode_norm_table.h
  *   Composition table used for Unicode normalization
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/unicode_norm_table.h
index 735572d382fa282a6cb6e0c8f87cacf10b8e15b7..1bb3496f9e3448153a533f3e90221891225bf78f 100644 (file)
@@ -2,7 +2,7 @@
  * username.h
  *     lookup effective username
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * src/include/common/username.h
  */
index 6f48d1c71b364f79d24de5ad0661c0d29c4dfdab..f5b6026ef5be4e539770b2318c96f3d6ca4fc379 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Note: this file must be includable in both frontend and backend contexts.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/datatype/timestamp.h
index 511205b5acc0497982e4cda0e3756cb5af7d0143..b0c7bda76f7969c17b6102260d7f76388a179d13 100644 (file)
@@ -4,7 +4,7 @@
  *   Low level infrastructure related to expression evaluation
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/execExpr.h
index f093f95232f869fc7b8f9f5f0779665d0b8768a9..626a66c27a02511fef9366b8234552c8314f8a27 100644 (file)
@@ -2,7 +2,7 @@
  * execParallel.h
  *     POSTGRES parallel execution interface
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 86a199d16994aafc4d14231acbe7c394197a421b..f0998cb82fb84216fcac89034739bb65c08cf00b 100644 (file)
@@ -2,7 +2,7 @@
  * execPartition.h
  *     POSTGRES partitioning executor interface
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cd04b601762a093127a312f66972e5aa3ffcc846..236b2cc4fdf56b806e930e9ea65d903f0557284a 100644 (file)
@@ -7,7 +7,7 @@
  * for debug printouts, because that's more flexible than printf().
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/execdebug.h
index 8c09961e281db914ee87ac54f093c1e84ce6ce19..10e9ded246bdba0760986a33da52d33024659fb6 100644 (file)
@@ -5,7 +5,7 @@
  *   and related modules.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/execdesc.h
index 2cc74da0ba3feb769dd7d40cd81fbe6cc19851e0..e6569e1038b0e79df1349aea0226ccfd748005e5 100644 (file)
@@ -4,7 +4,7 @@
  *   support for the POSTGRES executor module
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/executor.h
index 718d8947a3c7d9632cb97a1f9a45b5e29aa6b1b7..e7454ee7906e47903e6c2d52f5c4cafd0e3e77ba 100644 (file)
@@ -4,7 +4,7 @@
  *     Declarations for execution of SQL-language functions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/functions.h
index be83500b9df0fc0fcea5d0e470d779f4b734b0f1..6fb2dc04f6f250b6acd62fe85fe2dcc59805ec08 100644 (file)
@@ -4,7 +4,7 @@
  *   internal structures for hash joins
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/hashjoin.h
index f1bae7a44d7ef0e0beab450bf4ddd96321efdd9e..b72f91898ad9a9431678b0b2b44897d86f2d142a 100644 (file)
@@ -4,7 +4,7 @@
  *   definitions for run-time statistics collection
  *
  *
- * Copyright (c) 2001-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2018, PostgreSQL Global Development Group
  *
  * src/include/executor/instrument.h
  *
index eff5af9c2a4dfe9acf10135fb08a771049b33dc3..90c68795f1becdb359d178fc14983aa9a521b1da 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for nodeAgg.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeAgg.h
index d42d50614c8f811ffcf98e7fbc5e23d7e95e3f77..4e31a9fcd83abfc807f6fb81dc87e71cc1958c78 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeAppend.h
index 5d848b61afca40ae777bab87a0fc33dbc4598406..029e5b600d778f8b5ea62d7a655317865624d608 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapAnd.h
index 7907ecc3cb5cf4f89a291f45ae20f27479ef4977..e86d3e10d4ade4635d94595c3dfbd4429927dc0f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapHeapscan.h
index 842193f4df681c3bcb9fc6d30bf8537fcc0e9266..8b93baabea47be1c94012671958cc706a0fe39fb 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapIndexscan.h
index 526904eb4dc5d1b846d06bd74465126a5632944d..96f84d22ede966e54f6c4085e76a4e968354778a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapOr.h
index d2fbcbd5868a2f62bf318bce30cdb420f6b147e6..21f4f191cd1f7bbc7addf527bc6a2debf8301ae6 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeCtescan.h
index d7dcf3b8cb18dcd1bc39d5adefe1441f485ae4c5..454a684a4096e09359740d230c7bb038ff1529bb 100644 (file)
@@ -4,7 +4,7 @@
  *
  * prototypes for CustomScan nodes
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * ------------------------------------------------------------------------
index 152abf022bea8e30f5a0b96b761ca685ed590531..ccb66be733dcaeb9504946036ba07ad38b2158a9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeForeignscan.h
index aaa9d8c31666b228d4abd991001aa4904eea9760..5de8d15a5ffe3466d72c2552f8968bbeb7a9c297 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeFunctionscan.h
index 189bd70041f9d08b3b818fd6a8ac4071bd92db57..4477b855c45004b434bd8927c4aab7e3cb4cdda3 100644 (file)
@@ -4,7 +4,7 @@
  *     prototypes for nodeGather.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeGather.h
index 0154d733129e3f4b4eabb00025ce279a768a8d68..1e514ff0900d40291f0a0372369c2bc601b4868c 100644 (file)
@@ -4,7 +4,7 @@
  *     prototypes for nodeGatherMerge.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeGatherMerge.h
index b0d7e312c986820121f6b37b669fe61905699676..483390db8cea4c9a4140cef5e9aab3a4950d5241 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for nodeGroup.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeGroup.h
index 367dfff018c9d698e9f7d29c4301642faab2113e..8d700c06c55d585c9d24f3a8612973774ab4f980 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for nodeHash.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeHash.h
index b46bcc1f688b9bbb8b2666f2cfd0e743943e8852..4086dd538213a41cae3151fe28571fea21f1527e 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for nodeHashjoin.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeHashjoin.h
index c5344a8d5d2184ec76435c82b66097a2f292f322..8f6c5a8d09dcf948965c4542c5a3a1007bccb100 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeIndexonlyscan.h
index ae0f44806a52fa6bbbc6bb2e187815f82626ceae..822a9c9fade56c1704b7d0dfcd595fd828f83656 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeIndexscan.h
index db65b5524cd48ee74d19544c414e1d581b878987..160ae5b0263f4c26dfd412717aaca7290fb4e0df 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeLimit.h
index c9d05b87f1a973b3e2d5835527a78e8b22ec3a3a..e3d77dff560554d5420dd91624bee14e8251759e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeLockRows.h
index 4b3c2578c9c84b00f1eaab37e30ab46759ebfe43..84004efd5e97e2463a22230762d1e5f8e7571cde 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMaterial.h
index a0ccbae96518a8e332198fd9ea86a65aa8b7fa03..e3bb7d91ff902b796370a4f123a7bbd9f6049cb9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMergeAppend.h
index d20e41505db0e277b392497550a4245d34baebed..456a39d91477cc04678ac8fbdbadba9de07ec453 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMergejoin.h
index a2e7af98de8310ccdb9b1994f4380d61cc7b0970..0d7e579e1cb4eaee40652d2b6ec832e9459e8cc6 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.h
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeModifyTable.h
index 395d978f624d6cbee6061aebc201e04f90f2ebbd..6c7300bcb86b655bd456548bcb894b96985f1313 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeNamedtuplestorescan.h
index 0d6486cc57ac9dfe17080ce4658b341ace35221a..06b90d150eb251af9930c4a647273b672b5cf177 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeNestloop.h
index a0b0521f8d2119609ea60cd14cca601df7bec5e9..c365589754daab8e4679b168f024ce4986116390 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeProjectSet.h
index e6ce1b47831c676c00fb361984268756aedaaaac..09f211c5000b781707fd301d8540d70630c27a7b 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeRecursiveunion.h
index 20e0063410eb12d61174e27f9487722f62eec29f..422a2ffd4781bd34c8122c3dca9f87029ba7dd94 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeResult.h
index 607bbd94125a219aa489fdfb6e09a83817230033..0d489496cd4c3e617c4c0b2f416563097290d4c0 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSamplescan.h
index ee3b1a0bb84e4e52c11a2e3eb24ef1c68285e0e2..020b40c6b70095018702fd3b06fd0213ddadd6fc 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSeqscan.h
index c15f94504684b97f15482d12d2a0612c94f5fdd6..d41fcbdc6e6feb084cde11a594ba37f110747081 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSetOp.h
index 627a04c3fdc8e5d582e87628ea89b873ef773fba..22f69ee1eab6f9742b534242446fcc590169a68a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSort.h
index 5dbaeeb29a3deaf9a6122362323ecf6e0494ded2..d9784a2b71f66d20386b09ba443f54b913c38f21 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSubplan.h
index 710e050285ca7ced8efd99603992ad488a3c24c2..4bd292159c1cab80a910e7ca4708c5afac4f322f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSubqueryscan.h
index c4672c0ac0499d7adb67ce1cdb04d1fb13535f74..06ebbf31eb5d3f3b4b7f7d6e362439d50bb4b48c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeTableFuncscan.h
index e68aaf38290eb6ce4ac5f23ec51e883b5a2f7488..30d21ff2296a1792b85e6a558ac5e5ab2d1414e2 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeTidscan.h
index 008774ae0f07cd4e7eff356bd889be6626be20c0..b8a44b73c10265af17322912aca9a51b9e9f88f6 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeUnique.h
index 772a5e9705d634e73d713c40ad79b13fb42ff68e..b4f384b111a8d0f8a7a9a8ce41a3566384dfae9b 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeValuesscan.h
index 1c177309ae606be06d629ea836562281dd1421b3..677e2d8d07e7e85d5d8173022407c1acf3ef6ff6 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for nodeWindowAgg.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeWindowAgg.h
index df05e75111b1199ba44a7b14188b842f6edb1c5e..7daee1e40a6e51399b3b3d2699edfb15effa6d42 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeWorktablescan.h
index acade7e92e370e9441ded7acd571b37bb74a6c5d..43580c51585cc5e1d3ee21b1149c3a56eff2fc62 100644 (file)
@@ -3,7 +3,7 @@
  * spi.h
  *             Server Programming Interface public declarations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/spi.h
index 8fae755418659e708e87b1e87703158d8e9bcaab..64f8a450eb514d55917ad19046442d780bd05416 100644 (file)
@@ -3,7 +3,7 @@
  * spi_priv.h
  *             Server Programming Interface private declarations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/spi_priv.h
index 49e8c7c1b2ab17c1149b20494bc29b0e76149caa..29c546f83e4501cb8e19d7d9a80fd77c9b374562 100644 (file)
@@ -3,7 +3,7 @@
  * tablefunc.h
  *             interface for TableFunc executor node
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tablefunc.h
index fdc9deb2b2ee6dbc67e851466f285179b1848fc9..0fe36392525bae4678654e7605bfac25059b1400 100644 (file)
@@ -3,7 +3,7 @@
  * tqueue.h
  *   Use shm_mq to send & receive tuples between parallel backends
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tqueue.h
index ac4de3a6632b32058eb757c154b317b84a24dad2..5e2f83123c4b3505477276138b8343c8695ff27b 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for tstoreReceiver.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tstoreReceiver.h
index db2a42af5e917229b8eb5d68afeba3f03ac82b7c..5b54834d33e916a4a10673449bbd804218f689b3 100644 (file)
@@ -4,7 +4,7 @@
  *   tuple table support stuff
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tuptable.h
index e3cfaf3ddd3adb0e2e1b1de1c74082655adb0190..7d8019c203dabb442fc5a66f37789b3e39716d6c 100644 (file)
@@ -3,7 +3,7 @@
  * Multibyte character printing support for frontend code
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/mbprint.h
index 36b89e7d5728dbac249a0dc06efc9b3118a686ba..83320d06bdd2cc55e125edc48011e8953e2f78b2 100644 (file)
@@ -3,7 +3,7 @@
  * Query-result printing support for frontend code
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/print.h
index c199a2917e19ce971033aaa1646aa116e425dd0b..2d58c071f37e16d5144047ba63faeea957ee86c1 100644 (file)
@@ -10,7 +10,7 @@
  * backslash commands.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/psqlscan.h
index 2653344701463076068bbd1f038f9f59226f8927..0be0db69ab73d8ae1596d37f55b8d39104b9aba1 100644 (file)
@@ -34,7 +34,7 @@
  * same flex version, or if they don't use the same flex options.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/psqlscan_int.h
index 97bb34f1912c1d4160cacffc39486f5a04cb0d9f..9785489128cf772360b01fbec64e84fddf8a199a 100644 (file)
@@ -7,7 +7,7 @@
  * it's all we need in, eg, pg_dump.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/simple_list.h
index bc6b87d6f12453235d344c60bbb7e3e5169ffc40..9a311e0f0fa80b76d0a2a01bee423e04470c4abe 100644 (file)
@@ -6,7 +6,7 @@
  * assorted contexts.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/string_utils.h
index a68ec91c683b630f8b9b65f9df24f971435d110e..665dd76b1245608449b53378e1a8c47c9bf74b5d 100644 (file)
@@ -8,7 +8,7 @@
  * or call fmgr-callable functions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fmgr.h
index 04e43cc5e5e2fb716b8f4ec07f2e9ce654311be3..e88fee301f18ef3af9d8dbc091c78090562b809a 100644 (file)
@@ -3,7 +3,7 @@
  * fdwapi.h
  *   API for foreign-data wrappers
  *
- * Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * src/include/foreign/fdwapi.h
  *
index 2f4c569d1de9c68f71b501373ac837ac9f20bfe7..3ca12e64d27d86694c41b3ddb06758f356c76a13 100644 (file)
@@ -4,7 +4,7 @@
  *   support for foreign-data wrappers, servers and user mappings.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/include/foreign/foreign.h
  *
index 223eef28d17cb3733845de911385591ac1ad2ea5..c2da2eb157907254a877b714dbba16ebac22442a 100644 (file)
@@ -8,7 +8,7 @@
  * or call FUNCAPI-callable functions or macros.
  *
  *
- * Copyright (c) 2002-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2018, PostgreSQL Global Development Group
  *
  * src/include/funcapi.h
  *
index 3dcfc1fa2517653eff30e2403a6eb43014697cb2..1b460a3e5f2931063eaae68daeab0e3e1bc2697d 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-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * src/include/getaddrinfo.h
  *
index c55d45348a03336dd377b43f4f6cc9f7327da192..a9013b40f79a4c631c98e351acf35c7dc56378b1 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * src/include/getopt_long.h
  */
index da7504bd55dfd0a4d784436ba80042bb975b9d1e..9399e0d60b0569115ed4657485b5bcd773b0eb52 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A simple binary heap implementation
  *
- * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * src/include/lib/binaryheap.h
  */
index 8f580bbd9728aafb9e23bc71c860bc51d00be445..c184c0d38e1fb48ac9b53f670844c55ba415afd1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * bipartite_match.h
  *
- * Copyright (c) 2015-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2018, PostgreSQL Global Development Group
  *
  * src/include/lib/bipartite_match.h
  */
index 220553c0d9631a1312646bc3492a0acdfa238839..afee6516af5b02059e1d45004c4e07359a73e5ef 100644 (file)
@@ -3,7 +3,7 @@
  * dshash.h
  *   Concurrent hash tables backed by dynamic shared memory areas.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7a249cd2521ab1120e502c24b4de2090ab0f5799..f735111f916ff7fafe1861397e4023b710d6bb85 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A simple HyperLogLog cardinality estimator implementation
  *
- * Portions Copyright (c) 2014-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2014-2018, PostgreSQL Global Development Group
  *
  * Based on Hideaki Ohno's C++ implementation.  The copyright terms of Ohno's
  * original version (the MIT license) follow.
index e5ac5c218a49278c667845783798d18ae88fb30f..fc9d6b3ee4c626fe45b1c1a9e2eedec32cf63258 100644 (file)
@@ -96,7 +96,7 @@
  * }
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4485738e2a82380dc0b9efc9942e273c69576f78..f2a61675cb7a3508ad0015e051b5e32e2ff7a741 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * knapsack.h
  *
- * Copyright (c) 2017, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2018, PostgreSQL Global Development Group
  *
  * src/include/lib/knapsack.h
  */
index e3a75f51f75c747563ac285452a61bf2bb22b2a5..9d3de79601fe7e1cd000308a774ed9d47be1bc32 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A Pairing Heap implementation
  *
- * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * src/include/lib/pairingheap.h
  */
index a4288d4fc49eaa4dfe8a790add5e2aa0f3bea772..c46db47a7508f957f5479eb026e3c921f132f6cb 100644 (file)
@@ -3,7 +3,7 @@
  * rbtree.h
  *   interface for PostgreSQL generic Red-Black binary tree package
  *
- * Copyright (c) 2009-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/include/lib/rbtree.h
index 906ae5e9806117f83db8fcceb349004110e5b9d4..8551237fc6b302007ec68ae61e609ced6ade419a 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/lib/stringinfo.h
index 871cc03adda1f5f86eaa8bf41fe20a88fef42d96..e8a1dc14ffc5b5855beb111abe439c724748b2f2 100644 (file)
@@ -4,7 +4,7 @@
  *   Definitions for network authentication routines
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/auth.h
index e8107a2c9f04621e49893de332c64c89b35115c7..ed31e54323d8c641a7cda81e525ec4c57c427eb4 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/be-fsstubs.h
index 9bad67c89021467f1315e5e4bd00bacfad5607bb..4279a4a9ed36ebcc47f42682387adfe8b9f5f4e1 100644 (file)
@@ -3,7 +3,7 @@
  * crypt.h
  *   Interface to libpq/crypt.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/crypt.h
index be19ff88239fea3759bc156a4ffcd9f2f7509bd5..1d35597a7f4a5d042c7a1e7678016bb5117e4ad5 100644 (file)
@@ -3,7 +3,7 @@
  * ifaddr.h
  *   IP netmask calculations, and enumerating network interfaces.
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * src/include/libpq/ifaddr.h
  *
index 856e0439d59df261f7ee22e2d67f84a6fb442abe..e660e8afa8442d2e96fa249aeed21602c45acec6 100644 (file)
@@ -8,7 +8,7 @@
  *   Structs that need to be client-visible are in pqcomm.h.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq-be.h
index ce4b2a18923cb375381629923f0ee2164f106c6d..e63d11ef19453f6a662e1115077f3cc769ae9ced 100644 (file)
@@ -4,7 +4,7 @@
  *   definitions for using Inversion file system routines (ie, large objects)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq-fs.h
index fd2dd5853ccfdb7fb442ae47d0eba416990fe1bc..2e7725db212fffc14a1e28b464a92699325b87d4 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES LIBPQ buffer structure definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq.h
index 10c7434c41113683e0f4b42c10a4a88e2024fd4b..cc0e0b32c789d86093b93ff4cde71116e24dfcf4 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqcomm.h
index 9f56d184fdc7588bca4b0428f470202d82c33545..57bde691e89699b7e157b532300648f0c72b3e1a 100644 (file)
@@ -3,7 +3,7 @@
  * pqformat.h
  *     Definitions for formatting and parsing frontend/backend messages
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqformat.h
index 86436d67531b084b996b30ef7068141608bf897d..e273656fde4b028c97fef785665e3fe40a77b938 100644 (file)
@@ -3,7 +3,7 @@
  * pqmq.h
  *   Use the frontend/backend protocol for communication over a shm_mq
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqmq.h
index af4e61ba4d9330a3e9203808d84bb0f319e25c33..f292591dfc65401167e24dc942ab43db4e17b3cd 100644 (file)
@@ -3,7 +3,7 @@
  * pqsignal.h
  *   Backend signal(2) support (see also src/port/pqsignal.c)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqsignal.h
index 2c245813d65e7bc456a47c9195cf98a77dc5ac03..f43ce992c177fde3b89f5aa519a0cc8b4ea6319c 100644 (file)
@@ -3,7 +3,7 @@
  * scram.h
  *   Interface to libpq/scram.c
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/scram.h
index 9227d634f66b129ffe35a4061ba1e61a65ead13d..1d26cb51da3f2313e059b29c74f14d41390a575b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_wchar.h
  *   multibyte-character support
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/mb/pg_wchar.h
index 59da7a6091811bd7112c834aecb583c9fa648a5e..54ee2737477e81dd799fbdb69049e2d1a8f8e580 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/miscadmin.h
index 3b62a977751558d59ae2df1b97be75b7babf228f..15397e9584575a083b2257da944cf16ae9646ca4 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * src/include/nodes/bitmapset.h
  *
index bbc3ec3f3f65c8e30ce8eeb83fc2b680193d9294..b121e16688108c5b8c2feed43e7a951f185012e2 100644 (file)
@@ -4,7 +4,7 @@
  *   definitions for executor state nodes
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/execnodes.h
index c3436c7a4e47d9489b3089a3d02d142f569b88c3..3f909fb45954335d1cbdeb6ca06a48a562bd8c55 100644 (file)
@@ -4,7 +4,7 @@
  *   Definitions for extensible nodes and custom scans
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/extensible.h
index e0981dac6fade48be1517ab7801f2a6cc32fa7eb..24afd6efd41dc776930da730bb8613d82077c117 100644 (file)
@@ -4,7 +4,7 @@
  *   Common header for some locking-related declarations.
  *
  *
- * Copyright (c) 2014-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2018, PostgreSQL Global Development Group
  *
  * src/include/nodes/lockoptions.h
  *
index dd0d2ea07d3f23299b52bafca7a053ee1bbe5a99..57bd52ff2448e2fd51b93419ce8448a130914a14 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for the creator functions (for primitive nodes)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/makefuncs.h
index c7eb1e72e91cc8394045ea67eb14ff49df338082..ccb64f01a72915ffbc994aef9cc3942e1d68139d 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES memory context node definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/memnodes.h
index 33669839364024139fc38739c3fe27003fe2ae59..849f34d2a8e3202b89ae5f947b2e85fcb3440a9b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.h
  *     Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/nodeFuncs.h
index c5b5115f5b4866ba63b6ecbd71843e07d02c3e65..2eb3d6d37113873fe0fb625d019182af9f1985f6 100644 (file)
@@ -4,7 +4,7 @@
  *   Definitions for tagged nodes.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/nodes.h
index b198db5ee490daec2f3814d52c6162bb2eca1347..04b03c7303ee040311d275665f7fce2a1c95d7c8 100644 (file)
@@ -4,7 +4,7 @@
  *   Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/params.h
index 2eaa6b2774018bfbf2a5c498bcb581414d3bc5b5..b72178efd19df2720fb850e5745b8ba3ed12a8a0 100644 (file)
@@ -12,7 +12,7 @@
  * identifying statement boundaries in multi-statement source strings.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/parsenodes.h
index 711db925769f3a9ddb1d4301200f7a709d764729..e6cd2cdfba4a493d0124b53b397836a67a3ab044 100644 (file)
@@ -27,7 +27,7 @@
  * always be so; try to be careful to maintain the distinction.)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/pg_list.h
index d763da647b80efeec7a3085ae6c6ac51ddf38579..74e9fb5f7bd68eba486dfbca69461375908e1ea9 100644 (file)
@@ -4,7 +4,7 @@
  *   definitions for query plan nodes
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/plannodes.h
index 074ae0a865158411e6a96905383f9bb2cc7112b1..1b4b0d75afa042a44930773cfe66ea347f1c69ef 100644 (file)
@@ -7,7 +7,7 @@
  *   and join trees.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/primnodes.h
index fa01c2ad84e4d67bd96f290ff4a8ba76cb81936d..fba87c6c13f7fae71a4c22fcb6d59ff4028b2dd4 100644 (file)
@@ -4,7 +4,7 @@
  *   definitions for nodes/print.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/print.h
index c80fae23110eafd5ecd1c742e3b6a1e482ac448b..491e61c459f535b1ecce10fd8dadaa21e0e63e39 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/readfuncs.h
index 3b9d303ce4ebaf218e6a8b261b5752313041e26f..71689b8ed61ee795461cc235da1b01ba34c1ef1f 100644 (file)
@@ -4,7 +4,7 @@
  *   Definitions for planner's internal data structures.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/relation.h
index 2053ffabe09c380c3f68e8f1817040d42d2c1539..66c948d85ec677ca353c544f5dc5a198966f5bcd 100644 (file)
@@ -4,7 +4,7 @@
  *   definitions for replication grammar parse nodes
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/replnodes.h
index d3ad0a5566febb916f87410795f6569b46eb9b7d..31532e97690f69b0dd9c38aaa69158958b7392a2 100644 (file)
@@ -13,7 +13,7 @@
  * fact that a particular page needs to be visited.
  *
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * src/include/nodes/tidbitmap.h
  *
index 83f5a19fe93f882c3df8a76ddb759e5a7cc9d353..94d09e176eee58275fdf9f1682408c81b1b51463 100644 (file)
@@ -4,7 +4,7 @@
  *   interface for Value nodes
  *
  *
- * Copyright (c) 2003-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * src/include/nodes/value.h
  *
index e3672218f38b095bf250769b1439fec1fec61948..ba4fa4b68b3fa22224d9e4ca5d81a30c9d1c9d8c 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for clauses.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/clauses.h
index 27afc2eaeb3fc7f8665414f3ef53f38b839e5967..d2fff76653335dab825d54d54f308fd86dda5e8f 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for costsize.c and clausesel.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/cost.h
index d0158d7adfbbacea3037a2c90d56e44e53d18961..4ae4b6374a61d81e9e7c5d606e0da06a1208f05b 100644 (file)
@@ -3,7 +3,7 @@
  * geqo.h
  *   prototypes for various files in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo.h
index 4035b4ff1307a4634a613878d014cde5a464c524..f70786bef4024ce52a549a70c9631a2411647e03 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_copy.h
  *   prototypes for copy functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_copy.h
index 328219328400c70320ad0fdef2ba4edacd9d20b1..3ddd268449e9eb3056094f6e6cb3bf9cba00c005 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_gene.h
  *   genome representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_gene.h
index 89f91b3a4dfa8f94643b18220b22d493a80af477..26a3669006414a10727d7b583c33dc783ed54a19 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.h
  *   prototypes for printout routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_misc.h
index c5a94e03cfd7ada504ef08463eec315c39727a63..c9a002552353c00c589c97fe0712315a1f5b281c 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_mutation.h
  *   prototypes for mutation functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_mutation.h
index 9fac307d691a4423a75a8e2b9e09b601ffc1f4a5..eb343412f81fa2c073caf6ba6cc93d0735e38e05 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.h
  *   pool representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_pool.h
index 2665a096b3446b576ca394f4412228145cd78bdd..03bd0ae8ebfaaca5e27d59c7856fce1c11a83c16 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.h
  *   random number generator
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_random.h
index 60286c6c27f79fbc91d004ff6ddc8b1e31688741..3ca89d80911a07ce80d8145f8d79039fb402d739 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_recombination.h
  *   prototypes for recombination in the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_recombination.h
index 69ce2b4b8a019fdacb9f854af0f84813182b7cb1..d6bea3c2bd7724ab8c0866198688d2946445ed0e 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.h
  *   prototypes for selection routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_selection.h
index 4450d81408cafcaaff5163895857d8ac9de27bae..48f6d625e2e2b994625f4e9e0fbc14233152d44e 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for joininfo.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/joininfo.h
index a3d8e1d9f90af9b19eb4b49165b88535c957a92d..2154e66746a182f48fbea228d71330fecedc36ed 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for orclauses.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/orclauses.h
index 3ef12b323bb561f2ee03bd7e9f957e832d84abb3..725694f570ab062ba8e6f65b131587ec940d977b 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for pathnode.c, relnode.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/pathnode.h
index ea886b6501bfa6a503b7ebf6f3d78a7d2c0ec54a..0072b7aa0d4c7799dc31030b8df9d95aaefee3c0 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for various files in optimizer/path
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/paths.h
index a4a7b79f4da290c87e752528dcbe42541f2b33e0..91ebdb90fc64a66b9b2757fef571ff48458855fa 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for optimizer/util/placeholder.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/placeholder.h
index 71f0faf93847e964748ee944ac16b0b046be394a..7d53cbbb8726da6a5facd270bb9ff1630d436759 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for plancat.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/plancat.h
index d6133228bdde56a6242c500eea52deedbc5ca020..7132c88242bc9e43866075d4d807f527cedb6c7d 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for various files in optimizer/plan
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/planmain.h
index 2801bfdfbe8c49246f5fa4ea8225202bf8395711..997b91fdf91b312b25caabd5549935be15ed59e8 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for planner.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/planner.h
index bccb8d63a958be6fe3dc4fbb05b271c824881636..88d2ca7e4464c50866762f82c8d02bd3fba4b1c2 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for predtest.c
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/predtest.h
index 804c9e3b8b0a0033d1623822fe9897c90f1aae74..89b7ef337c837569b79869e69f5884efa77d4b6b 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for files in optimizer/prep/
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/prep.h
index b2a69998fd84a823ef41e5e8ea2ccb755c281230..9cd874d07edb67ac8020e806ede25924fbd52415 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for restrictinfo.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/restrictinfo.h
index ecd2011d54d52d726d9d6d44f3b83683385c2d7d..d28c993b3a071eb8ce1c94833608148391abfec8 100644 (file)
@@ -2,7 +2,7 @@
  *
  * subselect.h
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/subselect.h
index 0d3ec920dd874446fb1108562bd9d66e26c31df9..9fa52e1278ff8e013b07dd6e14e1a62decd5f8cf 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for tlist.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/tlist.h
index 61861528af2a3ca1d2ac5a047901c3b02148ed3d..43c53b534450c829c66f370433b978615426c7e8 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for optimizer/util/var.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/var.h
index 40f22339f1a6f2064ab692ea2c03346b7aa862eb..687ae1b5b7c96ba67b51679a759657384bf8da26 100644 (file)
@@ -4,7 +4,7 @@
  *     parse analysis for optimizable statements
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/analyze.h
index b6b67fb92c5b5675d24bc4e9a36b86a6c5b69688..42e7edee6d3471e85394674dcd3bdfcf8e37fdf4 100644 (file)
@@ -8,7 +8,7 @@
  * Definitions that are needed outside the core parser should be in parser.h.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/gramparse.h
index a9324000588ebdac139fd166867c7e48e13c11e6..26af944e03a1109210d36060fc9acebc1b6ffa20 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6947a0186e2f4fcf42acb455a8c84e840eab03f1..0e6adffe57f6e2243c94a76c6c96546975805c01 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.h
  *   handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_agg.h
index 1d205c6327cac7aa3103871f4b731644bf05c736..2c0e0928628a37bec968432bbbe9af9fef57d978 100644 (file)
@@ -4,7 +4,7 @@
  *   handle clauses in parser
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_clause.h
index e560f0c96e44331f95bbf82dd0f3daf473e19ad8..af12c136efa5779fff634cabcdb49882285997fc 100644 (file)
@@ -4,7 +4,7 @@
  * Routines for type coercion.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_coerce.h
index 7279fa4e7cff00b1725bba9e8f6916538372cc0c..aea297ce38ccdc7b291000ec44d6e5e1c310e091 100644 (file)
@@ -4,7 +4,7 @@
  * Routines for assigning collation information.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_collate.h
index 695e88c7ed67afb4ffd622aaa6cfb42aae6718fe..7e862d190657f97e6d0f170edcf33f9eaf1e5aa8 100644 (file)
@@ -4,7 +4,7 @@
  *   handle CTEs (common table expressions) in parser
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_cte.h
index 9c68ddbb0439899d5f546443a61e9c1d50114856..e8af457e02e2706d8b738212266440822f4a0e91 100644 (file)
@@ -4,7 +4,7 @@
  *     Internal definitions for parser
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_enr.h
index 3af09b00560e17b9f60534512411ac11fbd5c778..e5aff61b8f3b98d0fdb3d3688e0c7629034eb3d2 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.h
  *   handle expressions in parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_expr.h
index fccccd21ed4ecea805b25b85bbc932ed7ee4b494..2e3810fc32fc419f71a967dfcef4fb1730cfdb74 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_func.h
index 565bb3dc6cf0d6e6d3c16119bfcbaa584e4803c2..4e96fa790704a8725611380e24cabaebb456c057 100644 (file)
@@ -4,7 +4,7 @@
  *     Internal definitions for parser
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_node.h
index 3cab732b1f71caa43d9d661735b4918f8e5343ea..da9cd3877c4d6692f42778b3e75ae4d999ef4470 100644 (file)
@@ -4,7 +4,7 @@
  *     handle operator things for parser
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_oper.h
index 50c21cfc9df7142a5a648de4969002bcd9c99a31..fd6c695ebf9972badef3df6667b49da5e2ccd94b 100644 (file)
@@ -3,7 +3,7 @@
  * parse_param.h
  *   handle parameters in parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_param.h
index 290f3b78cb5753672175781692a72e88286c073a..b9792acdaea5534cb538d33522a8de243ac362fe 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for parse_relation.c.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_relation.h
index bb7b7b606bddb6cc5f2c8d726ecb129cffe6a7f6..ec6e0c102ff5d37ab05608e2bc500ab162619ca1 100644 (file)
@@ -4,7 +4,7 @@
  *   handle target lists
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_target.h
index af1e314b21c9b338776b52b88463db646b3cb5d2..ab16737d57026ca56f2b7abe6ee008691e8cb673 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.h
  *     handle type operations for parser
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_type.h
index e749432ef03e7cfbc6e35e3807144c0bea3ecd29..a7f5e0caeae2e6677e0ce6890de1fed7c97c3a3d 100644 (file)
@@ -4,7 +4,7 @@
  *     parse analysis for utility commands
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_utilcmd.h
index 8370df6bbb993780323b7e02a7f822f859ea4d7b..f26f6e22e120b539dbddc4c25c27e93e6e00f670 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This is the external API for the raw lexing/parsing functions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parser.h
index 96cb2e2f67ce973309674d1241e895da9fb62266..dd9ae658ac773f5019945de42f03141fc24ed3cf 100644 (file)
@@ -5,7 +5,7 @@
  *   parse trees.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parsetree.h
index bb95de730b1f40faee1a6dc1e394c0a76914db6a..20bf1e66724e560c6dc91ce75c7d1e263a8ad57d 100644 (file)
@@ -8,7 +8,7 @@
  * higher-level API provided by parser.h.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/scanner.h
index f9a36b5cbd679d767d1418d166da6175a48dc8ee..766b3f908a9e13fd757d2ad72317250f8f551d83 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/scansup.h
index 6f2238b330a277f27538f60020e2ecfe14cd63a6..b309395f11c13deabb4a9d9b1d60252d60ff6016 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/pg_config_manual.h
index 16d5a326f99584777310378d450ccf9a5476923b..c050f2025f9c94fe538fc03c4c0577bab4dac611 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2018, PostgreSQL Global Development Group
  *
  * src/include/pg_getopt.h
  */
index 29bc95d0d3ea656ccc1fc70a84dbf95130b743fc..e00e39da4e98531b58e35da459d8f43923dcb2e1 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Definitions for the PostgreSQL tracing framework
  *
- * Copyright (c) 2006-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2018, PostgreSQL Global Development Group
  *
  * src/include/pg_trace.h
  * ----------
index 58f3a19bc6138d55cdd5facc3d35957ec1938ca7..3d3c0b64fc3647753d5676f3c64a58ce47147dd7 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Definitions for the PostgreSQL statistics collector daemon.
  *
- * Copyright (c) 2001-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2018, PostgreSQL Global Development Group
  *
  * src/include/pgstat.h
  * ----------
index 9a1be4c9f655bfc0d3f04ddcba00ad6c2996e246..9eaa8bf15de7592e2ca9352260719a1397d2311d 100644 (file)
@@ -4,7 +4,7 @@
  *   Functions for manipulating tarfile datastructures (src/port/tar.c)
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/pgtar.h
index 8a13d717e0ddeb58ec3cec6180be523af17651a9..5f18b04b20afe5105c44d61b10e6e21bfa9dec1a 100644 (file)
@@ -3,7 +3,7 @@
  * pgtime.h
  *   PostgreSQL internal timezone library
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/include/pgtime.h
index f55085de3a15334f840673675f28a6c5390524f7..3e528fa1725f94720cb2d9f68ae79581eb0d963e 100644 (file)
@@ -3,7 +3,7 @@
  * port.h
  *   Header for src/port/ compatibility functions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port.h
index 2bfd1ed728fca722686cf8522da5f7f1b92378a9..8c825bd9261cbfb0c7be08974c0983255f2bde9f 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/atomics.h
index 58614ae2cac5d9e130a86cfdafdde19fb79e5634..99fe3bbfd2428213a8dbe0d718b7cc087e532a98 100644 (file)
@@ -3,7 +3,7 @@
  * arch-arm.h
  *   Atomic operations considerations specific to ARM
  *
- * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index c4176c6f42477fa32c6baff6c7df17195bcbee44..818a3e0c8723afb40f17f4b872e79500999567cb 100644 (file)
@@ -3,7 +3,7 @@
  * arch-hppa.h
  *   Atomic operations considerations specific to HPPA
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 3dc4b298e1c0d64dcc194cdae8df02fa1d16db99..571a79ee670d693abcc3c417cbf74978fb1c5186 100644 (file)
@@ -3,7 +3,7 @@
  * arch-ia64.h
  *   Atomic operations considerations specific to intel itanium
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index ed304683984e0da81594f36766d1e60838b586c7..faeb7a5d155d6f43375f369cafadc42bb3b8e2cd 100644 (file)
@@ -3,7 +3,7 @@
  * arch-ppc.h
  *   Atomic operations considerations specific to PowerPC
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index bf8152573dd66e0c5673b91b2cc08754f8c97e5f..5a3d95e056c3268c92b93a8f2931291c4c19c9c2 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 4e07add0a4f4ee746f219b5e979bb094bb8f67fe..7b9dcad8073a69552fd1710561d25884eca824ee 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/atomics/fallback.h
index 4ea3ed3fc74d8127942469de018b0ad33d6ae901..bd6caaf81748ee3a65e88f32b303b2be022ee2c3 100644 (file)
@@ -3,7 +3,7 @@
  * generic-acc.h
  *   Atomic operations support when using HPs acc on HPUX
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index e6871646a7f3b4da78a840ea9d5e8c67ca6a7684..3a1dc88377867d66d8703b85c90a5c134778c8de 100644 (file)
@@ -3,7 +3,7 @@
  * generic-gcc.h
  *   Atomic operations, implemented using gcc (or compatible) intrinsics.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index f82cfec8ec87319dbbc7bceac2326b8f4090ef85..59211c22035312b2333c02b79ff45f1c1267ddc5 100644 (file)
@@ -3,7 +3,7 @@
  * generic-msvc.h
  *   Atomic operations support when using MSVC
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index a58e8e3bad004fb7fe26bb00e36a4b3c741f5a1a..e903243b687590883dd1d815be52827b642a2b1d 100644 (file)
@@ -3,7 +3,7 @@
  * generic-sunpro.h
  *   Atomic operations for solaris' CC
  *
- * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index f854612d3965908c51fdf30671f1c3833cf7c441..f18207568cf06f56ea959aa82a7907fbf68e7da7 100644 (file)
@@ -3,7 +3,7 @@
  * generic-xlc.h
  *   Atomic operations for IBM's CC
  *
- * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index c7566919deec1a527d014eb0669aaed2d268de19..ea11698a3582e0638b9b3b8bc8fdc9805812b47d 100644 (file)
@@ -4,7 +4,7 @@
  *   Implement higher level operations based on some lower level atomic
  *   operations.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/atomics/generic.h
index 0b2dcf52cb5817032240121d7f97349dcfa781c6..0f09c05d6f93dd3c55dde2c7b6f1f78b8481d53b 100644 (file)
@@ -11,7 +11,7 @@
  * return the same.  Use caution when using these wrapper macros with signed
  * integers.
  *
- * Copyright (c) 2015-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2018, PostgreSQL Global Development Group
  *
  * src/include/port/pg_bswap.h
  *
index 32d71762731c32cb2bee9f3b351148f8b82a244e..ae2701e9588dc4272ef3bba87f633c906eebbb2f 100644 (file)
@@ -23,7 +23,7 @@
  * EQ_CRC32C(c1, c2)
  *     Check for equality of two CRCs.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/pg_crc32c.h
index d8a639258893bcef71142b2b9d7f81e78fb3b98e..d31c28f7d4433571ef73609ef0e0a8bc29288b76 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/win32_port.h
index b6e8c58d44c39744460de371c2cdde84290490ca..f968444671cb97fab95b20cbcebbe308e3507470 100644 (file)
@@ -43,7 +43,7 @@
  * Beware of multiple evaluations of the macro arguments.
  *
  *
- * Copyright (c) 2001-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2018, PostgreSQL Global Development Group
  *
  * src/include/portability/instr_time.h
  *
index fa507c2581262cb6afd1140876d907ae65ca3e16..ba183f536824abe0c7473c3913efe05ab0ff3ac4 100644 (file)
@@ -3,7 +3,7 @@
  * mem.h
  *   portability definitions for various memory operations
  *
- * Copyright (c) 2001-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2018, PostgreSQL Global Development Group
  *
  * src/include/portability/mem.h
  *
index 1ca9b60ea19a779cda9cb60c3ea564797fb2f7a3..b69f88aa5b408fab861e6ba51b22877e69a8a08b 100644 (file)
@@ -7,7 +7,7 @@
  * Client-side code should include postgres_fe.h instead.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/include/postgres.h
index 1dd01d02833fa0c3cfa51ea5982a0d1ece75d671..14567953f2481cbb2560c3b030fb637466548158 100644 (file)
@@ -8,7 +8,7 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/include/postgres_fe.h
index 3469915ae25c11ce0ec1c776d59fda0714d993c8..18cff540b737639f670f06df4204016e7ee35dcd 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for integrated autovacuum daemon
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/autovacuum.h
index b6c5800cfee97e923b8e22d9b400efb716f6ef71..0c04529f479bedd8cc9a0a5801e615d1e0119483 100644 (file)
@@ -31,7 +31,7 @@
  * different) code.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bff10ba53c82c8ffd5b8d97df90e3b27edbbc34c..548dc1c146647c80b68ab1dbf73d05d20c67b1e8 100644 (file)
@@ -2,7 +2,7 @@
  * bgworker_internals.h
  *     POSTGRES pluggable background workers internals
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a9b8bc7e8e95a187bf9d9c4ae1bb9088d5aad744..941c6aba7d15868b34ed7eca771f9f44471df095 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/include/postmaster/bgwriter.h
  *
index 9d5b97aca754fe1fbfea185a3a6dd75d9323986d..d552e0297c96384a1d6ee97c1cb0e1ccce042862 100644 (file)
@@ -3,7 +3,7 @@
  * fork_process.h
  *   Exports from postmaster/fork_process.c.
  *
- * Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/include/postmaster/fork_process.h
  *
index ab1ddcf52c797649556bcfc795299336feffd4b6..292e63a26a559d354869dfc59d6f4231ce3d3b59 100644 (file)
@@ -3,7 +3,7 @@
  * pgarch.h
  *   Exports from postmaster/pgarch.c.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/pgarch.h
index f5b863e710f94cf1ca33873974bdd8edca6d2100..1877eef2391639e39e4d99b95e7d56214b7fe3b6 100644 (file)
@@ -3,7 +3,7 @@
  * postmaster.h
  *   Exports from postmaster/postmaster.c.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/postmaster.h
index 883bd395bd6b82b18b60fceda69829d454fcf1f5..1bef7239b2e995a62e0358556f8fdfbf4116231e 100644 (file)
@@ -3,7 +3,7 @@
  * startup.h
  *   Exports from postmaster/startup.c.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/include/postmaster/startup.h
  *
index f4248ef5d46fa4cd51d243a978359336380d77e3..b35fadc1bd0979c93c0f80302c27a8423062db88 100644 (file)
@@ -3,7 +3,7 @@
  * syslogger.h
  *   Exports from postmaster/syslogger.c.
  *
- * Copyright (c) 2004-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2018, PostgreSQL Global Development Group
  *
  * src/include/postmaster/syslogger.h
  *
index f0eb42580215ead6a9d5c07afffa500185fdd774..26ec256b9678107f005cf0bf2a4394960cf5e077 100644 (file)
@@ -3,7 +3,7 @@
  * walwriter.h
  *   Exports from postmaster/walwriter.c.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/include/postmaster/walwriter.h
  *
index 1c84d15d55c1355c82dcd4ce32ffc435b8905f7c..ff6ff3d7913f9e11eae2dbf7cab0d8bf42adc647 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 1a165c860b4695ad12b037e22eb1ad2d75cb3945..941d07b99f1291f041d69f339f61507c1507d387 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.h
  *   Exports from replication/basebackup.c.
  *
- * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * src/include/replication/basebackup.h
  *
index f9d81d77d08a3dd7ee889d744d11b30e21db55f7..0e63c0b296f77ee54c98d5062f4d12a048901456 100644 (file)
@@ -2,7 +2,7 @@
  * decode.h
  *    PostgreSQL WAL to logical transformation
  *
- * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 7f0e0fa881a79f40476ef82091e1d339726eb548..d9059e1cca634e6dbbca576bc303c639f42bcfb4 100644 (file)
@@ -2,7 +2,7 @@
  * logical.h
  *    PostgreSQL logical decoding coordination
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 71faee18cf066d4090a71871d77e5140d52a04f6..4236b40bc6731ff03c962cabf3d76e740adf72c6 100644 (file)
@@ -2,7 +2,7 @@
  * logicalfuncs.h
  *    PostgreSQL WAL to logical transformation support functions
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 78016c448f34964507c23203bb57808010973edf..ef02512412e97a720f5112e4f86982be021851fb 100644 (file)
@@ -3,7 +3,7 @@
  * logicallauncher.h
  *   Exports for logical replication launcher.
  *
- * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * src/include/replication/logicallauncher.h
  *
index a9736e1bf63793fc23a493f17f6e382880c6e047..0eb21057c5b486323cc67cffd2fb2f157cb53955 100644 (file)
@@ -3,7 +3,7 @@
  * logicalproto.h
  *     logical replication protocol
  *
- * Copyright (c) 2015-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/include/replication/logicalproto.h
index 835270565027276f2ab1330eb7a62305724b2ef7..d4250c2608eb89461be0bb128528bd49c1bd44b4 100644 (file)
@@ -3,7 +3,7 @@
  * logicalrelation.h
  *   Relation definitions for logical replication relation mapping.
  *
- * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * src/include/replication/logicalrelation.h
  *
index 2557d5a23bb3745dcb6c1874e322be3e129e469e..6379aae7ceb7b5db3cd71c064bcde3cb18db0601 100644 (file)
@@ -3,7 +3,7 @@
  * logicalworker.h
  *   Exports for logical replication workers.
  *
- * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * src/include/replication/logicalworker.h
  *
index 1f2d0bb5353658c1f48250288398f8a9c28a9281..37e1bd32d6afab0603fe6ea67170afb3f4fcf0c5 100644 (file)
@@ -2,7 +2,7 @@
  * message.h
  *    Exports from replication/logical/message.c
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  * src/include/replication/message.h
  *-------------------------------------------------------------------------
index a9595c3c3da3bf47ca050c48d7f7f809b1774de0..34fc01207d513471f3eedbf5adbfd55b03a68563 100644 (file)
@@ -2,7 +2,7 @@
  * origin.h
  *    Exports from replication/logical/origin.c
  *
- * Copyright (c) 2013-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2018, PostgreSQL Global Development Group
  *
  * src/include/replication/origin.h
  *-------------------------------------------------------------------------
index 26ff024882e7f49c9fcc88f943fefa10f49d7968..78fd38bb1694af76b2729881c4deb27c75d63849 100644 (file)
@@ -2,7 +2,7 @@
  * output_plugin.h
  *    PostgreSQL Logical Decode Plugin Interface
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 1ec4500d9d8e2755d9d2814dff4e0763dd555ec6..29178da1d17dd6313c93812bcda008625d12de33 100644 (file)
@@ -3,7 +3,7 @@
  * pgoutput.h
  *     Logical Replication output plugin
  *
- * Copyright (c) 2015-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     pgoutput.h
index b18ce5a9df543ea49d0641035074c6fdfcacddd2..f52a88dcd64573a61bd14e839a4baab4d1fb1a65 100644 (file)
@@ -2,7 +2,7 @@
  * reorderbuffer.h
  *   PostgreSQL logical replay/reorder buffer management.
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * src/include/replication/reorderbuffer.h
  */
index 0c442330b227ac6f583ea8bb3e6a81e19adf5b01..76a88c6de78e0ea0dcb021d5bf419f9a45d9d244 100644 (file)
@@ -2,7 +2,7 @@
  * slot.h
  *    Replication slot management.
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 7653717f83fe051b8a9938f4afcf526fbaa6f483..56257430aea9b1af5214d0ef53fe5a9856f3a1ea 100644 (file)
@@ -3,7 +3,7 @@
  * snapbuild.h
  *   Exports from replication/logical/snapbuild.c.
  *
- * Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2018, PostgreSQL Global Development Group
  *
  * src/include/replication/snapbuild.h
  *
index ceafe2cbea1b9968d112463ef6d78f2c127c8dcb..bc43b4e10902bd7dd4d7b58c8e154867f9201ddc 100644 (file)
@@ -3,7 +3,7 @@
  * syncrep.h
  *   Exports from replication/syncrep.c.
  *
- * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/include/replication/syncrep.h
index e58fc49c68115b96f42f5ac7114b92f49755409f..ea7967f6fc54015c2387c475cade284e3e6eb214 100644 (file)
@@ -3,7 +3,7 @@
  * walreceiver.h
  *   Exports from replication/walreceiverfuncs.c.
  *
- * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * src/include/replication/walreceiver.h
  *
index 1f20db827a84ba0740bc68d5795b04b17e363e92..45b72a76dbd9908431ea8f4fe2f802a6701d429c 100644 (file)
@@ -3,7 +3,7 @@
  * walsender.h
  *   Exports from replication/walsender.c.
  *
- * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * src/include/replication/walsender.h
  *
index 17c68cba235f5a5cd9a220923f361df045ec36fe..4b904779361f5a28f0f6939d632ddbf82db8cc16 100644 (file)
@@ -3,7 +3,7 @@
  * walsender_private.h
  *   Private definitions from replication/walsender.c.
  *
- * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2018, PostgreSQL Global Development Group
  *
  * src/include/replication/walsender_private.h
  *
index 7b8728cced0bb1b0e7b4f1ff2abbf1a0d5f91f98..1ce3b6b05873dd140b5700796cc42031cb0ad990 100644 (file)
@@ -3,7 +3,7 @@
  * worker_internal.h
  *   Internal headers shared by logical replication workers.
  *
- * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
  *
  * src/include/replication/worker_internal.h
  *
index 419d140bd508a60c65bf0c260fd96cf0b6a112d6..9e7c87a8c148212853448f564b4989cd379b35ba 100644 (file)
@@ -3,7 +3,7 @@
  * prs2lock.h
  *   data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/prs2lock.h
index b496a0c1549b9605088cb70d2878e99cff44bcef..4ceaaffee77fcdf0f03ad825204b75719f8c9fa4 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteDefine.h
index 86ae571eb1a16f4c867054c1e5d6917221820c10..8128199fc3146de3a3d867e62ce0ab1fc767f250 100644 (file)
@@ -4,7 +4,7 @@
  *     External interface to query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteHandler.h
index f0a7a8b2cd0f16a302f4dd2b56137cd19bcc2d30..f0299bc703d738940c9324b3379cdb683e016f26 100644 (file)
@@ -4,7 +4,7 @@
  *     Querytree manipulation subroutines for query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteManip.h
index d7d53b013720fbfa25fcda525460911d4e6685b2..351e26c307a32694f29d44ebfa59087f8a3eefbd 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteRemove.h
index 60800aae2509127da7bd2d4550462c2faf847030..f34bfda05f08100ed34ff25c7ecb2f9c340b0115 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteSupport.h
index 0dbc1a4beed114cae041bb6c2ae295253aac1494..f2f5251c71394fbfdedbdddb2343d30b351427c0 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index f54f66e6f3e168990eb659ded46db92661cc782a..1423e2699ed55b3f44bb3a074f31a4566ac9455a 100644 (file)
@@ -4,7 +4,7 @@
  *   Stubs for getrusage(3).
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rusagestub.h
index 10acf4c53df8dbce17d60fff7077def8cec63012..c0450ae4ebfcce1598a70abb7c5c57e8e780d4f5 100644 (file)
@@ -13,7 +13,7 @@
  *
  * NOTE: this file should not be included into any non-snowball sources!
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  *
  * src/include/snowball/header.h
  *
index 738ff3fadc244dad7972afad88f41f4d73e9264a..b3ca0c1229fabbaebdc1baa03dfbdd0929c30189 100644 (file)
@@ -3,7 +3,7 @@
  * extended_stats_internal.h
  *   POSTGRES extended statistics internal declarations
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1d68c39df0583062ff3f30ed79d02159450d86c5..8009fee322306a88bb6d65b10af72b93a397b5a7 100644 (file)
@@ -3,7 +3,7 @@
  * statistics.h
  *   Extended statistics and selectivity estimation functions.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/statistics/statistics.h
index bf31ba4f4802308a1ec25b2881675f9c59b43dd4..e000bb848c0755eea201f5a1863dfe963e5e2d1e 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES backend id communication definitions
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/backendid.h
index 0abaa2b98b79630cf1f5b13fc20468c78093c58e..8b5a3751eab5258d476bed2a10cc3303e5a930b7 100644 (file)
@@ -3,7 +3,7 @@
  * barrier.h
  *   Barriers for synchronizing cooperating processes.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/barrier.h
index 33840798a8575c70a86042c755537cf0c6e2b0d2..e2bfa11e370d7a6208ffc13b9d7428ae6593851f 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES disk block definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/block.h
index 054f482bd779c4cf80f6956ef3874b80db6b4838..3b89983b4271804da94446ea741681c4b82e505f 100644 (file)
@@ -4,7 +4,7 @@
  *   Basic buffer manager data types.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buf.h
index 300adfcf9e83531fdf80546350ce6d803162b3a9..5370035f0c659847e1cacaef8243fecd0f00a67f 100644 (file)
@@ -5,7 +5,7 @@
  *   strategy.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buf_internals.h
index c3d7a61b64c92d3a5f778728d6464760e3572080..a3df056a61b671ea8689fd42ac06edd8a669b1f1 100644 (file)
@@ -15,7 +15,7 @@
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buffile.h
index 98b63fc5bacc528cbfc6fafa34c1d0db71ffa343..3cce3906a0e6de9b2b5ed1b9d98c41785a88d9e1 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES buffer manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/bufmgr.h
index 50c72a3c8d02638b52ed89e7ae0f87f08ebdf1e7..85dd10c45a3ebead868d77bb36da34037d9699b7 100644 (file)
@@ -4,7 +4,7 @@
  *   Standard POSTGRES buffer page definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/bufpage.h
index b85f714712d1af9855fc186172142653da51fbae..433755e279fa4863c29b4eef8580cbbf0a954b69 100644 (file)
@@ -3,7 +3,7 @@
  * checksum.h
  *   Checksum implementation for data pages.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/checksum.h
index bffd061de80b7a24fb34b4ebcb60bac2513cd88a..64d76229add6ed430d21a647d683a8c2650e393a 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/checksum_impl.h
index f77c0b22adf5ed1785adb3094c0a3815bfefe1e0..f9f93e0d4a265bc76cc31f6ca98a6183ec2be79d 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-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/condition_variable.h
index f88a0445097a9edb4104c1ca161f12ee45144157..4fef3e21072703c5cb8f1e015304af1578463f75 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.h
  *   Copy a directory.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/copydir.h
index 31b1f4da9c2c378e9978b05eb2b39ceac42a96da..169de946f7b07dab7278a0bbc562cd45795caa9a 100644 (file)
@@ -3,7 +3,7 @@
  * dsm.h
  *   manage dynamic shared memory segments
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/dsm.h
index c2060431ba4315d63264f4e48f67e67ec2cb0c59..0e5730f7c5b2e0fe73929c4d6088c199d5a2186e 100644 (file)
@@ -3,7 +3,7 @@
  * dsm_impl.h
  *   low-level dynamic shared memory primitives
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/dsm_impl.h
index dc2eb35f062a636a959ff2a30ef253beed6eea5d..db5ca1667942e859f61c7325c7a3961808fd5e14 100644 (file)
@@ -4,7 +4,7 @@
  *   Virtual file descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/fd.h
index d110f006af765d24e5bc85206db0625239716718..a517d7ec435590c49513341a859bb5ecd8f2ba7a 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/freespace.h
index 722e6491230cde4ff7bb4eb55401d20ce81724f9..d6b81878614602a0f26655a2ad0e0fe368c58d8f 100644 (file)
@@ -4,7 +4,7 @@
  *   internal functions for free space map
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/fsm_internals.h
index f8045f0df8eee07a1d9053f93c277252517fd1d7..07cbef41067803cc67bc8d3a45be0d62fa4ff713 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding an unused page in index
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/indexfsm.h
index bde635f502a0bdc05b2b2d1efd3d8ec0d4af69af..e934a83a1c9860a843d8a347bd32a3507fa45eaf 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/ipc.h
index 72426a2d48ddf898fcafa125da8b71c015dfa51b..44a52fbdfbcc2720912828db0f03f7cbeeaf4239 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES disk item definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/item.h
index 2ec86b57fc473aaedcffb50d5152c62cc8c1120b..60570cc53d1351f39a214dce02674ddc64349c18 100644 (file)
@@ -4,7 +4,7 @@
  *   Standard POSTGRES buffer page item identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/itemid.h
index 8f8e22444a1adb35147f0edee79b2aec31e41d9c..6c9ed3696b7f49c812dc3eb1e489b90e6e5778d5 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES disk item pointer definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/itemptr.h
index 01d0985b440251c076cf524814fd6fbc6b84e0e8..a234d5cf8e1db1242ffcff4caa428e692181ed7e 100644 (file)
@@ -5,7 +5,7 @@
  *   zillions of large objects (internal, external, jaquith, inversion).
  *   Now we only support inversion.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/large_object.h
index a43193c916b5403f0c00825a257d782e16c02d82..a4bcb48874a8309da7e72872010f133ee2880fd2 100644 (file)
@@ -90,7 +90,7 @@
  * efficient than using WaitLatch or WaitLatchOrSocket.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/latch.h
index 0b923227a223028fb8143b685edaa67cf686faa5..a217de971667d31f6fbea725eb962403295e2727 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES lock manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lmgr.h
index 765431e2997935f03220a0f48b234804144f4bf5..777da71679056b7b99f7309d8e19c49f9066281f 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES low-level lock mechanism
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lock.h
index fe9f7cb31097539538d37ed4f2714d9867467ef2..72eca39f17fb5c635efc6467cb6f2cb5361f8f1c 100644 (file)
@@ -7,7 +7,7 @@
  * contains definition that have to (indirectly) be available when included by
  * FRONTEND code.
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lockdefs.h
index 97e4a0bbbd37433815c76b9566f642dafea5ac09..c21bfe2f66626b9fbc706885fec736280c03a21d 100644 (file)
@@ -4,7 +4,7 @@
  *   Lightweight lock manager
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lwlock.h
index 7228808b941b5d6e74b85a188f4785d30f09a683..6179f2f854052448132b2473df1ad3afe9257ea4 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES disk "offset" definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/off.h
index 65db86f57816478bf2510a9d70c983e2237b8bae..2072cf0e8f7036ef589d2068f0cdb7592215e42b 100644 (file)
@@ -10,7 +10,7 @@
  * be provided by each port.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pg_sema.h
index e3ee096229e1b7704c7bf2b54b1128c02bc6944d..6b1e0402514ec4bb0b71c5a3926fc1371f0ffce1 100644 (file)
@@ -14,7 +14,7 @@
  * only one ID number.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pg_shmem.h
index 4b954d76145e38573f9c50bbe78f9bc0719080c1..bec162cc16db23b533bdaf9cff7dbe8da5d7da23 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pmsignal.h
index 06bcbf247194e58b47920e66b1b687e7259b9b4e..6a3464daa1eab2b5caee95906a4fae6b2347aa37 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES public predicate locking definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/predicate.h
index 89874a5c3b6e375ba0d13bd30c83578496b063c4..0f736d37dffee4b82ddf995572bab42b1616f08a 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES internal predicate locking definitions.
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/predicate_internals.h