Update copyright for 2018
authorBruce Momjian <bruce@momjian.us>
Wed, 3 Jan 2018 04:30:12 +0000 (23:30 -0500)
committerBruce Momjian <bruce@momjian.us>
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 <pgadmin@pse-consulting.de>
  *
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 <shridhar_daithankar@persistent.co.in>
  *
  * 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 <mail@joeconway.com>
  *
  * 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 <laurenz.albe@wien.gv.at>
  *
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 <postgresql@e-trolley.de>
  *
- * 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 <postgresql@e-trolley.de>
  *
- * 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 @@
 <!-- doc/src/sgml/legal.sgml -->
 
-<date>2017</date>
+<date>2018</date>
 
 <copyright>
- <year>1996-2017</year>
+ <year>1996-2018</year>
  <holder>The PostgreSQL Global Development Group</holder>
 </copyright>
 
@@ -11,7 +11,7 @@
  <title>Legal Notice</title>
 
  <para>
-  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2017
+  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2018
   by the PostgreSQL Global Development Group.
  </para>
 
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 <<EOM;
  * 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             simon@2ndquadrant.com
  *
- * Portions Copyright (c) 1996-2017, 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 <pgadmin@pse-consulting.de>
  *
- * 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 <pgadmin@pse-consulting.de>
  *
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 <volkan.yazici@gmail.com.
  *
- * 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 <emkxp01@mtcc.demon.co.uk> (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 <E.Mergl@bawue.de>
  *     Multibyte enhancement: Tatsuo Ishii <ishii@postgresql.org>
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
  *
  *