]> granicus.if.org Git - postgresql/commitdiff
Update copyright via script for 2017
authorBruce Momjian <bruce@momjian.us>
Tue, 3 Jan 2017 18:48:53 +0000 (13:48 -0500)
committerBruce Momjian <bruce@momjian.us>
Tue, 3 Jan 2017 18:48:53 +0000 (13:48 -0500)
1526 files changed:
configure
configure.in
contrib/adminpack/adminpack.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/dblink/dblink.h
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/heapfuncs.c
contrib/pageinspect/rawpage.c
contrib/passwordcheck/passwordcheck.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/tsearch2/tsearch2.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/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/heaptuple.c
src/backend/access/common/indextuple.c
src/backend/access/common/printtup.c
src/backend/access/common/reloptions.c
src/backend/access/common/scankey.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/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_range.c
src/backend/catalog/pg_shdepend.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/schemacmds.c
src/backend/commands/seclabel.c
src/backend/commands/sequence.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/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/execProcnode.c
src/backend/executor/execQual.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/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/nodeNestloop.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/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/hyperloglog.c
src/backend/lib/ilist.c
src/backend/lib/pairingheap.c
src/backend/lib/rbtree.c
src/backend/lib/stringinfo.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/prepsecurity.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_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/logical.c
src/backend/replication/logical/logicalfuncs.c
src/backend/replication/logical/message.c
src/backend/replication/logical/origin.c
src/backend/replication/logical/reorderbuffer.c
src/backend/replication/logical/snapbuild.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/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/freespace/freespace.c
src/backend/storage/freespace/fsmpage.c
src/backend/storage/freespace/indexfsm.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/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/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/mcxt.c
src/backend/utils/mmgr/portalmem.c
src/backend/utils/probes.d
src/backend/utils/resowner/resowner.c
src/backend/utils/sort/logtape.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_receivexlog.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_resetxlog/Makefile
src/bin/pg_resetxlog/pg_resetxlog.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_xlogdump/compat.c
src/bin/pg_xlogdump/pg_xlogdump.c
src/bin/pgbench/exprparse.y
src/bin/pgbench/exprscan.l
src/bin/pgbench/pgbench.c
src/bin/pgbench/pgbench.h
src/bin/pgevent/Makefile
src/bin/psql/Makefile
src/bin/psql/command.c
src/bin/psql/command.h
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/copy.c
src/bin/psql/copy.h
src/bin/psql/create_help.pl
src/bin/psql/crosstabview.c
src/bin/psql/crosstabview.h
src/bin/psql/describe.c
src/bin/psql/describe.h
src/bin/psql/help.c
src/bin/psql/help.h
src/bin/psql/input.c
src/bin/psql/input.h
src/bin/psql/large_obj.c
src/bin/psql/large_obj.h
src/bin/psql/mainloop.c
src/bin/psql/mainloop.h
src/bin/psql/prompt.c
src/bin/psql/prompt.h
src/bin/psql/psqlscanslash.h
src/bin/psql/psqlscanslash.l
src/bin/psql/settings.h
src/bin/psql/startup.c
src/bin/psql/stringutils.c
src/bin/psql/stringutils.h
src/bin/psql/tab-complete.c
src/bin/psql/tab-complete.h
src/bin/psql/variables.c
src/bin/psql/variables.h
src/bin/scripts/Makefile
src/bin/scripts/clusterdb.c
src/bin/scripts/common.c
src/bin/scripts/common.h
src/bin/scripts/createdb.c
src/bin/scripts/createlang.c
src/bin/scripts/createuser.c
src/bin/scripts/dropdb.c
src/bin/scripts/droplang.c
src/bin/scripts/dropuser.c
src/bin/scripts/pg_isready.c
src/bin/scripts/reindexdb.c
src/bin/scripts/vacuumdb.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/string.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/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/gist.h
src/include/access/gist_private.h
src/include/access/gistscan.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/parallel.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/skey.h
src/include/access/slru.h
src/include/access/spgist.h
src/include/access/spgist_private.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_fn.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_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_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_shdepend.h
src/include/catalog/pg_shdescription.h
src/include/catalog/pg_shseclabel.h
src/include/catalog/pg_statistic.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/schemacmds.h
src/include/commands/seclabel.h
src/include/commands/sequence.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/config_info.h
src/include/common/controldata_utils.h
src/include/common/fe_memutils.h
src/include/common/file_utils.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/string.h
src/include/common/username.h
src/include/datatype/timestamp.h
src/include/executor/execParallel.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/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/nodeNestloop.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/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/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/hyperloglog.h
src/include/lib/ilist.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/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_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/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/message.h
src/include/replication/origin.h
src/include/replication/output_plugin.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/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/storage/backendid.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/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/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/plancache.h
src/include/utils/portal.h
src/include/utils/rangetypes.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/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/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.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/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/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/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/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_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/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/ifaddrs/Makefile
src/tools/version_stamp.pl
src/tools/win32tzlist.pl
src/tutorial/complex.source
src/tutorial/syscat.source

index e5dd6fb789d0421c50700c44229a33dfb36658b7..9a83f198216e14b5180740a43430272a6578141a 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-2016, PostgreSQL Global Development Group
+# Copyright (c) 1996-2017, PostgreSQL Global Development Group
 ## -------------------- ##
 ## M4sh Initialization. ##
 ## -------------------- ##
@@ -1624,7 +1624,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-2016, PostgreSQL Global Development Group
+Copyright (c) 1996-2017, PostgreSQL Global Development Group
 _ACEOF
   exit
 fi
index 77aa3b41d75337bb31da01f0e92bb297761e63b4..52e4e7847106d37690825f4c46e031f1ae4d198e 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-2016, PostgreSQL Global Development Group])
+AC_COPYRIGHT([Copyright (c) 1996-2017, 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 ea781a0a5a477d572d9c6c3f8d5f09a48761d690..c7ff9055ef304bdd739ceab378c24a345d8e4331 100644 (file)
@@ -3,7 +3,7 @@
  * adminpack.c
  *
  *
- * Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2017, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index 86f3aa0b7b6e97a526cfcd10c3de8fa212d89a8b..326ca79d73d9f90523e0affba39c84ea94f33d5b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * auth_delay.c
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             contrib/auth_delay/auth_delay.c
index 4ccd2aa84900b27bf6381c3c0dd819eb16e14b46..34b9f1543ec0d2330aae6a2958671852a4c93030 100644 (file)
@@ -3,7 +3,7 @@
  * auto_explain.c
  *
  *
- * Copyright (c) 2008-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/auto_explain/auto_explain.c
index 989789850e6a32a442e853f603488910eaf2e11d..98a2228edf6a0db8c7341ab9c143b95049041382 100644 (file)
@@ -3,7 +3,7 @@
  * blcost.c
  *             Cost estimate function for bloom indexes.
  *
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/bloom/blcost.c
index a31149f044acce4e9b7eaf4b884ac094eb8f93e2..29bc5cea799c654beaca4e0dc621415c52b58749 100644 (file)
@@ -3,7 +3,7 @@
  * blinsert.c
  *             Bloom index build and insert functions.
  *
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/bloom/blinsert.c
index 18f5127059d46f9ef1ab1e17ba0f0c4812edc67a..a75a235a4f84e987145c6ceafd8fcf85d1ed710a 100644 (file)
@@ -3,7 +3,7 @@
  * bloom.h
  *       Header for bloom index.
  *
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/bloom/bloom.h
index 316a906734bfdf9d33b12d7c81fa9e27f0a2a354..b8fa2d0a71d41ad1c55fe852049445a34fe1dd0e 100644 (file)
@@ -3,7 +3,7 @@
  * blscan.c
  *             Bloom index scan functions.
  *
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/bloom/blscan.c
index b68a0d1d0cf09cc5d2612b40e4ca844b133afef8..06077afed6952ebc4733cada17fe111c8cd8a3fe 100644 (file)
@@ -3,7 +3,7 @@
  * blutils.c
  *             Bloom index utilities.
  *
- * Portions Copyright (c) 2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990-1993, Regents of the University of California
  *
  * IDENTIFICATION
index 482242f1c27a26adf56770193c19232327a8654c..807da9254e07b01352133e96607e22b48d0c205c 100644 (file)
@@ -3,7 +3,7 @@
  * blvacuum.c
  *             Bloom VACUUM functions.
  *
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/bloom/blvacuum.c
index 12e7c7dbda069cc91208f37c0b42c3985104fb12..ab8b848b49e2a08d906478fa2823f0f9c3429c77 100644 (file)
@@ -3,7 +3,7 @@
  * blvalidate.c
  *       Opclass validator for bloom.
  *
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/bloom/blvalidate.c
index 5b041ddc7ce8c45bff1c33cc851c7e5b996c93c5..e288e6f1c7e76a8933118f62616a0d7c0dc34b23 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
  * contrib/dblink/dblink.c
- * Copyright (c) 2001-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2017, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 110223696748dd5dc0099ab02a7b03b6387347bb..c96dbe28a809ab1d1fab59cd6bcccb6ad5f75e9c 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
  * contrib/dblink/dblink.h
- * Copyright (c) 2001-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2017, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 935dbd4c82c7fd7bf540ff30ea0a7ebc5dd2d6ed..55427c4bc7b03b2d3311c411556213e5444718e6 100644 (file)
@@ -3,7 +3,7 @@
  * dict_int.c
  *       Text search dictionary for integers
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/dict_int/dict_int.c
index 63b0383ccc367dbc8071d6cd2f7898abed941dd8..fcf541ee0f428a9b59b3dcee76752a39b4f4a452 100644 (file)
@@ -3,7 +3,7 @@
  * dict_xsyn.c
  *       Extended synonym dictionary
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/dict_xsyn/dict_xsyn.c
index d325f534676071af17d818e76e85d261fc00aa9a..735b79484c8538c75fef792d2f75d2781276f5c8 100644 (file)
@@ -3,7 +3,7 @@
  * file_fdw.c
  *               foreign-data wrapper for server-side flat files (or programs).
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/file_fdw/file_fdw.c
index cbac1f2381fdd067e7b06d430bd3b392e4ebf832..09d78de596be69609089d44ad3c770cf63ac0b9e 100644 (file)
@@ -6,7 +6,7 @@
  * Joe Conway <mail@joeconway.com>
  *
  * contrib/fuzzystrmatch/fuzzystrmatch.c
- * Copyright (c) 2001-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2017, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * metaphone()
index 3dad7eeb7dd259c1a4154d7c436178a827243acf..e17c0ecb11cd51517ad23cab62f9127c655ce982 100644 (file)
@@ -3,7 +3,7 @@
  * _int_selfuncs.c
  *       Functions for selectivity estimation of intarray operators
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c622a4ef07f1c9d401913a79228b195a789fff43..9e125b83d79ca94fb7c88bd9b15e9b44c5c31f54 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/isn/isn.c
index e1a52b27d516d3397976c69dd01354bd13967d63..09dc7c657594732da31e494e11f7941d38b20549 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/isn/isn.h
index aa6bd0bc97886b78af0dd98bf8036ed10c128bd1..7b877e3d0ca904723e3574a3572b8993388ebce5 100644 (file)
@@ -2,7 +2,7 @@
  * brinfuncs.c
  *             Functions to investigate BRIN indexes
  *
- * Copyright (c) 2014-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             contrib/pageinspect/brinfuncs.c
index c94f5f84458452cc789c9a904d7a357a70e0912d..654164616be33dbe04dcdaa2401a6bd2da9bccab 100644 (file)
@@ -9,7 +9,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/fsmfuncs.c
index 55285893f72b5115a7ae71b9e32b36d3104306e4..cea77d301edebdc41c7e333a9773f9772b63cb5e 100644 (file)
@@ -2,7 +2,7 @@
  * ginfuncs.c
  *             Functions to investigate the content of GIN indexes
  *
- * Copyright (c) 2014-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             contrib/pageinspect/ginfuncs.c
index f8ac343cc196e41721e0d243587bb8b5a3147263..748b1db093046e9f643735b2a21d478f9266b14d 100644 (file)
@@ -15,7 +15,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/heapfuncs.c
index 71d0c8d2ca9b3fcd5ac6747c886a3aeb9dafc77e..0043ee18edd5b76ba46f52602ab8526c269719b9 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Access-method specific inspection functions are in separate files.
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/rawpage.c
index a0db89bbbf4e477aa1827a7ea4827555e3919e5d..23993720171462133753811149e0b737cb8125ef 100644 (file)
@@ -3,7 +3,7 @@
  * passwordcheck.c
  *
  *
- * Copyright (c) 2009-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2017, PostgreSQL Global Development Group
  *
  * Author: Laurenz Albe <laurenz.albe@wien.gv.at>
  *
index c3a518cfc290632fd5c11944d166444695076eb6..52ea004e7f148e90a53a3a44a46804b5d5aa34b8 100644 (file)
@@ -3,7 +3,7 @@
  * pg_prewarm.c
  *               prewarming utilities
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/pg_prewarm/pg_prewarm.c
index 8ce24e0401fa9812bdd02f9c4571bfd81f4e445a..3d1b99f502d2da9bfd58cb90de7f2b30659a6ec4 100644 (file)
@@ -48,7 +48,7 @@
  * in the file to be read or written while holding only shared lock.
  *
  *
- * Copyright (c) 2008-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pg_stat_statements/pg_stat_statements.c
index 005701fcd92e7b892dec4676d343a882312abf98..9b8ff1062d3e9610bf84ca622337e02b6cd21bf4 100644 (file)
  * 7) Mark state 3 final because state 5 of source NFA is marked as final.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9985e3e3a116f393bdd38ec2b4769193a2589916..5580637870a9932223046df0acaef001d6bbad63 100644 (file)
@@ -3,7 +3,7 @@
  * pg_visibility.c
  *       display visibility map information and page-level visibility bits
  *
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  *       contrib/pg_visibility/pg_visibility.c
  *-------------------------------------------------------------------------
index f524fc4e3068996fc9c302934fe5e269c1dc65f5..8db1e203733f4c65ca286b0cb39347fa5a0487cd 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatapprox.c
  *               Bloat estimation functions
  *
- * Copyright (c) 2014-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/pgstattuple/pgstatapprox.c
index 5fabc99214b62977c730c24735df4af04b694b80..7f7a744ac0a07dcb93ca7dcdaff0e6addb1f203c 100644 (file)
@@ -3,7 +3,7 @@
  * connection.c
  *               Connection management functions for postgres_fdw
  *
- * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/connection.c
index 66b059ac9609778c4d1917cc75401a29971eb767..6bdeda9824089d1a6f38323b5f91d2b5ec1ca3d5 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/deparse.c
index 224aed948eb9f3abb16bbdea2deb245fcf148e3b..552b33340f0b613ae304c44f8734079731617109 100644 (file)
@@ -3,7 +3,7 @@
  * option.c
  *               FDW option handling for postgres_fdw
  *
- * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/option.c
index fbe69295e7b899c4a5e773d197b2e2e76fdb9015..64f857ff535c5fc2e0f91360ba9978bbd0651844 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.c
  *               Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/postgres_fdw.c
index f8c255ef9ba42f02d73a008ae2f6f648a07fd005..46cac55e98a044acece1ffff470ed4dff8e17b92 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.h
  *               Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/postgres_fdw.h
index 92c952589e7e4b2980c75245bf5a3c1eea937f25..2ac0873caa91acc3f6246ae18c00dc576d451c65 100644 (file)
@@ -13,7 +13,7 @@
  * functions or functions using nonportable collations.  Those considerations
  * need not be accounted for here.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/shippable.c
index 8fad1fc80cd82299da6b050a231ffc0f6889c19e..69dd290a77d20b9953ad030a208bda253c1b2c3a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to database objects
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index d1e9f53cda94d60058bcb3babdb31a161607e5ce..bc170895f06eb3988ba1b932be7fda18784dbd48 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to handle DML permission checks
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 38b1a49775c786fd80108c47cfc4a5a0c5068a8c..15f40d83f11521001e2b9fcd960f09bf1efc32e3 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index e12a0e8cb66ac5cf8c7b2365c186f5b0324475dc..82deb93093525fbd25577659b41deed17d670c50 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to support SELinux labels (security context)
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index eb827a0e0ae0d736f5aecfb9f7c23af7c2ae4ccf..0fc96ea0d40703371959497c7550a0cc29372c4f 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # A wrapper script to launch psql command in regression test
 #
-# Copyright (c) 2010-2016, PostgreSQL Global Development Group
+# Copyright (c) 2010-2017, PostgreSQL Global Development Group
 #
 # -------------------------------------------------------------------------
 
index 9cc21f05b5bc10c8b2f871abd258c1d2453c9c7a..4ccf4a5e60d3d802b4315897dfde2a3e53cccbc8 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to procedure objects
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 1f1ab04d39b0cdf327d8b6ed70148d252e7bf04c..ab98a9b4f235ecb9c42d53de99c787747c33dd2f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to relation/attribute objects
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 5285fc5452f8806def62ccb39c7308f2b42e96dc..940384bf405191facaf8425692fb869b74672854 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to schema objects
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index b0b9fadede631634a6df00c75f46d8364f29872c..3e2cfab81980c89e752ad5d7b8cf82c9f10d70b6 100644 (file)
@@ -5,7 +5,7 @@
  * Interactions between userspace and selinux in kernelspace,
  * using libselinux api.
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index c080716f8fc232b1e45ba89dc0589539e41f2fd6..06dd29dddd56c8d794c6fe3ad3ff1a8c8e6962c5 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Definitions corresponding to SE-PostgreSQL
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 6e358dbef7c82ea153bfcd6577849f7e9969a7f9..6fd58c7e428f6d208d76be73d914286b351254da 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-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2017, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 787c02d08fcfd30e3e5914db522976dcef87e41f..7434ca937310a28432dda0cff52085ccfdb28106 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2017, 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 34d44a8fa1f96325d5c018fccefb333039da20a7..87fa1e5dcb1161b69b8dff7cbabbce51977b6329 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2017, 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 7352b292b98d21a76a39412d0117acc9a5b2b6dc..124110830fa3f01c018519a10db00b46c1d957f9 100644 (file)
@@ -3,7 +3,7 @@
  * tcn.c
  *       triggered change notification support for PostgreSQL
  *
- * Portions Copyright (c) 2011-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2011-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 949e9a78d92857bba10c5f2d5e1dba81ffca345c..21cfd673c66bc8ab74760e2c036722d3380c430c 100644 (file)
@@ -3,7 +3,7 @@
  * test_decoding.c
  *               example logical decoding output plugin
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/test_decoding/test_decoding.c
index 3fc72cb99596a98fbf12cc0156f0f5b4f3f7c899..b43dacbed3eaad3ced95fc9a006e309773e64a1b 100644 (file)
@@ -3,7 +3,7 @@
  * tsearch2.c
  *             Backwards-compatibility package for old contrib/tsearch2 API
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c5251ed6526fcab1baeb124cc7a49263a85a9eb5..544458ec91a248b236d4d3a33de6a31ff5a91128 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cd681c042a085600b9699f5ab3dac3326010e54b..af8d0254145293f8a3fadc30041f6178077f12e1 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e243bc2607fed0ed6209accf17bfe91994b509a5..843c873f57184a02c1ed0dbe749ee49df008d9c8 100644 (file)
@@ -3,7 +3,7 @@
  * unaccent.c
  *       Text search unaccent dictionary
  *
- * Copyright (c) 2009-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/unaccent/unaccent.c
index fca39d79378fffc03f2fa3df78593ec23f14f868..57bdf4d8d47f981903079f8dfa5d8c0139a8c41f 100644 (file)
@@ -2,7 +2,7 @@
  *
  * UUID generation functions using the BSD, E2FS or OSSP UUID library
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * Portions Copyright (c) 2009 Andrew Gierth
  *
index 221e1dbcb18a326a0ce40868fba397f611e612ba..d9dee2f7a0eb733435e2dbc2816e614758cea187 100644 (file)
@@ -3,7 +3,7 @@
  * vacuumlo.c
  *       This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2195e0f453b74384f113cf5e5498d3cbbc53bd14..66be811adbab962bd49dca8391c21ff829f6bc68 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes-table.sgml file from errcodes.txt
-# Copyright (c) 2000-2016, PostgreSQL Global Development Group
+# Copyright (c) 2000-2017, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 8726f0c70136d682dfc43fec3814093f4540d359..7757e1e4413da0c0c5e59f347ed1f2a7cec8f474 100644 (file)
@@ -670,7 +670,7 @@ SELECT lo_export(image.raster, '/tmp/motd') FROM image
  * testlo.c
  *    test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a1d3f067d77a4c208478c7b72d512d1d527894e9..7ce25d3ebbe82564fa26741df9ba2ef04bba1cea 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for the postgres backend
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/Makefile
index 1b45a4c90163b95740316d553dbd128f494a7fc3..3fce672ca97ae8aad2b917f7b4af0b8170ed5ac5 100644 (file)
@@ -4,7 +4,7 @@
  *
  * See src/backend/access/brin/README for details.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c647be0cedf7feb245f9f0ceb3ffd6a0905db589..eb123c83fcd369cd74b2429117c4ddc92b2e5c7b 100644 (file)
@@ -16,7 +16,7 @@
  * writing is the INET type, where IPv6 values cannot be merged with IPv4
  * values.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b7c76e6eda8daf2bde5c3fc2cf6c5d1242a29ddf..ebbc789a34bbaa144da7bc914185222cf8e45bf4 100644 (file)
@@ -2,7 +2,7 @@
  * brin_minmax.c
  *             Implementation of Min/Max opclass for BRIN
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 68110090f7035a69d25d383dce756fa76f86808e..08b358914056a358ec8ae80d66f228710350c3b7 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.c
  *             Page-handling routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 853181b3fa1d504a342e83a1adcba0501d5775e8..0de6999c2bdfbe0d29b480e13f55137d992eb247 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3caec14d17bdbb9c91effa4ea131c905e388392d..ec5fc5660ffa54c05ab379e10e43a4615f4cf535 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1f1011e0acfc609bd3d52db0b828f16353243424..616a8d1541cce2c2fdafac77737105ed9a53c112 100644 (file)
@@ -3,7 +3,7 @@
  * brin_validate.c
  *       Opclass validator for BRIN.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5a6b7288a9c402332f8747e2f58cbd2d4125b232..b698c9b58c597c5acdea7511ff333393a507d3fa 100644 (file)
@@ -2,7 +2,7 @@
  * brin_xlog.c
  *             XLog replay routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 631e55529d9c19adf8e0ace7de8f8b2049ca8a74..7e5f63d2cb085170bf6ca4a074e7783a230b058c 100644 (file)
@@ -45,7 +45,7 @@
  * and we'd like to still refer to them via C struct offsets.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 274a6c2e7023e2e6afb8352442b6c6c2fcfc298c..2846ec8b34f3ff5673f69b17f328da6f0c5f9911 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e2b1050c9698c01fa249c669c9c69208279b6561..a2ca2d74aefb36f5f71b80cadec2ca989f30d072 100644 (file)
@@ -5,7 +5,7 @@
  *       clients and standalone backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 34018cac7c89a729877f3f286d7cfc8d392a9bd3..816483ef8b030089310a25a81a8fa8780007a969 100644 (file)
@@ -3,7 +3,7 @@
  * reloptions.c
  *       Core support for relation options (pg_class.reloptions)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 35391c2c602c611efba2e929cd8b6ea141dcf4ed..13edca1f949f734e0d741c80907d5e5448179759 100644 (file)
@@ -3,7 +3,7 @@
  * scankey.c
  *       scan key support code
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4787d4ca98f945464881622ddca822fb96ba2ad3..3752abbde72f68b73fd975643f94754034f7d8b0 100644 (file)
@@ -9,7 +9,7 @@
  * executor's "junkfilter" routines, but these functions work on bare
  * HeapTuples rather than TupleTableSlots.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b56d0e336f1c1eba9e27e9faa23ac92b13e7ff7a..54a32c022349dc45836aef1fcc80b35f20f9c56c 100644 (file)
@@ -3,7 +3,7 @@
  * tupdesc.c
  *       POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aaf72a3f9e8e4d183382832bb49e1098fd1c0fee..cc7435e0309cbb710ad35e83f94414bc20549d47 100644 (file)
@@ -4,7 +4,7 @@
  *       support functions for GIN's indexing of any array
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a0afec4f3c0bb826f7587abbee98a3707a6ece4d..e5e83b933152150920649f14faf5be5394150a36 100644 (file)
@@ -4,7 +4,7 @@
  *       page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 71c64e468c99249cdf03dec03eac43c9028ac9b6..f07c76b90b9a8c9be98b5e598f0aa1e0e4895c6c 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for fast build of inverted index
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 276376a6f1de0e7c8c9f7dce59f047833ed2441c..3ede711351ee850844ab189f0ea1f9bd4ae41d2f 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for handling GIN posting tree pages.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8c0bfe9fdebe265a3bb3e84028a158ccc738e183..446be55f697fa09e726b67f6833a8e4ce06528aa 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for handling GIN entry tree pages.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6b709dbdb3a1b4981cbb0a7ca6d1da8df4f5ad7b..5f2f1e5b9fca9fad1bf0d468ec9981df461f10fe 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9ed9fd2dc5605be16036ca7ff4f535ec780bd3a1..60f005ce2bea6e0fdd02ac4323c804c8d8722f70 100644 (file)
@@ -4,7 +4,7 @@
  *       fetch tuples from a GIN scan.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4e09f76eb2a4371c3fed04d39653cfbffad79361..03a7235a0a3e79fd846c74e20d6e028c1797e56e 100644 (file)
@@ -4,7 +4,7 @@
  *       insert routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d3e84eee97266a4e669015e18b49e4b4eda5814a..a940a9374a129d53b614b32d8849ec9ca48db43f 100644 (file)
@@ -24,7 +24,7 @@
  * is used for.)
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 54d5f6f630c4638474d3208489c5fb6eb1ca1eeb..598069d06fffe7e974f7d71690ae8183bccae7bc 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for dealing with posting lists.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bfa86b521d08a95e44e1377fb519af6bac800287..c3ce0479c57fda36a995ef1f6cfb0a41b0f3d798 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to manage scans of inverted index relations
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f07eedc0fa3f594ea029e12bfba2107597452f7b..3909638906b087bb417f4ee8f1d4898142cf2aed 100644 (file)
@@ -4,7 +4,7 @@
  *       Utility routines for the Postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2685a1c373196612a613e6495e895967a8bd21f7..ddd168bcc6e5861f70c55b1c549a9ea7c97ac99d 100644 (file)
@@ -4,7 +4,7 @@
  *       delete & vacuum routines for the postgres GIN
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 02196e0f124942e35c750e56482a45263d619b59..1727b00b138419ed8c8b95fa81394c9af9d8c36f 100644 (file)
@@ -3,7 +3,7 @@
  * ginvalidate.c
  *       Opclass validator for GIN.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a40f1683dd80e4620ba6ccd93ae0e178e9616cf7..8468fe825cf906ceabaeecf597c64142bd6cf86b 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for inverted index.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b8aa9bca6068632f9ee93936f5588588dd7da41c..4092a8b258dac75c8f71418405f37f6ca18f8bf8 100644 (file)
@@ -4,7 +4,7 @@
  *       interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4e43a6932a49ac910b8517c52686ec6600409ddd..b65926f97af389cee7ab9d7fcdf8d1f92c604254 100644 (file)
@@ -4,7 +4,7 @@
  *       build algorithm for GiST indexes implementation.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8e3fcfbdc112f5a60ad3381e0fbf6cbc5ced64d6..ca4c32b3fef3c14c6a9cb2f1a39a242c725ecb67 100644 (file)
@@ -4,7 +4,7 @@
  *       node buffer management functions for GiST buffering build algorithm.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5ba7d0a7930a693f729f81717c1aa22a16236392..eea366b1ad43505eef9e24917c0008d03aa77089 100644 (file)
@@ -4,7 +4,7 @@
  *       fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d47211afc0e4f0338a8632905bb321b1f8b5673d..ffb1d772ad9ae1a621cc955648d842134331ea3f 100644 (file)
@@ -7,7 +7,7 @@
  * This gives R-tree behavior, with Guttman's poly-time split algorithm.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2526a3965c421fc88a3b8c3ca866be7b07a671c0..33b388906aa6652080dcf1d7d05758019349c275 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d394969a57a876b3ac0555541e5030d7430bc991..cffc5ddc7571cd2b3213620cd24ce5b0225d8725 100644 (file)
@@ -15,7 +15,7 @@
  * gistSplitByKey() is the entry point to this file.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 887c58b71c9371f7e2eafb44ea85a81ca1d3b5b3..f92baedffdd3a149c5e0c73f851936a9b1433edd 100644 (file)
@@ -4,7 +4,7 @@
  *       utilities routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 53e5cea580fd1a25fbe451661bb05708c7dcaf5c..77d9d12f0b7a181ad846eaa7bd6410b203227090 100644 (file)
@@ -4,7 +4,7 @@
  *       vacuuming routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ffd7fd631b8d40195d309ba82ae6d37a1613206a..7c0fac947007b2bdfd663139836c11bfe7df2c8d 100644 (file)
@@ -3,7 +3,7 @@
  * gistvalidate.c
  *       Opclass validator for GiST.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5853d7638e4711a7272ca5acd4599d7e31f5b5a8..88b97a4e48740263121e467da2872187de5d041c 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for GiST.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1fa087a4662325a8bc88e3998a2dcabb57cea739..0cbf6b07be03f4dcad6ed9f620d0a897f6e12a38 100644 (file)
@@ -3,7 +3,7 @@
  * hash.c
  *       Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c3f65af018d52c9bbd528e9dbbede745d2429638..ef09afb400299e1b6323daf4a5543b3e55aabf20 100644 (file)
@@ -3,7 +3,7 @@
  * hashfunc.c
  *       Support functions for hash access method.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 46df589a7f6745f175e576bdd4b6135ee3d002e5..39c70d3a80f42f02336ccd2d6d980b5ecf31d2f5 100644 (file)
@@ -3,7 +3,7 @@
  * hashinsert.c
  *       Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6b106f37a4defcfb201c707fa8e6ba5c4ada3c05..d2e8f6486bb6ae9a4180c989826e7037911acc03 100644 (file)
@@ -3,7 +3,7 @@
  * hashovfl.c
  *       Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 45e184ce1bb3fdfbd944b66592b419172d9c345a..943079420773173fbd12ab80abc793612b7af780 100644 (file)
@@ -3,7 +3,7 @@
  * hashpage.c
  *       Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 913b87c3fbbabdc779d6fc44a71d92d60c26b861..c0bdfe6f1fb3be61f6c137e5da8dcd7291c76b03 100644 (file)
@@ -3,7 +3,7 @@
  * hashsearch.c
  *       search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 12fb78a5c0eb5cd23db9e2f4f874edecedb8e239..ea8f109a575d09573a032deef841bf248192ff64 100644 (file)
@@ -14,7 +14,7 @@
  * plenty of locality of access.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fa9cbdcb3b8573c291ad4e0629717454ea754eb6..c705531f04a813d3c710cc17ffc4d9c784567208 100644 (file)
@@ -3,7 +3,7 @@
  * hashutil.c
  *       Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d8c5ed4d98e3b3d06f751ba585d9865c2f282483..880fcd51fc86805766200bfdb1450e8e114c83d8 100644 (file)
@@ -3,7 +3,7 @@
  * hashvalidate.c
  *       Opclass validator for hash.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ea579a00bec2af3a24f447e669ce97f5fc0f0e34..1ce42ea9702f98db6feffeb245f0d803209a39aa 100644 (file)
@@ -3,7 +3,7 @@
  * heapam.c
  *       heap access method code
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c90fb71965ce19ff3c9241a1085f95f6b0c6e1df..6529fe3d6b8fdb37d499add9236e4b7896e320f4 100644 (file)
@@ -3,7 +3,7 @@
  * hio.c
  *       POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6ff92516eda9e44f82f0be3ff08a90a2e5df6867..d69a266c36ff3fff252913fdd89dc9d58c4586d8 100644 (file)
@@ -3,7 +3,7 @@
  * pruneheap.c
  *       heap page pruning and HOT-chain management code
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 17584ba3ed6a69bc6d45172413bcaa433dd1b838..90ab6f2421546b116147ad22102f41e8c126cdce 100644 (file)
@@ -92,7 +92,7 @@
  * heap's TOAST table will go through the normal bufmgr.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 8cc052eb7df1b8d3d8ba8716a393674ddc056f0b..20640cbbafe90192c965579b7dca1364e644b8f0 100644 (file)
@@ -36,7 +36,7 @@
  *             ss_report_location      - update current scan location
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fc4702ce6f375a0bf95fb8b6a5ce4ac01d24f758..496648c42f00066c1bfb865bfcb5f120b22b802b 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for external and compressed storage of
  *       variable size attributes.
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f020737f800f8f07b2c7663d624b165581bec32d..e5616ce0511656958eacfa7687ec170a8460319d 100644 (file)
@@ -3,7 +3,7 @@
  * visibilitymap.c
  *       bitmap for tracking visibility of heap tuples
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 28f6cde89678c5cc289e5ded3323051d5e44ce07..5b55353b2cb1ee044d447548aa2327297e48fb1a 100644 (file)
@@ -3,7 +3,7 @@
  * amapi.c
  *       Support routines for API for Postgres index access methods.
  *
- * Copyright (c) 2015-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1a3c5f16b92e09de33cd7e80157219747f10f629..80865e9ff9bf4fc646ba5120fc9a961fb82d25f5 100644 (file)
@@ -3,7 +3,7 @@
  * amvalidate.c
  *       Support routines for index access methods' amvalidate functions.
  *
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 65c941d812c53c4c2f7ad249510c0e0ca41cd6e6..c4a393f34e81a224d51b196c31e1e5adbb6e9733 100644 (file)
@@ -3,7 +3,7 @@
  * genam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 54b71cb2f77b722d0436c33c2f09be1093d79eb7..4822af95a32e28d529e9b6f57279b943a7b46bc7 100644 (file)
@@ -3,7 +3,7 @@
  * indexam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d60da61cc8b2f4e0a776fdc0514f601efc164e9..4b131efb87d39819e53aea4e46530aa5cfd27916 100644 (file)
@@ -3,7 +3,7 @@
  * nbtcompare.c
  *       Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ef69290b6c9a4dc150b1966cf6374c789412237d..883d70da110c76458bf0d073873faef773049a34 100644 (file)
@@ -3,7 +3,7 @@
  * nbtinsert.c
  *       Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2001dc14fba049f4f15ebe4622ca8786d2bafec9..da74f79b4013386324ba775d51e2fe60d08f36a6 100644 (file)
@@ -4,7 +4,7 @@
  *       BTree-specific page management code for the Postgres btree access
  *       method.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a264b92c13d9053ff4574076d653c6a3079c0da7..c6eed63d9147e2400f9d9473f20466f92fe7ade1 100644 (file)
@@ -8,7 +8,7 @@
  *       This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ee46023c5a66a65735f1df38e0d20fddd0019bae..4fba75aaf66a613ed198894384c2708f5d47ea29 100644 (file)
@@ -4,7 +4,7 @@
  *       Search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7f65b5ad6f704a17b9190ce35deeff2577a5a87c..3d041c47c096bc31b427a2de32c53bd8a063447a 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 063c988dc1f8b53b8766b26dd4ef20c2b3d9c6a2..da0f330c9680d2b6773b760483945d64869c35b7 100644 (file)
@@ -3,7 +3,7 @@
  * nbtutils.c
  *       Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7d0bdabc1d3a68b8d367c05a9776c66eac3812f3..7b443f216ad4df770373c8068f0979864d8dd7e1 100644 (file)
@@ -3,7 +3,7 @@
  * nbtvalidate.c
  *       Opclass validator for btree.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c536e224321dbc46574aa76876b9d49fa4b5e9a4..efad745c57e429c09ff23de48030aa9324e70fba 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for btrees.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 433526f5eccfd54263ac4ad063d0a1c61cf85010..b58cb5bde91f0af997e1f92b37f2f6dbe5a3001a 100644 (file)
@@ -3,7 +3,7 @@
  * brindesc.c
  *       rmgr descriptor routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41ea254710c8d807f88f6531025edb7456963331..352de48dbe4d962033d82b02e7c491514ab5df82 100644 (file)
@@ -3,7 +3,7 @@
  * clogdesc.c
  *       rmgr descriptor routines for access/transam/clog.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 527e5dc72419c009259d90e7b752d1657f67894a..86f23405aa69f1a9996413c82aa87c94dc748af7 100644 (file)
@@ -3,7 +3,7 @@
  * committsdesc.c
  *       rmgr descriptor routines for access/transam/commit_ts.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 83720ce765ed739a41e73bec1560596d36a6156f..768242cfd5636921dec2c9c98289adce7f42f33e 100644 (file)
@@ -3,7 +3,7 @@
  * dbasedesc.c
  *       rmgr descriptor routines for commands/dbcommands.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 22f81570a544210086f393485bad2710b4e04386..c4705428f185d4127a52dd8f72b0fef013627131 100644 (file)
@@ -4,7 +4,7 @@
  *       rmgr descriptor routines for access/transam/generic_xlog.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/rmgrdesc/genericdesc.c
index b058d493f7721642575338374f11241eb5465ca6..9e488b359af017c4cd84721412fe9649735ad61a 100644 (file)
@@ -3,7 +3,7 @@
  * gindesc.c
  *       rmgr descriptor routines for access/transam/gin/ginxlog.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 90bb88109f51704d6a21875fd188e13f3de3522f..bf34578bf700344a2fa735dba31b5b461f7d63a9 100644 (file)
@@ -3,7 +3,7 @@
  * gistdesc.c
  *       rmgr descriptor routines for access/gist/gistxlog.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 12e1818fba608cc5b6f89bff10c09e54f6fec5e4..7eac8191cad27ef89900a1068852086874bfacd1 100644 (file)
@@ -3,7 +3,7 @@
  * hashdesc.c
  *       rmgr descriptor routines for access/hash/hash.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7c763b6b0ef773f72a5000a7b0923f57b716850f..44d2d6333f8f32b00955e1507e37a6751ae4cb9b 100644 (file)
@@ -3,7 +3,7 @@
  * heapdesc.c
  *       rmgr descriptor routines for access/heap/heapam.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 525826efd3fc5fedd8c81c6f31eca33dec1652db..8287751e48cc11a68e5969116bcf0784ca087c27 100644 (file)
@@ -3,7 +3,7 @@
  * logicalmsgdesc.c
  *       rmgr descriptor routines for replication/logical/message.c
  *
- * Portions Copyright (c) 2015-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2015-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 27c1fb0fc01b56c98c01a6ea570335b750fee84b..9c17447744468508641d130a906789e051cadcbf 100644 (file)
@@ -3,7 +3,7 @@
  * mxactdesc.c
  *       rmgr descriptor routines for access/transam/multixact.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7631cb5c73f8d0d2b747ae83cb116f85210f466f..96ec936a88de1dd858050ddc35141b54fc502702 100644 (file)
@@ -3,7 +3,7 @@
  * nbtdesc.c
  *       rmgr descriptor routines for access/nbtree/nbtxlog.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 097a709fb2ddf7c65118a046d7a2aef147d23d82..4cbdf37c700d263a9c2dc9aead45e27779d7eccc 100644 (file)
@@ -3,7 +3,7 @@
  * relmapdesc.c
  *       rmgr descriptor routines for utils/cache/relmapper.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ce8ba10c14c00b989bef0a4b7e8182cc97551330..c43f850f8ef95cc52f26707c8208259e2007474e 100644 (file)
@@ -3,7 +3,7 @@
  * replorigindesc.c
  *       rmgr descriptor routines for replication/logical/origin.c
  *
- * Portions Copyright (c) 2015-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2015-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 58557157350fd15346eb3d0219bb95305f5f559f..2209f7284e8c14d287ef2541f309f9f3c7df8d1e 100644 (file)
@@ -3,7 +3,7 @@
  * seqdesc.c
  *       rmgr descriptor routines for commands/sequence.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 242d79a136676ce1955ca9e64603da865d10e952..b8174373dd9aa0c6a99428f92a1fbe738f70dea6 100644 (file)
@@ -3,7 +3,7 @@
  * smgrdesc.c
  *       rmgr descriptor routines for catalog/storage.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8be47f952670790141631bb040ca468270af9b90..1a229d94f3817eb4948910b6589eb455a22ea0f5 100644 (file)
@@ -3,7 +3,7 @@
  * spgdesc.c
  *       rmgr descriptor routines for access/spgist/spgxlog.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8f19bb0a609cbeb083c0f87d05354741031d927c..278546a7289130936b21793eb5278707f5fbc466 100644 (file)
@@ -3,7 +3,7 @@
  * standbydesc.c
  *       rmgr descriptor routines for storage/ipc/standby.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 15440271a328f9de3330b3beead0979cda9af079..47c42328f34d77a5cded1e55b3e2085fd2d1fde6 100644 (file)
@@ -3,7 +3,7 @@
  * tblspcdesc.c
  *       rmgr descriptor routines for commands/tablespace.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 91d27d0654ea36816bdfba1f8e54f6da7a0afcf3..c91ca03db1a0460eb5d19136c2fe6ae4bc6cdef0 100644 (file)
@@ -3,7 +3,7 @@
  * xactdesc.c
  *       rmgr descriptor routines for access/transam/xact.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 62ed1dc04b3cdaf03d422f9101a76ad09990b637..5f07eb1499a7b08ff77ce9d0d58e8b6c9b70f5b7 100644 (file)
@@ -3,7 +3,7 @@
  * xlogdesc.c
  *       rmgr descriptor routines for access/transam/xlog.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6fc04b224dfd70009e6fc7e4c75b49b0df8f5e28..748e568a6279face10f0237ce9c55920c2d60da8 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of insert algorithm
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3eaa649eff3914b4d394be5ac4db572dd0b8ec59..b42f4b713993ea75a11e187a8e8d9189d235cba4 100644 (file)
@@ -5,7 +5,7 @@
  *
  * All the actual insertion logic is in spgdoinsert.c.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1ab93350e15e36fb7d72b17a3c8202f0ef374a2d..9a2649bf2a960e375a06c762314043f9e8e4db73 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of k-d tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 40ab760b0f153e5b8fb3ffa97eb62b914be457c5..6ad73f448d8422da6bbb207bbf800b575c3872c8 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of quad tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 307c6a4ab57366f8e5803c8b389f96f2a1037f4b..139d9986004403325fd4f56e7af841ab08837813 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for scanning SP-GiST indexes
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 852a9b00fa5784662240fc59eb565c89ae4b71be..bc6981358c2ba880450b749efffebcff3501daf5 100644 (file)
@@ -29,7 +29,7 @@
  * No new entries ever get pushed into a -2-labeled child, either.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d570ae5992a87592980261714c9c606d8fa1a767..b9e4940c958b7d812d7f62a924c2d0be08595b2e 100644 (file)
@@ -4,7 +4,7 @@
  *       various support functions for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 15b867f24cbd3a19b948883c3c5fa52321435c98..cc6b000a62caeae8983720b546dfe44d595f6b62 100644 (file)
@@ -4,7 +4,7 @@
  *       vacuum for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6297111a7ccce03a9ad286f2cb9ea37f81d2e613..9e0f8cef274dc38072612f09d5cf4a008d5bf464 100644 (file)
@@ -3,7 +3,7 @@
  * spgvalidate.c
  *       Opclass validator for SP-GiST.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e016cdb4d3d6edded783bd42c43b76314f1a9f8a..3dc6a5ab88131da8c1486c8f40cd9064d685da92 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bc45fd1bed709b7f402d4174e862d8d66e0da614..5f6d47815999245af9ae4df7d2aa683ddab2592c 100644 (file)
@@ -13,7 +13,7 @@
  * cutoff value computed from the selection probability by BeginSampleScan.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 65f8c58d67ff2f6b11d8ead21297fd2ae56f5624..e270cbc4a08650b5be6bf3a81a67dde024bb6fbc 100644 (file)
@@ -13,7 +13,7 @@
  * cutoff value computed from the selection probability by BeginSampleScan.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d96aa5b2a3c7830502ad4893f8a30e1ef64616d9..10d2bc91b386b6931484ade8602c7a2ad2e87a4f 100644 (file)
@@ -3,7 +3,7 @@
  * tablesample.c
  *               Support functions for TABLESAMPLE feature
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 263447679b8991ff35796d421bb790e6d2f5dd28..1a43819736a5c03c407204228328087335334281 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/clog.c
index a5b270cd20aefabac2034b444bea9715427e7a69..2403de3ae361793d0a9dfe8160adfabdfbf504e0 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/commit_ts.c
index 1926d98de00515e87952c2e57586603de9da400c..eddec9bc548176edb29d1bf7be9eb4d488b589ba 100644 (file)
@@ -4,7 +4,7 @@
  *      Implementation of generic xlog records.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/generic_xlog.c
index e9588a7f69d6a2994eac699ca4f1f8c4e9a852b7..59d1252ddc998e35de8c94120b836a92722e44ee 100644 (file)
@@ -59,7 +59,7 @@
  * counter does not fall within the wraparound horizon considering the global
  * minimum value.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/multixact.c
index 1c32fcd046c8231482b2486a2c60ed5bc3a3b3b6..3e0ee87e203618ebc496ba0f392ae00d97fe751c 100644 (file)
@@ -3,7 +3,7 @@
  * parallel.c
  *       Infrastructure for launching parallel workers
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8b95f35dbaf412c57deb8cf048d9ef9299bb4b6b..a66ef5c639c6b9640bf8a9513009eb6d2ab537d6 100644 (file)
@@ -38,7 +38,7 @@
  * by re-setting the page's page_dirty flag.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/slru.c
index 908fe2d53313b2b2f316f4419dcff910a28cec97..a66fc0f2ad5e775e591bb0a4ec5b889b5cfc2f29 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/subtrans.c
index 43436a97a918396dbdf31fed849fef4bc8ea1172..c8240b112df65809e6ae8f985e5adb1668af3895 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/timeline.c
index 1eba49a94b321b83185f0a6f9ac4ab1914ad6c63..c2b4318bd30a4bad2d37bab524862d03e2d42f2d 100644 (file)
@@ -3,7 +3,7 @@
  * transam.c
  *       postgres transaction log interface routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5415604993a75170444bdf0a4e931e8c1edffb49..5b72c1dcf57fae72e5eef00effac170d9f32ae25 100644 (file)
@@ -3,7 +3,7 @@
  * twophase.c
  *             Two-phase commit support functions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9f56e61e54c213b375a5299fa10d8be26e9e3431..cdcc382f341d1969271a9548756dcba992aec3b8 100644 (file)
@@ -3,7 +3,7 @@
  * twophase_rmgr.c
  *       Two-phase-commit resource managers tables
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2f7e645ace8d85c28489024af956fc194bd18bf7..fc084c5bdbbcbbbbfa48881146fea6fc8ecccca6 100644 (file)
@@ -3,7 +3,7 @@
  * varsup.c
  *       postgres OID & XID variables support routines
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/access/transam/varsup.c
index e47fd4497e31c1e8471d3b8ce8b150c2c4308682..f5346f024efbe80e56c76f0d2b114c05439e31da 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/access/transam/README for more information.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f8ffa5c45cb03cd567612b40fe7633e81ab2f3cd..70edafadff4b05f630abebd4cc931c21a0912823 100644 (file)
@@ -4,7 +4,7 @@
  *             PostgreSQL transaction log manager
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlog.c
index b919164bcbdc15e299617bad6d50a026dd40e8d1..7e91e8f81ad3bef933dca70979c81b830c1152f9 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for archiving WAL files and restoring from the archive.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogarchive.c
index bc7253fc9bcc940f4d8bb9fb91d29d08d89da097..5cafb8b913ac76bfded7c85e1558a3dcadecbce7 100644 (file)
@@ -7,7 +7,7 @@
  * This file contains WAL control and information functions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogfuncs.c
index 24e35a38453d705c41a79f21f0eeae28bae4b535..a5aa58d845d587f15be2b03cdfc998bd6c9d9388 100644 (file)
@@ -9,7 +9,7 @@
  * of XLogRecData structs by a call to XLogRecordAssemble(). See
  * access/transam/README for details.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xloginsert.c
index 56d4c66ebbc0a167e32755d6ac4988c3afc10fd5..b528745fe85c8096adfabf34a46b18a267a56361 100644 (file)
@@ -3,7 +3,7 @@
  * xlogreader.c
  *             Generic XLog reading facility
  *
- * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/backend/access/transam/xlogreader.c
index 51a8e8ddb2ec1fb3d42a4497ea80df3b32ba4bd8..0de2419e54ba451a239c037516afd1acc59025ba 100644 (file)
@@ -8,7 +8,7 @@
  * None of this code is used during normal system operation.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogutils.c
index 41d2fd4a5f354250508cbeae6960dfd97c0870b9..d28af23c944a02a0ec5d3546a03ebfc5a16885ba 100644 (file)
@@ -4,7 +4,7 @@
  * bootparse.y
  *       yacc grammar for the "bootstrap" mode (BKI file format)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0e1413bff9f5f7a3bfe7850f20d67abc64e57acf..9cfd19c0c36529dc7ef8673051f529ce37face60 100644 (file)
@@ -4,7 +4,7 @@
  * bootscanner.l
  *       a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5c5ba7bec20767167093d1f55e6f87fd1a362936..6511c6064b8f6df3d5e2b21fc3c66a3a4f5bdd13 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f411b970e523ee89a83f5906306acccd0e996587..e1f3c3a5eed2eb93f364fb45af6bc57cf91895d4 100644 (file)
@@ -4,7 +4,7 @@
 #    Perl module that extracts info from catalog headers into Perl
 #    data structures
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/Catalog.pm
index fb6c276eaf86c1697772a4297a3f07bbf755bdb1..7803d0d36845e0d0a4f2feeffc8acb15642cbb9e 100644 (file)
@@ -3,7 +3,7 @@
  * aclchk.c
  *       Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1baaa0bb8988cb348e03dcd38f64706a47e385d2..c3b4d298ce29c25ea3dd100b1d3466db2ca28537 100644 (file)
@@ -5,7 +5,7 @@
  *             bits of hard-wired knowledge
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 18a14bf146d5190db8b92f9b4371194efd61fd7b..d82b8baef22eac74ec86d8e36ded1dc6b0447b88 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 26d165203dcd76b4c33bd4efdd9d8daab03ce647..079516ca2f102ce0e89d05dccf05fbf31e10d814 100644 (file)
@@ -7,7 +7,7 @@
 #    header files.  The .bki files are used to initialize the postgres
 #    template database.
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/genbki.pl
@@ -294,7 +294,7 @@ print SCHEMAPG <<EOM;
  * schemapg.h
  *    Schema_pg_xxx macros for use by relcache.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index e5d6aecc3f8d37bf8e8bb8d2f2822f7fc9bd05a8..d407b8c243d5df89b529c3e39911349e028da30f 100644 (file)
@@ -3,7 +3,7 @@
  * heap.c
  *       code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 08b0989112bc9902548980b703fa84eff9e16901..cac0cbf7d4785d7f2d2ee4452922cbe8e3eaf57d 100644 (file)
@@ -3,7 +3,7 @@
  * index.c
  *       code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b9fe10237bbb88b026bde171e56da3f695b3159f..1915ca37799a1c6ba93c8945642cf86b603b6da7 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains routines to support indexes defined on system
  *       catalogs.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 182d2d06746806de27d13e7b9fe5e013e8a99968..4df390a7635c0363fb98534b258531225d5a87e5 100644 (file)
@@ -2,7 +2,7 @@
  * SQL Information Schema
  * as defined in ISO/IEC 9075-11:2011
  *
- * Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * src/backend/catalog/information_schema.sql
  *
index e3cfe227595779bc137b2576f073e85cc535c700..c9473c89172991663da163688f4f4657a6c714af 100644 (file)
@@ -9,7 +9,7 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 23103d0cb6615419e70f5450b3c8ae19b9ba5021..9d5eb7b9da71b8a605294c5f60b58b08c642eb66 100644 (file)
@@ -3,7 +3,7 @@
  * objectaccess.c
  *             functions for object_access_hook on various events
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index bb4b080b007915a1e4def685dfd54f0983d8c08b..2b1808b0f92651ca5f3165e830cd35e542d0b7f5 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.c
  *       functions for working with ObjectAddresses
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fca874752f5d62a57fbd68b65a778bb96ad73e15..e6eb5c9209f73bda1fa367e6b3621daadf4d389d 100644 (file)
@@ -3,7 +3,7 @@
  * partition.c
  *               Partitioning related data structures and functions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 959d3845df217455815c6c0e4c4f85b06ada486f..3a4e22f0d60de9c9186a824f09e78c059e97a1ef 100644 (file)
@@ -3,7 +3,7 @@
  * pg_aggregate.c
  *       routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f37cf37c4a583a5bb95a540fe3abbf63ae221546..fa42ad5ec1b50b3d26e84ec1eb0f1d44e4e147f8 100644 (file)
@@ -3,7 +3,7 @@
  * pg_collation.c
  *       routines to support manipulation of the pg_collation relation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 724b41e64cdee99c6353f0e605ea10219b9dfbc9..b5a0ce95c12a6baa4d9389b990a4e7f1bd484a1b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_constraint.c
  *       routines to support manipulation of the pg_constraint relation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e2feb1709c32b7c5c162929184895158c6142ed6..adaf7b8ee6b5cf8efbcd2de8e347117931ce7480 100644 (file)
@@ -3,7 +3,7 @@
  * pg_conversion.c
  *       routines to support manipulation of the pg_conversion relation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9414ede96106657b5fc9096538dbd8c4e91e48eb..117cc8d1eb1957e8cb8046c766194979a75985bd 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7a0713e6cc0254d87f868df6bf928fda5802688c..b71fa1b981179662abcf51821bc82b9deb1dfba5 100644 (file)
@@ -3,7 +3,7 @@
  * pg_depend.c
  *       routines to support manipulation of the pg_depend relation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1f0ffcfa1591b8d9f3d6ee215c6e8dd3e356b020..77cf608bb13329b0beceb86632030cbd1f824207 100644 (file)
@@ -3,7 +3,7 @@
  * pg_enum.c
  *       routines to support manipulation of the pg_enum relation
  *
- * Copyright (c) 2006-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 00f2ae0bbbed7713300ce50ae54533ba33f629e9..82662a1f7eeb6240da0ecc45b45527452d3ae1bd 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d08b94e28f443275de63cde5e0dfc7d257b0bda2..24edf6a6b617066f0c535a057e018ceb93d74eaf 100644 (file)
@@ -3,7 +3,7 @@
  * pg_largeobject.c
  *       routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e5eed79237098b5b4eeb19d9163c348a68b93232..f048ad420781b043c00e5a3c6c730caaa8a2332d 100644 (file)
@@ -3,7 +3,7 @@
  * pg_namespace.c
  *       routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b5cd3fc01bd77b0e933e758171bc0fed470793a..556f9fef13c10d212fe46a2db1c814f63c9455ec 100644 (file)
@@ -3,7 +3,7 @@
  * pg_operator.c
  *       routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c1d1505e648de84b76ae65aacef578e3bdfadde1..6d8f17db2d14641618ac1c52e6374cf45c37d4b0 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.c
  *       routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 84e7733e74f2983c619c220c3baa1a7dc1dfc935..d3a4c264b3c05cc87dc69bf77e7ecdee05b23344 100644 (file)
@@ -3,7 +3,7 @@
  * pg_range.c
  *       routines to support manipulation of the pg_range relation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 65ecc45d49e9b8c6c62dd9df3d5d1a2cd081a6a7..fb39a01841a06497a900c1846c1d710354211d66 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shdepend.c
  *       routines to support manipulation of the pg_shdepend relation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4b2d281f2c9cec4c487819f19e99744b78fcf73e..6d9a3247a92dae9828b4a73889f6558e5b41a787 100644 (file)
@@ -3,7 +3,7 @@
  * pg_type.c
  *       routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d8311c40381811a38cd28b011f802e8f745129d..f677916d0396f2f73ef77a63785e6f80e4172958 100644 (file)
@@ -3,7 +3,7 @@
  * storage.c
  *       code to create and destroy physical storage for relations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 649cef86c53bf56ab44fa49cbec1e78b387bd4fa..31aade102b382f582b3638788e19254f90f878b4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PostgreSQL System Views
  *
- * Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/backend/catalog/system_views.sql
  *
index 564e10e3a204df255ca9611e43b3256abdd1906f..ee4a182e3529eacf8e0d64cd26c61331dd9b66ec 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains routines to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 19db38d7fc680435f094b06c441716846324f2e0..02ea254cd498f02d7ac0a47f3a0b5b57d50183bb 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for aggregate-manipulation commands
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 03c04339929d0bbb6b038f955ecd9f79e5c87453..8b6f42090969bdec199b5a161bd728ae831232ef 100644 (file)
@@ -3,7 +3,7 @@
  * alter.c
  *       Drivers for generic alter commands
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9ac930ea8b1363787ff6d9acc8c13aed151543fb..29061b888a24263bc2e176e5622895576252459f 100644 (file)
@@ -3,7 +3,7 @@
  * amcmds.c
  *       Routines for SQL commands that manipulate access methods.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4afcd9aae14be9d13e5e12e949979896c6cb5fd..e3e1a5307277a34f790b536c71bdc69e8b352490 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *       the Postgres statistics generator
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 716f1c33183da6e2cc0d50bf463098bfcbf213a6..6d0ce7a3580cb36cef22a3d3e7a36c9137e3173f 100644 (file)
@@ -3,7 +3,7 @@
  * async.c
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 21312268a02fc309f38f5366878128d6fc168987..f9309fcf47ef43e4a4ad1b10468b353f9a2781f3 100644 (file)
@@ -6,7 +6,7 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 9bba748708368e45957175d59f93604c4b93ff4e..ccadfc2e47476658c0b75cb53fa0af106e89834f 100644 (file)
@@ -3,7 +3,7 @@
  * collationcmds.c
  *       collation-related commands support code
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a0d3f8d01dd0a5df7034983f6fce5b040f9905dd..ada0b0356add475b3028b9b306e0bd8070966b1c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/commands/comment.c
index 26f9114f551edd286c5212aa3733a7e8d7fa1dc4..77cf8ceee7687204501a8f108dbde0b018dca32b 100644 (file)
@@ -3,7 +3,7 @@
  * constraint.c
  *       PostgreSQL CONSTRAINT support code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2c85d26f4db14b906f434a0d85763564e4e1805e..9861d3df2267bcb030998a5f8749c3c0632e32f0 100644 (file)
@@ -3,7 +3,7 @@
  * conversioncmds.c
  *       conversion creation command support code
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aa25a23336da0c3316f3bb207fd813728a9d9044..77a8631de1270fa667423573ce4e433078beaa43 100644 (file)
@@ -3,7 +3,7 @@
  * copy.c
  *             Implements the COPY utility command
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d6d52d99295bd20480b3e588c733a15d6c04d6b5..57ef9817653a1e9bed718c2b3053a5ee4115201c 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0919ad8dfe73983feea948929343d486a3670712..2833f3e846965d1c2c80df83304ab9e54ea72a01 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 533926693af8ff3dbbc35c23c9dff6ca0731cccb..b75dcff5d0e2e352013a3783c5968c4b94a37628 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b8bd675791be7e2682d4e55d55827a389f035bb..f0dcd87fb8a8349cde8769e678f7e61720b06da1 100644 (file)
@@ -3,7 +3,7 @@
  * discard.c
  *       The implementation of the DISCARD command
  *
- * Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 61ff8f2190d4dad1364b9e50ab485564af78ecbe..96436c06897dc147172882c649cf6dad63509c53 100644 (file)
@@ -3,7 +3,7 @@
  * dropcmds.c
  *       handle various "DROP" operations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e87fce7e6a99b4905409ee539197a30d0e1c2729..c0061e195eb34f668add57293c952d835eb1f01e 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.c
  *       PostgreSQL EVENT TRIGGER support code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0a669d9b43a8aed9e22fe40c43c4d37e2010f3af..c762fb07d4db0ee3c5f1984e20915e827813910e 100644 (file)
@@ -3,7 +3,7 @@
  * explain.c
  *       Explain query execution plans
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index f6c2c8af91f0d3675eb2090df225d66bea89f4a2..be521484d0895ee56ab610636cd0fe34da9b77a8 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eb531afd491a05590b715467d7e96197a135b47f..06b4bc3ba9a05d0f76fa8ed4ab9c659d906c5878 100644 (file)
@@ -3,7 +3,7 @@
  * foreigncmds.c
  *       foreign-data wrapper/server creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index becafc3045a21a6dc989d852669708bdfaf0867c..015a5fb67dff3ad84f69c9294f95e7164a083d2b 100644 (file)
@@ -5,7 +5,7 @@
  *       Routines for CREATE and DROP FUNCTION commands and CREATE and DROP
  *       CAST commands.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eeb2b1fe80d2b68a5a8346f5dd797313b3008e09..b6fa5a01d392af90d4f0873e48cc8fe3a3ae057b 100644 (file)
@@ -3,7 +3,7 @@
  * indexcmds.c
  *       POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5cf535b7a6066cf6455f2ac7f14b439c154711ca..9fe9e022b0f421ade71a62e5e242a4a091e5bed6 100644 (file)
@@ -3,7 +3,7 @@
  * lockcmds.c
  *       LOCK command support code
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6cddcbd02c380f7243cbf97ffeb41347d5a15e5b..6b5a9b6fe81ebce69cfeb015a92fa9a3c4f4fe38 100644 (file)
@@ -3,7 +3,7 @@
  * matview.c
  *       materialized view support
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4dfdb9642b2d71e10db0b08088247155d1784fb..7cfcc6de84a84f95de82e14707fb9ea67fd78d23 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for opclass (and opfamily) manipulation commands
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 67d08d862b602a30f7dc7475b0f7ac6debae9494..a273376e212cb08b5775271be18cac580d62342d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for operator manipulation commands
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3746bf1f9f13fbb812fc10d8e6ba6a232bf46cf6..5d9d3a6a059cecfffd95add6a9f8ec518c8cdfda 100644 (file)
@@ -3,7 +3,7 @@
  * policy.c
  *       Commands for manipulating policies.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/policy.c
index e52830f7ec2ceebf4f57953f69bda7d3bbddf57f..71640b7748f31908b4baf0f1992a8504ffa44f29 100644 (file)
@@ -9,7 +9,7 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b01051df9d2f942d14a7d102fec97274f6342c05..d768cf8dda39a3418bba29094551eb15af449cba 100644 (file)
@@ -7,7 +7,7 @@
  * accessed via the extended FE/BE query protocol.
  *
  *
- * Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/commands/prepare.c
index 4f870e8d300fdbbf78fe74f747a049d7d1382d8c..c5ce5bdd117d2462e008ecc3c573092418dc5969 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.c
  *       PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a60ceb8eba7cb710a5503d2c51259b4b2942298e..c475613b1c5cd1cfc6b311991798589e03a3ad06 100644 (file)
@@ -3,7 +3,7 @@
  * schemacmds.c
  *       schema creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b0ae34830179d720a095f719963c464a35ed62f..324f2e7bd9ec8228e86826a8dac749dc8dee3328 100644 (file)
@@ -3,7 +3,7 @@
  * seclabel.c
  *       routines to support security label feature.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 668d82771a800e967d15afbb4daf460f50ac8e17..2de46c270e70158e98389559ff5ac962ef8af608 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.c
  *       PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2f605ce83d5ad06c8123bd01f83af3ae3ba72f43..25620f5a7ea4fd256775c6554bfb2f05c4b90f96 100644 (file)
@@ -3,7 +3,7 @@
  * tablecmds.c
  *       Commands for creating and altering table structures and settings
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7902d433d552e4b627f975f74167b90c19d95d1d..2da13be9e4c957a1f371ac5921a5df490aadafac 100644 (file)
@@ -35,7 +35,7 @@
  * and munge the system catalogs of the new database.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 02e9693f28f1d58b66c383c5d6e11757520bd99a..61666ad19238cc4bc7f8e5a2658f0355471229da 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.c
  *       PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2b84848cf5f8a05ed6cd46c28bce004468d98072..479a160815b2117f17e61d2bbbf8db0ded9b8280 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for tsearch manipulation commands
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5e3989acd225b14ad2a5518e8ad6e4ab64ea2387..c07babbe9726991e980a064b1f3f37199965cdc0 100644 (file)
@@ -3,7 +3,7 @@
  * typecmds.c
  *       Routines for SQL commands that manipulate types (and domains).
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3521e77570e9d16ede9b44f4ff9e328b65cedb1..e6fdac34aea11ae3259111c7d8122f62c05fcf9f 100644 (file)
@@ -3,7 +3,7 @@
  * user.c
  *       Commands for manipulating roles (formerly called users).
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/user.c
index b1be2f7ad5927e15f7c44811fcfa307834440536..0f72c1c36ad002ae43c46128c34270123d70c767 100644 (file)
@@ -9,7 +9,7 @@
  * in cluster.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b5fb3250071bd3d4c8c1e92dde41694a8a09d899..a2999b3bf7767312960664a77f2ecffe4284f98b 100644 (file)
@@ -24,7 +24,7 @@
  * the TID array, just enough to hold as many heap tuples as fit on one page.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index defafa54b2968169abf28df85b33dcd72edf6259..62d56b84bc0ad657f0a106255a8fe542ff01189f 100644 (file)
@@ -4,7 +4,7 @@
  *             Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 414507f3b73328b2c08e9ef2ada5944db9da0026..e4be5c533205bfb2a080dd7401fd23a410ecf2ec 100644 (file)
@@ -3,7 +3,7 @@
  * view.c
  *       use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2587ef704626e10b0b744c645cc3a40d89b2c23d..3ea36979b3483a601e1240ba30c3b68826ba59e0 100644 (file)
@@ -3,7 +3,7 @@
  * execAmi.c
  *       miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/executor/execAmi.c
index 2e4e485a0642d446461d67201d050427ae0d6b00..3af4a90b515e262193bf4cc0da93ddef33e4fb54 100644 (file)
@@ -3,7 +3,7 @@
  * execCurrent.c
  *       executor support for WHERE CURRENT OF cursor
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/executor/execCurrent.c
index 3149fbe975c2caaed1d16ca6f126189a98969188..47c9656e1be1fd781a25846bbdf6f16717b972f5 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 009c1b7481fa8f2ca2b40c6f3312a113b6aa9c0a..8d119f6a19b306979c3aa66ee3f5a01f159654e7 100644 (file)
@@ -95,7 +95,7 @@
  * with the higher XID backs out.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 74a10048a2dd6c4f6e3a03787dd71b8d99cab486..a422327c88946b3563cacecc435b8a6d650d49d0 100644 (file)
@@ -3,7 +3,7 @@
  * execJunk.c
  *       Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bca34a509cdb542c49b1df079ec9ac0f16a01538..7e3c207018f36a2e0fc7dd6a1bd0ba5af7642941 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cc42946f9cfc472a3a4fa1c155e2591d2db8f282..821f3e9a97b1d212e0ab99cceb9f91ad3f0fb0f1 100644 (file)
@@ -3,7 +3,7 @@
  * execParallel.c
  *       Support routines for parallel execution.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, 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 554244ff71f89e49b7543d8a7849b9b7ed069d82..b8edd36470331dae5a4c32b9151fd3ee61106d4b 100644 (file)
@@ -7,7 +7,7 @@
  *      ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *      processing.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ec1ca01c5aa6089b5d1fd9668b65ef86875978a4..bf007b7efd8aeca01fa5c8f547abc6abf4a0837d 100644 (file)
@@ -3,7 +3,7 @@
  * execQual.c
  *       Routines to evaluate qualification and targetlist expressions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fb0013dc534c5599cb628a8a0dd1f81339d40634..f97db9c2112ad7b6f2f06035a9deb393a39ea293 100644 (file)
@@ -7,7 +7,7 @@
  *       stuff - checking the qualification and projecting the tuple
  *       appropriately.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 533050dc8593284b7d05ef8942420318c86d67be..cbb2bcb5684d91cef7ea127957f467cf009da3ba 100644 (file)
@@ -12,7 +12,7 @@
  *       This information is needed by routines manipulating tuples
  *       (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3bcb100daddafc6e8983a35ef83bfea316483bb..70646fd15a7f97f4292ddef486e02af3975630a2 100644 (file)
@@ -3,7 +3,7 @@
  * execUtils.c
  *       miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 470db5bb4aa6ba5a1a5c965a47b5ec91a1c32627..0a1bb9d52eeaa42f62f75ab3237ea7932cc5c84e 100644 (file)
@@ -3,7 +3,7 @@
  * functions.c
  *       Execution of SQL-language functions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2614bf451f05e2c94c0bdbee89252f38c055d670..6ec96ec371319d18a8db5abfd9c537c77adfdee7 100644 (file)
@@ -4,7 +4,7 @@
  *      functions for instrumentation of plan execution
  *
  *
- * Copyright (c) 2001-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/executor/instrument.c
index ad5edbad29e8082defc8788fed780f5576d6d6f7..c16b62467f08457e360fcbef6d86b6b3d66b7033 100644 (file)
  *
  *       TODO: AGG_HASHED doesn't support multiple grouping sets yet.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a26bd6354c1183ebe71408412cb35f67e9b8f898..6986caee6b530bfc64559434480455f6a1bfd3cf 100644 (file)
@@ -3,7 +3,7 @@
  * nodeAppend.c
  *       routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c39d790f82d2afe6a9b262973eaf573b24acf3a4..e4eb028ff9ccf44b9d1d2d9e2ddfdcc3cc59b0dc 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapAnd.c
  *       routines to handle BitmapAnd nodes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 449aacb6e740a75fa9c85356eeaef0aa080f0115..d5fd57ae4bafdcc65f9357d914954ce4b7c5fb4a 100644 (file)
@@ -16,7 +16,7 @@
  * required index qual conditions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a364098e59f6e65b196e8bc07adba4eadc76d4f4..4274e9abcb5211a11f2f1fe100905e7477eb9607 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapIndexscan.c
  *       Routines to support bitmapped index scans of relations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7e928eb618ce9ae7815cf71b84c70827b82375a1..3c6155b7c3ef5d90e9b737c4ea4f0e6d22cb1446 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapOr.c
  *       routines to handle BitmapOr nodes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 162650ad8abe92a5772fbbdced47b4b3241d9fda..2f9c007409b99a763b2ae6e6c70de72ceea143a7 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCtescan.c
  *       routines to handle CteScan nodes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 322abca282acfad4af0fafcdc1744aa3600746da..b01e65f3626eb9007320f00062f46a0b2bfa0743 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCustom.c
  *             Routines to handle execution of custom scan node
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * ------------------------------------------------------------------------
index d886aaf64d6776252020622ddd454633791f1f25..8f21c17f240348cc15e19153fa75a8e5d5a41c2f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeForeignscan.c
  *       Routines to support scans of foreign tables
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5a0f324de0aaa824fc76f33fcb27dc8c2db41574..1b593dcd71f768a924ed8f854019682941f0a40b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFunctionscan.c
  *       Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2bdf22318268e7d3f5212736db76757164da4ad4..f95c3d1b19ced4585e1208f06c5d3049df085165 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGather.c
  *       Support routines for scanning a plan via multiple workers.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, 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 dcf5175d9be0abca524c22fb77ebab75779de152..6a05023e50fca5e9cd5c53939eed3e7d2c3b71bb 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *       Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6375d9bfda7ee2818fe59540d1c24be21e49be40..11db08f5fa66c73aab9e53b348c9887748597e3e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHash.c
  *       Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 369e666f8850df141b17ece36d172cc98c975bd4..b41e4e2f98a04515be52b3a5938f7c7edcca19cd 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHashjoin.c
  *       Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4f6f91c8dbac11b912b1280536802da0109fedf8..ddef3a42bff3e22c1212400e30cec9f8ebda67d2 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexonlyscan.c
  *       Routines to support index-only scans
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3143bd94ec4499fba94b41693538b785c4b32e6c..97a6fac34d9b9a8c333a324579e8a2a97c1bfbe3 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexscan.c
  *       Routines to support indexed scans of relations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index faf32e1aeedd4554e4df31cf6d8e9caf53aee151..885931e594798eb80fa5d2ddda2ab954e0cb0c16 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *       Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4ebcaffe699a40d99b66b05331ffa17e9756da7d..f1bf6fdf9f02fce05db855e0d53b442e63332cf6 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLockRows.c
  *       Routines to handle FOR UPDATE/FOR SHARE row locking
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9ab03f3f152bc82983589bdf086f9ba24a46f10f..aa5d2529f4f1375e0fd6e9ebf521317d44158ed1 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMaterial.c
  *       Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e271927077b8bec79d7ad71eb0384f74f770fe8d..7a20bf07a47def05aa0bdce48a50b069d4a3c68d 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergeAppend.c
  *       routines to handle MergeAppend nodes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6db09b836a113358a4bb055f079aaeafdc20dc85..2fd1856603740fce361926a9600eddca50f5406f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergejoin.c
  *       routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d85b151c205746ea8fd1bd9c38a42a4749a7c78..c7dd148944eabf3506e856a6a542c3ca98dfdeb0 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.c
  *       routines to handle ModifyTable nodes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 555fa0967900e0c59be65c265351470cf0151789..e05842768a3b3bff0c92f417bb1e8a3b97f65a11 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNestloop.c
  *       routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b734c05050e658b2b27767c8acc4a1df3dcb245..fc1c00d68f3c86f5f023bc4d71c56d3e59950151 100644 (file)
@@ -7,7 +7,7 @@
  * already seen.  The hash key is computed from the grouping columns.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4007b765bf8fcce9e3dd23827d1452ccd6c7890f..59dacd33ef2c4a9f9de50e5e002448fef04e0e43 100644 (file)
@@ -34,7 +34,7 @@
  *             plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9ce7c02aff415c2239f42f48e55e1735ee75519c..9c686a045bd7de8cb7b2a1e985297f4795b1c520 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSamplescan.c
  *       Support routines for sample scans of relations (table sampling).
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 00bf3a58b1ab42b1f1ecca40f15b01816b4a1c88..439a94694b6dac2f4e7b5a723c1f12f6196b5c78 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSeqscan.c
  *       Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 760b93521a668c14397ff912ca0ea918f07e1782..85b3f67b3333abb3e4a38b2f64d60e4c024b60f2 100644 (file)
@@ -32,7 +32,7 @@
  * input group.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a34dcc513582e1dd5fe7f7d32c0cdc6e31117f50..591a31aa6aba14027be83cd6846c44c2a016a40e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSort.c
  *       Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d3436000d0fad01510d3cdce247051486fe86aa1..68edcd4567b89e87c8f9074b19eb4d18c0a737a7 100644 (file)
@@ -11,7 +11,7 @@
  * subplans, which are re-evaluated every time their result is required.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9bafc62677259d8f2c1a69b74a51a137ffc54131..a4387da80a21403168f84c2c4beaf4ec2103481c 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d54fe3665f7640e06864d4cc37255cc135216474..e3d3fc3842bf1bed8b19940488da8cd67c64d250 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidscan.c
  *       Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f45c79232dfa6f15a02ad68ff0a00bceac85ea85..28cc1e90f8fdda662840ac60505fb88484dfab88 100644 (file)
@@ -11,7 +11,7 @@
  * (It's debatable whether the savings justifies carrying two plan node
  * types, though.)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9c03f8ae16680b57fa76e46f956093b032d40295..5b42ca93cff9b17b6afe8d2d0e3cd40ef7355b5d 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for scanning Values lists
  *       ("VALUES (...), (...), ..." in rangetable).
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 06f8aa09dd2f3a49a1fabc6048d9c1de8825a825..17884d2c44cba3f8e3ba34ddb12694acc9137c77 100644 (file)
@@ -23,7 +23,7 @@
  * aggregate function over all rows in the current row's window frame.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cfed6e6329087a49ef3a74e6199ffc8cc10f94b4..73a1a8238aae9c193d7ff2396ac6d7d1f38fb461 100644 (file)
@@ -3,7 +3,7 @@
  * nodeWorktablescan.c
  *       routines to handle WorkTableScan nodes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 80fc4c47253b246c86f09406e26b4364786f302d..ee7a7e2d78c2e4708ec507ec2bba1ef6c6dd5066 100644 (file)
@@ -3,7 +3,7 @@
  * spi.c
  *                             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 344e623c94261de4f3f1eb1518fe45760e47c347..8d7e711b3bcdee66df149c3d4a21c671190f9559 100644 (file)
@@ -23,7 +23,7 @@
  * and rewrites the typmods sent by the remote side to the corresponding
  * local record typmods.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8f1e1b3f50c92b8380146d2b4d306d8893a00183..1e641c9837f7a70bd03eb5ae1f69549414c9749d 100644 (file)
@@ -9,7 +9,7 @@
  * data even if the underlying table is dropped.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 242d6d2696371be6076d8534e5c7fad455553f2e..291c8a3bf4e68f633a3e5e3f0890e9a46d507a6c 100644 (file)
@@ -3,7 +3,7 @@
  * foreign.c
  *               support for foreign-data wrappers, servers and user mappings.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/backend/foreign/foreign.c
index d3cd4ad963e38e3203d6cea1c461c59ece91068d..9f99e77db04fc9665d312faec0d7bb3db13088ac 100644 (file)
@@ -3,7 +3,7 @@
  * binaryheap.c
  *       A simple binary heap implementation
  *
- * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/binaryheap.c
index 381627ec3d800a8fc7f97275dd4df0280509a389..4564a463d5b9beef7e40ca058cd296f07a0093e0 100644 (file)
@@ -7,7 +7,7 @@
  *
  * http://en.wikipedia.org/w/index.php?title=Hopcroft%E2%80%93Karp_algorithm&oldid=593898016
  *
- * Copyright (c) 2015-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/bipartite_match.c
index 6d246ce77bc545cf8d5941ca7667d0f1dd6b7ace..df7a67e7dca3590625c0d20b27777661fd95b58d 100644 (file)
@@ -3,7 +3,7 @@
  * hyperloglog.c
  *       HyperLogLog cardinality estimator
  *
- * Portions Copyright (c) 2014-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2014-2017, 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 fb995e30d65f666a5d2d6080649ae5eb49dd2bf8..720cecb0e78403cd9ed5f3bd35adc685c731c16e 100644 (file)
@@ -3,7 +3,7 @@
  * ilist.c
  *       support for integrated/inline doubly- and singly- linked lists
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3cf83fce0c9665c8d064e51576f5a856d18b74a7..7c6bd837c68a3718ac8c1476b24ede0c6db626cc 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/pairingheap.c
index 7fb7e55f716b24116dd99b4992aab5597479d1b4..b08e48b344ecb743aa07c55dce8f18999a7940f7 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-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/rbtree.c
index b618b37e09f24275e70b73c4d26b1509707cbf76..bdc204edf77e56533f6f897c6a0c11f58c426727 100644 (file)
@@ -7,7 +7,7 @@
  * or arbitrary binary data.  All storage is allocated with palloc() and
  * friends.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       src/backend/lib/stringinfo.c
index da7ae16d502bd0e2d70d75949b450851fd727c9b..824e40837b482507f83558bb2b16e183ec9c4158 100644 (file)
@@ -3,7 +3,7 @@
  * auth.c
  *       Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 764f602aaa23f53b0e833f5cc33823c3e2e19f9b..6fae697471f65c9e6d5f3a73b384cdab35bc41e8 100644 (file)
@@ -3,7 +3,7 @@
  * be-fsstubs.c
  *       Builtin functions for open/close/read/write operations on large objects
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 45ad41200384cc37c4ec9abe541bc094b0650f19..07341ff696e304c7cb8f7acab3a68cf356ab07c0 100644 (file)
@@ -4,7 +4,7 @@
  *       functions for OpenSSL support in the backend.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4a6a0d6f589e07e0d4edcef72c15b42afec7de7b..e5ee974c270518ff150fb28d4a0fd0e7f9ded75f 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7e9124f39e828a6bdaacf1b60d33cd805c7edfa0..e1c10137d9fd0979907d734b254252aea9067ac1 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Original coding by Todd A. Brandys
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/crypt.c
index 5b644d64527292a7415a14484afdca910743468a..07f046fd8baa83057acb114c7857115b3c83dec1 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8f7fa2015d41dda185553276b03cf7703e7dc043..7692881c8baffc8f3a191585bf13d09cdcbd7d2c 100644 (file)
@@ -3,7 +3,7 @@
  * ifaddr.c
  *       IP netmask calculations, and enumerating network interfaces.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index affa9bb7ab8eed99fefd199837df70f4b57bb722..7939b1f544f857ea91306a4ed72e18765d2ec4cb 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/libpq/pqcomm.c
index b5d9d64e5479355759862df21db0787196831e45..c8cf67c0413332327272c7e1279e27faf0a273fe 100644 (file)
@@ -21,7 +21,7 @@
  * are different.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/libpq/pqformat.c
index f93ccae148b3f3911d36dbfe843abfe8d2f360f2..96939327c38a2cee4f4373baaf6c6054f59d5bfd 100644 (file)
@@ -3,7 +3,7 @@
  * pqmq.c
  *       Use the frontend/backend protocol for communication over a shm_mq
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/libpq/pqmq.c
index b5c1855557be15c5258a8af1b1a6687b06bf1cba..476e883a687520cde47bb8dd43a085f091778b4d 100644 (file)
@@ -3,7 +3,7 @@
  * pqsignal.c
  *       Backend signal(2) support (see also src/port/pqsignal.c)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 37079981df9ad69ffbc22d20d3453f3f427d09cf..8846865ba3612f4608a06f9d455b57c4b2acb888 100644 (file)
@@ -9,7 +9,7 @@
  * proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f281cc547150634b68b70e0663bd6cef33921d1d..252af5c870972e233190ecbaaefb7af657474f47 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/nodes/bitmapset.c
index 6955298577a23a7f8b9314f1a9470b92aefd5812..930f2f1d5f40f6aaa7f40f1161dccb2022813c93 100644 (file)
@@ -11,7 +11,7 @@
  * be handled easily in a simple depth-first traversal.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 548a2aa876c94acca8fe34ffb8cad173b34d838e..a27e5edf37233064b048c5441cc16a522bf1fe6e 100644 (file)
@@ -18,7 +18,7 @@
  * "x" to be considered equal() to another reference to "x" in the query.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a4f1c990163ab215ed99dc89bb69984d3ccff60f..01cd3c84fb2184fee2d6d6fb3ac8ad0b1d6f9eb1 100644 (file)
@@ -10,7 +10,7 @@
  * and GetExtensibleNodeMethods to get information about a previously
  * registered type of extensible node.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 085b68cd1f18a28b80375ac976fdd369813f3c75..f09aa248d834f43c8fff7596137489448fb11f1a 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation for PostgreSQL generic linked list package
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c97532b3481e4aa0b2410e93ec3d2dfba783f57a..7586cce56a0243fcd453d5112d2d837b077605d3 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 973fb152c19ea996d865b227cab93b06333295dc..c2f03b73f4a85f8a7f846aca9bdaa9332b8a0faa 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.c
  *             Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aea3880858e4c9e6c9e3af1a19b1c846ef0546d4..d3345aae6d3376b555ecbe77c7e0a9d42365a1f7 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9fe98739c12715e00170f58c99c4d4fd27376783..806d0a93aac639d4def0162be3d0f62842702e08 100644 (file)
@@ -3,7 +3,7 @@
  * outfuncs.c
  *       Output functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f2e26b80c46b58b5c7627a24cc422adffcb5dec6..0fb08b94db64594e0c0238a4cb67c3579372c9bc 100644 (file)
@@ -4,7 +4,7 @@
  *       Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a1f29416ab0e8c81c43270888005f5789d0d960c..926f226f34c5c4801cdfc41f4fe84788dab762b4 100644 (file)
@@ -3,7 +3,7 @@
  * print.c
  *       various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c1ab494d7788ee1f187dc918670c4ecd15b8026a..b56f28e15f1f61fbb52a54ab5555b72e3896c120 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to convert a string (legal ascii representation of node) back
  *       to nodes
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 63f633634c6053b96edf922cd627c5ad946456b7..dc40d0181e00dfcf47258dcdba0a2e1f930bb7a0 100644 (file)
@@ -3,7 +3,7 @@
  * readfuncs.c
  *       Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 826feada1fd69da920be40c361658e301e05d706..7b31948fd28a8993e01333c67a2b1145089089d8 100644 (file)
@@ -29,7 +29,7 @@
  * and a non-lossy page.
  *
  *
- * Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/nodes/tidbitmap.c
index a5ed5bc7c23f8cef78190d1cbccae08de93959ca..5d2f96c1033801dfac4e801d536f2ed017e67a91 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of Value nodes
  *
  *
- * Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 475d221dd26236d5eada413d018ebbf1aeb2e62e..8fd20c5986d916b60b68ac3aa7b42649891b5988 100644 (file)
@@ -2,7 +2,7 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_copy.c
index fb2ab77422d90fdc7bf479bdd1c0809c386de653..b5cab0c35189d6c48c0fd9aec1c65dfcba6bf710 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_eval.c
  *       Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_eval.c
index 73fc38b907e7878451ea6aa69bec02360e1593fb..52bd428187be7b2521d30a12cd10938542f37134 100644 (file)
@@ -4,7 +4,7 @@
  *       solution to the query optimization problem
  *       by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_main.c
index b1d99cc0b1a0f06bb65a4d7dba39fdf21e255183..503a19f6d683cae98e45a98946f35c17c1c46bba 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.c
  *        misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_misc.c
index 727c3560321e0b567809c3256778241d32d49860..0f7a26c9a14f6b60ed9bd6acf90b30b98bfb6a0a 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.c
  *       Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_pool.c
index 2368b8fa96ce65d157eea48fec6aba4f63c56164..6f3500649ccc9c30f0a7cdbc9433de929dac7f8d 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.c
  *        random number generator
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_random.c
index 991b2e36f994aa80906879aa7ca1a49d9623cb65..4d0f6b08816e02dc0c019bea8b1d8c758049f911 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.c
  *       linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_selection.c
index 9753a263febbf5a41ad126613586658fbb87e758..46d7d064d41a4997278fd8ad2d200af08867e128 100644 (file)
@@ -3,7 +3,7 @@
  * allpaths.c
  *       Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 02660c2ba5e505c377ccfb4341b56a68c3165f27..af2934a721c737a374ea3c609b9cf109e0f61c8f 100644 (file)
@@ -3,7 +3,7 @@
  * clausesel.c
  *       Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 415edadd3e079e6e2bf32d4cd5e5241d0ae51a7f..a52eb7e789f5cf7a660587f7a00826c161e9dcc4 100644 (file)
@@ -60,7 +60,7 @@
  * values.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0e50ad5f34f2b59653159e4e847300a4cdfdd543..6703dc384d6f86ccfcd24eab4124ce58dd5f8976 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/optimizer/README for discussion of EquivalenceClasses.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2952bfb7c226507ffa7b9dcf15c77831983ca549..7b43c4acb5d786ed3d9f2a307d6d988fa9e1728f 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b5cbcf4d0494e9de14f4637155c6f5eb96539ac9..7c30ec6fb9caee6d2abf26ab91c040067dbae4e1 100644 (file)
@@ -3,7 +3,7 @@
  * joinpath.c
  *       Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 01d4fea78c4898c0ebe00143e9a4c962f10dae89..6f3c20b33ff6ef35a4c5723cd3cb186196316525 100644 (file)
@@ -3,7 +3,7 @@
  * joinrels.c
  *       Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4436ac111d17e9203e6d35fe6cf90204377a624e..012cb62f89a9061f6622e2c373804eff349d257e 100644 (file)
@@ -7,7 +7,7 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 530e1347e0a359baa417c1d4757daba7ac0a431b..240ade6708b852dc8eefe9387e41076c0ffc3e5f 100644 (file)
@@ -25,7 +25,7 @@
  * for that.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 74e4245122894f238623439ef9511e214a201723..438baf1e61f2fc423f20cc8d09977658c039471d 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ad496746843e0db5388ec71d3182f048f8fb8896..c7bcd9b84c8e8e79ac340489d2cb6395b9c7ede9 100644 (file)
@@ -5,7 +5,7 @@
  *       Planning is complete, we just need to convert the selected
  *       Path into a Plan.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 84ce6b3125493e628044432baa33efb43f590e7a..6ceb80192e10a3d30d2460a02d8244f2a78af8e1 100644 (file)
@@ -3,7 +3,7 @@
  * initsplan.c
  *       Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4216fc4a6ea807dbd297b5359cbd7cc5b2943d5f..c3fbf3cdf82cd927909fce1b5a866f4eb3c4bcfb 100644 (file)
@@ -17,7 +17,7 @@
  * scan all the rows anyway.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e7ae7ae8ae7db6fd258438f5c241df4523c5faba..e8807591a0e22ab1d3bce0ec35778acd7c4d3c68 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41dde50d8542ed8536d337d6bac96b021f20b09f..207290fd2608e9d4a411f8ebea7386d90fb540f6 100644 (file)
@@ -3,7 +3,7 @@
  * planner.c
  *       The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2fe1c8cb9d05705a84140379ac53efaca2fbd903..413a0d9da274abc4d8da7cc6e842b025249611e7 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 31717439b6af8f1f722e7899872654fdf148e2ee..aad0b684ed3ba4aadd5b49ee131668eae8f854f5 100644 (file)
@@ -3,7 +3,7 @@
  * subselect.c
  *       Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b68123034983ca03f26c0dc0489886405768e976..be5d3d1104bfa69bd9ade06c84d7d7180be56c56 100644 (file)
@@ -12,7 +12,7 @@
  *             reduce_outer_joins
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0cc8856732dcb36d87c9d7bb09658ccf16825bab..f75b3274ad0546a64dc0dd27a520b2bab251ba2d 100644 (file)
@@ -19,7 +19,7 @@
  * tree after local transformations that might introduce nested AND/ORs.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 01eddf0fbf7448336c9fd088ed609b0bca162b1c..455d2a066c8c0eb5c21476501262b57910a5ea4f 100644 (file)
@@ -3,7 +3,7 @@
  * prepsecurity.c
  *       Routines for preprocessing security barrier quals.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1c8d1052c58e0520c07130c9d0cea6966fc1cb3b..824af3f54cb646e320f1075cc46793f158781803 100644 (file)
@@ -27,7 +27,7 @@
  * that because it's faster in typical non-inherited cases.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b7147832e0f82db304309ff0e90f996904716158..1bbbc297948d52f3068c4d940458178771db045f 100644 (file)
@@ -17,7 +17,7 @@
  * append relations, and thenceforth share code with the UNION ALL case.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9af29dd5b12468fbd9e72737698fa74fe1d5c18a..10abdc3aff136ff5dc4c347dfbc6984971418456 100644 (file)
@@ -3,7 +3,7 @@
  * clauses.c
  *       routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 97d5fba391817d006b5af25c9a5eb1c91a9e44c2..6d84477f8644fdbccdd9f10f709e2632178c9449 100644 (file)
@@ -3,7 +3,7 @@
  * joininfo.c
  *       joininfo list manipulation routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 13570f006eccd50ae170b7d9b560a3b0de4f0c4a..e36e30f259607bd5bfc02e7ad7e52c352f3ef48a 100644 (file)
@@ -3,7 +3,7 @@
  * orclauses.c
  *       Routines to extract restriction OR clauses from join OR clauses
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6d3ccfd20e4b6cfabd3fdaf3a16d58bf68b1413d..3b7c56d3c7dd0ba1684083fb7c1a0a5b9ded0370 100644 (file)
@@ -3,7 +3,7 @@
  * pathnode.c
  *       Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b210914b85391c1397762cb0f795a7c1f055c216..698a387ac28de7e872411397aaefb9e5a4c47899 100644 (file)
@@ -4,7 +4,7 @@
  *       PlaceHolderVar and PlaceHolderInfo manipulation routines
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 72272d9bb7bce7804397daf02cf917da4a876740..296a79a82a09aac327d4ee80358791dea5539b66 100644 (file)
@@ -4,7 +4,7 @@
  *        routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c2efb1576b2d24c10f8b0856206ea2b21f8e566..fd009e135e41423cf8dfddee7ac7dc18eb72fccc 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to attempt to prove logical implications between predicate
  *       expressions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d5326e6cf03e95dc136f4fd847a7d5219fd94c80..7a8674df82fd91759d42f6a4cc475c361a31ebeb 100644 (file)
@@ -3,7 +3,7 @@
  * relnode.c
  *       Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7fc81e7aa33a44e697f410a1211e1fbddf299425..60d377776d2c1ef2e08fcbe385e31aff5bb93bac 100644 (file)
@@ -3,7 +3,7 @@
  * restrictinfo.c
  *       RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 68096b309cd3b628fac7bd13eaac96f1689aa698..45205a830f164b0e4d168f560783815bfdc46a99 100644 (file)
@@ -3,7 +3,7 @@
  * tlist.c
  *       Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 292e1f4aac390b87a66f6346c0950ca9d36dd2b1..cf326ae0039993d882352a0401a03dca98b23269 100644 (file)
@@ -9,7 +9,7 @@
  * contains variables.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a558083f43739ae4155131efb4931415e0d904de..5116cbb71a27f7693113a601bc1db7d9d1dc5c8b 100644 (file)
@@ -14,7 +14,7 @@
  * contain optimizable statements, which we should transform.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/parser/analyze.c
index 568ef696fd7e34273eeec8c3492940efd0316e3c..45862ce940e8beb8e753f517efb2db9fa62a7bd5 100644 (file)
@@ -4,7 +4,7 @@
 # Usage: check_keywords.pl gram.y kwlist.h
 
 # src/backend/parser/check_keywords.pl
-# Copyright (c) 2009-2016, PostgreSQL Global Development Group
+# Copyright (c) 2009-2017, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 08cf5b78f5c5c1398e2e0af52b56a29ed69477a7..9eef550d2ab9c21747823e31e50ee7dd279ca7dc 100644 (file)
@@ -6,7 +6,7 @@
  * gram.y
  *       POSTGRESQL BISON rules/actions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 92d1577030c79f6728f14125bc38696b931fbc8c..d9777099aa6f298652a47ec98f4066dc6baa5e43 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.c
  *       handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f7bb09701e6b30d0250f80d81e35d30f0204fcb9..d788ffd7999daef293f9499f0e478fc6564a8fe7 100644 (file)
@@ -3,7 +3,7 @@
  * parse_clause.c
  *       handle clauses in parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d277fd6200d310270531d381c1f12222396d240f..29278cf4fa56420d722b7e0580fdc0af143c14e1 100644 (file)
@@ -3,7 +3,7 @@
  * parse_coerce.c
  *             handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a19e8dd075d7016d3a25ed45566f94ff75dda818..832897f68ddef8039791fb70003c94ddbcad2af4 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5e8bcd40d552f128f022a6f9efaa8fdfc3dd47ff..fc8c15b2681458dbedb4641920455eb5434134b3 100644 (file)
@@ -3,7 +3,7 @@
  * parse_cte.c
  *       handle CTEs (common table expressions) in parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8a2bdf06e8de64cac1e07ee1806fd2e4ee6dc898..38c2535b65f27393e509e14cbfb407c92e81555e 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.c
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7d9b4157d4dd3906d26de06c779bfa3518a98572..12979602e5968200f334e98f4a3ccc5386a0cadb 100644 (file)
@@ -3,7 +3,7 @@
  * parse_func.c
  *             handle function calls in parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 62d2f7105fb61ad40ea001da3a7cab0cbd436581..73e7d65c35929c7f46e00b2ab1eb0f7ad9ed13c4 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.c
  *       various routines that make nodes for querytrees
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aecda6d9339a310568326c16a9c6eda4563e6b9f..894e900073de7813cd3b951ded6d088d3fdc08e2 100644 (file)
@@ -3,7 +3,7 @@
  * parse_oper.c
  *             handle operator things for parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b4028436800230c3bce7c8ad0ff60700d4b74cdc..2575e02325e7f00b2ac75c1290cc4ddf6f430d57 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 58f70508feae15b2dde2a5e987672763c7d73078..1d2440b9a7d6571a16fbcd452bca70df8d2ff438 100644 (file)
@@ -3,7 +3,7 @@
  * parse_relation.c
  *       parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d440dec5564f338e9d39d0f8f193557da761dce1..081a8dd468b309857fae6a079386b280433e75dd 100644 (file)
@@ -3,7 +3,7 @@
  * parse_target.c
  *       handle target lists
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a8bb4721f3048253188f5bd8ccbf4e0b15df05b4..e2c884caae0dce9fe23e3e01b2ac9df8a59f461a 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.c
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4f74208633680be311b8083cdaad8aa1750f091c..0e4e7a8c803da1e9ca560ce86c38c09255f5d459 100644 (file)
@@ -16,7 +16,7 @@
  * a quick copyObject() call before manipulating the query tree.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/parser/parse_utilcmd.c
index 61d24e11d3e130f429d7faebda89318697f5855c..c870229817ccb8f06935df9812a0f77742abf0e9 100644 (file)
@@ -10,7 +10,7 @@
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index acd92698057928aeccfd68b4461c35981b31f0a0..634bfa512f4fff37e3010dfedc68fd5e49fb6b3b 100644 (file)
@@ -21,7 +21,7 @@
  * Postgres 9.2, this check is made automatically by the Makefile.)
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7aa5b768411297f61da2964f8930d081d721f18a..c3d28058032fb1b526f3e2dcb5c064c7d89e6b30 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d5970e42b046711ba9db7a32be73aac66fbc6d3c..86b530821420d95ae5af160ae544a763d80193d2 100644 (file)
@@ -3,7 +3,7 @@
  * atomics.c
  *        Non-Inline parts of the atomics implementation
  *
- * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 620fb92ac912757a026b737e6736c0e893fd7919..321597dae2296e7b2756e9a0ba91b571c9121bb2 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for AIX-specific routines
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/aix.h
index cfa5f81070b445f009442b9d3d244e93d2002b13..bb3d7a322a1ac7a8d4618baee9f59a81f3aac5fe 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Dynamic loader declarations for Cygwin
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/cygwin.h
index 875a8882518d7e94994bbe34bb455130c078d711..e61b1c241a1cd3c579ed0eb2f35d9dd2fb73c559 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index b8963690aae2d185db8f733df11670145dd858b7..78dda6992296e647c0ea0bba863fac92b627eac7 100644 (file)
@@ -3,7 +3,7 @@
  * freebsd.h
  *       port-specific prototypes for FreeBSD
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/freebsd.h
index 60f05c39b101dd5bc76cdee491f0536a5609c8da..c7f93d2d4a290b43f20d06480d7d3f31b71703a6 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d38a598523eedfd32d7c2bf92befebb83f9d22b4..0a17454f2b894fe6f561813235a7af74808f78b3 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.h
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 174b29ba1a8f2c8a824148198827a4d446f24b25..5d8a76af59e6c3f49939ebb34251111bedf27575 100644 (file)
@@ -6,7 +6,7 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fac58d7e17a84b8deb842bf7d2a466a1a3909570..9d804ad9555dd081ece0622732573a0e2822c603 100644 (file)
@@ -4,7 +4,7 @@
  *             Port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/linux.h
index fcb228f58aedc75f3573f0edb59bfaa5d553113c..01a96013cb1478e57020e3d3b5f6d554ce543cd6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 61df076edbabeac21491648cbcd014ac44c2e5f5..688b7fb79300a5714bde0721a355ef80106094c7 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for NetBSD
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/netbsd.h
index 452be3a658fc7326ea3c2c1e491ce7f25ec932b3..fcd336acbefbc9f287eb2092237ef788e71cf49f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 7fce21b014741adfcae52a1efd6e7fe816ebef30..34d27246155aa448dc4f52ee0f3c0c04d7d7c855 100644 (file)
@@ -3,7 +3,7 @@
  * openbsd.h
  *       port-specific prototypes for OpenBSD
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/openbsd.h
index 49fb87d683cfcba07ff41bb96f279b4aa7d14ff1..f50ba524dc791b7398fceb45a54982ee00c57ccd 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Solaris
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/solaris.h
index 603dc5a41c2e3755e436a2fa4fc1ff0203e00f4a..6e9e03a5718e8844ffc8679a739a93fa53439ba1 100644 (file)
@@ -15,7 +15,7 @@
  * forked backends, but they could not be accessed by exec'd backends.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 531d4265504f03416cbdd0c06ed58ea799a3c914..4fbcc5e2b49bbea78d768413cf57e1e115da5fc0 100644 (file)
@@ -4,7 +4,7 @@
  *       Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1ad898d350d2b1e9bf92952cf8e878d96006e919..77cd8f3cca65acef9852d47c128039cedc15e684 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c3b91d1d6fdea1c31b3352f96fd88b2f3d361526..73ff315d1ac788dfe50477904a15733b5f03cfc2 100644 (file)
@@ -3,7 +3,7 @@
 ! sunstudio_sparc.s
 !        compare and swap for Sun Studio on Sparc
 !
-! Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+! Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 ! Portions Copyright (c) 1994, Regents of the University of California
 !
 ! IDENTIFICATION
index 0d7ecc2f61548386734923739d1c43f8c55da2a9..31934b01d407b2563e6f4ab5784d1d72538f52fc 100644 (file)
@@ -3,7 +3,7 @@
 / sunstudio_x86.s
 /        compare and swap for Sun Studio on x86
 /
-/ Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+/ Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 / Portions Copyright (c) 1994, Regents of the University of California
 /
 / IDENTIFICATION
index 92e23cbf4be75986f61f5b925ca1f527d158e36e..64969df73dfad28803b8b2e22bf328a66d1b5743 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/crashdump.c
index a18bd21815e18d1f3049c1fc02e3270836c05440..7b525eab819858d51fc6570f1735ce4605b686a8 100644 (file)
@@ -3,7 +3,7 @@
  * mingwcompat.c
  *       MinGW compatibility functions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/mingwcompat.c
index 640ee9ec644cc2a19d33361e287ed8e5d4814568..ebbd434b9a8bef6e22ea0bb3d4396a38f48bef53 100644 (file)
@@ -3,7 +3,7 @@
  * signal.c
  *       Microsoft Windows Win32 Signal Emulation Functions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/signal.c
index 5d8fb7fc91d30ad711e6a09960b4aac636e03ad7..a6f9070761a83ebf4a13a94d4c54247cf8cf7ccf 100644 (file)
@@ -3,7 +3,7 @@
  * socket.c
  *       Microsoft Windows Win32 Socket Functions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/socket.c
index a9a2d961b1d24b127cdac3924d1bd3061c832b18..43097794f767fd1db78a2e9074156a97586c792e 100644 (file)
@@ -8,7 +8,7 @@
  *       - Does not support interval timer (value->it_interval)
  *       - Only supports ITIMER_REAL
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/timer.c
index c8b12bedbee844f1dde70462920dc043b36f4ad4..a798510bbcdf4f2c9861ab636d38f13f9c4cc8dc 100644 (file)
@@ -3,7 +3,7 @@
  * win32_sema.c
  *       Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32_sema.c
index 0ff2c7eb667580fb37b08fc8f3604454fabd504a..31489fcdb0427cccab6d3e08134cc3ac3ae3b0d8 100644 (file)
@@ -3,7 +3,7 @@
  * win32_shmem.c
  *       Implement shared memory using win32 facilities
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32_shmem.c
index 264298e8a9e625b3ca71f783646e6e1a4c112ead..251b9fe37208186b3f7f3858a42b2e04dbf56d3d 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 13a6e23a142112bfb38503c9bb962f1b9c9ad07d..61d3170b839e21e4a53ec6bf0954639af191ff85 100644 (file)
@@ -2,7 +2,7 @@
  * bgworker.c
  *             POSTGRES pluggable background workers implementation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/postmaster/bgworker.c
index 25020ab3b8f9209f84dc8d9d996fad00d21f1d87..40819824adb2aca1a2b19d6c3bc31bf56c624353 100644 (file)
@@ -24,7 +24,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c875f40ece792b55173cdc59688a7367b030cf10..fe9041f748cdbf7bd9be4b85cad2faa6f2ed7e85 100644 (file)
@@ -26,7 +26,7 @@
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c1958e8161006344a4325c0ea8e85391687efd8d..0bb15d84873a25344201a1b2737ecf2097f6da8f 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-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/postmaster/fork_process.c
index 62783d9259d61304bd2c4aa68afc9b53816eb1f0..f3f58bd3908b30bfa3f82744f0986a6d07c4c70c 100644 (file)
@@ -14,7 +14,7 @@
  *
  *     Initial author: Simon Riggs             simon@2ndquadrant.com
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 61e6a2cd3390e8d56b94572e6103752b0b927d5e..f37a0bfaafd5d764f30d5ef676862d82f7fda9a7 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-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2001-2017, PostgreSQL Global Development Group
  *
  *     src/backend/postmaster/pgstat.c
  * ----------
index 02e6bb9dbdc8cc183006f47a27a053431aad86f6..21066e7bb7e2193e2e95e7c64b53bd3f57f884a5 100644 (file)
@@ -32,7 +32,7 @@
  *       clients.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a7ae7e3bda00fa2ee9589957e039a37d782fcb47..b172b5e5d787a0c2a4a2e476229b2da1f81817e5 100644 (file)
@@ -9,7 +9,7 @@
  * though.)
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index fd62d660c4b8f6957b10516561045a5d138e4be2..13a03014ebb86f5168596c51101e317fe4b2b173 100644 (file)
@@ -13,7 +13,7 @@
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
- * Copyright (c) 2004-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7803af4abaee37bf0fbd4bccbdb1427d01791ea4..a575d8f953bbe4547d6fbbab9916ace74ceb4dfc 100644 (file)
@@ -31,7 +31,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ad9d4b1961d4398f135e11a777160d7754fbb59e..afa3a7d613cc927317bbcf89e92e33679d6b45ea 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This file is #included by regcomp.c; it's not meant to compile standalone.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a515949bb4d738c5aa6598ce443ab4bee7365d51..3856ff873f26f13a9e0781ffcb7a5beb226a4864 100644 (file)
@@ -15,7 +15,7 @@
  * allows the caller to decide how big is too big to bother with.
  *
  *
- * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index f338715225070c970536668aebd7d92b14122afc..cb74f2f311f29417230c69700e5433af27f9cb66 100644 (file)
@@ -4,7 +4,7 @@
  *       Extract a common prefix, if any, from a compiled regex.
  *
  *
- * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 40b3c117e8fc4ef5381edbc2fe52800cc3d23497..09ecc153656e622ce6fe576069e852f3b3278095 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.c
  *       code for taking a base backup and streaming it to a standby
  *
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/basebackup.c
index a94a6b5ad8365e4f9090808b90d5df415906fea5..7671b166ed3bbffaf7b7d8a59d27dae68cb79c80 100644 (file)
@@ -6,7 +6,7 @@
  * loaded as a dynamic module to avoid linking the main server binary with
  * libpq.
  *
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 46cd5ba1f2ded5b68ce5246384d19f4c53ecca58..5c13d2609989db7b496c66204bc9672e7515a212 100644 (file)
@@ -16,7 +16,7 @@
  *             contents of records in here except turning them into a more usable
  *             format.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1512be5322c254b7913815eab81fd0256ba1f838..5529ac8fb4fbc413898607f5170b14197aef8edf 100644 (file)
@@ -2,7 +2,7 @@
  * logical.c
  *        PostgreSQL logical decoding coordination
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logical/logical.c
index 318726ebf38294fab6c91fe766b20c041110879b..d16d6da56e8020e2c62f4dc33bf4737f6b03dc54 100644 (file)
@@ -6,7 +6,7 @@
  *        logical replication slots via SQL.
  *
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logicalfuncs.c
index 2211a4b223c461f53bbd2a88d7db056285cf8eeb..0dc3a9b014f1aa695b8610fded3e9ce00630cfb4 100644 (file)
@@ -3,7 +3,7 @@
  * message.c
  *       Generic logical messages.
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logical/message.c
index 0deec75dc260a334560d7711c484b751537930cf..d7dda6a7b83378b9539a7572dcec978b5cf95503 100644 (file)
@@ -3,7 +3,7 @@
  * origin.c
  *       Logical replication progress tracking support.
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logical/origin.c
index fa84bd8776c4a22411cf862c7bc069d6ca953d37..d805ef4fb7e6d7a266c07cee645c86f9e40a5653 100644 (file)
@@ -4,7 +4,7 @@
  *       PostgreSQL logical replay/reorder buffer management
  *
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8b59fc5a16a15cabac8816edb44215824dd92bf2..1e02aa9bd860c945fbf0d6781e2559e847a17aa3 100644 (file)
@@ -96,7 +96,7 @@
  * 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-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/snapbuild.c
index 8cc9edd229fb0672b907e6fe4eac10441937e7ea..d962c768195eb251def2463c52073f70f563565f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * repl_gram.y                         - Parser for the replication commands
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9f50ce64a54b3c52299bbf565b2e581a433e3c4e..a3b5f926632eee4b34e0fbd73c6a93c3bda11539 100644 (file)
@@ -4,7 +4,7 @@
  * repl_scanner.l
  *       a lexical scanner for the replication commands
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cf814d11a2311f39e437634df9f565c2300e30ba..10d69d0427280ccdb519f6a76a222fbffca6296c 100644 (file)
@@ -4,7 +4,7 @@
  *        Replication slot management.
  *
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5387608ba0c23d623541f20e1eb59afa625294fb..7104c94795bc5644ad23957e4a9b2e14be51f56d 100644 (file)
@@ -3,7 +3,7 @@
  * slotfuncs.c
  *        Support functions for replication slots
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/slotfuncs.c
index 9143c47f92dbecead52e04134759708c0275a02b..20a1441f0a703db116f9b537d207455cfaa6e2b2 100644 (file)
@@ -59,7 +59,7 @@
  * the standbys which are considered as synchronous at that moment
  * will release waiters from the queue.
  *
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/syncrep.c
index 281edc6f285084a0bbaef9eabdf3044c92bd496d..cc8622c93da0248985836bebe6d5ec402cae40a5 100644 (file)
@@ -3,7 +3,7 @@
  *
  * syncrep_gram.y                              - Parser for synchronous_standby_names
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 261b30e976a67caf9e15440b6ffd05eabf522d07..7baf1b68d142eedd4864798ea48a2fced2ab6538 100644 (file)
@@ -4,7 +4,7 @@
  * syncrep_scanner.l
  *       a lexical scanner for synchronous_standby_names
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cc3cf7d214765b676af97a07b117141ee22afb7e..c6b54ec36af549fde3c53b6816be1fd89f73e4ee 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 01111a4c12bcd8f3ddde0ebe47edeab4ab3c304c..df113b86e854a6b7d2ac13450152c4ec8a56f438 100644 (file)
@@ -6,7 +6,7 @@
  * with the walreceiver process. Functions implementing walreceiver itself
  * are in walreceiver.c.
  *
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5cdb8a0ad6834c9b498587bc45f97d8a11ad988f..f3082c379a5da5cc340dae01c9ee217881c1702d 100644 (file)
@@ -31,7 +31,7 @@
  * and then exit.
  *
  *
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/walsender.c
index 32e132814971eb87a910061937c812fd51935005..55900d4b0e180805ab641d9952accfb0f48a5509 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteDefine.c
  *       routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bf4f098c153aa7521af94b5da1595038b2310d99..d1ff3b20b631e6e4e462bd18327c7ea141144209 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteHandler.c
  *             Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 884f4f8856139846861bc278df9e4105f7979ae2..b23a3b7046e857c6fdbee845466b2a75762c08b5 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 65cd29f5fadd8d8cb5688d53f7ebf2cb0b29ea8f..659a311017792878270e0fe9e29f9ab831a43062 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteRemove.c
  *       routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e89d440292918c1153c1cd55a70e3f792e86607a..0154072db13d1193b6b4a692ddf6fbbd33079ab2 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 53b27d1137020cee1eddfca6ea03da267717182f..5c8c0cff1a31b2ed8bfc410396636012a03effc4 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #include "postgres.h"
index 5fa3f7b381bb98eaa810d74fac98f080aa53cd51..0c322a49c6ba7cec4a6c05e9e59af6886b399bf1 100644 (file)
@@ -3,7 +3,7 @@
  * dict_snowball.c
  *             Snowball dictionary
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/snowball/dict_snowball.c
index 6569258b585b89b14013ea246850d25568ff0a8d..844822fddb29845b88b8b52071d4c12790cfd74c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * text search configuration for _LANGNAME_ language
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * src/backend/snowball/snowball.sql.in
  *
index 248bc3f93d7732fe53953479d00a3e89beac6218..90fa000c6d041f77f04fd8f656827868936cd88b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Create underlying C functions for Snowball stemmers
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * src/backend/snowball/snowball_func.sql.in
  *
index c507389a050b986a90c5469497405e94e20ebd82..147fced85241ad100697c1b6087d71c0744fa040 100644 (file)
@@ -3,7 +3,7 @@
  * buf_init.c
  *       buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 39e8bafce33d98ce15e15053c768cfe247e23bcb..bccda066f91d493f241aca6bf2a3d59046e7bf0d 100644 (file)
@@ -10,7 +10,7 @@
  * before the lock is released (see notes in README).
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 58b0a975c0f08bd31640ecc68e48238294dae305..3cb51204dcb6cf0a1f630c0e1098179121232384 100644 (file)
@@ -3,7 +3,7 @@
  * bufmgr.c
  *       buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 88b90dc5276d285b6a4daaccea243348f26b7a79..b68ab2082e8a506c8b4e9d825be76364ea019311 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for managing the buffer pool's replacement strategy.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fa961ad9c84b9614963c22a4cdc3cfb7107bc6f4..6e59ce888c40df67db359c1817d3dc9e61221526 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 042be79440cd02345c56e93329532164774d229a..7ebd6360a8b6461fe6a9e5cec1ea6787650c807d 100644 (file)
@@ -3,7 +3,7 @@
  * buffile.c
  *       Management of large buffered files, primarily temporary files.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a51ee815662d4b0dbb37cec9c7f28a723dd46852..101da47dac340e24238ad79b2b5218109e7309b1 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.c
  *       copies a directory
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, 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 b7ff5efe0218e36fad5d9897f110ad553bf4be23..ce4bd0f3de85b6d15c5c7c389b87016da35e05e1 100644 (file)
@@ -3,7 +3,7 @@
  * fd.c
  *       Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6b98131e5433341272055b15b09d5ecd013cd112..b883dfc657ea1b550486f789755f90eaabbca81d 100644 (file)
@@ -3,7 +3,7 @@
  * reinit.c
  *       Reinitialization of unlogged relations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4138b04839a66da21e830b820bf18418574f7f4d..4648473523291390708e3238190632f116958dd7 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 535a4711ebd71c6f9c099c74d41776028d088779..987a2f5e53bb9b9144ab86cf045f9f44f4e76d03 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to search and manipulate one FSM page.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e060a40c7dcce1bb726a8dad770cd9382d0ff7ac..5cfbd4c867c242b730e47727541a13be71e005fe 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free pages in relations
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8c6abe3b45bcbd210dd7be180f94208002169788..07af16622ce5b8ddb9bff3f683fbd99db6e51d2b 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dbac7bdac086b513275ae81719cda0b1b04f23f2..7078f68c356de0745fd9ac3c5988320fa3ccb7c4 100644 (file)
@@ -36,7 +36,7 @@
  *
  * As ever, Windows requires its own implementation.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cc36b80699b4997cd46baaaef49aa23b5bca3d24..ffd91f5b0a660bbce02d34c66363bf3e9184ef75 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 29febb46c474f73fde00e7bf4416a16ea2b7f590..00f5ae9e9298922b99f322e8db5e3c8c09b19c8f 100644 (file)
@@ -3,7 +3,7 @@
  * ipci.c
  *       POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b4ca75ea2f319a813781370abbe1185159f0478e..d45a41d8633759da6ae7bf75b809f71c6f167acd 100644 (file)
@@ -25,7 +25,7 @@
  * The Windows implementation uses Windows events that are inherited by
  * all postmaster child processes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7ae622cb123a40f63973a98bb714c71e4abb4702..98f4082d94fcc8a851870ca65075aaed013ce663 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0f637556ccbc94c6fde256032145eb96b17bc351..83b0c71f5282ee96e33ed400c22bb71aae49c77b 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3d6ac5318a520f40c016f8a64aed2e0ba4c9a25..4a21d5512d2370ac3d879bbb8dd7e197aae6d6ee 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines for interprocess signalling
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bfb67038ad9d4c81a4c93a040a864f103a272378..32b4d3d5d4f000dd95f04950c391a6f0f6aba591 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_mq.h
index a0652125aa4052b45c2d6e83e680a9ef393e0ab3..9110ffa4a0bff1582351c21b4a1d07f70f278991 100644 (file)
@@ -3,7 +3,7 @@
  * shm_toc.c
  *       shared memory segment table of contents
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_toc.c
index a51619407f4824503f300d42f8f925268372fc9f..67150debf216cdbfd7217b3dfcbce26145a07116 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *       create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e06ad9f628146ee9608f9bc064fb4760ee6e125d..1026e67b947782792eb0710b2356254bd777e8a8 100644 (file)
@@ -3,7 +3,7 @@
  * shmqueue.c
  *       shared memory linked lists
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a8b0f499855e75fe4b98a5e76cb13ddb37006a1f..13f21e0d999365d22104732dd4a6dd290ec6ba56 100644 (file)
@@ -3,7 +3,7 @@
  * sinval.c
  *       POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 44a9f2cef4e50bf5c724b88e443ede19a10f50a1..18302caf5ecf79bd3884b783531615504b4e6157 100644 (file)
@@ -3,7 +3,7 @@
  * sinvaladt.c
  *       POSTGRES shared cache invalidation data manager.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 112fe07677565b38df50be62e3f3f1cc12f772bb..9cc1281766076d260673700eb0b0f828710096b2 100644 (file)
@@ -7,7 +7,7 @@
  *     AccessExclusiveLocks and starting snapshots for Hot Standby mode.
  *     Plus conflict recovery processing.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ec6738c8b8aa7758ce7d7f2aab7ae797b30b1d71..262b0b271aebd422bcad338f7d1c88b56a0f1027 100644 (file)
@@ -19,7 +19,7 @@
  * memory context given to inv_open (for LargeObjectDesc structs).
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2710b0bb622e2b16be9843f5539199a9e7640e19..e2cfc58221cab8fe3591c824bcb74cf14130c6ea 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/storage/lmgr/condition_variable.c
index 3f3e24fda22e1380b02ff85c856d6b6af3052005..de67e5db49e01d682d6dc0d805428dc2b74ee198 100644 (file)
@@ -7,7 +7,7 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f79d17ca7034b60ec08247dac52ed537cc2acc41..f80d2c8121e6d0e394938bcc7cfff76331649aeb 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate lwlocknames.h and lwlocknames.c from lwlocknames.txt
-# Copyright (c) 2000-2016, PostgreSQL Global Development Group
+# Copyright (c) 2000-2017, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index cbee20e9bf7cffd40175ce94a1398b76ccf0bd9c..fe9889894bbc6597ac14d1ac8c749c8bcbef2c08 100644 (file)
@@ -3,7 +3,7 @@
  * lmgr.c
  *       POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71a4dd4736c19100c834ba38e1fd00b668220506..e9703f1866e2562bf0ed9016b0e54f28850dbabe 100644 (file)
@@ -3,7 +3,7 @@
  * lock.c
  *       POSTGRES primary lock mechanism
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cf6ae885f85e50e5c9800ccfac491e8b32a1aef8..f4be4b4a7a63679fb1e9d36a103a6ca0a5a77875 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 24ed21b487e0241114dfb15200f50eac7df374f2..9183764ca76d7364e0d3150f7be34e623693d188 100644 (file)
  *             - Protects both PredXact and SerializableXidHash.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e9555f2d8fc8e2e58d3d1ec22b11b9b58d199d1a..1b836f7c0acf53e3c4da393785a754e4c086562e 100644 (file)
@@ -3,7 +3,7 @@
  * proc.c
  *       routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6f818388cbed3606c92f1a151f65925b3b44176c..ac82e704fa67add5d7c0083ce5504ed9ff72418b 100644 (file)
@@ -36,7 +36,7 @@
  * the probability of unintended failure) than to fix the total time
  * spent.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a6510a07e94052cbe5f099926f48c5311f375007..f7b1ac04f95a4ab204c51872ef82086ae7e81d7d 100644 (file)
@@ -11,7 +11,7 @@
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 73aa0c012c4e1f10692321f1e077252dc16f0766..6fc5fa4d05bf5c60b34ecc3652aedf446311fa54 100644 (file)
@@ -3,7 +3,7 @@
  * bufpage.c
  *       POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 24285dbed9138dc80f470d9b0f7aeb43ad28b6be..b96440ae54b135a6d084108ea3b0e8e018264924 100644 (file)
@@ -3,7 +3,7 @@
  * checksum.c
  *       Checksum implementation for data pages.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dbb35b1cae3bb2bce73054116a941aa611c0a039..703cbb9c39cc98062b21827a1fa1a39b98923318 100644 (file)
@@ -3,7 +3,7 @@
  * itemptr.c
  *       POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1360f773df1d6351574411eb07a934919e30d834..1d9384ef91e1785a63d0d70eb0f49f58e37d79c2 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 93f0080a60cb8a0302869369ae35f325444c5cc1..0ed1fe91d5f5c95db0dbbc2adedc6ffb7443eba2 100644 (file)
@@ -6,7 +6,7 @@
  *       All file system operations in POSTGRES dispatch through these
  *       routines.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 51dbac89e1308eaff1fa0b3708e5ef66550bff3c..d74feb58eb9128c2a28293dcfe84feb3d4e43d3c 100644 (file)
@@ -3,7 +3,7 @@
  * smgrtype.c
  *       storage manager type
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 60a92801f1d89366318e7fb6ec99b96c579201b2..da39f43f38c3e7be68d5732faf32486ae7cbb7b0 100644 (file)
@@ -4,7 +4,7 @@
  *       support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2cd45e642a77458e7a9d5a94fba5fc986648440b..2efed951328bd9704bb8ff8dbb4fadac294696b9 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.c
  *       routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b17923106a694b71881d3bc72dff0796bd08ac2d..05b2e57b71d07ffe685df86bbede6799b32579fe 100644 (file)
@@ -3,7 +3,7 @@
  * postgres.c
  *       POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5443d0b6110d29dae05eb44e44b26bf1eced799a..3b5da73051d323134d27b661234211d2f8321e58 100644 (file)
@@ -3,7 +3,7 @@
  * pquery.c
  *       POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2e89ad783a16fee9a70e4fa195cbfc64a05bc045..127dc862e8d86b650d0036d82d6d4c8ac51522e9 100644 (file)
@@ -5,7 +5,7 @@
  *       commands.  At one time acted as an interface between the Lisp and C
  *       systems.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7a0ec0cc9728628b9aaffafaca0bb0af827afe1a..34fe4c5b3ced86954bb598978023ffd869eef860 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/tsearch
 #
-# Copyright (c) 2006-2016, PostgreSQL Global Development Group
+# Copyright (c) 2006-2017, PostgreSQL Global Development Group
 #
 # src/backend/tsearch/Makefile
 #
index fee6320c74209117ef8418e218205a7dcdd3280f..87ee8bfe2e080b9091cf334944fd030c2ec88044 100644 (file)
@@ -3,7 +3,7 @@
  * dict.c
  *             Standard interface to dictionary
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a69e1deb16e11a67076174c50e0eef92b13637b6..eca723fb07e2865433d2928e150355dec63a4d2f 100644 (file)
@@ -3,7 +3,7 @@
  * dict_ispell.c
  *             Ispell dictionary interface
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e3f06db268ff935e28175de37a103429b4e3e03a..494594cbcae80db1ad2a2050079ce436a320775f 100644 (file)
@@ -3,7 +3,7 @@
  * dict_simple.c
  *             Simple dictionary: just lowercase and check for stopword
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 90dbcab4e27d6ddb396867aca9cee5487983398b..3fd6fa579aeff24741456fd37614a719a23dc256 100644 (file)
@@ -3,7 +3,7 @@
  * dict_synonym.c
  *             Synonym dictionary: replace word by its synonym
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 105608c52caaea0afeed319f25ab2f17dafd8e52..c3f3d3fbedea2f6b8dc4364f05ba3e83b47a97f4 100644 (file)
@@ -3,7 +3,7 @@
  * dict_thesaurus.c
  *             Thesaurus dictionary: phrase to phrase substitution
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a63fd9dbfc47dd0774319100a1bada1044b96e63..aea76e85b52cd5d790b092f2ad6e9532606e4883 100644 (file)
@@ -3,7 +3,7 @@
  * regis.c
  *             Fast regex subset
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9c7ba85eb559b35a156bf3a969da35e9b71de9bb..1c1b04c49e817f16a92d69d6e8be87ccb3ae7481 100644 (file)
@@ -3,7 +3,7 @@
  * spell.c
  *             Normalizing word with ISpell
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * Ispell dictionary
  * -----------------
index 80d80f2451af96f4fd6a38b4e72e55b2eebbb852..6e5de8f92020fa2c42f0a6fe9cb97613ed672207 100644 (file)
@@ -3,7 +3,7 @@
  * to_tsany.c
  *             to_ts* function definitions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 85e1cd003ad0a44acd6528da2e252f28a3121be1..19d2cc3f30f86582ebb9e92f5c11dc5528d61081 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.c
  *             locale compatibility layer for tsearch
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f0e4269e8438712fd0856885190d51499d7fb224..e0c9ffb7f4c91a4a01f5b9200e3fe851630abdc2 100644 (file)
@@ -3,7 +3,7 @@
  * ts_parse.c
  *             main parse functions for tsearch
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c4118f1db2655c3112ba32b8fe84400a67f31030..9fce7c3ebaba37cd5fa610c9daafc3dca8c5645e 100644 (file)
@@ -3,7 +3,7 @@
  * ts_selfuncs.c
  *       Selectivity estimation functions for text search operators.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 817453ce0115a0bb5e5b1427f86524c5f074af4b..017435cc59bdfcafb2a02711fded2bad0b401550 100644 (file)
@@ -3,7 +3,7 @@
  * ts_typanalyze.c
  *       functions for gathering statistics from tsvector columns
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9c3e15c0bf92120d0e4b2cd4f27855b70eb43750..56d4cf03e5d0a875715017ebaad640f999cbbaad 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.c
  *             various support functions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a3da8cf4d6b8ffefd58cc7e0240f9924d7090f25..9a20cace05cf746e3ac361f6be8bbec48d25a3bd 100644 (file)
@@ -3,7 +3,7 @@
  * wparser.c
  *             Standard interface to word parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 95f61a0854cc4376ddb70cdb098151db4b24a0b9..6586760f15fa6fe7ba6e9946983fa036ab8cb6ca 100644 (file)
@@ -3,7 +3,7 @@
  * wparser_def.c
  *             Default text search parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 318d828c2992de65c2f98a87e7cee774c2abe1a8..e6dc5630b4fb751ebb5fb2b936a0a3e71df500c5 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-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 2008-2017, PostgreSQL Global Development Group
 #
 #
 # IDENTIFICATION
index 5a79fdb3f52e418e56c14d1a7d97ab838e37bf2e..6919e41d3a3d720e80f208e8c4483af79fc6b277 100644 (file)
@@ -1,7 +1,7 @@
 #-------------------------------------------------------------------------
 # sed script to create dummy probes.h file when dtrace is not available
 #
-# Copyright (c) 2008-2016, PostgreSQL Global Development Group
+# Copyright (c) 2008-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/Gen_dummy_probes.sed
 #-------------------------------------------------------------------------
index a3f03d27348754f9414b54329fbd3b968e0125ec..bc5865a14be9b0c62e14b3f7306cf233ecaf36ab 100644 (file)
@@ -4,7 +4,7 @@
 # Gen_fmgrtab.pl
 #    Perl script that generates fmgroids.h and fmgrtab.c from pg_proc.h
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
@@ -101,7 +101,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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -136,7 +136,7 @@ qq|/*-------------------------------------------------------------------------
  * fmgrtab.c
  *    The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index cc4e0b3f815b3dcb663f4e677b68008f598c2a5a..56a69764c4de3bd793efbe66524b0d1b3b16f06a 100644 (file)
@@ -3,7 +3,7 @@
  * acl.c
  *       Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4844d15062632ae1ddaba3a0a2892a0aa9fc1e2..b3a3a4dcc3f196a94b3a962643cb9a467b64a8cf 100644 (file)
@@ -3,7 +3,7 @@
  * amutils.c
  *       SQL-level APIs related to index access methods.
  *
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 94eb19d45df990693f4928640e533b1f459e47ee..f256c7f13db943c340ae02fc1946a3b2774879b9 100644 (file)
@@ -3,7 +3,7 @@
  * array_expanded.c
  *       Basic functions for manipulating expanded arrays.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dd44d57e2078845be05a915da6a5006cf4a63139..c9ccc9a6a49e4a1e021340c5a56fdee3d394a2d7 100644 (file)
@@ -3,7 +3,7 @@
  * array_selfuncs.c
  *       Functions for selectivity estimation of array operators
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6f89cf9f9fd10ca1e05ca5df57de9ad105ba81d8..b2ddacd3d5aeb837d0a90a6d1da906efaf57311e 100644 (file)
@@ -3,7 +3,7 @@
  * array_typanalyze.c
  *       Functions for gathering statistics from array columns
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9eb678add44354042a271782406b25be2acef2f5..e6c1f58ae08d2f1ee6eef09057f5eca839f56da6 100644 (file)
@@ -3,7 +3,7 @@
  * array_userfuncs.c
  *       Misc user-visible array support functions
  *
- * Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/array_userfuncs.c
index 1db7bf0a35b0749f68399ede2a943ded3540d0df..11e1bce4338c8e4a9c45b91eab13d92f41667aa5 100644 (file)
@@ -3,7 +3,7 @@
  * arrayfuncs.c
  *       Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a27fcf853b40f48190a9b3cb60198f00e0bb3612..a46d8629c303ae53784017a1aa2d85813fd457aa 100644 (file)
@@ -3,7 +3,7 @@
  * arrayutils.c
  *       This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b4e250c5c1b4e5c56d5d4cd339bdb4317796c7b..d4c4a3ec537371bcf2d910a6b9be0ef9d4ee6b8d 100644 (file)
@@ -2,7 +2,7 @@
  * ascii.c
  *      The PostgreSQL routine for string to ascii conversion.
  *
- *      Portions Copyright (c) 1999-2016, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/ascii.c
index 0e17f1c808a6f425d920f934ddba72b0aea020a2..5dfb30cc8e70f24eab18db2b6761845758b7ef3d 100644 (file)
@@ -3,7 +3,7 @@
  * bool.c
  *       Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e43dae8cbf3d796899c3a15b1f88463fcc918c2d..f0c4d2539619d875e458201d5aa753015d701320 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bc7d190210a5a5611f85938bda01bb96627a02c7..96cfacdf30f1bfdb6043fdacc3cb5dc205518987 100644 (file)
@@ -3,7 +3,7 @@
  * date.c
  *       implements DATE and TIME data types specified in SQL standard
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 6d7fdc3c5e4f5f1744c73c79e6a3b12b57c88683..7ada0e58339637d197e6c315ff5580fdf2b68158 100644 (file)
@@ -3,7 +3,7 @@
  * datetime.c
  *       Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c6c296b960981b5d3cc59ceccd0734e8c3a9b08e..535e4277ccb0d57c6b997371f940a48d73c6a082 100644 (file)
@@ -3,7 +3,7 @@
  * datum.c
  *       POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3167bad92b0d42ae52d9338009e0dcd7fc063fa1..ec3a28cd0d0bd0119e9231431f6a8ec07fd0fc8e 100644 (file)
@@ -2,7 +2,7 @@
  * dbsize.c
  *             Database object size functions, and related inquiries
  *
- * Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/dbsize.c
index 1cd80ae606b414ff090b9667a9cb2c8ec0e8940f..14fa119f07ce011c3537b6bad7d4e5d931be96e5 100644 (file)
@@ -19,7 +19,7 @@
  *             to evaluate them in.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d833efc32cdb0e10e701a918b4258c8c5adf7188..4d8f1a81a9013736664de51ab1300ac20844b7d3 100644 (file)
@@ -3,7 +3,7 @@
  * encode.c
  *       Various data encoding/decoding things.
  *
- * Copyright (c) 2001-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 47d5355027928d150844d76e9dcc18e93aa4d6b3..8110ee222c15dced9b78a781a06326e474d1b906 100644 (file)
@@ -3,7 +3,7 @@
  * enum.c
  *       I/O functions, operators, aggregates etc for enum types
  *
- * Copyright (c) 2006-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bc30150dde974d7486a21ae23e5b5ab066cc0ed8..3d77686af739112e2d1adf2c2637bd939626deff 100644 (file)
@@ -3,7 +3,7 @@
  * expandeddatum.c
  *       Support functions for "expanded" value representations.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8aa17e1dcb903a6051afb2ff7429808b5b816c54..86b46ded88d500547d13eda88218bc07a6a18343 100644 (file)
@@ -3,7 +3,7 @@
  * float.c
  *       Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1b02932b79e0fbedb5da5cdb24911719c5d2f8df..00bfaca59ec90693dc8d0ffbb182c92ddda74551 100644 (file)
@@ -4,7 +4,7 @@
  *       Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d4eaa506e8c8250f9ad5404eca2c898d7ebfd565..16a7954ec42ce8b1ea0a3a603c158dc2d1ddebb7 100644 (file)
@@ -4,7 +4,7 @@
  * src/backend/utils/adt/formatting.c
  *
  *
- *      Portions Copyright (c) 1999-2016, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2017, PostgreSQL Global Development Group
  *
  *
  *      TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
index 650d1e43906ce253b68f06d92cc49cb742dad132..1a127d9258ae0a3ed27cf52044bb1ef41c95081a 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for direct access to files
  *
  *
- * Copyright (c) 2004-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2017, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index 0dff40ddff3cae4182a2a70e290bd0a48fced1b6..655b81cc4685d9c25666fe454ca6ed15919a1116 100644 (file)
@@ -3,7 +3,7 @@
  * geo_ops.c
  *       2D geometric operations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6fb5425c2be8ad4d6497b2407038cc6a2ccc5cdc..39701d725b4bf40485497d1f90d08334afc14833 100644 (file)
@@ -4,7 +4,7 @@
  *       Selectivity routines registered in the operator catalog in the
  *       "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 019015656fcda598b28d13bf482c7db50eba4d39..aacb3409bd2be3033e68e56e714c4c345bad8364 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8c44014ab628b15a7dc68f677d4a116583a427d8..bd4422e08a1650696fc7022b443f3af13728c981 100644 (file)
@@ -3,7 +3,7 @@
  * int.c
  *       Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 17d2973280b371a76af6807b545816e3680815c8..b7aa0ad883247134fca92ce3bc8d27e30f5effe2 100644 (file)
@@ -3,7 +3,7 @@
  * int8.c
  *       Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f7044186035a3352652c57d189ec719ebbf48f6a..190ac3651ea245ae116c175aebd37a960edb0f48 100644 (file)
@@ -3,7 +3,7 @@
  * json.c
  *             JSON data type support.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 987cfd18625008bcae84c2ce9d5bc3f1758a072f..b9bf18ffe5ddfa360b4d2fa942c1d18d6449dc3a 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb.c
  *             I/O routines for jsonb type
  *
- * Copyright (c) 2014-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/jsonb.c
index 18b7bc5075888a5bae18cd3fbf062007b7255c08..d60d9cac061eec1108394fcc24748c62d309d309 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_gin.c
  *      GIN support functions for jsonb
  *
- * Copyright (c) 2014-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 54d6a6d8e42d6099a5f531c2fce4ec74b20297ec..f9d6947362cfc82c679c6655810e6e4b88220290 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_op.c
  *      Special operators for jsonb only, used by various index access methods
  *
- * Copyright (c) 2014-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ddc34ceec7a1c7839031e44e0df9067c8f61ecb9..05fddb07d373e39726e5ca0bb150f416bae8b592 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_util.c
  *       converting between Jsonb and JsonbValues, and iterating.
  *
- * Copyright (c) 2014-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 17ee4e40d470206ccb2e8b627a1eb7983a972f89..58c721c074e4829e763f0b13b783612c1be4c646 100644 (file)
@@ -3,7 +3,7 @@
  * jsonfuncs.c
  *             Functions to process JSON data types.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f40557b847e3f0bb88c1e38dfd874788dff5e3db..4f40f279db27a0e052119474779cad031fb89b49 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-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/utils/adt/levenshtein.c
index 08b86f516842dcda7bf5beb2b5d6d811da39abd7..91fe10986720702e2b58c27ba238fdbbb6d9b964 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 713a3f860342bb874d609baa9adc9072fffc078b..1c37229e09fcb382d3fa378978e5915570dd4972 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-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/utils/adt/like_match.c
index 2e55368061d4423a1f0e7b72edd242e8bdc1db3c..63f956e6708eff7d46e25596409a660910c1f5da 100644 (file)
@@ -3,7 +3,7 @@
  * lockfuncs.c
  *             Functions for SQL access to various lock-manager capabilities.
  *
- * Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/backend/utils/adt/lockfuncs.c
index 0da051a2f2055b19af14a265d184879a4516d0a5..66d09bcb0cd1e32dffc78e5cbea583b6723c250a 100644 (file)
@@ -3,7 +3,7 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 421ca6f229a779bcaf7db61671d16e7de3dfe8e8..0364afcc454eecd91f20d7bf74b42a56a201a1dc 100644 (file)
@@ -5,7 +5,7 @@
  *       Functions for the built-in type "RelativeTime".
  *       Functions for the built-in type "TimeInterval".
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 476ac4f6597a2ccb31bc242c596987fb5a5b9d58..e41ee478ecac2e807a971cdf18b87eddfd81b6a3 100644 (file)
@@ -9,7 +9,7 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2caff941e7332c3b1ea8a618e1a90eb43e61c313..e3af7341c695f51167edfe0f6f4dd2e195d1e86b 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2e39687fb92fbdc0ca55d2e1200f6c2a92f55dd2..1d30c4e30d75a67c3b37d3350f960b51fe5856ad 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a198a83973b8ff95e99180140679d881b6a0e465..d3c2068dd68b9706f4c06b780379287f09b48a41 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-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 384e672c8322cd7dae486d4fc50adbed4556c813..89b4e4d8b22e4251240856daa23b5302ab0d5936 100644 (file)
@@ -11,7 +11,7 @@
  * Transactions on Mathematical Software, Vol. 24, No. 4, December 1998,
  * pages 359-367.
  *
- * Copyright (c) 1998-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/numeric.c
index 362098ea1df843740290aad9546da29882deeaa7..045603f55ccd087f2343dd419d922c0bef067095 100644 (file)
@@ -3,7 +3,7 @@
  * numutils.c
  *       utility functions for I/O of built-in numeric types.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bb29dfc21a1fe5f826ce8d20c4d57c72e00152ee..fd123827ddcb5f5ad97d7028bc0c144422aeca29 100644 (file)
@@ -3,7 +3,7 @@
  * oid.c
  *       Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 377a6502b49a6dc8e7f0af9b8e115d8395a69dc3..b82016500b0cc7d5d0a9c5e3ac0ffd38f966ce34 100644 (file)
@@ -2,7 +2,7 @@
  * oracle_compat.c
  *     Oracle compatible functions.
  *
- * Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *     Author: Edmund Mergl <E.Mergl@bawue.de>
  *     Multibyte enhancement: Tatsuo Ishii <ishii@postgresql.org>
index fe44d5612955b40b1673232e5df6d814829eb37e..f9f18f2cc627edddc98a888e3121bf62e4f315a2 100644 (file)
@@ -3,7 +3,7 @@
  * orderedsetaggs.c
  *             Ordered-set aggregate functions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ac384f2945eb05037345d0e83502c6bd27b0225..4c7f1dad50ea10c45789592b455946c351562948 100644 (file)
@@ -2,7 +2,7 @@
  *
  * PostgreSQL locale utilities
  *
- * Portions Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2017, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/pg_locale.c
  *
index c19ff40056201ba21ae68581beebf23c1d7b7420..16c9a0756e45abb54b3b9503e100c8f1804a8dff 100644 (file)
@@ -3,7 +3,7 @@
  * pg_lsn.c
  *       Operations for the pg_lsn datatype.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6ff035ace30191196d578730084f692fc11c51b9..4e7620ded32528140cd38d8e27a984967dc65d49 100644 (file)
@@ -5,7 +5,7 @@
  *     to control oid and relfilenode assignment, and do other special
  *     hacks needed for pg_upgrade.
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/backend/utils/adt/pg_upgrade_support.c
  */
 
index 2d3cf9e46883f78d8fae30e7f75adb5f728cb63b..a380dbf7374ba304a0151ca99ccff1da961e235e 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatfuncs.c
  *       Functions for accessing the statistics collector data
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4e8acb418c7b9183c2258d8efe424cf736ccc497..be793539a3c84e60ff60e21bf07280403fa94f80 100644 (file)
@@ -11,7 +11,7 @@
  * we do better?)
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a53afc13426f52328bde9644fe04d646af3852e6..549c5030312fa154fe97a0413927309ebfc19f7b 100644 (file)
@@ -3,7 +3,7 @@
  * quote.c
  *       Functions for quoting identifiers and literals
  *
- * Portions Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 900bcb560f7e772ab2674d3f276dd03bc49ce50c..da82d0b3001efe70d97096a750534da1931101b9 100644 (file)
@@ -19,7 +19,7 @@
  * value; we must detoast it first.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 01cd2342c097cf34ff72e7208c816f3bae1d4964..f81b16c236c86d46380b8f0f44d8aa9607769e5c 100644 (file)
@@ -3,7 +3,7 @@
  * rangetypes_gist.c
  *       GiST support for range types.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8595d41e0bd18d230a09f069a3e48c1bbb30ce06..cf6ecc4cf3ae4fa4f15ac77dd13c9f0fba562bff 100644 (file)
@@ -6,7 +6,7 @@
  * Estimates are based on histograms of lower and upper bounds, and the
  * fraction of empty ranges.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b89e90f908e340546a503ef3c1669f0ed331b105..185b1db3427fae25069c05bc55ec0a6b5b9cc1cc 100644 (file)
@@ -25,7 +25,7 @@
  * This implementation only uses the comparison function of the range element
  * datatype, therefore it works for any range type.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 56504fcf3c2b401863647ca8e4e90809ff56ab9d..a8d585ce7acadb4b403a66a83cef1aaa5de4e476 100644 (file)
@@ -13,7 +13,7 @@
  * come from different tuples. In theory, the standard scalar selectivity
  * functions could be used with the combined histogram.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bc5e34e222bcc752a7153edfc641e6c710e39cd7..1f02102111d74712a5f3c0b8992340bf4a1aff76 100644 (file)
@@ -3,7 +3,7 @@
  * regexp.c
  *       Postgres' interface to the regular expression package.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 394042cbbac4b7de8147f92734ec885a57ed05a4..1f4b1ae79e8e1c774d5070d66b092a42489a3235 100644 (file)
@@ -8,7 +8,7 @@
  * special I/O conversion routines.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 983f7647d7da5a5fd8ce0f639748786de9b032fe..37139f9647b465fa412bb734ecbe800a3c2a87c5 100644 (file)
@@ -13,7 +13,7 @@
  *     plan --- consider improving this someday.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/ri_triggers.c
  *
index 622bb88beb532219dc8a4ad7803f5f19a25da4c6..08b37b270e209b35cba13b11df031c6ed06c711c 100644 (file)
@@ -3,7 +3,7 @@
  * rowtypes.c
  *       I/O and comparison functions for generic composite types.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4e2ba19d1b77814b7ee378d024eec29a94616018..e1ea067c47316aa7479b0eea4e2e332e055aa2fd 100644 (file)
@@ -4,7 +4,7 @@
  *       Functions to convert stored expressions/querytrees back to
  *       source text
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4973396b80d26986a29711c14eb770d5b31c808e..301dffa1c89fb9a6e1c66409b791d118cd4f458a 100644 (file)
@@ -10,7 +10,7 @@
  *       Index cost functions are located via the index AM's API struct,
  *       which is obtained from the handler function registered in pg_am.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ff762bbc134def9f6308fee3a60091b1e4ad5ca9..6eec25e2e506215440a9b79a3dad77cd54584c81 100644 (file)
@@ -3,7 +3,7 @@
  * tid.c
  *       Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 545e9e0c1edf48702cf507d8d3bbdf52b152c2c7..a87f9828b001d59f14e4d00ca4e9eced26cf76be 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.c
  *       Functions for the built-in SQL types "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b0cde400926d4ff4560e0b4b0397dbf52e8c9914..50ea6d9ed33fe875f3979838515244211dfb295c 100644 (file)
@@ -4,7 +4,7 @@
  *       Builtin functions for useful trigger support.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/trigfuncs.c
index 3e0a44459acd301bb0dfbced5568944fb34d5e73..83a939dfd5c80dad93fde6e930caffed6b8e8ed7 100644 (file)
@@ -3,7 +3,7 @@
  * tsginidx.c
  *      GIN support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a4c2bb9cec40d7d4d26c5b4a2097892d872e73e0..c86152375a26811dc5864b39da22989915cdd1be 100644 (file)
@@ -3,7 +3,7 @@
  * tsgistidx.c
  *       GiST support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f0bd52877f335753688926258c3edc4136f08523..3e2fc6e9dfa90a6e6aca7d69bc66bbd49c1d191b 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery.c
  *       I/O functions for tsquery
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c10c7ef0aa5ffffdcdd8d8392ade11eee5ec68ed..350171c93d5573dfa38dc6243f840e43ed6db7e2 100644 (file)
@@ -4,7 +4,7 @@
  *      Cleanup query from NOT values and/or stopword
  *      Utility functions to correct work.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5eebf216c07e9c96a441aee06c53922cdb122f2b..e22f86496e5cfa64b43ea135d223929fdf2fb3ab 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_gist.c
  *       GiST index support for tsquery
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8f90ce99e0d1f264021b3b75c5750a591aa2999e..4e581adc2633207dad762aebf2561ca8db94e82a 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_op.c
  *       Various operations with tsquery
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1e09f5900565f25fb8f933e8a9697c2ef330d6b9..266a82d634dd258c524b2e0c07a4eb65d2fc68c2 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_rewrite.c
  *       Utilities for reconstructing tsquery
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9add11f65741975bf6b5902e638a83709987c081..971bb81ea60362249bd930a0469ccaa9b24fde62 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_util.c
  *       Utilities for tsquery datatype
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d887a14d057f404a098e306e7bfdd5586cb8af36..9826eb3143be2154a8f324afcc4ad9b5f664a5f5 100644 (file)
@@ -3,7 +3,7 @@
  * tsrank.c
  *             rank tsvector by tsquery
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 41bf3fb11e31b1f126a5bd4d936fafb11ddc7d28..ccd149fd6f0af1a4810a9cbb15f69055818dffe2 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector.c
  *       I/O functions for tsvector
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 01c721f835e713269def6c02a430fe1fd1acb212..c143c3fbf59884ecb8db67d9ab0ab33364de6872 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_op.c
  *       operations over tsvector
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d99405824d7c17edb68913ee0f9b4dd72d2fd306..2680114f7c920437c7a3765115256aef21102144 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_parser.c
  *       Parser for tsvector
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 276075e293c0242b71bf41b8c2c4c5925cbc5a0e..4945c43a8d1a87ea6526d1fd6de5b06a59ec9e2f 100644 (file)
@@ -10,7 +10,7 @@
  * via functions such as SubTransGetTopmostTransaction().
  *
  *
- *     Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *     Author: Jan Wieck, Afilias USA INC.
  *     64-bit txids: Marko Kreen, Skype Technologies
  *
index bea630e792d7d09d210fb6d96b937eb79826ea6b..322116614d0e3de9aa84c19d2066b201cbc43f7e 100644 (file)
@@ -3,7 +3,7 @@
  * uuid.c
  *       Functions for the built-in type "uuid".
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/uuid.c
index 397eecc5649e2a0e161056fc47790ca89b61c676..d53d65ab7ddd2b092b001c7d5b51191cd01ff09d 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 94d6da5eb579522b2c8af2cd83bca43a05b5ccd4..55ee2bb7c24930d4a3a8c7e17c3e6a386455d99b 100644 (file)
@@ -3,7 +3,7 @@
  * varchar.c
  *       Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 260a5aac496e861355ff1e5d3b4919759565de31..fb532fc8d4b42250e8f0c8ad35a00055004d8080 100644 (file)
@@ -3,7 +3,7 @@
  * varlena.c
  *       Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f24799251e6a0e751428ffaac3f70425e87d05b4..5bdc8fad43307b9a1aa1f16cdf5381787ee089ba 100644 (file)
@@ -3,7 +3,7 @@
  * version.c
  *      Returns the PostgreSQL version string
  *
- * Copyright (c) 1998-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *
index 3c1d3cf62de53e20c989be6d4c3895dd6a5fc47b..4e714cd5bffc74f1b7f901ae21b880e019c2bd14 100644 (file)
@@ -3,7 +3,7 @@
  * windowfuncs.c
  *       Standard window functions defined in SQL spec.
  *
- * Portions Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1dad5407f955b7febeb9bc5a45fce0e10f6f6408..2051709fdef2cdb1f05a0c45c256f89a3cf9e445 100644 (file)
@@ -3,7 +3,7 @@
  * xid.c
  *       POSTGRES transaction identifier and command identifier datatypes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 057c3bfd7c11c82935a54f9d388d30e08eebe21c..dcc5d6287ab4ed63b64f569e57ac2cb63a67e8a7 100644 (file)
@@ -4,7 +4,7 @@
  *       XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/xml.c
index 54eb864bc69c6f8f40e850935cf603f4a1f341c9..f7f85b53db249c1e1ff54dc82434074379218b83 100644 (file)
@@ -6,7 +6,7 @@
  * Attribute options are cached separately from the fixed-size portion of
  * pg_attribute entries, which are handled by the relcache.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6016d192a5c8f99cd1dee3cf4e98ae5dc67b8eb1..c27186fa13bb860485d17f9eb5868959439ccce5 100644 (file)
@@ -3,7 +3,7 @@
  * catcache.c
  *       System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8a620a51c8c83f2d6c08f832fc618a9c9fddc3b6..54ddc55f76af26b3147260f0ee3cffece6a0b353 100644 (file)
@@ -3,7 +3,7 @@
  * evtcache.c
  *       Special-purpose cache for event trigger data.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 58035182298fd40510347584b9ba229f080ea049..1f50282803893ceeb014bbf9234a4a26c6b2e63f 100644 (file)
@@ -85,7 +85,7 @@
  *     problems can be overcome cheaply.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 13ae6add0363bdb7a7c1cddba97b2b46dbec79a0..aff88a555d224aeda51ce82dfb867f30c596a679 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.c
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index aa146d69437787f33ab02b6e3a1326002f6a8e7c..29641366c06e4516ff044fa0ec37bc82f3c5ad75 100644 (file)
@@ -38,7 +38,7 @@
  * be infrequent enough that more-detailed tracking is not worth the effort.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2a6835991c38d1265a908bc224a45b5e458af0cb..24678fcd48727dc4ced885a59368ab4f3befba52 100644 (file)
@@ -3,7 +3,7 @@
  * relcache.c
  *       POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 894dacb5e7e67370f545edb686552ecec8a24449..c790309caae0c4012cd6be3dd1addafab83ff6ac 100644 (file)
@@ -3,7 +3,7 @@
  * relfilenodemap.c
  *       relfilenode to oid mapping cache.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6a63b5e1d740e9a148dec0696b0bdcad0af1eba6..c9d6e44d9fe054dc2557bd8c359e8fcdfd8e8f5f 100644 (file)
@@ -28,7 +28,7 @@
  * all these files commit in a single map file update rather than being tied
  * to transaction commit.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 94e27c8f586e77bc563b9d994d59a8842590b70e..9dcb80cde0dec13fcc552a5fd16006e79072c432 100644 (file)
@@ -8,7 +8,7 @@
  * be a measurable performance gain from doing this, but that might change
  * in the future as we add more options.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e87fe0ef548443814d0adf5c3baba1e1485bcc84..d634a3b68315e8b7b5e2598770eb8e4dde923e7a 100644 (file)
@@ -3,7 +3,7 @@
  * syscache.c
  *       System cache management routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 50f17438fb83fb7c8481e51b3ef2712c850e8d55..657f6c1b7c854eeb5e0079ade3a5415e78d09f69 100644 (file)
@@ -17,7 +17,7 @@
  * any database access.
  *
  *
- * Copyright (c) 2006-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/cache/ts_cache.c
index 2d0db764e344cffd18f0d8c8bcb2d3c76cee3a20..6992634c397095d87d0f384b492d2ebbcd691264 100644 (file)
@@ -30,7 +30,7 @@
  * Domain constraint changes are also tracked properly.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e7bdb925accc6e1e63c7f1b3e02a927f4f7a82b4..46aadd76f7601bfd3f04787d4ad7e472e4f5126f 100644 (file)
@@ -2,7 +2,7 @@
 # errcodes.txt
 #      PostgreSQL error codes
 #
-# Copyright (c) 2003-2016, PostgreSQL Global Development Group
+# Copyright (c) 2003-2017, PostgreSQL Global Development Group
 #
 # This list serves as the basis for generating source files containing error
 # codes. It is kept in a common format to make sure all these source files have
index c4b0e007d2fc7e9866a478fcf1bda733bf9fd1a6..2ef7792b8bf3ccc9cc50c328f1e6525041e168ea 100644 (file)
@@ -3,7 +3,7 @@
  * assert.c
  *       Assert code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 69649290da24557e0d72a5ae46558f68f2777db2..40e023c7d749166b4a2346c8bd1b416909493dbe 100644 (file)
@@ -43,7 +43,7 @@
  * overflow.)
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 905b981b6a7671fb017f906d186ba125ddd728e0..94d7dac94ce3e803653ee1f5590bf2ecfa716c6b 100644 (file)
@@ -3,7 +3,7 @@
  * dfmgr.c
  *       Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3340b17d908a2808eada989d05fbb97c56b91c01..3976496aef674221e942dc8c5788cd620da47eca 100644 (file)
@@ -3,7 +3,7 @@
  * fmgr.c
  *       The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5d49fe5b50636bf99cf1546877b346c39e1a9296..4d8a121971fdea0ca4b9c4f5381aaf0d016ff043 100644 (file)
@@ -4,7 +4,7 @@
  *       Utility and convenience functions for fmgr functions that return
  *       sets and/or composite types.
  *
- * Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/fmgr/funcapi.c
index ad9c6b9bd36f16d6135ec356738ea35c7813c1a9..b84c6b0d0fb1615463ccc826830632637cda3f6d 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes.h header from errcodes.txt
-# Copyright (c) 2000-2016, PostgreSQL Global Development Group
+# Copyright (c) 2000-2017, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index bb835ba9467d7e2826c56d2f72348439dc629397..d370b727191ba12b9f6d9b8246befc62719e4189 100644 (file)
@@ -40,7 +40,7 @@
  * function must be supplied; comparison defaults to memcmp() and key copying
  * to memcpy() when a user-defined hashing function is selected.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d8322863e335622a28d20e31b236e18f8a9bfce0..9a93c089a6c40b46dc9aafb1d1664c522ba8ba8a 100644 (file)
@@ -4,7 +4,7 @@
  *             Hash functions for use in dynahash.c hashtables
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 69dd456899b823a0a960eba859d1b5941bec5dc8..9dc6c9dcc93dc073072a974fa37f7d26d98fc47e 100644 (file)
@@ -7,7 +7,7 @@
  * A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from
  * http://www.ross.net/crc/download/crc_v3.txt or several other net sites.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 630c673cad4af3cd7571ff3f3e8f5d98fd31c33e..08b6030a649621d35b7b581a46233e94115002d8 100644 (file)
@@ -3,7 +3,7 @@
  * globals.c
  *       global variable declarations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 22b046e006e50be49c0615d271ed8963c97192c2..07be153cc043415492cf454fe703aaba9c83600c 100644 (file)
@@ -3,7 +3,7 @@
  * miscinit.c
  *       miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 824d5abf11fefb0f51a49423fbcbc3ad5893cfcc..21fdc6df6b121785a8c60712e02bfdff67174d1c 100644 (file)
@@ -3,7 +3,7 @@
  * postinit.c
  *       postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ea21f4a8527084a45ef5557fb201211d04b1fda3..d9ea1af5272bd53b0562fc7174183acd7bbea924 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/backend/utils/mb/Unicode
 #
-# Copyright (c) 2001-2016, PostgreSQL Global Development Group
+# Copyright (c) 2001-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/Makefile
 #
index bfd4511d724ca8ad595ae3f3e504625b53a451d8..20f6c7085486d39b9d45a8c20ac4b1828b2b26fa 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2016, PostgreSQL Global Development Group
+# Copyright (c) 2001-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
 #
index 6b65c11a65475653428c145e8df0ff3f1e4b84c0..7566104f337206f65d288af8d270f9cd2f25e740 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2016, PostgreSQL Global Development Group
+# Copyright (c) 2007-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index b1ad19a69d8929d4564064ab0aa3a234b93d1b48..cbe2a1ec11bb63101ff9aca7e24c4252ceb6be8d 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2016, PostgreSQL Global Development Group
+# Copyright (c) 2007-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
 #
index 1bfd3b850e0906b4f1041079438d37728eacaa2f..b70f7144c7648577332ae3eb541839a42515bcda 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2016, PostgreSQL Global Development Group
+# Copyright (c) 2001-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
 #
index dffcdc40ded63aa9500564f27113e99397d67a34..228fc4d67ff79b86d0fdad2896b77079f718c461 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2016, PostgreSQL Global Development Group
+# Copyright (c) 2001-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
 #
index cb81c4650d53fcb8a2f436f9411827ffdca4d616..91699f6d20e794782ce4706822b543d6533bf0fe 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2016, PostgreSQL Global Development Group
+# Copyright (c) 2001-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
 #
index 7be4b7b0abebf3a4ff299f6138f26e61795f69bc..701c35cfa7200a2ef47c15cad51a7794ea872033 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2016, PostgreSQL Global Development Group
+# Copyright (c) 2007-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index b249b81096cdc79de19a1bcbd819b729a299dd20..b84d589f0c9b77465ca15948540b987250aeb3a9 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2016, PostgreSQL Global Development Group
+# Copyright (c) 2001-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
 #
index 6be56b5b526d640f80709e981ae276f3d3f2863b..67b6ef68f24b3c4fb229ec05a1af806a1415dfe9 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2016, PostgreSQL Global Development Group
+# Copyright (c) 2007-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
 #
index 17289fc5e3efd21a5ae562fa4626da05df68d722..74e206fc8682ed819ee75383849c020e8fd21d3a 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2016, PostgreSQL Global Development Group
+# Copyright (c) 2001-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
 #
index 667f6c177c77c189e05febf6671538cd8f493a01..45c6db538ce89f1b8ff6dd4950b0a1f6e9ffb9cd 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2016, PostgreSQL Global Development Group
+# Copyright (c) 2007-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index b3188f3709a9e36b8764d3bcbf321eb66b74b3a5..acc03e3809ef8cbfa77cd9dc0c6a73947c11a1b5 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2016, PostgreSQL Global Development Group
+# Copyright (c) 2001-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_most.pl
 #
index d6a13e8c02c86608ef494f76fd0c9788b3244440..7adcee4857010cde8d0a82939d226b31b74189f9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2001-2016, PostgreSQL Global Development Group
+# Copyright (c) 2001-2017, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/convutils.pm
 
index d50336bed55e6c45930f9981b0b7c4de408cbb5f..9014a5727cba01d91b98eeab6711d7682e970e9c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       Utility functions for conversion procs.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dec2cdf6f7f9cb717cba109a84cf9bba8543c73b..4bbeea1e6febb33844aef428d5ac051f4772868c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ASCII and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5ea2a95bc10064f3cffbc017af5af9a551ac6ece..677d7ea3eb7bbec54d84c9e541f8b7db6ef1ab5a 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       Cyrillic and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9e9145f9724fbb75fd36e6fc171bca4f80de3fec..c55bcc978cf71721d81d5afa8fda004e1c2f013b 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JIS_2004, SHIFT_JIS_2004
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c
index e804892d508d67d44804f0ee63e91e69df468069..c897bb2e49a1300c8ea202e7a2c56e607eb770a7 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_CN and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 26a0e44a51fd4d431ae451dd5ff176947a33b0b5..414aeff3b9f7d74c46ef47afc382a37124f7bd54 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JP, SJIS and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 84bad24d5236393c4b53ed64638c8c7e32179a3c..94f4f813ef7d5c5831dc5300259168d1e339cc5d 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_KR and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 05f8f77318c78d571379b015d1e497ec213b1896..cb7e296f26bc424cc8b01e77591b1442021640ed 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_TW, BIG5 and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 292eeda2590d4e891eba2c60414f0b1637da038f..62b103a8dd7f7e8f38bc73e8ef5018c1fd8c16fd 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       LATIN2 and WIN1250
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e88c0989793edc71be1dd41d2f3e3b1d168fb124..02fa94b8aa20c8fad10408b6bc8c5dc74c95535b 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       LATINn and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c0fc3b49849e2a738c76a53ab67864a1c3977097..724d3dd27e351dbe524afe043928c2ee9c2dffab 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ASCII <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3d711677562b19ed50ee4d711c28beb99c269d06..746ed3580fba6fb9ddcea9632b0eed0918ac7bc1 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       BIG5 <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6e2be740b5cb0693481cca847ec376d69f19b702..d568c6331ecd0553afc1ab11802e4f9a98fa37cb 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       UTF8 and Cyrillic
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4d14b262aecc055934ebf157b3ef794e23d6da11..ebf5f23f99f926b7f3d01ffd9d827fe63d34b147 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 953123c8a7c968d9f575f69a3fb43b68f2aa3b54..cb0751c3db4064f58812699ccc85e19924fd58b7 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_CN <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dd020d22e4cc1594ea1f349f4b92df7257d8f95a..6512eeef60bb381d09c475c2503fce13fc170011 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JP <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7b5e04e8c8d246b9759c5232f9be0bcddf589cd0..f85720fa9498db498f9fdf0c9978ca1d6b54e071 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_KR <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 023a279c44db9203585fb27173e643c36798ff0c..1ce4099cda826119103101e5a23de68ee5b369d4 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_TW <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5e8ec3db7c1d65b7b8126b991d0b0c0b8b5928ef..22dd642663ba0f79c2d8ce6e2db414a4ee6155f1 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       GB18030 <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d6613a0e85100d6f581b7eee00605dd478a7a23a..1238e3d12d869f8f56cc3a4af0de68284a653193 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       GBK <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9204b5fcbfd8e80870476320e73beb15e9367510..48acd3fabace23718f3eb0987ee5f5fe611c44d8 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ISO 8859 2-16 <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 45364f50149955924f7558afd6c569f9644123dc..2cfc7bb83b6c4dc3b90dbb913706341e0e58047f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ISO8859_1 <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2eaeae6f7286361c1cd4318eddcfce51594c11e5..51690b97ad8155878c2f7d7c0cf1df142d4285e1 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       JOHAB <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 204e2a0b3536ef19308766e247140f9c914663d9..605fe403b0eb7811c33289e8eadd1ed75864d8e0 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       SJIS <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b80eb7e46d7232c9ae858219531911cd4eafa15b..8d8f508aba4d51ac1d86eed9489e5d1d161e170e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       SHIFT_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 71214d20d81e7a3f2c93ad281dd7614b6ad9be54..97e895c66a49f568dc9ef664fe1e33f7c6d860b9 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       UHC <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4d9c641ec68d33bbbc19af6d97cac62db727d0d5..ab6e624452cbcda797ba863680bf73c78c63df15 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       WIN <--> UTF8
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7f1c881cceec7a5fc451a49b550375dc7b54b6b4..95644e3468a3c0e78ff815c1b4cd6d8518897b49 100644 (file)
@@ -23,7 +23,7 @@
  * the result is validly encoded according to the destination encoding.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1bc239d1ddc89eee787512897fa14bcdfb97a6e6..dcc23638e17acac60c5266bbf8171790ce729c81 100644 (file)
@@ -15,7 +15,7 @@
  * The built-in implementation uses the standard erand48 algorithm, with
  * a seed shared between all backends.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dae5015a32e9b7455ae83d04f76818dba2c26812..f01b814c6edfcc035959e4b3d6ab2b35560b68a6 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Scanner for the configuration file
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/backend/utils/misc/guc-file.l
  */
index a5963b3d55a1fbbf7d82cf19f9d0ac9428ac88a7..5b23dbf4a0ef1fc86a5f97a8d8e0d74a86e81d2b 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/utils/misc/README for more information.
  *
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * IDENTIFICATION
index 7e24489c3818fdd3bb73ebe6f76b53c4c951f7fb..7bc8f92f6df416543c51c79d38be58bcaee15825 100644 (file)
@@ -7,7 +7,7 @@
  * or GUC_DISALLOW_IN_FILE are not displayed, unless the user specifically
  * requests that variable by name
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/misc/help_config.c
index 1fbdd1f4db8091cf21146cdb718114947d084f74..468c7cc9e12936808674254625999f5ef32742f9 100644 (file)
@@ -3,7 +3,7 @@
  * pg_config.c
  *             Expose same output as pg_config except as an SRF
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0c67833f60b0fada001d4ce4d337c66d71404675..93a3d38b1d05711a5a6fddd40a750fecd2821d79 100644 (file)
@@ -5,7 +5,7 @@
  * Routines to expose the contents of the control data file via
  * a set of SQL functions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6602663e426fdcc0cc22d923591caeb9280dcb30..e4dccc383a5b6aacb2030a139b20133bc5d642e8 100644 (file)
@@ -4,7 +4,7 @@
  *       Resource usage measurement support routines.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a889b170c83cfb7d227158dfcca9b7c7c4ceb7da..4007a17800cf55642a0c344a3c07bccbbb9336de 100644 (file)
@@ -7,7 +7,7 @@
  *
  * src/backend/utils/misc/ps_status.c
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  * various details abducted from various places
  *--------------------------------------------------------------------
  */
index c33f29e9f2e008460c6b8f45b5cd2cabbf5ce8e5..70dc3d1ace62e9628a388099050d85328d084742 100644 (file)
@@ -3,7 +3,7 @@
  * rls.c
  *               RLS-related utility functions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d0d00ab3ed5ef5a0f3832b400c0a25ead36ab20a..c36459ebadcca119d5ae083b7820a37d0f2c2f28 100644 (file)
@@ -3,7 +3,7 @@
  * sampling.c
  *       Relation block sampling routines.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dd70e02c9ad7d62033f13ba7c524d6a9861a3633..175a0677dbd96a12cfd645ed78619435e6435c96 100644 (file)
@@ -9,7 +9,7 @@
  * the single-user case works.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7171a7c59ce63ad59b7b76a4a018e98dfb759934..d7fc040ad31da8669a2e237a9787f51942955dee 100644 (file)
@@ -3,7 +3,7 @@
  * timeout.c
  *       Routines to multiplex SIGALRM interrupts for multiple timeout reasons.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a053e22439b3d0e5d02b07a12d9c7d8479c3c25d..04d6ee350365ea53a374c64c9955d5c2a6095ec4 100644 (file)
@@ -11,7 +11,7 @@
  * PG_TRY if necessary.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f44e46767b2b5c6d1c44d28058030f79951b9b58..4dfc3ec260030b29866e5988d784876d7832f915 100644 (file)
@@ -7,7 +7,7 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 988a2970b2d77121269c8ec7ddb3f5e91062ee76..200749feaaf23652b2e2ed221fed89f5959b80ac 100644 (file)
@@ -39,7 +39,7 @@
  * empty and be returned to the free page manager, and whole segments can
  * become empty and be returned to the operating system.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8c017a425a44500b385a33fda9aa2f66329a7fcf..230756e0cd561ad48bb63fb9fa929ed23f0a4adb 100644 (file)
@@ -42,7 +42,7 @@
  * where memory fragmentation is very severe, only a tiny fraction of
  * the pages under management are consumed by this btree.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5cf388f9d600f5160e37c7f9d3873859ae2d9ca0..6ad0bb47b60add94d21cf08cfd9685db47e4cd03 100644 (file)
@@ -9,7 +9,7 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8286800380de9fab77bae389aed321d3f5af2f4b..5a15ed21d669eb6c326fcfa76d2500bd743dd34c 100644 (file)
@@ -8,7 +8,7 @@
  * doesn't actually run the executor for them.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index adcebe2e055b24e4a5f4374c66496fae6861c560..1aaadc15198bd0ec2114de8a0fe80a3671848303 100644 (file)
@@ -1,7 +1,7 @@
 /* ----------
  *     DTrace probes for PostgreSQL backend
  *
- *     Copyright (c) 2006-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2017, PostgreSQL Global Development Group
  *
  *     src/backend/utils/probes.d
  * ----------
index cdc460bcefd8e27398898f7fc777954e083b675f..af46d781253e2834e0c330e7fc83776710e53847 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 623f0e01d81024e0924a305d681e9b50e17a1cea..f6a9dba97da4f9078a67d87b62603841ed722a9a 100644 (file)
@@ -64,7 +64,7 @@
  * care that all calls for a single LogicalTapeSet are made in the same
  * palloc context.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e9eeb18b7ec3ad6c92de2e5dcb341d7a79f5f0a7..73170b74294e3e767999ebcadb6db9a7fa863349 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for accelerated sorting.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2a62febd5990d95546995f9214b86de9e351e4bf..cbaf009cdfc0fb086c021a986e13b271824bd6c9 100644 (file)
  * too many -- see the comments in tuplesort_merge_order).
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1347fc4520a7fdafeead2912e67b0fcaa8832ab8..84abf5f67e06e2423ea38be03c6c5089d8d5495e 100644 (file)
@@ -43,7 +43,7 @@
  * before switching to the other state or activating a different read pointer.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f033d1d5c9cd01b25401ed4f09d2b64bec6e20fd..baff998641a64b274636b54c8d41b50a93c6ac67 100644 (file)
@@ -30,7 +30,7 @@
  * destroyed at the end of each transaction.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6cf3829e22a83d210d14a8e0aeab7e4649f99abb..92afc325095ac91ea598c4a40545c3f7eb52c164 100644 (file)
@@ -35,7 +35,7 @@
  * stack is empty.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 26a3be3a618748f3b402bcff22179d147971238f..053a6d1c700140d43031aa11697d3a4e793cbfcd 100644 (file)
@@ -50,7 +50,7 @@
  *      HeapTupleSatisfiesAny()
  *               all tuples are visible
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c926558d00ba0015ea3fe16c962011f7cd19e4fb..e0a5d92028f611650bbeb7f34eba7071ce353332 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin (client programs)
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/Makefile
index 394eae087598370329b6a283a02ea2f7b45558f4..eaed05043bb4744ad178b13511ed37c7bfed34ce 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/initdb
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/initdb/Makefile
index b32ba9fbeea167464ae531d4c6383b4722c43056..5d48ffe4a8ffa4b742a94913579c37478257757a 100644 (file)
@@ -3,7 +3,7 @@
  * findtimezone.c
  *       Functions for determining the default timezone to use.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/initdb/findtimezone.c
index 24f9cc8eae263dc3741d7d2eadba3674a79ce3a1..1e7d67724478205e9a483b89b1b187a7ddff6510 100644 (file)
@@ -38,7 +38,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/initdb/initdb.c
index 52ac9e9fb8912afe5e0ba67ae310f0e8887b49a1..79dcaf101361c8b34664d00b36f411556a8520fe 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_basebackup
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_basebackup/Makefile
index 79b899a343b81539b51936e22b7368e084012d63..6c5c508e3915cd581db8c442f8c4a8a4dfa9e40e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/pg_basebackup.c
index 99445e6584466108b9babe88d2cb3f43dd92a0a0..b6f57a878c65dd2c89c19c6cb415b21df9128e75 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/pg_receivexlog.c
index cb5f989a763bc1618a423ee9f7cf2674d797ffde..49ed2abe55822d7b1e8484cbc572ed9ef5484ac7 100644 (file)
@@ -3,7 +3,7 @@
  * pg_recvlogical.c - receive data from a logical decoding slot in a streaming
  *                                       fashion and write it to a local file.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/pg_recvlogical.c
index 568ff176ef5c57932143701d718ba614fcd7d2fc..f771c1ffdc6147547c8086fae622fa2f8496a5da 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/receivelog.c
index b5913ea995786960a2b46ba74e6cf52d3c7feee0..e50d62222ddff01725ba691d3b3cf6100a906e37 100644 (file)
@@ -2,7 +2,7 @@
  *
  * receivelog.h
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/receivelog.h
index 595eaff46a210aa95369c08bdefc4c9173a7af3b..01be3e7c3626b4dd745a5d9d995b83801f5c4380 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/streamutil.c
index d2d5a6dbae235246a179bf756a89e46da40fd67c..47ab3df55f1e8350302975a60d4dc3c90fa1882b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * streamutil.h
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/streamutil.h
index 40c8a5c697c38c53a99dae3c4fbf077f0f674e83..88ee603b8bced7f74107e89a23bc364bcea03579 100644 (file)
@@ -5,7 +5,7 @@
  * NOTE! The caller must ensure that only one method is instantiated in
  *              any given program, and that it's only instantiated once!
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/walmethods.c
index 8cea8ff4c05a4d93f30ed8b940551fb4e2c84000..c1723d53b51b6c6a244e0b47daa3ed3e92f1d431 100644 (file)
@@ -2,7 +2,7 @@
  *
  * walmethods.h
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/walmethods.h
index 26fbaadaddcfa69154ad10f33f92576b277fe888..c41008763ec6883da2c210e9a60079cabb87b7aa 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_config
 #
-# Copyright (c) 1998-2016, PostgreSQL Global Development Group
+# Copyright (c) 1998-2017, PostgreSQL Global Development Group
 #
 # src/bin/pg_config/Makefile
 #
index 9048566f0d456221b2376a98697b3acd3c927060..fa2a5a9943ec672035ab45ad31545a48b0bd087c 100644 (file)
@@ -15,7 +15,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/bin/pg_config/pg_config.c
  *
index e3858820b3767b35c28999aa466ddd460452f97b..fd87daa11a2274b5647c029e0fc64ef53f992a98 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_controldata
 #
-# Copyright (c) 1998-2016, PostgreSQL Global Development Group
+# Copyright (c) 1998-2017, PostgreSQL Global Development Group
 #
 # src/bin/pg_controldata/Makefile
 #
index 6000eab256d42d0838488d682491e1868d23d9d6..f5ec088c42f0eebe3051ce5a49a5e1195826b79c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_ctl
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_ctl/Makefile
index 4b476022c0ebacb6f6be5c8f237c9cfee7b8570e..c161b1993548d3b3a7508eab1c2dbb74ee292bdb 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_ctl --- start/stops/restarts the PostgreSQL server
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/bin/pg_ctl/pg_ctl.c
  *
index 25336a5f25d7774dd2bf77496df82ac808597d5a..b58636eabf0b0739bc6de268053a8b98dca6e5b6 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_dump
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_dump/Makefile
index 22f1806eca83360628a606a37e6dbfaf660fbbc9..d4e36421d29093dc1513c886dec7652e2c2e675d 100644 (file)
@@ -4,7 +4,7 @@
  *     Catalog routines used by pg_dump; long ago these were shared
  *     by another dump tool, but not anymore.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e0ef9cd60ac896ccfc7cce7518fe7a9cc4c2bd80..631fa337e6d524dee9a25e8771990cc64d2ad801 100644 (file)
@@ -4,7 +4,7 @@
  *      Routines for archivers to write an uncompressed or compressed data
  *      stream.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * This file includes two APIs for dealing with compressed data. The first
index 2a45600943a8530fbb063b65e7bd83224f3d30c1..8f2e752cba78b42e3b768581b342cc0cd3c2cb82 100644 (file)
@@ -3,7 +3,7 @@
  * compress_io.h
  *      Interface to compress_io.c routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0d5166891e87e9fdce81bb2e694b3ea451d89458..81ec650e5caf5c25fe625ae975a65b8d62570c52 100644 (file)
@@ -5,7 +5,7 @@
  * Basically this is stuff that is useful in both pg_dump and pg_dumpall.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.c
index b2fd7d37d0cc3490d40dcacbf8304f4b90b52fdf..ba61fa9bd277c7008e9a77b01bbe305e856da0fe 100644 (file)
@@ -5,7 +5,7 @@
  * Basically this is stuff that is useful in both pg_dump and pg_dumpall.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.h
index 5630dc626d75123465596e9cc96b7c054c0cb081..775a7f858c9e95bcb8ce10d9b373f6822599f78f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *     Parallel support for pg_dump and pg_restore
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e0c442cf37794363e5699afba02b9486c1ee7d5c..ad997352261e572b8d3822b4f01db020fe9e8664 100644 (file)
@@ -4,7 +4,7 @@
  *
  *     Parallel support for pg_dump and pg_restore
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ae443717cff66287fbb31082d0322aefb9950543..0d7322f73a7dd5e905a7a2406472abe599779053 100644 (file)
@@ -17,7 +17,7 @@
  *     sync.
  *
  *
- *     Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *     Portions Copyright (c) 2000, Philip Warner
  *
index 01bf57645513ffd6b45f20b0a301345cb41fc004..d7907fde95de964c7ecd71ea6c15fc2858379305 100644 (file)
@@ -4,7 +4,7 @@
  *     Utility routines shared by pg_dump and pg_restore
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_backup_utils.c
index f50e36cb0b14c473fd9b33fe6387eae1cac59057..04b53f496e742da71dae8ab7a07471249b2a0101 100644 (file)
@@ -4,7 +4,7 @@
  *     Utility routines shared by pg_dump and pg_restore.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_backup_utils.h
index e5545b31d40235ed4d34b25658349c81727c49a8..359402dd2a7dbdfc8b3eb40e000b5cb78603ef38 100644 (file)
@@ -4,7 +4,7 @@
  *       pg_dump is a utility for dumping out a postgres database
  *       into a script file.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     pg_dump will read the system catalogs in a database and dump out a
index 395a9f3288f9acfbc992bcb81b3000919c564b79..0c920a390767c096510de4395a28c13f85a5595e 100644 (file)
@@ -3,7 +3,7 @@
  * pg_dump.h
  *       Common header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_dump.h
index 996642384fdc2ef1a9de35a580f6ed2cd5668889..1db680b950c7fc8c009a2686ab211f87b003d9ed 100644 (file)
@@ -4,7 +4,7 @@
  *       Sort the items of a dump into a safe order for dumping
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d8f8eadac6921b47f7f98dd4d2643f6ef6fc2b26..6895d02bfc81994501b5de48236956f3b5fc7f53 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_dumpall.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * pg_dumpall forces all pg_dump output to be text, since it also outputs
index dfd23c1031438f0645b2039739c506de1e60a4d3..e04892479b574ebd672de5dbb938193c614d6bf8 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_resetxlog
 #
-# Copyright (c) 1998-2016, PostgreSQL Global Development Group
+# Copyright (c) 1998-2017, PostgreSQL Global Development Group
 #
 # src/bin/pg_resetxlog/Makefile
 #
index 2b76f64079769ed7531c483f02f9c5d571709d7e..963802efc826f99404f394bfdc54516caf4dd6b3 100644 (file)
@@ -20,7 +20,7 @@
  * step 2 ...
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_resetxlog/pg_resetxlog.c
index d03a0a2eaebb971376f24a40e0cf9a1dec1cf683..828ae01ef1440a58c6b14d35a6824f4dd3771722 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_rewind
 #
-# Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
 #
 # src/bin/pg_rewind/Makefile
 #
index d0c1586562b0f7a8ef29e087369b710222fd3d53..d48424bfb4a80855966d27b521e2b708733d36df 100644 (file)
@@ -3,7 +3,7 @@
  * copy_fetch.c
  *       Functions for using a data directory as the source.
  *
- * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index a79b4275274f38e979bcfac956597164d870c650..e53920d55654dcf7ebd5d99e05ad243820b94529 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This is a fairly simple bitmap.
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index b36a668fe77001fa3b25c9fdf571e5c53803d689..15ebd68b2734d469597debca5ad6e08314f9fc5b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * datapagemap.h
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index d881e7586b0ebd27c33a25953783adb9613a2c9f..08a296d7d4f286b6ffc7dc476a1852c53e916ed0 100644 (file)
@@ -10,7 +10,7 @@
  * connection (libpq_fetch.c)
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index c7c1e88adf86281388904e97180b6787269d5dd0..e56fd973cd505ca53ce90098360176bebe4c9a2d 100644 (file)
@@ -8,7 +8,7 @@
  * directory (copy method), or a remote PostgreSQL server (libpq fetch
  * method).
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index e88cf629b400dab6beb71faeccee6c4d0fb69b87..f8ca4c925d2287b85213e937ba901492762003a0 100644 (file)
@@ -8,7 +8,7 @@
  * do nothing if it's enabled. You should avoid accessing the target files
  * directly but if you do, make sure you honor the --dry-run mode!
  *
- * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index f7aede3bbbc1d46a2464167dfd3b8e65af10888f..d247f3dc6566c0b75f920fdf58db7a3ddf92de64 100644 (file)
@@ -3,7 +3,7 @@
  * file_ops.h
  *       Helper functions for operating on files
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 3905a5d6ce3bd01ac4cd252f183871f2d88b9049..151930234c14031ec0c7a69ba34870cf6781b096 100644 (file)
@@ -3,7 +3,7 @@
  * filemap.c
  *       A data structure for keeping track of files that have changed.
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index b6f66b49e5afa07a7031e1389fb91e2cbadb0d14..3431047bf7d2ca2fca51df0b30c6680bda4565d5 100644 (file)
@@ -2,7 +2,7 @@
  *
  * filemap.h
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *-------------------------------------------------------------------------
  */
 #ifndef FILEMAP_H
index 5128e1c2502874e3cde9b954d7e431b39fc39338..a903849ee47e775522a464961be05d13e8510e71 100644 (file)
@@ -3,7 +3,7 @@
  * libpq_fetch.c
  *       Functions for fetching files from a remote server.
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 0ac1b7add466929d6adcac2d9b99dbc08e674902..cae776df124a4ca3dae86bac36cc9e4c1749c9e2 100644 (file)
@@ -3,7 +3,7 @@
  * logging.c
  *      logging functions
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index f2a9e89fd6f1e9aee4c94f7347ebec02bbcd6afa..c2f468910471c923cf2788d700ee8dfede9ef175 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for logging functions
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 23ac4e7bb0e02777a2fec07461afb9965dc64d4b..cb433819e45632d82ee02247f5d8aab0fbe84ba1 100644 (file)
@@ -3,7 +3,7 @@
  * parsexlog.c
  *       Functions for reading Write-Ahead-Log
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index dd62dd05491a5afda45aeebdb66cd52fceded221..2014feea40d40ea91f91e12f5374791b5b935021 100644 (file)
@@ -3,7 +3,7 @@
  * pg_rewind.c
  *       Synchronizes a PostgreSQL data directory to a new timeline
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index f5e02d70569cb97d4f64c824e853e9af044ebf46..5c8e7bb1bfc8e8bee6809b3a78d8976f5e9bfd0a 100644 (file)
@@ -3,7 +3,7 @@
  * pg_rewind.h
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index ec86434ffcb360ed89023b6bac33918852a0ab9d..f1a792ff6b2240b2d49c5406d047f5bc23358ec2 100644 (file)
@@ -3,7 +3,7 @@
  * timeline.c
  *       timeline-related functions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 42bf4992a08815a069b7051aec0f08fb142ce837..b6efad429a29c91a81f57a9996816ae48a1e282e 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     server checks and output routines
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/check.c
  */
 
index 709f149a9e601af0b9c8cae131fcd2dd166ed301..b9387ff5a988b185ceba04527709dfdb79c42c2a 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     controldata functions
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/controldata.c
  */
 
index 81fb72533818619d06dba677a2293bc483225ab3..f18be22c1602f0da61c1f3803b3d0f7879add992 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     dump functions
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/dump.c
  */
 
index 55a6f0dfbad77b417e5430d2f7685c6d2dca7c94..3a30ea74383531af250f709ff75ee7c58addb49d 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     execution functions
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/exec.c
  */
 
index 346192799280485f21527a60c19024db62346e1e..50897e7b7a29bed29ff391476b547243ca30dc5c 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     file system operations
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/file.c
  */
 
index 5b60f9f45981f0d38217c9db19265db1fac946ce..685d1de0b73b861043246a793ecdb1339ca35f25 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     server-side function support
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/function.c
  */
 
index 153b4417f4cac9c7a054d774f35a4610561c5f5a..853d8990ffa5edfd1506c92cbedd5f265bf5409a 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     information support functions
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/info.c
  */
 
index 12a49ff990161fc4f7c04d02696768e9feccf32d..82d2443bcd44b73676ed512587427acea592cc54 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     options functions
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/option.c
  */
 
index 9ed55c0598cf706da22527986734557796af6ace..d35015f52ac2b5fbcd606fa97b1062dcd7800696 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     multi-process support
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/parallel.c
  */
 
index 0207d852cf10f2a5eac94ce6443befc08f6f9644..797e36d2530be14ec6a672c6df15187fa7eab40c 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     main source file
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/pg_upgrade.c
  */
 
index 19dca83386ff815a66a1c11a3e47143f1456d27f..42e7aebb016ab5bee095602682765d156c5fa4e8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     pg_upgrade.h
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/pg_upgrade.h
  */
 
index 79e41d1dec266ed002b4d793c89be5dbcb674f9f..06d3ed04a78fc32ae1d386d2fae43c45ce28d432 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     relfilenode functions
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/relfilenode.c
  */
 
index 4892934c2e85d5dfdd227068cb33cff37e8827e5..bc2704eeef18a20c896df0ab6254561618939c9c 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     database server functions
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/server.c
  */
 
index 8e09ec37293b1f906e62b31f8a2eb480f7e9f1a1..24f7bd960c01e960c090131f6c0f58d2401111bb 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     tablespace functions
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/tablespace.c
  */
 
index d417932301e85fd34c28c4983fc9101eb57ed369..8589dbf5b3d814e5baadb6878674f18f241ca009 100644 (file)
@@ -6,7 +6,7 @@
 # runs the regression tests (to put in some data), runs pg_dumpall,
 # runs pg_upgrade, runs pg_dumpall again, compares the dumps.
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 
 set -e
index 4f27c72ba1bc8e0e3ac3245f969c71834c9b85fc..44c1bc880e0e9a3a0ad6043f7aff73ea6cf4ca74 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     utility functions
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/util.c
  */
 
index 3c7c5facf4896ed95167635be47246402d2fd47e..fb56feabd90865d6881587266a1982ab7f002f89 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Postgres-version-specific routines
  *
- *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/version.c
  */
 
index 845c2e5234ae34ef500683f8b330beb10bb4e6d3..ff5acdc830b0dac6f6fafd8f97f4e5ebf3d86859 100644 (file)
@@ -3,7 +3,7 @@
  * compat.c
  *             Reimplementations of various backend functions.
  *
- * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/bin/pg_xlogdump/compat.c
index d070312bef91abe4abaa40f55a1d642a00804512..0ad441e22ebaad89437c589e6bf1f48d19bbd285 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_xlogdump.c - decode and display WAL
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_xlogdump/pg_xlogdump.c
index 0cc665b75b4bed6929faef62a8d70394d57b18da..b3a2d9bfd37b35505968d7a998c54398ddaa483b 100644 (file)
@@ -4,7 +4,7 @@
  * exprparse.y
  *       bison grammar for a simple expression syntax
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pgbench/exprparse.y
index 20891a3b227b93de844f7889a1dba8a81477271a..9a3be3d667ff0125b5ae82f8bccda0541062b629 100644 (file)
@@ -15,7 +15,7 @@
  *
  * Note that this lexer operates within the framework created by psqlscan.l,
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pgbench/exprscan.l
index 16a32e21f598b64b789ad11bc74fde73a08eb4fc..f6cb5d4b10ac97904d908eb4c34388f1240108f8 100644 (file)
@@ -5,7 +5,7 @@
  * Originally written by Tatsuo Ishii and enhanced by many contributors.
  *
  * src/bin/pgbench/pgbench.c
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index ab0f822010e5a51ed3698d980dae64a4f5d1b4d1..38b3af5ab19bd33826444be99625db2393e04877 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pgbench.h
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 5ea6116516944df0560eea5132727436b4119744..6e6797ba13a039f2858669d0db94610804a1154a 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pgevent
 #
-# Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Copyright (c) 1996-2017, PostgreSQL Global Development Group
 #
 #-------------------------------------------------------------------------
 
index 1f6a289ea09503ec1fcbb5f63c85186083cef899..c53733f808a2d03b3096ff98dd0536ea82323882 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/psql
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/psql/Makefile
index a9a2fdbf2666565a937ae3bca0059171fdc73b1c..4139b7763fbf4860f8ed58b50bfa2255d726f30c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.c
  */
index 8d37a3a676c19a9f4705411fabb427dd3e58c3a8..d0c32645f14e886bf2cfbdb70fcca142331e3290 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.h
  */
index a7789dfa53f1acada778207fd331fe09181a54d2..e1b04de01321e607f9c1791050945fc124e9b678 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.c
  */
index bdcb58f2f38430ec44174d3da9c2f2bbb9cd051c..dad0eb822a504facd79de788767b3f23dbed1a70 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.h
  */
index 942264fbf976ca3b5d690ff5fb0ac190833bd7e3..481031a22955ee53fbe8f95db8e887e6f6ed8cf6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.c
  */
index 4ffe53ba9eae10f0ba3055e26f24a03adba5c8d5..a79550de19dc284ccc807865506d329728fb5da2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.h
  */
index f3d8141b994982fe8ce986b78e9a7cade16a6aef..359670b6e9756884d3a4d7cdf0aaedd8573afc6c 100644 (file)
@@ -3,7 +3,7 @@
 #################################################################
 # create_help.pl -- converts SGML docs to internal psql help
 #
-# Copyright (c) 2000-2016, PostgreSQL Global Development Group
+# Copyright (c) 2000-2017, PostgreSQL Global Development Group
 #
 # src/bin/psql/create_help.pl
 #################################################################
index 945cb2a3ff87962e297980bfda352a156452807c..bf48d2f4062066ec2c0399eca849c18cab7f35e2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/crosstabview.c
  */
index 41bf907e8f7e2093827c6c12caa2f005b8d182fd..97c72a5139757966a8bd7a43d8b8e981f9264a19 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/crosstabview.h
  */
index a582a37953945bb2776635ea5487a5059030f9a6..ce198779f49627ac7e6a7e1d78a18a9e71e1c95f 100644 (file)
@@ -6,7 +6,7 @@
  * with servers of versions 7.4 and up.  It's okay to omit irrelevant
  * information for an old server, but not to fail outright.
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.c
  */
index 20a650861b6426ce117b4c7f8c76f42c2ab778db..4600182e4c9dfe4aabb8652ba9a190c16f7f42ab 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.h
  */
index a69c4dd8cfe81cf5eabcf2bcc114c145cb7874ff..09baf871dda2ab2b1533cf1170b10a6780309768 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.c
  */
@@ -572,7 +572,7 @@ print_copyright(void)
        puts(
                 "PostgreSQL Database Management System\n"
                 "(formerly known as Postgres, then as Postgres95)\n\n"
-                "Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group\n\n"
+                "Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group\n\n"
                 "Portions Copyright (c) 1994, The Regents of the University of California\n\n"
        "Permission to use, copy, modify, and distribute this software and its\n"
                 "documentation for any purpose, without fee, and without a written agreement\n"
index 0c8062f72faebf78fac3a208045f8c635c5e79d3..3ef4094476b672e3f1a9798d4f8b36f309587278 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.h
  */
index a7d017a2d5af40c6fb97a54b3d4ce5bf712dd9ff..972bea4cbf8ca993da44e7491e070d269ded1094 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.c
  */
index eaab08ec8b840937c93c5c050e76a95718771997..f40561459d760ce580508458d80e3f76531c6f6b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.h
  */
index 38dea32582121756ccf11d9b5f64b0feca070d1c..2ad0a4bb83532ffb0451688b686b55c895d836fb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.c
  */
index 9bddbddbee155cfa177ff4b30168700c6a5ebeee..7d74d5fdb71299bbe70d41e0ccfd8681c3c02a00 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.h
  */
index 37dfa4d0e3540e3a63fab1f1b13da5fe07fd6c37..bb306a432711d771ac735f27913ff4c1c1d52dfa 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.c
  */
index fd9723a25ce2dafdef53eac1a71d513deb2ad763..228a5e085eb28c2ac8aa0d269996603b3c06a380 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.h
  */
index fb08d67390ac4d2328c8aac79d5fabb146612c37..f7930c4a83991a8f16a0b5e0a1df9ce4e2574452 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.c
  */
index d7e76dc181e35cb1474301e497d089c57b165721..977e754293c1f4ca5469daa07c7fac6dea8b3392 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.h
  */
index f078f698e85c773d0314909497311739afe13745..266e93af44047008d8dc55cda91b8b33f7bf4980 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/psqlscanslash.h
  */
index 86832a865328798b82f49273601e4c379dc35206..5b7953bf7bdb5c706e3da9da8d6ab470d8062f8f 100644 (file)
@@ -8,7 +8,7 @@
  *
  * See fe_utils/psqlscan_int.h for additional commentary.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8cfe9d207a26972a4ed6021fbe55c6824b463ef2..4c7c3b1fa37a0261e5228ece7c8021fac6e1af57 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/settings.h
  */
index 7ce05fbe4ae07aa745b52c252dd5e67cae9a285f..85aac4a1659bedc4f7c5d19fec996991cbef40f2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/startup.c
  */
index 9c6034cf8244e3db4658069b41da8e6e527d881d..145069ae13c1632a521c8f0bc5470cea96ade0b6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.c
  */
index 8fcad3cbac58eebb01bc41575c4ee1aff08bc599..360ee030a111f1a1cc36f07a28da50a9a8d3eb00 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.h
  */
index 02c8d60c297291142c5beb4b75d8352293aff095..7709112f494ff8d18719cb4c8386b1dda29d1762 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.c
  */
index 6226927700a631494aa6f26b10db52f6c46f7d6b..9c0309dc1ed32fe1e51a947772ece1632ea5299d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.h
  */
index f43f418e874575c4b7affa6c70bf0180433f0ac3..2669572aa7e922a896d8136d736808d168b908c2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.c
  */
index d7a05a1431b389983eec4e70d53062f9768213ba..d235b1798e44f74aef8d13d55aadd6ffc54fff73 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.h
  */
index c6ad4e75526cac3db94ea979e7b63ddababf79b4..2f911e05bab35ec8fd0c909b77e4c89c3738073b 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/scripts
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/scripts/Makefile
index 0b16f34d1eb174d846a67c791b409e34f5bd0f8c..a6640aa57bbfdece2f3392f04a81a4c3b3aa9262 100644 (file)
@@ -2,7 +2,7 @@
  *
  * clusterdb
  *
- * Portions Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2017, PostgreSQL Global Development Group
  *
  * src/bin/scripts/clusterdb.c
  *
index a71cc64a8c22a4619512722f1f2ca0813294450b..0b88fa6b4dc326be24ebacde4805f7e27dc4c700 100644 (file)
@@ -4,7 +4,7 @@
  *             Common support routines for bin/scripts/
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/common.c
index 4fa1be5d66255e55fa03a6a8dfe0229ce509836d..6532eb23725708ddf11642d4dc61ebff4e591adb 100644 (file)
@@ -2,7 +2,7 @@
  *     common.h
  *             Common support routines for bin/scripts/
  *
- *     Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  *     src/bin/scripts/common.h
  */
index fddfde76e23bbf7c94db425e4f94e76e26ab3b71..88ea401e395f9f7b692bde1ca90273fb6e72ebc1 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createdb
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createdb.c
index b93eada476b3fb0d62fe523a7c9384456bb0dfb8..5897bfe747559f836c79892e77213a7930d4977f 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createlang
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createlang.c
index f13d9a047a7bdcef5294e20cb05d0818b83788f3..3d74797a8f5a3150159fea935a467eabc07ebcd4 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createuser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createuser.c
index 145beb02217fea193b3f1903744c8f31570285d8..85c75a79ce174907b335f131901e4aaf16948edc 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropdb
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropdb.c
index 1f1f7ca15a44b0fe2671ddac0d953cead5863d28..ab0215d4954bb8f8fc72bc5a0ecb6a58fc809256 100644 (file)
@@ -2,7 +2,7 @@
  *
  * droplang
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/droplang.c
index ebcc15209c31af74a2d130c0d02010180df1028f..095c0a39ff9f271c8b2034d2f88feaac8592ea64 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropuser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropuser.c
index 1f44efebf96392c98684389f6a9b73f976e3c689..c7c06cc6ff7814e45c1fd7ea410e2ee2987576e8 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_isready --- checks the status of the PostgreSQL server
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * src/bin/scripts/pg_isready.c
  *
index 293522c9022e1a59bf4e4459f848c147436afc18..12a4528574b0b519f50c0db8aa62fac1f828dfa6 100644 (file)
@@ -2,7 +2,7 @@
  *
  * reindexdb
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/bin/scripts/reindexdb.c
  *
index 32cb0fca2f2b34c126e2673b58c68ce0d8c9e9e3..d3fa51cf1fa06801129ccfb30eca009931fc3903 100644 (file)
@@ -2,7 +2,7 @@
  *
  * vacuumdb
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/vacuumdb.c
index 0fab3ab52766261d8ac8ba579c15ced9113d7b6c..ad506be9caf46aea7a9e583d051064e7dc7fc421 100644 (file)
@@ -4,7 +4,7 @@
  *             Common code for pg_config output
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cbdae052a7514f77c6d20dd98ac7553c5586e729..f1a097a9746cfea03223c3e54fa836531101fe7b 100644 (file)
@@ -4,7 +4,7 @@
  *             Common code for control data file output.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a2de0718cf51931ce85165d1ecf16ad5745afa81..ff592fc170794d942cf96fc52ebc4651211a09d3 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for finding and validating executable files
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 58c5c4c3520e67e564bd1f924f9a1097e24bb0fb..fb38067d9746fa928cdb8321ad64efc14760b940 100644 (file)
@@ -3,7 +3,7 @@
  * fe_memutils.c
  *       memory management support for frontend code
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2fdb4692ea83134b5abbcb48c2123dcc0e50f82e..a978e64f5a15e66713c895e4b91ec590378706cf 100644 (file)
@@ -5,7 +5,7 @@
  * Assorted utility functions to work on files.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/common/file_utils.c
index 797d9109aba35153188e0acdecd3a29dd9aa11c8..d981dbcac95ecf98bf08962db0e35632884cba40 100644 (file)
@@ -3,7 +3,7 @@
  * ip.c
  *       IPv6-aware network access.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 485dd02e89dc5ddaa1729792442696d7d17be581..266c29205f5ded40f314a91bb19233d43c47ebf3 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6dad16529cedc4716bc859161d3c2596ed840fa2..6e70b218d26b947fd9ad12ab4f178f6802851aba 100644 (file)
@@ -10,7 +10,7 @@
  *
  *     Sverre H. Huseby <sverrehu@online.no>
  *
- *     Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 985841de29f5c7fdd5fe9a93853bb2336e2a4061..5ec93ec7a6ba1a2498d7e82bdd85047cda98d83f 100644 (file)
  *
  *                     Jan Wieck
  *
- * Copyright (c) 1999-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2017, PostgreSQL Global Development Group
  *
  * src/common/pg_lzcompress.c
  * ----------
index ab3ab800c175a3fe62b1db75490cb53f90445d88..e161d7dc04868f8479bd7afcacee89c428d0d440 100644 (file)
@@ -3,7 +3,7 @@
  * pgfnames.c
  *       directory handling functions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8ca6f9cea87e4c16b07c9d5c0281b97ee222135a..8561e9aed600f448dc56703b645fa183cabea451 100644 (file)
@@ -4,7 +4,7 @@
  *             sprintf into an allocated-on-demand buffer
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1aacb818d7a720cb1a2979242eed9dd8b6c4e62f..c2f36625c168b2824c28f11457062c96f3e629f0 100644 (file)
@@ -4,7 +4,7 @@
  *
  * This module also contains some logic associated with fork names.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d155b5ed0eeafbef0a817934503a0de9e33b354c..1a00293695114f9766d88a0a8168bc4a387bab19 100644 (file)
@@ -4,7 +4,7 @@
  *             helper routine to ensure restricted token on Windows
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8a61213e0261a9bf265d9e6e4ad7b879a5f2f8f8..09824b54630224c7a64ecb7c00a20d70ef03ae52 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rmtree.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 69b26e7dbd22a93612ddfb765cc9bdcc6b22cf6c..159d9ea7b62a5758b45510355d5e10320775b151 100644 (file)
@@ -4,7 +4,7 @@
  *             string handling helpers
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5abf4a56b0141bef45591c934c7741ee9d8dbbb5..d6abac828132e933f5d3020af168a34f677f9d45 100644 (file)
@@ -3,7 +3,7 @@
  * username.c
  *       get user name
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4aa827d0664dae8aed5e941293430dfdb0cd5b7e..7ac545c67acaed040d71d349dc1367efdc7e5381 100644 (file)
@@ -4,7 +4,7 @@
  *             Convert a wait/waitpid(2) result code to a human-readable string
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9da03b196b5944107183af878f6f69aa64b3b2f3..2565924411cc6e91f0fc385cbbb0faf706068a63 100644 (file)
@@ -5,7 +5,7 @@
 # This makefile generates a static library, libpgfeutils.a,
 # for use by client applications
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # IDENTIFICATION
index 97ba692724922e79d8cba850e4e859b6dda6cdc3..d186fc4c91ceb671d2c616c83ec60c3a0177a902 100644 (file)
@@ -3,7 +3,7 @@
  * Multibyte character printing support for frontend code
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/fe_utils/mbprint.c
index daa23d1955ae80f715057238d73ee17086915bf6..5ca27a93e096c67b014e4e8ca24c86f746bf17b1 100644 (file)
@@ -8,7 +8,7 @@
  * pager open/close functions, all that stuff came with it.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/fe_utils/print.c
index 55067b450c2141a0b2b6c5f21366ba9dc8bbd09b..1b29341fa87c554866e58108ea4336727435402e 100644 (file)
@@ -23,7 +23,7 @@
  *
  * See psqlscan_int.h for additional commentary.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ed4d188516162a2c2df22453c41faed876519f30..1be8ca75980943dfd9828076cf7bfb626676763e 100644 (file)
@@ -7,7 +7,7 @@
  * it's all we need in, eg, pg_dump.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/fe_utils/simple_list.c
index 61bf9e6ca607c9bfbec2ce2f1f6433451719a563..08fe765b5af1bc87906f7ed80b78182b27115163 100644 (file)
@@ -6,7 +6,7 @@
  * and interpreting backend output.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/fe_utils/string_utils.c
index 1036cca99ca93312d57488e899ad5ac0f0198887..48b0cc04494ba13809a0091cfb2631b368211827 100644 (file)
@@ -3,7 +3,7 @@
  * amapi.h
  *       API for Postgres index access methods.
  *
- * Copyright (c) 2015-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2017, PostgreSQL Global Development Group
  *
  * src/include/access/amapi.h
  *
index 7f4289a9960864a8e5055946423787b965821e09..742c25a78de840f04bed5c4d92203cfd831a5121 100644 (file)
@@ -3,7 +3,7 @@
  * amvalidate.h
  *       Support routines for index access methods' amvalidate functions.
  *
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  * src/include/access/amvalidate.h
  *
index 849634c145318ab08504f3739698e3aae80b3047..7fa459fc8cca21669bc04eb80bdbb4a676d5b95e 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/attnum.h
index 99bf5330bbdc77056c4e80aebf7c1139a3d912de..4aed9778bbc3eb5f9a9bc909a88d3a32c6b85c1a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * AM-callable functions for BRIN indexes
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 47317af43c81df3bc8602221c187384c5a0075ca..40312604f8dc1f7de5594749b09f0db59a87969e 100644 (file)
@@ -2,7 +2,7 @@
  * brin_internal.h
  *             internal declarations for BRIN indexes
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b48f8f5597566671407226536fc988a420af7d93..e2b3b92fac7409312012c5015ec263cb366930da 100644 (file)
@@ -2,7 +2,7 @@
  * brin_page.h
  *             Prototypes and definitions for BRIN page layouts
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index af86cc86e71744c031d3e5fe514c6856babcafad..ab38093a23f41316562ad420d69a8da91a098304 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.h
  *             Prototypes for operating on BRIN pages.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 89054e01281636b50af6cba74299ffc2a6c40fc9..2ec4169f6d52f2d510f7cbf5bbc22511f6b04864 100644 (file)
@@ -2,7 +2,7 @@
  * brin_revmap.h
  *             Prototypes for BRIN reverse range maps
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2af05123aadf14f601173065163c346b620a954c..6927865182cb50d8cc4b528e93f98693e6cbe867 100644 (file)
@@ -2,7 +2,7 @@
  * brin_tuple.h
  *             Declarations for dealing with BRIN-specific tuples.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f6148053b4b87b39d1cfbd408c788cd63c42f2bf..527b2f1a225d55850ed66fe71c550d641b3e3e00 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES BRIN access XLOG definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/brin_xlog.h
index 06c069ae3ae59ee1ba652febc16d948cc0df2b04..2894bd5620b871ae607fe014eb6e82297fbcea10 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction-commit-log manager
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/clog.h
index cf343ca8ea44b9efb7f4650a2572d0b13a7870b5..98bd938d5bef12c00a3f8bfcc78e9e8668d12bfd 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL commit timestamp manager
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/commit_ts.h
index 81907d55667b594d151f1914b2d0336f736e2fda..b2e078aed2e666fc355af0459e8e83cafbf823ff 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES generalized index access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/genam.h
index 63f2120633837ad4a4ab9ec6b3ce743a15110021..187d68b3e183366ec78f7fcbbfd195edbd187a85 100644 (file)
@@ -4,7 +4,7 @@
  *       Generic xlog API definition.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/generic_xlog.h
index e5b2e10a2718c6de407d30d186591639a7834326..5629c8add7a729951d33351977f3259a0563e811 100644 (file)
@@ -2,7 +2,7 @@
  * gin.h
  *       Public header file for Generalized Inverted Index access method.
  *
- *     Copyright (c) 2006-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2017, PostgreSQL Global Development Group
  *
  *     src/include/access/gin.h
  *--------------------------------------------------------------------------
index bf589ab7a1aedd068c7ea85f045e46474c4229f8..0ff3275c2f36df4b014b5dde96c8a5612df5647e 100644 (file)
@@ -2,7 +2,7 @@
  * gin_private.h
  *       header file for postgres inverted index access method implementation.
  *
- *     Copyright (c) 2006-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2017, PostgreSQL Global Development Group
  *
  *     src/include/access/gin_private.h
  *--------------------------------------------------------------------------
index 4343d6f74f8e67f5649f8812f51c5792ae971466..5824e90bda1457090781b58a8b2393db324e46e3 100644 (file)
@@ -6,7 +6,7 @@
  *       changes should be made with care.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist.h
index 78e87a607718549747e9b97e1e473d6508948894..72f52d44baf3a3d37a16477d42eec15a6ab0e25c 100644 (file)
@@ -4,7 +4,7 @@
  *       private declarations for GiST -- declarations related to the
  *       internal implementation of GiST, not the public API
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist_private.h
index 4acaebdc9ed7fb38eee4c95f02269929f1f0d116..017740d14a988a061a3d64bfa916b8efc4821ad1 100644 (file)
@@ -4,7 +4,7 @@
  *       routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gistscan.h
index bc08f8175d4d08aa3f7d882029a5c7e4cd24551d..b0a11315a67ce560c229254f62ea9691b850d2cd 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hash.h
index 5f941a9dfca348a7ced79fcc2786a78cffb278b7..ed3c37f5db3e2154358b671f05e47c4be0052561 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for Postgres hash AM implementation
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hash_xlog.h
index 0d12bbbbeaff1e94af19ef6fe0c40cf4c7e5ff45..ee7e05a3ec72a4e25859963b6ed8d9ed5716c006 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam.h
index 06a82426bb524787b717523a70ede427a7410ae8..52f28b86cbc678368a5883b29914553869e569be 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access XLOG definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam_xlog.h
index a174b34c9692f631b44d9ed5e93404b947c09ec0..2824f232188f06cd56cd7dc91fe8ba6444986447 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hio.h
index 474e99eb07ed98924ce43db7ccfb3d6421a7dbec..870adf4f77bd6df55ca09ad50e38dcb9af5d11dc 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup.h
index 8fb1f6ddea14a9de86ae0e10dadd6f4e2e15af4c..fae955e98395518078ff3b542f9bf8884fd0f6f3 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap tuple header definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup_details.h
index 788ba9f715d736ee00a52268aa97e020b0a43c23..e9ec8e27e28ef17d0258a6e109bda226bdb7a8c1 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/itup.h
index ab5de627d24b7d551a6bb9b7f3ff2641fd95b055..1d01988bb825e41683b256949da7acec424fb238 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL multi-transaction-log manager
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/multixact.h
index c580f51f7faf2de0fd6bf5a54d9ba19514804773..181f3acce20b8835c48912a6caf7572c551ff7b3 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/nbtree.h
index 2f8f36fea4a199983a39638fde3a8228ae00992e..96ce4803dadcbdf60bed3a01769329d397d88173 100644 (file)
@@ -3,7 +3,7 @@
  * parallel.h
  *       Infrastructure for launching parallel workers
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/parallel.h
index 608c5642872a3f22d452574e36cd220243f0e9dc..a828889c4f5e72973a8f40ac8f8e460348ce956a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/printtup.h
index 469ac677e3065049e82531301be8a45f405887cd..861977a608327e64ecb6ec8e052021b7ea860793 100644 (file)
@@ -9,7 +9,7 @@
  * into a lot of low-level code.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/reloptions.h
index de98dd65981dd628e7158450ad66fee092473edf..8746045d8d8c12f86a344a6815bf5c302701e520 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/relscan.h
index 4b87f25f4b830641101d1a0a84f732d71dedab4a..564c2ad0f52f15f19817399314da62cd08124515 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteheap.h
  *       Declarations for heap rewrite support functions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/access/rewriteheap.h
index a7a0ae224fde4a8496cf8678ac6e7e2e8f5b42e2..5f76749dbd835189c34c6e83feaba66bb6e457e5 100644 (file)
@@ -6,7 +6,7 @@
  * by the PG_RMGR macro, which is not defined in this file; it can be
  * defined by the caller for special purposes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/rmgrlist.h
index fc9d939209dfa1e261c0e2a8cde499f10902d147..347e910a41e2ef4db137465922ea9535a70cba09 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sdir.h
index c8ac0019747981e83566714bfdcaf403e907e64d..01cc940363178d2f3f3cffc1acbf5f54598eb350 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/skey.h
index ca8ab7ba5248d5aebaf32688f1ea1d144de2adcc..cf6edc3bdb36ee2bf1abf3fc8a7ba429d46940ff 100644 (file)
@@ -3,7 +3,7 @@
  * slru.h
  *             Simple LRU buffering for transaction status logfiles
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/slru.h
index a953a5a401e0b488208ab871d7547f3d96410875..64163c5bc7833873c38105d50e33f4a6b4a213a3 100644 (file)
@@ -4,7 +4,7 @@
  *       Public header file for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist.h
index cb8fa9c0b51ea1750a2bc9c16a7ac02a25b7e610..b2979a9d439d78266ecb719dff0668d1e46068ba 100644 (file)
@@ -4,7 +4,7 @@
  *       Private declarations for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist_private.h
index eabced569cadf7df02be004cc695b1d3b96e538b..489e5c595e1c2d4b0aa5c1cd7ec9b4f4dfd0424b 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES strategy number definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/stratnum.h
index f39c6d388fb8a843d87d5dd8a2659d42629b40eb..bd30f5861f2306d8fe8b3f28d0734a6adc9c6015 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL subtransaction-log manager
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/subtrans.h
index 31b4d601a02fa8747e5bb9dae6b2016f6a5b3a6d..c03d3ffb43b7a969041387e60c066510c6313018 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES system attribute definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sysattr.h
index 2b333bc10e2d9415de26b7479c000ae0648e0e94..05363c68427f14285a1f7fcb31656c8cb29ac767 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Functions for reading and writing timeline history files.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/timeline.h
index 969eff93795d27333472a7ea99e384ab23a42715..522c104073724787f54b53564e354df18810ab8a 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction access method support code
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/transam.h
index 2e605c340699a68e6f26eb50b4c9be1149cc25dd..d07b3f25a92d5a802b84ac34c7c0ad3f3f848e09 100644 (file)
@@ -3,7 +3,7 @@
  * tsmapi.h
  *       API for tablesample methods
  *
- * Copyright (c) 2015-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2017, PostgreSQL Global Development Group
  *
  * src/include/access/tsmapi.h
  *
index 10556eec7e186966142af9919627ef4ba1718245..7125f804b9a72c75678348f551d043429151d478 100644 (file)
@@ -4,7 +4,7 @@
  *       Tuple conversion support.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupconvert.h
index de18f7488c8e2cf04d13d97b579f9c0d7f7af277..0012877237ed81c209a67ba967f11eb6b1b9551d 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupdesc.h
index a24f1dda308d2e497b544b9903a6c0fe3cb1e195..b5369108cc80c660c4ce077d64eeb98de65b8c8f 100644 (file)
@@ -4,7 +4,7 @@
  *       Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupmacs.h
index 011f5c19062f3d953ebc7711582d0636ce57c1fe..a6233c386d00b4d5acbaac3c4c79c06fb3e8019b 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES definitions for external and compressed storage
  *       of variable size attributes.
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/include/access/tuptoaster.h
  *
index b7ce0c69afb90e99700245f4ee2cf832d80ebab6..b2b7848fad233ca6394add0f7c3ee5ad8d17b000 100644 (file)
@@ -4,7 +4,7 @@
  *       Two-phase-commit related declarations.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/twophase.h
index 55627bfcc4fbfd1c182468361eb7ed27f6076fa8..32b6475dd98b90c6af01fd509982f872aa11ad23 100644 (file)
@@ -4,7 +4,7 @@
  *       Two-phase-commit resource managers definition
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/twophase_rmgr.h
index 30af9df429c9cfa7bca82b3258cabde298d33072..72f2bb6ac29272673b20c29852ce41b1f59666f3 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple qualification validity definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/valid.h
index 00bbd4c2d946de5d066c2a4aecbda87cab5ea733..7a237d75691d8d3cb99c3d7748027b6142df875f 100644 (file)
@@ -4,7 +4,7 @@
  *             visibility map interface
  *
  *
- * Portions Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2007-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/visibilitymap.h
index a123d2a7c49bac097721b077b5308632886fb292..4df6529ea0064f82d363b129863acf19185c3446 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction system definitions
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xact.h
index 7d21408c4a69c13647339f119a6c69a09f01db9a..a4255723b7dcdc48f8587e930911175034670c97 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log manager
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog.h
index 576a4dc741a62182ef16bb705644fa9356abe7f0..a013d047a2db3e1d80dbb86beb4013c492ef45d5 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log SQL-callable function declarations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog_fn.h
index 05f996b12779c377724dcdc1b23a0d9ae56fb62f..e0fcd0567760735b4acf30290bbf5cae3e480a16 100644 (file)
@@ -11,7 +11,7 @@
  * Note: This file must be includable in both frontend and backend contexts,
  * to allow stand-alone tools like pg_receivexlog to deal with WAL files.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog_internal.h
index c2c6632e633d076284ea9d75b778d37ce3f70e6c..53b60c1dcdab95af48be52d9f91bd8e5a5b44233 100644 (file)
@@ -4,7 +4,7 @@
  * Postgres transaction log manager record pointer and
  * timeline number definitions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogdefs.h
index 307cfaaf47d94e675931e7d66a7f740f2d88174a..d30786fa0d1d8b8d9d7c6f734e803f3e97daf8e3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Functions for generating WAL records
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xloginsert.h
index deaa7f5128b54fb26e9ba9b5b0c4b2091ceb36c4..00102e8e0b3da2f9c4f6fafc515fdf49028bf5c6 100644 (file)
@@ -3,7 +3,7 @@
  * xlogreader.h
  *             Definitions for the generic XLog reading facility
  *
- * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/access/xlogreader.h
index 3dfcb494f7c4105d22faccaede6248dfb77d3a7d..0162f93e8230007d9aa2f20827aa872589dfca7f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Definitions for the WAL record format.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogrecord.h
index d027ea173b17b8f89e4fa3e7024072c27a2870a6..567a7f3d8710e7e46311e65ff92c522333fd2b00 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Utilities for replaying WAL records.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogutils.h
index 4438f41cf042eda016a324741eeff1123dc028fe..cb123e4d6469851dce072fb16c949bc324a52cd9 100644 (file)
@@ -4,7 +4,7 @@
  *       include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/bootstrap/bootstrap.h
index 672e21e03ea555c4fae4ca78720853a41ec24ac4..efbb77f540a4afe004188b3af060db5b2835d39f 100644 (file)
@@ -9,7 +9,7 @@
  *       polluting the namespace with lots of stuff...
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/c.h
index 373498441f15f6c8b1eacf418d04d6e138ff4584..98089e3c1a975955c7a2f6a97782290a9e50a036 100644 (file)
@@ -4,7 +4,7 @@
  *       variables used for binary upgrades
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/binary_upgrade.h
index 005d58181e20dec9fe40e7505653a9b3464a7b26..d0a199afde7d1e2de269fde0f81560fca4227f48 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/catalog.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catalog.h
index 45596abe7662e0a3da044d9b6676d42c2c2d795a..95cfd53eeca9bd8e12da12205e60f0363acf27c0 100644 (file)
@@ -34,7 +34,7 @@
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catversion.h
index e8a302f2fdaf2a40f9b1e36b73be08c0a48fdf9c..ee7957418c4de8c7e125efab15feeab8e7bc1738 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/dependency.h
index 8e81de5f6d6d40478a20e538e16e0bdd7cdc3926..a522b4cd826f81886f01ef9ca7b3aab5fa63b418 100644 (file)
@@ -9,7 +9,7 @@
  * bootstrap file from these header files.)
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/genbki.h
index 0e4262f611c6ee9dd98cd351126d468277613b35..553958f4d27702189d3c984204f6ad432ef9e341 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/heap.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/heap.h
index 37e6ef3fa93a63637f48b3d7b2785cb0c5a2bb87..20bec90b9d622cfa3270ae47ab611f7aa6aa1c58 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for catalog/index.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/index.h
index 293985db4ecbef94c753c8c654b3b5d6774dffa5..674382f9099dd53a49f70d75e41a9293f2824605 100644 (file)
@@ -5,7 +5,7 @@
  *       on system catalogs
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/indexing.h
index eee94d862267440c89c7d296805c14bc5b41a042..dbeb25b1ac17b65257a6cd2bcce09d2f0678afc2 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/namespace.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/namespace.h
index 1ef7f1f16cddbbe1304f8913a9bcc3d6ccccbe23..3a6dd596ceac60f3f5793309ad3babef9d3ccd49 100644 (file)
@@ -3,7 +3,7 @@
  *
  *             Object access hooks.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 
index 583a1206f3049a14132492ca8ca997b66c9ee397..1a5afe1bed146e1b0765086d7ff00bee9a89911b 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.h
  *       functions for working with object addresses
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/objectaddress.h
index 7eb882fd12adbbabe9b9d8878043712473bb68e2..448ad9708b7cc36ef287cd90c39cf6d9a5bb8a70 100644 (file)
@@ -2,7 +2,7 @@
  *
  * opfam_internal.h
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/opfam_internal.h
index bf38df5d29e52e186d647df530f797fb81797570..2a9bd48fdff03d91f7891e3786d436fca8b5d33b 100644 (file)
@@ -4,7 +4,7 @@
  *             Header file for structures and utility functions related to
  *             partitioning
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * src/include/catalog/partition.h
  *
index 8865bba0103f00e3661a84e0dd79f09dd8b26a98..1ffde6cdc55eb70ec1313aa1db9def17ac4d8c5b 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_aggregate.h
index 11169237991e8a941813bbc5ea5f9f03c7e31291..9b6dc38f64bf267d20612476cfe82551a6ec4a16 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_am.h
index e4c35150320a52b62f89407c12153db2a7623345..0251664e4a1f504a7c204a04f24eaba1bd32b862 100644 (file)
@@ -30,7 +30,7 @@
  * intentional denormalization of the catalogs to buy lookup speed.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_amop.h
index f01a5b4fb1e6bec13270497fcb7f6edbf9c49c50..f1a52ce3e0a6eacdfb6f3060af884cfc2b40fb64 100644 (file)
@@ -19,7 +19,7 @@
  * some don't pay attention to non-default functions at all.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_amproc.h
index 59be88f7aff9366ad2228c8ebf20eeaa20cf92d1..ff1842f53cbd2aac634f0b6f7cfcf0dcc8f20653 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_attrdef.h
index 39d8eedb4eb5f876ae6cc1f46cc4073e78ea5188..e861f4c589ca1d3c2c9b807782e03e995796461a 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_attribute.h
index 7257541e5beaa648167fce8dc6639de41677ad1c..e34a4e80a4efdb51a124ed5c05a9be0cd3a68dbd 100644 (file)
@@ -5,7 +5,7 @@
  *       (pg_auth_members) along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_auth_members.h
index 533081def6eb627ef02fecdd2b0cb8e669d4d0fa..def71edaa89b230329dfe6720ada39e25ce13cf8 100644 (file)
@@ -7,7 +7,7 @@
  *       pg_shadow and pg_group are now publicly accessible views on pg_authid.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_authid.h
index 04d11c0cfe10eeba48d491c2d49956931c3de2af..80a40ab12842f7feced9ab23b6406d3672c5ec27 100644 (file)
@@ -8,7 +8,7 @@
  * but also length coercion functions.
  *
  *
- * Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2017, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_cast.h
  *
index a61b7a2917c857b28668b0b7b513aaebbaa6211d..d1fa5182eac7bfe90d1eb603d7e836b257bdf212 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_class.h
index 636771202ed71c243160f91e28602c0cd8963319..30c87e004ec4ea5ab09ea6b00cd8072ff94f7d92 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 574b288acc31f7eaecb4ac0bd8031722b77124ee..1ea757f1505558668559e4a9c98ce50a09a01b92 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_collation.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_collation_fn.h
index 666b2304bf8b2a27653ad786a39cf09edb1d06ca..e959583364b65450bb44373cdc5a3db46a6cc170 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_constraint.h
index 1f1117421022f4e3629e492af9164650b7e30312..d2acb3a05367d45734ca8c36676be10147926dc1 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_constraint.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_constraint_fn.h
index 0bc41abee5e8f5d44ab78e379f5970ef871651ba..23731e98a44418adcd4f619631e4e8e8a192241a 100644 (file)
@@ -5,7 +5,7 @@
  *       However, we define it here so that the format is documented.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_control.h
index 1cfe57ce19143f0c600647fe4228a99b67e4fb22..88174a620a1d638b90fd8c45aa23ef5447c82a7f 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_conversion.h
index 9fcdde6d5b625868df0701149267dd786fc2b675..a2c1345f01196d1f72a7873f2f10ac224995ece6 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_conversion.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_conversion_fn.h
index 6ae1b40559f2ab1fc52bf65ad8aca39861d164f5..55a1f6edabd162850163ec1845c51c5576798305 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_database.h
index a1f0150d39dd6915bb397b2dc9f291b5a09fbb60..311258fd7b39dbadffc7fb26e77ac8bbd8810b0e 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of configuration settings
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_db_role_setting.h
index 06aaaba0daa55069d094a9d1125e5732d33f2eb7..42fb224f9d3ba4a52184086bde9eca4d4f235f7d 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of default ACLs for new objects.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_default_acl.h
index 3796206fa87c442e7e9db79da79abf8893ba7a88..6c480dd7dc6d53de0a42fed7aada945c7924a5d5 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_depend.h
index c960d0e19879ffba09574e55b6c226b11ae73da9..2f51ac33f359dec725c8c73d1eb2d6e01be0853f 100644 (file)
@@ -19,7 +19,7 @@
  * for example).
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_description.h
index 901d3adbb9a2ec9ef50cf6c9b104f64d10608f36..faee5e6c3c7db51de4b44318703dec81c9d3d410 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 2006-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2017, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_enum.h
  *
index 8884ef4a3eeda9229b4aacb91e32b9c3545a85df..b41cc12602d680fea02e5586d0b3c7b0a805c4ae 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_event_trigger.h
index e823f7b79ad9bb23889c143e22730f3813f975c9..41b087d8b956abce3a3366bb4590c9f199ca37d5 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_extension.h
index 1e9b4775ce38fbc341407d3639a758cc7f78dbbd..47df6799c950e693b4e687d1ba389dc7462363df 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_data_wrapper.h
index 06b4f6afe84faae6a141e7c24801ddfdca9eff6c..629bfc389d13fa2abdf60bb279ff15ce8788e1dc 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_server.h
  *       definition of the system "foreign server" relation (pg_foreign_server)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_server.h
index 34690f3808712e80ebe5dea16b6aeb24908abcd9..b62d5e948bffae14b4043b648c1692fa59771799 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_table.h
  *       definition of the system "foreign table" relation (pg_foreign_table)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_table.h
index ee97c5dec836ad82c5b75440fcba51d4c106fc33..7ca0fae7070be4be6397aa26d972ea78e485b206 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_index.h
index a117f7816ae1ece85519abe11c47a6d97170f722..434fa7c864f47126a1393fd143df79a65969f2c2 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_inherits.h
index a717108481cc60cc5414c513a5ef174c67ac8624..e33b39e71ecc2a8594dd847a2924d7b61277fc97 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in catalog/pg_inherits.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_inherits_fn.h
index e13edd3ff516a5a3baea55de5336fabac54bf7ef..0d241b8a40b64b93217110e09ec3c86eb44cd931 100644 (file)
@@ -15,7 +15,7 @@
  * for a table itself, so that it is distinct from any column privilege.
  * Currently, objsubid is unused and zero for all other kinds of objects.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_init_privs.h
index 5203dfd721d60e1b6661a912c2ba04737a171706..46e409948504d29a572e2c7959e7997cb739d3c3 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_language.h
index 8dae408eaee45290cb421070da103dbd4bd0100f..93c8c6af6e410868e21b0023fdf52a00c77c5910 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_largeobject.h
index b8e47f60f6b6fd06d1138a84a63b8069c5be4a1e..16cb602a6c59fe26611028d07434bf87288f21a4 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_largeobject_metadata.h
index c2e9725245c528048b9771d2e875436ccf5c61a7..cb42abf5f8d2550867e1fc43f6448b5b1db061af 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_namespace.h
index ade8da3f34632360dee040e7eebf1fb3fceabbee..0cde14c25dccce2febe90788debccc46595ebf51 100644 (file)
@@ -25,7 +25,7 @@
  * AMs support this.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_opclass.h
index 26fa6188fa4b58fb0606287e47d3efcf2e435805..aeb792703d646929078465a5f9cc91d357360271 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_operator.h
index 58814e21111294f41759c0e8edf9a5118c001ead..d8ea390fdf3b1500b2d4c7afc11a54d9f7d2a533 100644 (file)
@@ -4,7 +4,7 @@
 *       prototypes for functions in catalog/pg_operator.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_operator_fn.h
index 7ba23e5cf9ad6d4acd7c0ae21df511e00212cbce..bd673fe59bae1426f60d622cddbe127ffc367725 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_opfamily.h
index c986428a65aa47fb67bb97018dfe8b6dbea0d770..bdff36a04b61fde238c6367a3f4e96755ee1f77f 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_partitioned_table.h
  *
index 3c7388de55723e6463a10aa46d45a3462d329437..6d770fbb3cc135300d6ce8e8b4cee966a43eab85 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_pltemplate.h
index 67b5fb5cd26edea2edf74946d377b3d4544fbc49..f8dc2ccf158e2a32109fbc5ceae7ebd2b18246d3 100644 (file)
@@ -2,7 +2,7 @@
  * pg_policy.h
  *      definition of the system "policy" relation (pg_policy)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  */
index a6cc2eb53900552a6e65168f4d08cc3dd6dbf070..37e022dc0d5e40d330ab8dcb202bcda81ef81156 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the system "procedure" relation (pg_proc)
  *       along with the relation's initial contents.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_proc.h
index 8d666d8e79823f51fe56d26e5c3990da35e3a27b..993278a91a747e38cb1a0e0c9476af6706c9d41c 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_proc.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_proc_fn.h
index 14d3b123152386dd1ac24674ff70324fe48be229..4ed57fe2e9de3628b70d38e4b3a0708c01550dcf 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_range.h
index 5f0538edb2e38ad90462c61e4b7088b6d2c2f4c2..c22831f5176cee21f49edd9f6c57ee9d06fcd56b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_replication_origin.h
  *       Persistent replication origin registry
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_replication_origin.h
index c6c87f6adbbb9c341642e680ddd4d220ac0b65e7..425a336755871da74a24f404ca7de31ea41e591e 100644 (file)
@@ -8,7 +8,7 @@
  * --- ie, rule names are only unique among the rules of a given table.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_rewrite.h
index 11cda559b3a1c89094c82e36f143b37e5d93cf20..01e14e77c0ea44d8b69d2199aa5e0c092a14a2e2 100644 (file)
@@ -3,7 +3,7 @@
  * pg_seclabel.h
  *       definition of the system "security label" relation (pg_seclabel)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 92c492b2969cb1785212bdf09dfed366303adbbf..ae1aa4f95288d33ba34df1dedd254e7df0fc723c 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_shdepend.h
index bf79d4a9082069d298a50ea03ed6987760bb2dce..21086447fa02413a94413a027aecfec819de6387 100644 (file)
@@ -12,7 +12,7 @@
  * across tables.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_shdescription.h
index c39e11df34c7fa8340e0ca8d46faf27bf5a4bfd3..a88f65c1695c19380cd9631a74c33cae63dfd9bf 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shseclabel.h
  *       definition of the system "security label" relation (pg_shseclabel)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index c1a624d979af17834c45ad0befb591f7033b1e73..25babe7e2c952e51751aad801f570204a79692a5 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_statistic.h
index 61b8020b8e5ea93a2090c8b2f118fe7814ebb831..d9ea4b7d63a4c6373dbfa300962e48c6f3b71fa3 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_tablespace.h
index e55c3e1bc27430a73d8bd55198b179ad2a0fa463..3415db3bd61ba864334c6e32fd60c71a463ea657 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_transform.h
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_transform.h
  *
index da6a7f3a2e68d110b3f3ac0637ca89e6f3c17484..547332fe654ffde28404d9f39d9691b6cb7f1d81 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_trigger.h
index ad450c34def446bdcf523bfa9bc59dcb354cefd1..b61cf857d9ee4fed6eb5e5ad9d863034faaeacb7 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of configuration of tsearch
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_config.h
index c1753a346ea4ae084ab4e5d5a44ed817f7410cd2..fc9467fd9ce9a7d12f681f92af59386a9be1e037 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of token mappings for configurations of tsearch
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_config_map.h
index e3c00f9175d3d9b72239d136de68245fc136e99d..28b7bb7c0d1afe06d77214a01125136098b98ce0 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of dictionaries for tsearch
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_dict.h
index 016ef14d12f8bdf307d7827252fe87ca92ba78f1..cfb87b4d569fdaa663dc3bfa22f619126752b3f4 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of parsers for tsearch
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_parser.h
index 39191a2a821a8a791f0133d9154721bd3ad8878c..5fc6eea24391447d07ceaa9b2847bdf29e144915 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of dictionary templates for tsearch
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_template.h
index 162239c7ae6f3a9aed7c27e4d49d181c7cdb6bb1..c2350f38677171686c4e2f96d519d7c3cd806a65 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_type.h
index d7bbfdb0120a35c0947d2a8ab4e6e5cdfb61747f..01f095612dcfea907cbcba0d69109dbdfd15fdb8 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_type.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_type_fn.h
index a8bb9d90051f9cc06a59499b5353cdcc6525210d..1ebf4611dfa02bc427fc5c821200d47eec1e5f1f 100644 (file)
@@ -3,7 +3,7 @@
  * pg_user_mapping.h
  *       definition of the system "user mapping" relation (pg_user_mapping)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_user_mapping.h
index ef960da92170a8c5b786afbc5be24ff0da792bd0..fea96deba317a2eb246f03d444e2adac63edcf55 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/storage.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/storage.h
index 500e663b5fb05ec8c013a447653a36f56ddc2056..fcdd0233b151abcad88c431798ab3433947895c2 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for XLog support for backend/catalog/storage.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/storage_xlog.h
index b7a38ced3dfd13ff5daf4fbb64d6b33b8ac77e54..db7f145b5f3fe74fc0cd6eec4f6214cdcf5c514f 100644 (file)
@@ -4,7 +4,7 @@
  *       This file provides some definitions to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/toasting.h
index e116bc73b7465cf689b73303c16852a92861d8b4..b7aa86cb57fdaacd7aeb77202f573b8eb33c7ae6 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for commands/alter.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/alter.h
index 93cb92aea6bbde770520829876d4f38e55058d36..298d7a92dfb725f05991b45cd8dc253bfa783a09 100644 (file)
@@ -3,7 +3,7 @@
  * async.h
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/async.h
index e9222fe999888f5637438b541d6b357efcb09e4a..7c9d4746d93a38e09872ab5c86fe51d6635ff8fd 100644 (file)
@@ -3,7 +3,7 @@
  * cluster.h
  *       header file for postgres cluster command stuff
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/commands/cluster.h
index 073314e76d3b393c2dd9096e94e3a980fe42d5b3..699ce2f9ee362c039144dad544e67e868decdc87 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for collationcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/collationcmds.h
index 0790d9ff797eb88656d2263b797d4516b85d5e21..684ea8b69717f614310306220c0c2f67997efa1d 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Prototypes for functions in commands/comment.c
  *
- * Copyright (c) 1999-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index e1498ad8889ad3e91073a22588e5d5bec0e61372..20d7f0e9b10db33b1a0e45e59f9c04fd9e99039d 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for conversioncmds.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/conversioncmds.h
index 65eb347b3f24f5efbd835b1cbfac716919147adb..4785631cef9cc2693443649d7fa54b7cf719b702 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for using the POSTGRES copy command.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/copy.h
index 3c4286417a8c57681b8ea80c050dea6db08c1d69..7b78cc4a13a72a9ec42aea5443fba11ceeb9cdd0 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for createas.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/createas.h
index 9bea085e1fb263e8150b871c8ff20e83265ce534..52918a9f4b257f4c5f75f1fe114d59c68b56e48c 100644 (file)
@@ -4,7 +4,7 @@
  *             Database management commands (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/dbcommands.h
index 62ed5120a0d6f2389c96ce3f6b629e25f67b4d7d..6583d0d5bd90323b84a5d9c065d4d402dd8a0b5c 100644 (file)
@@ -4,7 +4,7 @@
  *             Database resource manager XLOG definitions (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/dbcommands_xlog.h
index d790fbfee2bdb678bdc8998d4c1cdaa9a9088ab5..6eb4f95fdd4a37c272bb71152bd95623c07dc2b9 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES define and remove utility definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/defrem.h
index 24ea786f972757b5f99733025050a1056e73058e..b960cab51f82bf10bc76e05784b6f7caa947964b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for discard.c.
  *
  *
- * Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/include/commands/discard.h
  *
index 0e91bf6ada90aec5e8ce43c9a77c173b3cc3d037..0017bd0cd413e70e6a80b4c681274da80a090199 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.h
  *       Declarations for command trigger handling.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/event_trigger.h
index 8b3acab0f25186a3bd60fca0e3cac71b5672c190..1820dd66bb255e83a5fcf54f40683692d79f5c0a 100644 (file)
@@ -3,7 +3,7 @@
  * explain.h
  *       prototypes for explain.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/commands/explain.h
index c0e08ddf7d51e65aff95ec7c2202411abf5f998d..3f14c90267130d3a81b7eb40ceae0b5749ada958 100644 (file)
@@ -4,7 +4,7 @@
  *             Extension management commands (create/drop extension).
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/extension.h
index 8881352dd74e8520609f76e3efe7e174dae94236..45ed96d4d173f3d1c6dfd002d43812676ef789fb 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for lockcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/lockcmds.h
index 82e06c2460f3870e2f5d43db4cc54273fa74b76d..129fb92f5945cfa14dd1d2f1d46e85c6bf4d3231 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for matview.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/matview.h
index dbf782464bebb4d3beca65105f1256be19a12f54..cff93a6cb0e25b9c418d4ac3b2ffed4371ae0aa1 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for policy.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/policy.h
index 8abd3e72bf8fbc676e957479b0f13a76073bb7b7..0ae9b7213cdceaceaf191d21e291b9704c438a10 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for portalcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/portalcmds.h
index ba1247a55712b13b139691eee9ff78224791950a..0a3a8addca11d595f2e4c499e32a542c7af00c0d 100644 (file)
@@ -4,7 +4,7 @@
  *       PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage
  *
  *
- * Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2017, PostgreSQL Global Development Group
  *
  * src/include/commands/prepare.h
  *
index c48d23be2b4cc8017b4361895af7f6a06989c47d..9472ecca631f872d5d71d5fa8801fe66912c4954 100644 (file)
@@ -7,7 +7,7 @@
  *       constants, you probably also need to update the views based on them
  *       in system_views.sql.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/progress.h
index 97b53ecb5b378c96666d2a463db0991e2c0f682d..087878ddc33abdceee85ced502dcf82f66786a07 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for schemacmds.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/schemacmds.h
index 6671bfdfeeba3e85209915fc68c6a7cd182c66cd..d317f394850e889fe465407ec1f4cf30b14e72ac 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Prototypes for functions in commands/seclabel.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #ifndef SECLABEL_H
index 1fd75b216df549979c40659fb261a67bfe90b76d..df8cc2b94b7113073dd5eb43fc0b9558524f00d8 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.h
  *       prototypes for sequence.c.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/sequence.h
index fa48f2e96013b6c2db400582570a75de8aab18ce..f3a97016a1bf2dcb9dee3da9e240300be9f8c049 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tablecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/tablecmds.h
index 9e59da24a4a40f2629e79a3f9d505efb71c40150..3ea13bdf140abd0825036a63327ee8efcf25f37a 100644 (file)
@@ -4,7 +4,7 @@
  *             Tablespace management commands (create/drop tablespace).
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/tablespace.h
index c6e3e2c234699446154d2aa7572ce9956f6473c6..9db1c4a1a8c741117bfba0f3946539bd8f9ebe61 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.h
  *       Declarations for trigger handling.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/trigger.h
index 56b4cecd289edc6bbcd85a43373fb759b234c3fb..c18f93adb2bb855c45481377c69c78479e6ad88a 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for typecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/typecmds.h
index 80cd4a86d8e7d023715c54dc39661e5caad4f90f..541c2fa3cf2f09fb3e2b31bd8c9719118e38ec6d 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres vacuum cleaner and statistics analyzer
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/vacuum.h
index 81059515da76336601baefe7a6b1edb28537ca50..247423c6fbe5e23b64306326dca9ea45ed62174c 100644 (file)
@@ -2,7 +2,7 @@
  * variable.h
  *             Routines for handling specialized SET variables.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/variable.h
index 99e456449dc0c17d4a3c6940bb55b309a63ba442..648665ebe5d8e451c37ca38a73eb4632fc399f73 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/view.h
index a695a42c0a5d923ade3ea8f0361e0840821776b9..656e26fdb0fdfdda37e7b9eb6c8af96b7a1531dc 100644 (file)
@@ -2,7 +2,7 @@
  * config_info.h
  *             Common code for pg_config output
  *
- *     Copyright (c) 2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  *     src/include/common/config_info.h
  */
index a822cba1927f508195cd9ef9344c42420aef79b5..82ea426afe69f65a1d2c9eee90f01e7ef007580a 100644 (file)
@@ -2,7 +2,7 @@
  * controldata_utils.h
  *             Common code for pg_controldata output
  *
- *     Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/include/common/controldata_utils.h
index b4ce3d41ef48124a06f8a9e2c5834b65cd941753..cb381bd9f5f8cc5b703687265b36f98ff7f13024 100644 (file)
@@ -2,7 +2,7 @@
  *     fe_memutils.h
  *             memory management support for frontend code
  *
- *     Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  *     src/include/common/fe_memutils.h
  */
index b83c398235c348eaf2480a34dc4cb8f3c31cba35..07c25c244d025a6150b00d10c096279d0d90e85b 100644 (file)
@@ -5,7 +5,7 @@
  * Assorted utility functions to work on files.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/file_utils.h
index 36e051132410391122476767b51eca68d138c32b..815e6ccad3b01e29e4546d26122e1fb8f17ac777 100644 (file)
@@ -5,7 +5,7 @@
  *
  * These definitions are used by both frontend and backend code.
  *
- * Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * src/include/common/ip.h
  *
index 97c830521c91b738440f5ce0ff2b329a5fb1ab61..34e066be6bb06af94010bfd98d9b802c79fa9815 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/keywords.h
index 4a0432076a03375302d8bc0c6d5ac61e81f11159..58dc844390780c12e4a66a8b7fe3f0a9a0283e9a 100644 (file)
@@ -6,7 +6,7 @@
  * These definitions are needed by both frontend and backend code to work
  * with MD5-encrypted passwords.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/md5.h
index 8754b2f44cad6526646f5621a2e85528bfa5b595..df090f2da40efa50ff8d45a4bed8c25659e199d6 100644 (file)
@@ -3,7 +3,7 @@
  * relpath.h
  *             Declarations for GetRelationPath() and friends
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/relpath.h
index fb4ebd4cadc29e4d73a395b02203c017dfd826d6..7441a55119b32a88a2ea3f48a319f952d1059624 100644 (file)
@@ -2,7 +2,7 @@
  *     restricted_token.h
  *             helper routine to ensure restricted token on Windows
  *
- *     Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/include/common/restricted_token.h
index bb54d28fcbcd69c64f112d0bee095cd087e2617c..ec9ee9a740904226f6e112123673f5c1fd981435 100644 (file)
@@ -2,7 +2,7 @@
  *     string.h
  *             string handling helpers
  *
- *     Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/include/common/string.h
index 0c3d754c6130f15df85022822db4673fdf9015c2..114304f9e1f8fc0f42b45fdd94e737d5546afa46 100644 (file)
@@ -2,7 +2,7 @@
  *     username.h
  *             lookup effective username
  *
- *     Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  *     src/include/common/username.h
  */
index 68a41ebdc51d82c6b3d93c83173d6333da0f9267..9ad808a851f2583400bb0a6e35d404aad716d83a 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Note: this file must be includable in both frontend and backend contexts.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/datatype/timestamp.h
index 4bbee691a7f33f64c3c8d69fea8d186b1ca2521f..8bc4270e1771d923e2b5ccf4d43744943cc4f99a 100644 (file)
@@ -2,7 +2,7 @@
  * execParallel.h
  *             POSTGRES parallel execution interface
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 950a0bc15766e49a9d07386694541fe3f59de093..cf44c3edbbc49acf0240e5eb806a371db20519a7 100644 (file)
@@ -7,7 +7,7 @@
  * for debug printouts, because that's more flexible than printf().
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/execdebug.h
index d5b3fc8dbd0c3586370b5313fb8a47212ae20ff9..2c221255dcbf510578c99efa84640cdbea302383 100644 (file)
@@ -5,7 +5,7 @@
  *       and related modules.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/execdesc.h
index b74fa5eb5da53e4031c78aac8ff12d92ddf0fcd5..a3fa5f076714126fd23402a9ce2bd44f1c39483a 100644 (file)
@@ -4,7 +4,7 @@
  *       support for the POSTGRES executor module
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/executor.h
index 410f0e2c5ca8834acf32e1167df3439109ee18ef..7821a634f1b198e293d500ac84b584868a946a6a 100644 (file)
@@ -4,7 +4,7 @@
  *             Declarations for execution of SQL-language functions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/functions.h
index 6d0e12bc5e45a0584fd56e00a0f093dd39524afa..ac840533ee1b2133e3b09099ab37f7cba1b75c62 100644 (file)
@@ -4,7 +4,7 @@
  *       internal structures for hash joins
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/hashjoin.h
index 8e5f0ec03b9c5efcdcc24ab4b28ce3b164708f2d..c9e169c45ca28d39613577976f7a46eae331e708 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for run-time statistics collection
  *
  *
- * Copyright (c) 2001-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2017, PostgreSQL Global Development Group
  *
  * src/include/executor/instrument.h
  *
index 54c75e8f31d660979a1f13e0a228d1df3d345b3c..d2fee52e123a88768915921dbca30584e3d87159 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeAgg.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeAgg.h
index 51c381ee88b884ea7727c0a2a3650610ed2e716b..6fb4662c880a586dbd2f43f58761531fa0b6d1a9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeAppend.h
index 883ee3536f7ca0f9f1c72b9135c5ef91c1287c12..1cb3470bcb3b5325399eaad74a55a6bfccd8e3f9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapAnd.h
index 0ed9c7888aaa9befcc62ba0bf8c82bf7f9da1990..d7659b94e61591d54c20b5636210d8f0ac3b70df 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapHeapscan.h
index 34ce5216650a0d1e749ffcbd288c263c8986c369..1fb8da01cb0c13af89badc2fdd030a7ee370b45f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapIndexscan.h
index 3885822929cc70c868f74fc9a9e765746067f9db..a23bf77ff77a02b6d0c6d868e444078131aae20c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapOr.h
index ef5c2bc8b7266f8cb610401c12745c2bbab2668d..e8bcb88b35108c0433387009b458166395dfb668 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeCtescan.h
index 7d16c2b1faddeaf76d85e502f0e2378c42a3243e..19d5d047b5cd924749f8532a0ef158ae9f54ad0c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * prototypes for CustomScan nodes
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * ------------------------------------------------------------------------
index 0cdec4e843e87eea83c0ef4ca19957a19a84ed16..f0e942a8bcb26fddb41ec921ece2fd1cd595d827 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeForeignscan.h
index d6e7a617304c886b6cebbcb0ac3cc5a7a36e8a0e..efff0deaee6b15db27bb3129fff048b4ab89281e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeFunctionscan.h
index f76d9be5123f9d5e04ffbff5533b5ea033e41669..e19bc9b20dd2dc66d84b5ee50bc932908754278c 100644 (file)
@@ -4,7 +4,7 @@
  *             prototypes for nodeGather.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeGather.h
index 92639f5c638c12b003a6d16446cab4d22b345ac8..a9536a3c6f7338be804eb208627b572338012757 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeGroup.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeGroup.h
index 8cf6d15c1f1d9efaaa4f203b729e7ba6e86c7884..fe5c2642d74fd57d1df42dd5c3daed4c0278e6b0 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeHash.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeHash.h
index f24127acac4a6dff3b58af32cf64e71a3beac69a..ddc32b1de3ae2a36d3cb364ad6a92cb5c22f4797 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeHashjoin.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeHashjoin.h
index d63d194a8fd0d2aef2a875ab2e1efc13862fd68d..4018af257d2fd105da3913c75ce18a411aa52dda 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeIndexonlyscan.h
index 194fadb386b01d96c9f7470a6f6b0e49fe511b67..46d6f45e837578b000fa92d2188282264936b8bc 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeIndexscan.h
index 96166b44f26b9fb83c3688e8c626ad1ef7254233..6e4084b46d68aa5b93806b07ed204032e13aa7ab 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeLimit.h
index e828e9c6ec543dbc121f821c6da54b2ebbb25204..c23954131b8b468f2b951aaf5a8d2d83df861319 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeLockRows.h
index 2b8cae197dc70fc79631c47b3ebe290acc92ac01..f6a7241ee7b8bbaaa8070e07c65f537803efa6c2 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMaterial.h
index 0efc48979470283ba285e6bb39c7acc3174c0734..eafa15445cfde65c43a6245cb478d8ba34a0ca56 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMergeAppend.h
index 74d691ce2c0229215fb2bfb50db81007b94a35d9..ffaa3af9080227c1638da4e1a7ee1643f5c6e8fa 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMergejoin.h
index 6b663537a57be251d055b6a82d3c490d22ebabf9..0c327768e1910487ae3916698fd51f9daa13adc5 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.h
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeModifyTable.h
index eeb42d6ceacf8f1a5cad17001683946805c91b55..4b2bf59050094623e401f164537605f5feabe9e0 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeNestloop.h
index 1c087907c24e2a08a8647c2b3a434036c5dede59..066596f773beebfaf9562eb68c0f30d2ff82f8fe 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeRecursiveunion.h
index 356027f8cf970c05bf1a2f52206cc815a0d70afa..8e547b77e9b7951a2c62ba6d68c545e55fd04d39 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeResult.h
index c8f03d8b18bde0f49aea425c3c15d975c5caf332..8baf3a355c568e30e14cf8086bf5a4f201744a45 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSamplescan.h
index f2e61ffdb3f5110fb5f3e4b25dc558edd48702a4..92b305e1384a84bd56b5c031ed369a963824b537 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSeqscan.h
index c6e9603204eb01fc64956693864eb528c287c7f8..887bdc1a4282d80be7d6a8a3520fc7892d99afab 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSetOp.h
index 481065fdbe3edb5b11822e31d343b073bdc85575..10d16b47b1d862a04ba86a564ff0ef81d105722f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSort.h
index f05a47419d287bbec7ed088839d9c09d5660710c..0f821dc8f67b19f17d2bad42d41ddb27c8142e7d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSubplan.h
index 427699be0b65c3016c9866872990259217d9c50f..c2a0f707a66c46546b331ca2a368e608d63e57af 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSubqueryscan.h
index 76c2a9f297b7e51bae23b9ee291e3f713af52fc3..3186ca8cff29a1b8baaf98e456d06059bb2dc7d5 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeTidscan.h
index aa8491dd3c21cc9de72fb66906e0fa77eb7256cc..66ad8983971406f21fe72f975ec648990cc94259 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeUnique.h
index 026f261c513d6d8407c280434401a5ed22b2a98f..6c2af73b1f0746f0c2e68a4525c714ab0ddc7983 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeValuesscan.h
index 94ed0372e629a1c8257c9f9bf0f4813e874cbdf8..11d2dba2c5638656effa665db8168dc15fcadbbd 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeWindowAgg.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeWindowAgg.h
index 217208a1127fc2f4c60b778262bffb453737f052..7790ca2e1b55e8e2cbc69f2c2fc331376a8563ca 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeWorktablescan.h
index 76ba394a2b658ab304b71612841bf32ce51d1d45..a18ae63245d8e28e7d59d676779e56e1b2ea3dd8 100644 (file)
@@ -3,7 +3,7 @@
  * spi.h
  *                             Server Programming Interface public declarations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/spi.h
index e8084dff0911677115f16a5dd7d67c30206baa92..db8b59c38744324f776ca50681246b21c39bd07d 100644 (file)
@@ -3,7 +3,7 @@
  * spi_priv.h
  *                             Server Programming Interface private declarations
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/spi_priv.h
index 3a0aba162d400d06c449c35bedaa528aa77e7034..892eec812ec3ce8401b9ece628cbe662a15123ee 100644 (file)
@@ -3,7 +3,7 @@
  * tqueue.h
  *       Use shm_mq to send & receive tuples between parallel backends
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tqueue.h
index 54e67ea367a8fbb07ee678703f18646e97e742e2..cd15e278210e5e883cd121afaf9837f59f9e5de3 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tstoreReceiver.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tstoreReceiver.h
index 5ac0b6a1f61553e43c58f0f98b5121991b6269de..32489ef9bde05519f3defbb334d7ff6b14e52819 100644 (file)
@@ -4,7 +4,7 @@
  *       tuple table support stuff
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tuptable.h
index e37eb5cb336d6e6655af29b6c40dd4af0d1d77c0..56626f631b4aa57ca087c87a42874092c575eda3 100644 (file)
@@ -3,7 +3,7 @@
  * Multibyte character printing support for frontend code
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/mbprint.h
index 18aee93ecd5aa3ecba7c71afd64fe4ff4ce1a99f..d89b6febcbe9de8cf846b0a4dc85bb2fba5a735a 100644 (file)
@@ -3,7 +3,7 @@
  * Query-result printing support for frontend code
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/print.h
index 1f10ecc2d4461caaa9fecfdcabd8a3a68f33a451..21c4f227a13b716c7c2518eac317e7dc15718f59 100644 (file)
@@ -10,7 +10,7 @@
  * backslash commands.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/psqlscan.h
index a52929d5abfec0c07cc18759ddeeb2c49dd5a1dc..0fddc7a85642ef7e1af92d2b159ea80a8a5e9b01 100644 (file)
@@ -34,7 +34,7 @@
  * same flex version, or if they don't use the same flex options.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/psqlscan_int.h
index 87d32fbac9f31ca0e4ce6e013158a923cf327ef0..b63f5dc06149adeacffedaaa2c696a118c9dd964 100644 (file)
@@ -7,7 +7,7 @@
  * it's all we need in, eg, pg_dump.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/simple_list.h
index 452ffc0771da709b6ec3de7b3f2072c58763206c..8f96a0b9919924530e07e1522f1a6b09b7025965 100644 (file)
@@ -6,7 +6,7 @@
  * assorted contexts.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fe_utils/string_utils.h
index 0878418516e2d48b05869f527984f4e5191d9fff..a671480004014c6ba74c5b0397b6874700279c1d 100644 (file)
@@ -8,7 +8,7 @@
  * or call fmgr-callable functions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fmgr.h
index e1b0d0da7df0a7163ca979549560e5db6f9461df..523d4155756dfe8827ceb968a95d12e8b5422c9c 100644 (file)
@@ -3,7 +3,7 @@
  * fdwapi.h
  *       API for foreign-data wrappers
  *
- * Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * src/include/foreign/fdwapi.h
  *
index 143566a4ba8fb3e629244c28c50adde0a59bbd6b..446a07123941419ff289f68bf788157d69478985 100644 (file)
@@ -4,7 +4,7 @@
  *       support for foreign-data wrappers, servers and user mappings.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/include/foreign/foreign.h
  *
index e73a82427ca3dd0684e7c24621f74ade731e6432..30e66b633583c573c99f5412678ea390ce8dced8 100644 (file)
@@ -7,7 +7,7 @@
  * or call FUNCAPI-callable functions or macros.
  *
  *
- * Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2017, PostgreSQL Global Development Group
  *
  * src/include/funcapi.h
  *
index 46aad596c7fc0ac1881e89727108395501a33c2a..952cd447122493b48f30b419274cd17188ddc420 100644 (file)
@@ -13,7 +13,7 @@
  * This code will also work on platforms where struct addrinfo is defined
  * in the system headers but no getaddrinfo() can be located.
  *
- * Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * src/include/getaddrinfo.h
  *
index ad6c1e3ad0e2723f1b3af6955d9bdcd7a85bb9ca..a16c5f9b14cc767e3f33bbb066cc035e677a689f 100644 (file)
@@ -2,7 +2,7 @@
  * Portions Copyright (c) 1987, 1993, 1994
  * The Regents of the University of California.  All rights reserved.
  *
- * Portions Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * src/include/getopt_long.h
  */
index 08a4cedc077fd22e0e40e2ba6a9ac0c5bd138d00..a4bbb390eabe7760e15c142367c7cb03764dc7f0 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A simple binary heap implementation
  *
- * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * src/include/lib/binaryheap.h
  */
index f9292f264e27c5a6aaabe901c01a80f8c8fd4b24..d662b3821e3bfa3242a24b8994b99a2b58a396dd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * bipartite_match.h
  *
- * Copyright (c) 2015-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2017, PostgreSQL Global Development Group
  *
  * src/include/lib/bipartite_match.h
  */
index ee88f8f781a24503f3f4b8d0ecfe0a0515b26b90..dd40fe9b003a8f4f51ce00e1af4b3eddc510ddd6 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A simple HyperLogLog cardinality estimator implementation
  *
- * Portions Copyright (c) 2014-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2014-2017, PostgreSQL Global Development Group
  *
  * Based on Hideaki Ohno's C++ implementation.  The copyright terms of Ohno's
  * original version (the MIT license) follow.
index e189e4f377801118b1a57b1754a19a4e1dcd2709..8a44c90c4fd3a8b57511233eace32944cb1915aa 100644 (file)
@@ -96,7 +96,7 @@
  * }
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ee1454850ca8e75e899f819a759c109c10710614..9ee90befe5a56c6697cc3aebe8c2853ebd42a805 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A Pairing Heap implementation
  *
- * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * src/include/lib/pairingheap.h
  */
index 4537c587ac203b1978108058713e81497e110335..7e2b7ae71b9c47520aa477c316cca173e2e0fb56 100644 (file)
@@ -3,7 +3,7 @@
  * rbtree.h
  *       interface for PostgreSQL generic Red-Black binary tree package
  *
- * Copyright (c) 2009-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/lib/rbtree.h
index 418d2bc9bbf80a2ee622e6ad8812ee46797bc007..75ff5041bbbb4a4b909ed00dc45e3e55dcde0ba3 100644 (file)
@@ -7,7 +7,7 @@
  * It can be used to buffer either ordinary C strings (null-terminated text)
  * or arbitrary binary data.  All storage is allocated with palloc().
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/lib/stringinfo.h
index 3cd06b75c8151e8279fb1f9d219a6a2a604217c3..601dc5d71a3fcfc3b7887e0b6d24cf5eb98a998e 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for network authentication routines
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/auth.h
index 3959bf1d96757a3339b10ef056de02b8b1001546..82eb5914ee6156505d933e266ae715f4a162e7d0 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/be-fsstubs.h
index 229ce76b61e87bca1fd6168626c3c96f4b1950fd..dce83a2a3b1c55671f12bfa2438c34a06f50690d 100644 (file)
@@ -3,7 +3,7 @@
  * crypt.h
  *       Interface to libpq/crypt.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/crypt.h
index 40094a612a4df7cba56b3d1ed24aa84f1f9df12c..5f6f48598f36d5b38995263dda5c0569105de50e 100644 (file)
@@ -3,7 +3,7 @@
  * ifaddr.h
  *       IP netmask calculations, and enumerating network interfaces.
  *
- * Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * src/include/libpq/ifaddr.h
  *
index 5dac9ceb183c56399330485c881cba12dcc6139c..b7582d6126603da7bb8057a182e6ac521bc2e0d7 100644 (file)
@@ -8,7 +8,7 @@
  *       Structs that need to be client-visible are in pqcomm.h.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq-be.h
index 5134ce6aba44d986fc1cd5025bd9b8d1f211017e..afe32706f4d400d5ce9c8fd676986583e381e73a 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for using Inversion file system routines (ie, large objects)
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq-fs.h
index 66ceb2b4a0bac3c64b91db0fe1a03f7c28b8d510..46c5b726ba282997df20756b7550915cb752d2ad 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES LIBPQ buffer structure definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq.h
index 96484227f7edcd3d8f03343cf4eeda8aedf4ebf3..de9ccc63b137ed543b7ac0b828e20ea1f0ff6cb9 100644 (file)
@@ -6,7 +6,7 @@
  * NOTE: for historical reasons, this does not correspond to pqcomm.c.
  * pqcomm.c's routines are declared in libpq.h.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqcomm.h
index 3c0d4b2622bfffe9f2745871d98db10b9daef2b0..4df87ec8a2301b8261a4cc0491c91ade6e8be027 100644 (file)
@@ -3,7 +3,7 @@
  * pqformat.h
  *             Definitions for formatting and parsing frontend/backend messages
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqformat.h
index 8c03acb30806e416ec782587ec59d990f2f84f55..e356bd60f4b5a79bdf659ba34cbc17bdd61ac59e 100644 (file)
@@ -3,7 +3,7 @@
  * pqmq.h
  *       Use the frontend/backend protocol for communication over a shm_mq
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqmq.h
index c77553c7aa65408fb290bce605c6ef79998f87f7..a9dbce49d193eec9414214213c3c23325cd7d2dc 100644 (file)
@@ -3,7 +3,7 @@
  * pqsignal.h
  *       Backend signal(2) support (see also src/port/pqsignal.c)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqsignal.h
index 24e8d0dc5455480959044cc4a515ba0f64a98f30..ceb56959240ba51af05e208036505f9c9eb69f94 100644 (file)
@@ -3,7 +3,7 @@
  * pg_wchar.h
  *       multibyte-character support
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/mb/pg_wchar.h
index 999440fdec10bbb49651cfaa0ea8834c4349df0b..4c607b299c2d3a2c31a99e9a67d15a2adb4117ee 100644 (file)
@@ -10,7 +10,7 @@
  *       Over time, this has also become the preferred place for widely known
  *       resource-limitation stuff, such as work_mem and check_stack_depth().
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/miscadmin.h
index 31b4dfea0cfebb12c7cc240cda0b9981343b5e66..4f1910e5a98b96cb4c5f116eb9a867caca31bcee 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * src/include/nodes/bitmapset.h
  *
index d43ec56a2b3b40e603038c63a36050445bcaac87..486555eac4c867bc8779d6ce54da2f0963d5b130 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for executor state nodes
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/execnodes.h
index 17afe5897c9d2dfd9dac6d64681d59f1b182ff92..7e860b0dca72ee2788104a891007510896b5ffb7 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for extensible nodes and custom scans
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/extensible.h
index 1c2f00f65b0e07988056dfbf68085408b076eb0e..4f8affd930bb2ff1045fb4072c3ec07bb1f293f1 100644 (file)
@@ -4,7 +4,7 @@
  *       Common header for some locking-related declarations.
  *
  *
- * Copyright (c) 2014-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2017, PostgreSQL Global Development Group
  *
  * src/include/nodes/lockoptions.h
  *
index 47500cb44ba5ee7da4fe7ffbb74da762108642ae..1f4bad7df6f6209f91e7638195cddac4a85b8efb 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the creator functions (for primitive nodes)
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/makefuncs.h
index ba069cc130e818b70e5383b28847d6629c82f453..e487d172fcd083e206553529d254b106e62c939f 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES memory context node definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/memnodes.h
index 97af1429296f291a235eae4755856490b3b3f571..b6c9b48ee626c8976fae1cc26b08b174f4b2f08f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.h
  *             Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/nodeFuncs.h
index 201f2487743afc1fae7bbf9d15dc7f93bef7d1a0..a1bb0ac5cb89de61fd4e93b6ad1b63089eb3cf6d 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for tagged nodes.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/nodes.h
index a8aa530b74de9625475317eeeedeeee9b0f30ec4..e19ac24582803f7300ee2236722a11434a7b9a0a 100644 (file)
@@ -4,7 +4,7 @@
  *       Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/params.h
index 9d8ef775e4f223471298c27bc48a39719acbc187..7ceaa22c33b2265fce291b7658c683a3fb1ecb5b 100644 (file)
@@ -10,7 +10,7 @@
  * the location.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/parsenodes.h
index 77b50ff1c74608a80242dd3f37ba1c4224911ff5..90e84bcb60575ddca918c439fc183a83abe7aecd 100644 (file)
@@ -27,7 +27,7 @@
  * always be so; try to be careful to maintain the distinction.)
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/pg_list.h
index e2fbc7d5a7844e46442b8a5befb88dc4ca912a53..692a62698ed08316bb122a994bbe380b808bc63c 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for query plan nodes
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/plannodes.h
index 717d8220d292c1379213bbd65b44720bca8e0ab8..f72ec247ffe92fff6fafded205ef423f71c9e1b2 100644 (file)
@@ -7,7 +7,7 @@
  *       and join trees.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/primnodes.h
index 431d72d6f60a3720bd90a4469d577a691c42ad21..4c94a3afe5e7df1757c05cc42f7342710406d995 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for nodes/print.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/print.h
index 1b38da112b52cd768679b28ad8f8e3551da6ff13..ca540baf024c04685fa813fdc3c1dc4477912236 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for read.c and readfuncs.c. These functions are internal
  *       to the stringToNode interface and should not be used by anyone else.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/readfuncs.h
index 3a1255a65799eac4ad98302b1a17a31a841b65f5..e1d31c795a02548225ec60e34cc2ca2c519d0dcf 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for planner's internal data structures.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/relation.h
index 024b965a24b7b3ad12b4b2790a36d218a8a3be13..f27354faaf337077658c563005320350c85e3367 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for replication grammar parse nodes
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/replnodes.h
index 930329988da361a086e33941a6b13ed1fdafdd79..14992e09f840607cfe21c0a856d3b9198ce4ac79 100644 (file)
@@ -13,7 +13,7 @@
  * fact that a particular page needs to be visited.
  *
  *
- * Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * src/include/nodes/tidbitmap.h
  *
index 31ede000c1d3e833e1089e95f3d8e42c79998265..ede97b7bcdb78dfe9121065da9b97c041060a1da 100644 (file)
@@ -4,7 +4,7 @@
  *       interface for Value nodes
  *
  *
- * Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * src/include/nodes/value.h
  *
index 9abef37cb6bae92cacab566631c5fa2bba295cf1..6173ef8d753cfbb3ce42d14e123b0fe6856f9472 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for clauses.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/clauses.h
index 2a4df2fc166c49268f87107fa5a14216f6e2dfbd..39376ec10cfd127b2177015ec0c2de06ba684b7e 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for costsize.c and clausesel.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/cost.h
index 094d572fa4b78677d08925532974fe18ea499c0c..6b09c4e19512627f5c410c43c2288b5349b7f16a 100644 (file)
@@ -3,7 +3,7 @@
  * geqo.h
  *       prototypes for various files in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo.h
index 0892e7993e0e32a7542ac4303d91d080581c8bd6..3cbaf3e4cadf6417e3ca13011ebbce4e33b013b9 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_copy.h
  *       prototypes for copy functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_copy.h
index f4e5d5064a246d676cf8779771b38eedcc376fd7..f936ebdd89fc0d1ee8ae6be6f9082f5f8d291389 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_gene.h
  *       genome representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_gene.h
index 7b0a052ad569674f5bddb9bbebe2b1da3bd9dac1..880bd0e140c398fcf7fcbb3d9df73ac05b433d97 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.h
  *       prototypes for printout routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_misc.h
index 940d05a3ce15e6ffa46ac82b14272c7dff1af686..85781c3c317f8e2a48aee0ba5d039321c800e2e1 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_mutation.h
  *       prototypes for mutation functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_mutation.h
index 798d72c858b02e09f5e27df1e418453b445a5a8a..7947b6e5bb3cb03a864b4bfa81eb83d0e2257efb 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.h
  *       pool representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_pool.h
index 782ac6d026dbf09f3994d6519ec300f8cc3dcfab..531258938780ab60df0e8520779f81db6b59d8c7 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.h
  *       random number generator
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_random.h
index 09068333347cb8b98bc88bf18c286d9a243b19f5..8ddde222960ac8da609b74ed558c3e476f13ea13 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_recombination.h
  *       prototypes for recombination in the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_recombination.h
index c02d5c291834331a5b0a3f0ec158642b11223c00..1aecf14ac138d8b8dd8a01780d7a03d217208371 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.h
  *       prototypes for selection routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_selection.h
index 9261f065a202fd8c660682155545f0f1cd8f6e50..c9a8b53f1fd6e9cf37de6f7ad6c1f7710f3e7097 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for joininfo.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/joininfo.h
index f1c7a0bff4dbfc4d0951a90dc43b595ef20da440..2512ddee8f218d58a67878b707877cc342637e5f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for orclauses.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/orclauses.h
index 71d9154a5cfdbcfc518a3e099634682cf300bccf..d16f879fc1e70e1e22be10588ef8352c5967cedf 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pathnode.c, relnode.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/pathnode.h
index 44abe8336a59fe5a7821685db496ab77af09fe92..480f25f942b1746f778d383907f3cf0cc1c2e714 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for various files in optimizer/path
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/paths.h
index 54d0216ef8392e1ad647afab18623ff3ff8626e7..11e6403aa30117167f4835852d0bd3fa40077840 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for optimizer/util/placeholder.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/placeholder.h
index 125274e4902bb59eb0c8dc6d8db3700d388cc970..68fd713b0907141ca2e51ff32ab10811267ddbf0 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for plancat.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/plancat.h
index 4fbb6cc3e7e41af3e6d25786e3fa4b23f5701ab1..8468b0c47f51c5d4bc713a38c5ea0d4743c4b093 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for various files in optimizer/plan
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/planmain.h
index d9790d7a970bdf7bacf7299e3c02a3ee0a361e27..6922933e362f47dbf7414f31775d108827bfaf99 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for planner.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/planner.h
index f0a1c12c1446f732ffd8c6d2361196929dd74d68..658a86cc15a1ff53451f79825f7194239a0fb820 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for predtest.c
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/predtest.h
index fb35b689bb94861ab40bdb77125263c893844adb..05f6ee0d5d27c81b82f4b32374055c7cae31582d 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for files in optimizer/prep/
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/prep.h
index fa8a5b145b2984138d143ec4fed8519b78951653..2dba51fb7820daf49013c9652d26b579595e6c88 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for restrictinfo.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/restrictinfo.h
index f100d02940b1947a9540e6d76f655c8fc02ed131..56dc237b513a1d0455b69e5dc12b58e6dfc7182c 100644 (file)
@@ -2,7 +2,7 @@
  *
  * subselect.h
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/subselect.h
index 0d745a089148c09efee499f09346f73eb285c61a..f80b31a6735406ab1f52c219712c65fd9bc161be 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tlist.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/tlist.h
index 463e75b8282f9be220ce702a4682e1df28edad3c..ae1f856933c229eb64f4bf2325a6a14ed492b310 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for optimizer/util/var.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/var.h
index 5ba322a262c67495b47588582f06f4edb51027d7..3bf4edd0bf2685376409a7b25b158289ffa08751 100644 (file)
@@ -4,7 +4,7 @@
  *             parse analysis for optimizable statements
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/analyze.h
index 6d8e4937ee06809817b4e5cb830fda06bf9f1105..2da98f67f319a739087475727c60e6ce11c02db5 100644 (file)
@@ -8,7 +8,7 @@
  * Definitions that are needed outside the core parser should be in parser.h.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/gramparse.h
index 581ff6eedb076bfb609b0a9f43f40feed277f49b..9978573e8bf7e20b2cc53e1367787220a7887884 100644 (file)
@@ -7,7 +7,7 @@
  * by the PG_KEYWORD macro, which is not defined in this file; it can
  * be defined by the caller for special purposes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 28fc354a424c8cdd040f8991c4314f41c2b2b168..8a54d59d6f9478689859689ffb67cec99b9c7234 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.h
  *       handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_agg.h
index 549bde43b68d44d808d5354df306ed1b11f1dec0..3cdb261343ce00a7b369f4d5ef80ea38e21a1585 100644 (file)
@@ -4,7 +4,7 @@
  *       handle clauses in parser
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_clause.h
index 66519e67a2bc529e90d55fd22daea61f24b0aaf8..b50992cfd90acbfc5366f1b22b1a28516ad9e7b5 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for type coercion.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_coerce.h
index d1b599777b8d2e1ed0edca68efb6724bf9a82410..e42971dfde033514eb8aa2068a1f26cc89875021 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for assigning collation information.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_collate.h
index 11a16ffa1c52f2b168d7367bf5aeec7563762040..91306123128f021aafa80fd786ca34a63adde864 100644 (file)
@@ -4,7 +4,7 @@
  *       handle CTEs (common table expressions) in parser
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_cte.h
index 539b6058e2f33e3eb977077add91aaf43dc98f11..2101eaefda4c3e153fbe2d16b10a56e4d34604bd 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.h
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_expr.h
index ed16d369829e7c02ca8bf9bf519c2290efdccf4f..1c914065c080f07620d8095871d06a357a879777 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_func.h
index bd6dc020b235f22c4a1daf889a5583d6c7a6d3f1..d59d1cd44625f9516e2e0ae51437fed1229b6d8c 100644 (file)
@@ -4,7 +4,7 @@
  *             Internal definitions for parser
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_node.h
index 03bb5b9a14862ea2b350bc8032c1ff74170303f8..b8d46637bec4750335de7ef588a53ec716461450 100644 (file)
@@ -4,7 +4,7 @@
  *             handle operator things for parser
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_oper.h
index bbf608a2a9fa3a492c990a0834c99ed18ff9c4a8..68f3ddaffa7c8ab54ec96241868d985e7860bcfb 100644 (file)
@@ -3,7 +3,7 @@
  * parse_param.h
  *       handle parameters in parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_param.h
index 9463f9d7757df27931d9f9922cd7cd83d9927d1b..cfb2e5b88c0bd02e3fc88d1bd0a16a86a8903821 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for parse_relation.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_relation.h
index f85c618c43d21712d72b58a0cbfe5a8fe6dcfbe1..e035aacbf4f0949cbd2a16933e86c69c7fc91d81 100644 (file)
@@ -4,7 +4,7 @@
  *       handle target lists
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_target.h
index ba580beda3a230de059ea57cb4c0f64ae6937e6b..db0cd56eccaf2a6e46577da8bf29e5e3d2011a92 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.h
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_type.h
index 783bb0009ffd2a6f99366a2862c2f85baa657800..41ab44e5c7be991b6d3b13f54accd2f66351e94f 100644 (file)
@@ -4,7 +4,7 @@
  *             parse analysis for utility commands
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_utilcmd.h
index 5e9636ddfb79e08a212c2398c94a9536bd013125..c8ad710dac0a738c67353d836a816e1baa53f7c0 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This is the external API for the raw lexing/parsing functions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parser.h
index 465989b5265e5269dd0c0ea5c501e7c1d4971b0d..951ff0a254b6748b2f967cf65d15487e12a9d92b 100644 (file)
@@ -5,7 +5,7 @@
  *       parse trees.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parsetree.h
index b885e67a83b3504086980067b2fd9625d7d387d7..7ca924cff397e3ef11e6d042b6ff3c3eff4b9c16 100644 (file)
@@ -8,7 +8,7 @@
  * higher-level API provided by parser.h.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/scanner.h
index 7f482b6067edcaab521e6cb0fa98a94154a9289e..3464eb4c0e48778617b635b9f6c3fba49dbe8559 100644 (file)
@@ -4,7 +4,7 @@
  *       scanner support routines.  used by both the bootstrap lexer
  * as well as the normal lexer
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/scansup.h
index 58b1db9f68f55f84331e3832f5b53cfa74822e95..c07907145a661b65b478c236c0d0a97eb82331f2 100644 (file)
@@ -6,7 +6,7 @@
  * for developers.  If you edit any of these, be sure to do a *full*
  * rebuild (and an initdb if noted).
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/pg_config_manual.h
index 82532d5b9537feb2bb80ee4d88f47075f65183c8..2e25576499a59cfbebfc112fa0e8ffe5a99b7c4f 100644 (file)
@@ -2,7 +2,7 @@
  * Portions Copyright (c) 1987, 1993, 1994
  * The Regents of the University of California.  All rights reserved.
  *
- * Portions Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * src/include/pg_getopt.h
  */
index 6bb73864e50a02d0c8394e63501cf18cb8e88b08..1fe95e6403c1bf28537036c2dac31fa72760be0e 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Definitions for the PostgreSQL tracing framework
  *
- *     Copyright (c) 2006-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2017, PostgreSQL Global Development Group
  *
  *     src/include/pg_trace.h
  * ----------
index 282f8aeccd2ebaea771d813fbc0401903c891a78..5b37894cb51e60273650aa6f350baaa5451521c0 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Definitions for the PostgreSQL statistics collector daemon.
  *
- *     Copyright (c) 2001-2016, PostgreSQL Global Development Group
+ *     Copyright (c) 2001-2017, PostgreSQL Global Development Group
  *
  *     src/include/pgstat.h
  * ----------
index 1d179f0df1ee80c68419e628f6b80ff926278e10..d0188efaa609c59ae8384d35187cc4ed02d63f12 100644 (file)
@@ -4,7 +4,7 @@
  *       Functions for manipulating tarfile datastructures (src/port/tar.c)
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/pgtar.h
index 182da3e645b73c0f65ce850e948c8c01c15fb6ae..dcd073076e031f59c362bbdbb43a23157a527aa2 100644 (file)
@@ -3,7 +3,7 @@
  * pgtime.h
  *       PostgreSQL internal timezone library
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/include/pgtime.h
index f2b9882b7b76ccdd94a5fc5f08da72014ea4c9d4..f4546016e7101b8a6a364558569f3b171a23ecc6 100644 (file)
@@ -3,7 +3,7 @@
  * port.h
  *       Header for src/port/ compatibility functions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port.h
index 4e15ff8764dc422faf9c57b6699d147a1b85f13d..2e2ec276395c8afe129b9e72c5b0c003f7be4488 100644 (file)
@@ -27,7 +27,7 @@
  * For an introduction to using memory barriers within the PostgreSQL backend,
  * see src/backend/storage/lmgr/README.barrier
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/atomics.h
index 78b211b651e16cacf57e01b39259acd684857716..563531c2d63ab611c9103ab311ff1c92b77daafa 100644 (file)
@@ -3,7 +3,7 @@
  * arch-arm.h
  *       Atomic operations considerations specific to ARM
  *
- * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index b50e339c7ebd9f1c56a1fe2455091c91cce5e84e..c4176c6f42477fa32c6baff6c7df17195bcbee44 100644 (file)
@@ -3,7 +3,7 @@
  * arch-hppa.h
  *       Atomic operations considerations specific to HPPA
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 03cc8a006f6fd1aa433eb3cca51c51fc84138444..61224d63d5dc0d1b0bda06062f692cc802bdf1ad 100644 (file)
@@ -3,7 +3,7 @@
  * arch-ia64.h
  *       Atomic operations considerations specific to intel itanium
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 2b54c426458b053be6bc9afa3f7ebbbe84a403ec..ed1cd9d1b9bb5f76d4a58097d4b0eb287ec880ff 100644 (file)
@@ -3,7 +3,7 @@
  * arch-ppc.h
  *       Atomic operations considerations specific to PowerPC
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 3dbababa5fd482bb7358460bec3377699ef18dcd..70b991f7251be9447c27ec76bf30d47ca11c79be 100644 (file)
@@ -7,7 +7,7 @@
  * support for xadd and cmpxchg. Given that the 386 isn't supported anywhere
  * anymore that's not much of a restriction luckily.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 2290fff196ff486597cc8f5f5f38f46b44b9e1f9..65d3d8c6582b6b8d7a932e142eae50af444a53c1 100644 (file)
@@ -4,7 +4,7 @@
  *    Fallback for platforms without spinlock and/or atomics support. Slower
  *    than native atomics support, but not unusably slow.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/atomics/fallback.h
index fa978498c305e20310d3b2b11798f78d1ec54133..4ea3ed3fc74d8127942469de018b0ad33d6ae901 100644 (file)
@@ -3,7 +3,7 @@
  * generic-acc.h
  *       Atomic operations support when using HPs acc on HPUX
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index a3abc8a1a9fd9acc9aa4ad9f8c61f0af59b7a74a..d4cfd31bd193cdede8cfb6d50e321813ed034424 100644 (file)
@@ -3,7 +3,7 @@
  * generic-gcc.h
  *       Atomic operations, implemented using gcc (or compatible) intrinsics.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index aeac2cd2407a5662bdec7fb6369c9c08c5833793..c7caf04d57e1fa17d31d9905e6031b7e5654e714 100644 (file)
@@ -3,7 +3,7 @@
  * generic-msvc.h
  *       Atomic operations support when using MSVC
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index f5dd9ffcecdd85ebaa15c1c29ca2dac2931e745a..a58e8e3bad004fb7fe26bb00e36a4b3c741f5a1a 100644 (file)
@@ -3,7 +3,7 @@
  * generic-sunpro.h
  *       Atomic operations for solaris' CC
  *
- * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index f4fd2f3d432603fba19cf7a1bd79a471ad17b5e9..f854612d3965908c51fdf30671f1c3833cf7c441 100644 (file)
@@ -3,7 +3,7 @@
  * generic-xlc.h
  *       Atomic operations for IBM's CC
  *
- * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index 1acd19242b2946296d6255d191023dd8a291d494..a5b29d83f79fd7bc059376a76f794327e15e79e1 100644 (file)
@@ -4,7 +4,7 @@
  *       Implement higher level operations based on some lower level atomic
  *       operations.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/atomics/generic.h
index a42f757af21e9f263fbf55b4b2861dbb324fb6bd..c5dcf775686437738923e61a9e7a382205cb80b6 100644 (file)
@@ -12,7 +12,7 @@
  * uint32_t and uint64_t respectively (these are also the respective return
  * types).  Use caution when using these wrapper macros with signed integers.
  *
- * Copyright (c) 2015-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2017, PostgreSQL Global Development Group
  *
  * src/include/port/pg_bswap.h
  *
index 57bdacb8845722e85a42acef05f64a7d8a8da22e..aa35fa89d275a59dc42ee9192a7068b64e1db304 100644 (file)
@@ -23,7 +23,7 @@
  * EQ_CRC32C(c1, c2)
  *             Check for equality of two CRCs.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/pg_crc32c.h
index b10d6f019f9eb612363d3a83030536072b7fedfa..9eb4bb7eac2f6cfafe8f80a0aa52ce9f6e8041cf 100644 (file)
@@ -43,7 +43,7 @@
  * Beware of multiple evaluations of the macro arguments.
  *
  *
- * Copyright (c) 2001-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2017, PostgreSQL Global Development Group
  *
  * src/include/portability/instr_time.h
  *
index 9f055e19ed894d05258e3a38d82e1f1d1937ed62..d560c3ce56070415e56705559341e81d12767a52 100644 (file)
@@ -3,7 +3,7 @@
  * mem.h
  *       portability definitions for various memory operations
  *
- * Copyright (c) 2001-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2017, PostgreSQL Global Development Group
  *
  * src/include/portability/mem.h
  *
index be4d0d609eac05c1dbd6733ca0cece8f6749fd56..ff2c5c051e4e24b183566b21db150a6cd4eba283 100644 (file)
@@ -7,7 +7,7 @@
  * Client-side code should include postgres_fe.h instead.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/include/postgres.h
index 69c0ad8eaa988f70cfd8259f6fa38055dab1c25d..f49e33bc35ddc45d07fb4f4bb2b0765a0392e127 100644 (file)
@@ -8,7 +8,7 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/include/postgres_fe.h
index b5000b0822ae6371f1862978425863f4a31ab53f..99d7f09ef9bca8cced35e7a8a63f321dc73fa562 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for integrated autovacuum daemon
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/autovacuum.h
index b46d5818e799b934a57eddad415e8a5186fcf9b1..128e92cea1d3954005f00d55ceebc2fecb97dfab 100644 (file)
@@ -31,7 +31,7 @@
  * different) code.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cd6cd44ef2203e994b7e44e6da5a9f029a28bdb6..4c94b815b12c860d3f75524e1539d86a4d9a739f 100644 (file)
@@ -2,7 +2,7 @@
  * bgworker_internals.h
  *             POSTGRES pluggable background workers internals
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b162b0dea9c879616ef2788b3ab00abd67248955..359b3ef5a5dcde2e6c29d41207dffedee05c23e0 100644 (file)
@@ -6,7 +6,7 @@
  * The bgwriter process used to handle checkpointing duties too.  Now
  * there is a separate process, but we did not bother to split this header.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/include/postmaster/bgwriter.h
  *
index c1cad6e83dda61e5a9176ac9f49137d638e5a74d..c2bfd44ea0a230d1c8c23eac5ecc9c634c4f00cc 100644 (file)
@@ -3,7 +3,7 @@
  * fork_process.h
  *       Exports from postmaster/fork_process.c.
  *
- * Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/include/postmaster/fork_process.h
  *
index 6df73c946dfa89c3966e47713e63d337c0a41850..6a4e0f43b847815ba0b701ce7161780a897b749d 100644 (file)
@@ -3,7 +3,7 @@
  * pgarch.h
  *       Exports from postmaster/pgarch.c.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/pgarch.h
index b2d7776f2a8c74a6dcc0ff84a95c57928f25fcdb..95231bf768b89dcef798ef53b0d04bb12fb165fe 100644 (file)
@@ -3,7 +3,7 @@
  * postmaster.h
  *       Exports from postmaster/postmaster.c.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/postmaster.h
index 8cd633571904b90b14d8f16ceca1de7c7c165e68..ce76d9499170cd0b775c8c686d737fdeae5d769a 100644 (file)
@@ -3,7 +3,7 @@
  * startup.h
  *       Exports from postmaster/startup.c.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/include/postmaster/startup.h
  *
index 66c21119de589b465a5c3f16ed0916d40c7be788..c187a5f23ed25cdd512d18e62ba4eaea9e476a50 100644 (file)
@@ -3,7 +3,7 @@
  * syslogger.h
  *       Exports from postmaster/syslogger.c.
  *
- * Copyright (c) 2004-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2017, PostgreSQL Global Development Group
  *
  * src/include/postmaster/syslogger.h
  *
index 49c5c1d016bc0d3c58945de274b4fbe05b30c27e..fb91385e0bacd6cbe905d7f35a758297a23e0a98 100644 (file)
@@ -3,7 +3,7 @@
  * walwriter.h
  *       Exports from postmaster/walwriter.c.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/include/postmaster/walwriter.h
  *
index b7da613c95af5b24f94de32cd138c01dadd6c47d..091c568e635c738ba5526a9d6b58e19263bdfe62 100644 (file)
@@ -17,7 +17,7 @@
  * line and start/end of string.  Colors are numbered 0..C-1, but note that
  * color 0 is "white" (all unused characters) and can generally be ignored.
  *
- * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index c0a1edd397e757672bec35610f80f15e3640ec31..bbd446904fa5021494774bcd6ac9aeb79b5cfe6e 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.h
  *       Exports from replication/basebackup.c.
  *
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * src/include/replication/basebackup.h
  *
index 0561abfd73434025ad420e94ea1d4a8f671c4452..f9d81d77d08a3dd7ee889d744d11b30e21db55f7 100644 (file)
@@ -2,7 +2,7 @@
  * decode.h
  *        PostgreSQL WAL to logical transformation
  *
- * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 947000e63f8989eb78f9ea767659249198499409..fd34964bad3d13eec06374d24bae31d68bee1707 100644 (file)
@@ -2,7 +2,7 @@
  * logical.h
  *        PostgreSQL logical decoding coordination
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 554041405c426a2192c90cd9a351ea97a5791018..37d68475fb87ed9c28c9387fac232eeada1e015e 100644 (file)
@@ -2,7 +2,7 @@
  * logicalfuncs.h
  *        PostgreSQL WAL to logical transformation support functions
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 9aff9273bf5d8bf0ac98f96f0669e4522fee26e5..b016af7bd77717179ce2881ab8f8d2155d409b2d 100644 (file)
@@ -2,7 +2,7 @@
  * message.h
  *        Exports from replication/logical/message.c
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * src/include/replication/message.h
  *-------------------------------------------------------------------------
index 22d4643bf9745b28139d9ee64da55be339856b94..58aa3034a6fccf64483048afcca501824b40a96c 100644 (file)
@@ -2,7 +2,7 @@
  * origin.h
  *        Exports from replication/logical/origin.c
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * src/include/replication/origin.h
  *-------------------------------------------------------------------------
index 7911cc0a29e3343e0e57d0adec8f41ad44fdadc1..7b5870a74408cf4c6d19f1543727612a4265618c 100644 (file)
@@ -2,7 +2,7 @@
  * output_plugin.h
  *        PostgreSQL Logical Decode Plugin Interface
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 9e209aef4fb2066da3ed923b71f0fec3ed7d85cd..25b0fc8c0aee43ca89766659b14dbbd8480dfa2f 100644 (file)
@@ -2,7 +2,7 @@
  * reorderbuffer.h
  *       PostgreSQL logical replay/reorder buffer management.
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * src/include/replication/reorderbuffer.h
  */
index b653e5c1962892364c2c24e9ad6214656fbc5d69..a83762da4c52f6ba387ff4409937f3c02222b337 100644 (file)
@@ -2,7 +2,7 @@
  * slot.h
  *        Replication slot management.
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index df229a895cbbb6d718512d92a100313b1ad18dda..5e824ae6fc8a2920f7f072127ad088804755bad6 100644 (file)
@@ -3,7 +3,7 @@
  * snapbuild.h
  *       Exports from replication/logical/snapbuild.c.
  *
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * src/include/replication/snapbuild.h
  *
index 9614b3163cf3e7c1da779cc6000f931aba73be51..55b94f33926608ad9f96a3e7bdae9e0c5a0b98e5 100644 (file)
@@ -3,7 +3,7 @@
  * syncrep.h
  *       Exports from replication/syncrep.c.
  *
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/replication/syncrep.h
index 28dc1fc64732efae1f4676fc201ad2635296f88d..70b3b9d7ba9c83cf7414356637f24a647bd60250 100644 (file)
@@ -3,7 +3,7 @@
  * walreceiver.h
  *       Exports from replication/walreceiverfuncs.c.
  *
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * src/include/replication/walreceiver.h
  *
index de7338638ec3d8ae0ccbeb8e9542167442096955..f1b19930828761b2b96616881fc35f99a54a7361 100644 (file)
@@ -3,7 +3,7 @@
  * walsender.h
  *       Exports from replication/walsender.c.
  *
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * src/include/replication/walsender.h
  *
index 7794aa567e6979241f6a8b1bc050e4aab9a94afe..5e6ccfc57b2b12ca3a7b17887bf36d796b744175 100644 (file)
@@ -3,7 +3,7 @@
  * walsender_private.h
  *       Private definitions from replication/walsender.c.
  *
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2017, PostgreSQL Global Development Group
  *
  * src/include/replication/walsender_private.h
  *
index bb91708bebbd090b2cfeae5a9404889f2778b51c..36dca02a7e3e07b92a2229b23fda8ec64a661fd8 100644 (file)
@@ -3,7 +3,7 @@
  * prs2lock.h
  *       data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/prs2lock.h
index c08acb4a71a0f2e3bc7ef4fc0d03b5458a0a725c..54957009705816f7de3695c2aa1e9d5deb94e3cc 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteDefine.h
index 2d5f6c2a27dc55dd419a8ccec558442ca33968e3..9857b4823b879768a768e74cf95a38c86f31f660 100644 (file)
@@ -4,7 +4,7 @@
  *             External interface to query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteHandler.h
index f941299814ba23a6981a3fa348473a53f5af9ba4..3910bceb2aa7f4a03cd574ef3fd04747233f5beb 100644 (file)
@@ -4,7 +4,7 @@
  *             Querytree manipulation subroutines for query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteManip.h
index 0274dfad56a4bfba9ceaa23acb4aa14b6474b93f..28c9be72dbc0584c199064e920b8866e899566b6 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteRemove.h
index 1841aa9c553c2ed1eba727f91dd06dd180a49002..36e5296295743821a6839c2b962c34ef45be1b98 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteSupport.h
index 2f3db8cf415b8d05addb92e70ea4e33282856041..0e739fd3344ee52974927baac68a0fcdd448b414 100644 (file)
@@ -5,7 +5,7 @@
  *       prototypes for rewrite/rowsecurity.c and the structures for managing
  *       the row security policies for relations in relcache.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 077d5c218d01b14b78d8bcd5dc8f733961a6a3a5..0e366cab10ff5ac5687b03418007add5e865738a 100644 (file)
@@ -4,7 +4,7 @@
  *       Stubs for getrusage(3).
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rusagestub.h
index 025c146afe75233964d6ed66e357a6d46c167d23..9501f77ac14ae7afbb352e88407e98f2c47f9d3c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * NOTE: this file should not be included into any non-snowball sources!
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/include/snowball/header.h
  *
index dec8a97271506d9724b5d3923ac71dc4b78ece0f..9d1fc500820fcc6f1460f8488177a5098ad046f5 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES backend id communication definitions
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/backendid.h
index 1bfad18ddd7103886293498db916669e920c6c5e..ec847bbb7a46e74edf2df60e9043265725b880dd 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk block definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/block.h
index e641c4504c7ea222eb32b3d3ced57ada09f0b7b3..ac33b83b4b6473ddac5344e568c53a1a9bb31b30 100644 (file)
@@ -4,7 +4,7 @@
  *       Basic buffer manager data types.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buf.h
index c7da9f6ac2f168c09d6adb6b467ffca1f9c23e68..d117b66537e17e23ed5d791e12836472394a08c0 100644 (file)
@@ -5,7 +5,7 @@
  *       strategy.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buf_internals.h
index 809e5962e426adc9aa7d80d355e19a4bafd640ed..fe00bf0c31e71312b5a0f3ee114d5c79268f8184 100644 (file)
@@ -15,7 +15,7 @@
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buffile.h
index c543ad6fdec8363826bc4030d2f34a1077e30067..4c697e276cc819520b71e0f1f07d3d2607279c1d 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES buffer manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/bufmgr.h
index ad4ab5f7fc23adc106b39c8861d1407274719bf2..294f9cb85acf977245913f116fc31f984c8878e0 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/bufpage.h
index 5afc23f607d6f298d8cfe977d10a53e0629a1dd0..682043f8e720582509c519c1df6c9eaee25cc43d 100644 (file)
@@ -3,7 +3,7 @@
  * checksum.h
  *       Checksum implementation for data pages.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/checksum.h
index ce141258c9be4fa8e3998502162e6c9c4db5a3b5..bffd061de80b7a24fb34b4ebcb60bac2513cd88a 100644 (file)
@@ -8,7 +8,7 @@
  * referenced by storage/checksum.h.  (Note: you may need to redefine
  * Assert() as empty to compile this successfully externally.)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/checksum_impl.h
index 685df4323d8ca0bf9fd1da96af4dc699a8043c87..e57cec7105181ac01b4494caec04f06c6eaf4990 100644 (file)
@@ -12,7 +12,7 @@
  * can be cancelled prior to the fulfillment of the condition) and do not
  * use pointers internally (so that they are safe to use within DSMs).
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/condition_variable.h
index 4b7b813e7e644d4f6cc97dc5b8ee8ac1277a529b..c3722b4033be3ca238a81a9add3b632c842baeea 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.h
  *       Copy a directory.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/copydir.h
index bc91be62131fcc38a90724ec91f54e0294539291..7d1250c1e05f374f2c15c350d167549e3739023c 100644 (file)
@@ -3,7 +3,7 @@
  * dsm.h
  *       manage dynamic shared memory segments
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/dsm.h
index e44b4770752e983cad6156b18765a753fe5b412a..51c217899d8d1beb510bc866897899c80ea676c5 100644 (file)
@@ -3,7 +3,7 @@
  * dsm_impl.h
  *       low-level dynamic shared memory primitives
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/dsm_impl.h
index cbc2224685ebb52570420debf68191148d378e69..1a43a2c8445eb33f1bdc8503c767756bb67ad91e 100644 (file)
@@ -4,7 +4,7 @@
  *       Virtual file descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/fd.h
index 77b3bc3dc7e89a822eb22794d3aa63ec41b95355..9a5c9f4be429eed897e94139ccd8d9e3cfa698bd 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/freespace.h
index 58383eed1fb1fe59f9ed4bce917550495d0cd711..4eb3fc12b1a007166eb8c50c730408856059c7e4 100644 (file)
@@ -4,7 +4,7 @@
  *       internal functions for free space map
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/fsm_internals.h
index 3cb2fc857ded0dbfd140ed2065ba941e7c149af8..b256ee6aeffe2c15c139a86f1f6ae17212b82af4 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding an unused page in index
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/indexfsm.h
index 7a07bd29ceea07eeec6345431ee382ccc336e8c5..8d5a6b2698885476dfcdce4cc45bbcb624ebd8ec 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/ipc.h
index e10448c343fb8ce1a479c6d6b79080a872997455..d19e19e01b69cf694c0f5511b01daee347d29cb9 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/item.h
index 509c577926dc1073258094ddd13af1fca629586e..af77852cc03c5bbe9fbd2cec6846aac8fdaed849 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page item identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/itemid.h
index 0deab7a859f406c3542e6213d45878618f06cde1..576aaa890b81346862c9dca54456816d8bf07d47 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item pointer definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/itemptr.h
index 6a4f3f6d1faf2377484d9d1626bc98ed2ae11e2c..fc55019b98802d1d701a3a674018e94ee5b05ad0 100644 (file)
@@ -5,7 +5,7 @@
  *       zillions of large objects (internal, external, jaquith, inversion).
  *       Now we only support inversion.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/large_object.h
index 8f5bd515ad6f0b0a834177b8c5ede615b2132b54..3158d7bec69fde712731409a8f7727a4ccb2ce46 100644 (file)
@@ -90,7 +90,7 @@
  * efficient than using WaitLatch or WaitLatchOrSocket.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/latch.h
index 8288e7d505416a0f3e8053ffdf96c9829e9c2a9c..2a1244c836c103f45c2cc6a645a270420fc52490 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES lock manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lmgr.h
index efa75ecca9aa1ff97d6b0eedc4673b4d77b51f43..7a9c1055194e0b93409d25f896c120a2be167f40 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES low-level lock mechanism
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lock.h
index dd7cb164c89f68be9c6d6226c8a5aae0f9604ec7..bfeb8779f7fd628012468209c2e8f7f4a273a4ab 100644 (file)
@@ -7,7 +7,7 @@
  * contains definition that have to (indirectly) be available when included by
  * FRONTEND code.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lockdefs.h
index 3ca4db0a7231e0333a5762a22e1d7916599aebd7..133ed6dc8348a2347452ebdc3f8c130b888ae174 100644 (file)
@@ -4,7 +4,7 @@
  *       Lightweight lock manager
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lwlock.h
index 9f707930d78a267c59252876b389ef676a3d6dad..fe8638fe156c0526ea1f71fb4737dc7d84b91b7a 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk "offset" definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/off.h
index 63546ebc96a854f2f0fd916663a374f44ec376d4..b819f41d1927265ff616502de317238f0564bf13 100644 (file)
@@ -10,7 +10,7 @@
  * be provided by each port.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pg_sema.h
index 6bf803ab8851dddaa960c3ed50c40982445803ab..a329c81899e452e7c5e0ee4526b9cf006b8e0b12 100644 (file)
@@ -14,7 +14,7 @@
  * only one ID number.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pg_shmem.h
index b53504ae50da2a25d7dec523dd2771d078aaa37b..90ddfa3b311ecd901915d5ab897c11fb66b80c28 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pmsignal.h
index a66b5b71340de5ac59f6ca20767790b73b290c54..f996d8e8181934fff5f38c6d70a7e9c6dcf7a9d3 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES public predicate locking definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/predicate.h
index 3175d286d3bf7e319594a2268e0897f49b639d54..408d94cc7a587cee99db972bb86f3d8c9f9fe7a8 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES internal predicate locking definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/predicate_internals.h
index 0344f4277c37914ef356ab56dccb0922257192fb..398fa8afdeec431835a5452276d6ab06b65a9fb6 100644 (file)
@@ -4,7 +4,7 @@
  *       per-process shared memory data structures
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/proc.h
index dd37c0cb07086fc916fb731ca6ecc150b7d290de..0d5027fa64f0646fa7f8e014f7e30211569d24a7 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES process array definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/procarray.h
index 8666c27cf8c948494a3acfe88725ee1a17825b36..9f22f3fd48813394a58daae4793d666b62fbb1b6 100644 (file)
@@ -10,7 +10,7 @@
  * See proclist_types.h for the structs that these functions operate on.  They
  * are separated to break a header dependency cycle with proc.h.
  *
- * Portions Copyright (c) 2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/storage/proclist.h
index b8b03268530f631dae199bdc5c451b5f0f566966..716c4498d5963d2db1d00ea49ec437abc78eb080 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See proclist.h for functions that operate on these types.
  *
- * Portions Copyright (c) 2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/storage/proclist_types.h
index f67b9821f23d845e9d179edfdc9cf08b5be69f15..d068dde5d76de916adbd9410f571f566e5d4776c 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines for interprocess signalling
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/procsignal.h
index a228434dc47e6c423e9083d2a056a9f1e0dfd594..8c1b178de426fddb5b682706f662364e94b579c1 100644 (file)
@@ -4,7 +4,7 @@
  *       Reinitialization of unlogged relations
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/reinit.h
index 130c73aaa2dc3cc819cbbabbb2609e16684957d1..4dc04092d7f2a0035432cf89dc0aac734f65bcca 100644 (file)
@@ -4,7 +4,7 @@
  *       Physical access information for relations.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/relfilenode.h
index 3fe29cede65235bcae5e7e1e4a439523c87d0180..f46cd49bab4057ac9be948f97de9e46008fb41ff 100644 (file)
@@ -86,7 +86,7 @@
  *     when using the SysV semaphore code.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       src/include/storage/s_lock.h
index 7ea25397b9d3c767d62131560ed233a50f51894a..7a37535ab3bf42ca1bc3d3724a52b3fb08f0ea49 100644 (file)
@@ -3,7 +3,7 @@
  * shm_mq.h
  *       single-reader, single-writer shared memory message queue
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_mq.h
index 6822f919c48d627a931914f36ab5101f6708fc4e..ae0a3878feb9266f974cdb3b3238dfda78a2bde3 100644 (file)
@@ -12,7 +12,7 @@
  * other data structure within the segment and only put the pointer to
  * the data structure itself in the table of contents.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_toc.h
index e4faebf2b63aff402a0482390629f9e1fab04b40..1961832c0fd921af2e4a8db4c3afc9456d5f8e27 100644 (file)
@@ -11,7 +11,7 @@
  * at the same address.  This means shared memory pointers can be passed
  * around directly between different processes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shmem.h
index 8d019dc0e795355f9fa55287fb8f5c998030bade..b7bab68e21222d2e8c740dc93f10a5eec3f9c0a0 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES shared cache invalidation communication definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/sinval.h
index b27f7e806ba2960dfb6b54ebc33564020e1c9256..07ac2f8c85ad2e79d78f81197e09b76db0ca6eb1 100644 (file)
@@ -12,7 +12,7 @@
  * The struct type SharedInvalidationMessage, defining the contents of
  * a single message, is defined in sinval.h.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/sinvaladt.h
index 3430d8665e4e80da37feeeb22e7b7e13673a398f..7628e39f56f9632f2970bb23b14b486742b063fd 100644 (file)
@@ -4,7 +4,7 @@
  *       storage manager switch public interface declarations.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/smgr.h
index b95c9bc33342fe27584ca0a2074575dc7bd40685..8987c90537086eb2f3ad9550b2652c8684433dc4 100644 (file)
@@ -41,7 +41,7 @@
  *     be again.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/spin.h
index dcebf72f85fef84fe616d44083716b70e96ae54a..3ecc446083bb5b555dcadf7c37ed20a27a6f0d04 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for hot standby mode.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/standby.h
index ea22d77e07afe389d25f0ce848c2ac2bbf790cf3..f8444c787a3900b2edc8602d45d096d04af673d6 100644 (file)
@@ -4,7 +4,7 @@
  *        Frontend exposed definitions for hot standby mode.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/standbydefs.h
index 046184d14213a9f5a5f389f803f6f67237b75dc4..f0b25bea903a3eea89c982de2993c031402bb2ed 100644 (file)
@@ -2,7 +2,7 @@
  *
  * deparse_utility.h
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/deparse_utility.h
index dd80433f74fb932a1a6cd34f9e3a337d474a04e1..93f9b7463abe2dd8d06a98b19fc287e3b7155c79 100644 (file)
@@ -57,7 +57,7 @@
  * calls in portal and cursor manipulations.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/dest.h
index df6234be896f0cc5a8a8a0a54a169f82831bdda1..af1e330f18f34b223f4dabc582f8498669eecece 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.h
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/fastpath.h
index e04fc4330d92f4f14493efa86619df0d79bfab2b..61c0b3447e58af19d8c314fef2af34fbfb549f76 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pquery.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/pquery.h
index 7254355862a253421b1900f69c534f5c19517b83..54da6b65efb1f79878df5940a2d025d48dc96acd 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for postgres.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/tcopprot.h
index dad8246f46e2da519e952c38879cfa6e4ed2cc88..42c52a1c757dbf89d1d8cecd8594b321d30566cb 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for utility.c.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/utility.h
index 5bbfad1d953b529351f511c48608210fc799ec45..7fdf82af65f7d12a4894b672368848609f85e969 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Declarations for fast regex subset, used by ISpell
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/include/tsearch/dicts/regis.h
  *
index d1df1f9f4b7090e8fddb444935d23b528d7a767f..8cba645540e4ce1bf5f26513c30e5bbb3388ffa9 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Declarations for ISpell dictionary
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/include/tsearch/dicts/spell.h
  *
index 379893365fb25625fbf708c8de735554f107ae2a..80b8a079edc72b07c94c0160631c1fa210ad8974 100644 (file)
@@ -3,7 +3,7 @@
  * ts_cache.h
  *       Tsearch related object caches.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tsearch/ts_cache.h
index 36cb4de40da51b25e48ca84e4632e6fe9ac82251..afcf2b93de1e11931689769fa40d94ddfd1fd924 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.h
  *             locale compatibility layer for tsearch
  *
- * Copyright (c) 1998-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2017, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_locale.h
  *
index b75a078ec5d2e0ccb3f695087acb9db5988a0c5e..4c190b22e89a5d7854bf3c27e0793aac95ec7125 100644 (file)
@@ -4,7 +4,7 @@
  *       Public interface to various tsearch modules, such as
  *       parsers and dictionaries.
  *
- * Copyright (c) 1998-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2017, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_public.h
  *
index 5062aaafee9f3de88ed7732e0e67c17c7b47a4d2..aa41953248be45727f3dc2d3e281a0fa9968dfb8 100644 (file)
@@ -3,7 +3,7 @@
  * ts_type.h
  *       Definitions for the tsvector and tsquery types
  *
- * Copyright (c) 1998-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2017, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_type.h
  *
index 81602d1adc5b47cab62d841281b8b24cabac001a..5de164f4da9c07c7a57ebf64b41a1c6e581c0305 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.h
  *       helper utilities for tsearch
  *
- * Copyright (c) 1998-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2017, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_utils.h
  *
index faadebd26a9aad5b5d9aeac734ce1d293ff9ac01..433ba2d42edcfbe58b13eb7f6d1f9a0685b5f8f1 100644 (file)
@@ -4,7 +4,7 @@
  *       Definition of (and support for) access control list data structures.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/acl.h
index 319a39124690e35cdacdb4b3656f864ab35a9990..0e50f73aab00470e1bc3b6fceacf668766abf5ad 100644 (file)
@@ -2,7 +2,7 @@
  *
  * aclchk_internal.h
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/aclchk_internal.h
index 6164f119ba766349e14cf055a14664029fa344ce..c0381a9fcd7d230c26c837beeeacdef12fbc0265 100644 (file)
@@ -51,7 +51,7 @@
  * arrays holding the elements.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/array.h
index 3ff49f12bc4a5c884e972aa4f375b0d313147d7c..6148bdf834046f5a4070efb083762b7c8e9aecc6 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for element-by-element access to Postgres arrays.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/arrayaccess.h
index 1006d0d63e91d3526cb538d7be51d99c4ffd5464..86b70adbee8ca3c3150c50457b840739c28dc911 100644 (file)
@@ -1,7 +1,7 @@
 /*-----------------------------------------------------------------------
  * ascii.h
  *
- *      Portions Copyright (c) 1999-2016, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2017, PostgreSQL Global Development Group
  *
  * src/include/utils/ascii.h
  *
index cf8ead006dc15efcc32bdcca583b747fb9792ad5..7f2334b4cdf8ffd9fab6d05a7125d73c982c0b6c 100644 (file)
@@ -3,7 +3,7 @@
  * attoptcache.h
  *       Attribute options cache.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/attoptcache.h
index 16a6a26523deb3f39224606497aa9cbb91c89cb7..31602f250d41c67dd4409ef7806b971216eb819c 100644 (file)
@@ -3,7 +3,7 @@
  * backend_random.h
  *             Declarations for backend random number generation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *       src/include/utils/backend_random.h
  *
index 7ed162322cb85701121fecdc19973c5b45c92640..e1bb344e4f9f2a202911d0d045d83ebc94f51bd5 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on built-in types.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/builtins.h
index c41e6b4b7a579e5215f47f7f09b42a59cdab68a4..6038873c2d332501045bd98c577ea719c00f5afd 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for BYTEA data type support.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/bytea.h
index 253c7b53ed5389490b6aa85f5721a7fb0640bf20..2cee8b85f59b8db4ee00ce3bf63b5ef6d35379a8 100644 (file)
@@ -10,7 +10,7 @@
  * guarantee that there can only be one matching row for a key combination.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/catcache.h
index 299b2edbfc14206006b3ddb563183a73602195a8..1cb0e7427545046685b586daef7f6d85d4ee18ae 100644 (file)
@@ -4,7 +4,7 @@
  *       Combo command ID support routines
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/combocid.h
index df753c445057d98737c5fc70e2d6d6fbe10558f4..b5cc6f3a909f21f2434e16e82d6a81db9fda35c4 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the SQL "date" and "time" types.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/date.h
index c57dc05ff8d18708701a1e1432d5da719d626e00..a7cc2c57bbb0c7e0151a483e25556b19110a7f52 100644 (file)
@@ -6,7 +6,7 @@
  *        including abstime, reltime, date, and time.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/datetime.h
index 73ec689d3c169d2c55ba1156f3e5351c17c939e1..a8a9ea6d19bf0bf725e3fe9390b5dc08c62bfcef 100644 (file)
@@ -8,7 +8,7 @@
  * of the Datum.  (We do it this way because in most situations the caller
  * can look up the info just once and use it for many per-datum operations.)
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/datum.h
index 0e2778c95d73b7eaba948d15ea731e55dd4955ab..0aca58f5296ca5e5942ace2104da6d9e8587c160 100644 (file)
@@ -3,7 +3,7 @@
  * dsa.h
  *       Dynamic shared memory areas.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a0352eb7a79a0f2f39e8be840988b9ed1447eb95..eee5cce92873a13419c9693ce8a1998fe92b4064 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES dynahash.h file definitions
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/dynahash.h
index 89c24b789adc2f9a0bd3f1af877c098109daab26..987f21a3625c3275ebb14fada18bab2495ebd39c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/dynamic_loader.h
index 70dc365465cda5244e8ec291439ce26d34f1f25b..9b469b9bfc9ff59e459cd66ccaf020d4bb2afc38 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES error reporting/logging definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/elog.h
index 7c8da746fde14c02bdb5e0681336373bf55f87a3..f6ea163df3239565317965a28f16a210165a410d 100644 (file)
@@ -3,7 +3,7 @@
  * evtcache.c
  *       Special-purpose cache for event trigger data.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 47989a8cf204b3abc276c97fcdbde672898e96cb..f853a13e6e40fa8591423e1b935263a0fe1be875 100644 (file)
@@ -34,7 +34,7 @@
  * value if they fail partway through.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/expandeddatum.h
index 81e844c39276ceb5979e0fcc9a90b4b50e5c36b7..414cd039522eb096330bc4429713dae07706ee61 100644 (file)
@@ -3,7 +3,7 @@
  * fmgrtab.h
  *       The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/fmgrtab.h
index 1f40f97d8e056c443250c265f01560bd8d7d5cff..d920bed47969aca8b19e3a11fca11cb72ebcb9a9 100644 (file)
@@ -4,7 +4,7 @@
  * src/include/utils/formatting.h
  *
  *
- *      Portions Copyright (c) 1999-2016, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2017, PostgreSQL Global Development Group
  *
  *      The PostgreSQL routines for a DateTime/int/float/numeric formatting,
  *      inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines.
index 5e1305bc25cdc5f958c4a665a05e63d4c746df0f..78caa5369b76ebc043d327c544936eee10f8c1b3 100644 (file)
@@ -3,7 +3,7 @@
  * freepage.h
  *       Management of page-organized free memory.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/freepage.h
index fe9bc60782c4c00aa6553e556376ff4b605b8c4e..e7477b03b00d742a944159ce6c9d8685ea798f43 100644 (file)
@@ -3,7 +3,7 @@
  * geo_decls.h - Declarations for various 2D constructs.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/geo_decls.h
index 66a3915e8a06094e8c09a22c901c2bf57ef9791b..7dd378026a604f96ff191887cc7545955f806cba 100644 (file)
@@ -4,7 +4,7 @@
  * External declarations pertaining to backend/utils/misc/guc.c and
  * backend/utils/misc/guc-file.l
  *
- * Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * src/include/utils/guc.h
index b695f61f635b67ad81c7821fd7f14be09f8faa38..2da9115429450d1f2fa0111b3f73f61eba1cdba2 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/utils/misc/README for design notes.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *       src/include/utils/guc_tables.h
  *
index 565fdd96fc7600488beb1d532f3b2c7d70a8a163..3f433d10d7108b2694be58aa7e0366197852d7e8 100644 (file)
@@ -3,7 +3,7 @@
  * help_config.h
  *             Interface to the --help-config option of main.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *       src/include/utils/help_config.h
  *
index 007ba2c69b5bd8529ed432eceb4bbb084617faee..79640871613e5ea3f2ec84632571d510cc8f8918 100644 (file)
@@ -4,7 +4,7 @@
  *       exported definitions for utils/hash/dynahash.c; see notes therein
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/hsearch.h
index a03e12f518f83a18f157fcd14892e67d80c0c3fb..d3172420f995d19b8ae983a3fd1d84c76bdad7f9 100644 (file)
@@ -9,7 +9,7 @@
  * If you make it depend on anything besides access/amapi.h, that's likely
  * a mistake.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/index_selfuncs.h
index 9fd954da7d3737cf505622df90dbeda1abca5a83..f6d407233469f25482d60f5dc2829b4921a95b90 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on INET datatypes.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/inet.h
index 2bafa2dc2dc970d5abfffcd44ed8928ddc0df9de..627505e6aaacda33790cab489a104962d0b592eb 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on 64-bit integers.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/int8.h
index 122fef29c8374d431365f3a4f78de9d7fba60b05..d036e9f1ae582c2b44030b603223621e2d8c1d35 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES cache invalidation dispatcher definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/inval.h
index 9dd9dff2f637e018be708187bbcd22513ad176a4..7f3e6534551b6e05adfeb241d68684ca73f83349 100644 (file)
@@ -3,7 +3,7 @@
  * json.h
  *       Declarations for JSON data type support.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/json.h
index b041fa4ed39489632e82475944615aaeb5eda5e1..6962f1a6be6bb3b2fe79de4afde09b48b9200e47 100644 (file)
@@ -3,7 +3,7 @@
  * jsonapi.h
  *       Declarations for JSON API support.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/jsonapi.h
index 470d5b10503b4153f39eb91ddfafeee073f8b2dc..ad24a98cd2f4cb40de2db1e598200f814a2ad4c0 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb.h
  *       Declarations for jsonb data type support.
  *
- * Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/include/utils/jsonb.h
  *
index f580aade53ebdac32918c52962b6186e7de4545b..e802c4b2132415b7544f6bbf887564e8f644e995 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See logtape.c for explanations.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/logtape.h
index dcb89807e9d2232947a407979a153a9eca7799eb..b6d1fca2fa824360961f36355480fa3cf1f2180c 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.h
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/lsyscache.h
index 96b5baf5a0f833a0c324ab9e00dd828dfab0f5b1..90eb926ddf43e6fc8934545e3503553baa83890a 100644 (file)
@@ -7,7 +7,7 @@
  * empty definitions for Valgrind client request macros we use.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/memdebug.h
index e6334a203851499acf5c9e9c67f670f2cf08473c..1d1035e374bbd164f45b49f53576eef08147b7b7 100644 (file)
@@ -7,7 +7,7 @@
  *       of the API of the memory management subsystem.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/memutils.h
index d06f6f82e7a6ea4d7fee6bca71368506a9c662ef..07cdc2a8e3ac272300202504e1417fb6f521815c 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the "new" abstime code.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/nabstime.h
index 6c1808ec717f30e564e3830896963b9ce96053e4..0ab57d702521b6fabdd01fe0a7ebaeec6a6d40e1 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Original coding 1998, Jan Wieck.  Heavily revised 2003, Tom Lane.
  *
- * Copyright (c) 1998-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2017, PostgreSQL Global Development Group
  *
  * src/include/utils/numeric.h
  *
index 9be59d1055f1f458af5bc1f0b7f9889928e0745d..b72fe4aee8c084c4404050eaa832e1b2e69831df 100644 (file)
@@ -18,7 +18,7 @@
  * everything that should be freed.  See utils/mmgr/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/palloc.h
index a9401f9bd7dc9cbcdfbdae8716940c6d5a6d6111..2fe083850aaa0576e3bedbd4eae41b66cf044097 100644 (file)
@@ -26,7 +26,7 @@
  *
  * The CRC-32C variant is in port/pg_crc32c.h.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/pg_crc.h
index 0a4b9f7bd23b7cc66c1525ad460e71c08a3fc7e6..be91f9b88c72be8a54dc58c58fddcc9c424a6f9f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * src/include/utils/pg_locale.h
  *
- * Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2017, PostgreSQL Global Development Group
  *
  *-----------------------------------------------------------------------
  */
index 772fd6adf55a4689e53131ff51aac7b18d5828e5..40eed29964b779bb06eba8d0fadb0889677f76d1 100644 (file)
@@ -5,7 +5,7 @@
  *             PostgreSQL.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/pg_lsn.h
index 7c264eb6b16eaad40372f6091d42c8352c766e43..48a74e90ba1532c314fb0767b95d9541d13c9b99 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for resource usage measurement support routines
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/pg_rusage.h
index 938c4afc8be0bd81463a35d9c75799b95e0e08e6..9ee0bc6e9f11143ab9dc1c2734ce86c307a6e835 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See plancache.c for comments.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/plancache.h
index c1d93a96bb46a19bcff9ce863ff34a745f96ddaf..8359416b15ed5c72eb5b7c56736699f1d1d9a5df 100644 (file)
@@ -36,7 +36,7 @@
  * to look like NO SCROLL cursors.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/portal.h
index a774ca0e80ce56c776b60b6d91cf4e3a3a2e8e79..e06f2167db29bd00a7d2b020e69ea87901dc2c2d 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for Postgres range types.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/rangetypes.h
index cd7ea1d2dd25fbf108cc877a5ab10b99f2654fcc..efef1cedfe04ab22b792a85d494f15e7df501076 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation descriptor (a/k/a relcache entry) definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/rel.h
index 6ea7dd2510a3a6f392fcab98563cad798524d446..a2157b15620ef82f4779691ddbf2945ca1ef8c29 100644 (file)
@@ -4,7 +4,7 @@
  *       Relation descriptor cache definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relcache.h
index e3e14feea5f79deaeadb4f7fa781e94260a90fcb..0827ff3db891a8fc3d52d4877ed0a34eb26b4c27 100644 (file)
@@ -3,7 +3,7 @@
  * relfilenodemap.h
  *       relfilenode to oid mapping cache.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relfilenodemap.h
index 22c5118dedc761d51a493e5d0aa157218ce5549f..8fb2879ff9c68e4b7e80e251207fba20d672afb4 100644 (file)
@@ -4,7 +4,7 @@
  *       Catalog-to-filenode mapping
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relmapper.h
index 1b9f4bc0fd238340856144a4e4e513d085679c9d..1e5e6221508aa789cdc7db397163ca993c44f5b3 100644 (file)
@@ -3,7 +3,7 @@
  * relptr.h
  *       This file contains basic declarations for relative pointers.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relptr.h
index 756b417128af929c41b243d3e8adaef12c6e040e..65d6ecb30ad6c16136e0d4f6b1a3d5be537c1423 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation trigger definitions.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/reltrigger.h
index c5abac23a7a1518464b06054d213a86e5cf8d9cd..ff785e3a3e1298b90be2242e0047349f4f89034a 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/resowner.h
index fd320909bb726089d2e7f2b6d77232b1152a8dc7..411d08ff0b20bc9798f471154947e8011bf0deb8 100644 (file)
@@ -6,7 +6,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/resowner_private.h
index 29d17a4bf58a5ad8ff83ea328c5e6714a6362703..fa2c44e160952ce26de2443734f759edecbb01b0 100644 (file)
@@ -4,7 +4,7 @@
  *       Header file for Row Level Security (RLS) utility commands to be used
  *       with the rowsecurity feature.
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * src/include/utils/rls.h
  *
index cec24184b0c6f185450bad2f02501c3d4e20cfef..3e8aad97e2f59edf1ac9c7cc0cad685bc2f06753 100644 (file)
@@ -3,7 +3,7 @@
  * ruleutils.h
  *             Declarations for ruleutils.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/ruleutils.h
index 2b914ebc3ee817087907191cbe0943e8328035c6..7edfc4a44d0e9759035d3ff2b5ea515c60df9523 100644 (file)
@@ -3,7 +3,7 @@
  * sampling.h
  *       definitions for sampling functions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/sampling.h
index 8e0d317468748d1ecb243206e51610dace2549c3..b43dae7e75d9f54aace6df305f1eb240807fc390 100644 (file)
@@ -5,7 +5,7 @@
  *       infrastructure for selectivity and cost estimation.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/selfuncs.h
index 512e2b6361d38441dfa20d265fb8fe9a7f18ddd4..1498c053698a005bce1ffbdb20a562c281020c5c 100644 (file)
@@ -3,7 +3,7 @@
  * snapmgr.h
  *       POSTGRES snapshot manager
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/snapmgr.h
index 998e2e593d06ea07eb6b6459332e70d6d7dd3820..ebd5d5a85cb45681664a06a2df959cf0ce94ad51 100644 (file)
@@ -3,7 +3,7 @@
  * snapshot.h
  *       POSTGRES snapshot definition
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/snapshot.h
index 0ef76c8ccfddb172774fcaf8ed51c686de23f66f..9ca8fe86aea43b16a2147c7b8c8878e439244172 100644 (file)
@@ -42,7 +42,7 @@
  * function for such cases, but probably not any other acceleration method.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/sortsupport.h
index e0e42e99c8aac327585458c02860438afeca9807..26f88da0b2d3e7e5199b51a296317e73f42bae17 100644 (file)
@@ -3,7 +3,7 @@
  * spccache.h
  *       Tablespace cache.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/spccache.h
index 4b7631e76345b87b351466905e5fc6131f532045..e4bb62b1e43be0563efa08d159d386b778c15161 100644 (file)
@@ -6,7 +6,7 @@
  * See also lsyscache.h, which provides convenience routines for
  * common cache-lookup operations.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/syscache.h
index 260c0139609eda6aea53a1cf65a0adfffa673198..aa816334c02a5d1187a0ec09833448324e28e2ea 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to multiplex SIGALRM interrupts for multiple timeout reasons.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/timeout.h
index 93b90fe3a053649e357686f584277ba03f187799..3ec8ecd3e7bdc2481f6cfa5d142429166e0bbb53 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.h
  *       Definitions for the SQL "timestamp" and "interval" types.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/timestamp.h
index fafe1bd862b535b87594d6324e77c97c31d85279..f39f21bb64120f3984ad976169500dca7e8536f1 100644 (file)
@@ -5,7 +5,7 @@
  *
  *       Should be moved/renamed...    - vadim 07/28/98
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tqual.h
index 38af746c85b31b47b40b076bd7755b52230125c0..5b3f4752f4409032b4965af88fa05effd44ac909 100644 (file)
@@ -10,7 +10,7 @@
  * amounts are sorted using temporary files and a standard external sort
  * algorithm.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tuplesort.h
index e864a6d8b770e3cb2d272bce9024c85fcb444047..a52a547037237503d64a041d8f4b8e4df17e3692 100644 (file)
@@ -21,7 +21,7 @@
  * Also, we have changed the API to return tuples in TupleTableSlots,
  * so that there is a check to prevent attempted access to system columns.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tuplestore.h
index d187650ebeaaa4ff7905d867ffe344df9b364f76..90a1f6347a4cad2016def153ca869164587cac49 100644 (file)
@@ -6,7 +6,7 @@
  * The type cache exists to speed lookup of certain information about data
  * types that is not directly available from a type's pg_type row.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/typcache.h
index eea8ffcfa4d5043035dd545e5e69a2baa26ae698..c22467de1aded9fbc385bb64fdcab99949942e06 100644 (file)
@@ -3,7 +3,7 @@
  * tzparser.h
  *       Timezone offset file parsing definitions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tzparser.h
index c6766805e05484e9d6681fc9f3c776727bb81c34..9e62d81c3d6077eb2ea6b40bac063217f033bfc5 100644 (file)
@@ -5,7 +5,7 @@
  *       to avoid conflicts with any uuid_t type that might be defined by
  *       the system headers.
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * src/include/utils/uuid.h
  *
index 5d5c9f38fa1dea10332fd28eaf22186a77af0bbd..5b910407d59debd9fe1d9517abb9eaf3352c3438 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/varbit.h
index 2eab8a5c2d3823a8a7d0449b4d48779173bab973..10f6bf5692da6e6b821f635195450dee04ee1634 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/xml.h
index dc693cc13c218cf63ced8a125a5caf30edc92cb4..481ebe06cf012f62777e2d9570c996eeead7e91b 100644 (file)
@@ -19,7 +19,7 @@
  * function in nodeWindowAgg.c for details.
  *
  *
- * Portions Copyright (c) 2000-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2017, PostgreSQL Global Development Group
  *
  * src/include/windowapi.h
  *
index 0b19d832b038d9087e01106e53af398490e24413..04ddcfeab2c64df10a25f7b2ac66df6ac399da2d 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg compatibility library
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/ecpg/compatlib/Makefile
index c9c2499a5e0b60d7a0e4249ded70c8ef946d172c..fbb14073cef4ebb0e7fd5c98e57aea8ba0cd3e2e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg library
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/ecpg/ecpglib/Makefile
index 79daedaf17c845d44dd422eaefba7d873b4b453e..c86af256dc69fc8656fe19b0a197314e78c31c89 100644 (file)
@@ -5,7 +5,7 @@
  *
  * XXX keep this in sync with src/include/catalog/pg_type.h
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/ecpg/ecpglib/pg_type.h
index 9c9ff08ae81c2c2915ef852b86c8bd2800891392..9fc75661b5333274726e07f4935a1b23db913982 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg pgtypes library
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/ecpg/pgtypeslib/Makefile
index b5dbdd61505f342f372a869e92b61db58a8fa02d..02a6e65daf8ed026fc7ceb1d2024715cf8d0f34a 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/ecpg/preproc
 #
-# Copyright (c) 1998-2016, PostgreSQL Global Development Group
+# Copyright (c) 1998-2017, PostgreSQL Global Development Group
 #
 # src/interfaces/ecpg/preproc/Makefile
 #
index 4c981e0dea517aef30e7ad43a295be97e86da0e6..dce4bc6a02fd4490354fd409eebeaa2492a94f20 100644 (file)
@@ -3,7 +3,7 @@
 # test parser generater for ecpg
 # call with backend parser as stdin
 #
-# Copyright (c) 2009-2016, PostgreSQL Global Development Group
+# Copyright (c) 2009-2017, PostgreSQL Global Development Group
 #
 # Written by Michael Meskes <meskes@postgresql.org>
 #            Andy Colson <andy@squeakycode.net>
index 59dce140a93edc95b1c5faf5fd1df4a1e4f4d881..fa80bb289e52681eb4ab515d66507b913ebfcf6d 100644 (file)
@@ -1,7 +1,7 @@
 /* src/interfaces/ecpg/preproc/ecpg.c */
 
 /* Main for ecpg, the PostgreSQL embedded SQL precompiler. */
-/* Copyright (c) 1996-2016, PostgreSQL Global Development Group */
+/* Copyright (c) 1996-2017, PostgreSQL Global Development Group */
 
 #include "postgres_fe.h"
 
index cffdaed67b06f0a9a50ba3d2f85d060aa5fe1bd6..f016d7fc6fc0a5f5329b73b877283a8e24b899d3 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cc17ea82185f0780c5d01253f8f83d10483ab95d..ea661d3694818c3cc8167ea457e10f2cb38204ce 100644 (file)
@@ -3,7 +3,7 @@
 # parser generater for ecpg version 2
 # call with backend parser as stdin
 #
-# Copyright (c) 2007-2016, PostgreSQL Global Development Group
+# Copyright (c) 2007-2017, PostgreSQL Global Development Group
 #
 # Written by Mike Aubury <mike.aubury@aubit.com>
 #            Michael Meskes <meskes@postgresql.org>
index 94aee0d0dea4ef0e6709ff7621da8a32b9e813b3..0c2705cd2be78a03565040b9fab1c3974daea5b1 100644 (file)
@@ -7,7 +7,7 @@
  * need to bother with re-entrant interfaces.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 283343d822844d6d47ceaa5ac29555bccf5e1775..b894a33e53fb06b4b75fc859dd65e68100cd1fc1 100644 (file)
@@ -7,7 +7,7 @@
  * This is a modified version of src/backend/parser/scan.l
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e1dee6d8eef23821f5d4a0026bf0e0e2764afc00..b3ff76c44692468da4f1f1ebf8bdb50892564740 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/ecpg/test/pg_regress_ecpg.c
index b1789eb35e3cac2a8a55a8b35d58d446bd935145..4b1e552d167889af0b0ffc9b86eebb1929fc22b9 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/libpq library
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/libpq/Makefile
index d861dc487b4bcbe1a1b585937d26d91579a6bc64..fe1e276f56ef9b1c47fac24e80a50ebcbf719ee7 100644 (file)
@@ -3,7 +3,7 @@
  * fe-auth.c
  *        The front-end (client) authorization routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9d11654dd160bfaaac84f547cac99bfeae509816..0aa6a2876832701f6e715e9ae94d8401af0e3a5f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Definitions for network authentication routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/fe-auth.h
index 101cce8673fc46efbba2c5817f0324cc26d56b54..e13fc982494f316a55552aff6968d2888b6a6286 100644 (file)
@@ -3,7 +3,7 @@
  * fe-connect.c
  *       functions related to setting up a connection to the backend
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 87ff5659ff35ef63081af161e9e850cacbdfedb9..b5518757ecf205adc5be46db195b204b8764b83f 100644 (file)
@@ -3,7 +3,7 @@
  * fe-exec.c
  *       functions related to sending a query down to the backend
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3b08768d98c8225b424c93f1f5389e5f846e10b2..71c9ff650eca344eaedb180595c945ec8f991de2 100644 (file)
@@ -3,7 +3,7 @@
  * fe-lobj.c
  *       Front-end large object interface
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 32da8ca4616b55dc7a8494b04a28afc8eddbeac7..ba7400b425ab747bc0e0f2bc2a5856f2c5f99d5c 100644 (file)
@@ -19,7 +19,7 @@
  * routines.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e596a514087388743994f8f35310e73cd1231cd1..fa974540f5cd4ab86e466836e2120d78d4c45833 100644 (file)
@@ -3,7 +3,7 @@
  * fe-print.c
  *       functions for pretty-printing query results
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * These functions were formerly part of fe-exec.c, but they
index f1b90f32d438f5e64a8ec046c58532ad9ddcb765..3b0500fa5238a5811e4b5f62bb2cafcaa06029a2 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol2.c
  *       functions that are specific to frontend/backend protocol version 2
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a8a987aa92ddbe9526d25775f6b8721de0cfa139..53776e27b521a445dc89325f845a4d129f33acdf 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol3.c
  *       functions that are specific to frontend/backend protocol version 3
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7bdf92701a9556953124d7ba6d6627cd18bee805..101d63899c8450829cbc2b600049c0bf2fb37bc3 100644 (file)
@@ -4,7 +4,7 @@
  *       OpenSSL support
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 94e47a50ed2d8af53fc3643a82e81b0c5f58c423..8f0d892a3400d2bb3e290a93ca5dae434a7fdb93 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6db3e943fd373e87814d06b261e8907c34e3a1bb..e533017a032a823c193645e7fa114951fdc839b8 100644 (file)
@@ -3,7 +3,7 @@
  * libpq-events.c
  *       functions for supporting the libpq "events" API
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e2bdb280ec614da762d3cad68521cdc9277d274b..b7cd472deaa419df56b6ba5b81d4fbe443689bad 100644 (file)
@@ -5,7 +5,7 @@
  *       that invoke the libpq "events" API, but are not interesting to
  *       ordinary users of libpq.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/libpq-events.h
index 20b7e57de76fadf7fc474087457105cc41fdce96..1b53d0ed16a85d11af39724a07dc974a8036848d 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains definitions for structures and
  *       externs for functions used by frontend postgres applications.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/libpq-fe.h
index a2f85895a184721f7a312605a216d46b220eaa7d..7289bd15c05c1c6438ec3498411cb0a6e86e2016 100644 (file)
@@ -9,7 +9,7 @@
  *       more likely to break across PostgreSQL releases than code that uses
  *       only the official API.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/libpq-int.h
index 8d82d5c3aee66e39c0769f309855b55b6fa56715..fd62cde99f14f8032cdb8734c47acd2821c1bb11 100644 (file)
@@ -15,7 +15,7 @@
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/pqexpbuffer.c
index ce87cd5b1ec3f2f6f34320f7227202eb913f224a..239def42b7f28f0448e0c6e7dd2d4ec0d4e64d82 100644 (file)
@@ -15,7 +15,7 @@
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/pqexpbuffer.h
index 68dfefc3b956affedae4b6896cd5f17be80ea365..e63432d8222ae3924379ecea0531b0a51196a66e 100644 (file)
@@ -3,7 +3,7 @@
 * pthread-win32.c
 *       partial pthread implementation for win32
 *
-* Copyright (c) 2004-2016, PostgreSQL Global Development Group
+* Copyright (c) 2004-2017, PostgreSQL Global Development Group
 * IDENTIFICATION
 *      src/interfaces/libpq/pthread-win32.c
 *
index bf1d9704c366f3f298921084177c22a156b69782..fac849bab226b754bf5b7606ed1218cc7635a131 100644 (file)
@@ -7,7 +7,7 @@
  * prints out the values from the parsed PQconninfoOption struct that differ
  * from the defaults (obtained from PQconndefaults).
  *
- * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/interfaces/libpq/test/uri-regress.c
index 06a39211e960a0ddeb475687c4335785b7b0cedd..d6ecca3859b1e15372475c94911908e004bc59a3 100644 (file)
@@ -15,7 +15,7 @@
  * The error constants are taken from the Frambak Bakfram LGSOCKET
  * library guys who in turn took them from the Winsock FAQ.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  */
index 0146d60a116077968ec07870e6df21cdcb8070b0..ae367b0fc15f611a28728820a1c34c1ebb365a36 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This should be included _AFTER_ postgres.h and system include files
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/pl/plperl/plperl.h
index 6a60a13d81b996a1c61cf507ce615b1440ff2515..6a676c0953517351c28be6c3464de67e56f23750 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the plerrcodes.h header from errcodes.txt
-# Copyright (c) 2000-2016, PostgreSQL Global Development Group
+# Copyright (c) 2000-2017, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 18948c8595fd46c59eed71ef5983c847966931c3..3c52d71fcd9c885e5b9510b6d18755ea075b3d46 100644 (file)
@@ -3,7 +3,7 @@
  * pl_comp.c           - Compiler part of the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 77e7440002334102e1c836019315bba37500a469..192cbcf98323eb9ceaa7bea2b263e8c902006075 100644 (file)
@@ -3,7 +3,7 @@
  * pl_exec.c           - Executor for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e3cd9c0fc760777cb289f1f4068619c3cdb33e04..906fe0148d103635e3541f3b96b933b808feb9a9 100644 (file)
@@ -3,7 +3,7 @@
  * pl_funcs.c          - Misc functions for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3802a5bea263fd54a2fdc5cc5379c79b91d644c1..4a4cd6ae26fdacb2720eb3e29856df9eeb989abc 100644 (file)
@@ -3,7 +3,7 @@
  *
  * pl_gram.y                   - Parser for the PL/pgSQL procedural language
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 36868fb273738fa20067470a4d7ef729f6457a04..ca8c9cb3ce5cc6df0278a7aced9be599e48f1bfa 100644 (file)
@@ -3,7 +3,7 @@
  * pl_handler.c                - Handler for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2737fff3fbf9a63a52f8cd6a53ec0e5003bbbc39..c40121308beb6b94922cab7fc755c52844f8a854 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical scanning for PL/pgSQL
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c84a97b675a27e9f52cdc96ef06093ff3e441ced..3421eed74fc5c84ea529f1c24e576c087da78416 100644 (file)
@@ -3,7 +3,7 @@
  * plpgsql.h           - Definitions for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f424160c472e96153b59dd9e7bca2ca99f63298d..ab0fa4aeaa28b9c3f4e83f6d588139caf48b009b 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the spiexceptions.h header from errcodes.txt
-# Copyright (c) 2000-2016, PostgreSQL Global Development Group
+# Copyright (c) 2000-2017, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index a5d0988f68d0f5b209f5115ae401f6835a2e1727..d687860ab28056009d5b988a77b0df2b59733961 100644 (file)
@@ -2,7 +2,7 @@
  *
  * plpython.h - Python as a procedural language for PostgreSQL
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/pl/plpython/plpython.h
index 144e1599094295eafed6165a6fac881a18f6155b..e20a0aff4a587159b355581076e675dc72436adf 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the pltclerrcodes.h header from errcodes.txt
-# Copyright (c) 2000-2016, PostgreSQL Global Development Group
+# Copyright (c) 2000-2017, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index fa4f74d6107b08eb5011bd74b9d02a77f0ebfb87..54ce9410f030ad0f757201b9faf475f4827557fc 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for handling locale-related info
  *
  *
- * Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f97227ef1f09e49cc4605e577d5ac936ee9f0f16..269f7429f851a4d120b390f03d3b8afbd4b72e7b 100644 (file)
@@ -3,7 +3,7 @@
  * dirent.c
  *       opendir/readdir/closedir for win32/msvc
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aaf496df66733029ec53f2312599fabec22bee17..3db82e32ea942da07163b90858d87737f554e320 100644 (file)
@@ -3,7 +3,7 @@
  * dirmod.c
  *       directory handling functions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     This includes replacement versions of functions that work on
index 1ed13013980f1ca72c0f8af7bff13c7442005858..ddd18f17f56481b02efbc0e15abfb32c67e07945 100644 (file)
@@ -3,7 +3,7 @@
  * fls.c
  *       finds the last (most significant) bit that is set
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a75dfb7171d17328b7343d4914f1826db987152c..e9c0b07f0b64ec11ae928296d6d9d4dc4d03cbf6 100644 (file)
@@ -3,7 +3,7 @@
  * fseeko.c
  *       64-bit versions of fseeko/ftello()
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 90c1b877eb4a026702df4c2a4eafe2b80b9aad6c..c0e4b33e2056c29d4af8ee59cfa3ec93cdc244d1 100644 (file)
@@ -13,7 +13,7 @@
  * use the Windows native routines, but if not, we use our own.
  *
  *
- * Copyright (c) 2003-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/getaddrinfo.c
index 5f8c0beaa958535ba15c0cdd2423c851c50b2224..53fa6631224ff0cceea59ce14323c0dcc358a376 100644 (file)
@@ -3,7 +3,7 @@
  * getpeereid.c
  *             get peer userid for UNIX-domain socket connection
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d24af9233943ba2a084395229deb9b8ceef630e8..71fce7572255ec93727c9fc88e0da7e147e16e0c 100644 (file)
@@ -3,7 +3,7 @@
  * getrusage.c
  *       get information about resource utilisation
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7e8aabcc779e09869f52c2aab727fd6edaa16af1..570aa40fa208473e3ab873649b3ef519d0ab4053 100644 (file)
@@ -2,7 +2,7 @@
  *
  * isinf.c
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a5ca2e7d98126f441fa1e4412a9de305ba90f9c9..58343c4152e93ac80d454c2726dae75bebb9a8b0 100644 (file)
@@ -3,7 +3,7 @@
  * kill.c
  *       kill()
  *
- * Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *     This is a replacement version of kill for Win32 which sends
  *     signals that the backend can recognize.
index 821414553525ea58ddcf648759c4559e659021d2..f6316562e83ac87e36f446c62fd655d4715ba311 100644 (file)
@@ -3,7 +3,7 @@
  * mkdtemp.c
  *       create a mode-0700 temporary directory
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 52e1d71d9d25c8d0cb9b3ac7c67a5981b94760a1..7e70319bd4e4e753aa75016b8940194c85d12587 100644 (file)
@@ -3,7 +3,7 @@
  * noblock.c
  *       set a file descriptor as non-blocking
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 717375dd640f8d748a684b62b16860c29c7633ff..db7abdbe0365efb16b64e58f0d86487c122bb8de 100644 (file)
@@ -4,7 +4,7 @@
  *        Win32 open() replacement
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/port/open.c
  *
index 7bf7cbc9b3e11d94fa23a39a85f7434fbe9a6da6..46f20b1ef86524ad6f8e88627d2c2f07b33061d0 100644 (file)
@@ -3,7 +3,7 @@
  * path.c
  *       portable path handling routines
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ab9f8f9e358483e1e3061c653dd107caf6f1ed40..e82c9c4b278235ae2644c5bbeb21cf602b4135d0 100644 (file)
@@ -7,7 +7,7 @@
  * if available on the platform we're running on, but fall back to the
  * slicing-by-8 implementation otherwise.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2680e365ab3c0722af5ea0d5650276df7ccde437..eff704320267d9feb4b7f3f24c54b7a5de2647ad 100644 (file)
@@ -8,7 +8,7 @@
  * Generation", IEEE Transactions on Computers, vol.57, no. 11,
  * pp. 1550-1560, November 2008, doi:10.1109/TC.2008.85
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a7f96bb0f8f3ae8f643cb96b7b75fcfbf73e67c6..75b4d96c69830edc83d59a2c5d65033619fd1134 100644 (file)
@@ -3,7 +3,7 @@
  * pg_crc32c_sse42.c
  *       Compute CRC-32C checksum using Intel SSE 4.2 instructions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6d3aa38efdd3d63990bb0a68f65af8adc9f16e73..ac5c5d5df5cb9d6a0a41985dc6ee2b8a924f193e 100644 (file)
@@ -6,7 +6,7 @@
  * Our definition of "strong" is that it's suitable for generating random
  * salts and query cancellation keys, during authentication.
  *
- * Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/pg_strong_random.c
index 15760dd92aa6f271c20c196b38d4ac27a35d589c..965249eeaa6c68cccdb3f7478241ee26a6b14e6b 100644 (file)
@@ -5,7 +5,7 @@
  * A simple subroutine to check whether a directory exists and is empty or not.
  * Useful in both initdb and the backend.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index ecefe04ec084e96f2155eabf0aa0465edc7d039a..9f01b73b0f7a610c5835231ebe6049f162f3b6f5 100644 (file)
@@ -4,7 +4,7 @@
  *        Portable delay handling.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/port/pgsleep.c
  *
index ee87a65fb941eefd1a9e380e3c36181152ae5252..d12778da8d6ca67f6e8663b9287f0ca4841cd6bd 100644 (file)
@@ -18,7 +18,7 @@
  * C library thinks the locale is.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/port/pgstrcasecmp.c
  *
index e5a73f2274840cc4a4c4d8f4ee0faf776781c991..5d366da11e6dbe93ca0ea4c7906cf5b5913a83d6 100644 (file)
@@ -4,7 +4,7 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5bab8e7e3df378c01bf6a7077aeb7b4cdf566878..d7ea934c8ba323deb0491403f9aa74e13a94386a 100644 (file)
@@ -3,7 +3,7 @@
  * quotes.c
  *       string quoting and escaping functions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8786f8f1feb56c200d6d687d72043d6656916a81..5071b31b5d163fb2589d9a44b57f3e478a9732d4 100644 (file)
@@ -3,7 +3,7 @@
  * random.c
  *       random() wrapper
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 15ca7a60053d0529dfad0e2f9ea7449aaca8c7df..47cd9781fd2eae261bfb8130fb8d4dd7ab2b8c28 100644 (file)
@@ -3,7 +3,7 @@
  * sprompt.c
  *       simple_prompt() routine
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index af00eb8dd1bff981ff3eec1fed50a19ae6a306c4..867c71858cd9a555bbbdd6e6297053dfa1cd5cbc 100644 (file)
@@ -3,7 +3,7 @@
  * srandom.c
  *       srandom() wrapper
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6aff65c1909de2a1a86fcb6d1e05f1194c913181..29c14da0b6468f5e745c96745365540d9f0f3c4a 100644 (file)
@@ -3,7 +3,7 @@
  * strlcpy.c
  *       strncpy done right
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b0f98efae62f777d9f4810935a7faff1dcf6fc95..8651187890f525cb346cf7ad86d051d5f1b76971 100644 (file)
@@ -29,7 +29,7 @@
  *      quote character on the command line, preserving any text after the last
  *      quote character.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/port/system.c
  *
index ed908bab36241f2ea114247d65e150d7ea94b99b..b54c871b00aeccd24c02ceae28ac62e9e3294b3f 100644 (file)
@@ -5,7 +5,7 @@
  *               Prototypes and macros around system calls, used to help make
  *               threaded libraries reentrant and safe to use from threaded applications.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * src/port/thread.c
  *
index bb7ab4300be417516bb362dfc42b9dfccd4873ee..83b04d264109766dcca7be03041956612d2395a7 100644 (file)
@@ -3,7 +3,7 @@
  * unsetenv.c
  *       unsetenv() emulation for machines without it
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 214e5bee1eec2347d9e1cbd03986af450eab4e29..5480525fa2aae3d1beeb56df5f33072e84fa8161 100644 (file)
@@ -4,7 +4,7 @@
  *       putenv() and unsetenv() for win32, which update both process environment
  *       and caches in (potentially multiple) C run-time library (CRT) versions.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cf6522547ebf8fce047ec580488d94dfea21ec84..91095ee19a707c230e6894250d85cda2d95c7e9a 100644 (file)
@@ -3,7 +3,7 @@
  * win32error.c
  *       Map win32 error codes to errno values
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/win32error.c
index 2c9ca15a6d91de663c47b67de513ccc825a17785..777a2e5b992211b77eb17a6c1bea4c3dcc4048aa 100644 (file)
@@ -3,7 +3,7 @@
  * win32security.c
  *       Microsoft Windows Win32 Security Support Functions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/win32security.c
index 4abc7aa270ea0c787681dbeba1217d0dc254d63d..cbf109836b36e9237804d865da1033d24d046480 100644 (file)
@@ -3,7 +3,7 @@
  * win32setlocale.c
  *             Wrapper to work around bugs in Windows setlocale() implementation
  *
- * Copyright (c) 2011-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/win32setlocale.c
index 3ce092382bf810d1b119d40c08a7b4a1db32140c..4bd0736f47fdd69902ae83a81c9e4a62fd22d3b2 100644 (file)
@@ -17,7 +17,7 @@ BEGIN
    VALUE "CompanyName",      "PostgreSQL Global Development Group"
    VALUE "FileDescription",  FILEDESC
    VALUE "FileVersion",      PG_VERSION
-   VALUE "LegalCopyright", "Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
+   VALUE "LegalCopyright", "Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
    VALUE "ProductName",      "PostgreSQL"
    VALUE "ProductVersion",   PG_VERSION
   END
index 557a673076b404fc79bc5d86ed3dbdbe5b75165d..b7470385eb39d5dbd1c1552fab6fa6d977a980f6 100644 (file)
@@ -3,7 +3,7 @@
  * testlo.c
  *       test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b970d91a42349cf9b220c22d4b4e70ed9311035..76558f4797d6120a01cfbd6a0d2e45ea357a6f28 100644 (file)
@@ -3,7 +3,7 @@
  * testlo64.c
  *       test using large objects with libpq using 64-bit APIs
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a0bd92f374761aaa009588d7b3bf9890aa6b1235..46b48ee8557a597ba06ab760d3ab1c0d58977b39 100644 (file)
@@ -2,7 +2,7 @@
  *
  * isolation_main --- pg_regress test launcher for isolation tests
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/isolation/isolation_main.c
index 0a213edabec464a4c1e57f26e1371c2358f47232..a15d5be8970fb06e422b2435ca47ce88965fc86b 100644 (file)
@@ -3,7 +3,7 @@
  * isolationtester.h
  *       include file for isolation tests
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 59744cea54dfb3fdd5799498e240beafb23cf7f9..759b9b456cd24c0f898ca1834817ba5c168d2091 100644 (file)
@@ -4,7 +4,7 @@
  * specparse.y
  *       bison grammar for the isolation test file format
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 6f081d567c5eef7231e2219b1389701057bb9f98..aed9269c63b5eec8c7498f415c0e63935cb6ed81 100644 (file)
@@ -4,7 +4,7 @@
  * specscanner.l
  *       a lexical scanner for an isolation test specification
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index b3ef636c4eb6bfead14c7ab5af1cc9eb75891723..7fd78f05c7b9bf01071faec37de16203f720ad41 100644 (file)
@@ -7,7 +7,7 @@
  * perspective, but allows regression testing independent of platform-specific
  * features like SELinux.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #include "postgres.h"
index 739daa6b90609f09f26983bfe9cc2b05710e1062..2fe6903ba305b57d2a312dc0604ce367207f7b89 100644 (file)
@@ -2,7 +2,7 @@
  * test_ddl_deparse.c
  *             Support functions for the test_ddl_deparse module
  *
- * Copyright (c) 2014-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/test/modules/test_ddl_deparse/test_ddl_deparse.c
index ce637f19babe84c978fe53bb2ab635226d744033..43b96120defaf9f0a013be584f2ff3ed7ade915a 100644 (file)
@@ -3,7 +3,7 @@
  * test_parser.c
  *       Simple example of a text search parser
  *
- * Copyright (c) 2007-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/test/modules/test_parser/test_parser.c
index 7b4fa7ef4a8631022ecd8a82ca5af9022cd7a24e..65bf3e33c9006e5a4c05c7d3b1033b846bd3128f 100644 (file)
@@ -3,7 +3,7 @@
  * test_rls_hooks.c
  *             Code for testing RLS hooks.
  *
- * Copyright (c) 2015-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_rls_hooks/test_rls_hooks.c
index 11614e4e12127c0f8ea2f39af735cbd39a12d93d..81f7b18090064a03be3cf418627b7e43bf29cd36 100644 (file)
@@ -3,7 +3,7 @@
  * test_rls_hooks.h
  *             Definitions for RLS hooks
  *
- * Copyright (c) 2015-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_rls_hooks/test_rls_hooks.h
index 5cfffe4471e7eab0dead2911e1c735014baa9eb7..e3c024ecb4cf0c8653d8c03873d6916b6e3d0c92 100644 (file)
@@ -5,7 +5,7 @@
  *             number of background workers for shared memory message queue
  *             testing.
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_shm_mq/setup.c
index b0f3d3daecdbf08e750365a97954193c63ee60c2..ea3657d5f05b20aac853ac13135de0d09e0be488 100644 (file)
@@ -3,7 +3,7 @@
  * test.c
  *             Test harness code for shared memory message queues.
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_shm_mq/test.c
index d398e860e31bdb1dbc7981643ddfce0d932116d1..e76ecab891799beec6af93c533862b8cacf46426 100644 (file)
@@ -3,7 +3,7 @@
  * test_shm_mq.h
  *             Definitions for shared memory message queues
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_shm_mq/test_shm_mq.h
index 638649b4973932cd422aeef13dbed89cc2fc5eb4..3e45c75dc0594313b5368f5bdb04f792c1a2e334 100644 (file)
@@ -9,7 +9,7 @@
  *             but it should be possible to use much of the control logic just
  *             as presented here.
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/test_shm_mq/worker.c
index 5f495498ae4f7510c3c35f4c375e39a947620bd1..72ab8464e12ea0bb6458305463d0038935d6ab16 100644 (file)
@@ -13,7 +13,7 @@
  * "delta" type.  Delta rows will be deleted by this worker and their values
  * aggregated into the total.
  *
- * Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/test/modules/worker_spi/worker_spi.c
index 8ab60fc326166c6796a7ef84a862643696032e14..a974f358fd7f94c4df59a5edd7fb6f56147b9767 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/perl
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/perl/Makefile
index a847952d72260d166efdb2d62dcf30fe94f2a861..9d03d337d546beabed6bd4037c301da5395d50f6 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/recovery
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/recovery/Makefile
index 469b0937a23258eaf9b03d7ef68a9815a4b96734..b923ea142031052e561d7fad3ded467d997609d2 100644 (file)
@@ -3,7 +3,7 @@
 # GNUmakefile--
 #    Makefile for src/test/regress (the regression tests)
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/regress/GNUmakefile
index f2dedbbc8ab9eaa2ac859005b778212827a33b02..baebcc8c320b63bbd4ea24f200bbc3b1ec343c54 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/pg_regress.c
index 51442e04251b782babc57b6ad46cd6485b5d0ceb..62433b158f6a920cf330af93d0abf9db0cb81ade 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  * pg_regress.h --- regression test driver
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/pg_regress.h
index 273363588ad5aec2653223ac139732a9c5009e22..6106c6bbda24eb922e8a386148723de70dbc88d2 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/pg_regress_main.c
index 32703fcdcf9c3978277933efd7859dd31af654c6..986d54ce2fa63b0eb1c580ca8dc9c2c03ae8c11a 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/regress.c
index 2b04d825285ce1beeb0ce6f178d2b3eeaae5426a..e4437d19c3ef74f1802c6af9cf369299ea449cde 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/ssl
 #
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/ssl/Makefile
index 4c9bdec997e2d7b661e4944e94bcf3c570924167..66c22691ae0d60bba2eb822eda206ac728215aa2 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for tools/thread
 #
-# Copyright (c) 2003-2016, PostgreSQL Global Development Group
+# Copyright (c) 2003-2017, PostgreSQL Global Development Group
 #
 # src/test/thread/Makefile
 #
index 26d1949dc420b7ddf31c843a4dd8ef643e7bdc41..cb93bcc5ab71cf77f60b014def2a9dcb12d134c1 100644 (file)
@@ -3,7 +3,7 @@
  * test_thread_funcs.c
  *             libc thread test program
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/test/thread/thread_test.c
index 4fa3d0da89c92335e91b5a26a4e0bf2368cf553c..826857d9430b9a4240b4e908c4c3bf603c0420d5 100644 (file)
@@ -3,7 +3,7 @@
  * pgtz.c
  *       Timezone Library Integration Functions
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/timezone/pgtz.c
index 2adec1983865626dab3fef1c9c85880916f79420..cd193b82550daef07727f1f0533ff4711eb5f35a 100644 (file)
@@ -6,7 +6,7 @@
  * Note: this file contains only definitions that are private to the
  * timezone library.  Public definitions are in pgtime.h.
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/timezone/pgtz.h
index dd220d6b984a7f36b0f6592744fa50e1a26f2afa..14590663c63b5befea1e1ec8b171a0dda27a7cc3 100755 (executable)
@@ -16,7 +16,7 @@
 # To use: run bison with the -v switch, then feed the produced y.output
 # file to this script.
 #
-# Copyright (c) 2011-2016, PostgreSQL Global Development Group
+# Copyright (c) 2011-2017, PostgreSQL Global Development Group
 #
 # src/tools/check_bison_recursion.pl
 #################################################################
index aab162ed7531033075815cfe7d81595cfc540fd2..53942f12f0494b492bce4cde28b44d05535fe303 100755 (executable)
@@ -2,7 +2,7 @@
 #################################################################
 # copyright.pl -- update copyright notices throughout the source tree, idempotently.
 #
-# Copyright (c) 2011-2016, PostgreSQL Global Development Group
+# Copyright (c) 2011-2017, PostgreSQL Global Development Group
 #
 # src/tools/copyright.pl
 #
index b1785ced6b3686e9eaf4ed093c475adfc554d1ba..e37b027dbd90ee6069cdd77631f0354655912056 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/tools/findoidjoins
 #
-# Copyright (c) 2003-2016, PostgreSQL Global Development Group
+# Copyright (c) 2003-2017, PostgreSQL Global Development Group
 #
 # src/tools/findoidjoins/Makefile
 #
index 1e59772b1a5191fa1d8190b1193bbe4469b3d1bb..9fe0379f63eb7ffaaad3c7b861035cf55179a0f8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * findoidjoins.c
  *
- * Copyright (c) 2002-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2017, PostgreSQL Global Development Group
  *
  * src/tools/findoidjoins/findoidjoins.c
  */
index eed6af41e67c7e2891b9b4bb9aa786bf270e3e8e..a5153207fe70d5ab05a001440f4505df4a971f9a 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/tools/ifaddrs
 #
-# Copyright (c) 2003-2016, PostgreSQL Global Development Group
+# Copyright (c) 2003-2017, PostgreSQL Global Development Group
 #
 # src/tools/ifaddrs/Makefile
 #
index 3edd7bedaf5b2256f60f79105cd42c93ecf4eaef..87bca411595d1f15a58059ed0f391c1e0916e288 100755 (executable)
@@ -3,7 +3,7 @@
 #################################################################
 # version_stamp.pl -- update version stamps throughout the source tree
 #
-# Copyright (c) 2008-2016, PostgreSQL Global Development Group
+# Copyright (c) 2008-2017, PostgreSQL Global Development Group
 #
 # src/tools/version_stamp.pl
 #################################################################
index 39762054460c66aa40eeae73c7accc843118c76c..6345465b193a99caa1a8b38304eb44302b4dbac1 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # win32tzlist.pl -- compare Windows timezone information
 #
-# Copyright (c) 2008-2016, PostgreSQL Global Development Group
+# Copyright (c) 2008-2017, PostgreSQL Global Development Group
 #
 # src/tools/win32tzlist.pl
 #################################################################
index 1d910b8b4511b3ec8b2dadfe62df55d87b649159..035c7a7d13c93e0b39ad8a304c7d6df51d9270fd 100644 (file)
@@ -5,7 +5,7 @@
 --    use this new type.
 --
 --
--- Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- src/tutorial/complex.source
index 926ed63b63513ce2804afd323705bb76653e7827..2f97642a3935241341f9e5d12352d0ac691375b9 100644 (file)
@@ -4,7 +4,7 @@
 --    sample queries to the system catalogs
 --
 --
--- Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- src/tutorial/syscat.source