Update copyright for 2016
authorBruce Momjian <[email protected]>
Sat, 2 Jan 2016 18:33:40 +0000 (13:33 -0500)
committerBruce Momjian <[email protected]>
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 <[email protected]>
  *
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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
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 <[email protected]>
  *
- * 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 <[email protected]>
  *
- * 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..4007b765bf8fcce9e3dd