Update copyright for 2015
authorBruce Momjian <bruce@momjian.us>
Tue, 6 Jan 2015 16:43:47 +0000 (11:43 -0500)
committerBruce Momjian <bruce@momjian.us>
Tue, 6 Jan 2015 16:43:47 +0000 (11:43 -0500)
Backpatch certain files through 9.0

1377 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/isn/isn.c
contrib/isn/isn.h
contrib/pageinspect/brinfuncs.c
contrib/pageinspect/fsmfuncs.c
contrib/pageinspect/ginfuncs.c
contrib/pageinspect/heapfuncs.c
contrib/pageinspect/rawpage.c
contrib/passwordcheck/passwordcheck.c
contrib/pg_prewarm/pg_prewarm.c
contrib/pg_stat_statements/pg_stat_statements.c
contrib/pg_trgm/trgm_regexp.c
contrib/pg_upgrade/check.c
contrib/pg_upgrade/controldata.c
contrib/pg_upgrade/dump.c
contrib/pg_upgrade/exec.c
contrib/pg_upgrade/file.c
contrib/pg_upgrade/function.c
contrib/pg_upgrade/info.c
contrib/pg_upgrade/option.c
contrib/pg_upgrade/page.c
contrib/pg_upgrade/parallel.c
contrib/pg_upgrade/pg_upgrade.c
contrib/pg_upgrade/pg_upgrade.h
contrib/pg_upgrade/relfilenode.c
contrib/pg_upgrade/server.c
contrib/pg_upgrade/tablespace.c
contrib/pg_upgrade/test.sh
contrib/pg_upgrade/util.c
contrib/pg_upgrade/version.c
contrib/pg_upgrade_support/pg_upgrade_support.c
contrib/pg_xlogdump/compat.c
contrib/pg_xlogdump/pg_xlogdump.c
contrib/pgbench/pgbench.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/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/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_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/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/transam/clog.c
src/backend/access/transam/commit_ts.c
src/backend/access/transam/multixact.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/execJunk.c
src/backend/executor/execMain.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/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/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/tstoreReceiver.c
src/backend/foreign/foreign.c
src/backend/lib/binaryheap.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/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/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/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_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/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_lzcompress.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/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/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/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/pgfnames.c
src/common/psprintf.c
src/common/relpath.c
src/common/rmtree.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/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/subtrans.h
src/include/access/sysattr.h
src/include/access/timeline.h
src/include/access/transam.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/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_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_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_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/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/username.h
src/include/datatype/timestamp.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/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/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/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/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/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/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/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/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/dest.h
src/include/tcop/fastpath.h
src/include/tcop/pquery.h
src/include/tcop/tcopdebug.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/array.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/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/lockwaitpolicy.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_crc_tables.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/ruleutils.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/gethostname.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_crc.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/specs/nowait-2.spec
src/test/isolation/specs/nowait-3.spec
src/test/isolation/specs/skip-locked-4.spec
src/test/isolation/specscanner.l
src/test/modules/commit_ts/commit_ts.conf
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 9660827d7f76286a0a46e130a433088b841534f2..6fba6e7e1353a504a9916268d5f3b452294aba94 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-2014, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index 7594401f03b173b42f7ab0b226dab0c6b1914aad..2a8c4fd1f281e5d5ee67442d02491a3e13318e42 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-2014, PostgreSQL Global Development Group
+# Copyright (c) 1996-2015, PostgreSQL Global Development Group
 ## -------------------- ##
 ## M4sh Initialization. ##
 ## -------------------- ##
@@ -1616,7 +1616,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-2014, PostgreSQL Global Development Group
+Copyright (c) 1996-2015, PostgreSQL Global Development Group
 _ACEOF
   exit
 fi
index 0dc3f189c556a6e8bbeb4e5745e985d001c21ee9..8ca03ab4ae86921627529b92737831ff2139b84a 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-2014, PostgreSQL Global Development Group])
+AC_COPYRIGHT([Copyright (c) 1996-2015, 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 8193b1f1d0cd68ab885c18de7acf117c1699c02b..2937a9caca026fda4a0cd9cfedb56c15b7dd4ecb 100644 (file)
@@ -3,7 +3,7 @@
  * adminpack.c
  *
  *
- * Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2015, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index d5fa6ac2d3136e788523cda8e45846f236a37e79..179b33a79387c1230e7009ca0e8b7d9bca9a3a8d 100644 (file)
@@ -3,7 +3,7 @@
  * auto_explain.c
  *
  *
- * Copyright (c) 2008-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/auto_explain/auto_explain.c
index 18ae318cd3b581d203e6c565c639b708b65007e6..2d66f3fe41382f93ede124c9ae34752456fa92d2 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
  * contrib/dblink/dblink.c
- * Copyright (c) 2001-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2015, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 270d619ed6caa372ec0ff754c0f868bf19c1b246..de6c06df8e82b6050c5246ab60401c18cbbdd182 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
  * contrib/dblink/dblink.h
- * Copyright (c) 2001-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2015, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index be24aa7b22d6f83cd1bc5b5c2b56210c0319a6a8..73cb73de9bed60777c731dd8689da0fbdda586bc 100644 (file)
@@ -3,7 +3,7 @@
  * dict_int.c
  *   Text search dictionary for integers
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/dict_int/dict_int.c
index 1c27565f5edeb8a0f5c2be06d136e8bcc73ac88b..dacb2cc63877d6a1936ecc4f386c326370d85972 100644 (file)
@@ -3,7 +3,7 @@
  * dict_xsyn.c
  *   Extended synonym dictionary
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/dict_xsyn/dict_xsyn.c
index 5a4d5aac2156709e3c6398b45a8a7c7741639319..d5697602117c26aab1c3ca71d9dc2cb808c23a84 100644 (file)
@@ -3,7 +3,7 @@
  * file_fdw.c
  *       foreign-data wrapper for server-side flat files.
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/file_fdw/file_fdw.c
index f0df08032b697d94ead57dcecc097ffce675e60b..b48edb05ba69b9f0c5709b6aec703fc00231b4ad 100644 (file)
@@ -6,7 +6,7 @@
  * Joe Conway <mail@joeconway.com>
  *
  * contrib/fuzzystrmatch/fuzzystrmatch.c
- * Copyright (c) 2001-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2015, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * metaphone()
index 11247449799a816be166ea31e041ec1b54574695..903b9378d84bf5004c40254058dd0ae9983bc356 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/isn/isn.c
index aca00d8ffa5bee5584f1622323b01eda915e8378..4548eafea98f6a10b98dcb274345e332c25b5f08 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/isn/isn.h
index 359fc1d3ac6323d0c1bfb0ed68ff685c1e835814..630dda455e7515c280a5b59f0b33742d03d2d8a5 100644 (file)
@@ -2,7 +2,7 @@
  * brinfuncs.c
  *     Functions to investigate BRIN indexes
  *
- * Copyright (c) 2014, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pageinspect/brinfuncs.c
index 8c1960445aef3fed2cbc0dd93094190a8b5dc93e..ad3881974f04d116068921d7a23237f5becbaeea 100644 (file)
@@ -9,7 +9,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/fsmfuncs.c
index 6c47d1cd0d50a6011b571a6ba48f78312b082b03..701b2ca763c94507372534b931db9d12c9164b8c 100644 (file)
@@ -2,7 +2,7 @@
  * ginfuncs.c
  *     Functions to investigate the content of GIN indexes
  *
- * Copyright (c) 2014, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pageinspect/ginfuncs.c
index dedc8feaeb1cc5ccdd2b654a07914d15d1d96edb..c8876f3dbca5843d55cb12ef66076e67e4e02bf8 100644 (file)
@@ -15,7 +15,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/heapfuncs.c
index fe60fadaf30dc51ba181e6849f0946ba83fde606..1dada098af93e01ee980e1c03df94eee59245f70 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Access-method specific inspection functions are in separate files.
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/rawpage.c
index e4ad3a3892d5f38066e8a1991cfd7526e579f4f4..78c44b2d05c7b70c6ad4ca0f5c22bdc4b3f8f8c8 100644 (file)
@@ -3,7 +3,7 @@
  * passwordcheck.c
  *
  *
- * Copyright (c) 2009-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2015, PostgreSQL Global Development Group
  *
  * Author: Laurenz Albe <laurenz.albe@wien.gv.at>
  *
index 32c724e5ce2fded164be54deefaee289b16c5197..d81f93bba7951cd3c87070d2b13bb50367d26d25 100644 (file)
@@ -3,7 +3,7 @@
  * pg_prewarm.c
  *       prewarming utilities
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pg_prewarm/pg_prewarm.c
index 799242ba6a7ef6f159f414bf3fc90bcfe7a25e8b..2629bfca34f1b77793bcf37b9bd7f5cc269b2a5a 100644 (file)
@@ -48,7 +48,7 @@
  * in the file to be read or written while holding only shared lock.
  *
  *
- * Copyright (c) 2008-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pg_stat_statements/pg_stat_statements.c
index f7a73cb72c214f29d225670667bba907b4bf1c3d..529e1dbfe976fb799ac8712da12c8a0bf8d4fe02 100644 (file)
  * 7) Mark state 3 final because state 5 of source NFA is marked as final.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 56db0dd654000ec61c5d0a65996cd0a3b9b63a06..87e9031ab4ca7630ccc2609354a9bd195d3fbd56 100644 (file)
@@ -3,7 +3,7 @@
  *
  * server checks and output routines
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/check.c
  */
 
index 4e9d5948fae010909716ef904a99b035ca2b8d0e..a02a8ecaa2391ac31a76eb2bc478ea149ff98cb8 100644 (file)
@@ -3,7 +3,7 @@
  *
  * controldata functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/controldata.c
  */
 
index e623a2263277262fd15a52671df4ae2f89431907..941c4bbdd75a965ae9c8d48890866ebedac0dbbb 100644 (file)
@@ -3,7 +3,7 @@
  *
  * dump functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/dump.c
  */
 
index c177288255681ecd0000d2c6188c4022ed95e96c..bf87419b18734ef13b6cd58d1082083e5ee5fbd3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * execution functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/exec.c
  */
 
index ab9d1edcb6d86f26efb9d018ce8848403fd3e8a6..5a8d17ae0f499cd06ad13e3220693828e409840a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * file system operations
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/file.c
  */
 
index a4dec6ea88ac3a3e6933c2486aa71d49b95eb4c3..deffe046474d6cf9fe7c8fdfc3b2a6bb4adb95be 100644 (file)
@@ -3,7 +3,7 @@
  *
  * server-side function support
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/function.c
  */
 
index c347dfc49326aee3687cc5be7b3c47534d4d2ea7..12549342707f78d69fa2d322bba7d59ce70bf662 100644 (file)
@@ -3,7 +3,7 @@
  *
  * information support functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/info.c
  */
 
index cfc88ec03be63daf30480e0fb6e08ed20fa426a3..9b387be21d7ec2954e42ae9ca947fc24292fee08 100644 (file)
@@ -3,7 +3,7 @@
  *
  * options functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/option.c
  */
 
index 6354cec2b0f0b22a3dfb4f0e868d96e6e74b35bf..1cfc10f8a2ae1c1edf3887a0badc20629a8f38b3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * per-page conversion operations
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/page.c
  */
 
index 5d2565d44100e5b7d75fe8ce1a9d73704a0d4f23..6da996559a4916a657286a55a49487a3b55c333b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * multi-process support
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/parallel.c
  */
 
index dd1113ecc259428b2bd10f430efddd27f9b91f22..ed7de809c8ee2c5abc3b17614ba39b7c01afcb8b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * main source file
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/pg_upgrade.c
  */
 
index c3b81e4a08308b317aa14ac8e76c91cabecd2f3e..19d59f523740124bcff3be5715d0259ff831d601 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * pg_upgrade.h
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/pg_upgrade.h
  */
 
index aa6aafde5e97d70ff1673599a56197fed388c038..70753f233dcb101aa99afae0c628cd915640630c 100644 (file)
@@ -3,7 +3,7 @@
  *
  * relfilenode functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/relfilenode.c
  */
 
index fc0d22e2df7e3f61e763cbfadbea0f125ee28b2c..c5f66f096329a7201a403228f0e88222b9f09628 100644 (file)
@@ -3,7 +3,7 @@
  *
  * database server functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/server.c
  */
 
index 68e9cb241c75dbc0bb42a976733238d7e77de717..eecdf4b298367d059e8b0b4a68681ef6a9658c23 100644 (file)
@@ -3,7 +3,7 @@
  *
  * tablespace functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/tablespace.c
  */
 
index 3bda7904aaf3264ac67539b75ada4f902bf871fd..75b635799de7f96e9ffcb2682ee2fb3aa9fefc57 100644 (file)
@@ -6,7 +6,7 @@
 # runs the regression tests (to put in some data), runs pg_dumpall,
 # runs pg_upgrade, runs pg_dumpall again, compares the dumps.
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 
 set -e
index 79da8d7920e1cc85b5703cb9ce2bddaf527a051c..ec18526d96ef5956358da1b01926d285bc454127 100644 (file)
@@ -3,7 +3,7 @@
  *
  * utility functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/util.c
  */
 
index 0f9dc079b21e699ab1ba8dce3cd2e3275b8b9d81..4ae9511d04526447231a43736320eeffe33b745d 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Postgres-version-specific routines
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/version.c
  */
 
index beaee7611df7b266794f8a42fd959e78957d2e19..f477973449bca1bcbd54315e8691cb79ea04045d 100644 (file)
@@ -5,7 +5,7 @@
  * to control oid and relfilenode assignment, and do other special
  * hacks needed for pg_upgrade.
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade_support/pg_upgrade_support.c
  */
 
index 6ca7012fd906bc80b4d2e1da7dc2537b8acefd83..4f5cad67060de733e62ca4337625008fd16e53de 100644 (file)
@@ -3,7 +3,7 @@
  * compat.c
  *     Reimplementations of various backend functions.
  *
- * Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pg_xlogdump/compat.c
index 03fbe46fc469651656e1317b6af0c38b26659216..c1bfbc261ac5d9a04aa47d9cbfad0ce50a5fa2b4 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_xlogdump.c - decode and display WAL
  *
- * Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pg_xlogdump/pg_xlogdump.c
index 2761d1d68fb9ce91cc1730148415b5a53e0076b7..25616ceff671d5789ccab416abe5d70591f377a8 100644 (file)
@@ -5,7 +5,7 @@
  * Originally written by Tatsuo Ishii and enhanced by many contributors.
  *
  * contrib/pgbench/pgbench.c
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 61216e5cc03ad8be517ffe0066be85ebe2a5ee0a..4e02cb289dfe6196e110887bf980889d85eba21c 100644 (file)
@@ -3,7 +3,7 @@
  * connection.c
  *       Connection management functions for postgres_fdw
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/connection.c
index a75462b02afbf9f588d6bb7c782e6fb92d863907..59cb053e4f4c5a02167e14ea71eee43867c02bdb 100644 (file)
@@ -23,7 +23,7 @@
  * the foreign table's columns are not marked with collations that match the
  * remote table's columns, which we can consider to be user error.
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/deparse.c
index 65e7b8946a3e54d41c064e857e26e374fe8d473d..7547ec28172e057f317a8cc782a6c795f09ad091 100644 (file)
@@ -3,7 +3,7 @@
  * option.c
  *       FDW option handling for postgres_fdw
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/option.c
index c3039a6480e0d8f4d98f8595ac968002efb2a415..d76e739f0807f3b6319549cfb83a64ab261212da 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.c
  *       Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/postgres_fdw.c
index 0382c5572fc7cb4e4a8c63b68892615546615f11..950c6f79a22a75acdba6d8338d66fd8ffcb67ce1 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.h
  *       Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/postgres_fdw.h
index cc8b31eb74508db3b3c3d8e63404b16e92b24912..b5cfcfe0e49c272321c529ebe918430928e0539d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to database objects
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 9e9fa047461db999565fb9e978678aa056d66b20..36c6a37ac13fcd3fd60c408d1f31310dcff7c890 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to handle DML permission checks
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 16e72b27ec2099560e00a01f1597cb457061aad8..6cb3bf2ef54e08e0e5961ebb327b5c36c5314841 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 2682b37864aa61a44a0733a621c814e2ac24ab00..5e8705131c0b6a2f2f63dfa5d9827e166336d195 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to support SELinux labels (security context)
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 62a6c2737d2043f4ae74955dbe3bfaee8dd12c92..c0c3ab75d75075ff1b6bbc99d3d856fb3833ff45 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # A wrapper script to launch psql command in regression test
 #
-# Copyright (c) 2010-2014, PostgreSQL Global Development Group
+# Copyright (c) 2010-2015, PostgreSQL Global Development Group
 #
 # -------------------------------------------------------------------------
 
index 1880eb43fa52ce50e80fb8bca3f4ae33b98c8292..c55b2a0f9e46ef90e7e192802fac4e679ea2e07a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to procedure objects
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 14c877ea3218d10da015bc01801ea26c25d44c64..6732ef85884f126241e83f63884209c534c75900 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to relation/attribute objects
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index fc103b0260f63ade33bdf0be9b914181ebe8d969..8b2b054c7e0398b4f7268eb1070f473a6da2c746 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to schema objects
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index b7a1083ee62cd0ca2e08190a0a9506121680dd78..e0912795fa3eb766326263f55e1dea6793d3ae22 100644 (file)
@@ -5,7 +5,7 @@
  * Interactions between userspace and selinux in kernelspace,
  * using libselinux api.
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 6dadb1dea57ce6f550ff1b9e24dea4c282e8dc13..46ca2279f4b45fbe4ba35b53e54642ae880d2063 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Definitions corresponding to SE-PostgreSQL
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index b014b01f36c452fd30b989a3394aca14a38a2b1d..428bf89d7ee7cd67a8cbcc2a615a43cc95f35848 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-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 10ee8c76dbe4cd3854a4d000a6ff66af52599646..3388fab9a425eb55e48bca8bd2a17292281b99ec 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2015, 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 a983bab2ee5bed0184e09209cce827bb25e442f6..911a69bfadc564ae0bdaf99943a8e3e670058f52 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2015, 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 7ad2898308ff720c65b46efd2d8962413c1bd179..af1ba920a611fbf3f85d25b183e7ffe01d343add 100644 (file)
@@ -3,7 +3,7 @@
  * tcn.c
  *   triggered change notification support for PostgreSQL
  *
- * Portions Copyright (c) 2011-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2011-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fdbd313cda5b5cec0580449e8557c03650293175..963d5df9dae19b32748258e3337f1a08291c3cad 100644 (file)
@@ -3,7 +3,7 @@
  * test_decoding.c
  *       example logical decoding output plugin
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/test_decoding/test_decoding.c
index bd30d875158dbe5b9f283856d77a8d76eb4c39b9..143dabba407d6e34670f80e785dd5434a1b4c12b 100644 (file)
@@ -3,7 +3,7 @@
  * tsearch2.c
  *     Backwards-compatibility package for old contrib/tsearch2 API
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7c4072ed93092d4b949c9f3366261c362175f646..eafb4107b0d0f0efb22407b46c1d9f02812b396f 100644 (file)
@@ -3,7 +3,7 @@
  * unaccent.c
  *   Text search unaccent dictionary
  *
- * Copyright (c) 2009-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/unaccent/unaccent.c
index db0c6a97aa3efc7ab120f822bd7a9ebda997300a..06fd0c7daac719f2ffcc8eb861c44965565b36de 100644 (file)
@@ -2,7 +2,7 @@
  *
  * UUID generation functions using the BSD, E2FS or OSSP UUID library
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * Portions Copyright (c) 2009 Andrew Gierth
  *
index c2e5bad438b6184159db5162d73cfd8773a423ea..43130dca8afcf181a990dd1bdfe260896c2d3fa8 100644 (file)
@@ -3,7 +3,7 @@
  * vacuumlo.c
  *   This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 156db523e729f2fe4b98040fdaca64672cb93ebc..a7e630ecad4b0852fa0ea66211a7e64f7ff5c2b4 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes-table.sgml file from errcodes.txt
-# Copyright (c) 2000-2014, PostgreSQL Global Development Group
+# Copyright (c) 2000-2015, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 1bd42fa6b8d91368a01500d5a8322b0688ca413a..6b9f4dbc9592b965c1d76f9fe002f4f8dffa2c16 100644 (file)
@@ -1,9 +1,9 @@
 <!-- doc/src/sgml/legal.sgml -->
 
-<date>2014</date>
+<date>2015</date>
 
 <copyright>
- <year>1996-2014</year>
+ <year>1996-2015</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-2014
+  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2015
   by the PostgreSQL Global Development Group.
  </para>
 
index c0174b71bee76f95d8b462706251ca6de5c826cf..d6fb8c5ac4f40eda8435dbcb4e87f61ce1a9653f 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 870a02292fcc9ce4f4f99cade49836d8f8876a51..4f0ea3f60c3a25f92fca62ea498d10f583a3d8d2 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for the postgres backend
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/Makefile
index 15d1f9d2b6a2f70732c9dc712d5f3e43fc1482c9..c93422ad6132be0df55b3dc7ff2078ccf3389746 100644 (file)
@@ -4,7 +4,7 @@
  *
  * See src/backend/access/brin/README for details.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 009f199a6b782096b1323120135528179d786321..68ea7d533576d39ec6b902132d1666ad533fc302 100644 (file)
@@ -2,7 +2,7 @@
  * brin_minmax.c
  *     Implementation of Min/Max opclass for BRIN
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0b6fbeb603cd49117ee58832709dc0ff4c614a72..4e9392bd8242aae1db0345e626a28482cb291f0a 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.c
  *     Page-handling routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index adc7d0b8473bc2b8f129ef152c4e94229ba6508a..5e4499d15ae366b08909b2c2b9898dde3224f069 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index af649c00afc277f3767f22d5aca5e5bd7dfbb2b1..93f00f6a8fe0b977b6a616cc4552fe220793d71f 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e6a1750975327c4dd6f313841aa1e4f35822b62c..49261aa1f160ed40cf007f95a199a77137defaee 100644 (file)
@@ -2,7 +2,7 @@
  * brin_xlog.c
  *     XLog replay routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 009ebe7a1cbfb0d5fb4f76578e7831ae6b2dd863..867035da7da5badffa46916842052042c0ed7a07 100644 (file)
@@ -45,7 +45,7 @@
  * and we'd like to still refer to them via C struct offsets.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8d9a89303891fae171a4f081ab5af946daf7017e..dc588d7734ea1ec767869df5820b58a751969837 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c7fa727485c69fe30ce2a1abc77c92c7d51dff02..baed98154fc628978b5282d0a19f4f4b2ed209f9 100644 (file)
@@ -5,7 +5,7 @@
  *   clients and standalone backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c16b38eed8bcbbce40985636bdb3ae0c478ba47c..f008fab8211705a2c73917e51dd8d8039b065267 100644 (file)
@@ -3,7 +3,7 @@
  * reloptions.c
  *   Core support for relation options (pg_class.reloptions)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85c31c49c1a23bd75451b096fa1bdd1948601678..ca1a5a7b9607e330f414af98d8d47bafdcc804a0 100644 (file)
@@ -3,7 +3,7 @@
  * scankey.c
  *   scan key support code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2e48b32ba3baee3f228802e86d072fe91fbece0d..945a6a2065b9da9664726f41531222b3c5c2ed22 100644 (file)
@@ -9,7 +9,7 @@
  * executor's "junkfilter" routines, but these functions work on bare
  * HeapTuples rather than TupleTableSlots.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f3b36893f78927a2ff3ee45fca01547874dbefb9..41d71c85c9cca8b03553f5c9c3c4e8ff9fc20860 100644 (file)
@@ -3,7 +3,7 @@
  * tupdesc.c
  *   POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 66cea28113a37e963f269efe692f7448de693d77..9c26e778662fcd25d4f2165b7f197292195199fc 100644 (file)
@@ -4,7 +4,7 @@
  *   support functions for GIN's indexing of any array
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 99f40a871f0f4656eaf809f69ca076d975121d0b..5b6aa93e2c5987bd828a64f330a870e364d30390 100644 (file)
@@ -4,7 +4,7 @@
  *   page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3af027187ac485807941dbbb6fbbf977f6acc1af..e40e5be36bc77f2c6b7cc0863a0aaa93f08fd529 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for fast build of inverted index
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 012225eaa35b90032cab677c42d4da7bd18e665b..8e81f6c8687b9d313136ea85229de76e335d3ea5 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for handling GIN posting tree pages.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2dae7b95499f3eb544d6b1dcbdf720f99a645278..9997eae1bcdedff4cdff1db12e4e2f520ca00281 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for handling GIN entry tree pages.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f559a2f3d80e6aaa34b041e4643e5fec5d06e4a1..c5732c3dc030ad6be789d424a09a09de9b216c48 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 144ed504dc28e40bb54ac0ac5691824c0e49a55c..3494d6b0b58a75adfcc3cae2c667286dec252127 100644 (file)
@@ -4,7 +4,7 @@
  *   fetch tuples from a GIN scan.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c1ad0fd8c4db24b244d71679c9418d22a3c01f83..cc8d9d92ee918e39b21a4f89ac5b37303c203e1f 100644 (file)
@@ -4,7 +4,7 @@
  *   insert routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 052abd2bd8e0e906627904368daac0f82ee1200e..a0cfc9c76eda8e9ef9217efee23d83d4a8d83667 100644 (file)
@@ -24,7 +24,7 @@
  * is used for.)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ea59dea13d11d7096da87f4adca19445eca7a6eb..6337b1a8fce27da9a5de1f09c4205e15a5c43e66 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for dealing with posting lists.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 66c62b2e32a2dcf3c57a07605833615f00f5c51d..7ab795ce0d6dfd2c69af1480a597340e9a4de525 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to manage scans of inverted index relations
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f593a7224f2d871ec0c17ea08d6c47a5c6da908d..445466b4477a5a2213a8a959b504de51efe27a5f 100644 (file)
@@ -4,7 +4,7 @@
  *   utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6f32600ed7967a6057f71acd902773aa002179b0..9e76df36129f0497637bf295ce8e2428532e1a22 100644 (file)
@@ -4,7 +4,7 @@
  *   delete & vacuum routines for the postgres GIN
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6c0042bd7956587c46600dac04d748eb23800238..bea7055604fee07588815f0fce1b04d8f0e2b8ef 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for inverted index.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2141045f994be5ff8089071aad1c254fa21adfa6..db2a452a4abb10e85d45d7cbc144ce27a854ecec 100644 (file)
@@ -4,7 +4,7 @@
  *   interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 09a9df4974b008019a70171e9a7d43d11c998aa9..ff888e2e01d299f53e9bd59dd8803d15ed647b93 100644 (file)
@@ -4,7 +4,7 @@
  *   build algorithm for GiST indexes implementation.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4937c38b4ef0df81199299934881d8cfbf9b141e..9b401882c895b0157e251d802dc767facb9a6373 100644 (file)
@@ -4,7 +4,7 @@
  *   node buffer management functions for GiST buffering build algorithm.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e5eb6f66a4937de70782e9b30ec4eae2a3afb18d..717cb85f7739952a974815dbec3099307aa8f963 100644 (file)
@@ -4,7 +4,7 @@
  *   fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index db0bec6e3e566217d36b57d5a9ab1091f7368c38..4decaa6f14dd1cd7c9877d9b59c1a6f77abe24ab 100644 (file)
@@ -7,7 +7,7 @@
  * This gives R-tree behavior, with Guttman's poly-time split algorithm.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index eff02c4dbdea464de96f0651d73dd1b62cf67cd3..cc8d818e11df581946f31de3a7a51a639979ef40 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e1994bf04b5f1c0879175f08fb043c9011d9bf25..cacb010208265606c8cf1f8d52dd7b649d3f7648 100644 (file)
@@ -15,7 +15,7 @@
  * gistSplitByKey() is the entry point to this file.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f32e35ad1596de9f1a78fad11d7a2b66f69c51f6..38af0e0cb0a0a13267a4f2ad982c6a7f7fde47b7 100644 (file)
@@ -4,7 +4,7 @@
  *   utilities routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 278d386a7cdac354f5755c0325a758b38977f7fd..2337dbd7f9d71e6fd51bdf94643dae67c2e1ea8d 100644 (file)
@@ -4,7 +4,7 @@
  *   vacuuming routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0a4f04810f281fbd47006d74d9ed5f77958456b1..fbdbb3c51f2e7fc7e40c918bffe063537836233e 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for GiST.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 673459fd6c14441360f49f6176bfdb565017e47d..24b06a53314343807be0d96abf43c44e479b2a51 100644 (file)
@@ -3,7 +3,7 @@
  * hash.c
  *   Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c61fec6b84f08adc7abc6f1f023e3f61de50426a..9ee654e1446ff727d095b565c0055816c0b16f88 100644 (file)
@@ -3,7 +3,7 @@
  * hashfunc.c
  *   Support functions for hash access method.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 05e9808b8ad0b7991029d31ebe9aafdf65abc036..63aaec9f9063ac25e04818a8d342c506f692a18d 100644 (file)
@@ -3,7 +3,7 @@
  * hashinsert.c
  *   Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 628c05698b9c901e00b97c565691c4a736b521fb..b7751642476d67afddae900144dda42b176d7bfc 100644 (file)
@@ -3,7 +3,7 @@
  * hashovfl.c
  *   Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0aaa15c389e392cbab0da9fb472a97e0e5aa48ee..46c6c9666e5e846daac7074baa0b0501c8ae3e22 100644 (file)
@@ -3,7 +3,7 @@
  * hashpage.c
  *   Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b5867f4da5d6969c6aac27aeffa21e0460a3fd38..0b5b55c076beb3c0c4f6d60ceb7bd4516ebe5b0e 100644 (file)
@@ -3,7 +3,7 @@
  * hashscan.c
  *   manage scans on hash tables
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5aabe06606491e1bb143e3a3d9eda70fe937b45c..e9d7b7f7a9386db4bc1857be8de8661ed2b6e6e2 100644 (file)
@@ -3,7 +3,7 @@
  * hashsearch.c
  *   search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index faf4fc24e69b04953f6853c699c02c0b48f8bc8e..c67c05773470e8956a4a4884abcd4dbd7a35d16a 100644 (file)
@@ -14,7 +14,7 @@
  * plenty of locality of access.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 43652921ac1c3cc98bb2b4981faa451033c1ea32..3d66216474971ef510b9e021c5f0e6663580df44 100644 (file)
@@ -3,7 +3,7 @@
  * hashutil.c
  *   Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 24e300ca001737eb02540f75c054e9dbe670f9da..21e9d067b6fc6b47774dce8c9e872e70ead78038 100644 (file)
@@ -3,7 +3,7 @@
  * heapam.c
  *   heap access method code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 631af759d78fef6c9e909b50fc48ef37b32cbae9..6d091f63af0dfda8c24607517fdad08631df11ef 100644 (file)
@@ -3,7 +3,7 @@
  * hio.c
  *   POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c0912878bb572623906bd83ebfc9bc0b7863b69..563e5c353cda36784da1b6f4b609e677a70e5e86 100644 (file)
@@ -3,7 +3,7 @@
  * pruneheap.c
  *   heap page pruning and HOT-chain management code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 97388657863b4ddfc403d9d88d9375fb82a92217..af5c158fc68984a776065be05b46a7d4ccf07ea4 100644 (file)
@@ -92,7 +92,7 @@
  * heap's TOAST table will go through the normal bufmgr.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 7ea1ead543f229dcbc53603baf2fde2bde5f98fb..ae7589abefd79015a56d0a78b46349e83f42e243 100644 (file)
@@ -36,7 +36,7 @@
  *     ss_report_location  - update current scan location
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d230387c85920748a99e9a79fe918acbef238689..2d53c8e5ff7ab22459c19f10a082eb131e01a93f 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for external and compressed storage of
  *   variable size attributes.
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 350a52fc52a35a28fb6544c52ec908b8ff9a77ed..7c387720d3b5f104bc3e4ae0557b391fec4f61a7 100644 (file)
@@ -3,7 +3,7 @@
  * visibilitymap.c
  *   bitmap for tracking visibility of heap tuples
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8849c08e548ff12bd7f4a5a440fdba9b35182bde..ddc088f781baf5bc14867235beade5e15271701a 100644 (file)
@@ -3,7 +3,7 @@
  * genam.c
  *   general index access method routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 53cf96fc103a47bd546d506b72e925f86fd23004..00c1d6937665f32c88f3ddb2bff3ac130afebd58 100644 (file)
@@ -3,7 +3,7 @@
  * indexam.c
  *   general index access method routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b1f9ae36850f73aff1237cdb639cb11f1e9cf45c..8ce800945acf838e6017e682df6dc59f783bb829 100644 (file)
@@ -3,7 +3,7 @@
  * nbtcompare.c
  *   Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c4f9904e1a5ac60779a39b803219a2cb1dcd38a..7db8a9613d12f78d3d9cada780936da37ac0849a 100644 (file)
@@ -3,7 +3,7 @@
  * nbtinsert.c
  *   Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a25dafeb400bfae53d215705352c1d9df33b65b2..0f4128253f4b578081de5da21dd513b1d949fee2 100644 (file)
@@ -4,7 +4,7 @@
  *   BTree-specific page management code for the Postgres btree access
  *   method.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d881525bd38bb196a2d6691b82d75cf4774e8053..3af462b1b927dd05cc4046942ac20c92e00ac42d 100644 (file)
@@ -8,7 +8,7 @@
  *   This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6150b24d02f4d260bb259c703965d40d49244e65..a681d6b8de09a42e5ff2eed88f7d40823311839b 100644 (file)
@@ -4,7 +4,7 @@
  *   Search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 761688214a347076e6a7e7b8d191f686d815540c..ce8b674e411f487d95ddeb96e6fb58a7e19cde4e 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a5604679b4a5dceabdbe7b360d18b93c86b06644..43e048cc0c04e451eb8e2c288329619c0a2c1d6f 100644 (file)
@@ -3,7 +3,7 @@
  * nbtutils.c
  *   Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 416c5fc6b306c9a3735c2bdee6d1c7250ed266be..e2ace5c1f6b64f8f8b9cbc9f39307d048e07010a 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for btrees.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6cda6f8ffd968c6dfeb9b9f31205bd5c582905d7..8552678a7ada0bbe218a977dc115f124f4ddf623 100644 (file)
@@ -3,7 +3,7 @@
  * brindesc.c
  *   rmgr descriptor routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8de72963e6f66dd01289c64b42a7d854281766a9..70c02c6ec963ee5821b7b59dcc7dcc61b0a2f1ed 100644 (file)
@@ -3,7 +3,7 @@
  * clogdesc.c
  *   rmgr descriptor routines for access/transam/clog.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6efabd9db70d911668821b1538eabcce0fd3bfc3..088fd1bc8b684fc36e08a74f056d1951dce65b18 100644 (file)
@@ -3,7 +3,7 @@
  * committsdesc.c
  *    rmgr descriptor routines for access/transam/commit_ts.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ee1d83baa4cdf3a3f6b0120f3afaa8d060df8780..de199a3bbdffb411ad7becd1ac2e868b15a59fc3 100644 (file)
@@ -3,7 +3,7 @@
  * dbasedesc.c
  *   rmgr descriptor routines for commands/dbcommands.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8754214f644288216b8a598704b5340eebcf3d95..324efa3769906c81cf23f44e167b40f56915c02e 100644 (file)
@@ -3,7 +3,7 @@
  * gindesc.c
  *   rmgr descriptor routines for access/transam/gin/ginxlog.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 576c644c2ac758325a287df50c4bb19849e94c81..b199c6fa20795406b3cb5f3563b193a02dfa05d1 100644 (file)
@@ -3,7 +3,7 @@
  * gistdesc.c
  *   rmgr descriptor routines for access/gist/gistxlog.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71afaa9cbd6ff2e8a6af994aa8a06db2847d15a9..4c940a6dab9e2d619911117349b6d44753e6fc17 100644 (file)
@@ -3,7 +3,7 @@
  * hashdesc.c
  *   rmgr descriptor routines for access/hash/hash.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 958b0b0e85cd6443bf143d07f416df5a02a52cd6..d3b60a27a52545695d139bd1d068913935ddca96 100644 (file)
@@ -3,7 +3,7 @@
  * heapdesc.c
  *   rmgr descriptor routines for access/heap/heapam.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0902cb73c6a2102a656155c7a9cb88f7d735a413..572951ec2f11d67f77be1842d99b4853d365c47e 100644 (file)
@@ -3,7 +3,7 @@
  * mxactdesc.c
  *   rmgr descriptor routines for access/transam/multixact.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85795f6409de68095adc05d1fedcc5daa4599230..a713d7f222b1b46ab3cad9760f609a682b9d16e1 100644 (file)
@@ -3,7 +3,7 @@
  * nbtdesc.c
  *   rmgr descriptor routines for access/nbtree/nbtxlog.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5bda1da25c408778cd2824f03aa27f2b4b508bbf..7ee228fdee04c95e8a260640df62157305a5a178 100644 (file)
@@ -3,7 +3,7 @@
  * relmapdesc.c
  *   rmgr descriptor routines for utils/cache/relmapper.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b8da96310cb99cd44386fd7a496bda6a78b720b0..b3c320b8dbd15380edac3c719b4473f98ae22e4a 100644 (file)
@@ -3,7 +3,7 @@
  * seqdesc.c
  *   rmgr descriptor routines for commands/sequence.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4e8c06f5b90820ab2f469dbdb5810a3fbe525119..4ae08b1988cc7d7c13b82b7c4bf3932e8907c0d5 100644 (file)
@@ -3,7 +3,7 @@
  * smgrdesc.c
  *   rmgr descriptor routines for catalog/storage.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 319c5f9d709be3a0c411ee6d63a40dcb7cdd0349..6e426d7b8c721037cab754300feb5fc5fc552717 100644 (file)
@@ -3,7 +3,7 @@
  * spgdesc.c
  *   rmgr descriptor routines for access/spgist/spgxlog.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0ce1aa325c47d316c079a1f4fa1bb61b46aefdd8..3d35f38a9da369d19cd4702da4f4c5e56beeec8e 100644 (file)
@@ -3,7 +3,7 @@
  * standbydesc.c
  *   rmgr descriptor routines for storage/ipc/standby.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8b2ebb4d926eb31f18efe1a97d136212885e34aa..192cfe4bd0c8579a420b915d6ecffc0ad1b562b3 100644 (file)
@@ -3,7 +3,7 @@
  * tblspcdesc.c
  *   rmgr descriptor routines for commands/tablespace.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f5450a9b25074a3a81de1c4f115d4254dc348e9e..3e87978cef8d43f7827e2cd533a860e8e2653ca8 100644 (file)
@@ -3,7 +3,7 @@
  * xactdesc.c
  *   rmgr descriptor routines for access/transam/xact.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3604e4a3900b042cc7da6df4f4b20a375d2abe62..2c432f3e2a8b1b7d87933051ab47b739a6e9c643 100644 (file)
@@ -3,7 +3,7 @@
  * xlogdesc.c
  *   rmgr descriptor routines for access/transam/xlog.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a17cc467ed17a4c329ee1671e23db0496bc4f53..b3fda13fa066251499847b61087942826d3ec7e2 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of insert algorithm
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f168ac5c5cf7e3cd7d05ffae88897c2608c97a7a..bceee8def52c4ccf368c7e025b9356384ce2c792 100644 (file)
@@ -5,7 +5,7 @@
  *
  * All the actual insertion logic is in spgdoinsert.c.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a056563a303b8857637a6b6ec6bffbf2e7c8f269..6ea0954efb36011450914580e5088d4af1091ef1 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of k-d tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 055f6b5ee3f60cdb9750b9c67d28068833c4a316..e4b8888de8a544b3128b7328157e9cad088372fa 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of quad tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 35cc41b3aabbea9cdf5908f2dc27ea4d2005e1a4..3c79fb99b889f2e3d80d00051beb4c2ab04922aa 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for scanning SP-GiST indexes
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1ea1dd1413f9bb7949aa8fdf1cfa3a724bd6af14..e41f2e6a80e14480265f58acf8e37dc8e0e1fc0c 100644 (file)
@@ -29,7 +29,7 @@
  * No new entries ever get pushed into a -2-labeled child, either.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1a224ef7cc1261721f816b2d1e962a4e7da72a9b..f38287c28d81e9288b88125427628f726387f996 100644 (file)
@@ -4,7 +4,7 @@
  *   various support functions for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c95b80b5c7c2802883422c9e1470ab0bfe24a4ec..dc69d1ed20fccae53547d100e003a57c284f1e3c 100644 (file)
@@ -4,7 +4,7 @@
  *   vacuum for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ac6d4bd369aafb9397a7a4b3396de16150d6061e..6e63300ced5c4cbdba2df98481ec64204451e4d6 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cb7ef28c472704e064a160f0f3e54fcef6f3e897..3a58f1ed8113283073f88087a903d255f145eb0d 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/clog.c
index ca074dafd3319fbb155f34e5e6db1df0144a95c8..dffa5c931cd098c8f1902ac45f36187675724e62 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/commit_ts.c
index fff9f837330c2f62ca12c6eb1960e39c776ffc6f..b2cf770f9f7c0a8480347df6ff8921af4c29b58b 100644 (file)
@@ -57,7 +57,7 @@
  * counter does not fall within the wraparound horizon considering the global
  * minimum value.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/multixact.c
index 15596c7c7f5f7c5d983f6ce0883b0936b14cfb8a..5fcea113eafeafe7cd30073e5300caa1db7431af 100644 (file)
@@ -38,7 +38,7 @@
  * by re-setting the page's page_dirty flag.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/slru.c
index bebaee92160275ca66627358524cd092bd8aa825..c87c8ca1714fe0bf5551d74452da427c6edace94 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/subtrans.c
index 50e64882b8cbe7d94dc8c5badc12eebe7837827f..c6862a8a6ec06c0b95f996f89cd58d63a56673f7 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/timeline.c
index 12982d9b5563db5a948bf7cddd48af5347c0958c..1808177a54e9172de02ae07fc1bf00eee4cd3b7d 100644 (file)
@@ -3,7 +3,7 @@
  * transam.c
  *   postgres transaction log interface routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ad3e87271816e8773b3832480d0a0eb0be65d4b8..6c7029edf0b91894e5755ea65c9d3d218b1a3cd5 100644 (file)
@@ -3,7 +3,7 @@
  * twophase.c
  *     Two-phase commit support functions.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 23cbc2b5a868322aa09051929698e987b8918239..50ffaa8dd4036ec98fe3effea42f51d0fcd3613e 100644 (file)
@@ -3,7 +3,7 @@
  * twophase_rmgr.c
  *   Two-phase-commit resource managers tables
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c5411566686a196c656e8035f9ddd317640d53b5..42ee57fe8d72f85a0cf2ba1886296d2fdefe14a8 100644 (file)
@@ -3,7 +3,7 @@
  * varsup.c
  *   postgres OID & XID variables support routines
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/access/transam/varsup.c
index 8b2f7140cfc1b6128428d2b59615442dd65025cc..97000ef616c9732e7b8b9748b52544df1841e0e7 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/access/transam/README for more information.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5cc7e4703f3b88d910ecdc9e16af882148b9415f..218de876e4df6728f00f276d25d4ef91a85b2859 100644 (file)
@@ -4,7 +4,7 @@
  *     PostgreSQL transaction log manager
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlog.c
index 047efa2672f5e1566a6bfbf2adc6418e8ed883ef..2a14151f54eb331896ddec1c71bb9e0581b9e6db 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for archiving WAL files and restoring from the archive.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogarchive.c
index 133143db9293ad5b592a19fec0b26e6a62f8c214..2179bf719e1ff1bf14ccdf42f0382abca29a9e49 100644 (file)
@@ -7,7 +7,7 @@
  * This file contains WAL control and information functions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogfuncs.c
index f3d610f423cc08f99a4857e91eb400d43d48daa2..a1e2eb806330d0f3211da97a460506a2732fbe78 100644 (file)
@@ -9,7 +9,7 @@
  * of XLogRecData structs by a call to XLogRecordAssemble(). See
  * access/transam/README for details.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xloginsert.c
index db5384c2062c3efe81957e1cc93a4249b04e2dc7..60470b56af7264810d49e3ca5a8cdbbaef6f1d75 100644 (file)
@@ -3,7 +3,7 @@
  * xlogreader.c
  *     Generic XLog reading facility
  *
- * Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/access/transam/xlogreader.c
index 89b2ba5b08cea44e873a47af81f6f3054865b80b..fa98b8294e827b9ebcf60c28e766907e411b21b9 100644 (file)
@@ -8,7 +8,7 @@
  * None of this code is used during normal system operation.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogutils.c
index 5585e9b6b9b2484723387cbf2b66ecb9d7df07de..56fa1aaa5db64736a70cd22b60f64e53adecd1d5 100644 (file)
@@ -4,7 +4,7 @@
  * bootparse.y
  *   yacc grammar for the "bootstrap" mode (BKI file format)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6ad8b32d99dcf407e2153dfe6c6a980bb87077ce..fa4e2ff108955545034d11ea1f4907a93f319e77 100644 (file)
@@ -4,7 +4,7 @@
  * bootscanner.l
  *   a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ed2b05a90554b7b250b70791b4eb9b7fd7676ac5..d33c683a4ee83001714afede9ebb304ae0455489 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 523b37995dbef8b689bcda1d47f62959c1a273df..c773eca80925e137f081f82da60ce57d6f0e2e3a 100644 (file)
@@ -4,7 +4,7 @@
 #    Perl module that extracts info from catalog headers into Perl
 #    data structures
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/Catalog.pm
index d30612c4d9abbd90dce86b323f3dfbfac50aa034..1e3888e293b9d0420321127407dcab5d83143e21 100644 (file)
@@ -3,7 +3,7 @@
  * aclchk.c
  *   Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2eb2c2fddf605425351829104a01c5e57ae3f092..8e7a9ec2ba3f4b5d9f66a62a310909a84e4ebf56 100644 (file)
@@ -5,7 +5,7 @@
  *     bits of hard-wired knowledge
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3027259a3aa6bac30b665145f00b170d7eb83574..bacb242e4e14c434717899c5451c6d46d4938bfa 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ca8987907c6d4dc88e9a888ca08f59ff3bf3db48..e1c7fe5bf015795c00e93771faa9761976af87de 100644 (file)
@@ -7,7 +7,7 @@
 #    header files.  The .bki files are used to initialize the postgres
 #    template database.
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/genbki.pl
@@ -275,7 +275,7 @@ print SCHEMAPG <<EOM;
  * schemapg.h
  *    Schema_pg_xxx macros for use by relcache.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index e360482e1dea94a5bc1ca741fdcc95bb60124912..17f7266ed437ff191df7e7cb2b6581163365dc62 100644 (file)
@@ -3,7 +3,7 @@
  * heap.c
  *   code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 844d413adce0addb1be3bace4b7b33f1a6cc596b..9bb9deb62f98ad5d36bb27fd639681e1056f4ab0 100644 (file)
@@ -3,7 +3,7 @@
  * index.c
  *   code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 05aa56e8593d23521b0114832d5dbc459c8ff00d..fe123addac0ce79ba9d1e6ce20fb040c3dc81291 100644 (file)
@@ -4,7 +4,7 @@
  *   This file contains routines to support indexes defined on system
  *   catalogs.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a036c62a3350a490eec5462da30e8fe840087775..3c6a049b6dae11cabf55f76aba5052e3113b9997 100644 (file)
@@ -2,7 +2,7 @@
  * SQL Information Schema
  * as defined in ISO/IEC 9075-11:2011
  *
- * Copyright (c) 2003-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2015, PostgreSQL Global Development Group
  *
  * src/backend/catalog/information_schema.sql
  */
index 7a063329fe11fe20f75abe832695274e26d0530e..bfb4fdcc66830f1f12d0a67c28950b39bb3fd647 100644 (file)
@@ -9,7 +9,7 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index eaf7f552bf04a49c1718027cd0b2d66de237ee90..334b73dace20f0dfa8487a8d297fda78d7f407d3 100644 (file)
@@ -3,7 +3,7 @@
  * objectaccess.c
  *     functions for object_access_hook on various events
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 518d060a60d7220d7d0c3931201248ad6e833b1b..825d8b2e131c01582f13433ac9d10d42affbb36c 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.c
  *   functions for working with ObjectAddresses
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1ad923ca6c53454d4ee6d125bd202e8da6af8f1a..b56cf287fc17790c08b9c06066314f156905871f 100644 (file)
@@ -3,7 +3,7 @@
  * pg_aggregate.c
  *   routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 434dbce97f90729b69c0ff8cb0312adc3f81eda5..226f524cb4b649fb4250109bc379b20d0e459822 100644 (file)
@@ -3,7 +3,7 @@
  * pg_collation.c
  *   routines to support manipulation of the pg_collation relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 041f5ad6865a619a6566fcfa5438bd8e67749104..77fe91858da413a9a1f931d1e728f9285ab7b92b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_constraint.c
  *   routines to support manipulation of the pg_constraint relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 70f37932c435f2faf01498f87173db7d25f22943..c3a403968d0995965a07751b376b404b491ae007 100644 (file)
@@ -3,7 +3,7 @@
  * pg_conversion.c
  *   routines to support manipulation of the pg_conversion relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e73e0f45b8770ac7dec9a1f827287d2529821ea..cf14ea10bf22720359952f90105c876683e0293b 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7b2d0a7649f78c4ac6b3c5bc6a4b052117be650b..a528a0e47b099615f19ab79f6e4890e18a186d8b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_depend.c
  *   routines to support manipulation of the pg_depend relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 086e80efcfbd168ede2d3cb7044b12722e997555..d87090a31b963a36a5c28a83310aaa3306fba48f 100644 (file)
@@ -3,7 +3,7 @@
  * pg_enum.c
  *   routines to support manipulation of the pg_enum relation
  *
- * Copyright (c) 2006-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f263b423c6cec58d9090feb4a7f10aa5c633423b..04687c1a3e14dadd1be1cd14db861a4f8ece8677 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a54bc1b1faadb5ce87bc443c852f9d8b9837a84d..387c920d51389874882bcea63fcbebbb49c077b6 100644 (file)
@@ -3,7 +3,7 @@
  * pg_largeobject.c
  *   routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d241cc87b604f6c248b196880b1186f380b11887..2dc6a28e5892b3043852aa1db8b18b50e1dd81a9 100644 (file)
@@ -3,7 +3,7 @@
  * pg_namespace.c
  *   routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9a3e20a7aed1bc999d163a18bdf0fa811f58938a..fbc173be304ab15cb124716166e9e1ea109262e2 100644 (file)
@@ -3,7 +3,7 @@
  * pg_operator.c
  *   routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0fa331ad18f87539d3ec198534042e6d61c20202..542539fbc31bb0a1369b7b2a47f8d53095f99268 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.c
  *   routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 75c194a189108801121da4dff9c0614fa9265aa2..addbcec8f6e4abe381d3fea626b5b930d4bedff6 100644 (file)
@@ -3,7 +3,7 @@
  * pg_range.c
  *   routines to support manipulation of the pg_range relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5d41ae4a487dad25b6f7ee52e8946b74996c348f..6ddb87bf003b5ed2ecc4cd430aabbdf119384516 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shdepend.c
  *   routines to support manipulation of the pg_shdepend relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f1329f87e10da2f0b43a10f8919b662d3a46b7af..ed8259da5585cb3dae30e8a049ae96880a4669e5 100644 (file)
@@ -3,7 +3,7 @@
  * pg_type.c
  *   routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3f5e1700f06215b0350ba0a9731e55e11c10f856..ce398fca89949ae1298407f0d7a0b17d2a790231 100644 (file)
@@ -3,7 +3,7 @@
  * storage.c
  *   code to create and destroy physical storage for relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 22b8ceef622603cd4eae9a334cc8305b9e3dad6a..4bc874f5c25fe856f8d950a7fc4d94e256f3f431 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PostgreSQL System Views
  *
- * Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * src/backend/catalog/system_views.sql
  */
index 5ef6dccb91e053b3061e4ef94914e84b2ccafd62..e73252c9e2a2c19cd9aef4f52b978fcd88a70515 100644 (file)
@@ -4,7 +4,7 @@
  *   This file contains routines to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fcf86dd0d937f56782c1ea721d037959cf2461b0..70a5b8ad1bb8b329fdbfc4c04ece24414345017f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for aggregate-manipulation commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e7f4ef3e8e64dec7bad3670575f5c4ab0841a7f9..78b54b4a4181373779b3f84e23055b7e0375c773 100644 (file)
@@ -3,7 +3,7 @@
  * alter.c
  *   Drivers for generic alter commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 732ab228cc6f84336aacbc9a49c716f6c0abe3f9..5de2b39d103a398de0ce3ad6be3bf6e038746e6e 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *   the Postgres statistics generator
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 92f2077d4879e3978b26c261a155ebe1bcb84d5b..b945d9de6f029bc9b4419e62f1860d484cf75ada 100644 (file)
@@ -3,7 +3,7 @@
  * async.c
  *   Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bc5f33fb78574c1073eb14babc9baf39fa57b79a..dc1b37cb69315212ac15e9a63b10c37dd4494c16 100644 (file)
@@ -6,7 +6,7 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 57b6c7afa842e3f1cf722a3dae2671f8bc432207..4334eb96832c1b2b15db6855d5b2ab8c2a57a361 100644 (file)
@@ -3,7 +3,7 @@
  * collationcmds.c
  *   collation-related commands support code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 34f6cae2af0b63ef2a5a248e0af6e7b39982cc64..ed1e46e73c133a1aca70f17dbc282d814c89c696 100644 (file)
@@ -4,7 +4,7 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/commands/comment.c
index b0cad4634b235a01dcb6501f102d177fde5b3d5a..561d8fae574e626d09b26a33767b60a072bc4858 100644 (file)
@@ -3,7 +3,7 @@
  * constraint.c
  *   PostgreSQL CONSTRAINT support code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dc55fe5ed449ca22178af7e6e94597424456ca08..f58b0a9e9d2ec7f80d55ee493e9080d78111ab1a 100644 (file)
@@ -3,7 +3,7 @@
  * conversioncmds.c
  *   conversion creation command support code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8b1c727b3399bfa0ea32f32fe0435c12f7be38c2..0e604b7525b88511eb38a2785de0cd2b1af99bb6 100644 (file)
@@ -3,7 +3,7 @@
  * copy.c
  *     Implements the COPY utility command
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 72315c2f3fc5dd7bd218949036e67703148feee7..abc0fe8e58450f99517a3d10d645fafe0522b7ab 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a5244cade20b9331c2785007c3f6a407f122964..5e669619bab591547c162b8fa5add12d279773ea 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dca6e952a52747669892786b2615603e91639aad..638eea153d49a2dc0852a424079f7b2900873f64 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9874771e3aa722a8f9634033de7230bf4db924d3..b40ef35ab69f165b960903833fc7150595cf989d 100644 (file)
@@ -3,7 +3,7 @@
  * discard.c
  *   The implementation of the DISCARD command
  *
- * Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 21a2ae441a7e86f9f4d27b5176b801fd9c6f4fd0..e5185ba34d256a86322eca08911681b450ec6a8a 100644 (file)
@@ -3,7 +3,7 @@
  * dropcmds.c
  *   handle various "DROP" operations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7563ae51503d2669da43d116e514bfbf84415e4e..a33a5ada1a90519a240815dae08001991085b25b 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.c
  *   PostgreSQL EVENT TRIGGER support code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 064f880a9c41e0d113de8b11e03216b5c981bf0c..8a0be5df0bfc932cfec25eefc3debf9f637b9914 100644 (file)
@@ -3,7 +3,7 @@
  * explain.c
  *   Explain query execution plans
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 6692bb545c44a6787779c0198983f327f254f574..3b95552a60f08aa22bfda4538ce20dd935246f9f 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ab4ed6c78ece0a3e6e377ce62b102a63108f946f..a3aeabb0ea55916985225464331dead82a901f2f 100644 (file)
@@ -3,7 +3,7 @@
  * foreigncmds.c
  *   foreign-data wrapper/server creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d3a59aa3567c3c42e588247caedb0829d209f3d1..b3a91fc681f37746f15ddb13f9aa6ccb1f5e7bf6 100644 (file)
@@ -5,7 +5,7 @@
  *   Routines for CREATE and DROP FUNCTION commands and CREATE and DROP
  *   CAST commands.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b45699107c5fcb2ed8dd5b177a7760e9423f628..e8596698970003aa5c3edbc1bb2c02426b262719 100644 (file)
@@ -3,7 +3,7 @@
  * indexcmds.c
  *   POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 13eed3dba2dc4cf9f2c228514652536ab5d6fe03..bdec2ff545c9e61b419ec4b6ef4c2396d80a9ab7 100644 (file)
@@ -3,7 +3,7 @@
  * lockcmds.c
  *   LOCK command support code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b19da4ac63cf109a8ac9d2f90d878d36b8a20de9..74415b8ba0b138c7a451406f8fda7f0f54b0204f 100644 (file)
@@ -3,7 +3,7 @@
  * matview.c
  *   materialized view support
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4b2baaceff0505ad1429335537d9d4144fcfe049..16f6f0503c92e10383496eb5b904991922948135 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for opclass (and opfamily) manipulation commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85b81b7928ff0981c2dc0e20a95cf4a1c2624c65..29960191c046809d39a9501e35bafb4aa293ab52 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for operator manipulation commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 290c826a68040d10b2db7b3a1da2543df7f7a789..9b79d8863329a3c10aaee81d4789b6dcbb57ce64 100644 (file)
@@ -3,7 +3,7 @@
  * policy.c
  *   Commands for manipulating policies.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/policy.c
index 28e785afb848ebd7688737c8d8d537d4d999fa48..2794537721f96e73b831b1cacf221b767f1b09bd 100644 (file)
@@ -9,7 +9,7 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 10168e3e801c98a0664509491dcbc66ac797b91f..71b08f01bf3cf9c8ce6a18d88d40bd3aa67e426b 100644 (file)
@@ -7,7 +7,7 @@
  * accessed via the extended FE/BE query protocol.
  *
  *
- * Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/commands/prepare.c
index 6fb34637f8833b12f007da4595ebf2a48fdd076b..07224616145947df7597b16524759cd589d09de8 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.c
  *   PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 03f5514d39b4ee00db86b22d7875a68f5c1a4061..a44dbf453e4c1527366ab5f9163a7c3b833cae71 100644 (file)
@@ -3,7 +3,7 @@
  * schemacmds.c
  *   schema creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cff7bcbd9b0169d6fc158d9af5bda17f43d203b1..6e15bc8de7ba89bb25917b0492dd431f254c49f1 100644 (file)
@@ -3,7 +3,7 @@
  * seclabel.c
  *   routines to support security label feature.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 811e1d488040eebf767c44dfd368c9df00cb6c55..622ccf751845498f886fc9fe0d993fa299d1ec20 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.c
  *   PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3c0cdea265e5e70196852c3359e944ee4a282c1a..66d5083e4aa2832b682a1af602c73eaae650d464 100644 (file)
@@ -3,7 +3,7 @@
  * tablecmds.c
  *   Commands for creating and altering table structures and settings
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3c9af5776a0a0ed31de48b57bbb052b4152cfabc..e098b9f9685a1bddd85acfa77f139516ebdd605c 100644 (file)
@@ -35,7 +35,7 @@
  * and munge the system catalogs of the new database.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ebccfea3d7c347dfbfc683e6e4b646d76092d3aa..4899a278ebf0bd25a33f7711034c217d2be16651 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.c
  *   PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5d8a0011824b5bd3ec624c6d457faff4bb0bcfcb..c6f89941e82e81a5bc68129807bfd98dd740d23f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for tsearch manipulation commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cbb65f8921a4be91de1e31b40a513aef00f74b5f..322a3c7e3be9b3cb702b1b39938b7d3040ef32e4 100644 (file)
@@ -3,7 +3,7 @@
  * typecmds.c
  *   Routines for SQL commands that manipulate types (and domains).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a73fd85582b4923b8969694acf60504cefd1c8d..2210eedb99a44751269ef3761f0abbcc48d98a9a 100644 (file)
@@ -3,7 +3,7 @@
  * user.c
  *   Commands for manipulating roles (formerly called users).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/user.c
index e32e0399f8951a78b78c73dfeb81f9f8fc05326e..a787e8071fee739d543dff1918ffead05448bfce 100644 (file)
@@ -9,7 +9,7 @@
  * in cluster.c.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 101d43e7aad665ee112be2c0ed8e291ee25880b0..e653bbdd48d2e58794021d7476e73c1bf32a5baa 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6ce8daeb95a6e7091ab5adf2852134a7fae8feff..2d0a44effe797e7f3d0c297dd5efb7989743b0dc 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 184bcd0582ccf578e23e380e72e21983fefd8248..7358723bded2a381baa090e12cfe611250a1969d 100644 (file)
@@ -3,7 +3,7 @@
  * view.c
  *   use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7027d7f8051460fd24dd6c40f439941e009f9075..6ebad2f03f0b8c84c0eb6db4e8b2e86ba7b616d7 100644 (file)
@@ -3,7 +3,7 @@
  * execAmi.c
  *   miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/executor/execAmi.c
index d5079ef7c4cf6c898da67d8ef128be8ac17b88cf..1c8be25da7d88bc5fdb71aa78a3ec9c6eef5213a 100644 (file)
@@ -3,7 +3,7 @@
  * execCurrent.c
  *   executor support for WHERE CURRENT OF cursor
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/executor/execCurrent.c
index edc1e25111cd62767eafd60cc127f90e4e10d507..183115fa3263e71239e1c1f99632306e836b05b6 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 45d6477c2e74fa0ed145ef040215a2c24876e3eb..41a09e2e41687fdd595309adc441f39fbb3aff12 100644 (file)
@@ -3,7 +3,7 @@
  * execJunk.c
  *   Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8c799d3c21b480e38bf7ba60a88650d7493cf4fb..5b70cc90f65f4cd336b596d648573009ac5e9290 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e27c0627bc47e6c66d9298075ad55c763cfadd81..9892499fb7a4e02a35e65f448d72012c84f7ea23 100644 (file)
@@ -7,7 +7,7 @@
  *  ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *  processing.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 88af73575c0f22d6f3b9457036f16e33cdaf47c2..0e7400fe086dd59a6e0cee9dbfed704a80afd619 100644 (file)
@@ -3,7 +3,7 @@
  * execQual.c
  *   Routines to evaluate qualification and targetlist expressions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 13195194fa4be38bf4b48a03efb2be2fff89cdaa..3f0d809387581f69a8e31d14450d536d0f69fe48 100644 (file)
@@ -7,7 +7,7 @@
  *   stuff - checking the qualification and projecting the tuple
  *   appropriately.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 081194160e9a2ac76c3921b1dd9f02fd30b136c3..753754dce66cebc40593096f924f1408129f0b5e 100644 (file)
@@ -12,7 +12,7 @@
  *   This information is needed by routines manipulating tuples
  *   (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d5e1273e91c35c308aae9fa902556e5842a8f1d5..32697ddaac1b75a855001b9ec0f98bf301f4bae7 100644 (file)
@@ -3,7 +3,7 @@
  * execUtils.c
  *   miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4d112604bb70567cbb2e8496a4831f36c8c45912..84be37c7a39d5a8d19ddc522640b45c8ebdfdf60 100644 (file)
@@ -3,7 +3,7 @@
  * functions.c
  *   Execution of SQL-language functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a5118a4ebb5ba1846656080d46aa8e47963f9000..f5351eb3975bcb5c8d45ebe42744391a4415d3cc 100644 (file)
@@ -4,7 +4,7 @@
  *  functions for instrumentation of plan execution
  *
  *
- * Copyright (c) 2001-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/executor/instrument.c
index 510d1c50e9c5559bfa70fb4fbdf15a006029b5bc..08088ea3c0c5ee9a36f14cb020253d08b9d3d93e 100644 (file)
@@ -85,7 +85,7 @@
  *   for a window function.)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ef121c420de25260d13d0cbe3f9d24e6495610f6..2cffef8f4b7da02d3ab39e9331a45fc378b9fb56 100644 (file)
@@ -3,7 +3,7 @@
  * nodeAppend.c
  *   routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8020c7f526de8e60c89dac18182ecec43c55f9a9..205980e16906395f1f2c91835c4026b6f05135a9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapAnd.c
  *   routines to handle BitmapAnd nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9b1e97578d0867eb4d1442a7bce7815e20bb4c18..8ea8b9f16be7792f23467e598df3d9f677825c92 100644 (file)
@@ -16,7 +16,7 @@
  * required index qual conditions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 91f9e706d82789f00d4c822c05d825c0714b8677..77fc1e504a62854c4885f551cfc1348fab8aaa89 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapIndexscan.c
  *   Routines to support bitmapped index scans of relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2306d3988d7ac13b03beca61e49c2256faac1d4f..353a5b6f625fdfc6c56771b4f3a7cf332bf3ec81 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapOr.c
  *   routines to handle BitmapOr nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5c72c2db089c6834bf9b363a9dd88a34445b4c66..75c1ab3e8aad8693f0e72e1d5647e8f5b44d3816 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCtescan.c
  *   routines to handle CteScan nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 576b295a49a8cf6ba3ff5f0ddf0fa896fd4355c3..b07932b32e56b6edff356e164034ba0c5240e0dd 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCustom.c
  *     Routines to handle execution of custom scan node
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * ------------------------------------------------------------------------
index 9cc53459527a91b36f3b3a3e994ce5b223d9b014..7399053ae7d280d0821e4a0ac132dc6c0705486f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeForeignscan.c
  *   Routines to support scans of foreign tables
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 464170810862ab8074f16f51240f64a07b2898e4..f5fa2b333b55528c0696b4eb997ad817a81bbd7d 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFunctionscan.c
  *   Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 74acd29210ec85a7e43feb2bf24d3c48518508cd..83d562e5119dd2e781ec48ceb96e98755e78704f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *   Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7c5bb77b0c3f63a2fc9737b764793e9a57501e0a..abd70b3b1b3319ac07faf5f413cd7707a8ed2324 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHash.c
  *   Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7eec3f333deff3d92d17afb71b383c16e0d385ab..1d78cdf98d4b07cc68f88f6033569a1540247b33 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHashjoin.c
  *   Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index afcd1ff353e71ab39616cd49919c1f8a5d6bd54b..06b7c3c457abc5f4f12eefac4f5d1290bec06586 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexonlyscan.c
  *   Routines to support index-only scans
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b89dc60f6774f4d861f9ff20dc7d618f176d672..48fa91981ff2a10820e6a764035d20ebb4d857bd 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexscan.c
  *   Routines to support indexed scans of relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0c723ac224dc5bc0c5821f459438e82efe8ef7c0..40ac0d7e839f75c62b3eed5e09ca63956bd2b9a9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *   Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5dcb9b042aca510e3bffefaee9c219a4e7513ec4..48107d93567ad1802f14c3ca557410f441acf599 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLockRows.c
  *   Routines to handle FOR UPDATE/FOR SHARE row locking
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4a632ee686fa4d4fb296d01bd4a4d4828e7f3c59..115882586948db5bf00740f7942a11967667d700 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMaterial.c
  *   Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 47ed068c7b71fe235d36c52a5c19e44b238b12f7..4e200a8e34687c9a90c9133e0c929b145fb93d8c 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergeAppend.c
  *   routines to handle MergeAppend nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fdf2f4c1a852c07b19ffe044cdb257e53ad68c11..2a5a7acf945d2973eb088684f462026b7d300885 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergejoin.c
  *   routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ac60477fb87900ea3c45cea9678473781a01cd8..f96fb2432b6a60a17931201013ca9027e2d6cd64 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.c
  *   routines to handle ModifyTable nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6cdd4ffb976c03150af0c463401baaf595d78e8b..e66bcdade716aadbee0074c4210cc549ff82bb8f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNestloop.c
  *   routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index de3d87a5d67c5e1f79da7655292454c4778806be..8df1639954b4321f3291b5f59cb2846edaf1853b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeRecursiveunion.c
  *   routines to handle RecursiveUnion nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1244fccdfbe4e4eb890130704948828990a9e175..8d3dde027ce97d023435d42876b384159d3135ad 100644 (file)
@@ -34,7 +34,7 @@
  *     plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 53cfda5f9c2d3a9c63e6606458d53f1b07fdca54..3cb81fccc30c6378f99c6dcf0c92d01efbfdf101 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSeqscan.c
  *   Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 75f6ed98837032e34a075184bef50516e08d9ee6..7d00cc5c8f1dcb082fbb5d87e625eb9c28de0cdb 100644 (file)
@@ -32,7 +32,7 @@
  * input group.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b88571baf831e57ce565203eee87b0dd5ccf68a8..a815cde2ccf153f823ca88743a59e4ef1f505fd9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSort.c
  *   Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d9faf2000cd84caac73ec0c920bbbc3abb706295..f3ce1d714bd1192d12545a67d1eb22716d70d164 100644 (file)
@@ -11,7 +11,7 @@
  * subplans, which are re-evaluated every time their result is required.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3d7cce2c9ea6c7944a803d56f585bb1d6c0db08d..3f66e243d2a165a6ba4091c8af947d9e2693c861 100644 (file)
@@ -7,7 +7,7 @@
  * we need two sets of code.  Ought to look at trying to unify the cases.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1b2454d49de6cf647b5b7249796836fe40fd807f..203f1ac5759594962fdf8f742a7903499f9de0e4 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidscan.c
  *   Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ab3ec9735f430ac0c30961dba1d57a621d57c728..1cb4a8a56bbe21070a5f6d58df88f67ed74682d9 100644 (file)
@@ -11,7 +11,7 @@
  * (It's debatable whether the savings justifies carrying two plan node
  * types, though.)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8365b8c99f562d679dc19c0196776c7507277550..a39695a0c5ff9cf4d155d298bab59282504a9999 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for scanning Values lists
  *   ("VALUES (...), (...), ..." in rangetable).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8657e2d39fef128402386303e91a9fd87b07d03f..a06790d94a14a42ce86f91e2c4a13cfb79ec8f0d 100644 (file)
@@ -23,7 +23,7 @@
  * aggregate function over all rows in the current row's window frame.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 94ecf754fb118eea0eb15a02b40dd636a4cc1aee..618508e8a393be0cae147ce01eb9cde8609bfaa3 100644 (file)
@@ -3,7 +3,7 @@
  * nodeWorktablescan.c
  *   routines to handle WorkTableScan nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cfa4a24686feac2884cd2ccf2d33ca733c8c838e..4b86e910df827ad425c8fb1487d9720bcb00e090 100644 (file)
@@ -3,7 +3,7 @@
  * spi.c
  *             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c15c99a1f4e7ddb6c779128addaf49e93ab7cbd9..c1fdeb78fcccf39dd1819b47dced5a96a7a43709 100644 (file)
@@ -9,7 +9,7 @@
  * data even if the underlying table is dropped.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4f5f6ae362b565fb48f1eb1991b88c4aaf40b033..cbe8b78be9e2d3c1f9a3b72bd03ea9fd84f12982 100644 (file)
@@ -3,7 +3,7 @@
  * foreign.c
  *       support for foreign-data wrappers, servers and user mappings.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/foreign/foreign.c
index 91555925c722b57734f9c745ee6665a8823ebd3e..a95747fe420faf84d3e72ee1cf84440c0784db70 100644 (file)
@@ -3,7 +3,7 @@
  * binaryheap.c
  *   A simple binary heap implementation
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/binaryheap.c
index 73a647381a07a43ae716a59ff90cc1ec9c63b685..58550f77442980d298281c3b86835f54dd5cf46c 100644 (file)
@@ -3,7 +3,7 @@
  * ilist.c
  *   support for integrated/inline doubly- and singly- linked lists
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4cfc18802b46ba5656de2bff37047f6aca55b80d..213c9d3466cb63210f787e24ac65d43478c151c0 100644 (file)
@@ -14,7 +14,7 @@
  * The pairing heap: a new form of self-adjusting heap.
  * Algorithmica 1, 1 (January 1986), pages 111-129. DOI: 10.1007/BF01840439
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/pairingheap.c
index a450aa959ee729e98f400585026941c736a4f395..e938ba49f7a5a10a52a02bd7f27b8b4d70db3f67 100644 (file)
@@ -17,7 +17,7 @@
  * longest path from root to leaf is only about twice as long as the shortest,
  * so lookups are guaranteed to run in O(lg n) time.
  *
- * Copyright (c) 2009-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/rbtree.c
index 7d0309079da02d94078445e02b075a92a0ae12d2..c725dde5793e1cd8771af083da899c1556759100 100644 (file)
@@ -6,7 +6,7 @@
  * It can be used to buffer either ordinary C strings (null-terminated text)
  * or arbitrary binary data.  All storage is allocated with palloc().
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *   src/backend/lib/stringinfo.c
index 2611115ec5c7a264a51f4ddb64ff24c814a3ec9b..e9c8e569e2a354ab086be5578ad14ce3c0f51c29 100644 (file)
@@ -3,7 +3,7 @@
  * auth.c
  *   Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 52bac4337d3ce71b17f65ac32e1de8f0f165ce6b..89da68f9040676b9933549d5961e972a89f746ca 100644 (file)
@@ -3,7 +3,7 @@
  * be-fsstubs.c
  *   Builtin functions for open/close/read/write operations on large objects
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b05364ced09dccbba068141ff9d2e2d520735c67..1dd7770e5d12b90cf8a91ef4c2e4567261c7842d 100644 (file)
@@ -4,7 +4,7 @@
  *   functions for OpenSSL support in the backend.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41ec1ad8ad9aeffa69e6dba4b9c8b2e4337afc6a..c592f850c277ba0725ac8fd5bc446b37e1bd1442 100644 (file)
@@ -6,7 +6,7 @@
  *   message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5451db6d97480c275d46b00c34452581ccb921b0..599b63a48b5ee75c29c3bab72dcca32fa8740644 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Original coding by Todd A. Brandys
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/crypt.c
index d43c8ff3fc98657f1f56d78bc0e6628325efc861..f75c4b88be862c90def376a84ada5e6193670a1b 100644 (file)
@@ -5,7 +5,7 @@
  *   wherein you authenticate a user by seeing what IP address the system
  *   says he comes from and choosing authentication method based on it).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index acdbab0049635af25ded884757f9fcc71f93019e..995a258764abc5e6b91d1a9cbf83afddc5ff8707 100644 (file)
@@ -3,7 +3,7 @@
  * ip.c
  *   IPv6-aware network access.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 90bc113681c6b17ea8836dca6515e9de9e4a84a8..d066fde1914f8f98ad5872d93fc42867a47142be 100644 (file)
@@ -10,7 +10,7 @@
  *
  * Sverre H. Huseby <sverrehu@online.no>
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a4abf3ab8320337445e3bd085a93a9df4430235e..e3efac34ce4e768597c1b3eaac113a0c97e767af 100644 (file)
@@ -27,7 +27,7 @@
  * the backend's "backend/libpq" is quite separate from "interfaces/libpq".
  * All that remains is similarities of names to trap the unwary...
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/pqcomm.c
index dfe3a646a1bc30fded90d2f372a9cb62ecbb7ae6..4d298ea89166ad2953482e8c93e1888617bafc12 100644 (file)
@@ -21,7 +21,7 @@
  * are different.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/pqformat.c
index 6e6b4293e4870bf89713218c07358cd993860cbd..307fb60665c172ce8f8f8db0dd924f37dc7b6fc8 100644 (file)
@@ -3,7 +3,7 @@
  * pqmq.c
  *   Use the frontend/backend protocol for communication over a shm_mq
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/pqmq.c
index 77e76ac8c75688cb870b01ae04b3f6e84143f9bf..5f17d765816463abbdbbffd3662ec1033014d11e 100644 (file)
@@ -3,7 +3,7 @@
  * pqsignal.c
  *   Backend signal(2) support (see also src/port/pqsignal.c)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 73c30c53543b913dc80ce768a526213ff7e208f2..a40e57a1a50671d035dc431a8d4e7449798f56d3 100644 (file)
@@ -9,7 +9,7 @@
  * proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c4e1d26a49d9c2707465d573d2f9d782a4a75302..a9c3b4ba5f42e484232e407d3b2f7ababe587e14 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/nodes/bitmapset.c
index a737d7d86fcfe7d911718ba2edf242e859c4af8b..f1a24f58af336d968e114a454f8a935a696ea3b5 100644 (file)
@@ -11,7 +11,7 @@
  * be handled easily in a simple depth-first traversal.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 14e190aeac4a3a3c6afc91412456008343fe337e..6e8b308a3e076306784950bd87cecee4dc35b344 100644 (file)
@@ -18,7 +18,7 @@
  * "x" to be considered equal() to another reference to "x" in the query.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5c09d2f1081d7b81460d533019e15e462862960a..94cab476eb01f698924b995eceec34eb62c87c83 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation for PostgreSQL generic linked list package
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index da59c580b0ea0512b681502f95de7c6e199f0fd1..6fdf44d57367e4b60bb7cb966bee72a6d89310f3 100644 (file)
@@ -4,7 +4,7 @@
  *   creator functions for primitive nodes. The functions here are for
  *   the most frequently created nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ae857a0cbe97239b40cc241d4ce6d3c6b3946734..21dfda7f795b7ca897116adc3e620d302381b23e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.c
  *     Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 629bee5a0ed7904230983b64b6944416ec94180c..9c0b3fe3bb7e0c16746da38368d7a96ddebcdebe 100644 (file)
@@ -4,7 +4,7 @@
  *   support code for nodes (now that we have removed the home-brew
  *   inheritance system, our support code for nodes is much simpler)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e3e29f51186afdc581e8ab3f23ed47e4ae03e47e..dd1278bba8ddcb0e854ca93caa55ec4b390e6996 100644 (file)
@@ -3,7 +3,7 @@
  * outfuncs.c
  *   Output functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b21d651f95b7d1d39272a4d4ef03316d6ebbe2c7..2f2f5edb8323366365cda5dd20bb308832cd56b7 100644 (file)
@@ -4,7 +4,7 @@
  *   Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9f7f322419586a9bf80fa8665ae1a5d51cd5f6fa..72b2912761d0a3d99883216900eab07a1ec1c6ee 100644 (file)
@@ -3,7 +3,7 @@
  * print.c
  *   various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c0edff6c1ba804b9105b89a056f2decac201d64..0dabfa7dc9bf4de21762b4bb4ba9e53a25e9b3cc 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to convert a string (legal ascii representation of node) back
  *   to nodes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3efdd4eff2cd7007c0d8d2c16464713805b6a2f..ae24d0514fecc8862937d1d8fcf25aca108f140a 100644 (file)
@@ -3,7 +3,7 @@
  * readfuncs.c
  *   Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3b074381f4ddf9a16dad9fa1ae6138773551ca20..d8248b1832fa0f987a6da1326c97689dab0e376b 100644 (file)
@@ -29,7 +29,7 @@
  * and a non-lossy page.
  *
  *
- * Copyright (c) 2003-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/nodes/tidbitmap.c
index 12902c06bc9f5cb11a8dd114fc1c3a411b3dad72..b68e303f5e8c0cd3f84b0e47aff0e5f78c721f34 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of Value nodes
  *
  *
- * Copyright (c) 2003-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1b9d8d738293ea8ac3dea01649537f270b3d826b..87dbbfbf4da6a02dafd8aa7db23d1639e7740843 100644 (file)
@@ -2,7 +2,7 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_copy.c
index de2a6709dd395dac8309a4f2c455e3bf88889715..1ed38ebe64940312188dc5d6f6593bceb53977bf 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_eval.c
  *   Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_eval.c
index 579f94042af9011be601ebaeb2753eabf914c657..96cf701c1c8efefdb8f648091912fb7cb83bd557 100644 (file)
@@ -4,7 +4,7 @@
  *   solution to the query optimization problem
  *   by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_main.c
index 8c546732def5e997b93cdc5848fa26464832cc29..26a5d69326cf57f439e9c9baa49edd8cd81ec02f 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.c
  *    misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_misc.c
index f60f3df21ea68cf2040f8d70235c5f01c61a8dff..ef411bfac80ffdd2b3e18cc54c58ad5ef76c9156 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.c
  *   Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_pool.c
index 13b16cea2859ab2419df38c9c19e2100bb5b8152..c2a2a1c6b2ce55151593be380ece8bdffcaaf093 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.c
  *    random number generator
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_random.c
index 3d4d948bf3df71f8c263b38e3d30d2234164363a..fd47992b90f54266a8e71a3ee7df39c3ac073e0f 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.c
  *   linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_selection.c
index 449fdc3474264db4a0a1d3adda294beb810357db..58d78e62ecab7655a49f5d0f01e7152ed1b45710 100644 (file)
@@ -3,7 +3,7 @@
  * allpaths.c
  *   Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9b657fb21fd0111dd4f3f99a6ab6578240e220ae..dcac1c1e7d4ccfa8a59c8eef568fe0b2f692ef33 100644 (file)
@@ -3,7 +3,7 @@
  * clausesel.c
  *   Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 659daa202654f931511d92430312ef743eaccd5e..020558b430af072e464231571398d6bc77baa826 100644 (file)
@@ -57,7 +57,7 @@
  * values.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9919d27374f68ad400ad1cd32e1e63982aadbcf4..eb65c970d7061ab1ca7118362a254c64992122a3 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/optimizer/README for discussion of EquivalenceClasses.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7aab644e4563b518e257c90f97db4bc70249f44a..b86a3cd501ee6d639171b44d5e5d54f1b6c56b6e 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to determine which indexes are usable for scanning a
  *   given relation, and create Paths accordingly.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index be54f3de0baa1c34241a19a04033c64d26958126..e6aa21c45f5909fb74d3dcade29893d6144616cb 100644 (file)
@@ -3,7 +3,7 @@
  * joinpath.c
  *   Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 610892890f572106d1814dce554767561247ec7f..e7e9a1ab49b9d66d3ca1780490da223b71921dca 100644 (file)
@@ -3,7 +3,7 @@
  * joinrels.c
  *   Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5d953dfb45ae1a4547f77a8e1341819726b2b9ef..42183dfecbceee2dec70c8377fa3e1bd26395698 100644 (file)
@@ -7,7 +7,7 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a31d67493bb67feefcc5828f6dea60ed360e7eee..1258961964fa0bfa51deff2b78889c5cf1228292 100644 (file)
@@ -25,7 +25,7 @@
  * for that.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e99d416e852a1a2497ae95a28db365f4888974a1..11d39336b1a66172545c5f99d0203c6df742fd43 100644 (file)
@@ -11,7 +11,7 @@
  * is that we have to work harder to clean up after ourselves when we modify
  * the query, since the derived data structures have to be updated too.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8f9ae4f643210faba9753328276ed5c06c090e47..655be8155a43bec44ea72a46bf3287ceb101bbc3 100644 (file)
@@ -5,7 +5,7 @@
  *   Planning is complete, we just need to convert the selected
  *   Path into a Plan.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f88e493edb875c9e18c3f858a9939fc4bc9c66e2..49d776d92952e720696e97208c03c11b37289e2e 100644 (file)
@@ -3,7 +3,7 @@
  * initsplan.c
  *   Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 94ca92d78e73e542001917fcc1d5fcf535067f54..b90c2ef48cb851c6b26a881e63e7106821b27298 100644 (file)
@@ -17,7 +17,7 @@
  * scan all the rows anyway.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 93484a0cd59bcebee2759cb2dffc4db2c91c0864..848df97013e45cbdf1e776d822cfe6a7df2f8392 100644 (file)
@@ -9,7 +9,7 @@
  * shorn of features like subselects, inheritance, aggregates, grouping,
  * and so on.  (Those are the things planner.c deals with.)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f752ecc16a58dc2a289198715e6965f98815ea89..9cbbcfb19d49a6ea2391000ccbb592cf033af3f0 100644 (file)
@@ -3,7 +3,7 @@
  * planner.c
  *   The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4d3fbca5969d8e4e956b27e53d6e640234883acd..7703946c853abb4579dec27357f2721b2edbcd09 100644 (file)
@@ -4,7 +4,7 @@
  *   Post-processing of a completed plan tree: fix references to subplan
  *   vars, compute regproc values for operators, etc
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 579d021893c3d57148aa24e767cd1088fffd6e94..78fb6b199ca45757119a7a4a3a6484d97684b2c9 100644 (file)
@@ -3,7 +3,7 @@
  * subselect.c
  *   Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9cb1378671d02a3a55ac51e76711695114137494..8a0199ba9368d36d10871b5ce0fb9903c5476ff5 100644 (file)
@@ -12,7 +12,7 @@
  *     reduce_outer_joins
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 244e5dbc150842f3751df6f64144c916d999c630..bd50926b13d119721e5e610dcbf04a30e6c3fdad 100644 (file)
@@ -19,7 +19,7 @@
  * tree after local transformations that might introduce nested AND/ORs.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b625b5cffc29654888cc282b326317c419336546..af3ee61bef15010f751b2a4b4b2c68e1eb21ecb8 100644 (file)
@@ -3,7 +3,7 @@
  * prepsecurity.c
  *   Routines for preprocessing security barrier quals.
  *
- * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4ab12e51df7692ec6d259a51fc8802f71c5f6eb8..8a6c3cc5e5c644de516a32a68e9b81898d2a65a8 100644 (file)
@@ -14,7 +14,7 @@
  * between here and there is a bit arbitrary and historical.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2fefc7d4f60d565931373809d1d03102b773cce3..05f601ec2f076e127386a2be597f399f6aa6ea4b 100644 (file)
@@ -17,7 +17,7 @@
  * append relations, and thenceforth share code with the UNION ALL case.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fb1d070500cc790807e72bff338941452c7c9850..b340b017154950018ed23c2275a9646c5fcfcd68 100644 (file)
@@ -3,7 +3,7 @@
  * clauses.c
  *   routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 40af38d7ada23be604f564e746580329ce3528e7..fe7c8c58b291e45a57f600cf890f92969f54c17d 100644 (file)
@@ -3,7 +3,7 @@
  * joininfo.c
  *   joininfo list manipulation routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8fecabbcda1c4c581a6f4442e65580537ffdbd34..d1c4e99a9b70578b64254027732988404f3865b1 100644 (file)
@@ -3,7 +3,7 @@
  * orclauses.c
  *   Routines to extract restriction OR clauses from join OR clauses
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 319e8b2c37968882cdc70d465e17f9042a572d40..1395a2113982b2b908b38ef57573322dbc3c90ee 100644 (file)
@@ -3,7 +3,7 @@
  * pathnode.c
  *   Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 36d19b84e88c266835cef35f9944e6da707e72b0..287031547a3f795f8450608ea107bb19d4c5e2bb 100644 (file)
@@ -4,7 +4,7 @@
  *   PlaceHolderVar and PlaceHolderInfo manipulation routines
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b2becfa6765702f47c050436d9ae2e0e6b4b9f53..265c865fcb8279e17e347230212af04814c17143 100644 (file)
@@ -4,7 +4,7 @@
  *    routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6daa0588a6cbf3700ee16a054a5ac35be815a718..cd34766c9a79888a3595275c89bc67f29c24332c 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to attempt to prove logical implications between predicate
  *   expressions.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c76f542b9b740b2a504b04ac8ec7c9612556ab0..8cfbea04e8b7afb871847bbfd7c793b5d0ff847b 100644 (file)
@@ -3,7 +3,7 @@
  * relnode.c
  *   Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e861ce66576217e7e36272be831a22a00da2db04..e5f783651758451d31543f47eed765d4c5ad46f0 100644 (file)
@@ -3,7 +3,7 @@
  * restrictinfo.c
  *   RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b5c6a44354fac49ce74f10d07a774c70c28d565f..a1a504b24d6c15408831d93818362c22205a9ef3 100644 (file)
@@ -3,7 +3,7 @@
  * tlist.c
  *   Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a64a8d7d5ffb408a959c9b51c0fac13f726fe6a6..8f864323611d2ce15e0c1a8ca5bb25a1705db8de 100644 (file)
@@ -9,7 +9,7 @@
  * contains variables.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cc569eddd562730867e8f96cde59be81859ae120..a68f2e8bb1406d117ab505382f2af9bdbbf4d3c2 100644 (file)
@@ -14,7 +14,7 @@
  * contain optimizable statements, which we should transform.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/parser/analyze.c
index aa9e0d001ddb598b146dd36226e811f91d47b2d2..85c2e116b66573ae78fa48e0db5e1a67dbd466c4 100644 (file)
@@ -4,7 +4,7 @@
 # Usage: check_keywords.pl gram.y kwlist.h
 
 # src/backend/parser/check_keywords.pl
-# Copyright (c) 2009-2014, PostgreSQL Global Development Group
+# Copyright (c) 2009-2015, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index eaaf2c23336bdfd25ac79b7d1b2f57603a322b06..679e1bb5ae4bb3d1a0be2ebaf010bc7ae9b31322 100644 (file)
@@ -6,7 +6,7 @@
  * gram.y
  *   POSTGRESQL BISON rules/actions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index df9eaab189a2044a82e59eea273ebe0a13202cbe..2462cdf0a80e71c0106e2d8de7483f05ac4ae66f 100644 (file)
@@ -4,7 +4,7 @@
  *   lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index af05aa70eac860a8ef15465140a27e4f07408734..85ba4bd747f825557b7f91125ad5df929a48f1be 100644 (file)
@@ -6,7 +6,7 @@
  * NB - this file is also used by ECPG and several frontend programs in
  * src/bin/ including pg_dump and psql
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c984b7d5e469fbc13ae246682d9ce76140d82d3c..7b0e66807d46b7130334e99df12b6e7418faeb02 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.c
  *   handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4931dcad3b6bff6403b016d6d40b0897ad67e31f..654dce6755e7e82fd4948809d39c305aa2775c1f 100644 (file)
@@ -3,7 +3,7 @@
  * parse_clause.c
  *   handle clauses in parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8416d3675b1e9690fc483c74fcc43519a320a17e..a4e494be7a2ad4faa4651c270884e464d43b6ff4 100644 (file)
@@ -3,7 +3,7 @@
  * parse_coerce.c
  *     handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bbd10304cca435d4b409ad69f23208aff4c92e97..7c6a11c7575e0648b78e39be81d92b170a6861ef 100644 (file)
@@ -29,7 +29,7 @@
  * at runtime.  If we knew exactly which functions require collation
  * information, we could throw those errors at parse time instead.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 04b585d1e20304c57038310fd8676aba3139fd47..dfeef798a6cf2f8ea8476570a8d99ae76d469d1d 100644 (file)
@@ -3,7 +3,7 @@
  * parse_cte.c
  *   handle CTEs (common table expressions) in parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4a8aaf62b316b23e367e15dce708ad909c077bc0..f0f0488c57ad52691bb946e7de4c820a08054bb8 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.c
  *   handle expressions in parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9ebd3fd43bda2b9ded6f32ec6cf83aa250334d0c..a20080400e42dea0a473f264284995f88b162d99 100644 (file)
@@ -3,7 +3,7 @@
  * parse_func.c
  *     handle function calls in parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1e3d1f68fab00d30ac932e066858cdba5c0a8101..4130cbff5edf69a0361c02d11dede4c2972cc904 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.c
  *   various routines that make nodes for querytrees
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 11a6397a4d51eb1851999cbfbcd690a65154ab1d..10de97b772963605dea73e01453b3e8b6c42f381 100644 (file)
@@ -3,7 +3,7 @@
  * parse_oper.c
  *     handle operator things for parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41b755a1fa9d5fc5c56dc7e45012c555083255c4..bdc23fa9ce131888f44ff7817c3aadb5835e97bf 100644 (file)
@@ -12,7 +12,7 @@
  * Note that other approaches to parameters are possible using the parser
  * hooks defined in ParseState.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 478584d946eb51d9f00c102e950969596bc3eadb..8d4f79fd986e7789e5840878e1606f86957967e1 100644 (file)
@@ -3,7 +3,7 @@
  * parse_relation.c
  *   parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 328e0c67acaf5320b70c55ff5fce771cc142fd5b..3724330dc842561a1162a10c9f365ee99120b5ac 100644 (file)
@@ -3,7 +3,7 @@
  * parse_target.c
  *   handle target lists
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4ab7fe59b845fc4993b722548ed3d164142cdada..ca5fbed34f484f6a2e64030bc03e1b9adf9685e0 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.c
  *     handle type operations for parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a85327df2cbfbf55a0f4dfd5e8ee9014fa4afc4c..3ccdbb7d9def125c50fbf2c1d4e3a15d54e3d3cf 100644 (file)
@@ -16,7 +16,7 @@
  * a quick copyObject() call before manipulating the query tree.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/parser/parse_utilcmd.c
index 663296683a5fabad2f88aafe045dacb94ae916b0..db49275e00a476743ac399d96c72f265ab546c1f 100644 (file)
@@ -10,7 +10,7 @@
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 146ae3db2d6657fc58ea77220d98fd4751ac2f43..21a6f30e10cb94d3b878ce527a84b303ee6109de 100644 (file)
@@ -21,7 +21,7 @@
  * Postgres 9.2, this check is made automatically by the Makefile.)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e9fa5dd0b02eab0be9b12113fc2fb70fbe2ad8c7..1b163548f9d61d67d8e68b593741b41619185ed9 100644 (file)
@@ -4,7 +4,7 @@
  *   support routines for the lex/flex scanner, used by both the normal
  * backend as well as the bootstrap backend
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 32255b006757af9f34d34f069bbea6c4fdc4ac03..3f53ec13300ca687fa7fc6edb1ac30fbc0b21c2d 100644 (file)
@@ -3,7 +3,7 @@
  * atomics.c
  *    Non-Inline parts of the atomics implementation
  *
- * Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 126032a81195505b75f18ab9f71997c72592a968..967ccd446059ca99617573d7f8d34558c95ad8f3 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for AIX-specific routines
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/aix.h
index 727d534098d1ed9a470a1bdaa24afb43a4d0711d..d5f6ed330365519c92403808252d06ede061c572 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Dynamic loader declarations for Cygwin
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/cygwin.h
index 60d8654818976147ef02e3b331ff5d871abdef3d..b13d47db098d53509be0c329a1d55e68a24a4c86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 12f833efa9af4567cfe7d2d8e13ae2d7d8f02a4f..a04df2417b09e5cf270258a59cbe72da7c72bbb5 100644 (file)
@@ -3,7 +3,7 @@
  * freebsd.h
  *   port-specific prototypes for FreeBSD
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/freebsd.h
index 30059569b459fca49befdf7595aa480d4fdec0b3..526336ac05ab8fefde012c88e98c2912c8893c43 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *   dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5965dc10233670f625c3553438f41c0ddcc700e3..f695acc9048bcaeee09cca4b545fcd598c781fea 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.h
  *   dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a8a62fc0fd4f02017c3448bfa31a04df22cd20b1..4c308d13d6acf77bfc73d3c71740663c456e460e 100644 (file)
@@ -6,7 +6,7 @@
  *
  *   You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index db2ac666015673bebddc60bc4af48c377754d9a4..07d6efe7defcfd5b746bb3d21a4c09af2be1068a 100644 (file)
@@ -4,7 +4,7 @@
  *     Port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/linux.h
index 9af0467347c9b3fcbb25e27bebd41b1018f4058c..2f37f5f6ecf896be3c7b7c41fc6f72b45401e2f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 62cf8a65f3492aeef7867db5a62ff2efaba6b054..6b2edb70c33d3611839e4d679f0b0b04a0b7acb0 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for NetBSD
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/netbsd.h
index 41459db3880ed56208a3bda884d5b9ea737dd048..e990671d88e8036bd28ef0a35c90f6222f58c58b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index de5fddc4f21af3f1f07a7d09f9af795fb44582e8..bf6c9a1896ae4662fb60c2895656957734b1061a 100644 (file)
@@ -3,7 +3,7 @@
  * openbsd.h
  *   port-specific prototypes for OpenBSD
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/openbsd.h
index 5efe119e6f087bca1ad6474e131b951e0a4b691e..15bc364086d3758b5099be41e59f8550eded67f2 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for SCO 3.2v5.2
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/sco.h
index 70e214d532cd635007429af43b181f50c32ce64d..27dc4c34bc5112dafb07a50d79e772ed70892527 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for Solaris
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/solaris.h
index eeed85837eaf2c078ed0bef54f0517c1a77286af..3921201e275a8e292c1a11ef0f331d1edf0e3695 100644 (file)
@@ -7,7 +7,7 @@
  *   port-specific prototypes for Intel x86/UNIXWARE 7
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * unixware.h,v 1.2 1995/03/17 06:40:18 andrew Exp
index 1aafd31e1feeea57a574c3fd3890ca165774003d..633bf5afebb0df63a0d84f164f03dd123bc8085b 100644 (file)
@@ -7,7 +7,7 @@
  * sem_init).  We can cope with the kind made with sem_open, however.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9f72ed3115df6ddea9b001fb7fb2e9160970a2db..5a0193f06b1c461a48fce7fe1b1889217a6b5ab2 100644 (file)
@@ -4,7 +4,7 @@
  *   Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b7c9b809401e728cb34e3e044b9df3ed0c0ba1e7..d95ab9273c51cbde1561466a4088156415d99ad0 100644 (file)
@@ -6,7 +6,7 @@
  * These routines represent a fairly thin layer on top of SysV shared
  * memory functionality.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dcf54e2d418b3697792a89b6bd20ae3c478edb31..052754189a251fd6399d759ac4faa158b74db791 100644 (file)
@@ -3,7 +3,7 @@
 ! sunstudio_sparc.s
 !    compare and swap for Sun Studio on Sparc
 !
-! Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+! Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 ! Portions Copyright (c) 1994, Regents of the University of California
 !
 ! IDENTIFICATION
index 1551a767634eb215b712f077ee5ebfaffd1e1df2..b5aa3e436142e66a78ffcb43fd0a5252e8e1cc00 100644 (file)
@@ -3,7 +3,7 @@
 / sunstudio_x86.s
 /    compare and swap for Sun Studio on x86
 /
-/ Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+/ Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 / Portions Copyright (c) 1994, Regents of the University of California
 /
 / IDENTIFICATION
index d0e928f8c493e7dd97f167553deb3b5b0513b37d..ecf01bd22b92c02fd13da7915cfa93cfa26802f6 100644 (file)
@@ -22,7 +22,7 @@
  * process, SIGUSR1 is sent and the signal handler in the waiting process
  * writes the byte to the pipe on behalf of the signaling process.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e03a1a381ea2b0b80572aea056b3d5a72fce7fcf..1e90baf8c10e53adf4fd9e7baa42ee65ff2235ae 100644 (file)
@@ -28,7 +28,7 @@
  * be added, though at the cost of a greater chance of the crash dump failing.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/crashdump.c
index 886fca2d166357a4d2dc4f4d8118ef66c0d66101..1dbbe67f893142b85a978a7e2739c6916470b4af 100644 (file)
@@ -3,7 +3,7 @@
  * mingwcompat.c
  *   MinGW compatibility functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/mingwcompat.c
index 57872905e83169c86a74a558028d21f771ca3f47..e9cfe15133e18ff81a15a23d23edad4c314e634e 100644 (file)
@@ -3,7 +3,7 @@
  * security.c
  *   Microsoft Windows Win32 Security Support Functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/security.c
index 322b857e73ddc28d068985bd8d52e02a90012aa9..1aec0b518934d27a0447cc367da0fd61c9370bf4 100644 (file)
@@ -3,7 +3,7 @@
  * signal.c
  *   Microsoft Windows Win32 Signal Emulation Functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/signal.c
index c981169fe1f8c9dcd6f875000074819a746197cd..957a421b4441d37c498864fd0a2cbc7e8b1d8803 100644 (file)
@@ -3,7 +3,7 @@
  * socket.c
  *   Microsoft Windows Win32 Socket Functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/socket.c
index 1553dbf3860c7439e035c77a6c47bab868adb2d9..5b8ad7b32f9ced225e8139f05e51b622e5b2ace5 100644 (file)
@@ -8,7 +8,7 @@
  *   - Does not support interval timer (value->it_interval)
  *   - Only supports ITIMER_REAL
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/timer.c
index 6c50dbbe0191d932c20caec580b65d5424609e2b..112e60ed5948da3ed60001789ceda5c3fecfbe39 100644 (file)
@@ -9,7 +9,7 @@
  * The Windows implementation uses Windows events that are inherited by
  * all postmaster child processes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0adc73af7b167a8562fb4575c836e8dd78665be1..f848ff82b09ba35a2f4f25256ade6aab15fa13d8 100644 (file)
@@ -3,7 +3,7 @@
  * win32_sema.c
  *   Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32_sema.c
index d144edaa1929cbaea97368d037935f4c29ad1a20..db676278a69ab2061b78e10a1681613af60079f1 100644 (file)
@@ -3,7 +3,7 @@
  * win32_shmem.c
  *   Implement shared memory using win32 facilities
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32_shmem.c
index 675f985eadacc09004ee735ae822e060487821e3..062b1209051f53ebae70b58eea3c6c5b2e494828 100644 (file)
@@ -50,7 +50,7 @@
  * there is a window (caused by pgstat delay) on which a worker may choose a
  * table that was already vacuumed; this is a bug in the current design.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85a3b3a077340c2f6d3144b762cc625ba3edb298..8a7637baec96cb81109880ab35a5ea5026ae6a8b 100644 (file)
@@ -2,7 +2,7 @@
  * bgworker.c
  *     POSTGRES pluggable background workers implementation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/postmaster/bgworker.c
index 101854ab586904d196a726ab717c1224670fbe6e..872c23110aeb977b7c63019190290fd8e13cd747 100644 (file)
@@ -24,7 +24,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8a79d9b23ad95083bc38b86dd7aa907bcabcfb68..4d1ba40ec8804fb4c41182dd88d38bc0782ed482 100644 (file)
@@ -26,7 +26,7 @@
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index dd3ababc5a2e9e12cdd9b8774af74ddcc6e25479..f4bf23de51c5aa56925dd810d42ea32bee87fc3c 100644 (file)
@@ -4,7 +4,7 @@
  *  EXEC_BACKEND case; it might be extended to do so, but it would be
  *  considerably more complex.
  *
- * Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/postmaster/fork_process.c
index 6a5c5b07136229a2727da2d3ab77f6701a0fd44f..75e7e1b2903e496b72dcec849eb4048cecd676f3 100644 (file)
@@ -14,7 +14,7 @@
  *
  * Initial author: Simon Riggs     simon@2ndquadrant.com
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 17bfc0bd159c7c2b4064d139a066b1174501ab2c..ea3bd4b3e8898fff70944fbb2455a3a3260d0a0f 100644 (file)
@@ -11,7 +11,7 @@
  *         - Add a pgstat config column to pg_database, so this
  *           entire thing can be enabled/disabled on a per db basis.
  *
- * Copyright (c) 2001-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2015, PostgreSQL Global Development Group
  *
  * src/backend/postmaster/pgstat.c
  * ----------
index 5106f52e0e0d49e56d9cc0050df72e5c7fef8a61..c3cff7ccc4bc7c5a6cfdb820f36200d35c8ecd0f 100644 (file)
@@ -32,7 +32,7 @@
  *   clients.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a116d029f2d547fa42381e896d5bc49ac1449ae5..72501e07f31a6ca51c4c5afdc69ae4ddadd29e05 100644 (file)
@@ -9,7 +9,7 @@
  * though.)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 916519be5024cae585599049049ee90ebc5d1f97..c1b64ac751300300963e359fb4e44add76f8d6e9 100644 (file)
@@ -13,7 +13,7 @@
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
- * Copyright (c) 2004-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 0826f8874caa3759124c7237f7d6666814579604..2101b45c1a38042d7ae2e4655ffdad33683e178b 100644 (file)
@@ -31,7 +31,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 6b2e38e165dbb3a03928416fc5e15f196ab8a251..b707b065a98e26b94fcaae66cff5948c22792f96 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This file is #included by regcomp.c; it's not meant to compile standalone.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dd1a0b079d2f9911cd2ee17de00b2078884be81b..c5524ae492756e7aaf33149b1de9d741616618db 100644 (file)
@@ -15,7 +15,7 @@
  * allows the caller to decide how big is too big to bother with.
  *
  *
- * Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 9234b4c20ad3ab58b7ab42e1fedd20938325d8de..e78faf399606fb004f11163e462bb9a1f2349f89 100644 (file)
@@ -4,7 +4,7 @@
  *   Extract a common prefix, if any, from a compiled regex.
  *
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 24c3d8d314068a92f35348baa597f3f54bb90dd2..07030a2ef08d8f4fb4d7bb9354fd55605b55b5e8 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.c
  *   code for taking a base backup and streaming it to a standby
  *
- * Portions Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/basebackup.c
index 96e73fb6a4d1b243b4fcfdc4936759412ef7fd95..ddcf6b294032b41271102ed112fd78169b418783 100644 (file)
@@ -6,7 +6,7 @@
  * loaded as a dynamic module to avoid linking the main server binary with
  * libpq.
  *
- * Portions Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a455b9242fb9eb79b5d8fd8017029c8fbb0cb391..77c02baf1137b1c14d46016fdee496e5fea9afaa 100644 (file)
@@ -16,7 +16,7 @@
  *     contents of records in here except turning them into a more usable
  *     format.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8fd663562672f6b9145023eeb7344f5e37728ee6..939831b5576da05edef87dbff90dc89df742bb4b 100644 (file)
@@ -2,7 +2,7 @@
  * logical.c
  *    PostgreSQL logical decoding coordination
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/logical.c
index 1977f098c798b3cfa310f19ba24eec4ea6022762..3be5263c3f9f81611ca99c28b8cd1034b25619eb 100644 (file)
@@ -6,7 +6,7 @@
  *    logical replication slots via SQL.
  *
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logicalfuncs.c
index 799ec8430ce6dcd65226c978bcecf6e22c8d85df..6e668aeef1e1efe1de7e006f8392a2936fa8ebc3 100644 (file)
@@ -4,7 +4,7 @@
  *   PostgreSQL logical replay/reorder buffer management
  *
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 20f9b04adfa71858391435f5e3138bd7356f2220..e91145328a8c73caa6b1107cc5561b8e5f33fdce 100644 (file)
@@ -96,7 +96,7 @@
  * is a convenient point to initialize replication from, which is why we
  * export a snapshot at that point, which *can* be used to read normal data.
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/snapbuild.c
index 154aaace9f50721a0ae55b60afd7ac23e2ed5f8c..2a41eb148fd0273c202fb18a492d59ecf9d83edd 100644 (file)
@@ -3,7 +3,7 @@
  *
  * repl_gram.y             - Parser for the replication commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a2571244229549dcf19f83eaf4562cca63468866..449c127e1889e64602ef47c1168da640fde71b97 100644 (file)
@@ -4,7 +4,7 @@
  * repl_scanner.l
  *   a lexical scanner for the replication commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 87086166b7718edf003ebc068c25617e2f171501..5f64e494c5d7e3c2a60dccb5ea1a3d7c564e757d 100644 (file)
@@ -4,7 +4,7 @@
  *    Replication slot management.
  *
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bd4701f97dfa04e2b8ade5c1c16363c31aa76544..f31925d862b6749d7c4196a8ff1e11d092b10138 100644 (file)
@@ -3,7 +3,7 @@
  * slotfuncs.c
  *    Support functions for replication slots
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/slotfuncs.c
index a2b17f151639fec5d7f8c3a67826ed89720dffd9..c99c270a7ca57aadce98a56ab07c358649b0fa7f 100644 (file)
@@ -35,7 +35,7 @@
  * take some time. Once caught up, the current highest priority standby
  * will release waiters from the queue.
  *
- * Portions Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/syncrep.c
index c2d4ed3a96846a632232b64cabaed64313be4caa..3dbefc603b0cf7edda4d5d4ad23f73de4f40c43b 100644 (file)
@@ -33,7 +33,7 @@
  * specific parts are in the libpqwalreceiver module. It's loaded
  * dynamically to avoid linking the server with libpq.
  *
- * Portions Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 579216af34d22c127f8bbb9d03ec6bc5281afdba..496605ff84f3d1964b26fd541e37365046f638a1 100644 (file)
@@ -6,7 +6,7 @@
  * with the walreceiver process. Functions implementing walreceiver itself
  * are in walreceiver.c.
  *
- * Portions Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 11f06ea6caec97bddcf5cc692a25ad8ff2f37b3f..86c36bf502c26e12b36d49a4ea49f3793cf29d1b 100644 (file)
@@ -31,7 +31,7 @@
  * and then exit.
  *
  *
- * Portions Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/walsender.c
index 660d06934606aabf314aaf1a87413ff38871b64e..eab4d7367c2cafdea54fa85028ddeadeb2d61fc0 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteDefine.c
  *   routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2ed64279f07bec49ed7ee8f3fb23e265b7c912bb..b8e6e7a60514989bdf47bffd9a0a961589436159 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteHandler.c
  *     Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c9e4b68341e2750fe1305b6ee71a6f7a2a50d830..75dd41eab62ad1955741bace10832468b2e8b849 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3ef6158ae8b7583ba9e0ab76127e0a9a1b8235c..9d478de25f88dded6980c47fa1680499e4704d76 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteRemove.c
  *   routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eb54d5ce6db27be15aa18a72087e491ce9e8bc75..1538ec9945571992a7775043c3f52d01c628a568 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6c232dcf9ae3cf3d58dd290c2dc6771661ef48bd..35790a948f5f96871a93f7a85443a20579868f82 100644 (file)
@@ -28,7 +28,7 @@
  * in the current environment, but that may change if the row_security GUC or
  * the current role changes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #include "postgres.h"
index 545c98c9c62df4ba50b0cedefe361bd00f476819..bc31839bdd94155456938c16424c75b7f0016938 100644 (file)
@@ -3,7 +3,7 @@
  * dict_snowball.c
  *     Snowball dictionary
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/snowball/dict_snowball.c
index ff6c713b4f6508c56834c660375589b8a6326b11..4434bc36f18c2d29223b29ffbe20a5975ba404d5 100644 (file)
@@ -3,7 +3,7 @@
  * buf_init.c
  *   buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0750b639db603cf58d95e666275798c4d7ffd3aa..6ed47d5142de68ec71aa2bd031b453159d02cc8b 100644 (file)
@@ -10,7 +10,7 @@
  * before the lock is released (see notes in README).
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1b99e216f125b82ad96c1409a72373fc0c7bd0f6..7eed0baabe0cbc4a008f765961da2315f40abf53 100644 (file)
@@ -3,7 +3,7 @@
  * bufmgr.c
  *   buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 180afcf4fd9cb2ae6411cd5ac413f3f3ccafa254..ac647d65458175ad7b6942a98d30745df6f1c25f 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for managing the buffer pool's replacement strategy.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3768b0212674b7b09d506edc82f98dc8a16dc5ec..1fc0af386cb1a53bede8c85fe4332e357f19efe7 100644 (file)
@@ -4,7 +4,7 @@
  *   local buffer manager. Fast buffer manager for temporary tables,
  *   which never need to be WAL-logged or checkpointed, etc.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 0f007c821224b7efa96a5f51736b4b4277495b8e..ea4d689179f83ccdd3d9ca396ac944e7f2f2fe98 100644 (file)
@@ -3,7 +3,7 @@
  * buffile.c
  *   Management of large buffered files, primarily temporary files.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e17b8947ef76ab37ddc47b10e78205e78a4598af..41b2c62bb6cfc1c6458bebb7056ae054f8e2f741 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.c
  *   copies a directory
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * While "xcopy /e /i /q" works fine for copying directories, on Windows XP
index a11fa6cbdf882a725582546b9bea6f5561cb78a7..f7967178c694232c44015fa2831d2ab4f0db4684 100644 (file)
@@ -3,7 +3,7 @@
  * fd.c
  *   Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2a31ace2c5a7f7947a2c9ba9bb5b4f19db9bf3cd..afd92554fbd3d3f2ffcee2bcb21897c384353984 100644 (file)
@@ -3,7 +3,7 @@
  * reinit.c
  *   Reinitialization of unlogged relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8eee0ce80e639a595606ccc683e4e5e4a61f36e7..fddb47ce85e893aaffd1b94f5ca9bcef14e106a6 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6b003cbf8744936d31ef359b1a229aa9724d2461..4346e58e6fa006946346b7cecd2bf47c6bf90a9f 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to search and manipulate one FSM page.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d74c40db38ed2560919f2c8944bc74b4fc64a143..473e239de6268def8f394b949dcd29e1c4e23f01 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding free pages in relations
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6ff1c7ea2aa9d11d12455916bd2676e5f9407531..983d0fa744f7e46f4af2ecec0a3be05ca4c70c89 100644 (file)
@@ -14,7 +14,7 @@
  * hard postmaster crash, remaining segments will be removed, if they
  * still exist, at the next postmaster startup.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index befe207f4605ebf2f925251e4f36b38415511cde..cf7938cb44d2a3a7fe24661abe342eaf395818c0 100644 (file)
@@ -36,7 +36,7 @@
  *
  * As ever, Windows requires its own implemetation.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bd7cbeae980c39db25de54b07241d0bb96ff92ad..f0f7939300558ce2299352b67c8ec182edf7bc38 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b9577cd1d46632add93f3df2fb3e8827bf23acf0..16b980868685ef6c47dff3fa928d9cc701a5014f 100644 (file)
@@ -3,7 +3,7 @@
  * ipci.c
  *   POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 83b8d170481b2a74180b388e6acea39453b7f887..0c89eb7d9d0cf7baa06eafe286a4c38f54eab970 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d953545138946d4d0b5b562356a83b80560f2294..ad1cd4b1e4f1d07f4f9e941589a8847caebe777a 100644 (file)
@@ -32,7 +32,7 @@
  * happen, it would tie up KnownAssignedXids indefinitely, so we protect
  * ourselves by pruning the array when a valid list of running XIDs arrives.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cd9a287efec27dd89936484b99635bc85bf5abfa..cf094187661e17060e4fc89b3b13098a43e0af5d 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines for interprocess signalling
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 90df5930e1a33477473412da23768025a9a59bbf..7c41400d216d76066f36ef242cc5b0963974e74a 100644 (file)
@@ -8,7 +8,7 @@
  * and only the receiver may receive.  This is intended to allow a user
  * backend to communicate with worker backends that it has registered.
  *
- * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_mq.h
index 820b12e12c619f11f3848a3303bb764a63010efa..1bef4e50309f40580393dba72dde7fd2c7cc68a1 100644 (file)
@@ -3,7 +3,7 @@
  * shm_toc.c
  *   shared memory segment table of contents
  *
- * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_toc.c
index 2ea2216a65c0ab8332d45e4f890de74c6884d44f..250e31255e9feaf380980338dafb1d5de2f05e5f 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *   create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 708ccea208ccb61655fff91812d005465a6f9640..5567520a3483aa2468ec2176a3308759cfc9b957 100644 (file)
@@ -3,7 +3,7 @@
  * shmqueue.c
  *   shared memory linked lists
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d7d040628c7c38bbbb87823b61f0c0ff6dd50412..e6b0d498c14664047f17394d39d9cb489900a59b 100644 (file)
@@ -3,7 +3,7 @@
  * sinval.c
  *   POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0328660b83eb26e092fbd05952dff22f55c01a25..bb3e604e671c46be8b73fced06235388adae473b 100644 (file)
@@ -3,7 +3,7 @@
  * sinvaladt.c
  *   POSTGRES shared cache invalidation data manager.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4269dda66b62b0340778521cceafb4c2895f610b..292bed55c6123ec87159d3b2500350c58decff98 100644 (file)
@@ -7,7 +7,7 @@
  * AccessExclusiveLocks and starting snapshots for Hot Standby mode.
  * Plus conflict recovery processing.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 091814230113ecbe3cc8c0a3ba5872dd2fcb3ef5..a19c40186f5b295f4de2a4034ef2865bf8aad1ae 100644 (file)
@@ -19,7 +19,7 @@
  * memory context given to inv_open (for LargeObjectDesc structs).
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 298c577640742e388c0b9d572cf9796be87d305d..aea46b28ffc1512aa73743dd3187965a22844d11 100644 (file)
@@ -7,7 +7,7 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6cc4d269eaf07cdef1ffe5de16cb2b20b81f33f8..d13a1673344b302534ba939cb49421eb43dd2a10 100644 (file)
@@ -3,7 +3,7 @@
  * lmgr.c
  *   POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 173c9db52e2d3504ceb7f1cb2854871815891e24..61c8d216f7559eb121df1dcdf01bff6ed65a70f8 100644 (file)
@@ -3,7 +3,7 @@
  * lock.c
  *   POSTGRES primary lock mechanism
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0741542e2da668a37d74a4da728be44ae8b3d3c7..1e7620cc65231114269b13a735aa49d3ea7ce3cd 100644 (file)
@@ -18,7 +18,7 @@
  * meaning of the variable is up to the caller, the lightweight lock code
  * just assigns and compares it.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e783955a40afb8f1ccc24e088d6084a581caad69..b81ebeb260ab009ab093946123fa0ed3087ee959 100644 (file)
  *     - Protects both PredXact and SerializableXidHash.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a4789fcdc87a9cbf253892b98be9e3bae75c1883..777c60b64d4c71d293b748a8736531e35c601afc 100644 (file)
@@ -3,7 +3,7 @@
  * proc.c
  *   routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a5575782b96b17309b11e3527026ec016afdb41..0afcba183b468430114b6bd2cf9e8b43169fa820 100644 (file)
@@ -4,7 +4,7 @@
  *    Hardware-dependent implementation of spinlocks.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index de3d9224e6eed5a05e576ef050d0edcd3c30c518..1ca718bfd9c957d922d367e146b2cc2ac5b28a4e 100644 (file)
@@ -11,7 +11,7 @@
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b858c8271910c544aacac7a40db0959dfb9a990..c0095c7ba18111609858bfe06bd0481f57e3c3a9 100644 (file)
@@ -3,7 +3,7 @@
  * bufpage.c
  *   POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 546ffdc4452ed80b452fb57efa262fe70c3e7422..25661ef7bfe5cd6a47df20285153973398d9f09e 100644 (file)
@@ -3,7 +3,7 @@
  * checksum.c
  *   Checksum implementation for data pages.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7f79cc272df3d0ac1598ac0f14a305f75d9a763c..c9918289691718775777b893ab65ec536cb43d31 100644 (file)
@@ -3,7 +3,7 @@
  * itemptr.c
  *   POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 53d9188e18b443bdf127fb3b01ca4ac568a4086c..b754d3bd1981aff9d362028df1a7256ea14e9a2c 100644 (file)
@@ -10,7 +10,7 @@
  * It doesn't matter whether the bits are on spinning rust or some other
  * storage technology.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 87be47709fcc15e23cbbffe38df7413f89a34ed4..244b4ea72c8808daea4517c80f78cb1b927c8452 100644 (file)
@@ -6,7 +6,7 @@
  *   All file system operations in POSTGRES dispatch through these
  *   routines.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8cb29b31e98169cda968e9e13b63b5706b79492e..36093f2fdddc906cec52d4d30a78a7fcd7e7e3b1 100644 (file)
@@ -3,7 +3,7 @@
  * smgrtype.c
  *   storage manager type
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7801d3fef112dba43690015794bad4a473b890e4..bcf38952a8c2af18e009a1340e7177e6f684ce58 100644 (file)
@@ -4,7 +4,7 @@
  *   support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9f50c5add583966ab4b9eef3e8e16aefb5a7703c..042956096e49a1087b6be72f1ad63f36ccbf6a04 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.c
  *   routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cc62b2cfe8b73a17ed975d25167eb28bcfe9e6f1..c321236bbbb915c77bca8fcae5298be09897d7ed 100644 (file)
@@ -3,7 +3,7 @@
  * postgres.c
  *   POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f9ed266c1ad6f65ea5ecd0e7e882cd3144866620..9c14e8abdf87c8af57a2fde0b6e55c2ac5782a5e 100644 (file)
@@ -3,7 +3,7 @@
  * pquery.c
  *   POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71580e8ec510a37dfdc585d4b402caed8a695fff..3533cfa22d457e19c7eb8235266d965891058cc7 100644 (file)
@@ -5,7 +5,7 @@
  *   commands.  At one time acted as an interface between the Lisp and C
  *   systems.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a310b3f9009350702c7a14ca533c5831012b5d84..90ee35e5bb32245b50a7480d8249010d31a0d752 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/tsearch
 #
-# Copyright (c) 2006-2014, PostgreSQL Global Development Group
+# Copyright (c) 2006-2015, PostgreSQL Global Development Group
 #
 # src/backend/tsearch/Makefile
 #
index 1ae6507923969f2e00128fb7fc6619dc2e180c98..17e86d59d6fe41a4958d23f3ff86bb33b92ace68 100644 (file)
@@ -3,7 +3,7 @@
  * dict.c
  *     Standard interface to dictionary
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4316c357e13f251d53f5e8f0e6f5ce20cfbf5f42..031976ff5457bf9e1fed4cfe1348f99c26c5a08c 100644 (file)
@@ -3,7 +3,7 @@
  * dict_ispell.c
  *     Ispell dictionary interface
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 3b4e80be737d499a0b28cf712bc2922b5ca2fd0a..c414a6214f2282dbb1634333c04fe1e5595b0c35 100644 (file)
@@ -3,7 +3,7 @@
  * dict_simple.c
  *     Simple dictionary: just lowercase and check for stopword
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1a25503557ed208d7c96a4335ca07b94010da4fe..26725a86b2840adbfe74212ca70e66ca122f6ccf 100644 (file)
@@ -3,7 +3,7 @@
  * dict_synonym.c
  *     Synonym dictionary: replace word by its synonym
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bb8132e98d72fbd3b66a3e602ab31217ecf22ab8..4b8bc93098f0d81b6e542aa7e668eb7d4800740d 100644 (file)
@@ -3,7 +3,7 @@
  * dict_thesaurus.c
  *     Thesaurus dictionary: phrase to phrase substitution
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 650a71ef2b759ec8644ccb9a7f56e0b731538a51..3dac84c76aa1ea8cb30d389eedef125be03bfc33 100644 (file)
@@ -3,7 +3,7 @@
  * regis.c
  *     Fast regex subset
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b32dc471aa3a5e0c5f36ac9e551d7c4c1b8c269f..1c036d5d384a0b4c8566b111e7d1ddb4058ac1ed 100644 (file)
@@ -3,7 +3,7 @@
  * spell.c
  *     Normalizing word with ISpell
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 18024cc7a286481c7b56d65aaa2a6ae2d8017758..4c6ea873e78ad229e760a91154fe585f3538cd10 100644 (file)
@@ -3,7 +3,7 @@
  * to_tsany.c
  *     to_ts* function definitions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1b866f31ed25609ccef3fa621178e02b1decbb78..ad631b73bb27fe83357c3584d7c8478553c8c1ed 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.c
  *     locale compatibility layer for tsearch
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index cc309f6260c4567f11475850316cfc2244261579..fa911144eff912aa25f998621f250457e043ff05 100644 (file)
@@ -3,7 +3,7 @@
  * ts_parse.c
  *     main parse functions for tsearch
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 25337e87ab6f63e6e4a99355df45d19e212dadde..ec2c0601d2d181e5d5650022c3274b3eeb037323 100644 (file)
@@ -3,7 +3,7 @@
  * ts_selfuncs.c
  *   Selectivity estimation functions for text search operators.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index fe208704a135ba94a779c0e66ce84fce69a2c442..432b582599b91383c065f518cd629691cf607ac5 100644 (file)
@@ -3,7 +3,7 @@
  * ts_typanalyze.c
  *   functions for gathering statistics from tsvector columns
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 2e8f4f168f981f80000d0fc66f8822fd1a587368..43fdf8af5e97d645c42d741fafa25fb5ae6dde1b 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.c
  *     various support functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 18581c15944dab7fcde4aaf845e1e6456013eaba..509f3bb6a1366b09e8f060004bb960cdfff3b98f 100644 (file)
@@ -3,7 +3,7 @@
  * wparser.c
  *     Standard interface to word parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d53f2e75c2ec0038b12622b509bfc88d93e1c0e8..ca5b54358acdf7d1906f16855c5875670edd663b 100644 (file)
@@ -3,7 +3,7 @@
  * wparser_def.c
  *     Default text search parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7ab2e28555d15c9d4b0bdab1b4a2683c14369c90..176d04aaad803a1a7e424c138ee09e2b6ef2489c 100644 (file)
@@ -1,7 +1,7 @@
 #-------------------------------------------------------------------------
 # sed script to create dummy probes.h file when dtrace is not available
 #
-# Copyright (c) 2008-2014, PostgreSQL Global Development Group
+# Copyright (c) 2008-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/Gen_dummy_probes.sed
 #-------------------------------------------------------------------------
index 06b5e59ebb3e0c5c28a17c8bcc578d49b289972e..8b7186419e3d6adff45c47f0e9188b64e70cd9a1 100644 (file)
@@ -4,7 +4,7 @@
 # Gen_fmgrtab.pl
 #    Perl script that generates fmgroids.h and fmgrtab.c from pg_proc.h
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
@@ -101,7 +101,7 @@ qq|/*-------------------------------------------------------------------------
  * These macros can be used to avoid a catalog lookup when a specific
  * fmgr-callable function needs to be referenced.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -136,7 +136,7 @@ qq|/*-------------------------------------------------------------------------
  * fmgrtab.c
  *    The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index dc6eb2c8aacdb6ac66ef2ce25f8e343bd4588d9f..411d779be6bee24c6358d98675787f037800f6ac 100644 (file)
@@ -3,7 +3,7 @@
  * acl.c
  *   Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 170a28a067ca925c508c4caa897a45b6687bb16c..6cd28c8c53263731c8a2fcd50bf679646fb9c517 100644 (file)
@@ -3,7 +3,7 @@
  * array_selfuncs.c
  *   Functions for selectivity estimation of array operators
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3653888f39900e83c7e92860d4445cf4ac1ab4a6..742f94d92aa3732a3a032fbdf8cb34cebe95f91f 100644 (file)
@@ -3,7 +3,7 @@
  * array_typanalyze.c
  *   Functions for gathering statistics from array columns
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 50ea4d226b779d85764923b04d0884a65e4d638a..600646e83492dbf009190a14f28225e272d1c42e 100644 (file)
@@ -3,7 +3,7 @@
  * array_userfuncs.c
  *   Misc user-visible array support functions
  *
- * Copyright (c) 2003-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/array_userfuncs.c
index 933c6b035c60beb17a754e2edfcab25ffc2b7c9f..5591b46309bc941947a73633c27ce088524be1f4 100644 (file)
@@ -3,7 +3,7 @@
  * arrayfuncs.c
  *   Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 477ccadfb859909e58b3b3bdb4389a61210c951d..88bced38556e3ea49d22dfe89a662fa6012bf57f 100644 (file)
@@ -3,7 +3,7 @@
  * arrayutils.c
  *   This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d391095755d31083e2ffb3a6db13f9b959d210b5..9c51966ee7d5b514ac04004ead6c87a850dd3e6e 100644 (file)
@@ -2,7 +2,7 @@
  * ascii.c
  *  The PostgreSQL routine for string to ascii conversion.
  *
- *  Portions Copyright (c) 1999-2014, PostgreSQL Global Development Group
+ *  Portions Copyright (c) 1999-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/ascii.c
index 3d2f268961f1985f09aa161752edee29eaa46da5..5d3bb10afc87b17e4584b74662a808291dcbb946 100644 (file)
@@ -3,7 +3,7 @@
  * bool.c
  *   Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e0d974eea5a0f82aaca0ba17dd53f8ccc7703e66..e1a5bf78dbe925f41cf93b1cae7187691bd075ee 100644 (file)
@@ -4,7 +4,7 @@
  *   Functions for the built-in type "char" (not to be confused with
  *   bpchar, which is the SQL CHAR(n) type).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bb23b12c1712ed69c1ab7dfc8226e0dbe312688d..d66f640fe697bd7b917931d48ad63e0582f4890b 100644 (file)
@@ -3,7 +3,7 @@
  * date.c
  *   implements DATE and TIME data types specified in SQL standard
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 4381a5ae437bcc26c7c6dd87c21c99218fc8d1ed..3b0402e3cfb4f33802723dd1b751875b3e1e6bf0 100644 (file)
@@ -3,7 +3,7 @@
  * datetime.c
  *   Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a79d5d587cc5d8c96e7c94e14b3a7eadce4d9bb5..014eca5185ce9eca22f877f625e4d46e405f810d 100644 (file)
@@ -3,7 +3,7 @@
  * datum.c
  *   POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c73a249bd8fdc85ea35ee23dda61a9e3f65099f4..82311b4ca95a87a010b748eca6151defa9562725 100644 (file)
@@ -2,7 +2,7 @@
  * dbsize.c
  *     Database object size functions, and related inquiries
  *
- * Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/dbsize.c
index bbca5d68bafc485ac9e6289045e4b80aa732f409..d84d4e8b57d2d8dece6eea067b635d25cbfc1f6b 100644 (file)
@@ -20,7 +20,7 @@
  *     to evaluate them in.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e13cd6962d3b2c6d75a087c226a8647969e3a5e7..4b32b6cabbb7af05dad40fe57d0f353e43fdc789 100644 (file)
@@ -3,7 +3,7 @@
  * encode.c
  *   Various data encoding/decoding things.
  *
- * Copyright (c) 2001-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 83c38782093745e1bf0fa7e203d49994f0ec3cbb..3446da31048c3ded1adbb827b715b321d308831d 100644 (file)
@@ -3,7 +3,7 @@
  * enum.c
  *   I/O functions, operators, aggregates etc for enum types
  *
- * Copyright (c) 2006-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 41b3eaa213574c46109cef1ccdafc93d6c03e9e9..4e927d807da767d8757cedf1f76385493002f8af 100644 (file)
@@ -3,7 +3,7 @@
  * float.c
  *   Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e1763a3764293cf13bdc69eff30505042d036d4b..fc816cef8521d62b185e3aba7872c04ecca87b59 100644 (file)
@@ -4,7 +4,7 @@
  *   Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d5ff246c7bd4059ccd67656d2faa618262c7f2c1..f39de1f2329fd65d2c4fbb5a90ecbe391b9a89e1 100644 (file)
@@ -4,7 +4,7 @@
  * src/backend/utils/adt/formatting.c
  *
  *
- *  Portions Copyright (c) 1999-2014, PostgreSQL Global Development Group
+ *  Portions Copyright (c) 1999-2015, PostgreSQL Global Development Group
  *
  *
  *  TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
index 3a0957f80246f6b3cef270f2d259571b62453de4..f3f3cca5155736abaa0f643bf7799c9ef574b4c6 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for direct access to files
  *
  *
- * Copyright (c) 2004-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2015, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index bc56b0a54219ddff95880491e4eda5f4ab693a34..8fdf77bea2fd3ed1f78b0ccbf1958f72d3e62e83 100644 (file)
@@ -3,7 +3,7 @@
  * geo_ops.c
  *   2D geometric operations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4a2156d46692d3a971f787c677c1f3192c3da989..d1149e39d7a83f075fa72a71e9ead072c8951c4d 100644 (file)
@@ -4,7 +4,7 @@
  *   Selectivity routines registered in the operator catalog in the
  *   "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b8f56e5c2e14d954da6d10f9b219fbc0bbadda9e..1a91b297d8fa3b9f7902d6affe077d0ce6f1045a 100644 (file)
@@ -3,7 +3,7 @@
  * int.c
  *   Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 96146e0fda0c9123f5210d9f4deca3840e3ae81a..56d909a4f65665e73ba522011b051e11c91743ea 100644 (file)
@@ -3,7 +3,7 @@
  * int8.c
  *   Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2a9aeec8061d050b02c7238f64833f514d4c4216..3c137ead1d07cc526ef428c1aeacefbbc6913d11 100644 (file)
@@ -3,7 +3,7 @@
  * json.c
  *     JSON data type support.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 80c8ee11350db4cafd2261204c4f7dd256419d5b..644ea6d9414758d7fce4b83038b7081d9c188f19 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb.c
  *     I/O routines for jsonb type
  *
- * Copyright (c) 2014, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/jsonb.c
index 069ee03080308c28425021a948f201d40d144ef4..bc521ed831980bc360368f24404d3e6f6f575df8 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_gin.c
  *  GIN support functions for jsonb
  *
- * Copyright (c) 2014, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d9aaac9ac2791f4b61f01bbe0aab52f22b14a7a0..0635d0818f447741f5544034f38b9c20815cedab 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_op.c
  *  Special operators for jsonb only, used by various index access methods
  *
- * Copyright (c) 2014, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b51990f6fdcfc19379f13b53c6cc564813ddeec7..5cd9140896b1a8c79e27504cf0df993365199615 100644 (file)
@@ -3,7 +3,7 @@
  * jsonb_util.c
  *   converting between Jsonb and JsonbValues, and iterating.
  *
- * Copyright (c) 2014, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 93cbe274f071838ba8b3dab25260dc7160b310de..3688163d9145b37b441e4d55370128a7a460a8a7 100644 (file)
@@ -3,7 +3,7 @@
  * jsonfuncs.c
  *     Functions to process JSON data types.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a8670e9a85bd7a070ee7f614725c3f6ab11399fe..3669adc18a0d50f903d0b31ed39913d08187bb0a 100644 (file)
@@ -16,7 +16,7 @@
  * PHP 4.0.6 distribution for inspiration.  Configurable penalty costs
  * extension is introduced by Volkan YAZICI <volkan.yazici@gmail.com.
  *
- * Copyright (c) 2001-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  * src/backend/utils/adt/levenshtein.c
index bcd9e2182d0907834f1788121d501035e83a6608..284c5aeb886a853df452d526348f3d5ce720d730 100644 (file)
@@ -7,7 +7,7 @@
  *     A big hack of the regexp.c code!! Contributed by
  *     Keith Parks <emkxp01@mtcc.demon.co.uk> (7/95).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1e5e00a468d1c4201ffd7196b5a2aa008e73cf7f..3ec24872d0075723f6a45af53bc0dd96bb5aab71 100644 (file)
@@ -16,7 +16,7 @@
  * do_like_escape - name of function if wanted - needs CHAREQ and CopyAdvChar
  * MATCH_LOWER - define for case (4) to specify case folding for 1-byte chars
  *
- * Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  * src/backend/utils/adt/like_match.c
index 86878da2e7ebce79df22fc28981bbb0dac1035a2..a1967b69632f95654a045b9a0fa9eb902233af5c 100644 (file)
@@ -3,7 +3,7 @@
  * lockfuncs.c
  *     Functions for SQL access to various lock-manager capabilities.
  *
- * Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/utils/adt/lockfuncs.c
index 67539ecde92fe2061bfc87447d9aa168ce24119f..ed5a795bb0e44b82f49ff1e14cb57706dc0de141 100644 (file)
@@ -3,7 +3,7 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a6d30851df9240b377c49afc12f6176a4caa1213..c775f838d63fc34a86d723f8235ec613e5a2a1ca 100644 (file)
@@ -5,7 +5,7 @@
  *   Functions for the built-in type "RelativeTime".
  *   Functions for the built-in type "TimeInterval".
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a85150278318a56a3d55659edeafc4a431a09851..fa13a9a5897db13b338566a14a51b61a3fec8a00 100644 (file)
@@ -9,7 +9,7 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 69b9d104749f08cfeec50a658d97d10e65b1a7ea..14dd62b77195fe21b27d73a429f2a8040964edb9 100644 (file)
@@ -34,7 +34,7 @@
  * twice as fast as for a simpler design in which a single field doubles as
  * the common prefix length and the minimum ip_bits value.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d0d806f889dbc8dbf516c3305f43f7bff77d7fc8..73fc1cadb02bb9c49720e28e115be2dd696e703f 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Currently these are just stubs, but we hope to do better soon.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d841b6fa8b1d91efb7cdef0b3a7c2eb121ea2de4..a8609e8f78828dbb9ea794e58f0c9baa5e1466db 100644 (file)
@@ -11,7 +11,7 @@
  * Transactions on Mathematical Software, Vol. 24, No. 4, December 1998,
  * pages 359-367.
  *
- * Copyright (c) 1998-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/numeric.c
index 1d133634e1123a177257cadce18d7de879d63cc9..d77799acfe3afda65879f08ac8fc9afcf3863038 100644 (file)
@@ -3,7 +3,7 @@
  * numutils.c
  *   utility functions for I/O of built-in numeric types.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2badb558f03a46af8b86fa0e21f401f3b8b59221..d121e0e5c97672162af317f9c0ccfe60e4f1e7b2 100644 (file)
@@ -3,7 +3,7 @@
  * oid.c
  *   Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba3d5d6e1399fb8f0dd41dcf0cdc515b9b031705..723be9ac0c14dcc320a795de68959bd69f83196d 100644 (file)
@@ -2,7 +2,7 @@
  * oracle_compat.c
  * Oracle compatible functions.
  *
- * Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * Author: Edmund Mergl <E.Mergl@bawue.de>
  * Multibyte enhancement: Tatsuo Ishii <ishii@postgresql.org>
index a290140e9c2eb245bf2698e13f608ec01569c0bb..869a83b185a17bc25a89c2739b407544f8782c9d 100644 (file)
@@ -3,7 +3,7 @@
  * orderedsetaggs.c
  *     Ordered-set aggregate functions.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1b6874303d57d0569a321b1750dcf9fd93583ace..3acf9c8e2fd56ddd1e7d6071bb2e295c8676973e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * PostgreSQL locale utilities
  *
- * Portions Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2015, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/pg_locale.c
  *
index aa0f690412fe0f7515c000f0978dcde54935ad7f..e0848b78d46532cba22e4d3102f4da2823f4d105 100644 (file)
@@ -3,7 +3,7 @@
  * pg_lsn.c
  *   Operations for the pg_lsn datatype.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fe088901f03d132479b9007cf92df5cd323c6cca..65cb6a95c289c1bf23bbe0c25fb910c564662d4f 100644 (file)
  *
  *         Jan Wieck
  *
- * Copyright (c) 1999-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2015, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/pg_lzcompress.c
  * ----------
index d621a6812a5aa9ff7e87549d2ad811237f39c586..389ea494dbb09d5a6abbc82693e3e7c6e7ee4b44 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatfuncs.c
  *   Functions for accessing the statistics collector data
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 475ce13abf49f1c07285b29b703311cac14cdc4e..6e663c7a2bb0a21164fda3085d1a7da1379c87b0 100644 (file)
@@ -11,7 +11,7 @@
  * we do better?)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d1336b4df1bcd966e774a46cb3cddd6442fdcf7d..761633bd459f96f2bbbd120302f52bde47b1a65a 100644 (file)
@@ -3,7 +3,7 @@
  * quote.c
  *   Functions for quoting identifiers and literals
  *
- * Portions Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c1c3091391ff33d071b784a30904589ccc1ab4c0..c037b05f93303df335cfc29b64d333110eb1b3b7 100644 (file)
@@ -19,7 +19,7 @@
  * value; we must detoast it first.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2bd28f50389e44bd5d527cf09ec36589c1d773fd..c1ff471e3019e49e29ff3bd22a564f65b9c349f2 100644 (file)
@@ -3,7 +3,7 @@
  * rangetypes_gist.c
  *   GiST support for range types.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71625740407542d0d36137e1dc856d77e24fc1ae..0499095315f8e50a02b7e6ea7de8653f829e054e 100644 (file)
@@ -6,7 +6,7 @@
  * Estimates are based on histograms of lower and upper bounds, and the
  * fraction of empty ranges.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1b8394198fd7ef8eed5819587eeadff17f9b12df..d7b208118ffb1b81b8da7ef82b26c3efa9b02222 100644 (file)
@@ -25,7 +25,7 @@
  * This implementation only uses the comparison function of the range element
  * datatype, therefore it works for any range type.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 613c90ba2b13a686504a1bb610050d330496ef88..e0c09180fff1d9d5cdfe1f80899e92e4ed863136 100644 (file)
@@ -13,7 +13,7 @@
  * come from different tuples. In theory, the standard scalar selectivity
  * functions could be used with the combined histogram.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 50b33f6b364528f6c70906b1ba299e18f60b992b..4f35992629e3ee35332441fbd9a3ddc7bb4f0394 100644 (file)
@@ -3,7 +3,7 @@
  * regexp.c
  *   Postgres' interface to the regular expression package.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8cda52ba8cb342af268732452766a405f953cd9e..3d1bb32030e443ee690d33b2abbc8166f9d2d769 100644 (file)
@@ -8,7 +8,7 @@
  * special I/O conversion routines.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5c75390ce4911b8c2b2f899f4c41ab994446a302..e6dd4415077b8da32fb13d462fc882831321cb26 100644 (file)
@@ -13,7 +13,7 @@
  * plan --- consider improving this someday.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/ri_triggers.c
  *
index 9543d01d4929d040f1d16c61af5ab3111bca6f38..3dc9a843bf06d412efa3e5946c99b949b419765f 100644 (file)
@@ -3,7 +3,7 @@
  * rowtypes.c
  *   I/O and comparison functions for generic composite types.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 24ade6cc201a5ae637e66ab292e7a359ea706d5e..dd748acffdf73f85e8521bd923447bf95f4b7c76 100644 (file)
@@ -4,7 +4,7 @@
  *   Functions to convert stored expressions/querytrees back to
  *   source text
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ea9150b23f01d8573950ab2219db6d7ac65f35e4..1ba103c96baf3a6b4050d39d589c1e90cb4e1a04 100644 (file)
@@ -10,7 +10,7 @@
  *   Index cost functions are registered in the pg_am catalog
  *   in the "amcostestimate" attribute.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6e2bbdc7e9dad66560f17eb73831a9c509b4e2ce..5157899c23613ccf129f2fb59a6a99183c0b99ed 100644 (file)
@@ -3,7 +3,7 @@
  * tid.c
  *   Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 410bf47483e860c8a01a7cfe8798df4a7592d74a..67e0cf95434201b2d627a43ea34c498f7efcbf9c 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.c
  *   Functions for the built-in SQL types "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ce44360bacb55c1cddd8ddf48053bf6a2a652299..fb79092aefcedf3d7c9318a9facb1bfffbb7209f 100644 (file)
@@ -4,7 +4,7 @@
  *   Builtin functions for useful trigger support.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/trigfuncs.c
index bdef47f093cc281e0895ad579f7ecec0e53186b4..828175b7a12afc438ef5ce033b9b1877e560058f 100644 (file)
@@ -3,7 +3,7 @@
  * tsginidx.c
  *  GIN support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e9cff4ffb69283d1de3219be32c32b4397fe2f69..b56aa91bcb4c5fb2b069b58d5f0a85236e49b147 100644 (file)
@@ -3,7 +3,7 @@
  * tsgistidx.c
  *   GiST support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5226bae2d171d2024f052278133d55eb1e507f80..5936c02234570ba3a72e26ac7248033a38c988f4 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery.c
  *   I/O functions for tsquery
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e96851207f63dc7b383aaa92a1e312e6ec6d6be6..2545f4eea7c0ad18dd09beeb8ec05e5e4b1daac2 100644 (file)
@@ -4,7 +4,7 @@
  *  Cleanup query from NOT values and/or stopword
  *  Utility functions to correct work.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 23ad68642db646fa512f5d82b3dbcfe77bce1a32..d610bbc7917892d59372007f7beb9297bab73770 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_gist.c
  *   GiST index support for tsquery
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d06a5b23f9262fa42880ef29c38579f524e0b858..bd6fc2509908eca575956f213a015d763644f94f 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_op.c
  *   Various operations with tsquery
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c4d364a3871cf379ba8325d62717e50d3c43032f..8da3f00b3402618164ed792e4d6174988ec239ce 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_rewrite.c
  *   Utilities for reconstructing tsquery
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8a41fbc531ad4892c32a917bb153aca79fc9cadf..b83a7551534142c33c05cc63b2d895f780355988 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_util.c
  *   Utilities for tsquery datatype
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index dcb681d085fc931e82f3a0a0f5529327e11aef24..8952d7f0b61099e2815409c3098fbef4f3e3358d 100644 (file)
@@ -3,7 +3,7 @@
  * tsrank.c
  *     rank tsvector by tsquery
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9fdaa5b8b9703fc2b33feaa5fdb71f49f8125599..0233951c7153fd389b89133ec4b745e7e5697b38 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector.c
  *   I/O functions for tsvector
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8b71de2a17e624b9fba9f7caedf97607581fd2f9..3ac15f4d1f0b7d8cd53ae221d53f3e5bf2082c27 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_op.c
  *   operations over tsvector
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index db69b2b1ea17e08006bc15402de2457ccdb00801..eccd1a0c8db8e6a861894ec20d73cc18ee2367e7 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_parser.c
  *   Parser for tsvector
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1a2cc1d9284cde9efc6d97af09ac0b331f06b714..8c7fe7018ab564c5a1a993103f23230203754587 100644 (file)
@@ -10,7 +10,7 @@
  * via functions such as SubTransGetTopmostTransaction().
  *
  *
- * Copyright (c) 2003-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2015, PostgreSQL Global Development Group
  * Author: Jan Wieck, Afilias USA INC.
  * 64-bit txids: Marko Kreen, Skype Technologies
  *
index 65d0ca3da5f2683f494baab4472d3fcd8ec7ef79..bb76b8df66889aa2ede07faee43e86b81f159cc3 100644 (file)
@@ -3,7 +3,7 @@
  * uuid.c
  *   Functions for the built-in type "uuid".
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/uuid.c
index e3de952863d9daf0c7ad46b5d0d4406bd4ab46a2..77b05c85ee92a08c9ed08f966a04e9e6c24cd81e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 72b9f99dbc934af55794c1ebaea0a719abb7f54e..df9a2d76de1ac1df001d43c8cf658d13c0c37720 100644 (file)
@@ -3,7 +3,7 @@
  * varchar.c
  *   Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b3f397e9595270750181029542e2f0fc83e821a8..e95ed88366fd9265e26af26978d99410f39cb7a5 100644 (file)
@@ -3,7 +3,7 @@
  * varlena.c
  *   Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 789750e719ba1eee5c54121589c2d22559fa4332..2333926c86e69e3c3bc777eeee32557ba6390040 100644 (file)
@@ -3,7 +3,7 @@
  * version.c
  *  Returns the PostgreSQL version string
  *
- * Copyright (c) 1998-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *
index 19f1fde41d30d1227763912a415ea0abbd7dbac7..b3c4d9a808190f45ada53ae436feaf2ce00a0992 100644 (file)
@@ -3,7 +3,7 @@
  * windowfuncs.c
  *   Standard window functions defined in SQL spec.
  *
- * Portions Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ecb3cf55dd1789c978435dc2a1c5223be988a8dc..6b617653b7027bee7691a44db5f2123ab411281c 100644 (file)
@@ -3,7 +3,7 @@
  * xid.c
  *   POSTGRES transaction identifier and command identifier datatypes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7d903120e5b56d17cb7547b784b59436bd6c2c16..a735aa28015216d49b0a29961547e50311eefadd 100644 (file)
@@ -4,7 +4,7 @@
  *   XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/xml.c
index 75e7ae60caca9493c8410c175266bd3ad5e96913..d7212a013d131c5d4947593b585fd0ad19c060f9 100644 (file)
@@ -6,7 +6,7 @@
  * Attribute options are cached separately from the fixed-size portion of
  * pg_attribute entries, which are handled by the relcache.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index eca3f97af71be7d191663e7cd6524d39205f830c..2e4d0b393a3b1cf0f8201392a6dac40bcb6885f5 100644 (file)
@@ -3,7 +3,7 @@
  * catcache.c
  *   System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 01051b08a0dd1fe1818ddef5f77f451a5b874cb1..d9fc4b3f85558aad5806c45bdb72ddb7a42faad8 100644 (file)
@@ -3,7 +3,7 @@
  * evtcache.c
  *   Special-purpose cache for event trigger data.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6b6c88eaf0f895223eb93fdd4ece6d4854f1e0a3..0f2192c7252f8ef264c77f27b744aec5588049f6 100644 (file)
@@ -85,7 +85,7 @@
  * problems can be overcome cheaply.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 73138e0a5bb2669f276e335c276563cc2ea8d3cf..818c2f619ba1c96a0fee2cffbabde8b90369ba8a 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.c
  *   Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c537fe3236ced2a0256ca3cfae28ffed9470ce13..69c8d3ad45e820e98df08890ed45fdea00987568 100644 (file)
@@ -37,7 +37,7 @@
  * be infrequent enough that more-detailed tracking is not worth the effort.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c2e574da4827ca57e31e0f24b1f883cd5f42bb0f..f26f976f48649964f4e6cc66e1f4fa48d5bc418e 100644 (file)
@@ -3,7 +3,7 @@
  * relcache.c
  *   POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 87813fa52cb4d16a01c2b467f36cc4ebf3a4e358..5c58cce5bd6366ef1f7aef85c10bfb9323b09c83 100644 (file)
@@ -3,7 +3,7 @@
  * relfilenodemap.c
  *   relfilenode to oid mapping cache.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b90d6b5c7fd3f873b186f73f3412392ed45a4bb1..48b83516769eddcdec8b1f0530c4b198c62c5ea6 100644 (file)
@@ -28,7 +28,7 @@
  * all these files commit in a single map file update rather than being tied
  * to transaction commit.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6cbafaf691987bbe71ca47c60a5e43a334172dcf..1a0c884b24898f68762a98246ec4d971d47f793e 100644 (file)
@@ -8,7 +8,7 @@
  * be a measurable performance gain from doing this, but that might change
  * in the future as we add more options.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 94d951ce056432da4ed378ea95a337cf9291c209..bd271680e5033fe27ffe9e61e042e1604373511b 100644 (file)
@@ -3,7 +3,7 @@
  * syscache.c
  *   System cache management routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 46da30357bb5e238d7dcf923c1e9600eba702916..5b1c358626752e04069bf7399473583074ab585c 100644 (file)
@@ -17,7 +17,7 @@
  * any database access.
  *
  *
- * Copyright (c) 2006-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/cache/ts_cache.c
index 08e17b92d22db0f2726e782880e8b96fccf24db5..82b66683d167432cdfa25bfb7d35e94d330a4516 100644 (file)
@@ -29,7 +29,7 @@
  * since those may need to change as a consequence of ALTER TABLE.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 62ba092f30b6cffe7a71458c8d4a72e7a090a347..28c8c400b95efdf605bb0d547c99c6485b10911a 100644 (file)
@@ -2,7 +2,7 @@
 # errcodes.txt
 #      PostgreSQL error codes
 #
-# Copyright (c) 2003-2014, PostgreSQL Global Development Group
+# Copyright (c) 2003-2015, PostgreSQL Global Development Group
 #
 # This list serves as the basis for generating source files containing error
 # codes. It is kept in a common format to make sure all these source files have
index 07f51b3fd8572a69d9de2e5f8011dd0c5cb222c3..5bfa85664841095eabb11859ab4e271b1b6cdcc8 100644 (file)
@@ -3,7 +3,7 @@
  * assert.c
  *   Assert code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6086673a7470795d011613a88a39d86c0eb4a3a2..13395e38e75c221e117762975613ef05963aa651 100644 (file)
@@ -43,7 +43,7 @@
  * overflow.)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 042af7877bfc8192ff699fcff49b60e8ed751c77..1b6932235cb85a8fdf0de5fa8747ec355eab04a6 100644 (file)
@@ -3,7 +3,7 @@
  * dfmgr.c
  *   Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e81c855315239d024beb965c036e6961983367e7..51f3d1b00a2b3805472c895cc050a316796cb81d 100644 (file)
@@ -3,7 +3,7 @@
  * fmgr.c
  *   The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f2824e0876cb4a0477fe3daedf42a7a505d71cd2..204e1243554fdd5c9582c5cee0a94aceebb5f447 100644 (file)
@@ -4,7 +4,7 @@
  *   Utility and convenience functions for fmgr functions that return
  *   sets and/or composite types.
  *
- * Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/fmgr/funcapi.c
index c4ba17b86e87060f26e9efce0f7ee736ad22e6a8..53cb7ac3de9984b16e535e395b342b2da3aa602c 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes.h header from errcodes.txt
-# Copyright (c) 2000-2014, PostgreSQL Global Development Group
+# Copyright (c) 2000-2015, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 5f6d6cbbde5ac215df8a216b0f80d273d7de18cd..27580af397131abaaf3fc6f0f74b50b9b69fa03e 100644 (file)
@@ -40,7 +40,7 @@
  * function must be supplied; comparison defaults to memcmp() and key copying
  * to memcpy() when a user-defined hashing function is selected.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index adb0bd9564cdbb42aa89eef0fcc389c3267446ee..260d8806dbb9dfca7e9c89c952f44a2028dedf07 100644 (file)
@@ -4,7 +4,7 @@
  *     Hash functions for use in dynahash.c hashtables
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index be748357720c7ee9479e9cbda99b2692b835811b..dc5c8d684a74270fbec9454893b71a857f28a37d 100644 (file)
@@ -3,7 +3,7 @@
  * globals.c
  *   global variable declarations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8fccb4c8262c60c6782b6223c5148dfed7312ff9..7f386aee805b9662d72565d3e90dbf9606aab0f9 100644 (file)
@@ -3,7 +3,7 @@
  * miscinit.c
  *   miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c34803437b640120adf9699f01ef493b39b67e47..1f5cf06f234a78849f5ce50162b7f96b922504a7 100644 (file)
@@ -3,7 +3,7 @@
  * postinit.c
  *   postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9e896ffb6e71c478c5318672747323e992983873..dcf47690f0a7ec64963228ffeaec334fc4a9b88d 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/backend/utils/mb/Unicode
 #
-# Copyright (c) 2001-2014, PostgreSQL Global Development Group
+# Copyright (c) 2001-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/Makefile
 #
index 2dde1fad5bfd7e2256635fdedf0bcf391c489712..c741d6e703ec199ac18bfedded5340735b6f002b 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2014, PostgreSQL Global Development Group
+# Copyright (c) 2001-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
 #
index f9da19be04d2517f85e74581637096ac89b26ea8..cb9a8cb0039b91b1b7f70bfdc27f8f618f9f75cc 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2014, PostgreSQL Global Development Group
+# Copyright (c) 2001-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
 #
index 3d893a68cb3208869cef5c3053a3200019307de9..67962e39d26d935bb5c8a536abc5067a6831a62f 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2014, PostgreSQL Global Development Group
+# Copyright (c) 2007-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
 #
index eb09ed58de4ad5b1d8a16bcfdd95b729ff31d3b5..c2297e5d67b61f3347628b81c5e9ba1271471207 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2014, PostgreSQL Global Development Group
+# Copyright (c) 2001-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
 #
index 6326058c6c3f94b59b50b24d2c6a9b297ad426f7..42cd20028c0d24df9d5bba06b06ddd40fabbf314 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2014, PostgreSQL Global Development Group
+# Copyright (c) 2001-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
 #
index 253eac18eda4b1241257a188052e31df898d6726..1d76f135e676d66447b7fb66f15f91fa5ec2e32e 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2014, PostgreSQL Global Development Group
+# Copyright (c) 2001-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
 #
index 998d063c5b70dc02ecab79a9f554a1d6e9e2fcbc..4f0bd078f72ebc77b82ef9697325fabb50e87597 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2014, PostgreSQL Global Development Group
+# Copyright (c) 2007-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index de47405a00fbe20ddbccff076038d7489d7d0672..1a367d71a3a665e2031d593a637bef35be5e6f4f 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2014, PostgreSQL Global Development Group
+# Copyright (c) 2007-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
 #
index 452c39fb546ca25f78312745d5743f8ba948255a..66597989963afa477598e37d8e7e2d84508002ab 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2014, PostgreSQL Global Development Group
+# Copyright (c) 2001-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
 #
index e5dc16dbd43ccc09e3d5392c41736731796a87ce..9c8e39b9e5d020886462e30eee1f2d0b2b30fe4a 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2014, PostgreSQL Global Development Group
+# Copyright (c) 2001-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_most.pl
 #
index 6780969c174750fe73142ae0a00beb872055132a..a0960567dc6219595ced989d6772c927c78fe216 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2001-2014, PostgreSQL Global Development Group
+# Copyright (c) 2001-2015, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/ucs2utf.pl
 # convert UCS-4 to UTF-8
index 8cf048067de777aa3192aafc133bd3815db7e6cf..d5c5c74a9cee8a4c7b9ecd7efb60afae8eab18e1 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   Utility functions for conversion procs.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cb9bbaf8504c9a46fb7d46333e2675fdb0b98d7c..506cf3a6d047bcd96a43ec068c0ae8deb3582a18 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ASCII and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3bdb850c5e547700f894213d74734073ac17c804..cb7244085db4b51f4075f38d297685071443e604 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   Cyrillic and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e3e12dd1dffa9482fce313c710cfd83f22f037ca..1702ad8aeb8a38fb05659fa3e78082c49580f9d4 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JIS_2004, SHIFT_JIS_2004
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c
index 4e444b2148e4ae1b5bc56404b87eb60cfca58615..3f2e817e5f350e01d5e63ff35222186639e29588 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_CN and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2c1c9999889f167ba94b51d1144114f74cef611b..3fe7e7933bf52c89f03326863c07a7cc1fb59cb2 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JP, SJIS and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a3250bc0820571eda25071dda434f92215b4bca5..3ea16e6ee71a65865529157898143572f08c7523 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_KR and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8f825558e69d6137e51833e573fe71d8360939dd..2afb3b9b604de30e16aca6ba4356723dfbd42d84 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_TW, BIG5 and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5feaf877dc5207d5c86b8e090536b858b22b986d..58d75be35e8fbaaee15d906e6caf59aa3af73c40 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   LATIN2 and WIN1250
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 15a0eb2b6548e20093c29dddb10f47795c84eb95..35ded6b1bbbeb6fa0744e1f4fbcf39a6ff599210 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   LATINn and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 457bdd14cc055268bfca05a7f75f3e2dd7164cb2..96d80477edec85462862a2ea800c46b299344efb 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ASCII <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ad1b61514f7e91964c9f7104b5043a20137fb0c0..35e71a2ce5316c711f68ea6f45b0333a9551c0b6 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   BIG5 <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ee5413fc1207b7ff36f8bf3ea3be04a658fe5212..5d9e9150e446467a261919c04d68150948d8e724 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   UTF8 and Cyrillic
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ae20b2e9a7b8bda1a9cf3349b32824de1dab8bb7..15d079cfa68003a5e0924c51457daa6d91f2aa1f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ed8beca2491d975e42c5009f3c524ec6f959265e..7a321aa38ee6f5f48b3b8be6204a1d887d01a2a0 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_CN <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 59ff4e98ed0b2ee32be3b58e2116d53b4a1ab2bf..bc6d6484359a7f15ab55271ffaeabb790a878bcb 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JP <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2530ac2723331818756b7c1406ce47d49cbf5e0d..7233f06a7dd507619d24925e3655d89a87a52c64 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_KR <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ea49d95259166a82eb82da99b39d1177fb71bd0f..8bd093a59aa2068729230fd2d27782d4100b31bc 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_TW <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f289eebf375ed4feffb8d1bb74aa431f772f38fe..4427fea41491a9ffae759c2c207a8373b687db37 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   GB18030 <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7995f9e54c317dba1da792ca7e0b22dbb70c0793..456cc04bb6333db1370eb9ddbf2ea1cde9735805 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   GBK <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 544683ccd6786f2838c749218981bd41686ec2a6..886e296d9aa63691f51436c53e932d625ec4ee6c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ISO 8859 2-16 <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 729999046cb78fee4e61315d54e17291558c55d8..13a62e11a19a110db39d2a763051fdab99048e30 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ISO8859_1 <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index df932027e5d596afd9c0dfc710f9bc9cc6fa85ea..42c010585433ada1ecebff8ed6c9f898739f259f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   JOHAB <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fbe24d434cefc0d38801c0590282a4c9ea427f22..7f7e7b0b0b6903f2f1a3f93f36574942f9ea86a5 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   SJIS <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d6757c442f94cd2a379df0cb546cf7c715449661..2acdcacaaa6cbf7382f5b162a96f9f59c83d5ba3 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   SHIFT_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 26f43cc5beb1f5a2d04595ac342535394c88e37f..72b72d87bb776373ffcff00a9ae422f78330be8e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   UHC <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 427c4cd9dadf3a6a3ffed00d053097f73da63c6f..97d890206fbdea03e79a2a953ec7333c706466a4 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   WIN <--> UTF8
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 665ac10f06ee8c2be33c41caf6cf35333ca69a63..1e9a004b0d73e21b4fc0f70789e9ad36bd29bdc5 100644 (file)
@@ -23,7 +23,7 @@
  * the result is validly encoded according to the destination encoding.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6dca5dfa74618817d6ae266a5d66fc5a1783fff1..b43dec4a66429180a0763ddc3d8cb30d65dd2dd7 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Scanner for the configuration file
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/backend/utils/misc/guc-file.l
  */
index 77c34949d692184ae1e112fede814b37e25d23b6..f6df0772481d0d5c107ade5ba8906d04b44db5ef 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/utils/misc/README for more information.
  *
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * IDENTIFICATION
index 4a19b833f71557c36659f9ca3c654c1a0c5f8524..68f58b79052291c4a5f056dbba2e72b353f6e943 100644 (file)
@@ -7,7 +7,7 @@
  * or GUC_DISALLOW_IN_FILE are not displayed, unless the user specifically
  * requests that variable by name
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/misc/help_config.c
index 142dac3dd646136b0b072020836f4d2f91cfbf96..7455035100521da20c7afa067be7289c75525309 100644 (file)
@@ -4,7 +4,7 @@
  *   Resource usage measurement support routines.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e73a0e2cce7876e1ad8a48268779240a3878dd09..32b035641fbefa694c46279a75e81f7bb2c760b9 100644 (file)
@@ -7,7 +7,7 @@
  *
  * src/backend/utils/misc/ps_status.c
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  * various details abducted from various places
  *--------------------------------------------------------------------
  */
index ff0f94711d758649f86cbf5d79cc5fda9127c3eb..9ebf99beae94df40d2f158a5a5776613112ae4a4 100644 (file)
@@ -9,7 +9,7 @@
  * the single-user case works.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ec259a6f8e2b64d54be973ec000d4435537c5534..1dec4928af04c0ff23c3a4ff393ea480a70d2a4e 100644 (file)
@@ -3,7 +3,7 @@
  * timeout.c
  *   Routines to multiplex SIGALRM interrupts for multiple timeout reasons.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a6a12ff06e370236c81ffd93e91b4d5da372b11a..ce738b8a1a5f976d2f027f9e1e3376ebad6a714f 100644 (file)
@@ -11,7 +11,7 @@
  * PG_TRY if necessary.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 743455e4bcc219e9b357c24326a9311bc9d96c0d..85b3c9acd1a0687df27ddd6a9d06841bffcf990b 100644 (file)
@@ -7,7 +7,7 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4185a03e9ff1969704c854c4faefc2906414ad00..aa0d458d25201ffe018d00e7b858f95bdf3b01e9 100644 (file)
@@ -9,7 +9,7 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c1b13c360f3372dd09796140fb3076047febb603..75304986a072a2507789c55932b4aa0973099f95 100644 (file)
@@ -8,7 +8,7 @@
  * doesn't actually run the executor for them.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fbfe53dc06fb387dc2c7ad327c0e1e3a700cba6a..b419dbc97f581d23ed8717c646d040284da2d8d1 100644 (file)
@@ -1,7 +1,7 @@
 /* ----------
  * DTrace probes for PostgreSQL backend
  *
- * Copyright (c) 2006-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2015, PostgreSQL Global Development Group
  *
  * src/backend/utils/probes.d
  * ----------
index 0955bccb3ee49e55e00a70e72924fab18fc64054..0e7acbf60f3617b158832ee8391086aae77ad6dc 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 62726c7a63ace1c0b3c420025c33c9849fca43ca..21030423ed2ecba4fd2fbe0b4352dbbd2cd2510d 100644 (file)
@@ -66,7 +66,7 @@
  * care that all calls for a single LogicalTapeSet are made in the same
  * palloc context.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4813f57f9dae116a4b930723eb37634534268064..a70966ec995ebd02441064285e29dd060717b223 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for accelerated sorting.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b68a85df223fd2a726db94267f2b0be237150335..4aa39728416fdc50a0a2fa01cb5677e4064f69d9 100644 (file)
@@ -87,7 +87,7 @@
  * above.  Nonetheless, with large workMem we can have many tapes.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a69aae3b9e7a3f365a578999a1bed9778b847046..627b281f67b7db774e37c122c7d60b87544255a4 100644 (file)
@@ -43,7 +43,7 @@
  * before switching to the other state or activating a different read pointer.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ea7a905db4a42fa3b418c1337cdd223f37faa6f8..bfd7d0ad42677364c448cb2218f6ef97613e9f9a 100644 (file)
@@ -30,7 +30,7 @@
  * destroyed at the end of each transaction.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d601efef6699f01d8af864feac4dcea53febcdc1..b4483c53bdcd5ddc2acd95c91ddf95dbd5c63d46 100644 (file)
@@ -31,7 +31,7 @@
  * for too long.)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a2c4989428cda9b07a25762e2938f146455f105c..777f55c287854a724d07ccbb7a3739427e8f2e58 100644 (file)
@@ -44,7 +44,7 @@
  *  HeapTupleSatisfiesAny()
  *       all tuples are visible
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f03cc425d7afe12f67bc11b03aca7c7181faafc4..2b628f317626356ac985b01dd40f79ed096cc890 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin (client programs)
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/Makefile
index 28c26787fce93fd1eeb75dbeba51ccd766830ae8..fc809a0706d5f8fd5a393d8ca8d6c7ec532203ff 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/initdb
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/initdb/Makefile
index f0255d85af4369778f5d35d6636e7133d52f6a2b..bdc3b99611f0fa9a62b0d68a0f450280e7e31f7d 100644 (file)
@@ -3,7 +3,7 @@
  * findtimezone.c
  *   Functions for determining the default timezone to use.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/bin/initdb/findtimezone.c
index cf15e6f4f8b206c9b60c2ef254a37e52600d9ed1..9ac06086e788b697ba92eb0a45392336ec69c2e5 100644 (file)
@@ -38,7 +38,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/initdb/initdb.c
index 90d19e77f3f0c734b6cd83caf8d5b3c8a60d9eb9..58f8b66494d8416b3051593eca6eda842e4f4e38 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_basebackup
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_basebackup/Makefile
index ed2f3021d0e19c0e031afec8fdd29f2cdc6d1e5a..fbf7106fec5fed47d9086b7060fdc1ef4ba49f65 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/pg_basebackup.c
index b10da73dc58da3b6290029d7246f3b955bc92242..e77d2b6d708aa29ff2108e867611f3c3f69a43db 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/pg_receivexlog.c
index 0d97638851dda349ce264b78abe3e89c86338146..80a2fa61885d28c6255e9e83b8bafc96983cf98c 100644 (file)
@@ -3,7 +3,7 @@
  * pg_recvlogical.c - receive data from a logical decoding slot in a streaming
  *                   fashion and write it to a local file.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/pg_recvlogical.c
index 30c4b106522e1f83f34cddc7576106dc0333e9c5..8caedff2b09de544fee248e55decfdd4944b87db 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/receivelog.c
index 1f64a740cc911668d61b4d4378289d4e54919fdc..a957aea4d99c82e19d6cf291d1850df6df51c9c9 100644 (file)
@@ -2,7 +2,7 @@
  *
  * receivelog.h
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/receivelog.h
index d3694dab38e5be68f8b7a311a7aea9d582035389..de37511ef1b64117d9a98904a4d3943796733873 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/streamutil.c
index ac66145c359e91783060e8368b334a5e4e707096..6845662b4260e4e2033f058b15a1f6860e4a6a9a 100644 (file)
@@ -2,7 +2,7 @@
  *
  * streamutil.h
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/streamutil.h
index a65c4ed0c8fff888a2c2e4832ec9f1bc02b564e3..71ce236b9e7e3986e80c09ea04a2dc0e01e7f824 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_config
 #
-# Copyright (c) 1998-2014, PostgreSQL Global Development Group
+# Copyright (c) 1998-2015, PostgreSQL Global Development Group
 #
 # src/bin/pg_config/Makefile
 #
index 139c89e58afc1433fac05a9db6a25f0526655afa..9b1f95d6e1262727dcef95bcb4e899e58b9da098 100644 (file)
@@ -15,7 +15,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * src/bin/pg_config/pg_config.c
  *
index ba4f73e76b28597a6b9764c44e875f018de3a433..f7a4010bf801b5b18d09b95a00d18cde37999b56 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_controldata
 #
-# Copyright (c) 1998-2014, PostgreSQL Global Development Group
+# Copyright (c) 1998-2015, PostgreSQL Global Development Group
 #
 # src/bin/pg_controldata/Makefile
 #
index 68d92d31cff9988db923f7c136a65ec26fee00dd..525e1d4750fc712c5c67bedc70bcb4018fff82b7 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_ctl
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_ctl/Makefile
index 733f1cbc86923cdc37283231e9100fdc29947322..789fe8f25a14f0dcbc1935c4e229d295cfc41b2c 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_ctl --- start/stops/restarts the PostgreSQL server
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * src/bin/pg_ctl/pg_ctl.c
  *
index 3922b100c28fc91fd8ddaaf752e11e35e1471eac..e890a62aef08c5c3b5f7be104461f5e063603be3 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_dump
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_dump/Makefile
index 1269ec3b28d9b371fec5d4a8d61215e393375785..d3d46d24383fd70dcad604fa3ce815d117561aba 100644 (file)
@@ -4,7 +4,7 @@
  * Catalog routines used by pg_dump; long ago these were shared
  * by another dump tool, but not anymore.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c568cdd802796f1eb22ae1646e86124543ecd8a..7a18e778b27a58a8f3fb9612c8b01c873c591246 100644 (file)
@@ -4,7 +4,7 @@
  *  Routines for archivers to write an uncompressed or compressed data
  *  stream.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * This file includes two APIs for dealing with compressed data. The first
index 5a214507e4122074b08f7ee9c99c22eaeea688f9..87f1fd70da1a49b9265cab932caa25c40c65b6ca 100644 (file)
@@ -3,7 +3,7 @@
  * compress_io.h
  *  Interface to compress_io.c routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 259c47233789da0443da8f422ef061789c93c59d..55509866ff5c692288e8b31074a6912020b381ca 100644 (file)
@@ -5,7 +5,7 @@
  * Lately it's also being used by psql and bin/scripts/ ...
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.c
index aaf40748524f562089a5b227baeb865890ac6ab1..a39c1b66b08e5edf84ea6bb237f7f30988ab9f57 100644 (file)
@@ -5,7 +5,7 @@
  * Lately it's also being used by psql and bin/scripts/ ...
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.h
index 89f3dc9bbcf0312e5473dce419d4a1629c400723..5775cad0fda23b61ad6fba91d265818853626adc 100644 (file)
@@ -4,7 +4,7 @@
  *   lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a59508f7da51c0aeeb60074d29a5ab9889780dd5..d942a75f7cdf0d30279fd81b2f32c94afb9779b2 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Parallel support for the pg_dump archiver
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * The author is not responsible for loss or damages that may
index 6083e4448db1e21fc9d8fa947ed71e3aba50a106..b52c87f5fece353b3dcb57691f1ab82cb03fbab3 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Parallel support header file for the pg_dump archiver
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * The author is not responsible for loss or damages that may
index 4c8cd40d0821701fe142e16e620ffcabe80abe6f..45a2136fe285c7da27794e0ab2e1ea24b7b8c95c 100644 (file)
@@ -17,7 +17,7 @@
  * sync.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  * Portions Copyright (c) 2000, Philip Warner
  *
index 47cb142fa57799146c96b3f24404aadd69f3a336..2b1c5b163f6ecfaab0932959e6403309eafde30f 100644 (file)
@@ -4,7 +4,7 @@
  * Utility routines shared by pg_dump and pg_restore
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_backup_utils.c
index 22903a42ed6f4ec883021d093b6d956fe71a7224..1bcc1a784fae757dad540fd41d52d6362de5e30b 100644 (file)
@@ -4,7 +4,7 @@
  * Utility routines shared by pg_dump and pg_restore.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_backup_utils.h
index fc7a9ec9dba82e9bbb8da2b5d80f3cfcfdb44f89..981fdf149ed2b30380e819435becd13d59a5216b 100644 (file)
@@ -4,7 +4,7 @@
  *   pg_dump is a utility for dumping out a postgres database
  *   into a script file.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * pg_dump will read the system catalogs in a database and dump out a
index d1d9ecbaa2d69fc773b4347e1b911188faa5df65..51bf628d99ce45fa51ed358db8651c9c8e9328d5 100644 (file)
@@ -3,7 +3,7 @@
  * pg_dump.h
  *   Common header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_dump.h
index 0e62af27765de642f1cfd4566e7ec16458f17c4c..4b9bba072374aacd6e12f0b29dd28844117f67d9 100644 (file)
@@ -4,7 +4,7 @@
  *   Sort the items of a dump into a safe order for dumping
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eb633bc1368dbd560ef878300ea08fe33096bab6..3e3b4335a21641219163a918e1d805235d2ded67 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_dumpall.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * pg_dumpall forces all pg_dump output to be text, since it also outputs
index 6610690d60ac94a80c9b2fcb26737939c1fea4b9..2ed3adf975a75a84eef02b224de2f0bcaedf95ab 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_resetxlog
 #
-# Copyright (c) 1998-2014, PostgreSQL Global Development Group
+# Copyright (c) 1998-2015, PostgreSQL Global Development Group
 #
 # src/bin/pg_resetxlog/Makefile
 #
index f42d515a683c2fddddcedd8504271457b31a66a0..a16089f3e8fecc4c02cc921a0cd5786205293ac3 100644 (file)
@@ -20,7 +20,7 @@
  * step 2 ...
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_resetxlog/pg_resetxlog.c
index d3c73297a7e136b58fc9da029ced18488c32dbe6..0582df636101e28f754093c11109d943097a055e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pgevent
 #
-# Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Copyright (c) 1996-2015, PostgreSQL Global Development Group
 #
 #-------------------------------------------------------------------------
 
index 3a42cae091ec5904cd3d2ca48c85f0bd542a85fc..f1336d5026095ddfe143db3aef51344a1c750a64 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/psql
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/psql/Makefile
index 504cc0d03cb36d30cc7aed84cd49c1adcc27e19b..4ac21f20bf4138241d70d740fb0baa03111b5bba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.c
  */
index e289a880a8efc1f15adcd82371e9215eeb3fce0c..54385e8f875d4fd20c395fa3bbfc7eeee2e263bd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.h
  */
index 66d80b51645ecd6770a7465bbaffdee351f9b433..275bdcc09ff418d01dab320b6bcfa53e6bef660b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.c
  */
index 2001d31d275527b67950bc93257a56ac5df060b8..eb14d1cd465f7d0a1cb86f854cbfd2ee2cafdb3f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.h
  */
index 010a593f6a9e3eb7c0f8c26c9442573ab0c6475b..965a1dcb266fc145b2d40bf464439e1763842a25 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.c
  */
index 2c71da006035a38699a59aacea11d5f76ab70fbe..a50d2f71d803ae98d2e8c2eb9b0847c5bbe08f4c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.h
  */
index 3730f0f269800b730c8ab3cb340bf75d4057c68b..bbebe522fc30fae956dc97c9b3f8c35500aea81c 100644 (file)
@@ -3,7 +3,7 @@
 #################################################################
 # create_help.pl -- converts SGML docs to internal psql help
 #
-# Copyright (c) 2000-2014, PostgreSQL Global Development Group
+# Copyright (c) 2000-2015, PostgreSQL Global Development Group
 #
 # src/bin/psql/create_help.pl
 #################################################################
index f2d33258d7b30ad4fe077e5f35d7669b00f60ddd..4cda07d87c424e3a6f8896863ad945b9fe3c3915 100644 (file)
@@ -6,7 +6,7 @@
  * with servers of versions 7.4 and up.  It's okay to omit irrelevant
  * information for an old server, but not to fail outright.
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.c
  */
index 491de920af610c689fb5331737e1248803f7c9c8..822e71ae47ff0d321f783a61dac174b6e01585b2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.h
  */
index ae5fe88efd752d60be1ca3b573754e297dd077c9..ac0dc279078af910818e5062f904a39b49789ccd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.c
  */
@@ -551,7 +551,7 @@ print_copyright(void)
    puts(
         "PostgreSQL Database Management System\n"
         "(formerly known as Postgres, then as Postgres95)\n\n"
-        "Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group\n\n"
+        "Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group\n\n"
         "Portions Copyright (c) 1994, The Regents of the University of California\n\n"
    "Permission to use, copy, modify, and distribute this software and its\n"
         "documentation for any purpose, without fee, and without a written agreement\n"
index 3ad374a9121600efe3b7c3f94c514e01c1a75cbd..0fc4f6708e86efb7c44de93dc866228902a7af63 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.h
  */
index 6416ab91c2e022acaedd4565da8bda47703a6177..373013955f8c66999a58efec01bad7a08ccf4fb7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.c
  */
index 1b2239974acb1a21ce49fb859d7f6af3c8f9c361..abd7012d1083fb76bf525945713978c0136f9e86 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.h
  */
index acb44993e034bdcdbb3470af865edf4ad3486e10..709869e88abe5849420dec799e280546bb1cb72a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.c
  */
index 7a6b943704aa6619b8b9b84ec79e86eecb37d8a7..3d3780197de98184feb074b01963b7995a7219c6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.h
  */
index 7b0260970153bbfed96e8f8c9b2add5c506b0dec..d2267640abe5c43cf7ceaedec57e186d5981e951 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.c
  */
index dce4fdadc7b5d43f0bd782ef4c535fba6d169ba0..8f1325c4fccdadba2d0b4d492d867ba707efac21 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.h
  */
index 470de9073544e47fd42c61357018bc660bbd737e..e29c619023002dd954b29ae37e68d72403ec7be4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/mbprint.c
  *
index fd26d6d1afbebe032c323809f1e6a04893648907..ce0d05dde0aab97c4466efd079d031ae4d049953 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/print.c
  */
index f668b232952ac8873d5fac2b734f09f85d20f959..a1a89d01dbbf1311cda3d7d10c182f461f35bf1d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/print.h
  */
index f2db9a97bc53ac7ab3dfe2c724f55984eac27d1c..89842673f87fce0160fe9f1d6b203321271a315e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.c
  */
index 4d2f7e34fc8bb1270be6e67882a55db29af85a5b..e3f6ce55b1a0aac2ba1466a82d8a9872897e0536 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.h
  */
index a5db1b287c2879ea4e6ca44b47372fa0d095afe6..55070ca46a989c931aae8cde760e540a2b573f45 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/psqlscan.h
  */
index 9231459755be6aad4aa8a0ea3797473d84cc87a6..fb3fa113875803dbd4ba645107cacf509ffa5d03 100644 (file)
@@ -29,7 +29,7 @@
  * subroutine is responsible for looking back to the original string and
  * replacing FF's with the corresponding original bytes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bad70e4c8a8503bcc0c081996eb7461bdc26d751..d34dc280675a4e79641a50197b871f48366986c2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/settings.h
  */
index a23ebce9bf647507d8d2ea15a94b5a32d4b38baf..7f09c141a90f5cdf4af137dd5fd02c511df86b80 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/startup.c
  */
index 9ea3e192158ae177385da1e54d34619f90855f55..5d613eb386cb9a0c0c78e4fd28ae61a3b8b03194 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.c
  */
index 409cd7cf4288d2d11a1c8d7670e3bd9a48b19042..562b3bd85a0d6a07a9056fb6092d864627df9d33 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.h
  */
index 4f586302bd8e0f4c98624e2876b9fb8bd7025279..e39a07caf133700865ab09522b1beaaf5a12ea16 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.c
  */
index 5022ca2bb2b51fac1faed2e97c6a0ad091aff3d2..9dcd7e742db244218503fe0eb0743556b413e441 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.h
  */
index 29c50f969c06edff57d70ac650049768f5c76637..b9a3dfad3316ec0875c4b15d46e917f71c354beb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.c
  */
index f94f7796247313396196c53535cef67f15256608..c071846d9ff3bdc9055686be9dab42405e5ec5aa 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.h
  */
index eeb2539d372349f20e28a1477600707768425b40..8b6f54ccee8c0497493a164a3cf7df4121737c3c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/scripts
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/scripts/Makefile
index 5ad1d01a1afb47aac20ac0a289d6ae5c44d81474..85087af7956718ad92dca5d81f4e5c47c2c8f19b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * clusterdb
  *
- * Portions Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2015, PostgreSQL Global Development Group
  *
  * src/bin/scripts/clusterdb.c
  *
index 311fed5090b89596121813027377a51ad8ad0160..6bfe2e628b1a61bb4055951fd3196a9df9b7217e 100644 (file)
@@ -4,7 +4,7 @@
  *     Common support routines for bin/scripts/
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/common.c
index 691f6c6a02f43a909446e8918e2d4e7b5d071bd4..c0c1715bc16846335683b13f5326701acf2cf59b 100644 (file)
@@ -2,7 +2,7 @@
  * common.h
  *     Common support routines for bin/scripts/
  *
- * Copyright (c) 2003-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2015, PostgreSQL Global Development Group
  *
  * src/bin/scripts/common.h
  */
index 64badd6bd30029caa50ebbdb3ac4be5da9fc9558..a958bb86f014c47257482b5278c3dd41ea0558c5 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createdb
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createdb.c
index 9bbd67de7bd7358e89d0d7a911a418fad62d499f..228215c7387071e9c612a60f8e91fc31023d96e8 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createlang
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createlang.c
index 2d49bc2f1e8b7f24829252d161f0c09d4febc62c..fba21a1c659979d85431b402aff30b7fbbd76392 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createuser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createuser.c
index e750b449d6bb571432623b98c4ad727cbe9f0e4f..c6dc72ef6f601972e62b44eb9fa9dd18cdaec25d 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropdb
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropdb.c
index 09f7b66a47d191e64ff8f1c167dc2fbafda47e78..746732825c0fe6f71ffbd796b2fba607350e99cb 100644 (file)
@@ -2,7 +2,7 @@
  *
  * droplang
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/droplang.c
index 69a5a493ae3ae0e5af5f6b641b58e2172cf1367a..916056662b6e0a547a2eebae97b91f966d948e58 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropuser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropuser.c
index e76bcbc2e5a8f2d23ba98ae9df52ac232c63b2ce..c71312fb4978c1270602f75bacbe5e92e5f27556 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_isready --- checks the status of the PostgreSQL server
  *
- * Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2015, PostgreSQL Global Development Group
  *
  * src/bin/scripts/pg_isready.c
  *
index 5c4a64e08a33e8ec831f4d487e577e72f8916b53..778d72a7aaa96b074cbfc768d9a30ceacf3f6c89 100644 (file)
@@ -2,7 +2,7 @@
  *
  * reindexdb
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * src/bin/scripts/reindexdb.c
  *
index 86e6ab359fa593fd20665f20bdfc71a059f165a9..957fdb6e189e1725f32de6cac725921d718792ae 100644 (file)
@@ -2,7 +2,7 @@
  *
  * vacuumdb
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/vacuumdb.c
index 037bef2210cc4a8923e30eefc88220db3c2ab9f8..b31d621e370c8e31fb6398490d755941c5bc51f1 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for finding and validating executable files
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f90ae647966b566f23841edb0787749bb363cad2..345221e13179626aa49013c0484c0a0d68230d56 100644 (file)
@@ -3,7 +3,7 @@
  * fe_memutils.c
  *   memory management support for frontend code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 016da325142ce675eefa5ec477f44609e3b8585d..1f8779c94208d48c6654c410df9e1b217753920a 100644 (file)
@@ -3,7 +3,7 @@
  * pgfnames.c
  *   directory handling functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e1320a6db0b9da07a4558850af49d5a31091167b..5735b140b70aaf3b3f5f62ccff4a3a350921d724 100644 (file)
@@ -4,7 +4,7 @@
  *     sprintf into an allocated-on-demand buffer
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b9ee213f3cd2d08fabc9098943b18770879f2ac..66dfef1eb10285b9d2e06c2648ee85b531752f4a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * This module also contains some logic associated with fork names.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fa43c20871a752edce919d996bd39eea4fa6f52d..75f47f73349f95e46c2f33fb4a41af6144857289 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rmtree.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index aa3ebeaa90e709382618a68d6684bd9b8d033967..ee5ef1c072749d2fd1437b501352dc2cf314b1ac 100644 (file)
@@ -3,7 +3,7 @@
  * username.c
  *   get user name
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 082bb8eb9373189117c52c27c18e457feed97c84..02675f86877a1ce1052821e958ee2b355e284c25 100644 (file)
@@ -4,7 +4,7 @@
  *     Convert a wait/waitpid(2) result code to a human-readable string
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ae7be34e811409b602d96d872dad1ae447e3c925..82e811dd0fe36eea6999d3a80cadcf47c2f307ba 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/attnum.h
index a522c2062b9d5cb343de80e80975ff32ed13b44f..a04a1320b10f48af5975e9488a1c0a8a8415bf57 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * AM-callable functions for BRIN indexes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c95978a074f0ac7323ecb6cc1a67be825149671b..84eed6127dd741d18ed8536ce3589f324790e5f3 100644 (file)
@@ -2,7 +2,7 @@
  * brin_internal.h
  *     internal declarations for BRIN indexes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 636cf86eafa5fde6429c3a0ca55d9be5c51c9176..d8fa190912daad1a793ad5b81466f630233753b1 100644 (file)
@@ -2,7 +2,7 @@
  * brin_page.h
  *     Prototypes and definitions for BRIN page layouts
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 86a9e81c2c5ad8c4181483c17d547c8ba1b58467..6ebe8ef764df882df2e4a6fafb53ec023d7dbb53 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.h
  *     Prototypes for operating on BRIN pages.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ff0e7e6e281a1814b7a6bcb23b29664100b21928..cca6ec54348e1dd5202e9905bb55b43efbf0c25f 100644 (file)
@@ -2,7 +2,7 @@
  * brin_revmap.h
  *     Prototypes for BRIN reverse range maps
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5ddc28d27f75028f6f5baab4b17fcdf719a51e06..ce63b30089261733b8e4242eed529959e5d6c28a 100644 (file)
@@ -2,7 +2,7 @@
  * brin_tuple.h
  *     Declarations for dealing with BRIN-specific tuples.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6dc9eb3eca89494e0f8adb15c9988a9dad4ca5c5..b24eee71f8242da888fe984b8bb652f8ce85f08b 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES BRIN access XLOG definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/brin_xlog.h
index fe5e4c634d1fdc42e53c7a528f7383a9d697451f..c5fd48073f5c57221549b8f643c61111e049a0c4 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction-commit-log manager
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/clog.h
index 903c82ce304a2d78f270d6430b86555fa67e97e3..ed3976c32df6af339cc5dcb80efb7e0214d61a20 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL commit timestamp manager
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/commit_ts.h
index d99158fb39bf2f93559201ef4d3e715381722dda..d1d624721dbcb23c54442bc72e29424581d33f57 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES generalized index access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/genam.h
index fe5f77b1736bd9b335bbb9bad2dc61343a5dbd9f..27b497133e43c37e9d81b40f6ffe6916e15bb374 100644 (file)
@@ -2,7 +2,7 @@
  * gin.h
  *   Public header file for Generalized Inverted Index access method.
  *
- * Copyright (c) 2006-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2015, PostgreSQL Global Development Group
  *
  * src/include/access/gin.h
  *--------------------------------------------------------------------------
index 93743df6b8e80cc286b12fa3777a72220d0904a3..cf2ef805e37b705a9de04db69e4109c4633b95cc 100644 (file)
@@ -2,7 +2,7 @@
  * gin_private.h
  *   header file for postgres inverted index access method implementation.
  *
- * Copyright (c) 2006-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2015, PostgreSQL Global Development Group
  *
  * src/include/access/gin_private.h
  *--------------------------------------------------------------------------
index 39394dfb3df796f39b51c2d63ef42b7761a74d8e..01f0a70feee35a39f68f7522452628b6f43fd909 100644 (file)
@@ -6,7 +6,7 @@
  *   changes should be made with care.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist.h
index 07bc607f43506f280e1fe4c5e0f9e95bae9806db..382826eb857a1a11819f5656774f878bbab52cdb 100644 (file)
@@ -4,7 +4,7 @@
  *   private declarations for GiST -- declarations related to the
  *   internal implementation of GiST, not the public API
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist_private.h
index 92515f88c7b93e77423a7a6dd525fb38217a0f32..15cb3d1f6974309463fb26ccb4901d41408836ae 100644 (file)
@@ -4,7 +4,7 @@
  *   routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gistscan.h
index afd06ff7defd73546e538fe7439f0393c66e227a..fc3c7f4097e2fe89fd9593cc50eb8f641c265ada 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hash.h
index f43b4829e9b39653dd9cdc1406443c69ed5c9086..939d93d66be10fb659cef5c4c37458a18f14b5a6 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam.h
index 853e2dd491f78c436fbcfd96544807ad8f8adfbb..a2ed2a058f778110ac21a97b0a0deb361db9ef8d 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap access XLOG definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam_xlog.h
index 422fe3403ab7fa3f8ca0146060e3939aa7f3eebf..b0140298b1fd06bad10bf11baa7b6268e7bb8d12 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hio.h
index cb61081b67a13e37d0ee746c7f7a61f052221745..2f896485c2303d3f8f8c8f2c0cce76ad8b524049 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup.h
index 300c2a52f02ac41eb4202f519cc6c20b3a986348..d2ad910a333dd10101939807c792300feba12c2a 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap tuple header definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup_details.h
index e4dc51e872088aaab3a851a3ce3de417c6b72325..c997545e43de4e69d0ba19b4a2deeb2026844fd1 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/itup.h
index ac58a3766d57dd29aaeff8ba3e4d14b2d1b4cfb4..45dc32a70d58aa21c6655e4195751b6267b21f1e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL multi-transaction-log manager
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/multixact.h
index d3d258bcc9f3f33dcbd99228e6530db283a4ab06..990dab3835b4fab1cd4ceeacf94cd859ad5419d9 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/nbtree.h
index dc2878917321d2e16d0d07295504b600442961de..46c4148284a1fe5445f0e5aa838e8f4f6b9a5ace 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/printtup.h
index a538830be585e43334dd1c802e07624d1d6122df..e7b6bb52cad8c96a78628f0c8699fc115814ed0c 100644 (file)
@@ -9,7 +9,7 @@
  * into a lot of low-level code.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/reloptions.h
index f2c7ca1673acdf863de37a6cdf9211e2189414aa..9bb63622fe889eb2adf49105147edacfdad3c352 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/relscan.h
index 4051c838520ec216d6c79845b12d7f20d2d3a192..4db495ef4187218bc99205eba6abaee73c010882 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteheap.h
  *   Declarations for heap rewrite support functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/access/rewriteheap.h
index 27168c35e6bf97362f4b731dfe856b86ef8c96fc..48f04c617166ade6e63dd11a62277fa0fec4b673 100644 (file)
@@ -6,7 +6,7 @@
  * by the PG_RMGR macro, which is not defined in this file; it can be
  * defined by the caller for special purposes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/rmgrlist.h
index ffc31421181632dfc88c1c7526750a6c8c22156d..0fc7ec08879902a462f499ae6e6581ea4ac95401 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sdir.h
index bb968087193c7630c958dbf9dde2d25ffe027020..eeee1f43d440a797fb93ac2b8ebe429e692a7dc6 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/skey.h
index 8eb22a4973291d8a5356dd4f1e951294b97481ef..9c7f01933f7eb031ebbf2f1ec1b0a5b96a4feb73 100644 (file)
@@ -3,7 +3,7 @@
  * slru.h
  *     Simple LRU buffering for transaction status logfiles
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/slru.h
index 3aa96bde86f1f11ac8d20d1487e6ca836a74ed17..0cb8fd988d3e0cc96169222100c9c58bac830883 100644 (file)
@@ -4,7 +4,7 @@
  *   Public header file for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist.h
index 4b6fdee8017134aa1989d6970c02449d27efe3a7..f11d8ef490d4f7d58fe89c8a5fd357e5895f842f 100644 (file)
@@ -4,7 +4,7 @@
  *   Private declarations for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist_private.h
index 9eddfa05db833bee16f820a7665ecbd901e1bf00..ee8410777f08414dbfa64c7dd9fcfcf5aa2e1334 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL subtransaction-log manager
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/subtrans.h
index f008755278b6d14e70c42bf99e563a9f8f9e67ff..68c021503e6f32b9a1930791e4a769329969741b 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES system attribute definitions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sysattr.h
index a5664688eaf945a4d0f976bab49dba2a2c9b5544..2b62a56aa0ec4c078cbdc416e53f4c038cae953b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Functions for reading and writing timeline history files.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/timeline.h
index 6666434e5f46a83ee966ce0434aaca76b47238a6..96b3facb14d78feefd0a9d9c8e4a5e59acffe3c5 100644 (file)
@@ -4,7 +4,7 @@
  *   postgres transaction access method support code
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/transam.h
index dd4ba127c2660ea688b1bf4b6c687cdbef4d9fae..31559e23643e01e5dcb42f1f71c3e1641665f333 100644 (file)
@@ -4,7 +4,7 @@
  *   Tuple conversion support.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupconvert.h
index 083f4bdc4085daf9f01fe8db919146167a7a6e28..91b0034d14bd134c0301bf5c1b734cdef18ed8cd 100644 (file)
--- a/s