]> granicus.if.org Git - postgresql/commitdiff
Update copyright for 2016
authorBruce Momjian <bruce@momjian.us>
Sat, 2 Jan 2016 18:33:40 +0000 (13:33 -0500)
committerBruce Momjian <bruce@momjian.us>
Sat, 2 Jan 2016 18:33:40 +0000 (13:33 -0500)
Backpatch certain files through 9.1

1447 files changed:
COPYRIGHT
configure
configure.in
contrib/adminpack/adminpack.c
contrib/auto_explain/auto_explain.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/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/legal.sgml
doc/src/sgml/lobj.sgml
src/backend/Makefile
src/backend/access/brin/brin.c
src/backend/access/brin/brin_inclusion.c
src/backend/access/brin/brin_minmax.c
src/backend/access/brin/brin_pageops.c
src/backend/access/brin/brin_revmap.c
src/backend/access/brin/brin_tuple.c
src/backend/access/brin/brin_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/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/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/hashscan.c
src/backend/access/hash/hashsearch.c
src/backend/access/hash/hashsort.c
src/backend/access/hash/hashutil.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/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/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/gindesc.c
src/backend/access/rmgrdesc/gistdesc.c
src/backend/access/rmgrdesc/hashdesc.c
src/backend/access/rmgrdesc/heapdesc.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/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/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/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/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/ip.c
src/backend/libpq/md5.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/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/keywords.c
src/backend/parser/kwlookup.c
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/sco.h
src/backend/port/dynloader/solaris.h
src/backend/port/dynloader/unixware.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/unix_latch.c
src/backend/port/win32/crashdump.c
src/backend/port/win32/mingwcompat.c
src/backend/port/win32/security.c
src/backend/port/win32/signal.c
src/backend/port/win32/socket.c
src/backend/port/win32/timer.c
src/backend/port/win32_latch.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/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/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/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/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.sed
src/backend/utils/Gen_fmgrtab.pl
src/backend/utils/adt/acl.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/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/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_SHIFT_JIS_2004.pl
src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
src/backend/utils/mb/Unicode/UCS_to_most.pl
src/backend/utils/mb/Unicode/ucs2utf.pl
src/backend/utils/mb/conv.c
src/backend/utils/mb/conversion_procs/ascii_and_mic/ascii_and_mic.c
src/backend/utils/mb/conversion_procs/cyrillic_and_mic/cyrillic_and_mic.c
src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c
src/backend/utils/mb/conversion_procs/euc_cn_and_mic/euc_cn_and_mic.c
src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.c
src/backend/utils/mb/conversion_procs/euc_kr_and_mic/euc_kr_and_mic.c
src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c
src/backend/utils/mb/conversion_procs/latin2_and_win1250/latin2_and_win1250.c
src/backend/utils/mb/conversion_procs/latin_and_mic/latin_and_mic.c
src/backend/utils/mb/conversion_procs/utf8_and_ascii/utf8_and_ascii.c
src/backend/utils/mb/conversion_procs/utf8_and_big5/utf8_and_big5.c
src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/utf8_and_cyrillic.c
src/backend/utils/mb/conversion_procs/utf8_and_euc2004/utf8_and_euc2004.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/utf8_and_euc_cn.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/utf8_and_euc_jp.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/utf8_and_euc_kr.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/utf8_and_euc_tw.c
src/backend/utils/mb/conversion_procs/utf8_and_gb18030/utf8_and_gb18030.c
src/backend/utils/mb/conversion_procs/utf8_and_gbk/utf8_and_gbk.c
src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c
src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c
src/backend/utils/mb/conversion_procs/utf8_and_johab/utf8_and_johab.c
src/backend/utils/mb/conversion_procs/utf8_and_sjis/utf8_and_sjis.c
src/backend/utils/mb/conversion_procs/utf8_and_sjis2004/utf8_and_sjis2004.c
src/backend/utils/mb/conversion_procs/utf8_and_uhc/utf8_and_uhc.c
src/backend/utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c
src/backend/utils/mb/mbutils.c
src/backend/utils/misc/guc-file.l
src/backend/utils/misc/guc.c
src/backend/utils/misc/help_config.c
src/backend/utils/misc/pg_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/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_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/keywords.c
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/page.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/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/mbprint.c
src/bin/psql/print.c
src/bin/psql/print.h
src/bin/psql/prompt.c
src/bin/psql/prompt.h
src/bin/psql/psqlscan.h
src/bin/psql/psqlscan.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/exec.c
src/common/fe_memutils.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/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/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/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/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_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_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_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/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/fe_memutils.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/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/ip.h
src/include/libpq/libpq-be.h
src/include/libpq/libpq-fs.h
src/include/libpq/libpq.h
src/include/libpq/md5.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/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/keywords.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/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/barrier.h
src/include/storage/block.h
src/include/storage/buf.h
src/include/storage/buf_internals.h
src/include/storage/buffile.h
src/include/storage/bufmgr.h
src/include/storage/bufpage.h
src/include/storage/checksum.h
src/include/storage/checksum_impl.h
src/include/storage/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/pos.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/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/tcop/deparse_utility.h
src/include/tcop/dest.h
src/include/tcop/fastpath.h
src/include/tcop/pquery.h
src/include/tcop/tcopprot.h
src/include/tcop/utility.h
src/include/tsearch/dicts/regis.h
src/include/tsearch/dicts/spell.h
src/include/tsearch/ts_cache.h
src/include/tsearch/ts_locale.h
src/include/tsearch/ts_public.h
src/include/tsearch/ts_type.h
src/include/tsearch/ts_utils.h
src/include/utils/acl.h
src/include/utils/aclchk_internal.h
src/include/utils/array.h
src/include/utils/arrayaccess.h
src/include/utils/ascii.h
src/include/utils/attoptcache.h
src/include/utils/builtins.h
src/include/utils/bytea.h
src/include/utils/catcache.h
src/include/utils/combocid.h
src/include/utils/date.h
src/include/utils/datetime.h
src/include/utils/datum.h
src/include/utils/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/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/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/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/libpq.rc.in
src/interfaces/libpq/pqexpbuffer.c
src/interfaces/libpq/pqexpbuffer.h
src/interfaces/libpq/pthread-win32.c
src/interfaces/libpq/test/uri-regress.c
src/interfaces/libpq/win32.c
src/pl/plperl/plperl.h
src/pl/plpgsql/src/generate-plerrcodes.pl
src/pl/plpgsql/src/pl_comp.c
src/pl/plpgsql/src/pl_exec.c
src/pl/plpgsql/src/pl_funcs.c
src/pl/plpgsql/src/pl_gram.y
src/pl/plpgsql/src/pl_handler.c
src/pl/plpgsql/src/pl_scanner.c
src/pl/plpgsql/src/plpgsql.h
src/pl/plpython/generate-spiexceptions.pl
src/pl/plpython/plpython.h
src/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/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/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_parser/test_parser.c
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 6fba6e7e1353a504a9916268d5f3b452294aba94..01b6e3601e9faa4b4a6933a583b79ad4dbd9f9e3 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,7 +1,7 @@
 PostgreSQL Database Management System
 (formerly known as Postgres, then as Postgres95)
 
-Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index 5772d0e9c4c839005c4bd92f712386e0fd61ae1b..f6f82b2157ef6a451a47e4a26697901754b77824 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-2015, PostgreSQL Global Development Group
+# Copyright (c) 1996-2016, PostgreSQL Global Development Group
 ## -------------------- ##
 ## M4sh Initialization. ##
 ## -------------------- ##
@@ -1617,7 +1617,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-2015, PostgreSQL Global Development Group
+Copyright (c) 1996-2016, PostgreSQL Global Development Group
 _ACEOF
   exit
 fi
index 44f832f14963c388ea518c5671be6d9c8da274e0..678432f1289ed4d3113b33462a180203e82ce00b 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-2015, PostgreSQL Global Development Group])
+AC_COPYRIGHT([Copyright (c) 1996-2016, 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 2937a9caca026fda4a0cd9cfedb56c15b7dd4ecb..ea781a0a5a477d572d9c6c3f8d5f09a48761d690 100644 (file)
@@ -3,7 +3,7 @@
  * adminpack.c
  *
  *
- * Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2016, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index 2a184ed886fa4e13d3d0a179d831139518c4f757..0950e18f6d9359f74a28852aef0a54b0d0cf6fb1 100644 (file)
@@ -3,7 +3,7 @@
  * auto_explain.c
  *
  *
- * Copyright (c) 2008-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/auto_explain/auto_explain.c
index c5892d37cb3d474ccff54f179be0d9d18b68a5c6..9c8e3083584ac93ae50078d4e137f20c58942b81 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
  * contrib/dblink/dblink.c
- * Copyright (c) 2001-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2016, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index de6c06df8e82b6050c5246ab60401c18cbbdd182..1b9491215247af27437b6b92d0c8f4411b13bfad 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
  * contrib/dblink/dblink.h
- * Copyright (c) 2001-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2016, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 73cb73de9bed60777c731dd8689da0fbdda586bc..935dbd4c82c7fd7bf540ff30ea0a7ebc5dd2d6ed 100644 (file)
@@ -3,7 +3,7 @@
  * dict_int.c
  *       Text search dictionary for integers
  *
- * Copyright (c) 2007-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/dict_int/dict_int.c
index dacb2cc63877d6a1936ecc4f386c326370d85972..63b0383ccc367dbc8071d6cd2f7898abed941dd8 100644 (file)
@@ -3,7 +3,7 @@
  * dict_xsyn.c
  *       Extended synonym dictionary
  *
- * Copyright (c) 2007-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/dict_xsyn/dict_xsyn.c
index 83bbfa1212be45425d2b734274d1dff9c7ee125a..f13316b27da30555e0853d4d6406d5d998f5df9b 100644 (file)
@@ -3,7 +3,7 @@
  * file_fdw.c
  *               foreign-data wrapper for server-side flat files.
  *
- * Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/file_fdw/file_fdw.c
index f9508a574fd46489e2d4ff1cfa2ca622d1f3371d..92a2f1b92a67d191b0cf0624cb66a89d57ffd805 100644 (file)
@@ -6,7 +6,7 @@
  * Joe Conway <mail@joeconway.com>
  *
  * contrib/fuzzystrmatch/fuzzystrmatch.c
- * Copyright (c) 2001-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2016, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * metaphone()
index 2af1c9b65d1b9cf7b3a03488cec5c622f0998eca..3dad7eeb7dd259c1a4154d7c436178a827243acf 100644 (file)
@@ -3,7 +3,7 @@
  * _int_selfuncs.c
  *       Functions for selectivity estimation of intarray operators
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9f53e1a1fbf60dfe7f19157e892a364250c41251..49d088ffa8815047ac0f42030c95a4b808509e80 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/isn/isn.c
index 4548eafea98f6a10b98dcb274345e332c25b5f08..d8291c2b06c87df98883e34f43062347c8c3bff7 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/isn/isn.h
index a3d4cc5ef357ff0cc3e50b98a8101956e29dcba9..b2e266c9f0763f013a207c2b3fe4c72114b9b336 100644 (file)
@@ -2,7 +2,7 @@
  * brinfuncs.c
  *             Functions to investigate BRIN indexes
  *
- * Copyright (c) 2014-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             contrib/pageinspect/brinfuncs.c
index ad3881974f04d116068921d7a23237f5becbaeea..c94f5f84458452cc789c9a904d7a357a70e0912d 100644 (file)
@@ -9,7 +9,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/fsmfuncs.c
index c0de3be8df89b08ab52f3e384fb03813b3c6e312..a2f119b02e5545677e62164432532e5dcd811ab8 100644 (file)
@@ -2,7 +2,7 @@
  * ginfuncs.c
  *             Functions to investigate the content of GIN indexes
  *
- * Copyright (c) 2014-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             contrib/pageinspect/ginfuncs.c
index 86e1c70f0f2b131baf5ce04e6700b5a09a881494..c30ed407be6e14bd33ad6d0c5eb45bf108003477 100644 (file)
@@ -15,7 +15,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/heapfuncs.c
index 38c136f9876953f0257d3a196ab2522f8d535a7b..71d0c8d2ca9b3fcd5ac6747c886a3aeb9dafc77e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Access-method specific inspection functions are in separate files.
  *
- * Copyright (c) 2007-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/rawpage.c
index 78c44b2d05c7b70c6ad4ca0f5c22bdc4b3f8f8c8..b4c1ce005bf0ab5728c3fd46717d8bdcfeee35a9 100644 (file)
@@ -3,7 +3,7 @@
  * passwordcheck.c
  *
  *
- * Copyright (c) 2009-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2016, PostgreSQL Global Development Group
  *
  * Author: Laurenz Albe <laurenz.albe@wien.gv.at>
  *
index d81f93bba7951cd3c87070d2b13bb50367d26d25..c3a518cfc290632fd5c11944d166444695076eb6 100644 (file)
@@ -3,7 +3,7 @@
  * pg_prewarm.c
  *               prewarming utilities
  *
- * Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/pg_prewarm/pg_prewarm.c
index cea84ee4b0f29b1ac3a866658d9e481304036449..9673fe0531c477a77697cfd7e61c08832609407c 100644 (file)
@@ -48,7 +48,7 @@
  * in the file to be read or written while holding only shared lock.
  *
  *
- * Copyright (c) 2008-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pg_stat_statements/pg_stat_statements.c
index a91e6186bae953d816d000ba9722e094a3136382..3f09a9c718deae6f36f8401a5470f815743475cf 100644 (file)
  * 7) Mark state 3 final because state 5 of source NFA is marked as final.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 22c5f7a9eefeff992eae47dc539fa2b6cff5909c..001988bf00a3724b7642d3d757b7f233ad17d81c 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatapproc.c
  *               Bloat estimation functions
  *
- * Copyright (c) 2014-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/pgstattuple/pgstatapprox.c
index 1a1e5b5eae3b6a76412fe33aea8762faa85bb918..0c6c3cee3070092d67b0abfacc8733cb69fc0b57 100644 (file)
@@ -3,7 +3,7 @@
  * connection.c
  *               Connection management functions for postgres_fdw
  *
- * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/connection.c
index c8232f2c16f36866b015990d03542203233964ba..e59af2c8e9b0ae35cc7d74a906553a96c5bdb20b 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/deparse.c
index 380ac80ab3a3c6b6323079ce05cd3279e5819137..86a57890fc09b393cf5587056812d181332e92e0 100644 (file)
@@ -3,7 +3,7 @@
  * option.c
  *               FDW option handling for postgres_fdw
  *
- * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/option.c
index 129357fa8bf8b3ca8405d4e0544f9a4dfc716554..374faf5a25ac77a3492f5acbb13b497547d898d1 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.c
  *               Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/postgres_fdw.c
index f243de8d6237822558422d76219c697490600547..85535360475f4847acc4eef5498d9bf8c00ae7cf 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.h
  *               Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/postgres_fdw/postgres_fdw.h
index ebb1f5e31770ccf99b6baf3b3b6fa42cef42c612..92c952589e7e4b2980c75245bf5a3c1eea937f25 100644 (file)
@@ -13,7 +13,7 @@
  * functions or functions using nonportable collations.  Those considerations
  * need not be accounted for here.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/shippable.c
index b5cfcfe0e49c272321c529ebe918430928e0539d..8fad1fc80cd82299da6b050a231ffc0f6889c19e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to database objects
  *
- * Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 4a71753d3fb55a62bdd300a2e16aa4f3e72ee2f1..d1e9f53cda94d60058bcb3babdb31a161607e5ce 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to handle DML permission checks
  *
- * Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 6cb3bf2ef54e08e0e5961ebb327b5c36c5314841..38b1a49775c786fd80108c47cfc4a5a0c5068a8c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
  *
- * Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index ef7661c82e85559352e887d9d79ba56b731472dd..3e32f1b22db3b48d19f6dd2d334d5658116bc8c8 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to support SELinux labels (security context)
  *
- * Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 4fa78ee2a82c2bdea2e117357878b6600be40652..eb827a0e0ae0d736f5aecfb9f7c23af7c2ae4ccf 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # A wrapper script to launch psql command in regression test
 #
-# Copyright (c) 2010-2015, PostgreSQL Global Development Group
+# Copyright (c) 2010-2016, PostgreSQL Global Development Group
 #
 # -------------------------------------------------------------------------
 
index c55b2a0f9e46ef90e7e192802fac4e679ea2e07a..9cc21f05b5bc10c8b2f871abd258c1d2453c9c7a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to procedure objects
  *
- * Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 6732ef85884f126241e83f63884209c534c75900..1f1ab04d39b0cdf327d8b6ed70148d252e7bf04c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to relation/attribute objects
  *
- * Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 8b2b054c7e0398b4f7268eb1070f473a6da2c746..5285fc5452f8806def62ccb39c7308f2b42e96dc 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to schema objects
  *
- * Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index e0912795fa3eb766326263f55e1dea6793d3ae22..b0b9fadede631634a6df00c75f46d8364f29872c 100644 (file)
@@ -5,7 +5,7 @@
  * Interactions between userspace and selinux in kernelspace,
  * using libselinux api.
  *
- * Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 46ca2279f4b45fbe4ba35b53e54642ae880d2063..c080716f8fc232b1e45ba89dc0589539e41f2fd6 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Definitions corresponding to SE-PostgreSQL
  *
- * Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 428bf89d7ee7cd67a8cbcc2a615a43cc95f35848..057245ff03825763d8614976834bbef024c79254 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-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2016, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index cb1d029bf54726cd68240e03dcf9f84bcc45b20c..1ea4a635cd5b07453c8b3ea9dc4b11f22f1e2833 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2016, 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 911a69bfadc564ae0bdaf99943a8e3e670058f52..3477ed823f990f0f7d99b0ee69370d4ba9c07208 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2016, 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 af1ba920a611fbf3f85d25b183e7ffe01d343add..7352b292b98d21a76a39412d0117acc9a5b2b6dc 100644 (file)
@@ -3,7 +3,7 @@
  * tcn.c
  *       triggered change notification support for PostgreSQL
  *
- * Portions Copyright (c) 2011-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2011-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 80fc5f41ca469cdfb9283cb0fb87fce4c16ffd0d..4cf808f28148264322339ef364d0fd2cc003da52 100644 (file)
@@ -3,7 +3,7 @@
  * test_decoding.c
  *               example logical decoding output plugin
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/test_decoding/test_decoding.c
index 4354c5b0904d27efb47e3390006b5e82fb35ecc6..3fc72cb99596a98fbf12cc0156f0f5b4f3f7c899 100644 (file)
@@ -3,7 +3,7 @@
  * tsearch2.c
  *             Backwards-compatibility package for old contrib/tsearch2 API
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f251e3e5e06dd9416d5a8bac14417cfa70311ca2..c5251ed6526fcab1baeb124cc7a49263a85a9eb5 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 83f1455c5fa248b3028e095acd8ceedd6ae4c9e1..cd681c042a085600b9699f5ab3dac3326010e54b 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index eafb4107b0d0f0efb22407b46c1d9f02812b396f..e243bc2607fed0ed6209accf17bfe91994b509a5 100644 (file)
@@ -3,7 +3,7 @@
  * unaccent.c
  *       Text search unaccent dictionary
  *
- * Copyright (c) 2009-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/unaccent/unaccent.c
index 06fd0c7daac719f2ffcc8eb861c44965565b36de..3e12bc4e96fc422052609dcf7f43c07218786fe5 100644 (file)
@@ -2,7 +2,7 @@
  *
  * UUID generation functions using the BSD, E2FS or OSSP UUID library
  *
- * Copyright (c) 2007-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * Portions Copyright (c) 2009 Andrew Gierth
  *
index ca0d3048b82a201290f83c19113931e0a5765248..769c805a848b8684f8cb286a37f4b4789a34997c 100644 (file)
@@ -3,7 +3,7 @@
  * vacuumlo.c
  *       This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a7e630ecad4b0852fa0ea66211a7e64f7ff5c2b4..2195e0f453b74384f113cf5e5498d3cbbc53bd14 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes-table.sgml file from errcodes.txt
-# Copyright (c) 2000-2015, PostgreSQL Global Development Group
+# Copyright (c) 2000-2016, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 6b9f4dbc9592b965c1d76f9fe002f4f8dffa2c16..84bc7beb5adf4dfabbb3c6a16f692cab8e896dfb 100644 (file)
@@ -1,9 +1,9 @@
 <!-- doc/src/sgml/legal.sgml -->
 
-<date>2015</date>
+<date>2016</date>
 
 <copyright>
- <year>1996-2015</year>
+ <year>1996-2016</year>
  <holder>The PostgreSQL Global Development Group</holder>
 </copyright>
 
@@ -11,7 +11,7 @@
  <title>Legal Notice</title>
 
  <para>
-  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2015
+  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2016
   by the PostgreSQL Global Development Group.
  </para>
 
index d6fb8c5ac4f40eda8435dbcb4e87f61ce1a9653f..8726f0c70136d682dfc43fec3814093f4540d359 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fb60420b6f11acee444ef80eb821c20ff580b7b5..d4db8ff57a20777872be6c5001250d7dd763d0b8 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for the postgres backend
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/Makefile
index 2622a7efb13b22d4bad186997574215096de0aee..60d405ef1769deb96876c0567e9483907a395e61 100644 (file)
@@ -4,7 +4,7 @@
  *
  * See src/backend/access/brin/README for details.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 926487ec0390b4118a825e71bc3f3e135c42d974..0ae7a72996db07f1aa3995b01c3a57e5c26a9c8e 100644 (file)
@@ -16,7 +16,7 @@
  * writing is the INET type, where IPv6 values cannot be merged with IPv4
  * values.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2cc6e41e5f78c86d2ef5665839428eb6f3b5949b..b7c76e6eda8daf2bde5c3fc2cf6c5d1242a29ddf 100644 (file)
@@ -2,7 +2,7 @@
  * brin_minmax.c
  *             Implementation of Min/Max opclass for BRIN
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f876f62cbbdf36239ec67e42fc698cf1b983f7a7..d0ca485caa621d610b64c6b1e494685d67e571d0 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.c
  *             Page-handling routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6ddcfda0a6ca0c24359b90fa364e135019efd7bc..b2c273daf6ecddf257182fb3037b9d87f51550df 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5a7462b59cfa4de1cd7ae8d9a4e3f492c2ff3be3..64b82649596341b151109019a9f30bb9eeaca0cb 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 760f0daf024df4fd14af409d4ea08d1193f8da12..deb7af4ca6e24fe2ddb57c585f96d8561722e2a0 100644 (file)
@@ -2,7 +2,7 @@
  * brin_xlog.c
  *             XLog replay routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 94955b7e9832133af6ff62510f80ffb47dde123a..6d0f3f37673a5d3a48358149213405f7bbadde43 100644 (file)
@@ -45,7 +45,7 @@
  * and we'd like to still refer to them via C struct offsets.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dc588d7734ea1ec767869df5820b58a751969837..274a6c2e7023e2e6afb8352442b6c6c2fcfc298c 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index baed98154fc628978b5282d0a19f4f4b2ed209f9..1939ff5155ba28c7d002d34428d4a5f87301b066 100644 (file)
@@ -5,7 +5,7 @@
  *       clients and standalone backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 931dceb697b2cdb364211ec3e21bf59ea9ca325f..45fba905859b069e6009b3b40374ca79a06d3941 100644 (file)
@@ -3,7 +3,7 @@
  * reloptions.c
  *       Core support for relation options (pg_class.reloptions)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ca1a5a7b9607e330f414af98d8d47bafdcc804a0..35391c2c602c611efba2e929cd8b6ea141dcf4ed 100644 (file)
@@ -3,7 +3,7 @@
  * scankey.c
  *       scan key support code
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 945a6a2065b9da9664726f41531222b3c5c2ed22..4787d4ca98f945464881622ddca822fb96ba2ad3 100644 (file)
@@ -9,7 +9,7 @@
  * executor's "junkfilter" routines, but these functions work on bare
  * HeapTuples rather than TupleTableSlots.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41d71c85c9cca8b03553f5c9c3c4e8ff9fc20860..b56d0e336f1c1eba9e27e9faa23ac92b13e7ff7a 100644 (file)
@@ -3,7 +3,7 @@
  * tupdesc.c
  *       POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9220b5fccc5f37076cc644d6e3b0f8070b590f60..aaf72a3f9e8e4d183382832bb49e1098fd1c0fee 100644 (file)
@@ -4,7 +4,7 @@
  *       support functions for GIN's indexing of any array
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f0ff91aba2fcfce51f57e2d4c67f5ed092f0168d..06ba9cb957fa136f3188c0becfb956dc73efb408 100644 (file)
@@ -4,7 +4,7 @@
  *       page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5a8546998d53c8335a9119d34cea6141c6a2d8c1..134a8c7377c4970e1127edd60219815db935a1ac 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for fast build of inverted index
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ec8c94bcbd10a5354737aefc1f3bcaaf3b804e9d..a55bb4a45d15a0b645c8c6c961dccb57ee09b1d1 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for handling GIN posting tree pages.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c912e60a11283a6d8032623bd8f1122a724c8c90..251274564803e873927e52af4421b46139e93dce 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for handling GIN entry tree pages.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4bb22fe0c6fcf06bf9f919f2095bde67d41a51ef..88e36211edf6f3acb2c071075559f6e5f766ddd3 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 54b2db88a688c81b4da26faf89b89765119b9ffc..5bb8f1f0927b160a2e2800b8d1cf56daab5662b4 100644 (file)
@@ -4,7 +4,7 @@
  *       fetch tuples from a GIN scan.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 49e91853c3cec33159f8a3c64be79ed8ee60a6c5..8bcd15903277ef1857aea3b928e26ab65e61f4b4 100644 (file)
@@ -4,7 +4,7 @@
  *       insert routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a0cfc9c76eda8e9ef9217efee23d83d4a8d83667..d3e84eee97266a4e669015e18b49e4b4eda5814a 100644 (file)
@@ -24,7 +24,7 @@
  * is used for.)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e6d7c1a07882a2fd2f8f6ef2cbc5fac9157ea339..54d5f6f630c4638474d3208489c5fb6eb1ca1eeb 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for dealing with posting lists.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ac3a92b1981a372a04dc1799b9c96689554ba543..458540415f1e923c1b10d008c1cb46446eaa9220 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to manage scans of inverted index relations
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cb4e32fe66b07a7e34efec3e8a1b9bb29b8a02bd..c1c69cef1d1e247389bd348807b0ef11a1efff14 100644 (file)
@@ -4,7 +4,7 @@
  *       utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 323cfb032ca0cb4ecf2261381d127f17f27a41f4..9e496dc736f11d6ec3f62f263712ba9a82e26ec3 100644 (file)
@@ -4,7 +4,7 @@
  *       delete & vacuum routines for the postgres GIN
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d9b0ce02ac4dd39475a627f1afb404caad125560..b4d310f337a91d61313092b1f86103d32cad9ad2 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for inverted index.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 53bccf6d185b37c44a2fdd00d0b946e1817d1e95..834d9d33358a56ec59e3134917152aa9f6199ce4 100644 (file)
@@ -4,7 +4,7 @@
  *       interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ff888e2e01d299f53e9bd59dd8803d15ed647b93..98ea0cb2d1450e1ed3acde37f4e43f75c0389bc3 100644 (file)
@@ -4,7 +4,7 @@
  *       build algorithm for GiST indexes implementation.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9b401882c895b0157e251d802dc767facb9a6373..8e3fcfbdc112f5a60ad3381e0fbf6cbc5ced64d6 100644 (file)
@@ -4,7 +4,7 @@
  *       node buffer management functions for GiST buffering build algorithm.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ce8e582059df97250d5f9a4c8c24d297d300e49e..21f9de511ffd62a53f2c45f365a11e0cea963704 100644 (file)
@@ -4,7 +4,7 @@
  *       fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 22ae31c0f878a3d8884ad621714b53a81ca355de..1da9f87321ff7d683f0a81635a8b543a50489932 100644 (file)
@@ -7,7 +7,7 @@
  * This gives R-tree behavior, with Guttman's poly-time split algorithm.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a17c5bc56460eb0805923a3e40cc10f87c719918..8ab418383615ef08ee001c27fd2b2defffc3aaa3 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cacb010208265606c8cf1f8d52dd7b649d3f7648..d394969a57a876b3ac0555541e5030d7430bc991 100644 (file)
@@ -15,7 +15,7 @@
  * gistSplitByKey() is the entry point to this file.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7d596a3e2e68c2b0be7b7f4e89ea5940579803b1..0995e0355cf5ce368ff4337118cfafe82b8ba5f2 100644 (file)
@@ -4,7 +4,7 @@
  *       utilities routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a0b0eebed3dbf704cc0dcfe23c42542a96ada245..346f6d96f4dd94936c9516309582d49d439a6e52 100644 (file)
@@ -4,7 +4,7 @@
  *       vacuuming routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c63cc8190c4d3722eb9451076d546b1886512c21..b48e97cc66eb9b6361278ab34a245fc4b9dd4832 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for GiST.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 24b06a53314343807be0d96abf43c44e479b2a51..1d21ea155b415d6543d4229affc41b3373002037 100644 (file)
@@ -3,7 +3,7 @@
  * hash.c
  *       Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9ee654e1446ff727d095b565c0055816c0b16f88..dabaf5a7dc2e436d5fd1b04b936f99dbb453a3ba 100644 (file)
@@ -3,7 +3,7 @@
  * hashfunc.c
  *       Support functions for hash access method.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 63aaec9f9063ac25e04818a8d342c506f692a18d..acd2e647638ab619ecb02f8135146978cb8bf782 100644 (file)
@@ -3,7 +3,7 @@
  * hashinsert.c
  *       Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b7751642476d67afddae900144dda42b176d7bfc..db3e268a76124ca39020d5b4e3e36ec3e224c333 100644 (file)
@@ -3,7 +3,7 @@
  * hashovfl.c
  *       Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3c11cce72ab9d2af0c8462c24ed0e68200f6e054..178463fcb65bbded579271a0c0360d6804833803 100644 (file)
@@ -3,7 +3,7 @@
  * hashpage.c
  *       Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0b5b55c076beb3c0c4f6d60ceb7bd4516ebe5b0e..fe97ef201a0dbd0fa220e77b136e57d8f7238878 100644 (file)
@@ -3,7 +3,7 @@
  * hashscan.c
  *       manage scans on hash tables
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e9d7b7f7a9386db4bc1857be8de8661ed2b6e6e2..6025a3fac7f4d0172f19c3c8c6325a310d14ae22 100644 (file)
@@ -3,7 +3,7 @@
  * hashsearch.c
  *       search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c67c05773470e8956a4a4884abcd4dbd7a35d16a..51b9f3f792a0cff53c1d259ce1dc0dfd2bec2d97 100644 (file)
@@ -14,7 +14,7 @@
  * plenty of locality of access.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3d66216474971ef510b9e021c5f0e6663580df44..86037d47277dd080bac3d23ebe625744a216a5d6 100644 (file)
@@ -3,7 +3,7 @@
  * hashutil.c
  *       Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3c2878b2d409cd131fe1f6a52c6b40a6ea1dcf1f..f4437428cb3d9d66a884884c8c7621a64110f6d8 100644 (file)
@@ -3,7 +3,7 @@
  * heapam.c
  *       heap access method code
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6db73bf9d00774c909970a72992fc4262aa49ed7..8140418c390f56ae1b20884dee4a57dbe6aef5c7 100644 (file)
@@ -3,7 +3,7 @@
  * hio.c
  *       POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 563e5c353cda36784da1b6f4b609e677a70e5e86..59beadda9d1db58c9452ed804d593a5bb76f356f 100644 (file)
@@ -3,7 +3,7 @@
  * pruneheap.c
  *       heap page pruning and HOT-chain management code
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6a6fc3bf11dab4a890bd8b68ad3276a5b42a19a8..f9ce9861e2cacb520c48d39892e3a176144ad7da 100644 (file)
@@ -92,7 +92,7 @@
  * heap's TOAST table will go through the normal bufmgr.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 266c3309c0b6518af1ed6451e6956406a2c08a57..a0f500edc88d2a7d96318fa83524173d689cdf97 100644 (file)
@@ -36,7 +36,7 @@
  *             ss_report_location      - update current scan location
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b9691a57bef615c7d32bc1b61e5c3f3fef7bd879..4cffd21d180e373309b11df85b7f0c74074df950 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for external and compressed storage of
  *       variable size attributes.
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7c387720d3b5f104bc3e4ae0557b391fec4f61a7..fc28f3f8c5d6fb039d6eaf7aead2c17d17064beb 100644 (file)
@@ -3,7 +3,7 @@
  * visibilitymap.c
  *       bitmap for tracking visibility of heap tuples
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aa5b28c61a07c4d1dde7de4932835ebb21753bd2..65c941d812c53c4c2f7ad249510c0e0ca41cd6e6 100644 (file)
@@ -3,7 +3,7 @@
  * genam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b27e732f13e5c9e056d3b130b1b929b29143b32..9352423305d2e8508c1b1b3f366f3e3347a9258e 100644 (file)
@@ -3,7 +3,7 @@
  * indexam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ce800945acf838e6017e682df6dc59f783bb829..0d60da61cc8b2f4e0a776fdc0514f601efc164e9 100644 (file)
@@ -3,7 +3,7 @@
  * nbtcompare.c
  *       Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 77c2fdf90b43b6198a8ab541264092ef402ca47d..e3c55eb6c474314e43d9db7c5bc5afe7564a3f50 100644 (file)
@@ -3,7 +3,7 @@
  * nbtinsert.c
  *       Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6e65db91eb564b4404c72ce83b44d03007afa706..67755d75acb10e69a4d904ee910aa0525f14fec9 100644 (file)
@@ -4,7 +4,7 @@
  *       BTree-specific page management code for the Postgres btree access
  *       method.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cf4a6dc7c478075286f00e88903336cafdeca760..712385b3bfc48022216547a989cd51a645cf1d5a 100644 (file)
@@ -8,7 +8,7 @@
  *       This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d69a0577a87cdd3ed9797f3bf47f0a22272c1de9..3db32e8d560242290a2cc2e57a982c2ac5890335 100644 (file)
@@ -4,7 +4,7 @@
  *       Search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f95f67ad4b5ceb7f9af4fb0e12ebd115b0a6e336..99a014e8f47c77268c63e1ef7a4a1a01805d4729 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 91331bad651506d91b20ccf94d5fc4015b88eabf..555f7df3f93b49b0cc82fdb27f84d59c67f4a462 100644 (file)
@@ -3,7 +3,7 @@
  * nbtutils.c
  *       Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index da28e21d5cbd46655a287dcdf0b850b6676dc47d..bba4840da05d5e2f0d63dd6b74231fb364f7b1d3 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for btrees.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8552678a7ada0bbe218a977dc115f124f4ddf623..433526f5eccfd54263ac4ad063d0a1c61cf85010 100644 (file)
@@ -3,7 +3,7 @@
  * brindesc.c
  *       rmgr descriptor routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 70c02c6ec963ee5821b7b59dcc7dcc61b0a2f1ed..41ea254710c8d807f88f6531025edb7456963331 100644 (file)
@@ -3,7 +3,7 @@
  * clogdesc.c
  *       rmgr descriptor routines for access/transam/clog.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 59975eae9a670875a035cdf7995b4df22448966a..527e5dc72419c009259d90e7b752d1657f67894a 100644 (file)
@@ -3,7 +3,7 @@
  * committsdesc.c
  *       rmgr descriptor routines for access/transam/commit_ts.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2220afc5cb245dfb14fea4cdeb41a30d799cde11..83720ce765ed739a41e73bec1560596d36a6156f 100644 (file)
@@ -3,7 +3,7 @@
  * dbasedesc.c
  *       rmgr descriptor routines for commands/dbcommands.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 09e928fb7c6dab1c1aa08ff8643f041be53ab103..db832a5f789cf01eb3d0d41aeb0ca5a37cb33df2 100644 (file)
@@ -3,7 +3,7 @@
  * gindesc.c
  *       rmgr descriptor routines for access/transam/gin/ginxlog.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b199c6fa20795406b3cb5f3563b193a02dfa05d1..90bb88109f51704d6a21875fd188e13f3de3522f 100644 (file)
@@ -3,7 +3,7 @@
  * gistdesc.c
  *       rmgr descriptor routines for access/gist/gistxlog.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c940a6dab9e2d619911117349b6d44753e6fc17..d37c9b1aae3741a67f2c7ed4b51aa216a48e2a5a 100644 (file)
@@ -3,7 +3,7 @@
  * hashdesc.c
  *       rmgr descriptor routines for access/hash/hash.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4a1b002cf1f2a7a9314db671df38b48fbed6133..a63162ca22c6a5fb73adef3dd3cca845cbb1f608 100644 (file)
@@ -3,7 +3,7 @@
  * heapdesc.c
  *       rmgr descriptor routines for access/heap/heapam.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b8134f258207e82649b8dc6ed7b0bd293e5e5fc..27c1fb0fc01b56c98c01a6ea570335b750fee84b 100644 (file)
@@ -3,7 +3,7 @@
  * mxactdesc.c
  *       rmgr descriptor routines for access/transam/multixact.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a713d7f222b1b46ab3cad9760f609a682b9d16e1..7631cb5c73f8d0d2b747ae83cb116f85210f466f 100644 (file)
@@ -3,7 +3,7 @@
  * nbtdesc.c
  *       rmgr descriptor routines for access/nbtree/nbtxlog.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7ee228fdee04c95e8a260640df62157305a5a178..097a709fb2ddf7c65118a046d7a2aef147d23d82 100644 (file)
@@ -3,7 +3,7 @@
  * relmapdesc.c
  *       rmgr descriptor routines for utils/cache/relmapper.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 479e3b4ebd74ddb282b2f0b2ec01129e0a911959..ce8ba10c14c00b989bef0a4b7e8182cc97551330 100644 (file)
@@ -3,7 +3,7 @@
  * replorigindesc.c
  *       rmgr descriptor routines for replication/logical/origin.c
  *
- * Portions Copyright (c) 2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2015-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b3c320b8dbd15380edac3c719b4473f98ae22e4a..58557157350fd15346eb3d0219bb95305f5f559f 100644 (file)
@@ -3,7 +3,7 @@
  * seqdesc.c
  *       rmgr descriptor routines for commands/sequence.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 56d02c325c6e364b674dd9df90bdee6db91c470d..0c6e5832a1cee3fa0fe5ed874e94a4c8ab5f58f4 100644 (file)
@@ -3,7 +3,7 @@
  * smgrdesc.c
  *       rmgr descriptor routines for catalog/storage.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 478f50c7a0d2055a258c77ff5c47ee859ef21dca..8be47f952670790141631bb040ca468270af9b90 100644 (file)
@@ -3,7 +3,7 @@
  * spgdesc.c
  *       rmgr descriptor routines for access/spgist/spgxlog.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3d35f38a9da369d19cd4702da4f4c5e56beeec8e..f97f7d517ecfe90a930069b79753be29e1b9c29d 100644 (file)
@@ -3,7 +3,7 @@
  * standbydesc.c
  *       rmgr descriptor routines for storage/ipc/standby.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 192cfe4bd0c8579a420b915d6ecffc0ad1b562b3..15440271a328f9de3330b3beead0979cda9af079 100644 (file)
@@ -3,7 +3,7 @@
  * tblspcdesc.c
  *       rmgr descriptor routines for commands/tablespace.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e811c0a61ee463190f5b12079afc17e55b2273b0..e8a334c17dbd083fd0ce4f6b1f8ea8225d99600e 100644 (file)
@@ -3,7 +3,7 @@
  * xactdesc.c
  *       rmgr descriptor routines for access/transam/xact.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5e210b9947dc6c2afb9a41078aa3f9a73114665d..b694dea53cd86f53e9c2e0d81dae5b3e4edcd031 100644 (file)
@@ -3,7 +3,7 @@
  * xlogdesc.c
  *       rmgr descriptor routines for access/transam/xlog.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index db5d962b885c2afc6f693f1d8b6e6fb411dc3a7d..f090ca528b1be0220a692d0a12db5ec3b8eef838 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of insert algorithm
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bceee8def52c4ccf368c7e025b9356384ce2c792..0e6a180cc9ef876b2220658c44b5efa40d5565f8 100644 (file)
@@ -5,7 +5,7 @@
  *
  * All the actual insertion logic is in spgdoinsert.c.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 88c0df258943492ebeb9558188641387598c8239..1ab93350e15e36fb7d72b17a3c8202f0ef374a2d 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of k-d tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a5f93614df32065bd6c177b199ac44f80c300bb0..40ab760b0f153e5b8fb3ffa97eb62b914be457c5 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of quad tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8a0d9098c5edfadc3c530586592359c6a24372f4..48e678c970e14fb348f838cfe25182554fba0181 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for scanning SP-GiST indexes
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e41f2e6a80e14480265f58acf8e37dc8e0e1fc0c..5e0629f7d0d4c8062826bb6583a1f4140a71bfdf 100644 (file)
@@ -29,7 +29,7 @@
  * No new entries ever get pushed into a -2-labeled child, either.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f38287c28d81e9288b88125427628f726387f996..9ba077686a9be0e5fc695d6b611f553265f27b01 100644 (file)
@@ -4,7 +4,7 @@
  *       various support functions for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 06c0b0af7eedcbb530e78b508a6ca6c1afabd79e..c2d4f0a68a6d92d6e48e0acef032e7cd0ad74e47 100644 (file)
@@ -4,7 +4,7 @@
  *       vacuum for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6e63300ced5c4cbdba2df98481ec64204451e4d6..01a4e0f2528b043ab3d210bebad2d0d103aa6d03 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ccef4f7f8438828bf6b3de8b6097ca5695335d91..bc45fd1bed709b7f402d4174e862d8d66e0da614 100644 (file)
@@ -13,7 +13,7 @@
  * cutoff value computed from the selection probability by BeginSampleScan.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 080a3121141e05f7078ce072aa661d72510bba7b..65f8c58d67ff2f6b11d8ead21297fd2ae56f5624 100644 (file)
@@ -13,7 +13,7 @@
  * cutoff value computed from the selection probability by BeginSampleScan.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b8ad7ced743cba99021c4752fc8131aa46c99789..d96aa5b2a3c7830502ad4893f8a30e1ef64616d9 100644 (file)
@@ -3,7 +3,7 @@
  * tablesample.c
  *               Support functions for TABLESAMPLE feature
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ea836553d67d4990ffb4fa1d31d648f1b7cd5605..f4aae10d6b7af49228fdf615bf6f04d8cc8e6492 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/clog.c
index 9b106dbbd5a29dd2fc58766831d1006a7f8c00a3..8942a1d2f5b0007f8d1d73bd9837c67da701804f 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/commit_ts.c
index 5256db21cbe13195eea3d358fc323dc7b07e785f..3334e0cdb629679b9ff902287bf2e3532403486a 100644 (file)
@@ -59,7 +59,7 @@
  * counter does not fall within the wraparound horizon considering the global
  * minimum value.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/multixact.c
index 7c8efba54fc4eb8c59bf57c30aaad3cbf19529d7..8eea092fb4619f523ca8dabf749c4eb42176d342 100644 (file)
@@ -3,7 +3,7 @@
  * parallel.c
  *       Infrastructure for launching parallel workers
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 08979006275f0ad8afc80ffbaea36d89929bbc84..fb74915ee44c7c5fc1af8109a006913da5ce3a71 100644 (file)
@@ -38,7 +38,7 @@
  * by re-setting the page's page_dirty flag.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/slru.c
index 36426c5bb6e1af471c81eaff2f6c87a2b352853e..dd5db7c404db7bf345c17d0a8f6138a0f4b9587f 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/subtrans.c
index c6862a8a6ec06c0b95f996f89cd58d63a56673f7..f6da673477aec310c4d15a7d147b97ff92f1d61c 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/timeline.c
index 1808177a54e9172de02ae07fc1bf00eee4cd3b7d..1eba49a94b321b83185f0a6f9ac4ab1914ad6c63 100644 (file)
@@ -3,7 +3,7 @@
  * transam.c
  *       postgres transaction log interface routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8c47e0f707698de7253a39f6c2a2be9c7d5bcb55..2251b022da6e2072c59d87866430ed0a8531d3c9 100644 (file)
@@ -3,7 +3,7 @@
  * twophase.c
  *             Two-phase commit support functions.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 50ffaa8dd4036ec98fe3effea42f51d0fcd3613e..9f56e61e54c213b375a5299fa10d8be26e9e3431 100644 (file)
@@ -3,7 +3,7 @@
  * twophase_rmgr.c
  *       Two-phase-commit resource managers tables
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cf3e964fc6ec510cd8b4247eee20c7e02d3cacb7..2f7e645ace8d85c28489024af956fc194bd18bf7 100644 (file)
@@ -3,7 +3,7 @@
  * varsup.c
  *       postgres OID & XID variables support routines
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/access/transam/varsup.c
index 47312f6854fb2c83dc54387def99f22f8fea30c0..b0d5440ca33dcfefa5873aaa5b326e7b4a36d47a 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/access/transam/README for more information.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ce2e0741d3cd08dc20bfc37d23aeed291425673f..aa905039f70b013cf5a233b6661c6671534730ea 100644 (file)
@@ -4,7 +4,7 @@
  *             PostgreSQL transaction log manager
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlog.c
index 7af56a9a740b2c0f81920f4f6a3d38edeb282a49..277c14a81047ab2099578a21ee319bf321d58baa 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for archiving WAL files and restoring from the archive.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogarchive.c
index 329bb8ca25d55d4577c08be6f03d635ed23885d9..42168985e0c459beab128688b54d8a505a352298 100644 (file)
@@ -7,7 +7,7 @@
  * This file contains WAL control and information functions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogfuncs.c
index 925255f52d40836b52419b99cd145cebff6b4409..ec193dd0e45f33acc793f2606a7c5fa6ea5c66fd 100644 (file)
@@ -9,7 +9,7 @@
  * of XLogRecData structs by a call to XLogRecordAssemble(). See
  * access/transam/README for details.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xloginsert.c
index 37cf9dee80ff4b30b3649bee3a70bdab24d116c6..fcb08720c0acb26484b6089a94a8cfecca862e3f 100644 (file)
@@ -3,7 +3,7 @@
  * xlogreader.c
  *             Generic XLog reading facility
  *
- * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/backend/access/transam/xlogreader.c
index 9073a850e8b1c114d79f3cbc1dc8717607b98a35..37e9e403fcac60cfbea14878a9d261ccda86a9b8 100644 (file)
@@ -8,7 +8,7 @@
  * None of this code is used during normal system operation.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogutils.c
index d8d1b06ff0a4f7911be75320f090b20e6df759e7..41d2fd4a5f354250508cbeae6960dfd97c0870b9 100644 (file)
@@ -4,7 +4,7 @@
  * bootparse.y
  *       yacc grammar for the "bootstrap" mode (BKI file format)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e60d377ccc38db75d476cd5bd7c6ebe6385ebfb9..0e1413bff9f5f7a3bfe7850f20d67abc64e57acf 100644 (file)
@@ -4,7 +4,7 @@
  * bootscanner.l
  *       a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 95d6c146fa51e1f56399d7e8b27c7adfb41fd7dd..c0192398604246d348a2d5b784b5947907ed7a1e 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5e704181eccf922a91041410c9c7ca9e8806c5ed..f411b970e523ee89a83f5906306acccd0e996587 100644 (file)
@@ -4,7 +4,7 @@
 #    Perl module that extracts info from catalog headers into Perl
 #    data structures
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/Catalog.pm
index 50a00cf8c8a38808fcc3546e988cd869b0877a2d..0f3bc074e1f336987b55e8cfb62a74659a4c00f6 100644 (file)
@@ -3,7 +3,7 @@
  * aclchk.c
  *       Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 81ccebf3c94afcb8394450d6db29e74d7b5c350d..bead2c1e22250f6b2b03bd603c3c5c51a035e988 100644 (file)
@@ -5,7 +5,7 @@
  *             bits of hard-wired knowledge
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index efca34c66d78fc8efa94f918f45c4b821816a2df..d657c20bad1142bbe5fe8834a92f6c90838c3d41 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d06eae019ad91bc5218ec95b358312a748e3a928..54a14e5dc368ab265ac76f14b96ca508850a6fd1 100644 (file)
@@ -7,7 +7,7 @@
 #    header files.  The .bki files are used to initialize the postgres
 #    template database.
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 04c4f8f1ef20755f69c2063ff8a4d30c07dc9c20..d14cbb7ab909fbf629978f418d38715160fee356 100644 (file)
@@ -3,7 +3,7 @@
  * heap.c
  *       code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c10be3d6996aa74d27881827643bdc2a814f0a63..062691c9c633adcba50c1bf2dfa9cfbcfe48e6d2 100644 (file)
@@ -3,7 +3,7 @@
  * index.c
  *       code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0231084c7c9223405582ddd7affa7409057128d7..b9fe10237bbb88b026bde171e56da3f695b3159f 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains routines to support indexes defined on system
  *       catalogs.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 22398598734816bf339c2dc0c3f0a78d03f56966..659d7cb5a49b465eb68c7c034fe067014f3fdadf 100644 (file)
@@ -2,7 +2,7 @@
  * SQL Information Schema
  * as defined in ISO/IEC 9075-11:2011
  *
- * Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  * src/backend/catalog/information_schema.sql
  *
index 6644c6fc799d8b805ec313d1463dd1adf461d1e9..8b105fe62f6ac89800ab8f541daba1bd3097d477 100644 (file)
@@ -9,7 +9,7 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 334b73dace20f0dfa8487a8d297fda78d7f407d3..23103d0cb6615419e70f5450b3c8ae19b9ba5021 100644 (file)
@@ -3,7 +3,7 @@
  * objectaccess.c
  *             functions for object_access_hook on various events
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index e44d7d09e1617853103de595c9e5bba9451f5e1c..65cf3ed9fe80d4fd4f19731d3ffd18e2ce75abb7 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.c
  *       functions for working with ObjectAddresses
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 121c27f105dbbef843ec95c48555f8095bdd07e4..1d845ec824c857ff96f7651162e31a0cc2f8dd94 100644 (file)
@@ -3,7 +3,7 @@
  * pg_aggregate.c
  *       routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 226f524cb4b649fb4250109bc379b20d0e459822..f37cf37c4a583a5bb95a540fe3abbf63ae221546 100644 (file)
@@ -3,7 +3,7 @@
  * pg_collation.c
  *       routines to support manipulation of the pg_collation relation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 17f5bce18d7ef2bdad294d4a18a8efaec1bb9a3f..28e3aed246936984f98b0029ebf1a7cab9c695a8 100644 (file)
@@ -3,7 +3,7 @@
  * pg_constraint.c
  *       routines to support manipulation of the pg_constraint relation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 56ab016cc9cf410e07e1f01ff33cb492f3af6c70..e2feb1709c32b7c5c162929184895158c6142ed6 100644 (file)
@@ -3,7 +3,7 @@
  * pg_conversion.c
  *       routines to support manipulation of the pg_conversion relation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cf14ea10bf22720359952f90105c876683e0293b..9414ede96106657b5fc9096538dbd8c4e91e48eb 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a528a0e47b099615f19ab79f6e4890e18a186d8b..7a0713e6cc0254d87f868df6bf928fda5802688c 100644 (file)
@@ -3,7 +3,7 @@
  * pg_depend.c
  *       routines to support manipulation of the pg_depend relation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 902b0a7297cb0eba59d9017867ec6035f10d42a8..af89daa7128ee6274b669bc118a7d0bafa6c3d8a 100644 (file)
@@ -3,7 +3,7 @@
  * pg_enum.c
  *       routines to support manipulation of the pg_enum relation
  *
- * Copyright (c) 2006-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 04687c1a3e14dadd1be1cd14db861a4f8ece8677..00f2ae0bbbed7713300ce50ae54533ba33f629e9 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 387c920d51389874882bcea63fcbebbb49c077b6..d08b94e28f443275de63cde5e0dfc7d257b0bda2 100644 (file)
@@ -3,7 +3,7 @@
  * pg_largeobject.c
  *       routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2dc6a28e5892b3043852aa1db8b18b50e1dd81a9..e5eed79237098b5b4eeb19d9163c348a68b93232 100644 (file)
@@ -3,7 +3,7 @@
  * pg_namespace.c
  *       routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d7333b00d3fb1ce0523957d615589fb45f115825..3cd18995565e8c881aef4d65fc2541ef7257d14b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_operator.c
  *       routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9567423d2fb8ae6814e8747b47be79ee434213dd..c1d1505e648de84b76ae65aacef578e3bdfadde1 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.c
  *       routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index addbcec8f6e4abe381d3fea626b5b930d4bedff6..84e7733e74f2983c619c220c3baa1a7dc1dfc935 100644 (file)
@@ -3,7 +3,7 @@
  * pg_range.c
  *       routines to support manipulation of the pg_range relation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c3cce67a8b64a494aae6c12571be96b4ca3c8606..65ecc45d49e9b8c6c62dd9df3d5d1a2cd081a6a7 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shdepend.c
  *       routines to support manipulation of the pg_shdepend relation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c4161b7b3fc391cf3d9c653059c265786d029b45..4b2d281f2c9cec4c487819f19e99744b78fcf73e 100644 (file)
@@ -3,7 +3,7 @@
  * pg_type.c
  *       routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d4440c9d1dbeb47235eb8362233b1c034f1dcf62..fe68c998e8de130c0fb446e22a4090f5c7aca66b 100644 (file)
@@ -3,7 +3,7 @@
  * storage.c
  *       code to create and destroy physical storage for relations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 536c805598b4c92b3d414fda2cd509091f323191..2052afdc8d7183079460a37cddf5034b0a10bc97 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PostgreSQL System Views
  *
- * Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/backend/catalog/system_views.sql
  *
index 3652d7bf51b46ffe8654362e28cc58233cd6c2f3..0aba9e2cccdbf15b0815f420186eab5861225f09 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains routines to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 894c89df947d33de129520cb9f681dd23f2e084e..441b3aa9e55e1666ec004d3e6e4633f8dc303562 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for aggregate-manipulation commands
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 535741e92367871efe9ccf56e7a0381a66c2202b..5af0f2ffdf346163306ebe33e1f36443f8b45e7d 100644 (file)
@@ -3,7 +3,7 @@
  * alter.c
  *       Drivers for generic alter commands
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ddb68abf6b4e358a5b69913ba66de65fdf367860..070df29bb2f27ae859fb42a288298f4b2b67cd18 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *       the Postgres statistics generator
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 38231c99e21ec165e9e86d99776818f744140337..cf17b01547a071dbc6238877e3e6007171da2e28 100644 (file)
@@ -3,7 +3,7 @@
  * async.c
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7ab4874c4bdd74772b73a337689bd0ebd4bf692f..23a69dc0aa2becc78363833862d48a1f2c1dde9b 100644 (file)
@@ -6,7 +6,7 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index df67e50942032933b993af33dc60e7a60be79d54..e4ebb654a6e856b3856e54ecbc7893de01745317 100644 (file)
@@ -3,7 +3,7 @@
  * collationcmds.c
  *       collation-related commands support code
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6d8c0061bdc97245db58789e57c87cf28cbd3073..a0d3f8d01dd0a5df7034983f6fce5b040f9905dd 100644 (file)
@@ -4,7 +4,7 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/commands/comment.c
index 28fccaf381edb6e64e951f86d1d4e58e7efa230f..26f9114f551edd286c5212aa3733a7e8d7fa1dc4 100644 (file)
@@ -3,7 +3,7 @@
  * constraint.c
  *       PostgreSQL CONSTRAINT support code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9cd5ced5c7a4773ad861f1ddc9ed48e00c878505..752e2a2fef19fe1ea92ed7151ec198de5b58d45d 100644 (file)
@@ -3,7 +3,7 @@
  * conversioncmds.c
  *       conversion creation command support code
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7dbe04e5138673706cd3958f9831bc1e66f0d53d..3201476c9e8dcfc9ad8cf399ef08d5eebaf26331 100644 (file)
@@ -3,7 +3,7 @@
  * copy.c
  *             Implements the COPY utility command
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41183f6ff56feb182df288d7124286fdf8c861a1..fcb033130927cc07f4fc60dbcb1ca84629958c95 100644 (file)
@@ -12,7 +12,7 @@
  * to assorted legacy behaviors that we still try to preserve, notably that
  * we must return a tuples-processed count in the completionTag.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6cbe65e88a45f979e1fde02b00298756d36fc216..c1c0223770eb68a2b42f19ea6a405a4fadfbb9d9 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 638eea153d49a2dc0852a424079f7b2900873f64..ece803ec4bf831d92af08d8ac160bd9e9ef51831 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b40ef35ab69f165b960903833fc7150595cf989d..5b8bd675791be7e2682d4e55d55827a389f035bb 100644 (file)
@@ -3,7 +3,7 @@
  * discard.c
  *       The implementation of the DISCARD command
  *
- * Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f04f4f5f31e8149a00fa04d93d8c7678fce0f99f..522027ac3eec61c0d7635984652663669fb92b88 100644 (file)
@@ -3,7 +3,7 @@
  * dropcmds.c
  *       handle various "DROP" operations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3d1cb0b8e3057f3e8ef7128e1ba2a0cab5926800..9e32f8d09b1fb746ecb65ddf1aebb5d8258d8bb1 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.c
  *       PostgreSQL EVENT TRIGGER support code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 12dae778a76493f46a4df0ab795789ca315beca8..9827c39e09de09dfb7ea4ab63694f321e2b88937 100644 (file)
@@ -3,7 +3,7 @@
  * explain.c
  *       Explain query execution plans
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 5bdf25fc0fd4ad4e3fc96b811bc3c1450ed5a30d..9d84b79ea09be811f23d25e52b4ec6f665ad6c0a 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cc912b2a790dc3e4530c33b4c0d03e623ad682e8..7036eb1246922baaea34f75064fdc3d53bbf4eeb 100644 (file)
@@ -3,7 +3,7 @@
  * foreigncmds.c
  *       foreign-data wrapper/server creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index efc3aa4b9ccb4a9edd88fedd078f9fa8e75477ae..a745d73c7a517e0a163ff850149fbfd531778a4c 100644 (file)
@@ -5,7 +5,7 @@
  *       Routines for CREATE and DROP FUNCTION commands and CREATE and DROP
  *       CAST commands.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b450bcf754e8b347631190f0852e92adbb3bc81b..7b3a2f498b8ff656825681209dda6b09c4752837 100644 (file)
@@ -3,7 +3,7 @@
  * indexcmds.c
  *       POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a1670821aa4291fba6078e9cde94ccc9f1635826..175d1f3f2e6fd954f9287abdbdd1a4b5e6b59e8d 100644 (file)
@@ -3,7 +3,7 @@
  * lockcmds.c
  *       LOCK command support code
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 745b76527d1c34cc36c785b522a28ccb29f8007a..869c586ff64f25a54e0433566887cfe2792323b7 100644 (file)
@@ -3,7 +3,7 @@
  * matview.c
  *       materialized view support
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3375f10861db97c0b4e9ebc9d7f775a69f113f8a..a0ca2114d1b48b720c94c187f20a024e0dd5862d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for opclass (and opfamily) manipulation commands
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 67d266cd7455dbfbb8c0d94ec4b1e9dd3623cd7c..664e5d7de74514837729610a9780eb72b7c9a4e1 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for operator manipulation commands
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6b9c3065b4f9ab1d3661a34f7ae47316e23b30f4..7e97b83927f3e1561e2f3a7d6d897221f5983264 100644 (file)
@@ -3,7 +3,7 @@
  * policy.c
  *       Commands for manipulating policies.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/policy.c
index 327b2a5fe90193f37bb19af1d2f28cf426cc0d80..8c045c090b453375c36648384a5ec8edbb06c2c9 100644 (file)
@@ -9,7 +9,7 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d4aa69d8256c657e841f6b4eaf713ede153ebec..cec37ce0405739d42732848ae08eef58dfa3daaa 100644 (file)
@@ -7,7 +7,7 @@
  * accessed via the extended FE/BE query protocol.
  *
  *
- * Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/commands/prepare.c
index 939b147c1d6551366eeaa2ce2dd49f175b9fdd99..5696dc214d1b9b2b6afdc40b02ca04fc73f122f9 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.c
  *       PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 01e8612145a5356686d2a36bdc2a6b7a71c18538..a60ceb8eba7cb710a5503d2c51259b4b2942298e 100644 (file)
@@ -3,7 +3,7 @@
  * schemacmds.c
  *       schema creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1ef98ce3532281ed232c48804fee010087e4cf91..5bd7e124c184d477912a0249466da2e6a7a4ec0e 100644 (file)
@@ -3,7 +3,7 @@
  * seclabel.c
  *       routines to support security label feature.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 9c1037fe53fa4150aec308d2827e2344d9d45ff9..c98f9811119e8df366aa7e20e8fff2f88c52e31b 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.c
  *       PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a217dbcb1ef65bfad0ffd02468ec4fba76d46054..0b4a3346316417f1f0174c749af8aa337212e8c0 100644 (file)
@@ -3,7 +3,7 @@
  * tablecmds.c
  *       Commands for creating and altering table structures and settings
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 137aec255f4178c585dfa880a52fe518767f69a9..1ff57285e5949b6a8c80c98c2415ebe66c830dc9 100644 (file)
@@ -35,7 +35,7 @@
  * and munge the system catalogs of the new database.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 43421d63a5fe72a1c0ce5f45f8494e9558ce3c8f..15cb18b012306400b047b2a4b813535418fb599f 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.c
  *       PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ff900401935beed095ce1d821a7e1107f6522d16..69c038c52b15a7f495f04a473b5541e8fd84f185 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for tsearch manipulation commands
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8d8731d34900b042432c352b4a107f8e933531ee..f0b293ceecef895d2b6329101da56dc8ef15d72c 100644 (file)
@@ -3,7 +3,7 @@
  * typecmds.c
  *       Routines for SQL commands that manipulate types (and domains).
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2961ccb8ef3d68561d09ae5968d7a256eb25b1ce..4baeaa2676ea10fcb0a537b40c53e817b21aafa6 100644 (file)
@@ -3,7 +3,7 @@
  * user.c
  *       Commands for manipulating roles (formerly called users).
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/user.c
index be89b9b86b6003307d92e88cb59bc8e3a0974608..4cb4acf33a505c9fae6e315423eb9667b95de808 100644 (file)
@@ -9,7 +9,7 @@
  * in cluster.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2a8cab746a943e5712782d30434ef3d836d6a90c..4f6f6e7782d6a632fb37031fca5404e8cc9b1bc6 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 16c122a22bc7f1916cd5b2a1f84fb622e380cc23..903b3a631334a2aae23dc16e924189c2bd127182 100644 (file)
@@ -4,7 +4,7 @@
  *             Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index efa4be1732f80cfbb55e0cfe500557499920b6c7..e9d9ba288ada0eaa4a16c264a10e5a450e615183 100644 (file)
@@ -3,7 +3,7 @@
  * view.c
  *       use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b969fc080374860108aec808f3afef50e888a10f..ada54a102d88a6b1f97bf4c2412fe1b5d70b691c 100644 (file)
@@ -3,7 +3,7 @@
  * execAmi.c
  *       miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/executor/execAmi.c
index bcd287f87429b4fc6edbf011bbeca3947a068cb1..2e4e485a0642d446461d67201d050427ae0d6b00 100644 (file)
@@ -3,7 +3,7 @@
  * execCurrent.c
  *       executor support for WHERE CURRENT OF cursor
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/executor/execCurrent.c
index 183115fa3263e71239e1c1f99632306e836b05b6..808275a094b64fb8b18d616118edf90494348f66 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8f1b05818d6fef59a1292187ea86d72df9eec287..838cee7db078eea62e9df754843697236173a8b0 100644 (file)
@@ -95,7 +95,7 @@
  * with the higher XID backs out.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41a09e2e41687fdd595309adc441f39fbb3aff12..74a10048a2dd6c4f6e3a03787dd71b8d99cab486 100644 (file)
@@ -3,7 +3,7 @@
  * execJunk.c
  *       Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9f2af6d0acd57fd4f79f57fa296b971a98d9f369..76f7297c077f2bf3e0c9392848933f2b93333eb2 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 30e6b3d2a7275271908dd152d44a7d85ba51350b..4658e59941aea79e34a56564d5a2722073ea216c 100644 (file)
@@ -3,7 +3,7 @@
  * execParallel.c
  *       Support routines for parallel execution.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, 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 6f5c5545c9205c6d4ed58259ecd0a3535194a0b0..a31dbc934ef43e59e80e3257fd46d2450bad27cd 100644 (file)
@@ -7,7 +7,7 @@
  *      ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *      processing.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d4dc2dcd21a313c73b2dab08abb1ce4a467edf2e..778b6c1552f044238662180e6337f39392b0d3b9 100644 (file)
@@ -3,7 +3,7 @@
  * execQual.c
  *       Routines to evaluate qualification and targetlist expressions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3faf7f9a77d4e2b04355e363a58ef4a5094b0883..fb0013dc534c5599cb628a8a0dd1f81339d40634 100644 (file)
@@ -7,7 +7,7 @@
  *       stuff - checking the qualification and projecting the tuple
  *       appropriately.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a05d8b11158ec63df7fabcf1bbd333dd0e4dadeb..c5a75a08d06a8c571b46a6163ffefa89ffd8d162 100644 (file)
@@ -12,7 +12,7 @@
  *       This information is needed by routines manipulating tuples
  *       (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a73581541071784ed4655b7e65b170f38f2e6b69..e937cf8e7e2c4b1f6f131389ecb069e343f739be 100644 (file)
@@ -3,7 +3,7 @@
  * execUtils.c
  *       miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0919c046e5ed274f6a6005b520dc6663628d8a51..c3cdad4abf738bb12648bde5a6f2cf2ec1615b30 100644 (file)
@@ -3,7 +3,7 @@
  * functions.c
  *       Execution of SQL-language functions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bf509b1e75369d9fb0db6deb4eb329115aa44740..2614bf451f05e2c94c0bdbee89252f38c055d670 100644 (file)
@@ -4,7 +4,7 @@
  *      functions for instrumentation of plan execution
  *
  *
- * Copyright (c) 2001-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/executor/instrument.c
index 2e3685557beab734fb4cbd966d449a288e982225..f49114abe3b5217a2102c46a91ffe85081d97eef 100644 (file)
  *
  *       TODO: AGG_HASHED doesn't support multiple grouping sets yet.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2cffef8f4b7da02d3ab39e9331a45fc378b9fb56..a26bd6354c1183ebe71408412cb35f67e9b8f898 100644 (file)
@@ -3,7 +3,7 @@
  * nodeAppend.c
  *       routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 205980e16906395f1f2c91835c4026b6f05135a9..c39d790f82d2afe6a9b262973eaf573b24acf3a4 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapAnd.c
  *       routines to handle BitmapAnd nodes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c784b9e7a384679ddf34a0ec604abb129d3a9e57..449aacb6e740a75fa9c85356eeaef0aa080f0115 100644 (file)
@@ -16,7 +16,7 @@
  * required index qual conditions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 77fc1e504a62854c4885f551cfc1348fab8aaa89..a364098e59f6e65b196e8bc07adba4eadc76d4f4 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapIndexscan.c
  *       Routines to support bitmapped index scans of relations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 353a5b6f625fdfc6c56771b4f3a7cf332bf3ec81..7e928eb618ce9ae7815cf71b84c70827b82375a1 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapOr.c
  *       routines to handle BitmapOr nodes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 75c1ab3e8aad8693f0e72e1d5647e8f5b44d3816..3c2f684a062d577f5eb0c66e9b5e6cfc5a6f8289 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCtescan.c
  *       routines to handle CteScan nodes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ac7bee02378da8339be14372d7f53c1e1bc889b5..640289e2773c4d4a5082d2767e104aa98c937922 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCustom.c
  *             Routines to handle execution of custom scan node
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * ------------------------------------------------------------------------
index 62959e3a64923767d856b6a92e8871e983adfded..64a07bcc7713773b1d7cfca9527ccbad75a909ce 100644 (file)
@@ -3,7 +3,7 @@
  * nodeForeignscan.c
  *       Routines to support scans of foreign tables
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f5fa2b333b55528c0696b4eb997ad817a81bbd7d..a03f6e73fd28c941624635c664b60b0f72d300ca 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFunctionscan.c
  *       Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index db5883d28ef2e59f5944f7af6eccef9943ef3244..046f156ff54e627b6c4608c4886f3bb40d1f6a8f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGather.c
  *       Support routines for scanning a plan via multiple workers.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, 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 5e4785423e6dfe98ee9eb47bc762c207fb1be619..dcf5175d9be0abca524c22fb77ebab75779de152 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *       Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5e05ec3df37011fbeb2859310e638c1be8513385..8a8fdf2c8abf7554ffd5fb1e2aec08db4888d66a 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHash.c
  *       Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1d78cdf98d4b07cc68f88f6033569a1540247b33..369e666f8850df141b17ece36d172cc98c975bd4 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHashjoin.c
  *       Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9f54c4633e824647c881d5df882d22446dd61d24..90afbdca652a2f8e4421885f429a2bd11e94fc17 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexonlyscan.c
  *       Routines to support index-only scans
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c0f14dbfa9d566f4c47973f2f5d01cb52c699cab..46146613cf789f604f0e752906594efcd796e34a 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexscan.c
  *       Routines to support indexed scans of relations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 40ac0d7e839f75c62b3eed5e09ca63956bd2b9a9..faf32e1aeedd4554e4df31cf6d8e9caf53aee151 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *       Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b9b0f06882f9d5e896bd1beca1e64f229c0a5df3..68208d5c9a7dd3cafdf0611036452c64a08dd39a 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLockRows.c
  *       Routines to handle FOR UPDATE/FOR SHARE row locking
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b2b5aa7e8ebea5132658193ecddf17756a10c08b..9ab03f3f152bc82983589bdf086f9ba24a46f10f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMaterial.c
  *       Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bdf76808a8a933c3c430b8dd64611a57e7992fed..e271927077b8bec79d7ad71eb0384f74f770fe8d 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergeAppend.c
  *       routines to handle MergeAppend nodes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 34b6cf61e0a635d848b80c5112b51ed5f1631823..6db09b836a113358a4bb055f079aaeafdc20dc85 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergejoin.c
  *       routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9db4c9174353be58d498091a55e3a26241d61735..46299fc7619e64f42d99aeaa88639bef97cbdd5b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.c
  *       routines to handle ModifyTable nodes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e66bcdade716aadbee0074c4210cc549ff82bb8f..555fa0967900e0c59be65c265351470cf0151789 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNestloop.c
  *       routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8df1639954b4321f3291b5f59cb2846edaf1853b..e76405a56e1fc8eadf602037ed0d651d905086fe 100644 (file)
@@ -3,7 +3,7 @@
  * nodeRecursiveunion.c
  *       routines to handle RecursiveUnion nodes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8d3dde027ce97d023435d42876b384159d3135ad..4007b765bf8fcce9e3dd23827d1452ccd6c7890f 100644 (file)
@@ -34,7 +34,7 @@
  *             plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dbe84b0baa86886be548194b2630e6f39497293b..9ce7c02aff415c2239f42f48e55e1735ee75519c 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSamplescan.c
  *       Support routines for sample scans of relations (table sampling).
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b858f2f3af89fbad0702f7ce9430ab0ebdd6a547..f12921d18894a512ff7927fed0d8467c8deed0b9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSeqscan.c
  *       Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7d00cc5c8f1dcb082fbb5d87e625eb9c28de0cdb..2d81d46927f5b974fcefbd57062adb8361ea7db0 100644 (file)
@@ -32,7 +32,7 @@
  * input group.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index af1dccfb318cb3a478aeb3f2d362e59605d2ab0f..102dbdfc12426f52dcbf4c6d1d399790d1e11574 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSort.c
  *       Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9eb4d63e1ac0f712fe0c8a0356fddd3fe88c7085..e503494edd146c20b8d4404207b7a6c18112eb73 100644 (file)
@@ -11,7 +11,7 @@
  * subplans, which are re-evaluated every time their result is required.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e5d1e540c465736beb3e68fdd068a412332b4632..0304b15b15846e2ab8cafd0f108307327632e706 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 203f1ac5759594962fdf8f742a7903499f9de0e4..2604103352949ff9c96860a0f3872255264091d6 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidscan.c
  *       Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1cb4a8a56bbe21070a5f6d58df88f67ed74682d9..4caae34b9743ce8722396f990c4212f42fa8b59d 100644 (file)
@@ -11,7 +11,7 @@
  * (It's debatable whether the savings justifies carrying two plan node
  * types, though.)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a39695a0c5ff9cf4d155d298bab59282504a9999..2c4bd9c92771e9682ad268789824963f72fc87ee 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for scanning Values lists
  *       ("VALUES (...), (...), ..." in rangetable).
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c371d4db14106fa57b0ed3fd54566511a25cc69e..f06eebee0cdc0567f39a5840675874849564bb27 100644 (file)
@@ -23,7 +23,7 @@
  * aggregate function over all rows in the current row's window frame.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 618508e8a393be0cae147ce01eb9cde8609bfaa3..cfed6e6329087a49ef3a74e6199ffc8cc10f94b4 100644 (file)
@@ -3,7 +3,7 @@
  * nodeWorktablescan.c
  *       routines to handle WorkTableScan nodes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 13ddb8fc250e25f485cc59a9c8f2b99c41f38a3e..3357c0d25241222233dedd53523bb438ccec1b32 100644 (file)
@@ -3,7 +3,7 @@
  * spi.c
  *                             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 276956e3f148c57ceccc893cfda3e07997cf7195..383b5352cbad826e27ee928955a4281914262e9c 100644 (file)
@@ -14,7 +14,7 @@
  * and rewrites the typemods sent by the remote side to the corresponding
  * local record typemods.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c1fdeb78fcccf39dd1819b47dced5a96a7a43709..516440ad32e090dafcf67e10627c0b927a5d65f5 100644 (file)
@@ -9,7 +9,7 @@
  * data even if the underlying table is dropped.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 763ee7c9bcea0b9aa9e654cfec2a6d89202d828d..14e082b5b8b2b62d58151756847cf87f7a67a1b1 100644 (file)
@@ -3,7 +3,7 @@
  * foreign.c
  *               support for foreign-data wrappers, servers and user mappings.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/backend/foreign/foreign.c
index a95747fe420faf84d3e72ee1cf84440c0784db70..d3cd4ad963e38e3203d6cea1c461c59ece91068d 100644 (file)
@@ -3,7 +3,7 @@
  * binaryheap.c
  *       A simple binary heap implementation
  *
- * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/binaryheap.c
index 317222f57aceaf536c13ec002f5583a51dedf59f..381627ec3d800a8fc7f97275dd4df0280509a389 100644 (file)
@@ -7,7 +7,7 @@
  *
  * http://en.wikipedia.org/w/index.php?title=Hopcroft%E2%80%93Karp_algorithm&oldid=593898016
  *
- * Copyright (c) 2015, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/bipartite_match.c
index 718afb84e08ba2c245fa0b792ed133ead26b1bb8..094bc09a44c896b3facd443a18efec68bfcd54ab 100644 (file)
@@ -3,7 +3,7 @@
  * hyperloglog.c
  *       HyperLogLog cardinality estimator
  *
- * Portions Copyright (c) 2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2014-2016, 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 c26baf35f079088ec12810e2fd084f16ecbd56c5..fb995e30d65f666a5d2d6080649ae5eb49dd2bf8 100644 (file)
@@ -3,7 +3,7 @@
  * ilist.c
  *       support for integrated/inline doubly- and singly- linked lists
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7ca35452ded66a2b7de908cd8a33779bcdcc52f6..3cf83fce0c9665c8d064e51576f5a856d18b74a7 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/pairingheap.c
index e938ba49f7a5a10a52a02bd7f27b8b4d70db3f67..4fa8a1dd58a4da4e1f689e9beddac18adfd6e716 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-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/lib/rbtree.c
index c725dde5793e1cd8771af083da899c1556759100..7382e08077aaf307efaa372a24d05d657630ca8e 100644 (file)
@@ -6,7 +6,7 @@
  * It can be used to buffer either ordinary C strings (null-terminated text)
  * or arbitrary binary data.  All storage is allocated with palloc().
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       src/backend/lib/stringinfo.c
index cdc5bf129a280fe1b395bb64818a5418ff3adb8f..0131bfdd91e6c516ab15dc57b718a5ca8d246fb9 100644 (file)
@@ -3,7 +3,7 @@
  * auth.c
  *       Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 89da68f9040676b9933549d5961e972a89f746ca..b64ef8b5c4c2139c5b3d0bbba323ff3108f73048 100644 (file)
@@ -3,7 +3,7 @@
  * be-fsstubs.c
  *       Builtin functions for open/close/read/write operations on large objects
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e9bc282d2e7207ef29f55c28c5ffb8167e4a30dc..1e3dfb6b3aa626d5f1a720706eadf8f56a3e5bbc 100644 (file)
@@ -4,7 +4,7 @@
  *       functions for OpenSSL support in the backend.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2ddcf428f89fd12c230d6f417c2f707fbd97bf39..ac709d1d1ba6d73508385d8b177b156183182d8e 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 97be9443c04d88fb1bf340f04ce1361322211001..825e6510b494e380a9722d521e82ded14c9709d3 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Original coding by Todd A. Brandys
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/crypt.c
index 94f7cfa84ccfaa72c339ce6b9c8fe4034a5ada8e..28f9fb54ae22f7775c19934f30c34a6206365bbb 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index db939b524ae89ade0a83c4c41536ae7c49b4ac68..9591ed286242dd0d2155e4d0a6c68d241198a2da 100644 (file)
@@ -3,7 +3,7 @@
  * ip.c
  *       IPv6-aware network access.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d066fde1914f8f98ad5872d93fc42867a47142be..5af54e6c5611875a8b3d1e24e808b436e14d9812 100644 (file)
@@ -10,7 +10,7 @@
  *
  *     Sverre H. Huseby <sverrehu@online.no>
  *
- *     Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0be94b008c8e02df14b28f4fc522d2a50e025379..71473db9970c7dd70652d9ed11c5e47c418e9e1d 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/libpq/pqcomm.c
index 4d298ea89166ad2953482e8c93e1888617bafc12..4ddea8285fc1758e330dd15d4def908004040722 100644 (file)
@@ -21,7 +21,7 @@
  * are different.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/libpq/pqformat.c
index 0a3c2b70cbe46f68f3ad076260007a2e9db48f62..350210b00646eb2d5369b7978a0f404d702a4051 100644 (file)
@@ -3,7 +3,7 @@
  * pqmq.c
  *       Use the frontend/backend protocol for communication over a shm_mq
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/libpq/pqmq.c
index 064d35c91a01d27c1083f44be6de6fdc2708f830..b5c1855557be15c5258a8af1b1a6687b06bf1cba 100644 (file)
@@ -3,7 +3,7 @@
  * pqsignal.c
  *       Backend signal(2) support (see also src/port/pqsignal.c)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4fad6f3dc5545452fb336f6169a6c1934bce8977..19176b1b17940f50696ca579c22be509df709bc9 100644 (file)
@@ -9,7 +9,7 @@
  * proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a9c3b4ba5f42e484232e407d3b2f7ababe587e14..f281cc547150634b68b70e0663bd6cef33921d1d 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/nodes/bitmapset.c
index 4cf14b6f71fe85774e91cbd5a2749b171f85c09d..f47e0dad20110ff8133ef6b8b847a9aa9fc5cfd0 100644 (file)
@@ -11,7 +11,7 @@
  * be handled easily in a simple depth-first traversal.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a13d83181b94c78fd86376fe5a878905038ccc16..08ccc0de664fb5cea92a577679b9be7428c346ed 100644 (file)
@@ -18,7 +18,7 @@
  * "x" to be considered equal() to another reference to "x" in the query.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1dce42f7b42339206a98095ee922af4bcda96dcd..085b68cd1f18a28b80375ac976fdd369813f3c75 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation for PostgreSQL generic linked list package
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4be89f63ae0fe03ccf2d8f5b43a9260f42cb59cf..b42251c99b87f89d92568c40ae5ed75935abdb18 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a11cb9ff4d10fe657800299711301f93b7c60bf9..b4ea440f0523f361203dfdfde5820a6b29f9fb85 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.c
  *             Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9c0b3fe3bb7e0c16746da38368d7a96ddebcdebe..aea3880858e4c9e6c9e3af1a19b1c846ef0546d4 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7169d46febd61d7ed7d89cf3ff55dcdcbafadc6a..d95e15181ad2e282ffe5988c94481136a9daf5ea 100644 (file)
@@ -3,7 +3,7 @@
  * outfuncs.c
  *       Output functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 035177492127b983b16523226bd9701c09a60519..d07974d3b0c2ccd6d8433afbbcd70d39c5e2dd09 100644 (file)
@@ -4,7 +4,7 @@
  *       Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 72b2912761d0a3d99883216900eab07a1ec1c6ee..a1f29416ab0e8c81c43270888005f5789d0d960c 100644 (file)
@@ -3,7 +3,7 @@
  * print.c
  *       various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71d69ecd2584d1a3e330bf22d42f455201bee0d2..c1ab494d7788ee1f187dc918670c4ecd15b8026a 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to convert a string (legal ascii representation of node) back
  *       to nodes
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 222e2ed31080e3e2674e0fd30686d2cf6fc0bc2a..719a52cc19f80134e2c942322ca4269d4e7c26d1 100644 (file)
@@ -3,7 +3,7 @@
  * readfuncs.c
  *       Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e8b25eb9e144512b759a8b140dbd945bb2991d57..dfeb7d5c630794f9d0e26f01fd2ba284f344c4b3 100644 (file)
@@ -29,7 +29,7 @@
  * and a non-lossy page.
  *
  *
- * Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/nodes/tidbitmap.c
index b68e303f5e8c0cd3f84b0e47aff0e5f78c721f34..a5ed5bc7c23f8cef78190d1cbccae08de93959ca 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of Value nodes
  *
  *
- * Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 87dbbfbf4da6a02dafd8aa7db23d1639e7740843..475d221dd26236d5eada413d018ebbf1aeb2e62e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_copy.c
index d9a20dafe6876d73e81c4693a9807e80504d6fef..26969fc4c92b0bc9e5486981afa5f83b658f6775 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_eval.c
  *       Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_eval.c
index d19b1c3a15c0a1e3e2eca1c76c3b893bba5edaa5..73fc38b907e7878451ea6aa69bec02360e1593fb 100644 (file)
@@ -4,7 +4,7 @@
  *       solution to the query optimization problem
  *       by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_main.c
index 26a5d69326cf57f439e9c9baa49edd8cd81ec02f..b1d99cc0b1a0f06bb65a4d7dba39fdf21e255183 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.c
  *        misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_misc.c
index 0c7a5a9ebccb7afea676d33075c9af168bed74d4..727c3560321e0b567809c3256778241d32d49860 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.c
  *       Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_pool.c
index c2a2a1c6b2ce55151593be380ece8bdffcaaf093..2368b8fa96ce65d157eea48fec6aba4f63c56164 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.c
  *        random number generator
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_random.c
index fd47992b90f54266a8e71a3ee7df39c3ac073e0f..991b2e36f994aa80906879aa7ca1a49d9623cb65 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.c
  *       linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_selection.c
index 4516cd35f5958ac7f14a28fedfb0919d08852d36..d5231467f93e611656eacff59ab23b22782e16a2 100644 (file)
@@ -3,7 +3,7 @@
  * allpaths.c
  *       Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6ce2726a7e9bc667ee2b21b1bfd61ada00e40d0c..02660c2ba5e505c377ccfb4341b56a68c3165f27 100644 (file)
@@ -3,7 +3,7 @@
  * clausesel.c
  *       Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 990486c9d84370b7a05043a06de2ba443c4f50d5..459368e0fd22b0f436e8a5c365682c0b22eac052 100644 (file)
@@ -59,7 +59,7 @@
  * values.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 48be45dffc974a3c9818a6ba9b7e74262cd5ffa6..a36d0c9fcf3cd729bcb42cf1c2a68f426f43f874 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/optimizer/README for discussion of EquivalenceClasses.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9da544453b665f82772e520e8159298f8ad1b732..de49c12e26ac607fe1975f4c1f5b600af075be1a 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 53d8fdd6e5bb28c34b3867580c6f037b818c548c..90a5110ec7c762fd6a28b10375c28610283d7d33 100644 (file)
@@ -3,7 +3,7 @@
  * joinpath.c
  *       Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ad580581b5c0219c2e734fa2e556060792c42970..866f6849d20e4827f9dea0e4b25b4a88b0139117 100644 (file)
@@ -3,7 +3,7 @@
  * joinrels.c
  *       Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b81cc49f0abd6766beb2c64e959e64de6d3c1bdf..eed39b9e1bd5c3f0ec33358687ec83e1853e37f9 100644 (file)
@@ -7,7 +7,7 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1258961964fa0bfa51deff2b78889c5cf1228292..530e1347e0a359baa417c1d4757daba7ac0a431b 100644 (file)
@@ -25,7 +25,7 @@
  * for that.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d188d9724aff0d3faf561d18d0f034614da01e68..d682db4e7274328a02638e4131e190201b3437e4 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 01209aa3288194a420040f7a750231d4bc86a877..953aa6265fb7514177c70bcdbe83e579f8d6bc0b 100644 (file)
@@ -5,7 +5,7 @@
  *       Planning is complete, we just need to convert the selected
  *       Path into a Plan.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f2dce6a296926ecc9edbebf11b25074a781e2d0f..efd40b2022e1fa1e8f26cbc2ddec08efd20b5e57 100644 (file)
@@ -3,7 +3,7 @@
  * initsplan.c
  *       Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 02d38f15d1cd1012cd15952a0f5328a62d00e80e..373e6ccf3ddfe1e1aae30f763b166985ef065028 100644 (file)
@@ -17,7 +17,7 @@
  * scan all the rows anyway.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 894f9685e0f057b8d4362bcf275e68a1ccc917d9..ae34f4a640acee2b4e95161def75a51aa31991c0 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c04f5c994df36827d6c382d8e37f891de274f90..7f51d8ce4d895bbe35e4d132dbe7eaa9b5cf5495 100644 (file)
@@ -3,7 +3,7 @@
  * planner.c
  *       The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 12e929068a70f28a9ceb9b296fffc33b924725da..615f3a2687673cbd30bd9ee27e2cc2b94fcc78eb 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 82414d4509c79528651a2d21b85f18b25c586168..31db35cb226f06ba5d726ed004a02ec0f2f6a310 100644 (file)
@@ -3,7 +3,7 @@
  * subselect.c
  *       Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5d3de14c43cea8ffa6f99c1a974b6509d2404e66..b368cf94586f79081d8342957ccdaa30517593aa 100644 (file)
@@ -12,7 +12,7 @@
  *             reduce_outer_joins
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1176e819dd0744a7373c2d2201a1b41388f610dc..0cc8856732dcb36d87c9d7bb09658ccf16825bab 100644 (file)
@@ -19,7 +19,7 @@
  * tree after local transformations that might introduce nested AND/ORs.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ee1e1e40ef84a6786b6a20050679d2425ff92e71..f4e8e4e93c9e12b75bb2b871586a1a01ddf39c47 100644 (file)
@@ -3,7 +3,7 @@
  * prepsecurity.c
  *       Routines for preprocessing security barrier quals.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7b2742e950057c9ce3c3fc04c17901137c77f3ba..dd59a02c9591ba60a2b5be92081f1fced82eb182 100644 (file)
@@ -27,7 +27,7 @@
  * that because it's faster in typical non-inherited cases.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2e55131a59165714aee97ebac0a9d9dbe4de1576..694e9ed0830180175161d920d4049637276faeea 100644 (file)
@@ -17,7 +17,7 @@
  * append relations, and thenceforth share code with the UNION ALL case.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 915c8a4a845ce40905db998cc810457f383528e6..ace8b38b195d239a32978ae2f5df63597e46ce22 100644 (file)
@@ -3,7 +3,7 @@
  * clauses.c
  *       routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fe7c8c58b291e45a57f600cf890f92969f54c17d..97d5fba391817d006b5af25c9a5eb1c91a9e44c2 100644 (file)
@@ -3,7 +3,7 @@
  * joininfo.c
  *       joininfo list manipulation routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f0acc143f0d2f1fc4f78dfe5770c07d055bcce7d..ea831f5a8237387bd4db1b580fae86dc20aa1939 100644 (file)
@@ -3,7 +3,7 @@
  * orclauses.c
  *       Routines to extract restriction OR clauses from join OR clauses
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ec0910dbb4fd5b92fbf17b948635e8f3dcd2ac48..e24811f4ea4291f5375b64df87f4586af77a76f1 100644 (file)
@@ -3,7 +3,7 @@
  * pathnode.c
  *       Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7fa93fb29ac1002cc5dfde29edc49576d6622ed3..d95426555b64a53555580c90cb0a66978bfb4367 100644 (file)
@@ -4,7 +4,7 @@
  *       PlaceHolderVar and PlaceHolderInfo manipulation routines
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9442e5fa32b31a236901f376d86fa3bf34d5232d..d5528e03818b10f35142b4e8751a3460953fab85 100644 (file)
@@ -4,7 +4,7 @@
  *        routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7e86ca974be27ba59f00e366bcaa9a9fa4c2e358..1ed196ea72adc9a83592a57bdd0802373e730411 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to attempt to prove logical implications between predicate
  *       expressions.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f2bdfcc745ac7473fcf6a32507b7d89cc7c5ab9a..2496a25a3e665d26e77f3c514ece70a866991ac1 100644 (file)
@@ -3,7 +3,7 @@
  * relnode.c
  *       Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 65499902f6c1d7103b7260cbfaf7b1f096a8b446..7fc81e7aa33a44e697f410a1211e1fbddf299425 100644 (file)
@@ -3,7 +3,7 @@
  * restrictinfo.c
  *       RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f702b8c442dd16a78a6129b6338bb74632883631..6cd02c3460f07e18f80f22df22b986976eb2a12b 100644 (file)
@@ -3,7 +3,7 @@
  * tlist.c
  *       Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 32038ce37590e658b1c8608d4db0844783978077..dff52c439ab0ef555d6b45c3168e43ed7482bd16 100644 (file)
@@ -9,7 +9,7 @@
  * contains variables.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ecb790cebeb52c9fc29ee3010852510c7910907..7d2fedfaadf3194e891f76dd2eecdbd5e301d76c 100644 (file)
@@ -14,7 +14,7 @@
  * contain optimizable statements, which we should transform.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/parser/analyze.c
index 85c2e116b66573ae78fa48e0db5e1a67dbd466c4..568ef696fd7e34273eeec8c3492940efd0316e3c 100644 (file)
@@ -4,7 +4,7 @@
 # Usage: check_keywords.pl gram.y kwlist.h
 
 # src/backend/parser/check_keywords.pl
-# Copyright (c) 2009-2015, PostgreSQL Global Development Group
+# Copyright (c) 2009-2016, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 223ef175dee3ebfc9886d167960d5e3a44527eed..b307b481cd1d1eca4af592248659fd40855b7c86 100644 (file)
@@ -6,7 +6,7 @@
  * gram.y
  *       POSTGRESQL BISON rules/actions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2462cdf0a80e71c0106e2d8de7483f05ac4ae66f..7a4f12869058cb1e96d91b7ce3571834984f0298 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85ba4bd747f825557b7f91125ad5df929a48f1be..4406fef37f4959ebe74da0abcd079458696e5220 100644 (file)
@@ -6,7 +6,7 @@
  * NB - this file is also used by ECPG and several frontend programs in
  * src/bin/ including pg_dump and psql
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c45bd67a163e418e00c5ec48a952334db0c36b4..b718169dffbb862cb503036eb3c72b3e5712894b 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.c
  *       handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 45d5e6cb0ff4fcc6a44d10970c2fbb3a02366bdd..8396048b5b8d323b5b6d343164174dfd71e2837d 100644 (file)
@@ -3,7 +3,7 @@
  * parse_clause.c
  *       handle clauses in parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f6e7be4e71020b699f6c7721e0bb0c9bf3cfb79f..d63d13602fb989c8814d8036086fcf91f061d52e 100644 (file)
@@ -3,7 +3,7 @@
  * parse_coerce.c
  *             handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c85b708d3b3bf55448ffa218a8a0699c8f192df..a19e8dd075d7016d3a25ed45566f94ff75dda818 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dfeef798a6cf2f8ea8476570a8d99ae76d469d1d..5e8bcd40d552f128f022a6f9efaa8fdfc3dd47ff 100644 (file)
@@ -3,7 +3,7 @@
  * parse_cte.c
  *       handle CTEs (common table expressions) in parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fa77ef1f8bb6a265c0a71c6735495e17a4317c56..ebda55dfd15a07028c402ecc80dbdab743ff2646 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.c
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 554ca9d8c47e5f38eddb5579dd70160a2d5d363b..9744d0dc68994de7ec2cd7736a5bd65455d9410b 100644 (file)
@@ -3,7 +3,7 @@
  * parse_func.c
  *             handle function calls in parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 591a1f3a681ac24a8d847af0fc1c673cd3d32b41..62d2f7105fb61ad40ea001da3a7cab0cbd436581 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.c
  *       various routines that make nodes for querytrees
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 553260c835be0794f19870ce64a3fa66bff038e0..e913d05a793acece956423c2f7c415217b23c134 100644 (file)
@@ -3,7 +3,7 @@
  * parse_oper.c
  *             handle operator things for parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bdc23fa9ce131888f44ff7817c3aadb5835e97bf..b4028436800230c3bce7c8ad0ff60700d4b74cdc 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6f569dad545242e2ca26e063b0e13bba56b43ab5..632eb29312ebd649e69aedac145ed3efd5732fbf 100644 (file)
@@ -3,7 +3,7 @@
  * parse_relation.c
  *       parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8c2c38dbe67db27c50bb4cc7035f1164527c6790..ec08e1e118edb55ef88ed08851e292d804aee66b 100644 (file)
@@ -3,7 +3,7 @@
  * parse_target.c
  *       handle target lists
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 661663994eec09e94662f19772a9ceeae226e154..468fd4f237e100bde0a2ee56f6473a770cee8079 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.c
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c24c13cf8db057b0cc94e811e783a1d6d0784f4..e319d57acaba1237dae8c8eaeab3274f51f359bd 100644 (file)
@@ -16,7 +16,7 @@
  * a quick copyObject() call before manipulating the query tree.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/parser/parse_utilcmd.c
index fdf5a6a1cafc6f5559a9ce2438cbc45a36ec0e60..61d24e11d3e130f429d7faebda89318697f5855c 100644 (file)
@@ -10,7 +10,7 @@
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 82b20c6e5f695054acbebf7e6f40a169fd7c5597..69def847376113de07b3b02d050575d7ba1d9dc0 100644 (file)
@@ -21,7 +21,7 @@
  * Postgres 9.2, this check is made automatically by the Makefile.)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1b163548f9d61d67d8e68b593741b41619185ed9..2b4ab202c34e36a50d267b618380ec24859f7a1d 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cd953f964e26afe0435bbf797779dfc1c6ee10ff..4972c3031f0669600189ccd1484638903d16552d 100644 (file)
@@ -3,7 +3,7 @@
  * atomics.c
  *        Non-Inline parts of the atomics implementation
  *
- * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 967ccd446059ca99617573d7f8d34558c95ad8f3..620fb92ac912757a026b737e6736c0e893fd7919 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for AIX-specific routines
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/aix.h
index d5f6ed330365519c92403808252d06ede061c572..cfa5f81070b445f009442b9d3d244e93d2002b13 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Dynamic loader declarations for Cygwin
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/cygwin.h
index b13d47db098d53509be0c329a1d55e68a24a4c86..875a8882518d7e94994bbe34bb455130c078d711 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index a04df2417b09e5cf270258a59cbe72da7c72bbb5..b8963690aae2d185db8f733df11670145dd858b7 100644 (file)
@@ -3,7 +3,7 @@
  * freebsd.h
  *       port-specific prototypes for FreeBSD
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/freebsd.h
index 526336ac05ab8fefde012c88e98c2912c8893c43..60f05c39b101dd5bc76cdee491f0536a5609c8da 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f695acc9048bcaeee09cca4b545fcd598c781fea..d38a598523eedfd32d7c2bf92befebb83f9d22b4 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.h
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c308d13d6acf77bfc73d3c71740663c456e460e..174b29ba1a8f2c8a824148198827a4d446f24b25 100644 (file)
@@ -6,7 +6,7 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 07d6efe7defcfd5b746bb3d21a4c09af2be1068a..fac58d7e17a84b8deb842bf7d2a466a1a3909570 100644 (file)
@@ -4,7 +4,7 @@
  *             Port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/linux.h
index 2f37f5f6ecf896be3c7b7c41fc6f72b45401e2f8..fcb228f58aedc75f3573f0edb59bfaa5d553113c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 6b2edb70c33d3611839e4d679f0b0b04a0b7acb0..61df076edbabeac21491648cbcd014ac44c2e5f5 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for NetBSD
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/netbsd.h
index e990671d88e8036bd28ef0a35c90f6222f58c58b..452be3a658fc7326ea3c2c1e491ce7f25ec932b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index bf6c9a1896ae4662fb60c2895656957734b1061a..7fce21b014741adfcae52a1efd6e7fe816ebef30 100644 (file)
@@ -3,7 +3,7 @@
  * openbsd.h
  *       port-specific prototypes for OpenBSD
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/openbsd.h
index 15bc364086d3758b5099be41e59f8550eded67f2..86f23837295ff7f5a1bbeb1746cf2a2cdeda5609 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for SCO 3.2v5.2
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/sco.h
index 27dc4c34bc5112dafb07a50d79e772ed70892527..49fb87d683cfcba07ff41bb96f279b4aa7d14ff1 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Solaris
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/solaris.h
index 3921201e275a8e292c1a11ef0f331d1edf0e3695..130a9a25d58b93f84e4b5a6cdf4564264aec7b80 100644 (file)
@@ -7,7 +7,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE 7
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * unixware.h,v 1.2 1995/03/17 06:40:18 andrew Exp
index ad9c80a8b5be7d138d5c9ea35c342627fb0f4f83..2b4b11ce4e5234cec9a943b38ef5aa23af09b117 100644 (file)
@@ -7,7 +7,7 @@
  * sem_init).  We can cope with the kind made with sem_open, however.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ba46c640fc9a1a70a3ef88ae3bc6582a0e327e38..f6f15169200a03e9da46ae348994f04297d22017 100644 (file)
@@ -4,7 +4,7 @@
  *       Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 437ae4625dc7bd51589a6575ad79895e5e4e7444..6c442b927a2ab5d07f0e760ebf2ab5904b997bc0 100644 (file)
@@ -6,7 +6,7 @@
  * These routines represent a fairly thin layer on top of SysV shared
  * memory functionality.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 052754189a251fd6399d759ac4faa158b74db791..c3b91d1d6fdea1c31b3352f96fd88b2f3d361526 100644 (file)
@@ -3,7 +3,7 @@
 ! sunstudio_sparc.s
 !        compare and swap for Sun Studio on Sparc
 !
-! Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+! Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 ! Portions Copyright (c) 1994, Regents of the University of California
 !
 ! IDENTIFICATION
index b5aa3e436142e66a78ffcb43fd0a5252e8e1cc00..0d7ecc2f61548386734923739d1c43f8c55da2a9 100644 (file)
@@ -3,7 +3,7 @@
 / sunstudio_x86.s
 /        compare and swap for Sun Studio on x86
 /
-/ Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+/ Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 / Portions Copyright (c) 1994, Regents of the University of California
 /
 / IDENTIFICATION
index 90ec4f81d9e2bddb5670447b7eed553108c14d3b..2ad609c436ea04b312051c97e1389b0ba07457a5 100644 (file)
@@ -22,7 +22,7 @@
  * process, SIGUSR1 is sent and the signal handler in the waiting process
  * writes the byte to the pipe on behalf of the signaling process.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1e90baf8c10e53adf4fd9e7baa42ee65ff2235ae..ec7c325e4e95aafc2a809f5217676704ce3aa956 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/crashdump.c
index 1dbbe67f893142b85a978a7e2739c6916470b4af..a18bd21815e18d1f3049c1fc02e3270836c05440 100644 (file)
@@ -3,7 +3,7 @@
  * mingwcompat.c
  *       MinGW compatibility functions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/mingwcompat.c
index e9cfe15133e18ff81a15a23d23edad4c314e634e..327ed404fdc5f577cce73e376bbfa5b5c1a2320c 100644 (file)
@@ -3,7 +3,7 @@
  * security.c
  *       Microsoft Windows Win32 Security Support Functions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/security.c
index 1aec0b518934d27a0447cc367da0fd61c9370bf4..36c6ebd6863e0174eb469c6aba7d7e3f93431e13 100644 (file)
@@ -3,7 +3,7 @@
  * signal.c
  *       Microsoft Windows Win32 Signal Emulation Functions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/signal.c
index 957a421b4441d37c498864fd0a2cbc7e8b1d8803..58a375684bf258f1909d9d3a65fc93449ef873d5 100644 (file)
@@ -3,7 +3,7 @@
  * socket.c
  *       Microsoft Windows Win32 Socket Functions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/socket.c
index 5b8ad7b32f9ced225e8139f05e51b622e5b2ace5..a9a2d961b1d24b127cdac3924d1bd3061c832b18 100644 (file)
@@ -8,7 +8,7 @@
  *       - Does not support interval timer (value->it_interval)
  *       - Only supports ITIMER_REAL
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/timer.c
index 0e3aaeec69eae9909ac115d8442c83d4c87cc390..80adc13e68ab6e483fad79d61b361ace8d329c57 100644 (file)
@@ -9,7 +9,7 @@
  * The Windows implementation uses Windows events that are inherited by
  * all postmaster child processes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4fd1e2aa13342b3697580e72dadf4706f637cd15..c688210e241d1509af37d950f383f85ec76e8179 100644 (file)
@@ -3,7 +3,7 @@
  * win32_sema.c
  *       Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32_sema.c
index 110bdcc703dce07b8a29b051051b8b2f1ce16a89..0ff2c7eb667580fb37b08fc8f3604454fabd504a 100644 (file)
@@ -3,7 +3,7 @@
  * win32_shmem.c
  *       Implement shared memory using win32 facilities
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32_shmem.c
index 94e748eb11783a82fb2cf8c4a14e8adf45cbbeb9..4fa66222d9d52833b9638d14e1f176f8583ddb5f 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2a878eb6a6f5e3457d56563009d9b9a618da0cb7..382edad395d7c293d2dbb6745b2437b64a6681cf 100644 (file)
@@ -2,7 +2,7 @@
  * bgworker.c
  *             POSTGRES pluggable background workers implementation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/postmaster/bgworker.c
index 65465d6a47722712d01d9af96d9a1435c2cd4eca..010b5fcd328d77435553caa2d0f4895ffcbd072d 100644 (file)
@@ -24,7 +24,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index dc5b85615506717979870b56021d8e09565a0601..aabb92849a02fcd53765a006ef8eafbbe6cbfe7c 100644 (file)
@@ -26,7 +26,7 @@
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f4bf23de51c5aa56925dd810d42ea32bee87fc3c..c1958e8161006344a4325c0ea8e85391687efd8d 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-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/postmaster/fork_process.c
index 4df669e14af88acd3daf50893f39ea0fda324c3a..397f8024e289a6a367d93d4b3a5aaf249833bc4f 100644 (file)
@@ -14,7 +14,7 @@
  *
  *     Initial author: Simon Riggs             simon@2ndquadrant.com
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ab018c474140a39dd9f568168047c2133a576fc8..da768c60297401a3d7c3400dcf0e2d7b8b73e09c 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-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2001-2016, PostgreSQL Global Development Group
  *
  *     src/backend/postmaster/pgstat.c
  * ----------
index 3cba0e5f50ece7d9135165961306d80e3aa7402e..27e3745499c90945b1c42933a0da111e0d5e79cd 100644 (file)
@@ -32,7 +32,7 @@
  *       clients.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 581837a156740fb11e6902a010e23ccdfcf035cc..639fefb3cbd3d93c0a36fd904465625d5adb3479 100644 (file)
@@ -9,7 +9,7 @@
  * though.)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 34c7acf6680eddf2b45b85bea0a2f8d559248538..e7e488a23657e93f7b1817168057dbeece5d9bc9 100644 (file)
@@ -13,7 +13,7 @@
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
- * Copyright (c) 2004-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a44b5a80eb4e0ddff0ecd6ab90093003073de7a1..243adb6dcd66e8d27287d2318629eee422909729 100644 (file)
@@ -31,7 +31,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b707b065a98e26b94fcaae66cff5948c22792f96..551ae7dc08eed55e841a4a89ca60d2d01a34374d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This file is #included by regcomp.c; it's not meant to compile standalone.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 91340719e88f87f9ba86bea276539881872c51bc..93da82286f3d556f02e29031a2942b8211ac2531 100644 (file)
@@ -15,7 +15,7 @@
  * allows the caller to decide how big is too big to bother with.
  *
  *
- * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 86928453260b20d9df647d4cc284cd308e130106..04b6449a20cfb12079660bbe1782a76454bab0c5 100644 (file)
@@ -4,7 +4,7 @@
  *       Extract a common prefix, if any, from a compiled regex.
  *
  *
- * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 6120c8f6db302ef4c9e741528dd8ad37d00eb535..af0fb09870d5580072155a0ff1ee596d13bc4a3d 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.c
  *       code for taking a base backup and streaming it to a standby
  *
- * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/basebackup.c
index b7bbcf6ee77f31ddcb08052bad22b0b378498c67..f6709575dee45144c0aac59de07f6a9cc543e320 100644 (file)
@@ -6,7 +6,7 @@
  * loaded as a dynamic module to avoid linking the main server binary with
  * libpq.
  *
- * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9f606875c862c4d6fa5b00787b348f5cdec09590..88c3a4985a57041fa432f26fe5ad37074c6ef8d7 100644 (file)
@@ -16,7 +16,7 @@
  *             contents of records in here except turning them into a more usable
  *             format.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2e14a3e08895fe613700061ea8c449a64d8792ad..2e6d3f9203c83032f9b2f237fbf71c6c23beef1c 100644 (file)
@@ -2,7 +2,7 @@
  * logical.c
  *        PostgreSQL logical decoding coordination
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logical/logical.c
index 012987a97272eb4dde28609b3ac4e7158eaa9a03..887440b19dd88102038b5f34d0b2c41bdbd7f7a5 100644 (file)
@@ -6,7 +6,7 @@
  *        logical replication slots via SQL.
  *
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logicalfuncs.c
index 8a3fb59e4ad2bf80e244c23a3e5d89e72b78ae53..651f53f6f107bfdbea3d1b4e5709c1704d389526 100644 (file)
@@ -3,7 +3,7 @@
  * origin.c
  *       Logical replication progress tracking support.
  *
- * Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/logical/origin.c
index cdc7bd7d51d1d26aa04b19549d36cfd4b9851202..78accedf472148f1682687674d5480d6f3f41a56 100644 (file)
@@ -4,7 +4,7 @@
  *       PostgreSQL logical replay/reorder buffer management
  *
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ccc44faa6257e17ebfb811202075b89439594b2e..97c1ad43d337e4f5a120adef8afbd2a855b05ed3 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-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/snapbuild.c
index 1b7536442233bd552d8e69e9b98b4e97bfde071c..d93db88d42bb0520edc2ece9f9a651e9ecf4d4ff 100644 (file)
@@ -3,7 +3,7 @@
  *
  * repl_gram.y                         - Parser for the replication commands
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 126e7d906400c432e17d298424be84e3f57a054b..f83ec538b678dd9e6dfd2e76dd16165b3d0e777c 100644 (file)
@@ -4,7 +4,7 @@
  * repl_scanner.l
  *       a lexical scanner for the replication commands
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c39e95767d7441fea313708e89fa6861bb821d84..c12e41286657fbd51ad86c250f4621ca580efb2b 100644 (file)
@@ -4,7 +4,7 @@
  *        Replication slot management.
  *
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b3c81404091942a6feb27ce9a3822558538f9e5e..9cc24eadf2337f42ea10dbfb4714d11cf521f54f 100644 (file)
@@ -3,7 +3,7 @@
  * slotfuncs.c
  *        Support functions for replication slots
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/slotfuncs.c
index 1bc584fa43c094b7a7c4daa938384bbaf622343c..7f85b881436893f3c32622bdfe388b097497dbf4 100644 (file)
@@ -35,7 +35,7 @@
  * take some time. Once caught up, the current highest priority standby
  * will release waiters from the queue.
  *
- * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/syncrep.c
index 183a3a553db3904de9be417d0ab1941e096d0240..81f152940d82f714518c725ed093978085ef54d3 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4452f25d72a86e5536a80772130e57bd41bb3aa6..5f6e423f1f63c74d53ed7607849a9bf81ac6eae9 100644 (file)
@@ -6,7 +6,7 @@
  * with the walreceiver process. Functions implementing walreceiver itself
  * are in walreceiver.c.
  *
- * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7b1b7f14922a88386ef2a5fef2bdeb4066aace2b..c03e045c81bcfe7533ff86f02f27d6ced93cca96 100644 (file)
@@ -31,7 +31,7 @@
  * and then exit.
  *
  *
- * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/walsender.c
index 39c83a605ca10d2bcafbfb4d58b22be36241833a..1434a0309a5b72d3674fb95d58b14a2101d2c447 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteDefine.c
  *       routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 315d00cfde9165fe03c7ba089fe8664d79948cec..a22a11e2c19a917dfe32c1a2d93cf6fb931f792c 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteHandler.c
  *             Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6f221687f67dcee70d7249dc2a7fcb3d9c533af2..884f4f8856139846861bc278df9e4105f7979ae2 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9d478de25f88dded6980c47fa1680499e4704d76..65cd29f5fadd8d8cb5688d53f7ebf2cb0b29ea8f 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteRemove.c
  *       routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1538ec9945571992a7775043c3f52d01c628a568..e89d440292918c1153c1cd55a70e3f792e86607a 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eebc493849f8e9c5cf0a13dba1690cae4565d4d9..970fa33843fc8c8b0cbee5de8360dc092bf30c6b 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #include "postgres.h"
index 63b471ea51ef23faba84fa419d1c255d10bea479..5fa3f7b381bb98eaa810d74fac98f080aa53cd51 100644 (file)
@@ -3,7 +3,7 @@
  * dict_snowball.c
  *             Snowball dictionary
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/snowball/dict_snowball.c
index 68363f11a51380762fca22643daf7a34c14cc06d..6569258b585b89b14013ea246850d25568ff0a8d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * text search configuration for _LANGNAME_ language
  *
- * Copyright (c) 2007-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * src/backend/snowball/snowball.sql.in
  *
index debb0e00e4e3ba963396f2b67f21326520cc692a..248bc3f93d7732fe53953479d00a3e89beac6218 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Create underlying C functions for Snowball stemmers
  *
- * Copyright (c) 2007-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * src/backend/snowball/snowball_func.sql.in
  *
index 2a84a1ebadeaf85b1c15f772952aa49fb0504496..b423aa74609c9c8004ad9b7427c41778c5068c8b 100644 (file)
@@ -3,7 +3,7 @@
  * buf_init.c
  *       buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6ed47d5142de68ec71aa2bd031b453159d02cc8b..39e8bafce33d98ce15e15053c768cfe247e23bcb 100644 (file)
@@ -10,7 +10,7 @@
  * before the lock is released (see notes in README).
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a1ad23ccf5226cdc9c5a4eaa5ca82c9a603a9e82..7141eb83c68c297de1c67d01e2170828c54c08b8 100644 (file)
@@ -3,7 +3,7 @@
  * bufmgr.c
  *       buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 023457282b04226af81bcc7265d2afcbadf5529f..551d15205ca6498bfe5407008ab9464aadba2178 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for managing the buffer pool's replacement strategy.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3144afe37bc0ffb391339f8b62df5231dc77805d..17640cfe2a7001b4611a71a159b8617e6fdf0c61 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index ea4d689179f83ccdd3d9ca396ac944e7f2f2fe98..042be79440cd02345c56e93329532164774d229a 100644 (file)
@@ -3,7 +3,7 @@
  * buffile.c
  *       Management of large buffered files, primarily temporary files.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 41b2c62bb6cfc1c6458bebb7056ae054f8e2f741..522f42079ed3bfcceef3bd2dfec0ab3f334d4c4f 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.c
  *       copies a directory
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, 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 1ba4946cd361e994ca1a7265dce4bcac45604fa8..1b301001f09b9e6542f2ecb61b550750d04fb8e1 100644 (file)
@@ -3,7 +3,7 @@
  * fd.c
  *       Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 429a99bc7885710393678d6c99355e4210ebfe54..4ad853804bbaefbaa973d362c636b120989e01bc 100644 (file)
@@ -3,7 +3,7 @@
  * reinit.c
  *       Reinitialization of unlogged relations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fddb47ce85e893aaffd1b94f5ca9bcef14e106a6..2631080e58cd0f8a99870e171a08ddda6f099482 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4346e58e6fa006946346b7cecd2bf47c6bf90a9f..535a4711ebd71c6f9c099c74d41776028d088779 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to search and manipulate one FSM page.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 473e239de6268def8f394b949dcd29e1c4e23f01..e060a40c7dcce1bb726a8dad770cd9382d0ff7ac 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free pages in relations
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b82ae05e15546da6f21820743add1c22badab14b..573c54d86d48d300a8ab67946a3e7ca43bc4ed55 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 921f0292e36cbc8aca31b69c5074a260059b66a0..5d7b46f9e708a012a4f5b93b4e6b9d0aa1f19680 100644 (file)
@@ -36,7 +36,7 @@
  *
  * As ever, Windows requires its own implemetation.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6bc0b0633f13a2a87d75d3f8a5c55b1a57bc0c3f..cc36b80699b4997cd46baaaef49aa23b5bca3d24 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 32ac58f7d1a813e2fa1fb2eeae8b9dba1a7c5f98..36a04fc57089370f9bc9d3ede266b2e0cf95580e 100644 (file)
@@ -3,7 +3,7 @@
  * ipci.c
  *       POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ea3fe20549189acb551efa868e922d7ef75a3b88..7ae622cb123a40f63973a98bb714c71e4abb4702 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0dc41170fe411175003f23f67ea210200e929d34..813cea21a5d94cf21b4bfd4b3dffc2dcdeb9500f 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index acfb4e9be82bf5d70f4031e5e7746ac843736844..a3d6ac5318a520f40c016f8a64aed2e0ba4c9a25 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines for interprocess signalling
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dafc8a7ca76ca03544209202e3353f80d952c9a8..094e9fd7d1ae23ab646ad9733eb52599a45effc1 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_mq.h
index 1bef4e50309f40580393dba72dde7fd2c7cc68a1..55248c2ac2710362ac9e37f98cf7c364273113d8 100644 (file)
@@ -3,7 +3,7 @@
  * shm_toc.c
  *       shared memory segment table of contents
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_toc.c
index 78f15f0b00a05f1e8854ab692b666e7c05adb27a..81506eaffd07f65b9cf3cfa395964c2bfe92f6ed 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *       create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5567520a3483aa2468ec2176a3308759cfc9b957..e06ad9f628146ee9608f9bc064fb4760ee6e125d 100644 (file)
@@ -3,7 +3,7 @@
  * shmqueue.c
  *       shared memory linked lists
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dc9207164ee27245ae1998794089b742fd63ac65..a8b0f499855e75fe4b98a5e76cb13ddb37006a1f 100644 (file)
@@ -3,7 +3,7 @@
  * sinval.c
  *       POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3cc15e042991f7c515730bf389e839a5b8e28f44..44a9f2cef4e50bf5c724b88e443ede19a10f50a1 100644 (file)
@@ -3,7 +3,7 @@
  * sinvaladt.c
  *       POSTGRES shared cache invalidation data manager.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 292bed55c6123ec87159d3b2500350c58decff98..3f5df9a2e96b8bebd318f0fa3af1d2d47cab777e 100644 (file)
@@ -7,7 +7,7 @@
  *     AccessExclusiveLocks and starting snapshots for Hot Standby mode.
  *     Plus conflict recovery processing.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ecd5e618f3c25cc257fa503dbcf5014e9bce2088..ec6738c8b8aa7758ce7d7f2aab7ae797b30b1d71 100644 (file)
@@ -19,7 +19,7 @@
  * memory context given to inv_open (for LargeObjectDesc structs).
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fd5ab21a081d962b134fc4e35ccba97597f6bc3c..a68aaf62072e6ebf92a29882d074eb5b3d1dbad7 100644 (file)
@@ -7,7 +7,7 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8b7e1d198f86ff2723b81b949ad34d58f040fc1b..c22fbb6cbb2b6658c57a326bfe80fe18a9f3338f 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate lwlocknames.h and lwlocknames.c from lwlocknames.txt
-# Copyright (c) 2000-2015, PostgreSQL Global Development Group
+# Copyright (c) 2000-2016, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index c0529497496c7a8f8e8805c0393a678cb9c311c1..9d16afb5a1bd6b0a1b0895d1b87e6ef76c972a3d 100644 (file)
@@ -3,7 +3,7 @@
  * lmgr.c
  *       POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 76fc615cd594ca098b4470bb78d9729bb554d642..9c2e49cc84912b69cf9dcab2a5d20001556dce58 100644 (file)
@@ -3,7 +3,7 @@
  * lock.c
  *       POSTGRES primary lock mechanism
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d43fb61edb36264746ec5f0f7601c918c8f0b603..ac61be2789ce455ee9a5b2065084a4d61d2bcdf4 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4b4ad8146e07249df24bf18e0dbe6eab9f4bf0a5..d9d4e2204a5405f6ff168dddb726da15f9614d86 100644 (file)
  *             - Protects both PredXact and SerializableXidHash.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bb10c1bed0077b9a06a6b5b4a2555c0bfe6601e8..0d5e23ac4d6c638760c23e5ed6c9f175e2009063 100644 (file)
@@ -3,7 +3,7 @@
  * proc.c
  *       routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0afcba183b468430114b6bd2cf9e8b43169fa820..cc0bf5e01fb97a9482ee4e785f2ee6e949785d53 100644 (file)
@@ -4,7 +4,7 @@
  *        Hardware-dependent implementation of spinlocks.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1ca718bfd9c957d922d367e146b2cc2ac5b28a4e..4a8f5bfe7bb0391fd08092fb22a98efbf6b73cd6 100644 (file)
@@ -11,7 +11,7 @@
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index df77bb2f5c0825069a966fd82b1f0f0a416ba784..0189bc9cc75a3fe39a8e9b5b7c0651a8d459bcac 100644 (file)
@@ -3,7 +3,7 @@
  * bufpage.c
  *       POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 25661ef7bfe5cd6a47df20285153973398d9f09e..24285dbed9138dc80f470d9b0f7aeb43ad28b6be 100644 (file)
@@ -3,7 +3,7 @@
  * checksum.c
  *       Checksum implementation for data pages.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 244d8fba2f62a6508d0003573d3c1b5ed6467bc9..dbb35b1cae3bb2bce73054116a941aa611c0a039 100644 (file)
@@ -3,7 +3,7 @@
  * itemptr.c
  *       POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7b000bdbf4782e32b95d8fa499d5639d842b681f..f6b79a9968969dda533777e610e046fd4bab01b8 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 244b4ea72c8808daea4517c80f78cb1b927c8452..87ff3583ff89746973ea1bef7bfead6c7b26f682 100644 (file)
@@ -6,7 +6,7 @@
  *       All file system operations in POSTGRES dispatch through these
  *       routines.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 36093f2fdddc906cec52d4d30a78a7fcd7e7e3b1..51dbac89e1308eaff1fa0b3708e5ef66550bff3c 100644 (file)
@@ -3,7 +3,7 @@
  * smgrtype.c
  *       storage manager type
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d645751ff580a92dff9b4ad80d5c983b4d1381a7..2c7dc6e526799bf4b920620c28ec850cf0b457a3 100644 (file)
@@ -4,7 +4,7 @@
  *       support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ce3b9ebdca36152aa493a0e01a11ec5224f50805..2cd45e642a77458e7a9d5a94fba5fc986648440b 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.c
  *       routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4ae25487ef4469bb81bb0587062ef90144a46312..390816bb9c2615f03f89a1723e93e33dc71be4df 100644 (file)
@@ -3,7 +3,7 @@
  * postgres.c
  *       POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0df86a20e12bad028291f66e489b4fda4dfda1e4..6893b0f4239aa7702e902389402cc280e8e8a775 100644 (file)
@@ -3,7 +3,7 @@
  * pquery.c
  *       POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e81bbc6c9d19bb9acedc00b92757c2a09d84fcd5..045f7f06ee27ffa517bd4576f3bd3e5af8dac286 100644 (file)
@@ -5,7 +5,7 @@
  *       commands.  At one time acted as an interface between the Lisp and C
  *       systems.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 90ee35e5bb32245b50a7480d8249010d31a0d752..cdccf525d0e31d6f1e8dc6056c05e83848287044 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/tsearch
 #
-# Copyright (c) 2006-2015, PostgreSQL Global Development Group
+# Copyright (c) 2006-2016, PostgreSQL Global Development Group
 #
 # src/backend/tsearch/Makefile
 #
index 17e86d59d6fe41a4958d23f3ff86bb33b92ace68..fee6320c74209117ef8418e218205a7dcdd3280f 100644 (file)
@@ -3,7 +3,7 @@
  * dict.c
  *             Standard interface to dictionary
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 031976ff5457bf9e1fed4cfe1348f99c26c5a08c..a69e1deb16e11a67076174c50e0eef92b13637b6 100644 (file)
@@ -3,7 +3,7 @@
  * dict_ispell.c
  *             Ispell dictionary interface
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c414a6214f2282dbb1634333c04fe1e5595b0c35..e3f06db268ff935e28175de37a103429b4e3e03a 100644 (file)
@@ -3,7 +3,7 @@
  * dict_simple.c
  *             Simple dictionary: just lowercase and check for stopword
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ee7e6cdbbb72c21f84286d987776d96dbf24dda6..90dbcab4e27d6ddb396867aca9cee5487983398b 100644 (file)
@@ -3,7 +3,7 @@
  * dict_synonym.c
  *             Synonym dictionary: replace word by its synonym
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4b8bc93098f0d81b6e542aa7e668eb7d4800740d..105608c52caaea0afeed319f25ab2f17dafd8e52 100644 (file)
@@ -3,7 +3,7 @@
  * dict_thesaurus.c
  *             Thesaurus dictionary: phrase to phrase substitution
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 3dac84c76aa1ea8cb30d389eedef125be03bfc33..a63fd9dbfc47dd0774319100a1bada1044b96e63 100644 (file)
@@ -3,7 +3,7 @@
  * regis.c
  *             Fast regex subset
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 3af190482199801057c82876c5521c40fd552c5d..00422227f3e1dfd73a22a4d394be9fde3f9d1aa4 100644 (file)
@@ -3,7 +3,7 @@
  * spell.c
  *             Normalizing word with ISpell
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4c6ea873e78ad229e760a91154fe585f3538cd10..aa77ec07281bbb7957d3dfa826802d04dafcd0ff 100644 (file)
@@ -3,7 +3,7 @@
  * to_tsany.c
  *             to_ts* function definitions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ad631b73bb27fe83357c3584d7c8478553c8c1ed..85e1cd003ad0a44acd6528da2e252f28a3121be1 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.c
  *             locale compatibility layer for tsearch
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index fa911144eff912aa25f998621f250457e043ff05..64cf906a5ab1dc261b94fc70c689652d1ce46172 100644 (file)
@@ -3,7 +3,7 @@
  * ts_parse.c
  *             main parse functions for tsearch
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ec2c0601d2d181e5d5650022c3274b3eeb037323..7462888b5ca24247207cfe73a208eade7723fc63 100644 (file)
@@ -3,7 +3,7 @@
  * ts_selfuncs.c
  *       Selectivity estimation functions for text search operators.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 432b582599b91383c065f518cd629691cf607ac5..0f851ead0607fcecb1fd5516593d65f78b1665e4 100644 (file)
@@ -3,7 +3,7 @@
  * ts_typanalyze.c
  *       functions for gathering statistics from tsvector columns
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 43fdf8af5e97d645c42d741fafa25fb5ae6dde1b..9c3e15c0bf92120d0e4b2cd4f27855b70eb43750 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.c
  *             various support functions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 509f3bb6a1366b09e8f060004bb960cdfff3b98f..a3da8cf4d6b8ffefd58cc7e0240f9924d7090f25 100644 (file)
@@ -3,7 +3,7 @@
  * wparser.c
  *             Standard interface to word parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 18ff9e2961c882b8d509a60ba05c8c09c89908cd..c921294e57d1f50ffac616ba285f75d5fcdca754 100644 (file)
@@ -3,7 +3,7 @@
  * wparser_def.c
  *             Default text search parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 176d04aaad803a1a7e424c138ee09e2b6ef2489c..5a79fdb3f52e418e56c14d1a7d97ab838e37bf2e 100644 (file)
@@ -1,7 +1,7 @@
 #-------------------------------------------------------------------------
 # sed script to create dummy probes.h file when dtrace is not available
 #
-# Copyright (c) 2008-2015, PostgreSQL Global Development Group
+# Copyright (c) 2008-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/Gen_dummy_probes.sed
 #-------------------------------------------------------------------------
index f5cc2655f3559dd0a9ca95172ae3d87817c7c5c3..a3f03d27348754f9414b54329fbd3b968e0125ec 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-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 3ca168b4736cf238d724b851742fdd2486ee0150..63fbce017c5855cb6624fa5f134b0a65d907b524 100644 (file)
@@ -3,7 +3,7 @@
  * acl.c
  *       Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 97fd4440c8569c95308a5482c2d60e09716ab26e..7dd7e3fbcbe56b6381cb20a1191e8f7ee3f08ba0 100644 (file)
@@ -3,7 +3,7 @@
  * array_expanded.c
  *       Basic functions for manipulating expanded arrays.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9d023c2621a29162f96b86186bba6fe4117eedfa..dd44d57e2078845be05a915da6a5006cf4a63139 100644 (file)
@@ -3,7 +3,7 @@
  * array_selfuncs.c
  *       Functions for selectivity estimation of array operators
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ffe8035eb4d53a4266f8e0738a1b6bc25b0e3dd0..6f89cf9f9fd10ca1e05ca5df57de9ad105ba81d8 100644 (file)
@@ -3,7 +3,7 @@
  * array_typanalyze.c
  *       Functions for gathering statistics from array columns
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d0e0dfdae9ea0fe9124132e5d9d9dd211beebbda..1ef15008bb22117eed6c2043babbed4e4860527c 100644 (file)
@@ -3,7 +3,7 @@
  * array_userfuncs.c
  *       Misc user-visible array support functions
  *
- * Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/array_userfuncs.c
index 72d308a59770ea7e5047b363b3b975107e384600..8fbd85014694c82cd2dbdc48ef4b59380bcf1355 100644 (file)
@@ -3,7 +3,7 @@
  * arrayfuncs.c
  *       Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 88bced38556e3ea49d22dfe89a662fa6012bf57f..a27fcf853b40f48190a9b3cb60198f00e0bb3612 100644 (file)
@@ -3,7 +3,7 @@
  * arrayutils.c
  *       This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9c51966ee7d5b514ac04004ead6c87a850dd3e6e..2b4e250c5c1b4e5c56d5d4cd339bdb4317796c7b 100644 (file)
@@ -2,7 +2,7 @@
  * ascii.c
  *      The PostgreSQL routine for string to ascii conversion.
  *
- *      Portions Copyright (c) 1999-2015, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/ascii.c
index 5d3bb10afc87b17e4584b74662a808291dcbb946..0e17f1c808a6f425d920f934ddba72b0aea020a2 100644 (file)
@@ -3,7 +3,7 @@
  * bool.c
  *       Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e1a5bf78dbe925f41cf93b1cae7187691bd075ee..e43dae8cbf3d796899c3a15b1f88463fcc918c2d 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f9dfb787c3465625db5449b42cb1ded82e525794..332db7e9c006e3ebc298ad22cb0ec0f3051f6e37 100644 (file)
@@ -3,7 +3,7 @@
  * date.c
  *       implements DATE and TIME data types specified in SQL standard
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 926358e6c981e63caf6d48ffd92735c245eb528e..90b1eb16e4de165e12f0ee185cf3d626af27e256 100644 (file)
@@ -3,7 +3,7 @@
  * datetime.c
  *       Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d619504552a113f1c09df91779d70f4c65166e5..803ba4752e9d18c3704cb6d9e122d722e79bf641 100644 (file)
@@ -3,7 +3,7 @@
  * datum.c
  *       POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5ee59d0a2e250be6990131a2e1a6f980754b7346..208469203d8ae76ded306ab5e26d4d252cc9e37d 100644 (file)
@@ -2,7 +2,7 @@
  * dbsize.c
  *             Database object size functions, and related inquiries
  *
- * Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/dbsize.c
index ac8c25266e0770ed86fdde1933294a560d25d684..19ee4ce9d164d013db7d6f0162ed19e10dd68679 100644 (file)
@@ -19,7 +19,7 @@
  *             to evaluate them in.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4216fb795054fee7a0f947430aedc4acc6afbfb..d833efc32cdb0e10e701a918b4258c8c5adf7188 100644 (file)
@@ -3,7 +3,7 @@
  * encode.c
  *       Various data encoding/decoding things.
  *
- * Copyright (c) 2001-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d5818a9751eea95eb591925eb1da6fb6572e0e27..135a54428a04261f2f0d5e2bcdb515819abd425c 100644 (file)
@@ -3,7 +3,7 @@
  * enum.c
  *       I/O functions, operators, aggregates etc for enum types
  *
- * Copyright (c) 2006-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 039671bc7d7da109d66cded8262ebb6baa9c776f..6bb5675e083436eddc0a58ea8adc3d189fcfeaed 100644 (file)
@@ -3,7 +3,7 @@
  * expandeddatum.c
  *       Support functions for "expanded" value representations.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4e927d807da767d8757cedf1f76385493002f8af..8f34209843cd021ba85b45c0ab7ab2148bf6d975 100644 (file)
@@ -3,7 +3,7 @@
  * float.c
  *       Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e046f05f28c659c0c988e429f3100fdecedb31ff..1b02932b79e0fbedb5da5cdb24911719c5d2f8df 100644 (file)
@@ -4,7 +4,7 @@
  *       Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0a203f88991d128c5e787edc7e82183d3b62093a..495676431991c43ea0e85cd8029cc735eca15e9d 100644 (file)
@@ -4,7 +4,7 @@
  * src/backend/utils/adt/formatting.c
  *
  *
- *      Portions Copyright (c) 1999-2015, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2016, PostgreSQL Global Development Group
  *
  *
  *      TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
index c4eb10d3cfd53ce0261194f655790f2de8c242aa..650d1e43906ce253b68f06d92cc49cb742dad132 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for direct access to files
  *
  *
- * Copyright (c) 2004-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2016, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index ad48dfcb4b712846c454a1f2c5b94560127d4b0a..b84673d64c19aac4f62fe352d365b7186b7aec4d 100644 (file)
@@ -3,7 +3,7 @@
  * geo_ops.c
  *       2D geometric operations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d1149e39d7a83f075fa72a71e9ead072c8951c4d..6fb5425c2be8ad4d6497b2407038cc6a2ccc5cdc 100644 (file)
@@ -4,7 +4,7 @@
  *       Selectivity routines registered in the operator catalog in the
  *       "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a91b297d8fa3b9f7902d6affe077d0ce6f1045a..29d92a7d04adaa921f8db04b2f36e0bb87c15555 100644 (file)
@@ -3,7 +3,7 @@
  * int.c
  *       Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 63a4fbb4a33b2dbfe60e0e7ece81754d9b608369..17d2973280b371a76af6807b545816e3680815c8 100644 (file)
@@ -3,7 +3,7 @@
  * int8.c
  *       Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a54604ee9df1e4d6b2a83e84a67c194245752092..c23dcb485bfeeece9e9fc576f1dffbb7177eeb4a 100644 (file)
@@ -3,7 +3,7 @@
  * json.c
  *             JSON data type support.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5bebc952fa4482b20bb85ab01e12be59fd393dbd..f5892816d7cca8911ec8f3e67cad06cba60f51e1 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb.c
  *             I/O routines for jsonb type
  *
- * Copyright (c) 2014-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/jsonb.c
index 1a8d646d74da729f87fa2f10e5a21c383d527e8a..18b7bc5075888a5bae18cd3fbf062007b7255c08 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_gin.c
  *      GIN support functions for jsonb
  *
- * Copyright (c) 2014-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 74cf4fc7153a533dff3de63e6e8f7be4bddb4558..54d6a6d8e42d6099a5f531c2fce4ec74b20297ec 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_op.c
  *      Special operators for jsonb only, used by various index access methods
  *
- * Copyright (c) 2014-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c402eab22e6345e43701e1f9099b45274614823a..e1ceea6da48e4bffc999e3d8f98fe618a1467023 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_util.c
  *       converting between Jsonb and JsonbValues, and iterating.
  *
- * Copyright (c) 2014-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 80018de6f0e30dbcb77709dace4dc9034ff9c126..88225aae4dc76e8901123cc827b86544a459ff73 100644 (file)
@@ -3,7 +3,7 @@
  * jsonfuncs.c
  *             Functions to process JSON data types.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2c30b6c8e9de45d90e529c859fe201fc3daadef3..a499a20df9dd99a829c4583ea50c15f5a47c7691 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-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/utils/adt/levenshtein.c
index b6db4f3b018a4bab795a0f3f8c9a56d8a73192c0..08b86f516842dcda7bf5beb2b5d6d811da39abd7 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 83ece28722cb25e0f50c329e2a2fbe9a925d0788..713a3f860342bb874d609baa9adc9072fffc078b 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-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/utils/adt/like_match.c
index 1705ff0d118c2ffda5a43beaaa3b30b38694d7e8..73c78e9b2637ae3dad6cda56868540a2c83878ab 100644 (file)
@@ -3,7 +3,7 @@
  * lockfuncs.c
  *             Functions for SQL access to various lock-manager capabilities.
  *
- * Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/backend/utils/adt/lockfuncs.c
index 3ef6e43c4d01d7b17f38d9f72765f2dfadfde975..6a306f39a9b777a0b5c07bc92416add5f7dee6e3 100644 (file)
@@ -3,7 +3,7 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c775f838d63fc34a86d723f8235ec613e5a2a1ca..421ca6f229a779bcaf7db61671d16e7de3dfe8e8 100644 (file)
@@ -5,7 +5,7 @@
  *       Functions for the built-in type "RelativeTime".
  *       Functions for the built-in type "TimeInterval".
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 58261275614ec39e2a54d84ff8fcc867ca17c70a..476ac4f6597a2ccb31bc242c596987fb5a5b9d58 100644 (file)
@@ -9,7 +9,7 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 756237e751c0e32025f25cf05d340cb632d8196d..2caff941e7332c3b1ea8a618e1a90eb43e61c313 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 57989afc4991d6cc5ed43afac949dd325aaca418..2e39687fb92fbdc0ca55d2e1200f6c2a92f55dd2 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fa93a8c37d969009cd525d286db2dbcd713320be..ea79b48a8f6e149c4078d024171437444601f551 100644 (file)
@@ -11,7 +11,7 @@
  * Transactions on Mathematical Software, Vol. 24, No. 4, December 1998,
  * pages 359-367.
  *
- * Copyright (c) 1998-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/numeric.c
index 1dadbd597aea8686f3b659a58b3ccc49ef0619e7..880d304fb5289cdb0f8ad8d5ae2ea168647f63f2 100644 (file)
@@ -3,7 +3,7 @@
  * numutils.c
  *       utility functions for I/O of built-in numeric types.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d121e0e5c97672162af317f9c0ccfe60e4f1e7b2..bb29dfc21a1fe5f826ce8d20c4d57c72e00152ee 100644 (file)
@@ -3,7 +3,7 @@
  * oid.c
  *       Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8e896ebf16b4381797a8cf71a34503815ecd3065..377a6502b49a6dc8e7f0af9b8e115d8395a69dc3 100644 (file)
@@ -2,7 +2,7 @@
  * oracle_compat.c
  *     Oracle compatible functions.
  *
- * Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *     Author: Edmund Mergl <E.Mergl@bawue.de>
  *     Multibyte enhancement: Tatsuo Ishii <ishii@postgresql.org>
index 39ed85b7939a2d8a57334c33578f7ab79b819d01..57201fd03d4fc52598ed5936c32a4e33f4a101c4 100644 (file)
@@ -3,7 +3,7 @@
  * orderedsetaggs.c
  *             Ordered-set aggregate functions.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d91959ea7f8401366ee43510126e471b987e9d62..68491a75b939fea3f1d1dd8873e1257b69abefa1 100644 (file)
@@ -2,7 +2,7 @@
  *
  * PostgreSQL locale utilities
  *
- * Portions Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2016, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/pg_locale.c
  *
index e0848b78d46532cba22e4d3102f4da2823f4d105..c19ff40056201ba21ae68581beebf23c1d7b7420 100644 (file)
@@ -3,7 +3,7 @@
  * pg_lsn.c
  *       Operations for the pg_lsn datatype.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 883378e524086d7bf504e1504efae86240332627..b5c732bfca29947ab4053ef54aa0e629f05d8915 100644 (file)
@@ -5,7 +5,7 @@
  *     to control oid and relfilenode assignment, and do other special
  *     hacks needed for pg_upgrade.
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/backend/utils/adt/pg_upgrade_support.c
  */
 
index f7c9bf6333836224dd27a55ac2400601b3c8145e..1b22fcc3a1abe8ab1ac4141524cc5058c332cfa4 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatfuncs.c
  *       Functions for accessing the statistics collector data
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b809aa7d4996d55d467aa570e8dca9650031a31..f309ad3cbee1642e11590902772c38f450db4067 100644 (file)
@@ -11,7 +11,7 @@
  * we do better?)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 761633bd459f96f2bbbd120302f52bde47b1a65a..9bdde8bf8168352727a27dc7e2e35d1ca0e2eb14 100644 (file)
@@ -3,7 +3,7 @@
  * quote.c
  *       Functions for quoting identifiers and literals
  *
- * Portions Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 21e386c279e7651847fadd43e1d49f3fbd3696f4..900bcb560f7e772ab2674d3f276dd03bc49ce50c 100644 (file)
@@ -19,7 +19,7 @@
  * value; we must detoast it first.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ddeb18b72f98cc4ab42165c865c8399dbe1ab082..01cd2342c097cf34ff72e7208c816f3bae1d4964 100644 (file)
@@ -3,7 +3,7 @@
  * rangetypes_gist.c
  *       GiST support for range types.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7cc5e484366ee0070bfc0b5700d0cce5a3dea3cb..8595d41e0bd18d230a09f069a3e48c1bbb30ce06 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3b5529eb3029f234d95a014a67757323d0151a4d..57fd1bc38e28ab768e6ab4dc1af52259a6986544 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e0c09180fff1d9d5cdfe1f80899e92e4ed863136..fcb71d3f36ef6335c65628cacfb2acb0f4040bd0 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6a0fcc20dabab65f4f7aae70348bd4ed98f6cab7..5b216e0b721a28ac60de5483e1665facc6674e75 100644 (file)
@@ -3,7 +3,7 @@
  * regexp.c
  *       Postgres' interface to the regular expression package.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 53e71dcf57f66b9f9ecf60a4ff509d6bd6d8dd4a..59e5dc8ddd04b808801988d8475e743979805ff5 100644 (file)
@@ -8,7 +8,7 @@
  * special I/O conversion routines.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6569fdba1642e0897320394698bed5dbc7370be5..b4765005feb29a9d67bfcfe7d20c069b6438e54e 100644 (file)
@@ -13,7 +13,7 @@
  *     plan --- consider improving this someday.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/ri_triggers.c
  *
index 567622f759a1b85dafd8c4ab7794554d95d0f7ce..622bb88beb532219dc8a4ad7803f5f19a25da4c6 100644 (file)
@@ -3,7 +3,7 @@
  * rowtypes.c
  *       I/O and comparison functions for generic composite types.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1c7cb5bb30c2c09b5137cf0230aa30138a93ac4c..023d651899aba8f30a68046eb4604ee4cf98d937 100644 (file)
@@ -4,7 +4,7 @@
  *       Functions to convert stored expressions/querytrees back to
  *       source text
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8d109aafe787b5e5eb161b91d0ed85de3ff51625..ebb03aae475391b164cc02b8b49ee19a28a14332 100644 (file)
@@ -10,7 +10,7 @@
  *       Index cost functions are registered in the pg_am catalog
  *       in the "amcostestimate" attribute.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5157899c23613ccf129f2fb59a6a99183c0b99ed..ff762bbc134def9f6308fee3a60091b1e4ad5ca9 100644 (file)
@@ -3,7 +3,7 @@
  * tid.c
  *       Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8fbb310f338f4db3f092a35d5c80f01e301574ff..68710928718cb0573b12b7f03cb8e977097b4f71 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.c
  *       Functions for the built-in SQL types "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a8a75efd1319f48e0c8376127d853b722708e412..b0cde400926d4ff4560e0b4b0397dbf52e8c9914 100644 (file)
@@ -4,7 +4,7 @@
  *       Builtin functions for useful trigger support.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/trigfuncs.c
index da90ca84f87f44805248bd6f13707760d9ca5220..2819d520e94f0c07a6f2f723e6f4b056374d2ea7 100644 (file)
@@ -3,7 +3,7 @@
  * tsginidx.c
  *      GIN support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 0a1e6644dd3892a8777e57a1d8b1a6dc7eca9c67..ede11ddd48cb234fa4dd53238d43f02a5f3097e1 100644 (file)
@@ -3,7 +3,7 @@
  * tsgistidx.c
  *       GiST support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 2c32ffe5af777d6873d52106cdd9daca1434abb7..0732060678449bf8a3476a706ac37239125bb882 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery.c
  *       I/O functions for tsquery
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b841006dd0f880c8e4511caadf2320f908064427..333789be3c5a5e9ce7a67e5a55dcedcaa7647105 100644 (file)
@@ -4,7 +4,7 @@
  *      Cleanup query from NOT values and/or stopword
  *      Utility functions to correct work.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 232715c5740dc1b5ddc2c538a31e1aee042610c4..02693bd0ee80cad6aeb6f65658c54231ddb34319 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_gist.c
  *       GiST index support for tsquery
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8afd558db332701f1bbb8804af4e3837c69c7c46..9cdf1fe10b2d13eb208bb2d7ded2371a37d8c8f9 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_op.c
  *       Various operations with tsquery
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8da3f00b3402618164ed792e4d6174988ec239ce..0870afd867f510cf90263508bd7ef048fd5be93e 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_rewrite.c
  *       Utilities for reconstructing tsquery
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b83a7551534142c33c05cc63b2d895f780355988..fe26ad52dd2ed0c2ea9d1993742a048a2ab915e8 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_util.c
  *       Utilities for tsquery datatype
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a3066fa79485d4f8dd6bf9bccaefb7d6870869e0..53f678a3bfbb0e8a1217c2353706ad70365b8b40 100644 (file)
@@ -3,7 +3,7 @@
  * tsrank.c
  *             rank tsvector by tsquery
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 0233951c7153fd389b89133ec4b745e7e5697b38..12043bf3f5ffae96efc401b8289468eedb79b22f 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector.c
  *       I/O functions for tsvector
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e822ba8fae1aa0d1e0581d84d2974ed14b4faeec..a3f1c36187d7d84a2b951ba50738f033268b6268 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_op.c
  *       operations over tsvector
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index eccd1a0c8db8e6a861894ec20d73cc18ee2367e7..e2817082db8660b831387aaf2bcce93c9722b1c8 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_parser.c
  *       Parser for tsvector
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ba4b48298fdddbe2b7770e238167df71e3fe6626..c2069a9923b9df22b361dfbd50c1ea980e0fe458 100644 (file)
@@ -10,7 +10,7 @@
  * via functions such as SubTransGetTopmostTransaction().
  *
  *
- *     Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *     Author: Jan Wieck, Afilias USA INC.
  *     64-bit txids: Marko Kreen, Skype Technologies
  *
index 592877dea651f60153eb7b8bcedebeb9312dd317..a6d5c18312b8138d9e154d9f45e09590910d4419 100644 (file)
@@ -3,7 +3,7 @@
  * uuid.c
  *       Functions for the built-in type "uuid".
  *
- * Copyright (c) 2007-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/uuid.c
index 77b05c85ee92a08c9ed08f966a04e9e6c24cd81e..75e6a4647636b414a8870dc25174f6e90211c297 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index df9a2d76de1ac1df001d43c8cf658d13c0c37720..0498fef4049a903cf1b338c3d4e7253bd133cdf4 100644 (file)
@@ -3,7 +3,7 @@
  * varchar.c
  *       Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85f85d430e01b9521e4dd28fb86d7e59385f6c16..8683188df130fdb210bfe0e47bb32f18caadee37 100644 (file)
@@ -3,7 +3,7 @@
  * varlena.c
  *       Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2333926c86e69e3c3bc777eeee32557ba6390040..f24799251e6a0e751428ffaac3f70425e87d05b4 100644 (file)
@@ -3,7 +3,7 @@
  * version.c
  *      Returns the PostgreSQL version string
  *
- * Copyright (c) 1998-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *
index b3c4d9a808190f45ada53ae436feaf2ce00a0992..b9c7cff39d21da7ee22395fca39cf89d7d168751 100644 (file)
@@ -3,7 +3,7 @@
  * windowfuncs.c
  *       Standard window functions defined in SQL spec.
  *
- * Portions Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c93ff4da737065115f4a793048368d5a86751f26..9db58142191786bffb52936b322db460d1113749 100644 (file)
@@ -3,7 +3,7 @@
  * xid.c
  *       POSTGRES transaction identifier and command identifier datatypes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 31dfc4d2a7a912ede4b9bc975da41b1655731c66..56179f822ed2df51f902b5a88c4aec8ebea84a30 100644 (file)
@@ -4,7 +4,7 @@
  *       XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/xml.c
index d7212a013d131c5d4947593b585fd0ad19c060f9..54eb864bc69c6f8f40e850935cf603f4a1f341c9 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 577c0590729ede6554b42611498a5ea2dd034014..e929616c97e6ee79de41be79d7059d6b992d73a0 100644 (file)
@@ -3,7 +3,7 @@
  * catcache.c
  *       System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d9fc4b3f85558aad5806c45bdb72ddb7a42faad8..6fc1df880b3bc75c675a56078cc257464cab91e6 100644 (file)
@@ -3,7 +3,7 @@
  * evtcache.c
  *       Special-purpose cache for event trigger data.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 587a2cd248b079a122c60e8c183521cd95d4bd9c..924bebbac52554215e6ef798bd9afff12d3146ff 100644 (file)
@@ -85,7 +85,7 @@
  *     problems can be overcome cheaply.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 093da76e494555c76d1b50384d4ffc2bc840842d..5c9333c296c7c81348bcd4f3c2049ac7e9232d39 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.c
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1be20fcd9aa72df2639e6ea3b958d9503094f31c..539f4b9240c37c1f021d28f374dbfeeed4ddf01b 100644 (file)
@@ -37,7 +37,7 @@
  * be infrequent enough that more-detailed tracking is not worth the effort.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6b0c0b7fc1a9fde5011f20ea61fd216fe54b17b3..114b7a707c7f6a277f813e584033ab72f05e3115 100644 (file)
@@ -3,7 +3,7 @@
  * relcache.c
  *       POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5c58cce5bd6366ef1f7aef85c10bfb9323b09c83..894dacb5e7e67370f545edb686552ecec8a24449 100644 (file)
@@ -3,7 +3,7 @@
  * relfilenodemap.c
  *       relfilenode to oid mapping cache.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c151b92dfc3d795aaa9455022512a2ba3479d7eb..6a63b5e1d740e9a148dec0696b0bdcad0af1eba6 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1c78dfe76a1ba48ea80ceabfddeec0acbda3ace7..94e27c8f586e77bc563b9d994d59a8842590b70e 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index efce7b9a3d13b0ce73aff22292ca9f42ee31b60c..6eb2ac69a13b59f181301e49d39675d603b33d46 100644 (file)
@@ -3,7 +3,7 @@
  * syscache.c
  *       System cache management routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b1c358626752e04069bf7399473583074ab585c..5e4de431dd3de63e96df19e6c74c3feb4e970ae6 100644 (file)
@@ -17,7 +17,7 @@
  * any database access.
  *
  *
- * Copyright (c) 2006-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/cache/ts_cache.c
index 6598892b14bdcf74724eeda54fc79308f673aa75..4ad787bfa4525c7821b0d44b5b69b557a081c89a 100644 (file)
@@ -30,7 +30,7 @@
  * Domain constraint changes are also tracked properly.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7b97d45a53a12ed849c13bef3630753109ba1f49..04c9c00a27b02100ce5e590919ee27edff762f0b 100644 (file)
@@ -2,7 +2,7 @@
 # errcodes.txt
 #      PostgreSQL error codes
 #
-# Copyright (c) 2003-2015, PostgreSQL Global Development Group
+# Copyright (c) 2003-2016, 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 5bfa85664841095eabb11859ab4e271b1b6cdcc8..c4b0e007d2fc7e9866a478fcf1bda733bf9fd1a6 100644 (file)
@@ -3,7 +3,7 @@
  * assert.c
  *       Assert code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8b5b6c5241a88954195d6e70eae19ebc0d16c3df..9005b261cda46fd82d94765f3a1353353d201c81 100644 (file)
@@ -43,7 +43,7 @@
  * overflow.)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cd3db871e0bd240e80ecff695786fe61056c7ca1..7edfe97385174b31689bf3bae33c03a1fd753ede 100644 (file)
@@ -3,7 +3,7 @@
  * dfmgr.c
  *       Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 51f3d1b00a2b3805472c895cc050a316796cb81d..ad8541c218ec98237fb38294bb9bd68954af7273 100644 (file)
@@ -3,7 +3,7 @@
  * fmgr.c
  *       The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b09076b61aedd3fb76fdc4d9891ef0d273813ed..5d179ae8a8d93ff122b8376b08b96aa23cdd887b 100644 (file)
@@ -4,7 +4,7 @@
  *       Utility and convenience functions for fmgr functions that return
  *       sets and/or composite types.
  *
- * Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/fmgr/funcapi.c
index 53cb7ac3de9984b16e535e395b342b2da3aa602c..ad9c6b9bd36f16d6135ec356738ea35c7813c1a9 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes.h header from errcodes.txt
-# Copyright (c) 2000-2015, PostgreSQL Global Development Group
+# Copyright (c) 2000-2016, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index eacffc44687e465eb9348da91feef00df416b017..24a53da2f457687a5018737c55b221b7a949bf4b 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bdd438d4cabeca494344e98a8a613d1476e95dd9..d8322863e335622a28d20e31b236e18f8a9bfce0 100644 (file)
@@ -4,7 +4,7 @@
  *             Hash functions for use in dynahash.c hashtables
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 74c16184743b6654de2d404e1b7378041677d4fa..69dd456899b823a0a960eba859d1b5941bec5dc8 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 23e594e584113bf469e2a299ee2117de9c41dc54..ccd9c8e7f8724b1386d60fa70b08297a99da9260 100644 (file)
@@ -3,7 +3,7 @@
  * globals.c
  *       global variable declarations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fb3cb6eb3d5ab53863963cc583b18f26618fe0db..b7bab56099fab43d00d25b04f9e4f39ee163aed4 100644 (file)
@@ -3,7 +3,7 @@
  * miscinit.c
  *       miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7b1971478bbc4474e2b4d3a1f602059983e027cf..e22d4db2d64701eb46eff9c0e5de7ee55d8dd0be 100644 (file)
@@ -3,7 +3,7 @@
  * postinit.c
  *       postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 353fc75945319793d2bf35c37608053d76b83389..92c32d5bd503e99ef5426c74a9ade74b9072a3f8 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/backend/utils/mb/Unicode
 #
-# Copyright (c) 2001-2015, PostgreSQL Global Development Group
+# Copyright (c) 2001-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/Makefile
 #
index e172c5f5c003c175f0a5ae0bc71469371fae48fe..127fd157b07db238c913ee606ad6b9395c783a4e 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2015, PostgreSQL Global Development Group
+# Copyright (c) 2001-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
 #
index f49fc15a006e31f65a47b1fd3799dc591953a4b7..ea6a3f3bbfee7b8f80d17c21dedf6e98bbf822cb 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2015, PostgreSQL Global Development Group
+# Copyright (c) 2001-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
 #
index 7860736b3bb0216bf7d51f5a6cc7624a8eef5f33..57088c31ffd1dc4db45b065bc0579c77eea30350 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2015, PostgreSQL Global Development Group
+# Copyright (c) 2007-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
 #
index 9c2dec5c3b75b0f3309435eef329e349cfd5ba90..5ab342ed39c18477678ad5f6a53726636f100569 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2015, PostgreSQL Global Development Group
+# Copyright (c) 2001-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
 #
index 1de7a94e3e9a37d5cbbb49e291200088a0c7de07..578ee2d85cfe5cb14e7e7763944da06a072a5678 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2015, PostgreSQL Global Development Group
+# Copyright (c) 2001-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
 #
index 4123316305a5031cb450d916dc25847f82986bda..5b07a711d73f5b4fe4a80039f4165c4a7c5c0811 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2015, PostgreSQL Global Development Group
+# Copyright (c) 2001-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
 #
index e0730beb1faf8dce4c46d9ddff3a40072eb22f58..043c1c27ec8f6bccc85c4d759a47449784172221 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2015, PostgreSQL Global Development Group
+# Copyright (c) 2007-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index 33d108e025137a443decfeef22e28368a9a65a61..ae6af9e016e468479301532102ec0f3d92a640b8 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2015, PostgreSQL Global Development Group
+# Copyright (c) 2007-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
 #
index 51808bd488a1e397561a7f9b9b6abe983b1e356a..8e1f35ae15c6d1569c7c5e0585c8d726485483d1 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2015, PostgreSQL Global Development Group
+# Copyright (c) 2001-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
 #
index 3be63e2401781ad6e8fa899d8251bde85a5c5398..d7ec8eff4ac476b7762b3b67a71181e070004404 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2015, PostgreSQL Global Development Group
+# Copyright (c) 2001-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_most.pl
 #
index a0960567dc6219595ced989d6772c927c78fe216..e0f1fb226fd9782d2fb487d871e4b9fac444227e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2001-2015, PostgreSQL Global Development Group
+# Copyright (c) 2001-2016, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/ucs2utf.pl
 # convert UCS-4 to UTF-8
index 9757dbabec5025d163cda62ea4fb15cf09c37eb4..d50336bed55e6c45930f9981b0b7c4de408cbb5f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       Utility functions for conversion procs.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1d77103edf857ec3219c0b7890f3976263eaaad1..dec2cdf6f7f9cb717cba109a84cf9bba8543c73b 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ASCII and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1847287b31518737996fd5d4d7d65b90ab47b26a..5ea2a95bc10064f3cffbc017af5af9a551ac6ece 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       Cyrillic and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 398ceb1ab07506a360add2474fb7d17ba9fac121..9e9145f9724fbb75fd36e6fc171bca4f80de3fec 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JIS_2004, SHIFT_JIS_2004
  *
- * Copyright (c) 2007-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c
index 534fd69966849b0b496a110f05dc6ff79f21b59a..e804892d508d67d44804f0ee63e91e69df468069 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_CN and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c56a91951b9afa03db06f1f8ef15f2905c77036c..26a0e44a51fd4d431ae451dd5ff176947a33b0b5 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JP, SJIS and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index db4afd94c83bc4e2ac76c79ffcbef756461d3c3d..84bad24d5236393c4b53ed64638c8c7e32179a3c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_KR and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 795d51cbeeca58926e9c2aa542cfb578f8514158..05f8f77318c78d571379b015d1e497ec213b1896 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_TW, BIG5 and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1260b62cca3a9995ea8e89cd5eba0f885a961a3f..292eeda2590d4e891eba2c60414f0b1637da038f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       LATIN2 and WIN1250
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 806605c048620105a29c42642737d4408108f5de..e88c0989793edc71be1dd41d2f3e3b1d168fb124 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       LATINn and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 22cb01ab839380ef3b3962908661976e669d5b32..c0fc3b49849e2a738c76a53ab67864a1c3977097 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ASCII <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ed2ef1170fd0e167f7649793b940fec8daf322c2..3d711677562b19ed50ee4d711c28beb99c269d06 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       BIG5 <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 65e7616eea494b47464a10b2c678bf94aa8842d3..6e2be740b5cb0693481cca847ec376d69f19b702 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       UTF8 and Cyrillic
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cba8958fa35a8e10b2382618ebf22adec7d2ec1e..4d14b262aecc055934ebf157b3ef794e23d6da11 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fcc8659bc6dab6d6f8f077c6d31a8a74a8383bb2..953123c8a7c968d9f575f69a3fb43b68f2aa3b54 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_CN <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0524ec2497a085e44484b466ad9e3e8ac782a8bc..dd020d22e4cc1594ea1f349f4b92df7257d8f95a 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JP <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 14b2fefa560167332da5bfe63bc330f3494ab644..7b5e04e8c8d246b9759c5232f9be0bcddf589cd0 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_KR <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a956ebb3e9664c5864b2c2f6bfcd1d6355302a1b..023a279c44db9203585fb27173e643c36798ff0c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_TW <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index de2438525ed68ea66f10f745f7dacdb01696a4fd..5e8ec3db7c1d65b7b8126b991d0b0c0b8b5928ef 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       GB18030 <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f48fdd3cef0af7e636a15f299764b9effbfc42f8..d6613a0e85100d6f581b7eee00605dd478a7a23a 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       GBK <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7057c6d8894f1583b563d5b7b989adaa3e8f6df8..9204b5fcbfd8e80870476320e73beb15e9367510 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ISO 8859 2-16 <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3635674a84b788612b4b39d13810750142836689..45364f50149955924f7558afd6c569f9644123dc 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ISO8859_1 <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2a08f2a39162370d198a5b6e1a5d782fa6fc227c..2eaeae6f7286361c1cd4318eddcfce51594c11e5 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       JOHAB <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fda2bbdb81b395cf7b74a635f2a465e7070a4c6b..204e2a0b3536ef19308766e247140f9c914663d9 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       SJIS <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1727c685aa4e46a6bca0fd98a8d2f85e4682d3ba..b80eb7e46d7232c9ae858219531911cd4eafa15b 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       SHIFT_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 43fe289c9600e470c5dd389caf568464e57c6f9b..71214d20d81e7a3f2c93ad281dd7614b6ad9be54 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       UHC <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2304ea24bae31e7152b58e8a867c2f71108b654b..4d9c641ec68d33bbbc19af6d97cac62db727d0d5 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       WIN <--> UTF8
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2a8271ab0725042f163b3907c278dfff9c32f327..7f1c881cceec7a5fc451a49b550375dc7b54b6b4 100644 (file)
@@ -23,7 +23,7 @@
  * the result is validly encoded according to the destination encoding.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b5846c19a6bd3a04f72df555e2d23f0833a079b..48052f9320c008de6e3afadaf20da73d308c331c 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Scanner for the configuration file
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/backend/utils/misc/guc-file.l
  */
index a185749f9f971667111e5708c972dac988746958..38ba82fe4b66fab912f1cf2a6226fb1726d54911 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/utils/misc/README for more information.
  *
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * IDENTIFICATION
index fe9dfabe99bb57e8801f3d9631d4e2bd09769a2a..7e24489c3818fdd3bb73ebe6f76b53c4c951f7fb 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/misc/help_config.c
index 7455035100521da20c7afa067be7289c75525309..8781a383c082154cb032545f96e4e46b86b0ab07 100644 (file)
@@ -4,7 +4,7 @@
  *       Resource usage measurement support routines.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 32b035641fbefa694c46279a75e81f7bb2c760b9..892a810bababbe9b35541f22ad7a6935278e9c00 100644 (file)
@@ -7,7 +7,7 @@
  *
  * src/backend/utils/misc/ps_status.c
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  * various details abducted from various places
  *--------------------------------------------------------------------
  */
index 9f2ebfe02fafbc8a53c5f1f468d23d099b8ee4d0..b6c1d75fadde1af24055136cb24f01be09b2010f 100644 (file)
@@ -3,7 +3,7 @@
  * rls.c
  *               RLS-related utility functions.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4142e01123f79fe880cac07889e9227d4b6678d5..d0d00ab3ed5ef5a0f3832b400c0a25ead36ab20a 100644 (file)
@@ -3,7 +3,7 @@
  * sampling.c
  *       Relation block sampling routines.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9ebf99beae94df40d2f158a5a5776613112ae4a4..dd70e02c9ad7d62033f13ba7c524d6a9861a3633 100644 (file)
@@ -9,7 +9,7 @@
  * the single-user case works.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a7ec665f6c5a68daf6aba3782316270a8863a4f9..3b3f220e6e6802c55f6df6ca1f5d14c4d41f5fbd 100644 (file)
@@ -3,7 +3,7 @@
  * timeout.c
  *       Routines to multiplex SIGALRM interrupts for multiple timeout reasons.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ce738b8a1a5f976d2f027f9e1e3376ebad6a714f..a960343baa71d58cb794b823a9bc3ceeb8d606e5 100644 (file)
@@ -11,7 +11,7 @@
  * PG_TRY if necessary.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 70759abd31f1f2a4b51be562e58c05edfa5df6b8..d26991ed23f6d42e5539b2de36d6c6b1bb41af45 100644 (file)
@@ -7,7 +7,7 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 82cd71df6a8ae3546e039395b74c2dbc21e09924..2bfd364336b9457a35f40249945950fd169d8c90 100644 (file)
@@ -9,7 +9,7 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 44a87f7dea81a64a0c17334f24d3e9fd87c1967e..a53673cc2a788602c7dee2ad38d6c7792fd4e296 100644 (file)
@@ -8,7 +8,7 @@
  * doesn't actually run the executor for them.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b419dbc97f581d23ed8717c646d040284da2d8d1..976774e795e6883440710612f14fe0d8bb2f7ed0 100644 (file)
@@ -1,7 +1,7 @@
 /* ----------
  *     DTrace probes for PostgreSQL backend
  *
- *     Copyright (c) 2006-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2016, PostgreSQL Global Development Group
  *
  *     src/backend/utils/probes.d
  * ----------
index 0e7acbf60f3617b158832ee8391086aae77ad6dc..b1d71b54dfdfa7afa998075c31659d4185226dfd 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 252ba2207121f732ecc0dd4b43dd1fa6cb08e1db..774520752f055ded7e6f87a8c555d8e6e0592977 100644 (file)
@@ -66,7 +66,7 @@
  * care that all calls for a single LogicalTapeSet are made in the same
  * palloc context.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index daf38c74ff565887abc7d015c0e7584bbe4e6467..e193372d2e55b684d5186ef1dce34da6dd9e0076 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for accelerated sorting.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cf1cdcbeab58ee2c14783c5c7158cdb988802de3..3d5b8ed9070eab53d0bf1a6705d6a9e0569e9cf5 100644 (file)
@@ -87,7 +87,7 @@
  * above.  Nonetheless, with large workMem we can have many tapes.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 51f474d9c46d33680d9337b49e98e3a73152b535..1347fc4520a7fdafeead2912e67b0fcaa8832ab8 100644 (file)
@@ -43,7 +43,7 @@
  * before switching to the other state or activating a different read pointer.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 97598aceb3a75530cde60e01ad94ef0c9cc57da2..f033d1d5c9cd01b25401ed4f09d2b64bec6e20fd 100644 (file)
@@ -30,7 +30,7 @@
  * destroyed at the end of each transaction.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 074935ce381d2e0f2e8911491cdd6eca3230f455..63e908d0a000aad77101e1ba849b055d5c997749 100644 (file)
@@ -31,7 +31,7 @@
  * for too long.)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6f6611210fe4b8ac722de5032384598871c718ca..465933d5e5fb3b83e19478b4bdfac90d3c6ad31e 100644 (file)
@@ -50,7 +50,7 @@
  *      HeapTupleSatisfiesAny()
  *               all tuples are visible
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f08a22af204a25b0a54a65639719fab61b8c2b30..c926558d00ba0015ea3fe16c962011f7cd19e4fb 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin (client programs)
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/Makefile
index d4797880dd5a6c66be42fcbddf19da622efa7c00..094c8945c9600206ae49727d7d865b14067890fb 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/initdb
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/initdb/Makefile
index bdc3b99611f0fa9a62b0d68a0f450280e7e31f7d..95958734cab67ad5e94c9ebd5ba859ac32cb031a 100644 (file)
@@ -3,7 +3,7 @@
  * findtimezone.c
  *       Functions for determining the default timezone to use.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/initdb/findtimezone.c
index 460342a35717d282a889d7dca20fbc75f4e7abfd..35e39ce4b31b2f437d6e28eaf90500a22d229c6a 100644 (file)
@@ -38,7 +38,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/initdb/initdb.c
index 0d8421a71e591422084ccfe9f7c0a541654f6d80..585467205b66c6233cdf70ee3c4d0e356367ee5c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_basebackup
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_basebackup/Makefile
index 8c4dffea936e1613ee5fbd86a83a622b1219144b..ab9692a6d567c9b4beb9e733a86be40085d85a06 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/pg_basebackup.c
index c4a60629acd32f7ac0556f6f97b5df27d3f0d2d5..f96b547b0f3e0225bba4bf52af52277dab5621f0 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/pg_receivexlog.c
index b568a7827a42e6575b5b274456f9756e742dfeea..05c20402e892582f807285630ec4cab513cea98a 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/pg_recvlogical.c
index 3c60626541f545d480da84f488cd64a38ad975a8..6d7e635b0e41e383b59ab1f20c7cf4f9ed5a4e29 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/receivelog.c
index b38e993c1aaa8cf230c65e1dd50f19a7439402b1..8d4dbf285b47bff19db15e14288bf67e61e6fc05 100644 (file)
@@ -2,7 +2,7 @@
  *
  * receivelog.h
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/receivelog.h
index 2c963b67a327adea6de25695674ce11e6a42ea62..40d55d8012a8e28c11af525f11f1213d06a96bf7 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/streamutil.c
index b95f83f87e032e9eef87f70d87c867e776c1f370..d2d5a6dbae235246a179bf756a89e46da40fd67c 100644 (file)
@@ -2,7 +2,7 @@
  *
  * streamutil.h
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/streamutil.h
index dbc98990fb72f75b217a8f86213d0b65a37d1c46..812c4a1875cb45357bffe5dd7b5183587c702bac 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_config
 #
-# Copyright (c) 1998-2015, PostgreSQL Global Development Group
+# Copyright (c) 1998-2016, PostgreSQL Global Development Group
 #
 # src/bin/pg_config/Makefile
 #
index 9b1f95d6e1262727dcef95bcb4e899e58b9da098..4b1429405c9d228283e0251f2ec7f512c29422f6 100644 (file)
@@ -15,7 +15,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/bin/pg_config/pg_config.c
  *
index fd7399ba98fce7160bfe4a5df3205f269c8e5363..e3858820b3767b35c28999aa466ddd460452f97b 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_controldata
 #
-# Copyright (c) 1998-2015, PostgreSQL Global Development Group
+# Copyright (c) 1998-2016, PostgreSQL Global Development Group
 #
 # src/bin/pg_controldata/Makefile
 #
index 37eb482a5c0af8be75cf96c03a4260406f811127..6000eab256d42d0838488d682491e1868d23d9d6 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_ctl
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_ctl/Makefile
index 03b9770d5007ebc9e93b0936e10534dcdc80dd7e..bd82a059a04b4e50e8a97a1af28117cb3ee432ac 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_ctl --- start/stops/restarts the PostgreSQL server
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/bin/pg_ctl/pg_ctl.c
  *
index e890a62aef08c5c3b5f7be104461f5e063603be3..4162c8e564535d5e47758a9c9bcd2be8e85c0e2d 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_dump
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_dump/Makefile
index d100514cc21277423d9b1e786b5e1028772b6131..7869ee90a8fa72d2b9f4ee4f6fd6205f6c542b71 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6e1469bb75fce25bd41d53a1b165bf79f3f236bf..a01b03aba36e2eefdfc15804309ffcdda202d2df 100644 (file)
@@ -4,7 +4,7 @@
  *      Routines for archivers to write an uncompressed or compressed data
  *      stream.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, 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 87f1fd70da1a49b9265cab932caa25c40c65b6ca..2a45600943a8530fbb063b65e7bd83224f3d30c1 100644 (file)
@@ -3,7 +3,7 @@
  * compress_io.h
  *      Interface to compress_io.c routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index da82af25d369b9eb6f72c40206ac1902d1354555..24ba5c8755c11bcabef3ec94ca9b17fc00808b0e 100644 (file)
@@ -5,7 +5,7 @@
  *     Lately it's also being used by psql and bin/scripts/ ...
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.c
index 3a643c442701cb9f4933bcae23a39dc072d93d74..101515fca215aa15b4b0ad427e89f128efc7726d 100644 (file)
@@ -5,7 +5,7 @@
  *     Lately it's also being used by psql and bin/scripts/ ...
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.h
index 5775cad0fda23b61ad6fba91d265818853626adc..6f3a2d7edaa5471f9cd556388780c82e12935570 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ff823e5ab235477c7c74c4029478e3fa89447802..ce5e472347549a3fc971ab72430730efd66c5a27 100644 (file)
@@ -4,7 +4,7 @@
  *
  *     Parallel support for the pg_dump archiver
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     The author is not responsible for loss or damages that may
index b52c87f5fece353b3dcb57691f1ab82cb03fbab3..ecceb4ea3a9bce940dc7b322b15e9c8962e3c6a7 100644 (file)
@@ -4,7 +4,7 @@
  *
  *     Parallel support header file for the pg_dump archiver
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     The author is not responsible for loss or damages that may
index 45a2136fe285c7da27794e0ab2e1ea24b7b8c95c..4ebdf04ea25be2d91a38df4a22ac584e8a84cad9 100644 (file)
@@ -17,7 +17,7 @@
  *     sync.
  *
  *
- *     Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *     Portions Copyright (c) 2000, Philip Warner
  *
index 2b1c5b163f6ecfaab0932959e6403309eafde30f..0aa13cda43308f4a31adc81f5d53b3198f6e2916 100644 (file)
@@ -4,7 +4,7 @@
  *     Utility routines shared by pg_dump and pg_restore
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_backup_utils.c
index 0df0936c91b577b0fd77368911633972c59c271a..f50e36cb0b14c473fd9b33fe6387eae1cac59057 100644 (file)
@@ -4,7 +4,7 @@
  *     Utility routines shared by pg_dump and pg_restore.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_backup_utils.h
index 36863df56881470597790a38a155143c27c643aa..6cc28336e14aa4b3d5030447a939518ed4dbddcb 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, 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 cb88b8218d24a01360f4f53ea14fbc675365ed89..03756ba100a63c646168f58f9efd4865f51d999b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_dump.h
  *       Common header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_dump.h
index 80c3fa89e491b535eafafcabdbd02b48d48e3bf4..b0f6ace9a40f669c802db33492d07d9ee3af197b 100644 (file)
@@ -4,7 +4,7 @@
  *       Sort the items of a dump into a safe order for dumping
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3461335d102acde81f9dc5b109092cca937d8ad1..121ec3f5acc41ea1b340c40f183ef0043db0e35f 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_dumpall.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, 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 2ed3adf975a75a84eef02b224de2f0bcaedf95ab..dfd23c1031438f0645b2039739c506de1e60a4d3 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_resetxlog
 #
-# Copyright (c) 1998-2015, PostgreSQL Global Development Group
+# Copyright (c) 1998-2016, PostgreSQL Global Development Group
 #
 # src/bin/pg_resetxlog/Makefile
 #
index f675c9224bd5bdf3735bab1220c642281f889c49..ca706a5420fe04b90d1f0989cf67f3c85a9e7c27 100644 (file)
@@ -20,7 +20,7 @@
  * step 2 ...
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_resetxlog/pg_resetxlog.c
index 48dc7702513512101d480c245b80fc04ab79aadd..d03a0a2eaebb971376f24a40e0cf9a1dec1cf683 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_rewind
 #
-# Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
 #
 # src/bin/pg_rewind/Makefile
 #
index 224fad16f9f15f0bcd157e84d084e16deee5ed8f..327e7ef54114d3ac72531e515911c3d70673a6eb 100644 (file)
@@ -3,7 +3,7 @@
  * copy_fetch.c
  *       Functions for using a data directory as the source.
  *
- * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index ff10bc9653b1377b1cfffc2801138d81d4927613..011693faa4445b0a6cffca2bc6f0c593e7cf2ffb 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This is a fairly simple bitmap.
  *
- * Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 66466e093c4e7dc9ad36e06a1509a3e24dbb84ce..b36a668fe77001fa3b25c9fdf571e5c53803d689 100644 (file)
@@ -2,7 +2,7 @@
  *
  * datapagemap.h
  *
- * Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 0a1b117fc42087dba11ea518bb17afdab1de8740..d881e7586b0ebd27c33a25953783adb9613a2c9f 100644 (file)
@@ -10,7 +10,7 @@
  * connection (libpq_fetch.c)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 185d5ea270e48f216c6b9a2bb20d7471669c2907..c7c1e88adf86281388904e97180b6787269d5dd0 100644 (file)
@@ -8,7 +8,7 @@
  * directory (copy method), or a remote PostgreSQL server (libpq fetch
  * method).
  *
- * Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 193b72e9a2a396d7bd6246ad4c38c8d212dac50b..32eab3abc51f0aabea6ce0399bffffd2db2b1e3e 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index f68c71df4abb72f3b923057b7824f3b996211479..f7aede3bbbc1d46a2464167dfd3b8e65af10888f 100644 (file)
@@ -3,7 +3,7 @@
  * file_ops.h
  *       Helper functions for operating on files
  *
- * Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index fb26d093160a957a6842741d4b0db96a7a0f4445..895deb1e13a03d6f5a263715e0ea85079445f658 100644 (file)
@@ -3,7 +3,7 @@
  * filemap.c
  *       A data structure for keeping track of files that have changed.
  *
- * Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 9943ec5f26fd7db012a8fcac2e4749eddd01a6a2..b6f66b49e5afa07a7031e1389fb91e2cbadb0d14 100644 (file)
@@ -2,7 +2,7 @@
  *
  * filemap.h
  *
- * Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *-------------------------------------------------------------------------
  */
 #ifndef FILEMAP_H
index 41d687ba403f85c36f8a30d98e756bc3e6423198..1169e70d2b9554ee9d6095c4ce97433258b637bc 100644 (file)
@@ -3,7 +3,7 @@
  * libpq_fetch.c
  *       Functions for fetching files from a remote server.
  *
- * Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 0e05f968fcacca928a491669321d6cf089a20fa0..a232abb39f0ec286487b79611ecd37824f7bf7bd 100644 (file)
@@ -3,7 +3,7 @@
  * logging.c
  *      logging functions
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index efbc9b7bb9475d5f0918c59149255a852b76b581..f2a9e89fd6f1e9aee4c94f7347ebec02bbcd6afa 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for logging functions
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index d69eafbcf3da41789c9f3c2646780cd846e0b80e..9e0e4a6ce471cc383c85a6aa782c7227d76867f5 100644 (file)
@@ -3,7 +3,7 @@
  * parsexlog.c
  *       Functions for reading Write-Ahead-Log
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 635a3ab96f10ea7feae97b30ded73e11be07439b..96a42f8e331006694123d0bdb7a8069b5b4a7420 100644 (file)
@@ -3,7 +3,7 @@
  * pg_rewind.c
  *       Synchronizes a PostgreSQL data directory to a new timeline
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 4826ddee6d121deea993a02d705854da1d52de76..0a3460fdd978414338df55513b74a1a1a1e446ec 100644 (file)
@@ -3,7 +3,7 @@
  * pg_rewind.h
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index e734310505e0516c1edfd9f86de398c843ae4583..ec86434ffcb360ed89023b6bac33918852a0ab9d 100644 (file)
@@ -3,7 +3,7 @@
  * timeline.c
  *       timeline-related functions.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 539f1978039d549d343fbc440c1eed38257743c0..8c034bca771b6966e473c305f3069ef55abb2d8e 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     server checks and output routines
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/check.c
  */
 
index 8da4ce3ccc12d7906813bfad4515c1f0cbf53bac..1f7b65eb662c8257f31b3857a82cc523fb3dffea 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     controldata functions
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/controldata.c
  */
 
index 6d6f84d7252a355ed9439438891b14149f5f37bb..403bcffda6cd7dc7378fec2820eeea748abb6767 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     dump functions
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/dump.c
  */
 
index 92c3766d16af1a4c8c128671ce40b978ed4cb374..dd3095244141530617cdca2b0c16469499ff1eb1 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     execution functions
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/exec.c
  */
 
index c84783c9de61dab8d016c2d272c9380f8b417882..9357ad8ce144fffb5bdaddfb51b816ad5d01cfdd 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     file system operations
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/file.c
  */
 
index 0fb8c31104b7d06380999817fd1b9418eb130984..eaae976c53661de01d239a56280f02348c74972a 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     server-side function support
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/function.c
  */
 
index e980c9f989fed8063a56312f47ea8a9d324a3ba3..5d83455cfa8e454b28eb9323c8e7abe5e7d114e6 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     information support functions
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/info.c
  */
 
index a8571f084506e54ddbcd52604572c8029a54b7e3..28d05946b09d98e9fc0469d25febf6cfae85764e 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     options functions
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/option.c
  */
 
index 3f4c697a10863eb8c96eebac80d06410f16df8bf..e5686e583ed20e5dbb238db5690f87e4f1693d93 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     per-page conversion operations
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/page.c
  */
 
index 97fa0dc356bd848252441ea6c67f05996c47c415..9ed55c0598cf706da22527986734557796af6ace 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     multi-process support
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/parallel.c
  */
 
index 4a7281b36985a926ca187be7e926c32de477a778..984c39519df7763834067a2634698e711ab0cc4c 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     main source file
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/pg_upgrade.c
  */
 
index a43dff5f53b4db172f0efc2d9c07d58b3ff0ba4f..bc733c42047bf458150552165386281fae1b621a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     pg_upgrade.h
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/pg_upgrade.h
  */
 
index bfde1b1da4e93fe9021289f29f622d0901fb197e..c059c5b37d0ea082cc48f6e7028570b7ab51cba8 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     relfilenode functions
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/relfilenode.c
  */
 
index 8c6b6da515305a9d9648cc05adc3d3292a16e1f6..969e5d63ffba10b593143e49341c5c08746e128e 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     database server functions
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/server.c
  */
 
index a20cbc60a4ac30bcd17c4ca9d7a7dc7571978b37..e72cbf98cac56cf898d1e225fd81ce117bd57981 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     tablespace functions
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/tablespace.c
  */
 
index 7d5a5947e6cc96d2c0254c96720a0398c5d19c36..ba79fb319f5072575fe4c65f0b223adcfcb5dde6 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-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 
 set -e
index 8cd3f5d1a1f542b8308cd6dca993c4c3ee64b40f..5b24ec091742799f065c2414cf91115ab2d92774 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     utility functions
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/util.c
  */
 
index b93c414d7a305891d16639fd5c2e7b3f30f9ccf1..4e49e9a0f9500c38ff462ba4f3f1dd06c244c3cb 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Postgres-version-specific routines
  *
- *     Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *     src/bin/pg_upgrade/version.c
  */
 
index 3d8ce303a97841a718f341df8eb717df423d7ac6..845c2e5234ae34ef500683f8b330beb10bb4e6d3 100644 (file)
@@ -3,7 +3,7 @@
  * compat.c
  *             Reimplementations of various backend functions.
  *
- * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/bin/pg_xlogdump/compat.c
index c0a681678445e4d88d33894ee91a1816bf83aa2f..b89dadd21b5cc0d7f4a344a3c20d77a37458de38 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_xlogdump.c - decode and display WAL
  *
- * Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_xlogdump/pg_xlogdump.c
index e68631e3e6196525f041c03c9010d7fc0165b6a0..06ee04b68732e552565f348dfaea03c0df41544e 100644 (file)
@@ -4,7 +4,7 @@
  * exprparse.y
  *       bison grammar for a simple expression syntax
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 5331ab778b4c168ab57f7363083933b4c3237b91..f1c4c7e5142dd970ad6cd96b0e22f7b668f4f2cc 100644 (file)
@@ -4,7 +4,7 @@
  * exprscan.l
  *       a lexical scanner for a simple expression syntax
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 5c985f935611d6270ca263fcc300a22d5de5b784..9e422c5b12afc85370f4f226dfbcd36815fe0b3e 100644 (file)
@@ -5,7 +5,7 @@
  * Originally written by Tatsuo Ishii and enhanced by many contributors.
  *
  * src/bin/pgbench/pgbench.c
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 42e2aae2943571d00d06a80903ab6153b83b2449..5bb24807c15c57928bc4ec338eeddad8311fad4a 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pgbench.h
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 0582df636101e28f754093c11109d943097a055e..5ea6116516944df0560eea5132727436b4119744 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pgevent
 #
-# Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Copyright (c) 1996-2016, PostgreSQL Global Development Group
 #
 #-------------------------------------------------------------------------
 
index f1336d5026095ddfe143db3aef51344a1c750a64..66e14fbf2dff0cb63625a878684d77b9fb07af1a 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/psql
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/psql/Makefile
index cf6876b1988e5e227a174f55be695ded845091ea..9750a5be3a518f2466e94812f03b7bca0510cdfc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.c
  */
index c817600e187e0a0bfb82ba12f9f6c868842392d8..e2b6ea8ed031f6b27e8afa0e21bfe52b900a7817 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.h
  */
index a287eeee1951f7f1e9de885de8b7b6cd3c9904d8..2cb2e9bb3b6da24626b8ce42de2fd94b541d2654 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.c
  */
index 62a602632a128105c2b24c6cea369abce5513a81..6ba3f44e2cb07912699616b3314e70405a647780 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.h
  */
index a09408bf5504e7ab09f15d9627447bc952a6f012..ff1d61b568f3cc235ccbaf375c4f7420314d314a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.c
  */
index a50d2f71d803ae98d2e8c2eb9b0847c5bbe08f4c..4ffe53ba9eae10f0ba3055e26f24a03adba5c8d5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.h
  */
index bbebe522fc30fae956dc97c9b3f8c35500aea81c..fedcc47d0d7d90e90fa9253e559029646671b7e0 100644 (file)
@@ -3,7 +3,7 @@
 #################################################################
 # create_help.pl -- converts SGML docs to internal psql help
 #
-# Copyright (c) 2000-2015, PostgreSQL Global Development Group
+# Copyright (c) 2000-2016, PostgreSQL Global Development Group
 #
 # src/bin/psql/create_help.pl
 #################################################################
index bb59bc2364ff341933bff3c0659e4819d903167d..85e3aa5dddd7d21c8f9cf29eec99d9c0889a9dc7 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-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.c
  */
index 822e71ae47ff0d321f783a61dac174b6e01585b2..e4fc79edd14eb156e6ba9507a3e74e90ff049708 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.h
  */
index 5f240be1b283b534bc99d27d045ff73cd1f8626f..59f6f259dcda74f9090c6c0af46b916d6cfa506f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.c
  */
@@ -568,7 +568,7 @@ print_copyright(void)
        puts(
                 "PostgreSQL Database Management System\n"
                 "(formerly known as Postgres, then as Postgres95)\n\n"
-                "Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group\n\n"
+                "Portions Copyright (c) 1996-2016, 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 0fc4f6708e86efb7c44de93dc866228902a7af63..0c8062f72faebf78fac3a208045f8c635c5e79d3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.h
  */
index ccd9a3ef611a5fd2f0b48af4c76de34b2b0a7a9d..d84b64d1da8b053df06cf688bb52af6c7d31f5b1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.c
  */
index 5464cd6b854b1d49908e79783527a391c70130d3..eaab08ec8b840937c93c5c050e76a95718771997 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.h
  */
index 35cfdb90ec6b835c5df4b7e3e05307034aaee050..38dea32582121756ccf11d9b5f64b0feca070d1c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.c
  */
index 3d3780197de98184feb074b01963b7995a7219c6..9bddbddbee155cfa177ff4b30168700c6a5ebeee 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.h
  */
index cb864579f329d8f2cedd5496a31add58d49b1159..dadbd293971e3d323855e389817989d98c3b91c3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.c
  */
index 8f1325c4fccdadba2d0b4d492d867ba707efac21..09747f85cab4319e2206e2a9305960000b656fed 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.h
  */
index e29c619023002dd954b29ae37e68d72403ec7be4..0776545ad042c25c0e65fc6d0b5e5f10b6793d76 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/mbprint.c
  *
index 05d4b3162c3441530a8d3cb286a23ba65ed5b827..8958903e140a027803b1a1923e04880198c123f6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/print.c
  */
index fd56598426da62390e7428cd6dcba1cbf457bebb..868fcddf9c5cb04238b8eb870902d4ec0d17b667 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/print.h
  */
index 96e669a6ff5caa82097689cddc67ac07cfcbc6a2..647e8712d6a66d27491c4732396aabb2f4ab5361 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.c
  */
index e3f6ce55b1a0aac2ba1466a82d8a9872897e0536..1f970a64f7ee1f4b9a3e4fd1ad5a943b7fe51740 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.h
  */
index 55070ca46a989c931aae8cde760e540a2b573f45..674ba69eda91ad1296cd53f827d1ce231be4f114 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/psqlscan.h
  */
index be059abd8d9f8cdc8552ad35077355c4402ed326..bbe0172737c7fd585a31996a4663ab0f27493e18 100644 (file)
@@ -29,7 +29,7 @@
  * subroutine is responsible for looking back to the original string and
  * replacing FF's with the corresponding original bytes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1885bb146e9728130e13b024224ae393f1971ed7..20a6470e9d32bd3c2cdd3c15bf0205a67a639bce 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/settings.h
  */
index 004747810966ef163a00cbd0d2549050315fef4c..6916f6f461212b478767f6d08e75999361f5bd47 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/startup.c
  */
index 5d613eb386cb9a0c0c78e4fd28ae61a3b8b03194..9c6034cf8244e3db4658069b41da8e6e527d881d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.c
  */
index 562b3bd85a0d6a07a9056fb6092d864627df9d33..8fcad3cbac58eebb01bc41575c4ee1aff08bc599 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.h
  */
index 4c93ae9f5365cbbf9be103e126685f82cab11e49..0c7e858616b9b6e3c5c3cc368d384fcca6e6eed9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.c
  */
index 0e9a4302c70885168b035f8d6f7d75920414be0c..6226927700a631494aa6f26b10db52f6c46f7d6b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.h
  */
index b9a3dfad3316ec0875c4b15d46e917f71c354beb..d0819f039a0daabff53195c1219965aaa07f9503 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.c
  */
index c071846d9ff3bdc9055686be9dab42405e5ec5aa..d7a05a1431b389983eec4e70d53062f9768213ba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.h
  */
index c8317164f8a2e15d2b59c077837a225428789f8c..c4e04c9aa8ad9e842531365c25a1e2ff3451a558 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/scripts
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/scripts/Makefile
index f87a9cee295e41540ed51e506c5d6805aec6ed85..9e8d9580a66779d34723bc0182309df48b3c2dfa 100644 (file)
@@ -2,7 +2,7 @@
  *
  * clusterdb
  *
- * Portions Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2016, PostgreSQL Global Development Group
  *
  * src/bin/scripts/clusterdb.c
  *
index 362e748b9a70f3d00e0187f7db6f2b9fc726b752..7c1ebe059fa720788be86372c2688e3daec799c0 100644 (file)
@@ -4,7 +4,7 @@
  *             Common support routines for bin/scripts/
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/common.c
index 9038295918471aceb5c1082409eae44ee01dc3a6..4fa1be5d66255e55fa03a6a8dfe0229ce509836d 100644 (file)
@@ -2,7 +2,7 @@
  *     common.h
  *             Common support routines for bin/scripts/
  *
- *     Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  *     src/bin/scripts/common.h
  */
index 4d3fb22622aa69a2997c551b7506925b10230627..d08b1a77f1e9215ae5d3ff21381ac5918c81a2cc 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createdb
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createdb.c
index f349624092246206fc2afbaee55769abd1c084fe..ad298c97f5adfa7b1c2c2f08d430b0f2d1d2578e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createlang
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createlang.c
index dc358e40ce37e9b05165e54776b6ebf95f53636d..35e48e334f7229087d22ab892d27340dd944626e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createuser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createuser.c
index c6dc72ef6f601972e62b44eb9fa9dd18cdaec25d..08b72a77ba343308023e872f4b2f02b2538df865 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropdb
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropdb.c
index e35fdc0092cdc953863a2aa0ffece3dd3d9ae73d..9bbbd9a20a769a13eaef095862537f2eb7a71954 100644 (file)
@@ -2,7 +2,7 @@
  *
  * droplang
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/droplang.c
index 1b0cf78f2a47e3b5514c2da7975924c6cc064299..df91eec22c9156c2c292a4277135ff47feb3218f 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropuser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropuser.c
index c71312fb4978c1270602f75bacbe5e92e5f27556..1f44efebf96392c98684389f6a9b73f976e3c689 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_isready --- checks the status of the PostgreSQL server
  *
- * Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  * src/bin/scripts/pg_isready.c
  *
index b6f3dcbca04bfe47a5e4d8309716d94e39a8d2c3..c25bd26675d966e933ae9744d2f60ce24d39a2bd 100644 (file)
@@ -2,7 +2,7 @@
  *
  * reindexdb
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/bin/scripts/reindexdb.c
  *
index 0863c64cbc5d42768d8df3320ffb39ae156a0ba5..c6afcd515cbb9c941fc9b08c01541fa4162953d3 100644 (file)
@@ -2,7 +2,7 @@
  *
  * vacuumdb
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/vacuumdb.c
index e5575d5f50e2d627a7213b8ab909a65fc5edd6f6..927d03c3b7594badfafad7cc41a8a7666f46e2cd 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for finding and validating executable files
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 527f9c8a6bc91b78196dafcfef920f918db6bf6a..58c5c4c3520e67e564bd1f924f9a1097e24bb0fb 100644 (file)
@@ -3,7 +3,7 @@
  * fe_memutils.c
  *       memory management support for frontend code
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 447a043ad719674279056fbc34f5e62d4ab3d4ae..57504778f5c6f7be04420d11615b5cb2a5096e90 100644 (file)
  *
  *                     Jan Wieck
  *
- * Copyright (c) 1999-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2016, PostgreSQL Global Development Group
  *
  * src/common/pg_lzcompress.c
  * ----------
index 1f8779c94208d48c6654c410df9e1b217753920a..ab3ab800c175a3fe62b1db75490cb53f90445d88 100644 (file)
@@ -3,7 +3,7 @@
  * pgfnames.c
  *       directory handling functions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5735b140b70aaf3b3f5f62ccff4a3a350921d724..8ca6f9cea87e4c16b07c9d5c0281b97ee222135a 100644 (file)
@@ -4,7 +4,7 @@
  *             sprintf into an allocated-on-demand buffer
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 66dfef1eb10285b9d2e06c2648ee85b531752f4a..1aacb818d7a720cb1a2979242eed9dd8b6c4e62f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * This module also contains some logic associated with fork names.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 93da03570da1bb78494a68188b81973c32c2c3bc..d155b5ed0eeafbef0a817934503a0de9e33b354c 100644 (file)
@@ -4,7 +4,7 @@
  *             helper routine to ensure restricted token on Windows
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 75f47f73349f95e46c2f33fb4a41af6144857289..8a61213e0261a9bf265d9e6e4ad7b879a5f2f8f8 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rmtree.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 27e074313d6ead5e2dcb359393027d23610fe53d..69b26e7dbd22a93612ddfb765cc9bdcc6b22cf6c 100644 (file)
@@ -4,7 +4,7 @@
  *             string handling helpers
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 686a6a43c51b8696a0b7c19e6280480c0c273d97..5abf4a56b0141bef45591c934c7741ee9d8dbbb5 100644 (file)
@@ -3,7 +3,7 @@
  * username.c
  *       get user name
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 02675f86877a1ce1052821e958ee2b355e284c25..4aa827d0664dae8aed5e941293430dfdb0cd5b7e 100644 (file)
@@ -4,7 +4,7 @@
  *             Convert a wait/waitpid(2) result code to a human-readable string
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0fe27ecfbae001050d88beb941d1293dac539392..849634c145318ab08504f3739698e3aae80b3047 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/attnum.h
index e72fb2dcfca2a499a493e34c16d1246afada48f1..111de82e046179c07d8e72a2db735426d817fd41 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * AM-callable functions for BRIN indexes
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6be199e591c4768d321cb3fe1e0a4acc7c78bcca..5ec47f4c84c6136612b26db14280aabf600c068f 100644 (file)
@@ -2,7 +2,7 @@
  * brin_internal.h
  *             internal declarations for BRIN indexes
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c827ca367d08aed29dbc35894fdc573b56f63ba2..b48f8f5597566671407226536fc988a420af7d93 100644 (file)
@@ -2,7 +2,7 @@
  * brin_page.h
  *             Prototypes and definitions for BRIN page layouts
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1007e0760717cc5658ec71c7f90624266ef6c7e6..af86cc86e71744c031d3e5fe514c6856babcafad 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.h
  *             Prototypes for operating on BRIN pages.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cca6ec54348e1dd5202e9905bb55b43efbf0c25f..19528bf79ed2cf3f4764c43760472efd09c4ef2c 100644 (file)
@@ -2,7 +2,7 @@
  * brin_revmap.h
  *             Prototypes for BRIN reverse range maps
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ce63b30089261733b8e4242eed529959e5d6c28a..2af05123aadf14f601173065163c346b620a954c 100644 (file)
@@ -2,7 +2,7 @@
  * brin_tuple.h
  *             Declarations for dealing with BRIN-specific tuples.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b24eee71f8242da888fe984b8bb652f8ce85f08b..f6148053b4b87b39d1cfbd408c788cd63c42f2bf 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES BRIN access XLOG definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/brin_xlog.h
index c5fd48073f5c57221549b8f643c61111e049a0c4..06c069ae3ae59ee1ba652febc16d948cc0df2b04 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction-commit-log manager
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/clog.h
index b11715a2b95333f3108bbc70f334cad7a0eca13d..cf343ca8ea44b9efb7f4650a2572d0b13a7870b5 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL commit timestamp manager
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/commit_ts.h
index d9d05a08ffe1f67a4d47b4e22088e30b030efff7..81907d55667b594d151f1914b2d0336f736e2fda 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES generalized index access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/genam.h
index 8f1abaa2f71c561d63459e3463dcbfbb69927dd8..e5b2e10a2718c6de407d30d186591639a7834326 100644 (file)
@@ -2,7 +2,7 @@
  * gin.h
  *       Public header file for Generalized Inverted Index access method.
  *
- *     Copyright (c) 2006-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2016, PostgreSQL Global Development Group
  *
  *     src/include/access/gin.h
  *--------------------------------------------------------------------------
index 50218879aa73858f32b20911d939cf39fab020ae..2ba8a21124f2f862fd7500973b65a875983061d7 100644 (file)
@@ -2,7 +2,7 @@
  * gin_private.h
  *       header file for postgres inverted index access method implementation.
  *
- *     Copyright (c) 2006-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2016, PostgreSQL Global Development Group
  *
  *     src/include/access/gin_private.h
  *--------------------------------------------------------------------------
index ea3a3b01f47389de9e4f9f812e511ef378725bae..4343d6f74f8e67f5649f8812f51c5792ae971466 100644 (file)
@@ -6,7 +6,7 @@
  *       changes should be made with care.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist.h
index 1a77982391eed614eb627f748773a9b3a1916e61..5ad69ac8763c1154304e82faf6fe32e21adb00e4 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist_private.h
index 15cb3d1f6974309463fb26ccb4901d41408836ae..a7d498758c43c2cdf430b84e87064d4e69eb8762 100644 (file)
@@ -4,7 +4,7 @@
  *       routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gistscan.h
index 97cb859fa50456586eef4c0d7fc3a05e9114f20f..6dde6a71b3afb2ff811b2d588df8bbf21ca58b4c 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hash.h
index 98eeadd23f82ca227ab7b2610130e1148e4f6586..a427df5eaa10f2102da2fad4a23cacb736d35e48 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam.h
index caa0f14f4bf610f1e075ba5d73c6b3bb1cf414f9..f77489bb78de527b4e1d326f88a7df96ec6bae76 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access XLOG definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam_xlog.h
index b3b91e70d50f5e0a5c364268faa3cfa6a66b6add..a174b34c9692f631b44d9ed5e93404b947c09ec0 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hio.h
index 2f896485c2303d3f8f8c8f2c0cce76ad8b524049..474e99eb07ed98924ce43db7ccfb3d6421a7dbec 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup.h
index 8dd530bd930f1d23f19f36e17112f47c9c498f21..9f9cf2acbd838a2d1fdbf2dc6b518f346269b4eb 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap tuple header definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup_details.h
index c997545e43de4e69d0ba19b4a2deeb2026844fd1..8350fa00849f1d26b2898edf0e332401f226fbce 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/itup.h
index 60457810dd632743be531cc1328ae8f9aab409fc..ab5de627d24b7d551a6bb9b7f3ff2641fd95b055 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL multi-transaction-log manager
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/multixact.h
index 9e48efd829274f8c1c9de03a75a081d874ccc1d1..9ebf446693bba051bfbfe981ff7bbb6647655a68 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/nbtree.h
index 411db7964dbbefed2b3e58bcec4a8c43b2921a59..2a0832fec02d0973d14665ecde359da22c399c8b 100644 (file)
@@ -3,7 +3,7 @@
  * parallel.h
  *       Infrastructure for launching parallel workers
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/parallel.h
index 46c4148284a1fe5445f0e5aa838e8f4f6b9a5ace..64dde01cd148984c2d71f57579431e5a1e306ee1 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/printtup.h
index 2a3cbcdd7089fb97b95357cc45a40a5194de313a..ca6b519c9e106c05c6f780b89c859634552e7863 100644 (file)
@@ -9,7 +9,7 @@
  * into a lot of low-level code.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/reloptions.h
index 356c7e6b048f98d7a03a5d1475cea1f7c4fb9ed8..49c2a6f2ce2642b6c52a8f9969c7f48683304234 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/relscan.h
index 91f4051d75d4f81f7d6aec32cb571ee3f0bc39ef..4b87f25f4b830641101d1a0a84f732d71dedab4a 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteheap.h
  *       Declarations for heap rewrite support functions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/access/rewriteheap.h
index c083216265b4cceeeb63d45711fc397c4e258054..fab912d3011deca8fb38988821222a82bbd89860 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/rmgrlist.h
index 0fc7ec08879902a462f499ae6e6581ea4ac95401..fc9d939209dfa1e261c0e2a8cde499f10902d147 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sdir.h
index 76c33bcfc433ae547d94fc00eb87679cdafd47e3..c8ac0019747981e83566714bfdcaf403e907e64d 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/skey.h
index 661abbc789b6850acbc86a1fdf21971e2e6d139d..6c452c8b96770264002526dc9527474fdf25a6a6 100644 (file)
@@ -3,7 +3,7 @@
  * slru.h
  *             Simple LRU buffering for transaction status logfiles
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/slru.h
index 0cb8fd988d3e0cc96169222100c9c58bac830883..5936af6f4e79dad4c83c404ca982df3735f3cbc7 100644 (file)
@@ -4,7 +4,7 @@
  *       Public header file for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist.h
index fae10501a24f538b1a839f23ed1e857d71ef88ca..cb8fa9c0b51ea1750a2bc9c16a7ac02a25b7e610 100644 (file)
@@ -4,7 +4,7 @@
  *       Private declarations for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist_private.h
index 102f1fb94f61cf03b8de167dd7810c6de5b3b251..eabced569cadf7df02be004cc695b1d3b96e538b 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES strategy number definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/stratnum.h
index ee8410777f08414dbfa64c7dd9fcfcf5aa2e1334..f39c6d388fb8a843d87d5dd8a2659d42629b40eb 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL subtransaction-log manager
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/subtrans.h
index 68c021503e6f32b9a1930791e4a769329969741b..31b4d601a02fa8747e5bb9dae6b2016f6a5b3a6d 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES system attribute definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sysattr.h
index 01437c04bc06e61f4afbd88ee5f402da8e720fe6..ff921158deb1ebf8b3905e2e2f4eeab9305ed564 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Functions for reading and writing timeline history files.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/timeline.h
index 9ad5761f81161820dc7e3b1665beb014a97370f9..969eff93795d27333472a7ea99e384ab23a42715 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction access method support code
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/transam.h
index 4b59ffabd6e112f674328e5a87e75b190d14a520..2e605c340699a68e6f26eb50b4c9be1149cc25dd 100644 (file)
@@ -3,7 +3,7 @@
  * tsmapi.h
  *       API for tablesample methods
  *
- * Copyright (c) 2015, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2016, PostgreSQL Global Development Group
  *
  * src/include/access/tsmapi.h
  *
index 31559e23643e01e5dcb42f1f71c3e1641665f333..10556eec7e186966142af9919627ef4ba1718245 100644 (file)
@@ -4,7 +4,7 @@
  *       Tuple conversion support.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupconvert.h
index 91b0034d14bd134c0301bf5c1b734cdef18ed8cd..de18f7488c8e2cf04d13d97b579f9c0d7f7af277 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupdesc.h
index 2f84feee44f70701538dd7a8d635a34d01a74f8f..a24f1dda308d2e497b544b9903a6c0fe3cb1e195 100644 (file)
@@ -4,7 +4,7 @@
  *       Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupmacs.h
index 77f637e90d735890b2d57cce6f96a7750dbc462e..7b5ae6245e60d1171dfa4f6226dbe0702266cba1 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES definitions for external and compressed storage
  *       of variable size attributes.
  *
- * Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/include/access/tuptoaster.h
  *
index 71ddff7e1943d87e19cf31e19de8545502a978d9..b7ce0c69afb90e99700245f4ee2cf832d80ebab6 100644 (file)
@@ -4,7 +4,7 @@
  *       Two-phase-commit related declarations.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/twophase.h
index af95ea1b99e528e1ea2a50bad9e27da21b79341f..55627bfcc4fbfd1c182468361eb7ed27f6076fa8 100644 (file)
@@ -4,7 +4,7 @@
  *       Two-phase-commit resource managers definition
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/twophase_rmgr.h
index baaf9687422b7b48f41e68c3a78c00824c4725c6..30af9df429c9cfa7bca82b3258cabde298d33072 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple qualification validity definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/valid.h
index 0c0e0ef0c1fece5f61a0e088c8cf7a544f1ac09b..d447daff7a59fd429a91b9719d0b61171c2fc814 100644 (file)
@@ -4,7 +4,7 @@
  *             visibility map interface
  *
  *
- * Portions Copyright (c) 2007-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2007-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/visibilitymap.h
index cb1c2db4cf8102413dbf2f6ffbcf3d4c1d653e21..ebeb5823e802232d7345a1b882d67044d8efcbd2 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction system definitions
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xact.h
index 790ca66f8a61d9326ec4f8aecba22cae7f4e5964..3de337a207c055f5b6a68e0314c1d448116b9f06 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log manager
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog.h
index 3ebe966a306337875d4aa9c1b3fd7509fd3e33f2..73046b0a4fa3d10881c629903ffbccf8793357d5 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log SQL-callable function declarations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog_fn.h
index 86b532d2bdc79cc25e178a0a1124e5479a2bdb82..e8b64dd4262060e159f2aedb094964517c11de36 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog_internal.h
index 18a3e7ca9053b13e556de26b6e7d7ca08cdf6f7c..c2c6632e633d076284ea9d75b778d37ce3f70e6c 100644 (file)
@@ -4,7 +4,7 @@
  * Postgres transaction log manager record pointer and
  * timeline number definitions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogdefs.h
index 31b45ba13963355b02af708959485b826379eebf..cc0177ef4e4283c5760a306a64e9d0159061ac68 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Functions for generating WAL records
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xloginsert.h
index 640f7e14b15cfc3fcf65411faf28c560eee11406..7553cc44cb37ac01881fb11a3e0482261165fa2f 100644 (file)
@@ -3,7 +3,7 @@
  * xlogreader.h
  *             Definitions for the generic XLog reading facility
  *
- * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/access/xlogreader.h
index 4ef6c206d28437ffdecdd7097eb012055ac69c7d..3dfcb494f7c4105d22faccaede6248dfb77d3a7d 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Definitions for the WAL record format.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogrecord.h
index 8cf51c7fd6dac0c5110bdf39cc5be7eae342050a..a1c0c82c347339d54d43614e9acf92efb40b1b3f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Utilities for replaying WAL records.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogutils.h
index b88bb3e4d65773835b7027bc5e2b735abce0a13c..4438f41cf042eda016a324741eeff1123dc028fe 100644 (file)
@@ -4,7 +4,7 @@
  *       include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/bootstrap/bootstrap.h
index 8163b000df1fe457f465509566ccd9d1542cf98c..7c57430c81d8019233144d4adbced33d82592aec 100644 (file)
@@ -9,7 +9,7 @@
  *       polluting the namespace with lots of stuff...
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/c.h
index efca09fa2df5f5f1942eb34b061b227b195f4d5f..e7da4138717d512a7e79edcb3a2da08fa73bd5fe 100644 (file)
@@ -4,7 +4,7 @@
  *       variables used for binary upgrades
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/binary_upgrade.h
index cb38ec484a0e6bbbe3452424864fb1e047481f23..005d58181e20dec9fe40e7505653a9b3464a7b26 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/catalog.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catalog.h
index eba4150a1cbccbb2206118cd64c3ef02c5497639..3c3757fd35ca7f81338439384de823ad5bb33d0a 100644 (file)
@@ -34,7 +34,7 @@
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catversion.h
index fbcf9044325d44965ae65999f47bb7c0a8ae7d0b..049bf9f5a2e90939957d9f8ddc23ba70e1937c77 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/dependency.h
index cebf51d509d8925c48dd90e1f35633d1fe9fc67c..8e81de5f6d6d40478a20e538e16e0bdd7cdc3926 100644 (file)
@@ -9,7 +9,7 @@
  * bootstrap file from these header files.)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/genbki.h
index e6ac3943fcb66e58614e1b825b4597d0a90761eb..b80d8d8b21e2db8ca0cedbadab1208bf33559a93 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/heap.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/heap.h
index a29174b69057be201c0639c3be7b4c33bb19f343..37e6ef3fa93a63637f48b3d7b2785cb0c5a2bb87 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for catalog/index.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/index.h
index c38958d6c5e26985ceeef95ca0df4defe42bf711..ab2c1a8e68c90a045b5bbed01f66008b468f0541 100644 (file)
@@ -5,7 +5,7 @@
  *       on system catalogs
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/indexing.h
index b6ad93406fd77bb11274122a803f16db19e7ae41..2ccb3a7a03ad056669b4a070ad0e78191b0a96c7 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/namespace.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/namespace.h
index 7f3299eff0b1972705df32c17c4889822fa026ee..1ef7f1f16cddbbe1304f8913a9bcc3d6ccccbe23 100644 (file)
@@ -3,7 +3,7 @@
  *
  *             Object access hooks.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 
index 0fc16ed717396d50a34fa28ece934f23d8345f50..640f7ffb1c521de3b909ec8f9fcfcdcd076020a5 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.h
  *       functions for working with object addresses
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/objectaddress.h
index 32195a71310652fbe829f799df508eaca2c0221b..7eb882fd12adbbabe9b9d8878043712473bb68e2 100644 (file)
@@ -2,7 +2,7 @@
  *
  * opfam_internal.h
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/opfam_internal.h
index dd6079fbe35f1fd4de78a4754a7fa19b3bbc431e..28b0669b462429e2831d8b5102f6066d1daebc11 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_aggregate.h
index 8a28b8ea810983de8c3083e342aa24af3f9e77f6..0c7fcdc02f13961d5f42fc7107315710b3497ec5 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_am.h
index da5fe9d9474049153c21433b47e2432b2b19c061..c642c3927ea8e5d5d63be7c31028d14434471c30 100644 (file)
@@ -30,7 +30,7 @@
  * intentional denormalization of the catalogs to buy lookup speed.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_amop.h
index 7db2015420053b0477382edf01c7d54ac0b77e0c..b284125ad820d1210fc9957d51f5a3491fd6fa8a 100644 (file)
@@ -19,7 +19,7 @@
  * some don't pay attention to non-default functions at all.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_amproc.h
index 1011040b4daee525274ee3c65a86ec1715a18335..59be88f7aff9366ad2228c8ebf20eeaa20cf92d1 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_attrdef.h
index f0b28b01eb2bd2aebd55636a2562d505337ec077..39d8eedb4eb5f876ae6cc1f46cc4073e78ea5188 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_attribute.h
index 13e80a00faabb3211de041f7d4376c9b82b2c121..7257541e5beaa648167fce8dc6639de41677ad1c 100644 (file)
@@ -5,7 +5,7 @@
  *       (pg_auth_members) along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_auth_members.h
index 2c8565ea2542c79bd50d102e9bc51b821f6a52d5..c1630833b815924e489445461068bae689fd2a19 100644 (file)
@@ -7,7 +7,7 @@
  *       pg_shadow and pg_group are now publicly accessible views on pg_authid.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_authid.h
index 9f7733f584fc2194cf1ec4a347789538a0a8ec01..ee568d836a124885350a22ba055517e6f2c794df 100644 (file)
@@ -8,7 +8,7 @@
  * but also length coercion functions.
  *
  *
- * Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2016, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_cast.h
  *
index 06d287eb54b283e1cb0cefcb78622d22965d1054..fdc67c2eb304d6bc9b97994a22a1db52b2517807 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_class.h
index c162fd10b154ce666c9b9114ace7746d62fbfea9..636771202ed71c243160f91e28602c0cd8963319 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fb297cd38d7f967cbe37ed7dbecd29a7fd824634..574b288acc31f7eaecb4ac0bd8031722b77124ee 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_collation.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_collation_fn.h
index feafc356527b2eb69d96d59fcd06471c6faac600..07dbceac3fc598551e103f5c7097238248b3c2f3 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_constraint.h
index 0b8bea74a891831bc3cbe8fd4d4233475a8329c4..86fbdce0e82544e139816a6c68ba6461de0082aa 100644 (file)
@@ -5,7 +5,7 @@
  *       However, we define it here so that the format is documented.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_control.h
index 466c183c4b6789c4fd1a3cc1e0eadaba2d9971a7..1cfe57ce19143f0c600647fe4228a99b67e4fb22 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_conversion.h
index 7818272e8b9ad6db19178ce74f2b3102f0c6321d..9fcdde6d5b625868df0701149267dd786fc2b675 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_conversion.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_conversion_fn.h
index 1045139742a18b4ecdb500abd02bea34096dd670..6ae1b40559f2ab1fc52bf65ad8aca39861d164f5 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_database.h
index 97175693741a7bd42baea1c7de34c41ded214b11..a1f0150d39dd6915bb397b2dc9f291b5a09fbb60 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of configuration settings
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_db_role_setting.h
index 0b5c554f5176a260f1e296a20231e479fec97f62..06aaaba0daa55069d094a9d1125e5732d33f2eb7 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of default ACLs for new objects.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_default_acl.h
index 038e564c6b7e8ca2b456f8ffbd801c2c304c362d..3796206fa87c442e7e9db79da79abf8893ba7a88 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_depend.h
index 8985aed64ef7169d6c9b63d0f99095b6cae8643b..c960d0e19879ffba09574e55b6c226b11ae73da9 100644 (file)
@@ -19,7 +19,7 @@
  * for example).
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_description.h
index 1ce9795c38b58f0b812828c7786f322b14a217f1..dd32443b91e3058b240108b8293587a711c07afa 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 2006-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2016, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_enum.h
  *
index ca81a81dc66a3693bd525e79cc53e4cb5b809f6d..8884ef4a3eeda9229b4aacb91e32b9c3545a85df 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_event_trigger.h
index de95e481fd0d6cffe5ed2c41cbc259c81de726d3..e823f7b79ad9bb23889c143e22730f3813f975c9 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_extension.h
index 1c7db04dc599d2df325f06750e342e809b5c0b1e..1e9b4775ce38fbc341407d3639a758cc7f78dbbd 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_data_wrapper.h
index 7ac6fd986b96315498920a4eea382e4156fe229c..06b4f6afe84faae6a141e7c24801ddfdca9eff6c 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_server.h
  *       definition of the system "foreign server" relation (pg_foreign_server)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_server.h
index 2e6b94765bb405a5350dcfe2d53d0ba7cef9db45..e7b925b7c949c7ae424898ec298d492d1ed4b9d7 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_table.h
  *       definition of the system "foreign table" relation (pg_foreign_table)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_table.h
index 45c96e30b6bdd74fa9237e18752f6680029d03da..ee97c5dec836ad82c5b75440fcba51d4c106fc33 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_index.h
index af48d2405b4db8adbd2c6e1939331b24070554ea..a117f7816ae1ece85519abe11c47a6d97170f722 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_inherits.h
index 3ff1947f3e2426d4198ead905d152e40175a117b..a717108481cc60cc5414c513a5ef174c67ac8624 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in catalog/pg_inherits.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_inherits_fn.h
index b82cca29c4d14b5501fe2df2bf146bf74c921bfe..5203dfd721d60e1b6661a912c2ba04737a171706 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_language.h
index d7b55faf9763a489a559dbc79a3981c70ca087d9..8dae408eaee45290cb421070da103dbd4bd0100f 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_largeobject.h
index 033f7bd13d351503f3b96927dd32540a50403224..b8e47f60f6b6fd06d1138a84a63b8069c5be4a1e 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_largeobject_metadata.h
index 2c8887cd1802213919f3d657cc95071a0a98340d..c2e9725245c528048b9771d2e875436ccf5c61a7 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_namespace.h
index e7b3148980c3ae41f4674e7a5e7787e21359f60c..a9446b7ec9b095b1e2649f4f8ba877d49301fd25 100644 (file)
@@ -25,7 +25,7 @@
  * AMs support this.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_opclass.h
index facef0f335fa2599978202ca1c84914e684cbfa4..b3daff28e3f71bff1b3116ce74af11b5d1633c11 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_operator.h
index bf236d6d745011dbce178d467fc6178d34d124c0..5315e19feb3d5132b40b90a11ef2fb7158eb4590 100644 (file)
@@ -4,7 +4,7 @@
 *       prototypes for functions in catalog/pg_operator.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_operator_fn.h
index acbc1002b4c82b91f39b1e8ffc955f05b38f9436..fa444469cd063a3a04b1f19ab95452685e7b9b2f 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_opfamily.h
index 754965a9a8d0eb9a171bf76281a9d877ea7c1f31..3c7388de55723e6463a10aa46d45a3462d329437 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_pltemplate.h
index da404c61e94c186ba24ca4a89141d87397c28427..d73e9c2c1ac479ee2fd5d322dc69d098dbb35517 100644 (file)
@@ -2,7 +2,7 @@
  * pg_policy.h
  *      definition of the system "policy" relation (pg_policy)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  */
index d8640db1454b88f72ad61706c1733c91b70bbb4c..e5d6c77ceccf96ebe7a6782e93bb2272ac601897 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_proc.h
index 033ff69c988fc22dd21922a0e46092fedaf90571..8d666d8e79823f51fe56d26e5c3990da35e3a27b 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_proc.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_proc_fn.h
index 9a158903eabd446d1952bd84a9c9d4f2fd920f97..14d3b123152386dd1ac24674ff70324fe48be229 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_range.h
index 85061c36330e973b09b2fd59ed0a3ca388e1fe87..5f0538edb2e38ad90462c61e4b7088b6d2c2f4c2 100644 (file)
@@ -3,7 +3,7 @@
  * pg_replication_origin.h
  *       Persistent replication origin registry
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_replication_origin.h
index bf386dac85ae360aa06b831102006848864e321b..c6c87f6adbbb9c341642e680ddd4d220ac0b65e7 100644 (file)
@@ -8,7 +8,7 @@
  * --- ie, rule names are only unique among the rules of a given table.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_rewrite.h
index e13c48d787f1be0325b6fdf62937caae92f01241..11cda559b3a1c89094c82e36f143b37e5d93cf20 100644 (file)
@@ -3,7 +3,7 @@
  * pg_seclabel.h
  *       definition of the system "security label" relation (pg_seclabel)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 1268698bda648e78579cd361fa7a248e2ed9ebe6..92c492b2969cb1785212bdf09dfed366303adbbf 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_shdepend.h
index bff2850dba3aed960e6fccce34dce2a1f322c5c6..bf79d4a9082069d298a50ea03ed6987760bb2dce 100644 (file)
@@ -12,7 +12,7 @@
  * across tables.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_shdescription.h
index 0ff41f34bc75623aa2d9b53eeb5c2c0756c4643d..03b5cee7adf2d8eb070fbe1f3b0e0cab0b0814a9 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shseclabel.h
  *       definition of the system "security label" relation (pg_shseclabel)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 62a00fea3808e43c7dbde29d83cce38b2019db55..5d775a94fdaec880c8d2a161cf4cb7bc51671750 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_statistic.h
index 24b1d8f69f0720bb74599b327f01225c6d1c07a9..61b8020b8e5ea93a2090c8b2f118fe7814ebb831 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_tablespace.h
index 86e72b3c8228ddb3a8bd1ceef52d87ae62dcbbaa..e55c3e1bc27430a73d8bd55198b179ad2a0fa463 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_transform.h
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_transform.h
  *
index a2e303f99673ad6046f498dbd8cbb82f7c0c57ac..eb39c50e63708caf65306efa234c64a9c010d6ed 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_trigger.h
index 45985448a26530a8059b3cf165bad43b1c8a8b4f..ad450c34def446bdcf523bfa9bc59dcb354cefd1 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of configuration of tsearch
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_config.h
index 846f56e51eefb56333d4dbffac4603fc26169d38..c1753a346ea4ae084ab4e5d5a44ed817f7410cd2 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of token mappings for configurations of tsearch
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_config_map.h
index 1289a86df80bf156e8daea7a930a93ac9f003034..e3c00f9175d3d9b72239d136de68245fc136e99d 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of dictionaries for tsearch
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_dict.h
index 0724f2b46152122115787ac7c0684114b652a918..016ef14d12f8bdf307d7827252fe87ca92ba78f1 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of parsers for tsearch
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_parser.h
index 82d2a303e3d1cec9024bc2d374cbaee49573bd3f..39191a2a821a8a791f0133d9154721bd3ad8878c 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of dictionary templates for tsearch
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_template.h
index 7dc95c8d2c651ef3fc577af3d62cefd8f4d24169..16e0d917841852f395ede68c3653f626d20f78da 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_type.h
index 02015fcdd64ee753c2c8e07e98555b781a0b258d..d7bbfdb0120a35c0947d2a8ab4e6e5cdfb61747f 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_type.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_type_fn.h
index 3e76e9974a066529c2ab1915407d4d26f7b0590b..a8bb9d90051f9cc06a59499b5353cdcc6525210d 100644 (file)
@@ -3,7 +3,7 @@
  * pg_user_mapping.h
  *       definition of the system "user mapping" relation (pg_user_mapping)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_user_mapping.h
index e40f7f174bc4a02c9df1e5f1ae7a3a2e49963872..ef960da92170a8c5b786afbc5be24ff0da792bd0 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/storage.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/storage.h
index 25705877a483de5bd47a054bc71824d305638f4f..7207e8be727f3dcddf663972f29884cb732e2385 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for XLog support for backend/catalog/storage.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/storage_xlog.h
index fb2f03532b4e604fea60cb76ce28b2d8cf12fff3..b7a38ced3dfd13ff5daf4fbb64d6b33b8ac77e54 100644 (file)
@@ -4,7 +4,7 @@
  *       This file provides some definitions to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/toasting.h
index be688909430a62db87c1363a9b4e8946c8891939..cf92e3e859809d994d7b35f6d3a40bc17eae22a7 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for commands/alter.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/alter.h
index 677dcaa3d0332e36fd989e5f783d6e164e82d7a7..b4c13fac4a311498c020293b27058a5b90909d35 100644 (file)
@@ -3,7 +3,7 @@
  * async.h
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/async.h
index 098d09b74ba61a6c906968435a9c4d61383fbb48..e9222fe999888f5637438b541d6b357efcb09e4a 100644 (file)
@@ -3,7 +3,7 @@
  * cluster.h
  *       header file for postgres cluster command stuff
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/commands/cluster.h
index fa99ed693a5e562acb1fde888b3cc5a35f0badd0..d1e5e0ad84768a50da68cadb00c23f32f02b6993 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for collationcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/collationcmds.h
index 990d36216a255a952ab58369a1c52b6190b6ae2e..0790d9ff797eb88656d2263b797d4516b85d5e21 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Prototypes for functions in commands/comment.c
  *
- * Copyright (c) 1999-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 1f322691a496cadedc0f3443c7a51cf524401d08..e1498ad8889ad3e91073a22588e5d5bec0e61372 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for conversioncmds.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/conversioncmds.h
index 7b5d918608dc8b2ed3cd68f7225b612f1186a79b..314d1f7e27977aabb2b45364ba2ea3a91aea2ffb 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for using the POSTGRES copy command.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/copy.h
index 8325d7335955155d96ef77ee1a7d139c716dec77..3c4286417a8c57681b8ea80c050dea6db08c1d69 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for createas.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/createas.h
index ec78e191302a7978aa059ba7ce2b32c0cf61becd..b6436f18124f11a5c99326604ec8657dccbd7826 100644 (file)
@@ -4,7 +4,7 @@
  *             Database management commands (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/dbcommands.h
index 71ccf5e3553fbef598dc748453667c60b90262de..62ed5120a0d6f2389c96ce3f6b629e25f67b4d7d 100644 (file)
@@ -4,7 +4,7 @@
  *             Database resource manager XLOG definitions (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/dbcommands_xlog.h
index adae296f527958483adf0a08fcf8df0534526b1b..54f67e9eea62a1d75c94f6c5fcd5ddbcddd15b1c 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES define and remove utility definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/defrem.h
index 3144cbfed93de326030d2402ca79e22d4cf868bc..24ea786f972757b5f99733025050a1056e73058e 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for discard.c.
  *
  *
- * Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/include/commands/discard.h
  *
index 8ba7db92f253b31347e827b09f43ba51fa5e04c3..0e91bf6ada90aec5e8ce43c9a77c173b3cc3d037 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.h
  *       Declarations for command trigger handling.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/event_trigger.h
index 26fcc5b64338fe5c72b078704a456e5cab5fa1e4..904925d7123394427b895f853bde10c634b57db5 100644 (file)
@@ -3,7 +3,7 @@
  * explain.h
  *       prototypes for explain.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/commands/explain.h
index 0423350c9aa56a69d1bf21ce7da1d90344ab2a85..94354ab04d2062b641de893f3c73a6f88f9c72ce 100644 (file)
@@ -4,7 +4,7 @@
  *             Extension management commands (create/drop extension).
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/extension.h
index 16481220f46448a6973870d2f381a061dbad3f65..8881352dd74e8520609f76e3efe7e174dae94236 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for lockcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/lockcmds.h
index 37a81aa42854e0c1b6d9f4f2c805ff7731c08daa..82e06c2460f3870e2f5d43db4cc54273fa74b76d 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for matview.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/matview.h
index 4b1588756d28ed5ca5e2b64df4d95d4d77208e20..dbf782464bebb4d3beca65105f1256be19a12f54 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for policy.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/policy.h
index 7ff2b24b47fc301d727032064bfea801cc063778..8abd3e72bf8fbc676e957479b0f13a76073bb7b7 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for portalcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/portalcmds.h
index 5d2ed6e654b5bac88853253823263c768b625cf9..ba1247a55712b13b139691eee9ff78224791950a 100644 (file)
@@ -4,7 +4,7 @@
  *       PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage
  *
  *
- * Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2016, PostgreSQL Global Development Group
  *
  * src/include/commands/prepare.h
  *
index 55207a481686a14c0d8b78c66d06f7adaa3130e2..97b53ecb5b378c96666d2a463db0991e2c0f682d 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for schemacmds.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/schemacmds.h
index 661da2b21b0ad94a31727fed67d706b1403a005b..6671bfdfeeba3e85209915fc68c6a7cd182c66cd 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Prototypes for functions in commands/seclabel.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #ifndef SECLABEL_H
index 44862bba81d050844a735ed0a21f0da1b8d32431..6af60d893bbd0bb00d83501e77553b9faf163d5d 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.h
  *       prototypes for sequence.c.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/sequence.h
index f269c63558806800cd9975dde5377d01fa7d9964..7a770f4df599d81d3c931649101e4d9ae1f5ee9f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tablecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/tablecmds.h
index be9582a2035aa3a8b8f32a60aa3230d7975ec2d4..9e59da24a4a40f2629e79a3f9d505efb71c40150 100644 (file)
@@ -4,7 +4,7 @@
  *             Tablespace management commands (create/drop tablespace).
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/tablespace.h
index 1a53f6cde596cfa11a01b82d98d1b33c4a638c91..0ed7c86eb27a2c71d4f5a0ff499bc334ec9fd96e 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.h
  *       Declarations for trigger handling.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/trigger.h
index 44bc5e70cddd142ee55918c60becb311e11e788a..e4c86f1b1dc6168be43a8f07dd1056486f760c4b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for typecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/typecmds.h
index e3a31afdf7755482c3fe83d729c7e1bb164791c5..80cd4a86d8e7d023715c54dc39661e5caad4f90f 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres vacuum cleaner and statistics analyzer
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/vacuum.h
index 9cf2eddb3514676b7018f19172f05294e0b80349..81059515da76336601baefe7a6b1edb28537ca50 100644 (file)
@@ -2,7 +2,7 @@
  * variable.h
  *             Routines for handling specialized SET variables.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/variable.h
index 53db76e6c629ee5704df7bd5dc6da587d5608d5f..99e456449dc0c17d4a3c6940bb55b309a63ba442 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/view.h
index 36882035a169abe4a435115d670fddf0f7303a42..b4ce3d41ef48124a06f8a9e2c5834b65cd941753 100644 (file)
@@ -2,7 +2,7 @@
  *     fe_memutils.h
  *             memory management support for frontend code
  *
- *     Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  *     src/include/common/fe_memutils.h
  */
index a263779871d3ef44d4e9a6180710fb65a0e019ac..8754b2f44cad6526646f5621a2e85528bfa5b595 100644 (file)
@@ -3,7 +3,7 @@
  * relpath.h
  *             Declarations for GetRelationPath() and friends
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/common/relpath.h
index 272ad9b21dd43da0a92b0edec648837b11b6811e..fb4ebd4cadc29e4d73a395b02203c017dfd826d6 100644 (file)
@@ -2,7 +2,7 @@
  *     restricted_token.h
  *             helper routine to ensure restricted token on Windows
  *
- *     Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/include/common/restricted_token.h
index 9f485c355ad844bb8cf58b5bed7db95ab5825266..bb54d28fcbcd69c64f112d0bee095cd087e2617c 100644 (file)
@@ -2,7 +2,7 @@
  *     string.h
  *             string handling helpers
  *
- *     Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/include/common/string.h
index 8377ac52d5105866d817cc664a52badb5d1c09a7..0c3d754c6130f15df85022822db4673fdf9015c2 100644 (file)
@@ -2,7 +2,7 @@
  *     username.h
  *             lookup effective username
  *
- *     Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  *     src/include/common/username.h
  */
index e0e8e7c2f3de3745dcdb556b09831cabaf73e3a0..12a2a8afadbf06b534d2eeedb73d13da25b96034 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Note: this file must be includable in both frontend and backend contexts.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/datatype/timestamp.h
index b43af1dd2b3c220110d4d819ca61e207b541a0c4..882dc80bcd1535e8338462ee33583c85cf5a504f 100644 (file)
@@ -2,7 +2,7 @@
  * execParallel.h
  *             POSTGRES parallel execution interface
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cab1b877286e191aeb69230cee4e1ac4f3fd16ef..950a0bc15766e49a9d07386694541fe3f59de093 100644 (file)
@@ -7,7 +7,7 @@
  * for debug printouts, because that's more flexible than printf().
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/execdebug.h
index a2381cd2e078c861959409eeed68b8a6086cfbae..d5b3fc8dbd0c3586370b5313fb8a47212ae20ff9 100644 (file)
@@ -5,7 +5,7 @@
  *       and related modules.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/execdesc.h
index 4f77692aa32f65944fc85178e7d286275e2f4e6c..1a44085a2cee339ab25566d4f6de898639e1976a 100644 (file)
@@ -4,7 +4,7 @@
  *       support for the POSTGRES executor module
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/executor.h
index d780457a7cf3ff5ff6fec3d0add99f68ad00f3c5..410f0e2c5ca8834acf32e1167df3439109ee18ef 100644 (file)
@@ -4,7 +4,7 @@
  *             Declarations for execution of SQL-language functions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/functions.h
index 7a51ea6fffb6043fe8fd657963b8164d12e68b02..6d0e12bc5e45a0584fd56e00a0f093dd39524afa 100644 (file)
@@ -4,7 +4,7 @@
  *       internal structures for hash joins
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/hashjoin.h
index 52d3c8182825b5c39693937a6a8d9a06efa17721..8e5f0ec03b9c5efcdcc24ab4b28ce3b164708f2d 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for run-time statistics collection
  *
  *
- * Copyright (c) 2001-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2016, PostgreSQL Global Development Group
  *
  * src/include/executor/instrument.h
  *
index fe3b81ad7b4afaef0563c95d584aec2965e52b44..54c75e8f31d660979a1f13e0a228d1df3d345b3c 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeAgg.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeAgg.h
index f2d920b5d54c80123b026c798b17a32df80e8fa3..51c381ee88b884ea7727c0a2a3650610ed2e716b 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeAppend.h
index f67803bf1ff55bc233c15bd3add6df9277702a52..883ee3536f7ca0f9f1c72b9135c5ef91c1287c12 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapAnd.h
index 3183376dc04fd2ab6bb22237757fe249daa83200..0ed9c7888aaa9befcc62ba0bf8c82bf7f9da1990 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapHeapscan.h
index 4d12735018522273d03068ffe1f6042d42150429..34ce5216650a0d1e749ffcbd288c263c8986c369 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapIndexscan.h
index 4fe13f029eb69447958aa3df22437416b9b378d1..3885822929cc70c868f74fc9a9e765746067f9db 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapOr.h
index 369dafa2b3995e14637e43856713bfe700ae9a23..ef5c2bc8b7266f8cb610401c12745c2bbab2668d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeCtescan.h
index e2169cd40582692158225432d96616ca28d9f22a..e244942d79a0d3b3d93969b4743890fa8eef6ad0 100644 (file)
@@ -4,7 +4,7 @@
  *
  * prototypes for CustomScan nodes
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * ------------------------------------------------------------------------
index 45e0e9cfddfde6c38f209ce63d51e33d28e0f56e..a92ce5c22a36deaf55c46eb45c61e086681f17a3 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeForeignscan.h
index 5b938020b167237350d0b875540a51161f396218..d6e7a617304c886b6cebbcb0ac3cc5a7a36e8a0e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeFunctionscan.h
index 9e5d8fc1530fb27d6aea4432b4bd92929577dd77..f76d9be5123f9d5e04ffbff5533b5ea033e41669 100644 (file)
@@ -4,7 +4,7 @@
  *             prototypes for nodeGather.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeGather.h
index 3485fe8baa03aac598fed5625ad108b7a8929d84..92639f5c638c12b003a6d16446cab4d22b345ac8 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeGroup.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeGroup.h
index acc28438a9899e6ec7459e7efc4f3d9ded3e863f..8cf6d15c1f1d9efaaa4f203b729e7ba6e86c7884 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeHash.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeHash.h
index c35a51c810c6612d3d5c8d0c4bfc289da869a048..f24127acac4a6dff3b58af32cf64e71a3beac69a 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeHashjoin.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeHashjoin.h
index 391858c8076ccaee040c4f0825dee3baae2293f2..d63d194a8fd0d2aef2a875ab2e1efc13862fd68d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeIndexonlyscan.h
index 2cc19651bcccf78c9b8746c3c61f9f3d1969dc53..194fadb386b01d96c9f7470a6f6b0e49fe511b67 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeIndexscan.h
index 44f2936a2ece01034439789b2219d394b725a9ce..96166b44f26b9fb83c3688e8c626ad1ef7254233 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeLimit.h
index 41764a14af8d3a6da678570c30b9242496ca3644..e828e9c6ec543dbc121f821c6da54b2ebbb25204 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeLockRows.h
index cfb7a13e4173d586fe8377e5ec8624a89697cd9c..2b8cae197dc70fc79631c47b3ebe290acc92ac01 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMaterial.h
index 3c5068c2ca1aebc647886840fffe9c295a2395f1..0efc48979470283ba285e6bb39c7acc3174c0734 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMergeAppend.h
index bee536766c81857aa5f36a29be7ded1c79ed06ac..74d691ce2c0229215fb2bfb50db81007b94a35d9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMergejoin.h
index d4dd44e1b108f4b8784bc4161f91b606803f4e4c..6b663537a57be251d055b6a82d3c490d22ebabf9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.h
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeModifyTable.h
index ff0720fbebbef2ab1d045856aa210056b1186d57..eeb42d6ceacf8f1a5cad17001683946805c91b55 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeNestloop.h
index 52cacd84b130aad8b160efa19dcdb8d22bef5ed2..1c087907c24e2a08a8647c2b3a434036c5dede59 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeRecursiveunion.h
index 17a7bb6359d69b61e4a07b10341da8300c3fa6ba..356027f8cf970c05bf1a2f52206cc815a0d70afa 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeResult.h
index a0cc6ce467a9f58bf54b7eaeba9789c315a4fe55..c8f03d8b18bde0f49aea425c3c15d975c5caf332 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSamplescan.h
index f8f9299b6524442654709562f3332ea995b7b502..f2e61ffdb3f5110fb5f3e4b25dc558edd48702a4 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSeqscan.h
index ed6c96a5b41f13545a71557fea33d93c03567ff2..c6e9603204eb01fc64956693864eb528c287c7f8 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSetOp.h
index 20d909bfd492997b9cde7cdd7ee83bb5118f9279..481065fdbe3edb5b11822e31d343b073bdc85575 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSort.h
index 3732ad4ed7e08b0da6d80bfe79105659996a279f..f05a47419d287bbec7ed088839d9c09d5660710c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSubplan.h
index 56e3aec15f3eff2e4d45e17332be2a999d55fb22..427699be0b65c3016c9866872990259217d9c50f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSubqueryscan.h
index d0ea8b6a3b68167d7f7115845337f614321212b1..76c2a9f297b7e51bae23b9ee291e3f713af52fc3 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeTidscan.h
index ec2df59a24945108060046046f6939388b26e6ac..aa8491dd3c21cc9de72fb66906e0fa77eb7256cc 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeUnique.h
index 08af4ec17edb44c4c8d61abffa5cee6a9a788584..026f261c513d6d8407c280434401a5ed22b2a98f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeValuesscan.h
index 8a7b1fa6fdb595b2fa3266ceec9f487d53473a6d..94ed0372e629a1c8257c9f9bf0f4813e874cbdf8 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeWindowAgg.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeWindowAgg.h
index 4aa8a0e16d496d814db8808f9c3886c83bc69b0a..217208a1127fc2f4c60b778262bffb453737f052 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeWorktablescan.h
index fbcae0cce729c4ae3cde7ce46d81eecd1074f9a4..8c3ca261237f91cedb4c666ee7b36db89bfd514d 100644 (file)
@@ -3,7 +3,7 @@
  * spi.h
  *                             Server Programming Interface public declarations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/spi.h
index adf545f81eb6278e713ae92e8cfc2f86669e9eb4..3187230c0205b420b6dc613411e42be2539279ad 100644 (file)
@@ -3,7 +3,7 @@
  * spi_priv.h
  *                             Server Programming Interface private declarations
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/spi_priv.h
index 6a668fa8a090ba1bb7470ebbb75ed9b5e426c6c7..4f23c00feb144c6e7a048ccf3ca0f5feaabbc83e 100644 (file)
@@ -3,7 +3,7 @@
  * tqueue.h
  *       Use shm_mq to send & receive tuples between parallel backends
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tqueue.h
index 3a59c7998612ea90383a72b6af5bb7f3e1076572..54e67ea367a8fbb07ee678703f18646e97e742e2 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tstoreReceiver.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tstoreReceiver.h
index 00686b0441da06193d21aae138041e83e8faea1d..db05f9188ada763711ae83e8a814c320b2e34e7a 100644 (file)
@@ -4,7 +4,7 @@
  *       tuple table support stuff
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tuptable.h
index 808d142bd4aa3ca0d7de482cb173e138e217628e..0491e2e1d187d014dda327f0d04ee22b6cd55abe 100644 (file)
@@ -8,7 +8,7 @@
  * or call fmgr-callable functions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fmgr.h
index e9fdacd44988c18928e4154cf8b30b403d6522e6..db73233f65b942829c001b8d85884ddedfc4c836 100644 (file)
@@ -3,7 +3,7 @@
  * fdwapi.h
  *       API for foreign-data wrappers
  *
- * Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * src/include/foreign/fdwapi.h
  *
index c820e090023dc98e8c2da48d46e9a036db8d4e95..2c1ada1b12a41b1e11d6950a882842a538b26214 100644 (file)
@@ -4,7 +4,7 @@
  *       support for foreign-data wrappers, servers and user mappings.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/include/foreign/foreign.h
  *
index 5dd556baf9548d5bf19fd3ae72b9f441b94244ce..b6ae93fe0d0643cd67b417ffa16c3bfa189100b0 100644 (file)
@@ -7,7 +7,7 @@
  * or call FUNCAPI-callable functions or macros.
  *
  *
- * Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2016, PostgreSQL Global Development Group
  *
  * src/include/funcapi.h
  *
index 1f09ff2ab75f4fef0f4a14de65884d4852e12b79..46aad596c7fc0ac1881e89727108395501a33c2a 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-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  * src/include/getaddrinfo.h
  *
index 28c8a2a077c9181206b4de4b550daaa10dc7ff37..ad6c1e3ad0e2723f1b3af6955d9bdcd7a85bb9ca 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  * src/include/getopt_long.h
  */
index cb076f3106c0d0f17b93751a16cf020e2fe7b779..08a4cedc077fd22e0e40e2ba6a9ac0c5bd138d00 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A simple binary heap implementation
  *
- * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * src/include/lib/binaryheap.h
  */
index c106a7e41d18c400a6ca06db857deb02776ef773..f9292f264e27c5a6aaabe901c01a80f8c8fd4b24 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * bipartite_match.h
  *
- * Copyright (c) 2015, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2016, PostgreSQL Global Development Group
  *
  * src/include/lib/bipartite_match.h
  */
index fd8280c5b00c4e817d474788c1e40be61a0124d9..5a1d4d356aae1b7843bbf4c59c6e34b0e4ca0930 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A simple HyperLogLog cardinality estimator implementation
  *
- * Portions Copyright (c) 2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2014-2016, PostgreSQL Global Development Group
  *
  * Based on Hideaki Ohno's C++ implementation.  The copyright terms of Ohno's
  * original version (the MIT license) follow.
index 3954ae034c7c96d76761d133ab96d33504d3a6b1..e189e4f377801118b1a57b1754a19a4e1dcd2709 100644 (file)
@@ -96,7 +96,7 @@
  * }
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e7713a211f3c6be520179258563f93be947a6754..ee1454850ca8e75e899f819a759c109c10710614 100644 (file)
@@ -3,7 +3,7 @@
  *
  * A Pairing Heap implementation
  *
- * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * src/include/lib/pairingheap.h
  */
index 8cb228cdf2759e210fe8ea0b6faafc3475ebe709..73e83c367a198732281967d54957750921b7ed27 100644 (file)
@@ -3,7 +3,7 @@
  * rbtree.h
  *       interface for PostgreSQL generic Red-Black binary tree package
  *
- * Copyright (c) 2009-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/lib/rbtree.h
index 00c25b6edd5a75aa2a35b78701fe2d74d955f8e8..f64406710e2e45c154099a50de027f51ddf02643 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/lib/stringinfo.h
index 80f26a8e9b84b1c6fd12225262b0dc761c172b81..3cd06b75c8151e8279fb1f9d219a6a2a604217c3 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for network authentication routines
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/auth.h
index 011420d7f35f1661debf505885e493eabee86f89..3959bf1d96757a3339b10ef056de02b8b1001546 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/be-fsstubs.h
index dfab8f37f386054cfd66e08cc767c9c4dfea7650..5725bb409e82dc350a2aa317d074ea0a655b8705 100644 (file)
@@ -3,7 +3,7 @@
  * crypt.h
  *       Interface to libpq/crypt.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/crypt.h
index 796dd41722937fd7a2bbd4d3c0497e2eb9e427da..ce9bc6e225318cbacfdd1e750562c2a2dfe1a30b 100644 (file)
@@ -6,7 +6,7 @@
  * These definitions are used by both frontend and backend code.  Be careful
  * what you include here!
  *
- * Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  * src/include/libpq/ip.h
  *
index caaa8b5f890f9bb6664c6ed11b19356e80c23471..5d07b782237ffdbfa7e0127f2a16039d0dfbcffc 100644 (file)
@@ -8,7 +8,7 @@
  *       Structs that need to be client-visible are in pqcomm.h.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq-be.h
index d40342c139cfbcdb07d9881787137b0031096407..5134ce6aba44d986fc1cd5025bd9b8d1f211017e 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for using Inversion file system routines (ie, large objects)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq-fs.h
index efb2dacbba30cf3905b34972d36989010d2385f9..0569994f75bddafde18e1584a28010b8a6b8d85f 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES LIBPQ buffer structure definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq.h
index cb5883c4a5498d54b80df006048901d65e44a0cb..f3eec8b4f4ffe252d6ee7c6296c5866cbb0a701d 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/md5.h
index 639bf72e4edf129e98d934c9040df1401ca73149..c6bbfc237725298c7c8123916a0d39c774b592a2 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqcomm.h
index 05ed3794d121581f577fcf07fdfcd2378af691a3..65ebf37fbc0bae12e592f01bc2f7ddb7fe05a34a 100644 (file)
@@ -3,7 +3,7 @@
  * pqformat.h
  *             Definitions for formatting and parsing frontend/backend messages
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqformat.h
index 97f17da89db64e7cd8ce5703227852de13ee5932..8c03acb30806e416ec782587ec59d990f2f84f55 100644 (file)
@@ -3,7 +3,7 @@
  * pqmq.h
  *       Use the frontend/backend protocol for communication over a shm_mq
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqmq.h
index 7ba7e781f7f0ac69bad52dda74918e494b2f0da8..c77553c7aa65408fb290bce605c6ef79998f87f7 100644 (file)
@@ -3,7 +3,7 @@
  * pqsignal.h
  *       Backend signal(2) support (see also src/port/pqsignal.c)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqsignal.h
index 87f9fbf88422a1d94e244b568e6dd44b29ab3dfe..24e8d0dc5455480959044cc4a515ba0f64a98f30 100644 (file)
@@ -3,7 +3,7 @@
  * pg_wchar.h
  *       multibyte-character support
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/mb/pg_wchar.h
index e0d464e02f1c119c9c218666e71c48c33f34aea4..cc7833e6cda9eb72e70c66f0786b74923911b22c 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/miscadmin.h
index 3a556eed0ac66fa7bc320bb190829510108e12de..31b4dfea0cfebb12c7cc240cda0b9981343b5e66 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  * src/include/nodes/bitmapset.h
  *
index 5ccf4700afd113273b5e9fa90d8be3d4485c3d18..bfa512568168b6d4cc79ecf7065a1df86b46e403 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for executor state nodes
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/execnodes.h
index 2e55622b043089032dd089474999d6b19ce10721..1c2f00f65b0e07988056dfbf68085408b076eb0e 100644 (file)
@@ -4,7 +4,7 @@
  *       Common header for some locking-related declarations.
  *
  *
- * Copyright (c) 2014-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2016, PostgreSQL Global Development Group
  *
  * src/include/nodes/lockoptions.h
  *
index 01d9fedb54f78a4d029043c01d3b1dca20842741..ef34a6e25b367905b6a2832c7edbb2e170148cca 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the creator functions (for primitive nodes)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/makefuncs.h
index bbb58bd15eb7dd6bb148f52d7d9fc14d64f6de7c..ba069cc130e818b70e5383b28847d6629c82f453 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES memory context node definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/memnodes.h
index 36b5dac0c5a90b2742f1e764fdc9bcb351815a14..1dacc996e80a0539eb5bfb23223e1abb49bf909c 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.h
  *             Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/nodeFuncs.h
index 603edd3e4f23a0aa22011fe487608e96137bc1a1..2b734830988dbb3b43f3a773c4c43cf2ff6bcf6c 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for tagged nodes.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/nodes.h
index 2beae5f5cab5162b2c08504ae0286fcffb214a60..298fec725c9d9d64bdcecb1ed1e9941e0b320d67 100644 (file)
@@ -4,7 +4,7 @@
  *       Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/params.h
index abd4dd166ccda1d0c95d28ad2687c4acdf789c17..2fd06295e5c230783d1ecd0a2ff4227455fa51b5 100644 (file)
@@ -10,7 +10,7 @@
  * the location.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/parsenodes.h
index b7040df62de276f6e694491f78cf634b1a04766e..1cb95ee73854ad45c8e6eba96ff5080928769315 100644 (file)
@@ -27,7 +27,7 @@
  * always be so; try to be careful to maintain the distinction.)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/pg_list.h
index 37086c65903bc11915e760483ff639d897e62ca7..c92579b2b9e730621bb405a54a05c111f30abce7 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for query plan nodes
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/plannodes.h
index 4dbcc10e33705353a3548610909167f6bb72d3f8..db1d4b9cfa60acee718ad64f6b36e4379c49b828 100644 (file)
@@ -7,7 +7,7 @@
  *       and join trees.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/primnodes.h
index 5885916b9fa23edd8e22c38bb84666f25745f150..431d72d6f60a3720bd90a4469d577a691c42ad21 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for nodes/print.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/print.h
index 703307e576ea0d8ddef634c5a35b17e341bc0011..1b38da112b52cd768679b28ad8f8e3551da6ff13 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/readfuncs.h
index 539300561b9ab856fb7faea207b770557b219611..61519bb6faeca965a90e548685c40fdc76ec2893 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for planner's internal data structures.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/relation.h
index 4e35be6a2868a9c21fd4e04551936f1ab5730db6..d2f1edbf0d1a9e72aabbc1112af775234079dd98 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for replication grammar parse nodes
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/replnodes.h
index cfba64b0c5fdd22c295fde4cd688857a52d5ad07..930329988da361a086e33941a6b13ed1fdafdd79 100644 (file)
@@ -13,7 +13,7 @@
  * fact that a particular page needs to be visited.
  *
  *
- * Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  * src/include/nodes/tidbitmap.h
  *
index c1e9356a257e9fb279e5c8377c1c6aeb2b6f9be3..31ede000c1d3e833e1089e95f3d8e42c79998265 100644 (file)
@@ -4,7 +4,7 @@
  *       interface for Value nodes
  *
  *
- * Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  * src/include/nodes/value.h
  *
index 323f09338e4ce02de6f456b83d43aa6b5e5113f5..3b3fd0fc9a05a74cb5739f8a41f2d195b9231636 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for clauses.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/clauses.h
index ac21a3a181016163745e4d85292c54d6f8ab7c66..9999ca37c624a609e37e2e4285372893892b29f9 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for costsize.c and clausesel.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/cost.h
index 1990120315020290b795babe321b65f06e9de3cc..094d572fa4b78677d08925532974fe18ea499c0c 100644 (file)
@@ -3,7 +3,7 @@
  * geqo.h
  *       prototypes for various files in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo.h
index d17c450788e760fa9cc17beb2f8194110486d482..0892e7993e0e32a7542ac4303d91d080581c8bd6 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_copy.h
  *       prototypes for copy functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_copy.h
index 78b89b2bd1bad83614ea5484fa5079ec58b97851..f4e5d5064a246d676cf8779771b38eedcc376fd7 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_gene.h
  *       genome representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_gene.h
index 7a1372ed5f38e005d0cca913541278eccc39e517..7b0a052ad569674f5bddb9bbebe2b1da3bd9dac1 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.h
  *       prototypes for printout routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_misc.h
index f65763dada87de7a2174543e06fb5636b0a1a300..940d05a3ce15e6ffa46ac82b14272c7dff1af686 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_mutation.h
  *       prototypes for mutation functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_mutation.h
index 772ef59ef07b6ae1e13487221c7b8215c1ba9653..798d72c858b02e09f5e27df1e418453b445a5a8a 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.h
  *       pool representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_pool.h
index 3cccf08157bb446eade2fdbfa254752552831661..782ac6d026dbf09f3994d6519ec300f8cc3dcfab 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.h
  *       random number generator
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_random.h
index cd4a41132b6b694df2ab3e2dbe43f14674dd9c84..09068333347cb8b98bc88bf18c286d9a243b19f5 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_recombination.h
  *       prototypes for recombination in the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_recombination.h
index e3a3becc0eab262ab1ee9a92051c0bfe07e7ec76..c02d5c291834331a5b0a3f0ec158642b11223c00 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.h
  *       prototypes for selection routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_selection.h
index 1b9a113d8ccd09f71c01b6b0106aca94cb0799e3..9261f065a202fd8c660682155545f0f1cd8f6e50 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for joininfo.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/joininfo.h
index 662106cdccc93ab3bd739f0394afe33a5f66fd5c..f1c7a0bff4dbfc4d0951a90dc43b595ef20da440 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for orclauses.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/orclauses.h
index 8fb9eda01b67e2b529124f41f9a50117f05a48a0..0fb1e3d273f9ac8acecf1b9a46bd5ed2e6dc3d09 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pathnode.c, relnode.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/pathnode.h
index 4e00e9f474b13853bf0dc66c6ecc92ed1dc53d00..bcedc5a18f57d1f8f45563da93beb23fdc71777e 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for various files in optimizer/path
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/paths.h
index bb8d996a6b7ea07cbbc67e832a32905adebedd99..59c87ae70d6215475241c99647893d60f3218b61 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for optimizer/util/placeholder.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/placeholder.h
index 11e7d4d26bbc766c103b31256a5632a3870a8f6d..52335fae15a953903c6c5bb048c5b61a5694669c 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for plancat.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/plancat.h
index f96e9ee5054b3855f593bdaade1a06f574e3c3fe..275054f3bd5bfbcc4a4101af969f1767d63dbdf7 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for various files in optimizer/plan
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/planmain.h
index b10a5040f5b8eb21a71f945bb97f8e500b517d82..886acfeac01a20ae4c9a9a6bee541cd2376890fb 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for planner.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/planner.h
index 47e8c406eb84a327b543aee27c58ae4b4bbf7e67..f0a1c12c1446f732ffd8c6d2361196929dd74d68 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for predtest.c
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/predtest.h
index 7b8c0a98f31254f0349348ee1ef088ed0d8c145e..cebd8b6b0f9359fc2efffd59d8435ddadfbc4300 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for files in optimizer/prep/
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/prep.h
index 2c08339a622c713a4afa184239f51c403d1b5319..fa8a5b145b2984138d143ec4fed8519b78951653 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for restrictinfo.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/restrictinfo.h
index c3b1c79221bb9cfc1885a1ce7d810ccd6ade6914..4c652fa9bbfc30ef88c0fb1104c1218874078d98 100644 (file)
@@ -2,7 +2,7 @@
  *
  * subselect.h
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/subselect.h
index 95cffaa60c384f33735355a165d96f977baad973..25e2581c7a2365b8c10779bbc7386673df3d5cfe 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tlist.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/tlist.h
index 0d1b4dfee3e623bf0d142883958bdebc3c0e456c..aded1fe4df9af6b42d1e32a1f046b7f89fd4c575 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for optimizer/util/var.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/var.h
index 258d9d9b3eb80cf683fb0fc0948e89922dd61b96..5ba322a262c67495b47588582f06f4edb51027d7 100644 (file)
@@ -4,7 +4,7 @@
  *             parse analysis for optimizable statements
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/analyze.h
index 100fdfb213ef442c8676a2dc90267e129372f8b3..c3ec1992c655d62f73b4b4c6f121987533e6b087 100644 (file)
@@ -8,7 +8,7 @@
  * outside the core parser should be in parser.h.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/gramparse.h
index edc4ed962205df6ef64e3bfb6e6df6528a398603..4ac861646d620ad8ca340a550ea67ae7524037ad 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/keywords.h
index 812ca83c2fffc499a1d397dbb509e677efeb7f5b..6e1e82027cbbcf4cd18abc451d3113b595e4dd6e 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e2b3894c282c4c0470fdad7f8e52c28799381506..3e336b93729720119d1521f0627526ea0b9caf98 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.h
  *       handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_agg.h
index 77619e37a040bc52f94c230ec539dbe5206bbf97..d04ce1125ca745f8d1b67eb8da567f0f071d5da0 100644 (file)
@@ -4,7 +4,7 @@
  *       handle clauses in parser
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_clause.h
index ec0ee1432e5da7d45c747270d994d0bb5ba0b350..66519e67a2bc529e90d55fd22daea61f24b0aaf8 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for type coercion.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_coerce.h
index 029c2b1b6a162ad00e98f7f0d0f5559208f48093..d1b599777b8d2e1ed0edca68efb6724bf9a82410 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for assigning collation information.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_collate.h
index 7346ac00ddb007103fba42372194ad38813dbd46..11a16ffa1c52f2b168d7367bf5aeec7563762040 100644 (file)
@@ -4,7 +4,7 @@
  *       handle CTEs (common table expressions) in parser
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_cte.h
index fbc3f17c688e93ce1bc467d59566cf49f4a0388f..539b6058e2f33e3eb977077add91aaf43dc98f11 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.h
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_expr.h
index 32646918e20c4b8101d0b5936144e3f8ff3d5776..0cefdf1b606e7716d5e9549c1f111386bd3179c8 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_func.h
index 52499453690d92fa7fda16c60bb79f50b98532f8..e3e359c0219b4226e2bbb480ce59ae825faf2f5f 100644 (file)
@@ -4,7 +4,7 @@
  *             Internal definitions for parser
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_node.h
index ed5332dbde64deeff5e5880eee3c1b07d6e5d11e..03bb5b9a14862ea2b350bc8032c1ff74170303f8 100644 (file)
@@ -4,7 +4,7 @@
  *             handle operator things for parser
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_oper.h
index f25a4ce5ef710fa7ba998ef9c96ce2623302401a..bbf608a2a9fa3a492c990a0834c99ed18ff9c4a8 100644 (file)
@@ -3,7 +3,7 @@
  * parse_param.h
  *       handle parameters in parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_param.h
index e2875a0adb2b587cf48dca72fa78ba9fec413176..3ef3d7bae5b9d0440b0473f711af9b6c7630ee91 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for parse_relation.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_relation.h
index a86b79d9549a4a2cf814cb381820b2d58362c69c..8d4ad6002691065ea73ca5f371cc2be6257bcc12 100644 (file)
@@ -4,7 +4,7 @@
  *       handle target lists
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_target.h
index f95bfe78eab73838c199ce66ba67294f691d2bf6..ba580beda3a230de059ea57cb4c0f64ae6937e6b 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.h
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_type.h
index d08add3f96db482586835d4d8c258c14dc311697..be3b6f70c1a2a7bc46675fee304b7cff6c70e5ed 100644 (file)
@@ -4,7 +4,7 @@
  *             parse analysis for utility commands
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_utilcmd.h
index 4208d545ab7e4f29150bf5643f192f5ed3755488..5e9636ddfb79e08a212c2398c94a9536bd013125 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This is the external API for the raw lexing/parsing functions.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parser.h
index 20d30221d2b74b902c75fe944c3dca70682fab30..465989b5265e5269dd0c0ea5c501e7c1d4971b0d 100644 (file)
@@ -5,7 +5,7 @@
  *       parse trees.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parsetree.h
index 9e38c0d1971f5acb41c66fe2b7a2fa0b16aabd7b..0060501937fb686dee73871c848d1434667b61fa 100644 (file)
@@ -8,7 +8,7 @@
  * higher-level API provided by parser.h.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/scanner.h
index 7fde9906de861493bdf7b2fc5d7a3e989df21bc0..4f4164bb8c47c5c0bb50e353f03774575555431d 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/scansup.h
index e278fa07d3d0d441d11972d6ba99428d8d488589..383809bf5d81f581d0499282bb02e90743030600 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/pg_config_manual.h
index 63532ef22916d329de23ca4012371ed068a96a50..82532d5b9537feb2bb80ee4d88f47075f65183c8 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  * src/include/pg_getopt.h
  */
index 83c0f91471caac9f1d05775dad55d10fb52bbb82..6bb73864e50a02d0c8394e63501cf18cb8e88b08 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Definitions for the PostgreSQL tracing framework
  *
- *     Copyright (c) 2006-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2016, PostgreSQL Global Development Group
  *
  *     src/include/pg_trace.h
  * ----------
index 9ecc16372d12ea24d578cd27e1ba8700c6949b0c..65e968eff6da4f35503977d02aa14e97b52a29a1 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Definitions for the PostgreSQL statistics collector daemon.
  *
- *     Copyright (c) 2001-2015, PostgreSQL Global Development Group
+ *     Copyright (c) 2001-2016, PostgreSQL Global Development Group
  *
  *     src/include/pgstat.h
  * ----------
index 9c94a58b52e8a28790b4348ac402ea2205979385..45ca400f98e6171b29c8a45f6fdc2852b6244f48 100644 (file)
@@ -4,7 +4,7 @@
  *       Functions for manipulating tarfile datastructures (src/port/tar.c)
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/pgtar.h
index f594d7f1ce08d3819e070512c1b874bdb374d3cd..182da3e645b73c0f65ce850e948c8c01c15fb6ae 100644 (file)
@@ -3,7 +3,7 @@
  * pgtime.h
  *       PostgreSQL internal timezone library
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/include/pgtime.h
index 3787cbfb7614cd318a3885bc59554128fb063502..9fc79f413ea5522620670ccc28a9ef6adcaee536 100644 (file)
@@ -3,7 +3,7 @@
  * port.h
  *       Header for src/port/ compatibility functions.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port.h
index 65cfa3f8249deb79c8b8c0b1941adcf901f66041..f7884d72c6e6ea18625bbf471b545e7d0e17416e 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/atomics.h
index aeae4fdcac04b7bb77da6a85dbc26dcfbf3ff8f2..78b211b651e16cacf57e01b39259acd684857716 100644 (file)
@@ -3,7 +3,7 @@
  * arch-arm.h
  *       Atomic operations considerations specific to ARM
  *
- * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index 0e082a3f333ba85bce610a8a535d63bb6ef7b7d8..b50e339c7ebd9f1c56a1fe2455091c91cce5e84e 100644 (file)
@@ -3,7 +3,7 @@
  * arch-hppa.h
  *       Atomic operations considerations specific to HPPA
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 2591a0f1637f36eb0f0689fe81abe46997294470..03cc8a006f6fd1aa433eb3cca51c51fc84138444 100644 (file)
@@ -3,7 +3,7 @@
  * arch-ia64.h
  *       Atomic operations considerations specific to intel itanium
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index f901a0c95eda94ef9c0ef1be8e0a78d776fd7234..2b54c426458b053be6bc9afa3f7ebbbe84a403ec 100644 (file)
@@ -3,7 +3,7 @@
  * arch-ppc.h
  *       Atomic operations considerations specific to PowerPC
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 2d713f2ff783f869b0cca5a54935e247e5fd2374..d31bba1fbea57e8c9ba675fdbabf53a28b046141 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index df8ae56b306073d1e4e0a335aec8e6107d18c3da..bdaa795abe084f7a64d88c9c93a0848fcff59097 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/atomics/fallback.h
index c2246917822f0874bf10e611ec5abe376b60ae02..fa978498c305e20310d3b2b11798f78d1ec54133 100644 (file)
@@ -3,7 +3,7 @@
  * generic-acc.h
  *       Atomic operations support when using HPs acc on HPUX
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 8a50485cda83c133ac6061cab7de1e2f12f774c9..a3abc8a1a9fd9acc9aa4ad9f8c61f0af59b7a74a 100644 (file)
@@ -3,7 +3,7 @@
  * generic-gcc.h
  *       Atomic operations, implemented using gcc (or compatible) intrinsics.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 436baefb5da1ac9854377f06bca995b6a619fee7..aeac2cd2407a5662bdec7fb6369c9c08c5833793 100644 (file)
@@ -3,7 +3,7 @@
  * generic-msvc.h
  *       Atomic operations support when using MSVC
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES:
index 867fab71c711c5f00acdf542c110b1b424b9f686..f5dd9ffcecdd85ebaa15c1c29ca2dac2931e745a 100644 (file)
@@ -3,7 +3,7 @@
  * generic-sunpro.h
  *       Atomic operations for solaris' CC
  *
- * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index 4e26f88d70ccd6b7c19ff86f6acfe0642de3e885..3909ce4de73b29d4e5b3b4d36647188d8eff5798 100644 (file)
@@ -3,7 +3,7 @@
  * generic-xlc.h
  *       Atomic operations for IBM's CC
  *
- * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  * NOTES:
  *
index 56a7c286af9b605073ccd406d7fed20f88c54979..d2863127d3ef06ea6809daee32125be0556a14eb 100644 (file)
@@ -4,7 +4,7 @@
  *       Implement higher level operations based on some lower level tomic
  *       operations.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/atomics/generic.h
index e9cf93233fae65a34684cdcd19d34d028940af67..a42f757af21e9f263fbf55b4b2861dbb324fb6bd 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, PostgreSQL Global Development Group
+ * Copyright (c) 2015-2016, PostgreSQL Global Development Group
  *
  * src/include/port/pg_bswap.h
  *
index 35589c0c9bee393d918a03fbeebd6ff4c7c38474..57bdacb8845722e85a42acef05f64a7d8a8da22e 100644 (file)
@@ -23,7 +23,7 @@
  * EQ_CRC32C(c1, c2)
  *             Check for equality of two CRCs.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port/pg_crc32c.h
index 1d54fe1b268d973c23e97e1a9f7892709619d18f..16caf6eee3dcc0353c3f8ddeca403c0f030bbf74 100644 (file)
@@ -43,7 +43,7 @@
  * Beware of multiple evaluations of the macro arguments.
  *
  *
- * Copyright (c) 2001-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2016, PostgreSQL Global Development Group
  *
  * src/include/portability/instr_time.h
  *
index a4b01fecaed3a4d66f9ce44c7cc3f8d0d49ab9c8..9f055e19ed894d05258e3a38d82e1f1d1937ed62 100644 (file)
@@ -3,7 +3,7 @@
  * mem.h
  *       portability definitions for various memory operations
  *
- * Copyright (c) 2001-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2016, PostgreSQL Global Development Group
  *
  * src/include/portability/mem.h
  *
index ccf1605455ef6dbf88dbccf41f24a266d84d9c44..453147e1f0b8f27da705b76da4437c4adf4edb1b 100644 (file)
@@ -7,7 +7,7 @@
  * Client-side code should include postgres_fe.h instead.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/include/postgres.h
index 7120152d2a4c294c67ebc9b774ad509febc3805c..69c0ad8eaa988f70cfd8259f6fa38055dab1c25d 100644 (file)
@@ -8,7 +8,7 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/include/postgres_fe.h
index 6eaaf4c1c4efe28a8ae67ddd4f11f1b05ec068f5..b5000b0822ae6371f1862978425863f4a31ab53f 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for integrated autovacuum daemon
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/autovacuum.h
index 6e0b5cd9fc84887e4ddbc2fcda30456f781051dc..b6889a3320088d3cac54b742a47d736af627ddc3 100644 (file)
@@ -31,7 +31,7 @@
  * different) code.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b0ab4c22ba713d9e7031322097d45f85a77ac722..cd6cd44ef2203e994b7e44e6da5a9f029a28bdb6 100644 (file)
@@ -2,7 +2,7 @@
  * bgworker_internals.h
  *             POSTGRES pluggable background workers internals
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a49c208dd2a637c05973009d7f5849226bc5e40c..b162b0dea9c879616ef2788b3ab00abd67248955 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/include/postmaster/bgwriter.h
  *
index e560d95cceb547cd8c5f17301da3b920ed90695e..c1cad6e83dda61e5a9176ac9f49137d638e5a74d 100644 (file)
@@ -3,7 +3,7 @@
  * fork_process.h
  *       Exports from postmaster/fork_process.c.
  *
- * Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/include/postmaster/fork_process.h
  *
index 425e2ab4f031b7e730b2e8f1f031f19a4578c3d4..f2cbfb3952ab2fdbd2afdd4a5b619f8391da7038 100644 (file)
@@ -3,7 +3,7 @@
  * pgarch.h
  *       Exports from postmaster/pgarch.c.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/pgarch.h
index d16030482fad56361eeec66f488af269e7aec976..61e3060c9fd7ba44c98f86092556f07cf7502254 100644 (file)
@@ -3,7 +3,7 @@
  * postmaster.h
  *       Exports from postmaster/postmaster.c.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/postmaster.h
index e1fd4b100e07324f6c4b56ba7db9aaa37a6210eb..8cd633571904b90b14d8f16ceca1de7c7c165e68 100644 (file)
@@ -3,7 +3,7 @@
  * startup.h
  *       Exports from postmaster/startup.c.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/include/postmaster/startup.h
  *
index dc9f02cd4243169db94c19a3382784c9d3d1e3a6..66c21119de589b465a5c3f16ed0916d40c7be788 100644 (file)
@@ -3,7 +3,7 @@
  * syslogger.h
  *       Exports from postmaster/syslogger.c.
  *
- * Copyright (c) 2004-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2016, PostgreSQL Global Development Group
  *
  * src/include/postmaster/syslogger.h
  *
index 1ab7d3d66e2d3ad6de958492e8faf8e4e445acdf..d94cb97b2624ee6f3cd95f89d486cc54f8967b36 100644 (file)
@@ -3,7 +3,7 @@
  * walwriter.h
  *       Exports from postmaster/walwriter.c.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/include/postmaster/walwriter.h
  *
index 3ce4f591ad42f1a23866ad2ade158e77eb545e1f..b7da613c95af5b24f94de32cd138c01dadd6c47d 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 7d3d09e9d63fc3612228bce1dd26b597c83a82e9..c0a1edd397e757672bec35610f80f15e3640ec31 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.h
  *       Exports from replication/basebackup.c.
  *
- * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * src/include/replication/basebackup.h
  *
index 5e5b1b3ac7fbd97e8f27549802d7f13e5bb08d14..0561abfd73434025ad420e94ea1d4a8f671c4452 100644 (file)
@@ -2,7 +2,7 @@
  * decode.h
  *        PostgreSQL WAL to logical transformation
  *
- * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index dfdbe6535f1295b8e3b81170bd009dde274c142f..947000e63f8989eb78f9ea767659249198499409 100644 (file)
@@ -2,7 +2,7 @@
  * logical.h
  *        PostgreSQL logical decoding coordination
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 03fbc4ae16793a3e6d5fd05df4a4ea7864115bc9..c87a1dfebdec02e063f91e3c2319dd71accee6af 100644 (file)
@@ -2,7 +2,7 @@
  * logicalfuncs.h
  *        PostgreSQL WAL to logical transformation support functions
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index daa3b93a3ede8a0a5185a29ccbe92974a38fc46f..22d4643bf9745b28139d9ee64da55be339856b94 100644 (file)
@@ -2,7 +2,7 @@
  * origin.h
  *        Exports from replication/logical/origin.c
  *
- * Copyright (c) 2013-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2016, PostgreSQL Global Development Group
  *
  * src/include/replication/origin.h
  *-------------------------------------------------------------------------
index 17c3de235e60e2cef47caeff985bad390e8ac3e7..577b12ea2ef6d1aba539c720248c77e2234edf76 100644 (file)
@@ -2,7 +2,7 @@
  * output_plugin.h
  *        PostgreSQL Logical Decode Plugin Interface
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index c9a11db78dabea29d903f9da1b55c0feaf76a522..2abee0a5d241bdab7ef99109b8b4ce2b59f75ef8 100644 (file)
@@ -2,7 +2,7 @@
  * reorderbuffer.h
  *       PostgreSQL logical replay/reorder buffer management.
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * src/include/replication/reorderbuffer.h
  */
index 20dd7a283c94c2bace1cb3178922d6d3d642c2f7..80ad02aba030922ae647606665875f4bb65894f4 100644 (file)
@@ -2,7 +2,7 @@
  * slot.h
  *        Replication slot management.
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 21b0b16601531088e58899392c48831cebab2f7f..75955afd391b7286e2d67424dc1e2556c31538d9 100644 (file)
@@ -3,7 +3,7 @@
  * snapbuild.h
  *       Exports from replication/logical/snapbuild.c.
  *
- * Copyright (c) 2012-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * src/include/replication/snapbuild.h
  *
index 71e28578ccefb2b32ae0b90f5896f3c7c638086a..96e059bc3fa75eb98a295f657a04a00a2fc72c17 100644 (file)
@@ -3,7 +3,7 @@
  * syncrep.h
  *       Exports from replication/syncrep.c.
  *
- * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/replication/syncrep.h
index 61255a9f8e90efeb89c23d8fb17c9f4e9a0d4233..db40d9d7603e83d6de4351a8e572d1cf54126264 100644 (file)
@@ -3,7 +3,7 @@
  * walreceiver.h
  *       Exports from replication/walreceiverfuncs.c.
  *
- * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * src/include/replication/walreceiver.h
  *
index cb3f6bd21fbc280fa052f1945d048e22c4125fe7..de7338638ec3d8ae0ccbeb8e9542167442096955 100644 (file)
@@ -3,7 +3,7 @@
  * walsender.h
  *       Exports from replication/walsender.c.
  *
- * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * src/include/replication/walsender.h
  *
index 6dae480285214c1e08b510d5bd26d88452ea27cd..7794aa567e6979241f6a8b1bc050e4aab9a94afe 100644 (file)
@@ -3,7 +3,7 @@
  * walsender_private.h
  *       Private definitions from replication/walsender.c.
  *
- * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
  *
  * src/include/replication/walsender_private.h
  *
index 06fbc482589e8d8bdd57ff81c2d79dd5c3ead025..bb91708bebbd090b2cfeae5a9404889f2778b51c 100644 (file)
@@ -3,7 +3,7 @@
  * prs2lock.h
  *       data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/prs2lock.h
index 5f0dc31bd3dc056e00395d2237a230698ba0bb52..c08acb4a71a0f2e3bc7ef4fc0d03b5458a0a725c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteDefine.h
index 1ee8fb04b4391f77a8dfb97cf3db2a4fa046bd43..2d5f6c2a27dc55dd419a8ccec558442ca33968e3 100644 (file)
@@ -4,7 +4,7 @@
  *             External interface to query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteHandler.h
index bb56fa0484d4d5dfa05496e0924ac23055efdf71..f941299814ba23a6981a3fa348473a53f5af9ba4 100644 (file)
@@ -4,7 +4,7 @@
  *             Querytree manipulation subroutines for query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteManip.h
index 052202676380f462a017ba02797fce15d763ceda..0274dfad56a4bfba9ceaa23acb4aa14b6474b93f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteRemove.h
index d46d0796ddc1e6de86ba3980b20808253c06e31f..1841aa9c553c2ed1eba727f91dd06dd180a49002 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteSupport.h
index 4af244d3114010117fed36d21cdc071da182b7a9..fd0cbaff5967fc1d06642b03e1cd043fcc95f86b 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 481c324cf1420e0d93d7d0e6780c0a921eb26268..077d5c218d01b14b78d8bcd5dc8f733961a6a3a5 100644 (file)
@@ -4,7 +4,7 @@
  *       Stubs for getrusage(3).
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rusagestub.h
index 26c7cad27ea2c92d2bcdfbf9d897ac2fb31fd879..025c146afe75233964d6ed66e357a6d46c167d23 100644 (file)
@@ -13,7 +13,7 @@
  *
  * NOTE: this file should not be included into any non-snowball sources!
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/include/snowball/header.h
  *
index 66282ed3bbb9bbf9bba68e859e69dcc014c6723c..7d9676f5348be0435b6394322a7a5e7e394cdffe 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES backend id communication definitions
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/backendid.h
index cd85633c138f4da7b7ea3698a171f935c5d2f3da..6202e57608026ef8f05f60f88cc2edaf392341aa 100644 (file)
@@ -3,7 +3,7 @@
  * barrier.h
  *       Memory barrier operations.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/barrier.h
index dbdd4dd512a9f023dbe88c982a017cc3dd6b6fd2..1bfad18ddd7103886293498db916669e920c6c5e 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk block definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/block.h
index 1367ac7122263524a2c362d03e99ecb019f55efd..e641c4504c7ea222eb32b3d3ced57ada09f0b7b3 100644 (file)
@@ -4,7 +4,7 @@
  *       Basic buffer manager data types.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buf.h
index 81aaf47da588f07c29656ada27f6b43e6707f002..cbc4843377bf3a9ff11a488c6df75f9273817eaf 100644 (file)
@@ -5,7 +5,7 @@
  *       strategy.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buf_internals.h
index 06835c1608f3313dc3520af720c008c5aac3e912..809e5962e426adc9aa7d80d355e19a4bafd640ed 100644 (file)
@@ -15,7 +15,7 @@
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buffile.h
index 09b2b1170fac30cb42583f9ac05d46bdb4e93a6b..92c4bc543e234eda7f46e0e172a1a1b22cdb36e8 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES buffer manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/bufmgr.h
index a2f78ee56ce9e8c045b0a6b3bfd639a92fa8959d..2ce3be765c0154699e1307e9d0b3a98be2ae9fc4 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/bufpage.h
index 009da8539405b44797d8c14194bbfd1bc5f68732..5afc23f607d6f298d8cfe977d10a53e0629a1dd0 100644 (file)
@@ -3,7 +3,7 @@
  * checksum.h
  *       Checksum implementation for data pages.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/checksum.h
index bb61921b5bdfe161dfa9d7c7f5ec8ea0ac01e962..ce141258c9be4fa8e3998502162e6c9c4db5a3b5 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/checksum_impl.h
index 2635a7e2dd264ad00bcc86e5a20ac908301d25b0..4b7b813e7e644d4f6cc97dc5b8ee8ac1277a529b 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.h
  *       Copy a directory.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/copydir.h
index beee105a6bda677a1ac174d8ce33edb9cccadeb5..86ede7a7e732c15cbb611c92032f684730181a6e 100644 (file)
@@ -3,7 +3,7 @@
  * dsm.h
  *       manage dynamic shared memory segments
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/dsm.h
index 431f06747b89036e4729fbd225fb0bedb7be1aa3..7f39b030f80e64c5da2a02137bc2a740e9a71bab 100644 (file)
@@ -3,7 +3,7 @@
  * dsm_impl.h
  *       low-level dynamic shared memory primitives
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/dsm_impl.h
index 7eabe094f7eef6cc6006928bec52ba093bff60f4..4a3fccbaa9b8372889c4948f97d0ea00a74f0718 100644 (file)
@@ -4,7 +4,7 @@
  *       Virtual file descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/fd.h
index 15ff904d728317cf4c5eedb6cc2725aec9d8b992..19dcb8d964ac59f69f4477ba0490308ce2041356 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/freespace.h
index 26340b4b2e452af3d74524e982929a72b75256c8..58383eed1fb1fe59f9ed4bce917550495d0cd711 100644 (file)
@@ -4,7 +4,7 @@
  *       internal functions for free space map
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/fsm_internals.h
index b4d003689fde17bf95c3052b8125fdbb850aec9f..3cb2fc857ded0dbfd140ed2065ba941e7c149af8 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding an unused page in index
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/indexfsm.h
index c6283c2af341072d2708b8e3e7218b521b80be2a..7a07bd29ceea07eeec6345431ee382ccc336e8c5 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/ipc.h
index 81448c077e9ac0bdc4531a2e9d0bceb7f0d2d45f..e10448c343fb8ce1a479c6d6b79080a872997455 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/item.h
index c899c67576eb8c1abf1a0e7212f30552dfc8d882..509c577926dc1073258094ddd13af1fca629586e 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page item identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/itemid.h
index 60e76e9ffa0c42ac4924d31ca6c11499f72bb64a..7ec7ed30c97c03726e9ba4fb4715526699cdaa35 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item pointer definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/itemptr.h
index 9dd6eb892b88b9347492b683b48fd42a6bfe6697..6a4f3f6d1faf2377484d9d1626bc98ed2ae11e2c 100644 (file)
@@ -5,7 +5,7 @@
  *       zillions of large objects (internal, external, jaquith, inversion).
  *       Now we only support inversion.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/large_object.h
index 28fc684d240e0ea0e3206b02c09b6496065adfc0..e77491e71f38e14500a859b2e9042da1f3d7660c 100644 (file)
@@ -68,7 +68,7 @@
  * use of any generic handler.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/latch.h
index e7ccce229421604b90ff654f314f9b064014c34f..e9d41bf27e1e0ef7a1270e9dd586b5e3ecb569dc 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES lock manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lmgr.h
index a9cd08c5276aae45b659b8c7d15532d593acacf7..43eca860b81174dab17a304e94914f9f53cf9632 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES low-level lock mechanism
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lock.h
index bfbcdbaf119b6dfc5d054629d506c4957532cb84..434a20e865e70665111624b7c28eafb4f10f288c 100644 (file)
@@ -7,7 +7,7 @@
  * contains definition that have to (indirectly) be available when included by
  * FRONTEND code.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lockdefs.h
index ff34529ff02728e2a46e51001985347cc37a29d3..5e8825ebeab328164ddd24701cba693a6315016b 100644 (file)
@@ -4,7 +4,7 @@
  *       Lightweight lock manager
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lwlock.h
index 4a4ca5b1a12750693e25de849fa40c5c11f42de9..9f707930d78a267c59252876b389ef676a3d6dad 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk "offset" definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/off.h
index 9f8be759fbafac564d5420f823a1a4cb1a5eb26d..2c9418320e6dba2e2207f7d8bd66100b4afdf6ab 100644 (file)
@@ -10,7 +10,7 @@
  * be provided by each port.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pg_sema.h
index 9dbcbce0692f8ee794c22ff3098a45cfe4640dc5..6bf803ab8851dddaa960c3ed50c40982445803ab 100644 (file)
@@ -14,7 +14,7 @@
  * only one ID number.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pg_shmem.h
index a5e03e1bd105de7571d2fa872d4652995a4d4441..b53504ae50da2a25d7dec523dd2771d078aaa37b 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pmsignal.h
index 380286961f38ab1907dbcd78575b182ed590cf98..9f9ba6d2645a999efc39abb9fcbd747c2811b41d 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES "position" definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pos.h
index 18166c885dc3f35ade12a14bf44677c02f75cda8..a66b5b71340de5ac59f6ca20767790b73b290c54 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES public predicate locking definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/predicate.h
index de1fc561a450153ee6527a1b9098e6a2d57ea92d..3175d286d3bf7e319594a2268e0897f49b639d54 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES internal predicate locking definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/predicate_internals.h
index 3d680171782029ae854c66116566ff8f5c1f21e1..38943a176713e88bac1d7af05bc51c549d69eb33 100644 (file)
@@ -4,7 +4,7 @@
  *       per-process shared memory data structures
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/proc.h
index 834f99b9918250be994a3af49b488bc74182688b..1fbf4f3593b079d0152a0d854b7c1d3e3bbf81f6 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES process array definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/procarray.h
index 50ffb13e1f2b7bfcc70aec16a7cbf4b80b23bab8..f67b9821f23d845e9d179edfdc9cf08b5be69f15 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines for interprocess signalling
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/procsignal.h
index 2231ccac243ce37cde1bf49e8632a768c93f4f83..a228434dc47e6c423e9083d2a056a9f1e0dfd594 100644 (file)
@@ -4,7 +4,7 @@
  *       Reinitialization of unlogged relations
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/reinit.h
index 56deac752ea03ca25d9f04da9677ef0936a83b0d..130c73aaa2dc3cc819cbbabbb2609e16684957d1 100644 (file)
@@ -4,7 +4,7 @@
  *       Physical access information for relations.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/relfilenode.h
index 83f28b9d5ef8fbd83dfef31e7cb2912640a3de56..8b240cd647c0784e34b903ddfbae340c3277bfd3 100644 (file)
@@ -86,7 +86,7 @@
  *     when using the SysV semaphore code.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       src/include/storage/s_lock.h
index 7621a358ab469a5e70f7e9586ac8406d5b80293b..7ea25397b9d3c767d62131560ed233a50f51894a 100644 (file)
@@ -3,7 +3,7 @@
  * shm_mq.h
  *       single-reader, single-writer shared memory message queue
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_mq.h
index 94c67241902b15d2f4f94cefa44e8a7cbb697e62..4673c478440646a742cd92c653d0e3ec4c7b2687 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_toc.h
index c94d6200976b6f72ed42bc20f1e2a3735974c0f2..6468e6627ab601e19a23b056fb1f2fcc128deb40 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shmem.h
index d9ffd7228feed2a8a0b729a522073a34d1185d70..8d019dc0e795355f9fa55287fb8f5c998030bade 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES shared cache invalidation communication definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/sinval.h
index f7b275c735bc821bbad36989a2f5a2e14bc3c14b..b27f7e806ba2960dfb6b54ebc33564020e1c9256 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/sinvaladt.h
index 69a624fe237e5832394ca111e3facadccc04c511..a7267ea7e2d2062e9482b0dba79bb7f27bfbfabb 100644 (file)
@@ -4,7 +4,7 @@
  *       storage manager switch public interface declarations.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/smgr.h
index 4674f48164e474dbb0d6dec0105aa15235a073e0..50412258b9e5944ae9e5dc58cb8f148f704aac5a 100644 (file)
@@ -41,7 +41,7 @@
  *     be again.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/spin.h
index 40b329b2a3c73027cbabc132ca69e927f9def886..6c98d70e56edd163cbacd8656add91929b91abf5 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for hot standby mode.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/standby.h
index d276eeb2287e1315384a53d9bcedbc76894083bd..046184d14213a9f5a5f389f803f6f67237b75dc4 100644 (file)
@@ -2,7 +2,7 @@
  *
  * deparse_utility.h
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/deparse_utility.h
index b560672fd40f74fac9770d70fa0999602a015e18..4e42d61c37ab4e0243b80626d1f61607985797c5 100644 (file)
@@ -57,7 +57,7 @@
  * calls in portal and cursor manipulations.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/dest.h
index dc6905d48c7627b69df150b66e8e1b997c899814..df6234be896f0cc5a8a8a0a54a169f82831bdda1 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.h
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/fastpath.h
index 8073a6e35e41ed40c9795816c4ea1bb198746447..4f1fd139a3666e588231af1b48c51b9e74b46acc 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pquery.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/pquery.h
index 96c5b8b3d44bbd080f7f97c10fb11db04876812d..7254355862a253421b1900f69c534f5c19517b83 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for postgres.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/tcopprot.h
index a5c675104e9ba1fb9e2849dcf88bb26a84c09a59..dad8246f46e2da519e952c38879cfa6e4ed2cc88 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for utility.c.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/utility.h
index ddf5b605c442f97e68baace92e23607666a7d877..5bbfad1d953b529351f511c48608210fc799ec45 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Declarations for fast regex subset, used by ISpell
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/include/tsearch/dicts/regis.h
  *
index e512532f8e85f4228d5de72cef33a0f3964a54b9..7e2df833e86c58f2db1a99c25a64f58ed379552c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Declarations for ISpell dictionary
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/include/tsearch/dicts/spell.h
  *
index 8e9d03af51254bc0fd2ed6c2b7d09eb4c6b6a5a8..379893365fb25625fbf708c8de735554f107ae2a 100644 (file)
@@ -3,7 +3,7 @@
  * ts_cache.h
  *       Tsearch related object caches.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tsearch/ts_cache.h
index be9d85c2ee01124e031c5627861a6cf4e0759d35..36cb4de40da51b25e48ca84e4632e6fe9ac82251 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.h
  *             locale compatibility layer for tsearch
  *
- * Copyright (c) 1998-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2016, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_locale.h
  *
index 04229a1d2dcb16c82932f436ce716ff492ae412c..6f7a891ae8401be85bfc8db8fd3b59db1cc04296 100644 (file)
@@ -4,7 +4,7 @@
  *       Public interface to various tsearch modules, such as
  *       parsers and dictionaries.
  *
- * Copyright (c) 1998-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2016, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_public.h
  *
index 281cdd6c2633463689579107fb6c9362504959ee..dc6067a93253fe8b8e968575db90d223a6b5afaf 100644 (file)
@@ -3,7 +3,7 @@
  * ts_type.h
  *       Definitions for the tsvector and tsquery types
  *
- * Copyright (c) 1998-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2016, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_type.h
  *
index ce851b7250463319c05fe47bd9cca2aef064fad6..3b886b3c72b7c939e361b064517841d73482d8e3 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.h
  *       helper utilities for tsearch
  *
- * Copyright (c) 1998-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2016, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_utils.h
  *
index 915ea39be2323f605083070b949b6680b37631c5..4e15a14d65a18ddcfb16141be9e8ec4950c13866 100644 (file)
@@ -4,7 +4,7 @@
  *       Definition of (and support for) access control list data structures.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/acl.h
index 8378567578467b7f910277713e6a6c9001ffedea..319a39124690e35cdacdb4b3656f864ab35a9990 100644 (file)
@@ -2,7 +2,7 @@
  *
  * aclchk_internal.h
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/aclchk_internal.h
index 716e75637b05c918f7847a8f2d84993042e3d4ad..b62b08c48240bccf526eb8ede1b9050508064d6e 100644 (file)
@@ -51,7 +51,7 @@
  * arrays holding the elements.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/array.h
index af808fd9add0ce8c8b1f8b6588b86ddee4b68b74..3ff49f12bc4a5c884e972aa4f375b0d313147d7c 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for element-by-element access to Postgres arrays.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/arrayaccess.h
index 01f0de694d9342f2a9f2b01cc1cc84072f6d1c40..1006d0d63e91d3526cb538d7be51d99c4ffd5464 100644 (file)
@@ -1,7 +1,7 @@
 /*-----------------------------------------------------------------------
  * ascii.h
  *
- *      Portions Copyright (c) 1999-2015, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2016, PostgreSQL Global Development Group
  *
  * src/include/utils/ascii.h
  *
index 180da3c4446e9590a5782c7cefe32787110808f1..cf8ead006dc15efcc32bdcca583b747fb9792ad5 100644 (file)
@@ -3,7 +3,7 @@
  * attoptcache.h
  *       Attribute options cache.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/attoptcache.h
index e610bf305d420e2f5c10629ea357c023e2659a73..bbaa2cea7e78c94719871f96ba8bf69808ab9cdb 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on built-in types.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/builtins.h
index e78870f8d95690337db02082f35e43a7cc622fd7..40147fbaa8b94743dadb54a68d8f00ba4290f41d 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for BYTEA data type support.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/bytea.h
index a3a699c2fa09445a038faaa42008d5f76367bdb8..253c7b53ed5389490b6aa85f5721a7fb0640bf20 100644 (file)
@@ -10,7 +10,7 @@
  * guarantee that there can only be one matching row for a key combination.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/catcache.h
index f2faa12623720148c135c84be5dc0f3852faf29b..299b2edbfc14206006b3ddb563183a73602195a8 100644 (file)
@@ -4,7 +4,7 @@
  *       Combo command ID support routines
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/combocid.h
index dae10910a9550b2d5976ad3667f08ac81d12f9de..1b962af7d8872e260efbd9c4e3dd29573ad60052 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the SQL "date" and "time" types.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/date.h
index e9a1ecebeb79d597c334147c4384530df626828e..c57dc05ff8d18708701a1e1432d5da719d626e00 100644 (file)
@@ -6,7 +6,7 @@
  *        including abstime, reltime, date, and time.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/datetime.h
index e9d4be5c4ba8b59e57bdbc95f0e6fdda1269700f..73ec689d3c169d2c55ba1156f3e5351c17c939e1 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/datum.h
index 3dd11641ef1e158b735e74f86d12f61fdd18f833..a0352eb7a79a0f2f39e8be840988b9ed1447eb95 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES dynahash.h file definitions
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/dynahash.h
index a38337d01249bc9866b5b16fa46b0a9112a06d59..89c24b789adc2f9a0bd3f1af877c098109daab26 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/dynamic_loader.h
index 7715719008e37b86ce62ee8d12db996d68011483..326896f0204b2ba349b08815f018a6e04b863a56 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES error reporting/logging definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/elog.h
index d2bd113a90380ca5665dbc9b7b31707c14f94c4a..7c8da746fde14c02bdb5e0681336373bf55f87a3 100644 (file)
@@ -3,7 +3,7 @@
  * evtcache.c
  *       Special-purpose cache for event trigger data.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 331be910dd9847b169e65f1688233e60e41c48ec..9c3b4667310c8ee482e67b595953b1d5d77dcbaf 100644 (file)
@@ -34,7 +34,7 @@
  * value if they fail partway through.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/expandeddatum.h
index f2331ff517c6f27ca06fb823b082997e80b67dec..81e844c39276ceb5979e0fcc9a90b4b50e5c36b7 100644 (file)
@@ -3,7 +3,7 @@
  * fmgrtab.h
  *       The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/fmgrtab.h
index 1da1ae30d70bb70dc775d326db57ac477801c34a..1f40f97d8e056c443250c265f01560bd8d7d5cff 100644 (file)
@@ -4,7 +4,7 @@
  * src/include/utils/formatting.h
  *
  *
- *      Portions Copyright (c) 1999-2015, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2016, 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 2311d35dd72c903106871786d43d85ecb929afb4..85aee22cdedb64c41420395c8db8d38c3bcdcf6b 100644 (file)
@@ -3,7 +3,7 @@
  * geo_decls.h - Declarations for various 2D constructs.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/geo_decls.h
index dc167f9bb5c88e23fa94fdcc82c088848c158ae9..e1de1a5d0653bdb72ecbdb6a92207f3e5e4fa3ea 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-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2016, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * src/include/utils/guc.h
index 8da2e78a4739f6eaf130ba1d2e723a24b4bea6be..b695f61f635b67ad81c7821fd7f14be09f8faa38 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/utils/misc/README for design notes.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *       src/include/utils/guc_tables.h
  *
index 54e3ec796678622feb9e0380f3ceb372f272f6e7..565fdd96fc7600488beb1d532f3b2c7d70a8a163 100644 (file)
@@ -3,7 +3,7 @@
  * help_config.h
  *             Interface to the --help-config option of main.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *       src/include/utils/help_config.h
  *
index 8c2432c5fda1243c0ed294063c2f7444cc1f240e..007ba2c69b5bd8529ed432eceb4bbb084617faee 100644 (file)
@@ -4,7 +4,7 @@
  *       exported definitions for utils/hash/dynahash.c; see notes therein
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/hsearch.h
index 2d2bae4cbe6efe1abd12b4ef06b4d5940b27ab2b..2fe3ca8c3c81d00ad3307c3a45308add7f62ef8d 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on INET datatypes.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/inet.h
index 03fe1bfe80b9f002d38b9caa8d19a165f9b89c97..2bafa2dc2dc970d5abfffcd44ed8928ddc0df9de 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on 64-bit integers.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/int8.h
index 6c7c02252b56eef56740b681944ca7940d946288..122fef29c8374d431365f3a4f78de9d7fba60b05 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES cache invalidation dispatcher definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/inval.h
index 6f69403f3dfa43dc543d14f04ff8ef7d09258872..9dd9dff2f637e018be708187bbcd22513ad176a4 100644 (file)
@@ -3,7 +3,7 @@
  * json.h
  *       Declarations for JSON data type support.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/json.h
index 55cfb791fa777ec1e7cdffa8d4fd19f08c91e8b1..46ab8dd11d02b21487ec61b371410bade18b6066 100644 (file)
@@ -3,7 +3,7 @@
  * jsonapi.h
  *       Declarations for JSON API support.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/jsonapi.h
index 3049a87321cbc101f99b30f9ca8faec193d9ec25..5f49d8dfea8662b74c21f074e1eae81dafc2c693 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb.h
  *       Declarations for jsonb data type support.
  *
- * Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/include/utils/jsonb.h
  *
index 47426ce8f1d7076e3424a630f35b6a03853867e6..fa1e9920828c529a2fdeefbd77b3483d7fdb60ef 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See logtape.c for explanations.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/logtape.h
index dcc421fe1eae4b579361551538405652e64cac23..9efdea22fd183ae9461a0b291c282f71466df6e5 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.h
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/lsyscache.h
index 608faccb75adc571ce69e6d1387bb898d07ece83..96b5baf5a0f833a0c324ab9e00dd828dfab0f5b1 100644 (file)
@@ -7,7 +7,7 @@
  * empty definitions for Valgrind client request macros we use.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/memdebug.h
index 38106d79e21da6ad79fd6090da638f23afddb724..ae07705b6be76574dfc65a403a70aa5f8c7c3826 100644 (file)
@@ -7,7 +7,7 @@
  *       of the API of the memory management subsystem.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/memutils.h
index 6c3b91242f1871a2fb0ad45381c42d3c9d485efe..d06f6f82e7a6ea4d7fee6bca71368506a9c662ef 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the "new" abstime code.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/nabstime.h
index b7451fa2e34b7583d5422ee90a3488c47082e010..7fd5d240c66905971870ff82d1ecfe2121750997 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Original coding 1998, Jan Wieck.  Heavily revised 2003, Tom Lane.
  *
- * Copyright (c) 1998-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2016, PostgreSQL Global Development Group
  *
  * src/include/utils/numeric.h
  *
index f2bcd00b4cb159843f204ab9dc5eafb89c6096b0..9be59d1055f1f458af5bc1f0b7f9889928e0745d 100644 (file)
@@ -18,7 +18,7 @@
  * everything that should be freed.  See utils/mmgr/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/palloc.h
index 37bb0e933b2ce4c3f1ab9c1eac538cf57d5936b5..a9401f9bd7dc9cbcdfbdae8716940c6d5a6d6111 100644 (file)
@@ -26,7 +26,7 @@
  *
  * The CRC-32C variant is in port/pg_crc32c.h.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/pg_crc.h
index 8e91033a41dd615ee16495dd8002457b9b411b8d..2e6dba1b5ea95c6e768a17ac7c84755940c8e75f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * src/include/utils/pg_locale.h
  *
- * Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2016, PostgreSQL Global Development Group
  *
  *-----------------------------------------------------------------------
  */
index a5e76821447ecc3a01f004c98924db6cdc367945..772fd6adf55a4689e53131ff51aac7b18d5828e5 100644 (file)
@@ -5,7 +5,7 @@
  *             PostgreSQL.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/pg_lsn.h
index 7e1e05d37b2f7c7d215218c16ba7ece538bfbcf8..7c264eb6b16eaad40372f6091d42c8352c766e43 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for resource usage measurement support routines
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/pg_rusage.h
index 4b9a0c68cee4bc8a147a65c0bb21cea881115fbb..0929f58d6b0b3c449be1bd1261e367735deee29e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See plancache.c for comments.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/plancache.h
index c36910734939ae1397d8f5e9354bde49334e6216..4236215b79602f6461e828682a95b5d2f2593204 100644 (file)
@@ -36,7 +36,7 @@
  * to look like NO SCROLL cursors.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/portal.h
index 487b2b3718868f0c3afd008d7a5e12a63cd9bd22..a774ca0e80ce56c776b60b6d91cf4e3a3a2e8e79 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for Postgres range types.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/rangetypes.h
index 8a55a090b6180b571efa8962e10b90954ee182c0..ff5672d2654dcb447ba5819510e961ec52a9920f 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation descriptor (a/k/a relcache entry) definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/rel.h
index 6953281b7419e76d747447645a91a8f87ee47c0d..1b4830462d52ba0c3fbfbdd341ee0abd741d631c 100644 (file)
@@ -4,7 +4,7 @@
  *       Relation descriptor cache definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relcache.h
index 65095c5dbac1bfc3f6b7f208f9f4dbc4aa3adcfd..e3e14feea5f79deaeadb4f7fa781e94260a90fcb 100644 (file)
@@ -3,7 +3,7 @@
  * relfilenodemap.h
  *       relfilenode to oid mapping cache.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relfilenodemap.h
index 73b4905e3b14d0bb5ea0326b4b19880d81febd2b..22c5118dedc761d51a493e5d0aa157218ce5549f 100644 (file)
@@ -4,7 +4,7 @@
  *       Catalog-to-filenode mapping
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relmapper.h
index cdf73baedaf61b7c88e73b9f165581f187250f05..e87f2283ec896af265e1cd42927cf59dacb0a379 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation trigger definitions.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/reltrigger.h
index ebdf1811be1fa335b25e6c94387af0ae66036557..c5abac23a7a1518464b06054d213a86e5cf8d9cd 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/resowner.h
index c72b760f21b336b7d28bc28baa967ac8407d4e10..fd320909bb726089d2e7f2b6d77232b1152a8dc7 100644 (file)
@@ -6,7 +6,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/resowner_private.h
index 3e75f06d6cfc70f3e8dac103a9d599faa9a07187..29d17a4bf58a5ad8ff83ea328c5e6714a6362703 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-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * src/include/utils/rls.h
  *
index fe8bad49143c140d002dcf85d0460a074557b33e..cec24184b0c6f185450bad2f02501c3d4e20cfef 100644 (file)
@@ -3,7 +3,7 @@
  * ruleutils.h
  *             Declarations for ruleutils.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/ruleutils.h
index 1653ed0aa434e1cc7a3dfc0ede23596a93b72cab..2b914ebc3ee817087907191cbe0943e8328035c6 100644 (file)
@@ -3,7 +3,7 @@
  * sampling.h
  *       definitions for sampling functions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/sampling.h
index a7433d9c0f31ca16cd5db91b4326f77b4a8e8686..38fe731f81e2c801b71b18361e1550b23e7ee96f 100644 (file)
@@ -5,7 +5,7 @@
  *       standard operators and index access methods.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/selfuncs.h
index f8524eb6878ef82378d2cde0dd0a7bf0d5decbc4..a9e9066dd2958eed32dd49d741f65fcd6a5ae13e 100644 (file)
@@ -3,7 +3,7 @@
  * snapmgr.h
  *       POSTGRES snapshot manager
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/snapmgr.h
index cbf1bbdeb1fc07d6ad234acafbe34453bb7894ef..2a563633d2bfa7fd23a6a3d787c74075d216edeb 100644 (file)
@@ -3,7 +3,7 @@
  * snapshot.h
  *       POSTGRES snapshot definition
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/snapshot.h
index e890503d31fa259597d0d132567951f316f40537..0ef76c8ccfddb172774fcaf8ed51c686de23f66f 100644 (file)
@@ -42,7 +42,7 @@
  * function for such cases, but probably not any other acceleration method.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/sortsupport.h
index e466f36d18f80a5b20f2b423fc6c298f3f6b595f..e0e42e99c8aac327585458c02860438afeca9807 100644 (file)
@@ -3,7 +3,7 @@
  * spccache.h
  *       Tablespace cache.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/spccache.h
index 18404e266eb63ec0384e7cf8c75d87a6683ef0ca..256615b67134583ffe926cd9d046cf966ed6a49f 100644 (file)
@@ -6,7 +6,7 @@
  * See also lsyscache.h, which provides convenience routines for
  * common cache-lookup operations.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/syscache.h
index 30581a1ba4f82e13f7fd1d28875fa2c83c93e905..723b475d2ab086cd68ce599efca41dc53bc64fcb 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to multiplex SIGALRM interrupts for multiple timeout reasons.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/timeout.h
index 530fef1915e4a5e8d8a5ff38d47820e0bcca1b94..fbead3a168cc55a6fbb3f84dc0915ba1e797adf4 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.h
  *       Definitions for the SQL "timestamp" and "interval" types.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/timestamp.h
index 267d956501117003e9dc1d89a0464c1f89b5ffbe..244594495df45ad1a7b00c216529a086f01c1cfa 100644 (file)
@@ -5,7 +5,7 @@
  *
  *       Should be moved/renamed...    - vadim 07/28/98
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tqual.h
index de6fc5603ca7ca1b2d07d1aeb9bc03b110696d0b..d31d9945d18dd52440a6213db9f699e2c88074be 100644 (file)
@@ -10,7 +10,7 @@
  * amounts are sorted using temporary files and a standard external sort
  * algorithm.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tuplesort.h
index ea1302160e269054b138e3cd79496f81df5289fd..e864a6d8b770e3cb2d272bce9024c85fcb444047 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tuplestore.h
index 23618cc6100bf7594767e338ab970102098953b3..c72efcccb1262ce1a48ae8bbcc507afa6f9b6cdf 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/typcache.h
index afd0b044c5448e93eea3c3caeeb0e0c990390600..eea8ffcfa4d5043035dd545e5e69a2baa26ae698 100644 (file)
@@ -3,7 +3,7 @@
  * tzparser.h
  *       Timezone offset file parsing definitions.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tzparser.h
index 9d97fed42a61dda1339c4fadac1638b70579a1d8..897382f2e5d8778796bdcca7849f614a8975bcd0 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-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * src/include/utils/uuid.h
  *
index da55e7d0318d8c633f579041270c5b51f4de479c..5d5c9f38fa1dea10332fd28eaf22186a77af0bbd 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/varbit.h
index 82ec2237d83852747b8cf5e9cb09af83838a08b9..2eab8a5c2d3823a8a7d0449b4d48779173bab973 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/xml.h
index fae0d42e98ac46dfd23dad107fc696c7ad23587f..dc693cc13c218cf63ced8a125a5caf30edc92cb4 100644 (file)
@@ -19,7 +19,7 @@
  * function in nodeWindowAgg.c for details.
  *
  *
- * Portions Copyright (c) 2000-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2016, PostgreSQL Global Development Group
  *
  * src/include/windowapi.h
  *
index 8a213663a2cc41051bf124b61e5358afb1e0c618..0a04a7310f255b781409143ed02844f45232db81 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg compatibility library
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/ecpg/compatlib/Makefile
index 14c01875043c6f72efc8d2043f5a963871c37ee1..39c423258014ea827ff8723d0be81a6124f9c3cc 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg library
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/ecpg/ecpglib/Makefile
index 56f04d748ba44d25e0811264872d5a136b0fefac..79daedaf17c845d44dd422eaefba7d873b4b453e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * XXX keep this in sync with src/include/catalog/pg_type.h
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/ecpg/ecpglib/pg_type.h
index e9ad31463bd720bc66145c2421b3020e2472bffc..1c1a42fa8f98d0953b8fbee5e3e48046fa417965 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg pgtypes library
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/ecpg/pgtypeslib/Makefile
index e363be905ab41aeba389099795de937caf829fbc..ca13c1faa88cf26614f5dc0d8b52fbeaced1ecac 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/ecpg/preproc
 #
-# Copyright (c) 1998-2015, PostgreSQL Global Development Group
+# Copyright (c) 1998-2016, PostgreSQL Global Development Group
 #
 # src/interfaces/ecpg/preproc/Makefile
 #
index d5377733f229150f8cf91397825ca1464643be61..4c981e0dea517aef30e7ad43a295be97e86da0e6 100644 (file)
@@ -3,7 +3,7 @@
 # test parser generater for ecpg
 # call with backend parser as stdin
 #
-# Copyright (c) 2009-2015, PostgreSQL Global Development Group
+# Copyright (c) 2009-2016, PostgreSQL Global Development Group
 #
 # Written by Michael Meskes <meskes@postgresql.org>
 #            Andy Colson <andy@squeakycode.net>
index e8e9d1e5e0f994f497e1589d26f92bdbcd9aee83..c7fd034bc184262ad091a9b8736195a18aed5e0d 100644 (file)
@@ -1,7 +1,7 @@
 /* src/interfaces/ecpg/preproc/ecpg.c */
 
 /* Main for ecpg, the PostgreSQL embedded SQL precompiler. */
-/* Copyright (c) 1996-2015, PostgreSQL Global Development Group */
+/* Copyright (c) 1996-2016, PostgreSQL Global Development Group */
 
 #include "postgres_fe.h"
 
index 6224f352704147ed5d57cff9ce5008ac6b4afade..2f17f0c5c0232aa4ff05597926fce06e85168e96 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 74557425a93fbbeb9ea0bfb43878ead0ff253908..da07eeb83591c59b37d6e27463c702e9e9a2eff1 100644 (file)
@@ -3,7 +3,7 @@
 # parser generater for ecpg version 2
 # call with backend parser as stdin
 #
-# Copyright (c) 2007-2015, PostgreSQL Global Development Group
+# Copyright (c) 2007-2016, PostgreSQL Global Development Group
 #
 # Written by Mike Aubury <mike.aubury@aubit.com>
 #            Michael Meskes <meskes@postgresql.org>
index 662a90a3f6bd311b3b8fe996e12401f4dc40b58b..40830f6226792d04c6043dfcce697c46e4bad16b 100644 (file)
@@ -7,7 +7,7 @@
  * need to bother with re-entrant interfaces.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0453409d373cab6c93f022b4d7d4f64db548c9e6..ede45170821919210a29e9e69943653d7596ffa8 100644 (file)
@@ -7,7 +7,7 @@
  * This is a modified version of src/backend/parser/scan.l
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a4d443291dca04077e16baf382a87691e513ee5a..e1dee6d8eef23821f5d4a0026bf0e0e2764afc00 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/ecpg/test/pg_regress_ecpg.c
index c2105f119e80c5d601c5fc69ccba89b585e9cd6e..1b292d2cf22be1d30af4a83e9ad5cfe93eb50136 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/libpq library
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/libpq/Makefile
index 5891c75bce2df6786345745668b797aec74026c5..cd863a5db1acab62c89f5505bc97894d3a743bb4 100644 (file)
@@ -3,7 +3,7 @@
  * fe-auth.c
  *        The front-end (client) authorization routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8d35767f7a0ca08f7cee0f2573168a1fa8571504..9d11654dd160bfaaac84f547cac99bfeae509816 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Definitions for network authentication routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/fe-auth.h
index 4a1a0272b6b833ebcb6d5c9e6e15f8ee5d322850..5ad475508dae362d1e06603ed93c94e87a52013b 100644 (file)
@@ -3,7 +3,7 @@
  * fe-connect.c
  *       functions related to setting up a connection to the backend
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f71df324bd50a820683e84cd375f312c96085ec2..41937c0bf9a5bdb6bf741df95f4cbb326ab923c9 100644 (file)
@@ -3,7 +3,7 @@
  * fe-exec.c
  *       functions related to sending a query down to the backend
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ad0bd351094a52651c79f5a624b621e74a0316de..3b08768d98c8225b424c93f1f5389e5f846e10b2 100644 (file)
@@ -3,7 +3,7 @@
  * fe-lobj.c
  *       Front-end large object interface
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b7b53d3a71ca78ee4945b37f608b07fd5e82cf6e..9be05a0ddb0aa8c022ae7de5a0a699458e898910 100644 (file)
@@ -19,7 +19,7 @@
  * routines.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5af6b51e23a3f1b6f42ecef3b305916876f523c6..c33dc42a8395f1db230cabc3dffe647bc53f0a10 100644 (file)
@@ -3,7 +3,7 @@
  * fe-print.c
  *       functions for pretty-printing query results
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, 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 9ff73dbd58b22689d2ec2443385ab733e9493743..f1b90f32d438f5e64a8ec046c58532ad9ddcb765 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol2.c
  *       functions that are specific to frontend/backend protocol version 2
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0ccaf15ddfa1ba8ae06178f4762ff0213bb1448a..43898a45e37e4ecf62486a31f30bfb6c41332fe2 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol3.c
  *       functions that are specific to frontend/backend protocol version 3
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 45ad7321bbed4ecdfb47384eca8e24ea66308374..133546b7905730c5b720cfd05cedcff4d57d8226 100644 (file)
@@ -4,7 +4,7 @@
  *       OpenSSL support
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aa5af7340fe4297ba5623b4aceffdabe74edc482..94e47a50ed2d8af53fc3643a82e81b0c5f58c423 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0f1abbfbf1b37c63b15e1595bbc94a59ee231f26..6db3e943fd373e87814d06b261e8907c34e3a1bb 100644 (file)
@@ -3,7 +3,7 @@
  * libpq-events.c
  *       functions for supporting the libpq "events" API
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41521cb1682f790c3fa9b3a2c8c16833ba203cbe..e2bdb280ec614da762d3cad68521cdc9277d274b 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/libpq-events.h
index 3a521d428d12bf2566f261049307dfe13dd47400..6bf34b3e99586798ab1c5ff8f424365cd64ccda1 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/libpq-fe.h
index 98ea6b19477ed7b0be43dbf4f328216399106b02..6c9bbf77608bd2d6e4925e55d5317a0c1732da0d 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/libpq-int.h
index ed6248dcfad81418f7a5edc02792763d618d7767..e41a1a27f45e4af9871b12bef14f02fafb5dad09 100644 (file)
@@ -17,7 +17,7 @@ BEGIN
             VALUE "FileDescription", "PostgreSQL Access Library\0"
             VALUE "FileVersion", "9.6.0\0"
             VALUE "InternalName", "libpq\0"
-            VALUE "LegalCopyright", "Copyright (C) 2015\0"
+            VALUE "LegalCopyright", "Copyright (C) 2016\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libpq.dll\0"
             VALUE "ProductName", "PostgreSQL\0"
index 15a92e626dcb3645fcee5aa763a4eb051688f56c..8d82d5c3aee66e39c0769f309855b55b6fa56715 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/pqexpbuffer.c
index 0342c9649c598663cbfba0f68cb8c6cc29267ed8..ce87cd5b1ec3f2f6f34320f7227202eb913f224a 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/pqexpbuffer.h
index a6dfef5fdee964774ac4e7abd33b1e40f9e1d01d..68dfefc3b956affedae4b6896cd5f17be80ea365 100644 (file)
@@ -3,7 +3,7 @@
 * pthread-win32.c
 *       partial pthread implementation for win32
 *
-* Copyright (c) 2004-2015, PostgreSQL Global Development Group
+* Copyright (c) 2004-2016, PostgreSQL Global Development Group
 * IDENTIFICATION
 *      src/interfaces/libpq/pthread-win32.c
 *
index f61080a519b446db44b3cde825d380efcee344d1..bf1d9704c366f3f298921084177c22a156b69782 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/interfaces/libpq/test/uri-regress.c
index ee91f810219c8cd4c5d8f02c4b2794a1470a7401..06a39211e960a0ddeb475687c4335785b7b0cedd 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  */
index 813d4401bbbf7b56bbeab552c273a3346afc5a7b..9179bbd33909f6307c4b70c2cf87682779232f88 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This should be included _AFTER_ postgres.h and system include files
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/pl/plperl/plperl.h
index 3e9a1a493bdedf0461a48ddcc3e763b01db47331..6a60a13d81b996a1c61cf507ce615b1440ff2515 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the plerrcodes.h header from errcodes.txt
-# Copyright (c) 2000-2015, PostgreSQL Global Development Group
+# Copyright (c) 2000-2016, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 1ae4bb7e7cf6e41a671b86c102950f19cb0e2c95..ebe152dc251e44f7d824438ce4d2ed4af20a13cf 100644 (file)
@@ -3,7 +3,7 @@
  * pl_comp.c           - Compiler part of the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0b82e654244c635792bec4c62e64058cbcd7c608..9415321aec04917861b25ea7de639cf8e2958720 100644 (file)
@@ -3,7 +3,7 @@
  * pl_exec.c           - Executor for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1b29024832e46fee90e0d55ea1de668b64a17e65..27ebebce1e654d1521be595d2bc2c8cd9f1d419e 100644 (file)
@@ -3,7 +3,7 @@
  * pl_funcs.c          - Misc functions for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 841a8d61227c03be5bcba6ce3a6c447d3c416afd..b14c22d4570e29fd925164aa2164af15a431500f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * pl_gram.y                   - Parser for the PL/pgSQL procedural language
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 266c314068648c92eaf6f793a60ffaccb69cb778..04bfba3f211dadb7906c9f5547eeaf3eca96764c 100644 (file)
@@ -3,7 +3,7 @@
  * pl_handler.c                - Handler for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 683fdab2b4d95c305a32d2ec65bc0a562f43c060..bb0f25b18ce2fcadf47839a384d16f899170fc21 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical scanning for PL/pgSQL
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 696fb6155d1757a1474ee9721fe1acd2e6f58788..f4e9f62118f8aab6f06c47151b0cd3a65bc49216 100644 (file)
@@ -3,7 +3,7 @@
  * plpgsql.h           - Definitions for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b32937850d5b3412563421fa2bab577f7bbb5259..f424160c472e96153b59dd9e7bca2ca99f63298d 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the spiexceptions.h header from errcodes.txt
-# Copyright (c) 2000-2015, PostgreSQL Global Development Group
+# Copyright (c) 2000-2016, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index ea540af39e38666d15f1f98a46b567500c25f770..a5d0988f68d0f5b209f5115ae401f6835a2e1727 100644 (file)
@@ -2,7 +2,7 @@
  *
  * plpython.h - Python as a procedural language for PostgreSQL
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/pl/plpython/plpython.h
index 6d716c19110ece66316cf0b1677af445d7a61fba..a551fdc9efaead2c4f1ce4f2f91e006b411e88bb 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for handling locale-related info
  *
  *
- * Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f59e8ef947541982e9427e59ed568434347d150f..f97227ef1f09e49cc4605e577d5ac936ee9f0f16 100644 (file)
@@ -3,7 +3,7 @@
  * dirent.c
  *       opendir/readdir/closedir for win32/msvc
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d8b8a806996a5fcdc65aef949a6fa2dbf1eefde..8053d16ebfd4273ec24eed1812f42ea168affa27 100644 (file)
@@ -3,7 +3,7 @@
  * dirmod.c
  *       directory handling functions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     This includes replacement versions of functions that work on
index b9e376fb31f9b8f993796f581a5af6819bd22522..1ed13013980f1ca72c0f8af7bff13c7442005858 100644 (file)
@@ -3,7 +3,7 @@
  * fls.c
  *       finds the last (most significant) bit that is set
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 3d8e78162ea1782423cb857407f0e885e380113f..a75dfb7171d17328b7343d4914f1826db987152c 100644 (file)
@@ -3,7 +3,7 @@
  * fseeko.c
  *       64-bit versions of fseeko/ftello()
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 39e7d03d8048eb7fac3fe7a6a13dc32ffc84219a..90c1b877eb4a026702df4c2a4eafe2b80b9aad6c 100644 (file)
@@ -13,7 +13,7 @@
  * use the Windows native routines, but if not, we use our own.
  *
  *
- * Copyright (c) 2003-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/getaddrinfo.c
index 126b5c6d8df5a04c0e01cf4e8f537f55edd161f8..5f8c0beaa958535ba15c0cdd2423c851c50b2224 100644 (file)
@@ -3,7 +3,7 @@
  * getpeereid.c
  *             get peer userid for UNIX-domain socket connection
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5ac683566a8fa3bed01e9fa70613c17729f9c385..a6f1ef2681ea88f131236cf5c8fcac8692ff66b5 100644 (file)
@@ -3,7 +3,7 @@
  * getrusage.c
  *       get information about resource utilisation
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 23fab66523e5fb3db9ed6f328deac2fabd7bf8ba..7e8aabcc779e09869f52c2aab727fd6edaa16af1 100644 (file)
@@ -2,7 +2,7 @@
  *
  * isinf.c
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a9edd8dd631e9e2f0077a583b9307dad3880d9be..a5ca2e7d98126f441fa1e4412a9de305ba90f9c9 100644 (file)
@@ -3,7 +3,7 @@
  * kill.c
  *       kill()
  *
- * Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *     This is a replacement version of kill for Win32 which sends
  *     signals that the backend can recognize.
index c16790566f2ff69f04e7bb258b3741e607948444..821414553525ea58ddcf648759c4559e659021d2 100644 (file)
@@ -3,7 +3,7 @@
  * mkdtemp.c
  *       create a mode-0700 temporary directory
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 863c4107da22beb588ba843b703412fa2401142c..52e1d71d9d25c8d0cb9b3ac7c67a5981b94760a1 100644 (file)
@@ -3,7 +3,7 @@
  * noblock.c
  *       set a file descriptor as non-blocking
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a7f70db3d6e47ced921aab8def8262c9971cf060..717375dd640f8d748a684b62b16860c29c7633ff 100644 (file)
@@ -4,7 +4,7 @@
  *        Win32 open() replacement
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/port/open.c
  *
index d0f72df29c2fd9d8f669ee369ffbefc11083c034..a418f93896a0126565895fc838f34a2c799c7fa8 100644 (file)
@@ -3,7 +3,7 @@
  * path.c
  *       portable path handling routines
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5a297ae30c3a2786574c03a96c6ba544868175f3..ab9f8f9e358483e1e3061c653dd107caf6f1ed40 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 425c02ca07c3bc699cc510c50c29a78bf43bd336..2680e365ab3c0722af5ea0d5650276df7ccde437 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 150d4cb15b71bdce101b4920f33097fa5696b5cd..a7f96bb0f8f3ae8f643cb96b7b75fcfbf73e67c6 100644 (file)
@@ -3,7 +3,7 @@
  * pg_crc32c_sse42.c
  *       Compute CRC-32C checksum using Intel SSE 4.2 instructions.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7102f2c741f203e1c4c26c91663cd3d4d1138acb..15760dd92aa6f271c20c196b38d4ac27a35d589c 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 89a12b9da7c451e25053f6fc818844eede8b5a34..ef7f7aba6bad9b45b16f8296ba432de98d12f536 100644 (file)
@@ -4,7 +4,7 @@
  *        Portable delay handling.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/port/pgsleep.c
  *
index 5e8e46764de274550727dd224888c91eb670ee2f..ee87a65fb941eefd1a9e380e3c36181152ae5252 100644 (file)
@@ -18,7 +18,7 @@
  * C library thinks the locale is.
  *
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/port/pgstrcasecmp.c
  *
index 3e538d8c9851e8785b4a09a23b54edcc17717170..e5a73f2274840cc4a4c4d8f4ee0faf776781c991 100644 (file)
@@ -4,7 +4,7 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index feab56590340348b79e33a8697fb067252d197ff..5bab8e7e3df378c01bf6a7077aeb7b4cdf566878 100644 (file)
@@ -3,7 +3,7 @@
  * quotes.c
  *       string quoting and escaping functions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7383aba9d8c6c8203c21e1ceb23fd67d2d25433e..8786f8f1feb56c200d6d687d72043d6656916a81 100644 (file)
@@ -3,7 +3,7 @@
  * random.c
  *       random() wrapper
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 83b5ee10082b4357f7927f84f9b3163f853607d4..fd6f16ed305728b06cac5e484c720917f90188a1 100644 (file)
@@ -3,7 +3,7 @@
  * sprompt.c
  *       simple_prompt() routine
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index db58f4eaba144f8636d026195a93be37ca4e5a72..af00eb8dd1bff981ff3eec1fed50a19ae6a306c4 100644 (file)
@@ -3,7 +3,7 @@
  * srandom.c
  *       srandom() wrapper
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dbc2f11755a415f0b9eacc0cbe064df97bd610f8..6aff65c1909de2a1a86fcb6d1e05f1194c913181 100644 (file)
@@ -3,7 +3,7 @@
  * strlcpy.c
  *       strncpy done right
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 05e19d7d778ea859d23373344797268aee477ccf..f685a4e0b2d863700df4a24324837ac4f2b0009a 100644 (file)
@@ -28,7 +28,7 @@
  *      quote character on the command line, preserving any text after the last
  *      quote character.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/port/system.c
  *
index c1295cfc1f6749bdf9121274b00fa4accd4e03e7..ed908bab36241f2ea114247d65e150d7ea94b99b 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * src/port/thread.c
  *
index 4a554ad06f89be97cee170b40f2ca2b3215bd426..bb7ab4300be417516bb362dfc42b9dfccd4873ee 100644 (file)
@@ -3,7 +3,7 @@
  * unsetenv.c
  *       unsetenv() emulation for machines without it
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 923cd03a21531105b96ab44c5c1f97ad18f65e1a..536f6466ad80d81836427cdb22cb7cfd2501a921 100644 (file)
@@ -5,7 +5,7 @@
  *       environment and the cached versions in (potentially multiple)
  *       MSVCRT.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d76504e978c0a64bf6c379b1c24d1873e25eb9fe..cf6522547ebf8fce047ec580488d94dfea21ec84 100644 (file)
@@ -3,7 +3,7 @@
  * win32error.c
  *       Map win32 error codes to errno values
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/win32error.c
index ca9d5906975ae2f02a1c39c6cdbf74ddf487b31f..4abc7aa270ea0c787681dbeba1217d0dc254d63d 100644 (file)
@@ -3,7 +3,7 @@
  * win32setlocale.c
  *             Wrapper to work around bugs in Windows setlocale() implementation
  *
- * Copyright (c) 2011-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/win32setlocale.c
index e8a04837c1700071fb7e21364084ffd15cdf2cc0..c21b74c0178837301557ebf5c33006854855ee40 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-2015, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
+   VALUE "LegalCopyright", "Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
    VALUE "ProductName",      "PostgreSQL"
    VALUE "ProductVersion",   PG_VERSION
   END
index 4700aad0ac6975cec4d46d3b3c93a0a110a2c362..557a673076b404fc79bc5d86ed3dbdbe5b75165d 100644 (file)
@@ -3,7 +3,7 @@
  * testlo.c
  *       test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4ce52f2e9c204b7e55708cc727580fb1cfe10a90..2b970d91a42349cf9b220c22d4b4e70ed9311035 100644 (file)
@@ -3,7 +3,7 @@
  * testlo64.c
  *       test using large objects with libpq using 64-bit APIs
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 80ecb82a85de26e632e8c09bd3a7db8bca4051d9..ac951f2df2cd1a87a393d34f4fbc615c1a6f06a0 100644 (file)
@@ -2,7 +2,7 @@
  *
  * isolation_main --- pg_regress test launcher for isolation tests
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/isolation/isolation_main.c
index 612fec53c49429170ccf640e046d93a37d83fca0..0a213edabec464a4c1e57f26e1371c2358f47232 100644 (file)
@@ -3,7 +3,7 @@
  * isolationtester.h
  *       include file for isolation tests
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e04c059433fbb7584835383ec21476177c417a18..fce6cc6c940e196c32154ed1892710c68ac439fa 100644 (file)
@@ -4,7 +4,7 @@
  * specparse.y
  *       bison grammar for the isolation test file format
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index df592369e59d61256986e13d538f10fb566a4d87..675bd21f1755aa3b66a18c691b599bd2b7e130ec 100644 (file)
@@ -4,7 +4,7 @@
  * specscanner.l
  *       a lexical scanner for an isolation test specification
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index a4921cdff2235b4f0e56883b33c3af40f0648934..b3ef636c4eb6bfead14c7ab5af1cc9eb75891723 100644 (file)
@@ -7,7 +7,7 @@
  * perspective, but allows regression testing independent of platform-specific
  * features like SELinux.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #include "postgres.h"
index 82e6c3c4b9a53d767f4c0b378c51fe54ee3c093a..ce637f19babe84c978fe53bb2ab635226d744033 100644 (file)
@@ -3,7 +3,7 @@
  * test_parser.c
  *       Simple example of a text search parser
  *
- * Copyright (c) 2007-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/test/modules/test_parser/test_parser.c
index 4d6849e34e535a0b48c6e219e5228d042a056db8..204099a66183316d75b3ccb1b593d4b16898a0cf 100644 (file)
@@ -3,7 +3,7 @@
 # GNUmakefile--
 #    Makefile for src/test/regress (the regression tests)
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/regress/GNUmakefile
index dd65ab5a949a77487367fe4fac75979c7362c23f..a1902fe1271648fb3e877da511f1393843e04ee3 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/pg_regress.c
index 0fc9db701353d557e15d52c8e2f6edb83d6de2f9..51442e04251b782babc57b6ad46cd6485b5d0ceb 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  * pg_regress.h --- regression test driver
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/pg_regress.h
index 860431b24a453817bc030583689448406050427e..d9591c0608c931225151204bb8346cb0d66078d7 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/pg_regress_main.c
index 476975f391afc9e29aacd0f9de862e26ebfaa8bb..bb306290d3ed69ecea20a8d21497c15c41b77610 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/regress.c
index d9fd29a1b6ad404e19d8a49258999b050509f0f2..39fb3e948d74dd886424c1e81c1cb5ba1ff857be 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/test/ssl
 #
-# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/ssl/Makefile
index 0d1286d729e862802493e5633c6e9049df3f6c71..4c9bdec997e2d7b661e4944e94bcf3c570924167 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for tools/thread
 #
-# Copyright (c) 2003-2015, PostgreSQL Global Development Group
+# Copyright (c) 2003-2016, PostgreSQL Global Development Group
 #
 # src/test/thread/Makefile
 #
index 558b0f9675eae091c656357a8f5d33271712c6bc..26d1949dc420b7ddf31c843a4dd8ef643e7bdc41 100644 (file)
@@ -3,7 +3,7 @@
  * test_thread_funcs.c
  *             libc thread test program
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/test/thread/thread_test.c
index d38e3ae6c5e8bcb9d192cba3ce4d420e685f6df8..baf9733395d73d200ed7502304cbd8caf0a754a1 100644 (file)
@@ -3,7 +3,7 @@
  * pgtz.c
  *       Timezone Library Integration Functions
  *
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/timezone/pgtz.c
index 5d6084327c861ac7903a07287dd5af295aa70dc8..ad93291d0ac98ac4d4dd3dc23d890f841a120362 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-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/timezone/pgtz.h
index fdfd4e06519c5c9efcab7f2ec3e12cd925e78cbd..dd220d6b984a7f36b0f6592744fa50e1a26f2afa 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-2015, PostgreSQL Global Development Group
+# Copyright (c) 2011-2016, PostgreSQL Global Development Group
 #
 # src/tools/check_bison_recursion.pl
 #################################################################
index 04917e7991b5840b5ffe64d23f52ce53606a5ba0..f52150b1240c8aa1be4ae1069fa8e2c9e993f220 100755 (executable)
@@ -2,7 +2,7 @@
 #################################################################
 # copyright.pl -- update copyright notices throughout the source tree, idempotently.
 #
-# Copyright (c) 2011-2015, PostgreSQL Global Development Group
+# Copyright (c) 2011-2016, PostgreSQL Global Development Group
 #
 # src/tools/copyright.pl
 #
index 14a4149ae36e9e1e0905d8d7b4dca4dfcacb3662..b1785ced6b3686e9eaf4ed093c475adfc554d1ba 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/tools/findoidjoins
 #
-# Copyright (c) 2003-2015, PostgreSQL Global Development Group
+# Copyright (c) 2003-2016, PostgreSQL Global Development Group
 #
 # src/tools/findoidjoins/Makefile
 #
index 236122a1e4cf9dd8f937b37ac5decb8d2df9cd34..1e59772b1a5191fa1d8190b1193bbe4469b3d1bb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * findoidjoins.c
  *
- * Copyright (c) 2002-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2016, PostgreSQL Global Development Group
  *
  * src/tools/findoidjoins/findoidjoins.c
  */
index 2dbf0ae1980b4e03282602c161f8ed4f56277365..231f3889015df915b06d6cdd0bb03bbdf2fc940a 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/tools/ifaddrs
 #
-# Copyright (c) 2003-2015, PostgreSQL Global Development Group
+# Copyright (c) 2003-2016, PostgreSQL Global Development Group
 #
 # src/tools/ifaddrs/Makefile
 #
index 607649a31a45f0cbe777a3b70fe902b76e95220d..cc685453dd607c340474a92d42992c884976351d 100755 (executable)
@@ -3,7 +3,7 @@
 #################################################################
 # version_stamp.pl -- update version stamps throughout the source tree
 #
-# Copyright (c) 2008-2015, PostgreSQL Global Development Group
+# Copyright (c) 2008-2016, PostgreSQL Global Development Group
 #
 # src/tools/version_stamp.pl
 #################################################################
index ea33ac59eb529a30909d868eab8e7e1831a42cf2..39762054460c66aa40eeae73c7accc843118c76c 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # win32tzlist.pl -- compare Windows timezone information
 #
-# Copyright (c) 2008-2015, PostgreSQL Global Development Group
+# Copyright (c) 2008-2016, PostgreSQL Global Development Group
 #
 # src/tools/win32tzlist.pl
 #################################################################
index 0446e4284e7af9cf36ce86ead7cb35eee38e0a8a..1d910b8b4511b3ec8b2dadfe62df55d87b649159 100644 (file)
@@ -5,7 +5,7 @@
 --    use this new type.
 --
 --
--- Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- src/tutorial/complex.source
index 7907cca6e1d80b38da8edca4e6b91ade463c7553..926ed63b63513ce2804afd323705bb76653e7827 100644 (file)
@@ -4,7 +4,7 @@
 --    sample queries to the system catalogs
 --
 --
--- Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- src/tutorial/syscat.source