]> granicus.if.org Git - postgresql/commitdiff
Update copyrights in source tree to 2008.
authorBruce Momjian <bruce@momjian.us>
Tue, 1 Jan 2008 19:46:01 +0000 (19:46 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 1 Jan 2008 19:46:01 +0000 (19:46 +0000)
976 files changed:
COPYRIGHT
configure
configure.in
contrib/adminpack/adminpack.c
contrib/dblink/dblink.c
contrib/dblink/dblink.h
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/fuzzystrmatch/fuzzystrmatch.h
contrib/isn/isn.c
contrib/isn/isn.h
contrib/tablefunc/tablefunc.c
contrib/tablefunc/tablefunc.h
contrib/tsearch2/tsearch2.c
contrib/vacuumlo/vacuumlo.c
doc/FAQ
doc/FAQ_brazilian
doc/FAQ_czech
doc/FAQ_french
doc/FAQ_german
doc/FAQ_japanese
doc/FAQ_polish
doc/FAQ_turkish
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ_brazilian.html
doc/src/FAQ/FAQ_czech.html
doc/src/FAQ/FAQ_french.html
doc/src/FAQ/FAQ_german.html
doc/src/FAQ/FAQ_japanese.html
doc/src/FAQ/FAQ_polish.html
doc/src/FAQ/FAQ_turkish.html
doc/src/sgml/legal.sgml
src/backend/Makefile
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/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/ginget.c
src/backend/access/gin/gininsert.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/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/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/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/transam/clog.c
src/backend/access/transam/multixact.c
src/backend/access/transam/slru.c
src/backend/access/transam/subtrans.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/xlogutils.c
src/backend/bootstrap/bootparse.y
src/backend/bootstrap/bootscanner.l
src/backend/bootstrap/bootstrap.c
src/backend/catalog/aclchk.c
src/backend/catalog/catalog.c
src/backend/catalog/dependency.c
src/backend/catalog/genbki.sh
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/pg_aggregate.c
src/backend/catalog/pg_constraint.c
src/backend/catalog/pg_conversion.c
src/backend/catalog/pg_depend.c
src/backend/catalog/pg_enum.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_shdepend.c
src/backend/catalog/pg_type.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/comment.c
src/backend/commands/conversioncmds.c
src/backend/commands/copy.c
src/backend/commands/dbcommands.c
src/backend/commands/define.c
src/backend/commands/discard.c
src/backend/commands/explain.c
src/backend/commands/functioncmds.c
src/backend/commands/indexcmds.c
src/backend/commands/lockcmds.c
src/backend/commands/opclasscmds.c
src/backend/commands/operatorcmds.c
src/backend/commands/portalcmds.c
src/backend/commands/prepare.c
src/backend/commands/proclang.c
src/backend/commands/schemacmds.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/nodeFunctionscan.c
src/backend/executor/nodeGroup.c
src/backend/executor/nodeHash.c
src/backend/executor/nodeHashjoin.c
src/backend/executor/nodeIndexscan.c
src/backend/executor/nodeLimit.c
src/backend/executor/nodeMaterial.c
src/backend/executor/nodeMergejoin.c
src/backend/executor/nodeNestloop.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/spi.c
src/backend/executor/tstoreReceiver.c
src/backend/lib/dllist.c
src/backend/lib/stringinfo.c
src/backend/libpq/auth.c
src/backend/libpq/be-fsstubs.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/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_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/orindxpath.c
src/backend/optimizer/path/pathkeys.c
src/backend/optimizer/path/tidpath.c
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/plan/initsplan.c
src/backend/optimizer/plan/planagg.c
src/backend/optimizer/plan/planmain.c
src/backend/optimizer/plan/planner.c
src/backend/optimizer/plan/setrefs.c
src/backend/optimizer/plan/subselect.c
src/backend/optimizer/prep/prepjointree.c
src/backend/optimizer/prep/prepqual.c
src/backend/optimizer/prep/preptlist.c
src/backend/optimizer/prep/prepunion.c
src/backend/optimizer/util/clauses.c
src/backend/optimizer/util/joininfo.c
src/backend/optimizer/util/pathnode.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/gram.y
src/backend/parser/keywords.c
src/backend/parser/parse_agg.c
src/backend/parser/parse_clause.c
src/backend/parser/parse_coerce.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_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/dynloader/bsdi.c
src/backend/port/dynloader/bsdi.h
src/backend/port/dynloader/cygwin.h
src/backend/port/dynloader/dgux.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/irix.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/osf.h
src/backend/port/dynloader/sco.h
src/backend/port/dynloader/solaris.h
src/backend/port/dynloader/sunos4.h
src/backend/port/dynloader/svr4.h
src/backend/port/dynloader/ultrix4.c
src/backend/port/dynloader/ultrix4.h
src/backend/port/dynloader/univel.h
src/backend/port/dynloader/unixware.h
src/backend/port/ipc_test.c
src/backend/port/posix_sema.c
src/backend/port/sunos4/float.h
src/backend/port/sysv_sema.c
src/backend/port/sysv_shmem.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_sema.c
src/backend/port/win32_shmem.c
src/backend/postmaster/autovacuum.c
src/backend/postmaster/bgwriter.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/syslogger.c
src/backend/postmaster/walwriter.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/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/fd.c
src/backend/storage/freespace/freespace.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/shmem.c
src/backend/storage/ipc/shmqueue.c
src/backend/storage/ipc/sinval.c
src/backend/storage/ipc/sinvaladt.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/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/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_utils.c
src/backend/tsearch/wparser.c
src/backend/tsearch/wparser_def.c
src/backend/utils/Gen_fmgrtab.sh
src/backend/utils/adt/acl.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/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/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/pg_locale.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/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/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/varbit.c
src/backend/utils/adt/varchar.c
src/backend/utils/adt/varlena.c
src/backend/utils/adt/version.c
src/backend/utils/adt/xid.c
src/backend/utils/adt/xml.c
src/backend/utils/cache/catcache.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/syscache.c
src/backend/utils/cache/ts_cache.c
src/backend/utils/cache/typcache.c
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/hash/dynahash.c
src/backend/utils/hash/hashfn.c
src/backend/utils/hash/pg_crc.c
src/backend/utils/init/flatfiles.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_EUC_CN.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_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/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_euc_cn/utf8_and_euc_cn.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_jis_2004/utf8_and_euc_jis_2004.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_shift_jis_2004/utf8_and_shift_jis_2004.c
src/backend/utils/mb/conversion_procs/utf8_and_sjis/utf8_and_sjis.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/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/tzparser.c
src/backend/utils/mmgr/aset.c
src/backend/utils/mmgr/mcxt.c
src/backend/utils/mmgr/portalmem.c
src/backend/utils/resowner/resowner.c
src/backend/utils/sort/logtape.c
src/backend/utils/sort/tuplesort.c
src/backend/utils/sort/tuplestore.c
src/backend/utils/time/combocid.c
src/backend/utils/time/tqual.c
src/bin/Makefile
src/bin/initdb/Makefile
src/bin/initdb/initdb.c
src/bin/ipcclean/Makefile
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/dumputils.c
src/bin/pg_dump/dumputils.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/reindexdb.c
src/bin/scripts/vacuumdb.c
src/include/access/attnum.h
src/include/access/clog.h
src/include/access/genam.h
src/include/access/gin.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/hio.h
src/include/access/htup.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/sdir.h
src/include/access/skey.h
src/include/access/slru.h
src/include/access/subtrans.h
src/include/access/transam.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/xact.h
src/include/access/xlog.h
src/include/access/xlog_internal.h
src/include/access/xlogdefs.h
src/include/access/xlogutils.h
src/include/bootstrap/bootstrap.h
src/include/c.h
src/include/catalog/catalog.h
src/include/catalog/catversion.h
src/include/catalog/dependency.h
src/include/catalog/heap.h
src/include/catalog/index.h
src/include/catalog/indexing.h
src/include/catalog/namespace.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_autovacuum.h
src/include/catalog/pg_cast.h
src/include/catalog/pg_class.h
src/include/catalog/pg_constraint.h
src/include/catalog/pg_control.h
src/include/catalog/pg_conversion.h
src/include/catalog/pg_database.h
src/include/catalog/pg_depend.h
src/include/catalog/pg_description.h
src/include/catalog/pg_enum.h
src/include/catalog/pg_index.h
src/include/catalog/pg_inherits.h
src/include/catalog/pg_language.h
src/include/catalog/pg_largeobject.h
src/include/catalog/pg_listener.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_proc.h
src/include/catalog/pg_rewrite.h
src/include/catalog/pg_shdepend.h
src/include/catalog/pg_shdescription.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/toasting.h
src/include/commands/alter.h
src/include/commands/async.h
src/include/commands/cluster.h
src/include/commands/comment.h
src/include/commands/conversioncmds.h
src/include/commands/copy.h
src/include/commands/dbcommands.h
src/include/commands/defrem.h
src/include/commands/discard.h
src/include/commands/explain.h
src/include/commands/lockcmds.h
src/include/commands/portalcmds.h
src/include/commands/prepare.h
src/include/commands/schemacmds.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/version.h
src/include/commands/view.h
src/include/executor/execdebug.h
src/include/executor/execdefs.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/nodeFunctionscan.h
src/include/executor/nodeGroup.h
src/include/executor/nodeHash.h
src/include/executor/nodeHashjoin.h
src/include/executor/nodeIndexscan.h
src/include/executor/nodeLimit.h
src/include/executor/nodeMaterial.h
src/include/executor/nodeMergejoin.h
src/include/executor/nodeNestloop.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/spi.h
src/include/executor/spi_priv.h
src/include/executor/tstoreReceiver.h
src/include/executor/tuptable.h
src/include/fmgr.h
src/include/funcapi.h
src/include/getaddrinfo.h
src/include/getopt_long.h
src/include/lib/dllist.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/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/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/pathnode.h
src/include/optimizer/paths.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/parse_agg.h
src/include/parser/parse_clause.h
src/include/parser/parse_coerce.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_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/scansup.h
src/include/pgstat.h
src/include/pgtime.h
src/include/port.h
src/include/postgres.h
src/include/postgres_fe.h
src/include/postmaster/autovacuum.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/syslogger.h
src/include/postmaster/walwriter.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/rusagestub.h
src/include/snowball/header.h
src/include/storage/backendid.h
src/include/storage/block.h
src/include/storage/buf.h
src/include/storage/buf_internals.h
src/include/storage/buffile.h
src/include/storage/bufmgr.h
src/include/storage/bufpage.h
src/include/storage/fd.h
src/include/storage/freespace.h
src/include/storage/ipc.h
src/include/storage/item.h
src/include/storage/itemid.h
src/include/storage/itempos.h
src/include/storage/itemptr.h
src/include/storage/large_object.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/proc.h
src/include/storage/procarray.h
src/include/storage/relfilenode.h
src/include/storage/s_lock.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/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/builtins.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/errcodes.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/logtape.h
src/include/utils/lsyscache.h
src/include/utils/memutils.h
src/include/utils/nabstime.h
src/include/utils/numeric.h
src/include/utils/palloc.h
src/include/utils/pg_crc.h
src/include/utils/pg_locale.h
src/include/utils/pg_rusage.h
src/include/utils/plancache.h
src/include/utils/portal.h
src/include/utils/rel.h
src/include/utils/relcache.h
src/include/utils/resowner.h
src/include/utils/selfuncs.h
src/include/utils/syscache.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/varbit.h
src/include/utils/xml.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/keywords.c
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.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-int.h
src/interfaces/libpq/pqexpbuffer.c
src/interfaces/libpq/pqexpbuffer.h
src/interfaces/libpq/pqsignal.c
src/interfaces/libpq/pqsignal.h
src/interfaces/libpq/pthread-win32.c
src/interfaces/libpq/win32.c
src/pl/plperl/plperl.h
src/pl/plpgsql/src/gram.y
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_handler.c
src/pl/plpgsql/src/plerrcodes.h
src/pl/plpgsql/src/plpgsql.h
src/pl/plpgsql/src/scan.l
src/port/chklocale.c
src/port/copydir.c
src/port/dirent.c
src/port/dirmod.c
src/port/exec.c
src/port/fseeko.c
src/port/getaddrinfo.c
src/port/gethostname.c
src/port/getrusage.c
src/port/isinf.c
src/port/kill.c
src/port/memcmp.c
src/port/noblock.c
src/port/open.c
src/port/path.c
src/port/pgsleep.c
src/port/pgstrcasecmp.c
src/port/pipe.c
src/port/random.c
src/port/sprompt.c
src/port/srandom.c
src/port/strdup.c
src/port/strlcpy.c
src/port/strtol.c
src/port/thread.c
src/port/unsetenv.c
src/port/win32error.c
src/port/win32ver.rc
src/test/bench/Makefile
src/test/examples/testlo.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/thread/Makefile
src/test/thread/thread_test.c
src/timezone/pgtz.c
src/timezone/pgtz.h
src/tools/findoidjoins/Makefile
src/tools/findoidjoins/findoidjoins.c
src/tools/fsync/Makefile
src/tools/msvc/Genbki.pm
src/tutorial/complex.source
src/tutorial/syscat.source

index d1617263e754919c56ec49bbf1943267243e5712..8389909dae74f563ba21284a2fb3fab79f6526da 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-2007, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index df69105eaf65491ece842ca4a27b16252750ab9e..1dfea63ab7747faf8c788cc05f0ed7b44520aacd 100755 (executable)
--- a/configure
+++ b/configure
@@ -8,7 +8,7 @@
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 #
-# Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Copyright (c) 1996-2008, PostgreSQL Global Development Group
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
@@ -1021,7 +1021,7 @@ Copyright (C) 2003 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-2007, PostgreSQL Global Development Group
+Copyright (c) 1996-2008, PostgreSQL Global Development Group
 _ACEOF
   exit 0
 fi
index dde7e83dca44c1dd0383db1572bf42e2d8d28696..d031bc89c54b110509e53fc14f9cd46518b0f733 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.541 2007/12/31 17:28:21 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.542 2008/01/01 19:45:44 momjian Exp $
 dnl
 dnl Developers, please strive to achieve this order:
 dnl
@@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 2.5
 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-2007, PostgreSQL Global Development Group])
+AC_COPYRIGHT([Copyright (c) 1996-2008, 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 28b4c041c4e15e65fa12ed7e7680d6edfeed081b..e697b5e2a900cdecb333c38a0ca1677543c5e305 100644 (file)
@@ -3,12 +3,12 @@
  * adminpack.c
  *
  *
- * Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/contrib/adminpack/adminpack.c,v 1.9 2007/01/10 02:41:28 momjian Exp $
+ *       $PostgreSQL: pgsql/contrib/adminpack/adminpack.c,v 1.10 2008/01/01 19:45:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dd5cfc7f86d1f8a8955654a69578798286e16e29..0376345d81a86b095c3fc6fd50cd05b32939449a 100644 (file)
@@ -8,8 +8,8 @@
  * Darko Prenosil <Darko.Prenosil@finteh.hr>
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
- * $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.66 2007/11/15 21:14:29 momjian Exp $
- * Copyright (c) 2001-2007, PostgreSQL Global Development Group
+ * $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.67 2008/01/01 19:45:45 momjian Exp $
+ * Copyright (c) 2001-2008, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 2499aa42c9a2f2832d7e7b02889425c7a33c24b0..7c9fbb9dc623d7b6a4b554c21f5cfd4ec4c19c22 100644 (file)
@@ -8,8 +8,8 @@
  * Darko Prenosil <Darko.Prenosil@finteh.hr>
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
- * $PostgreSQL: pgsql/contrib/dblink/dblink.h,v 1.18 2007/01/05 22:19:17 momjian Exp $
- * Copyright (c) 2001-2007, PostgreSQL Global Development Group
+ * $PostgreSQL: pgsql/contrib/dblink/dblink.h,v 1.19 2008/01/01 19:45:45 momjian Exp $
+ * Copyright (c) 2001-2008, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 923e6331b2987d75a4ce38023314eada4b9411e5..9f0898b42747dc6f37601476110638340d3f97ed 100644 (file)
@@ -5,8 +5,8 @@
  *
  * Joe Conway <mail@joeconway.com>
  *
- * $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c,v 1.24 2007/02/13 18:00:35 momjian Exp $
- * Copyright (c) 2001-2007, PostgreSQL Global Development Group
+ * $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c,v 1.25 2008/01/01 19:45:45 momjian Exp $
+ * Copyright (c) 2001-2008, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * levenshtein()
index 9e9ec4aab76c786c202c3aaf22abb652ccdf0247..73a88207ee5474ec87886a217620bf0fa4bdc56e 100644 (file)
@@ -5,8 +5,8 @@
  *
  * Joe Conway <mail@joeconway.com>
  *
- * $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.h,v 1.15 2007/01/05 22:19:18 momjian Exp $
- * Copyright (c) 2001-2007, PostgreSQL Global Development Group
+ * $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.h,v 1.16 2008/01/01 19:45:45 momjian Exp $
+ * Copyright (c) 2001-2008, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * levenshtein()
index 9134fc06d82f40895b29695b6347e916eeacc6f3..d3aae7df641309b27b192f4f19d128c3625acc06 100644 (file)
@@ -4,10 +4,10 @@
  *       PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
  *
  * Copyright (c) 2004-2006, Germán Méndez Bravo (Kronuz)
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/contrib/isn/isn.c,v 1.7 2007/11/15 21:14:29 momjian Exp $
+ *       $PostgreSQL: pgsql/contrib/isn/isn.c,v 1.8 2008/01/01 19:45:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2dec9f0555086443cf0dc4904def48a80ab6b0ca..0fcfcf6d546c6e148aacce15e1e8b9e33f78cabb 100644 (file)
@@ -4,10 +4,10 @@
  *       PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
  *
  * Copyright (c) 2004-2006, Germán Méndez Bravo (Kronuz)
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/contrib/isn/isn.h,v 1.4 2007/06/05 21:31:03 tgl Exp $
+ *       $PostgreSQL: pgsql/contrib/isn/isn.h,v 1.5 2008/01/01 19:45:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f013779f8e8b181f302aa87119b955b47ed7cc37..bfac89e4146b1344675b3e00de2e311b72f7b348 100644 (file)
@@ -7,7 +7,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, 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 fa0109640a0dda85d0c9eefcf387d9ee55baf99b..f6fbf97827f42a3919d1926b4de86d0e74ac675c 100644 (file)
@@ -7,7 +7,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, 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 3a64a8a79cafda8a797ac5d2f55ed286b2d74c2e..9dc5eb3bdbf8f2633122853dec22398f80248287 100644 (file)
@@ -3,11 +3,11 @@
  * tsearch2.c
  *             Backwards-compatibility package for old contrib/tsearch2 API
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/contrib/tsearch2/tsearch2.c,v 1.4 2007/11/16 00:34:54 tgl Exp $
+ *       $PostgreSQL: pgsql/contrib/tsearch2/tsearch2.c,v 1.5 2008/01/01 19:45:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fa34407d1776caa01c46e35ca0f3aec8bb6013dc..c2537058fbbbcf655e150dace1743533be16097f 100644 (file)
@@ -3,12 +3,12 @@
  * vacuumlo.c
  *       This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.35 2007/12/11 19:57:32 tgl Exp $
+ *       $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.36 2008/01/01 19:45:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/doc/FAQ b/doc/FAQ
index a94d9c3b911f985aba23c06e6f86ad684058ca6f..ce56d0c94ccb5044763f8404644f93742a1cc1b6 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-1996 Regents of the University of
    California
    
index 758ad6a665d4e164bc5d9c7075cb09de8a45c8e4..bce4406eefffc46da145dced056b7db291a4bfba 100644 (file)
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-1996 Regents of the University of
    California
    
index d065fa1f9c010f123349f58f12879ca84ef2304f..c556e9de1f9fc2f49d864b7499e8552ae9679bbd 100644 (file)
   
    PostgreSQL je predmetem následujících autorských práv:
    
-   Dílcí Copyright (c) 1996-2005, PostgreSQL Global Development Group
+   Dílcí Copyright (c) 1996-2008, PostgreSQL Global Development Group
    Dílcí Copyright (c) 1994-6, Regents of the University of California
    
    Udeluje se oprávnení k uzití, rozmnozování, provádení úprav a
index 24b8655da56eb60659965f4a253735981ee190ef..7db7cac408215594d9ee653c9e3179b40569bea4 100644 (file)
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index 70d2c6fa8477268131c8e988874e8065bd74d591..200c2cead3ec5d90126fceca1b4eb61cde467438 100644 (file)
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index 6b73a5e3e4b847f7223d7708e30feca38f90a003..87be63f88f98469df8d62487e74ae1ba8483ac3b 100644 (file)
@@ -151,7 +151,7 @@ PostgreSQL
 
 PostgreSQL Data Base Management System
 
-Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group Portions
+Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group Portions
 Copyright (c) 1994-1996 Regents of the University of California
 
 Permission to use, copy, modify, and distribute this software and its
index 6f4f16c442c15e66f5fc5ae3352a22ddeebb010a..c35a61c35e33d60b8cf75339a865c7866426d97d 100644 (file)
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index ad1afbb378c28f43d94ba6499c52dd0afce048d9..cbc416cacc4905a0b88a7969d23468c2fa8d25f9 100644 (file)
     
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index e1f0b31fba7b8f070f078a41b243c241550588f2..fe6bde75ee11774a0c606ba3292aa37b0385144e 100644 (file)
 
     <P>PostgreSQL Data Base Management System</P>
 
-    <P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-1996 Regents of the University of California</P>
 
     <P>Permission to use, copy, modify, and distribute this software
index e56e83464f2d14427b129ca2f5eb9f3d244d8084..e50d602a953ff2104392f1a7c8736fb95cb4d7e6 100644 (file)
 
     <P>PostgreSQL Data Base Management System</P>
 
-    <P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-1996 Regents of the University of California</P>
 
     <P>Permission to use, copy, modify, and distribute this software
index 3a485388eedf951ed0206063d3d9d611572a6c40..61972204fea0c0d7ad5c57e99b45303766c1f06e 100644 (file)
@@ -102,7 +102,7 @@ kdokoliv může připojit. Jediné co potřebuje, je přihlásit se do elektroni
 <h3><a name="item1.3">1.3</a>) Pod jakou licencí je PostgreSQL?</h3>
 <p>PostgreSQL je předmětem následujících autorských práv:
 </p>
-<p>Dílčí Copyright (c) 1996-2005, PostgreSQL Global Development Group<br>
+<p>Dílčí Copyright (c) 1996-2008, PostgreSQL Global Development Group<br>
 Dílčí Copyright (c) 1994-6, Regents of the University of California
 </p>
 <p>Uděluje se oprávnění k užití, rozmnožování, provádění úprav a
index e615e6d7a0e95d57cbd61f75acbc766068a3198f..ae0e11b49ee0cb711aa1333542854117e57f45f1 100644 (file)
 
     <P>PostgreSQL Data Base Management System</P>
 
-    <P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-6 Regents of the University of California</P>
 
     <P>Permission to use, copy, modify, and distribute this software
index 4bdc7f287212ca09ed651cfae88786c5ad92a733..5749e20fb4f432cf0678f1d66e4d8e41811df51a 100644 (file)
 
     <p>PostgreSQL Data Base Management System</p>
 
-    <P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-6 Regents of the University of California</P>
 
     <p>Permission to use, copy, modify, and distribute this software
index 47a9160a7fed85095876cf907a12227bbe37b939..bd98a2a1c67c29569f20556ea6bc2bd8c467e2c6 100644 (file)
@@ -173,7 +173,7 @@ href="mailto:juk at postgresql.jp">juk at postgresql.jp</a>)<br /></p>
     </pre></small>
     <p>PostgreSQL Data Base Management System</p>
     <p>
-    Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+    Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-1996 Regents of the University of California</p>
     <p>
     Permission to use, copy, modify, and distribute this software and its
index 1f12fc51d3c5eca5fa07cd03d0299108b3e2f481..2fdc4a69915f765993d4d070c877098d3247589b 100644 (file)
 
     <P>PostgreSQL Data Base Management System</P>
 
-    <P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-6 Regents of the University of California</P>
 
     <P>Permission to use, copy, modify, and distribute this software
index 0a59b4416300faa410227ec0d0f28a421a60db66..e0d618fb16baa5c796db2ca6e45f9362dc99e9f6 100644 (file)
@@ -159,7 +159,7 @@ adreslerinde g
                <h4><a name="1.2">1.2</a>) PostgreSQL'in haklarý nedir?</h4>
                <p>PostgreSQL Data Base Management System</p>
 
-                <P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+                <P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
                 Portions Copyright (c) 1994-6 Regents of the University of California</P>
 
                <p>Permission to use, copy, modify, and distribute this software
index 2bcc05b3f3fcdfc2fa76738577aa1b95e760449b..2d66746af85f03246f803fdc44b55c84e5c0a4af 100644 (file)
@@ -1,7 +1,7 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/legal.sgml,v 1.22 2007/01/05 22:19:21 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/legal.sgml,v 1.23 2008/01/01 19:45:45 momjian Exp $ -->
 
 <copyright>
- <year>1996-2007</year>
+ <year>1996-2008</year>
  <holder>The PostgreSQL Global Development Group</holder>
 </copyright>
 
@@ -9,7 +9,7 @@
  <title>Legal Notice</title>
 
  <para>
-  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2007
+  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2008
   by the PostgreSQL Global Development Group and is distributed under
   the terms of the license of the University of California below.
  </para>
index 9d2dbe62fa5cb5f3161bb779ee9d547fd6e7971c..7e67bd3adf224b4773250c62299a457dfc3219bf 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Makefile for the postgres backend
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/backend/Makefile,v 1.124 2007/08/21 01:11:12 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/Makefile,v 1.125 2008/01/01 19:45:45 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index eb8b136cbd9fc174f442e39cb6020018064adb13..5dd3848ea2f5b34172280cc9bb484b943433f7bd 100644 (file)
  * and we'd like to still refer to them via C struct offsets.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/common/heaptuple.c,v 1.119 2007/11/15 21:14:31 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/common/heaptuple.c,v 1.120 2008/01/01 19:45:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 892363b3a99805bc05089cd20bd688a6e2092ba5..06bae46fbd1316171d9183f5ea1f1255e4c40723 100644 (file)
@@ -4,12 +4,12 @@
  *        This file contains index tuple accessor and mutator routines,
  *        as well as various tuple utilities.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/common/indextuple.c,v 1.84 2007/11/15 21:14:31 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/common/indextuple.c,v 1.85 2008/01/01 19:45:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d5bf060f320390f0d0166e930c1e6dd2424aab48..d3f017ab95d05a0e5cf0b324348ab03e4bb18732 100644 (file)
@@ -5,11 +5,11 @@
  *       clients and standalone backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/common/printtup.c,v 1.100 2007/01/05 22:19:21 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/common/printtup.c,v 1.101 2008/01/01 19:45:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8b3331702c5dce5ed47ae05a8c702bf1ee4394b5..48e9080b60d0c8937cc31af16b3dfb0d95b32f05 100644 (file)
@@ -3,12 +3,12 @@
  * reloptions.c
  *       Core support for relation options (pg_class.reloptions)
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/common/reloptions.c,v 1.7 2007/12/01 23:44:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/common/reloptions.c,v 1.8 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 21fccc23a2cf6bd88fa8f7f630999ef97e26a06f..c4029466e9ff03eda5f74a2a08a5775aa9761ca0 100644 (file)
@@ -3,12 +3,12 @@
  * scankey.c
  *       scan key support code
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/common/scankey.c,v 1.30 2007/04/06 22:33:41 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/common/scankey.c,v 1.31 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6e2ac69cc404e6c03192c691770f4f44e79c7401..7f8df9f6829f0bcac73086125c561ca4694edf06 100644 (file)
@@ -3,12 +3,12 @@
  * tupdesc.c
  *       POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/common/tupdesc.c,v 1.121 2007/11/11 19:22:48 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/common/tupdesc.c,v 1.122 2008/01/01 19:45:46 momjian Exp $
  *
  * NOTES
  *       some of the executor utility code such as "ExecTypeFromTL" should be
index 430b72a92b24cdcc8177b8bfb8340daa1c771694..c453cda525cb80d85000d0de895ad5c5454ecb50 100644 (file)
@@ -4,11 +4,11 @@
  *       support functions for GIN's indexing of any array
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/gin/ginarrayproc.c,v 1.11 2007/11/15 21:14:31 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/gin/ginarrayproc.c,v 1.12 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 #include "postgres.h"
index a89c384dfc30eea1ba17cbb3e3e4df43aadee380..2dc3625fe7cbe8c0af89fb830cc93b063db7e1f7 100644 (file)
@@ -4,11 +4,11 @@
  *       page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                     $PostgreSQL: pgsql/src/backend/access/gin/ginbtree.c,v 1.10 2007/11/15 21:14:31 momjian Exp $
+ *                     $PostgreSQL: pgsql/src/backend/access/gin/ginbtree.c,v 1.11 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 
index 09dd0094907e00f9c923708c8a9f82ae63dc29fb..2165428c54f4a4b1e2570b572e62c04c1e90de6b 100644 (file)
@@ -4,11 +4,11 @@
  *       routines for fast build of inverted index
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                     $PostgreSQL: pgsql/src/backend/access/gin/ginbulk.c,v 1.10 2007/11/16 21:55:59 tgl Exp $
+ *                     $PostgreSQL: pgsql/src/backend/access/gin/ginbulk.c,v 1.11 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 
index eb6ccfc0b40e867db8fcc66a908b11b95a3c6adc..e0b1c0d8d67a64ee8a38c28760ba6463790bc3c0 100644 (file)
@@ -4,11 +4,11 @@
  *       page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                     $PostgreSQL: pgsql/src/backend/access/gin/gindatapage.c,v 1.8 2007/11/15 21:14:31 momjian Exp $
+ *                     $PostgreSQL: pgsql/src/backend/access/gin/gindatapage.c,v 1.9 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 
index 134c5f99dd068c1e6c7740a9d2019c8ad4e33fba..83abfec429d27e207eaab366eb115866675806de 100644 (file)
@@ -4,11 +4,11 @@
  *       page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                     $PostgreSQL: pgsql/src/backend/access/gin/ginentrypage.c,v 1.11 2007/11/15 21:14:31 momjian Exp $
+ *                     $PostgreSQL: pgsql/src/backend/access/gin/ginentrypage.c,v 1.12 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 
index b964f036a086108c5933e0d7e5f01ff2abee96a6..31464ab2bc3010a99fce07fdae306bec722d6fac 100644 (file)
@@ -4,11 +4,11 @@
  *       fetch tuples from a GIN scan.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                     $PostgreSQL: pgsql/src/backend/access/gin/ginget.c,v 1.9 2007/11/15 21:14:31 momjian Exp $
+ *                     $PostgreSQL: pgsql/src/backend/access/gin/ginget.c,v 1.10 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 
index 8afd8afd313f05c7614ee5bb94bc61cb5e7a4d7f..a20687f70327bdbe348f27bae083c0c798fe52b9 100644 (file)
@@ -4,11 +4,11 @@
  *       insert routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                     $PostgreSQL: pgsql/src/backend/access/gin/gininsert.c,v 1.10 2007/11/16 21:55:59 tgl Exp $
+ *                     $PostgreSQL: pgsql/src/backend/access/gin/gininsert.c,v 1.11 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 
index 2e40f8b8d8c3e52a24287e5cd57138c50c04f6f4..3094c0fcb949c2793980412bb92aa8ecf2a2d11b 100644 (file)
@@ -4,11 +4,11 @@
  *       routines to manage scans inverted index relations
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                     $PostgreSQL: pgsql/src/backend/access/gin/ginscan.c,v 1.11 2007/11/15 21:14:31 momjian Exp $
+ *                     $PostgreSQL: pgsql/src/backend/access/gin/ginscan.c,v 1.12 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 
index 389a1077d91d5702f7f9e3b2a9d94169bee306fb..f6f5da10f29fe0f6ecc3fbfbe06a64dcfd969b74 100644 (file)
@@ -4,11 +4,11 @@
  *       utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                     $PostgreSQL: pgsql/src/backend/access/gin/ginutil.c,v 1.12 2007/11/15 22:25:14 momjian Exp $
+ *                     $PostgreSQL: pgsql/src/backend/access/gin/ginutil.c,v 1.13 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 
index 9c0482a8903b6901cb31ffabceef60b31a08cf97..3811348594ba156b059eac9302ed3f1ef2ecbee1 100644 (file)
@@ -4,11 +4,11 @@
  *       delete & vacuum routines for the postgres GIN
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                     $PostgreSQL: pgsql/src/backend/access/gin/ginvacuum.c,v 1.18 2007/11/15 21:14:31 momjian Exp $
+ *                     $PostgreSQL: pgsql/src/backend/access/gin/ginvacuum.c,v 1.19 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 
index 7649e4c9003dfbb46f0f598a9925ba3a0953e4f0..37d04cfb7e99433ee8b5f708c50b05842e7415bb 100644 (file)
@@ -4,11 +4,11 @@
  *       WAL replay logic for inverted index.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                      $PostgreSQL: pgsql/src/backend/access/gin/ginxlog.c,v 1.11 2007/11/15 21:14:31 momjian Exp $
+ *                      $PostgreSQL: pgsql/src/backend/access/gin/ginxlog.c,v 1.12 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 #include "postgres.h"
index 770c2023bd76e1d429bbda9097a447c618bc109a..91b8fe4d055f0ef1a38d685aee648390f612a6be 100644 (file)
@@ -4,11 +4,11 @@
  *       interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/gist/gist.c,v 1.148 2007/11/15 21:14:31 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/gist/gist.c,v 1.149 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cb1919ac6e0d08593622a5a76791d693404b9a49..22a7d0ceae6700b71bb65d8f533dedb4ebac1726 100644 (file)
@@ -4,11 +4,11 @@
  *       fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/gist/gistget.c,v 1.68 2007/11/15 21:14:31 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/gist/gistget.c,v 1.69 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e461b5923d946cba604300b383230af22fd0f63e..7653776c36523a17f00c1f7b45edea77ef03d06b 100644 (file)
@@ -6,11 +6,11 @@
  * This gives R-tree behavior, with Guttman's poly-time split algorithm.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *     $PostgreSQL: pgsql/src/backend/access/gist/gistproc.c,v 1.12 2007/11/15 21:14:31 momjian Exp $
+ *     $PostgreSQL: pgsql/src/backend/access/gist/gistproc.c,v 1.13 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a275bb257ce3fa1372df0e41c993eaccb64e734e..187e3bec8324c320a8a1840dba6b1447497789e7 100644 (file)
@@ -4,11 +4,11 @@
  *       routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/gist/gistscan.c,v 1.67 2007/01/20 18:43:35 neilc Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/gist/gistscan.c,v 1.68 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 913d4dedd51bdf6703405ed75fd1f6793d414965..49e21dd7fb7323113f74b572b747fbcf26be6467 100644 (file)
@@ -4,11 +4,11 @@
  *       Split page algorithm
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/gist/gistsplit.c,v 1.4 2007/01/05 22:19:22 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/gist/gistsplit.c,v 1.5 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 409377d1d14edf20226f5ad7c260e62829dd1b26..7d51070788c96c83b90e65c436beddf10b7d0372 100644 (file)
@@ -4,11 +4,11 @@
  *       utilities routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                     $PostgreSQL: pgsql/src/backend/access/gist/gistutil.c,v 1.24 2007/09/20 17:56:30 tgl Exp $
+ *                     $PostgreSQL: pgsql/src/backend/access/gist/gistutil.c,v 1.25 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 #include "postgres.h"
index dace2c89067ad16f23574607c291f4cb31fba955..3691e17e4414901b7c7505c873ab9e86abbe1fb3 100644 (file)
@@ -4,11 +4,11 @@
  *       interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/gist/gistvacuum.c,v 1.33 2007/11/15 21:14:31 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/gist/gistvacuum.c,v 1.34 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 821cc221bbb7df51f7650211d0e20b1e4c0d8335..54027d37043eb22c87f0d35b78c21e7050fc9a3c 100644 (file)
@@ -4,11 +4,11 @@
  *       WAL replay logic for GiST.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *                      $PostgreSQL: pgsql/src/backend/access/gist/gistxlog.c,v 1.26 2007/02/01 19:10:25 momjian Exp $
+ *                      $PostgreSQL: pgsql/src/backend/access/gist/gistxlog.c,v 1.27 2008/01/01 19:45:46 momjian Exp $
  *-------------------------------------------------------------------------
  */
 #include "postgres.h"
index 5933b02e8eb4f32c557212599d2ead6d26e5a554..f6c4d5705d4284a6393d3ebcb81ba09be88b66bd 100644 (file)
@@ -3,12 +3,12 @@
  * hash.c
  *       Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/hash/hash.c,v 1.97 2007/11/15 21:14:32 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/hash/hash.c,v 1.98 2008/01/01 19:45:46 momjian Exp $
  *
  * NOTES
  *       This file contains only the public interface routines.
index 4d1b1ed45cc2bf8ae1ee0417f21a27b7610d233e..a7a2e85dbfd64aba448fd353978d895d47e048ae 100644 (file)
@@ -3,12 +3,12 @@
  * hashfunc.c
  *       Support functions for hash access method.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/hash/hashfunc.c,v 1.54 2007/11/15 21:14:32 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/hash/hashfunc.c,v 1.55 2008/01/01 19:45:46 momjian Exp $
  *
  * NOTES
  *       These functions are stored in pg_amproc.      For each operator class
index 8cbf0294acf2a049a5df0a71a3f58a81f5604d31..7dfb8a893eb3a5ec5ad897b4d803eefdd322d347 100644 (file)
@@ -3,12 +3,12 @@
  * hashinsert.c
  *       Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/hash/hashinsert.c,v 1.47 2007/09/20 17:56:30 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/hash/hashinsert.c,v 1.48 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c510c6e65b7778e3b9ebd0d801337530dd9c6257..aa6356807226eb2dc5423bcdda2008fd6bb2932f 100644 (file)
@@ -3,12 +3,12 @@
  * hashovfl.c
  *       Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/hash/hashovfl.c,v 1.61 2007/11/15 21:14:32 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/hash/hashovfl.c,v 1.62 2008/01/01 19:45:46 momjian Exp $
  *
  * NOTES
  *       Overflow pages look like ordinary relation pages.
index 07f27001a898c793c53b5f1f8635a8121323f92d..68861087585e97c873fe90eff1286d477d9af9d8 100644 (file)
@@ -3,12 +3,12 @@
  * hashpage.c
  *       Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/hash/hashpage.c,v 1.71 2007/11/15 21:14:32 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/hash/hashpage.c,v 1.72 2008/01/01 19:45:46 momjian Exp $
  *
  * NOTES
  *       Postgres hash pages look like ordinary relation pages.  The opaque
index 3230c65008eddfe1b34f314eff05791f7b20c58d..2598c5fb0b1d430caaecb8910d12ca469c292217 100644 (file)
@@ -3,12 +3,12 @@
  * hashscan.c
  *       manage scans on hash tables
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/hash/hashscan.c,v 1.42 2007/02/01 19:10:25 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/hash/hashscan.c,v 1.43 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 104a0c14de380d509a892a983c05b06d8ab4975f..6902d6c24fa9ebb71377a8c38a9177412501a940 100644 (file)
@@ -3,12 +3,12 @@
  * hashsearch.c
  *       search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/hash/hashsearch.c,v 1.50 2007/05/27 03:50:38 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/hash/hashsearch.c,v 1.51 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 36a1dae203676483bb168b503adde4fbd6a6cec6..652fd320db9a165c1be2a7c8fba543f6b9edc3c7 100644 (file)
@@ -3,12 +3,12 @@
  * hashutil.c
  *       Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/hash/hashutil.c,v 1.52 2007/05/03 16:45:58 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/hash/hashutil.c,v 1.53 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1a4fc92f1c29c23f198ecd5a594e25cd29eab3fa..cd4637db4b3ebd56d439b15d3ac616fca5326900 100644 (file)
@@ -3,12 +3,12 @@
  * heapam.c
  *       heap access method code
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/heap/heapam.c,v 1.246 2007/11/30 21:22:53 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/heap/heapam.c,v 1.247 2008/01/01 19:45:46 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index cd13d8f87c964504b655882850441244693c8158..30902fa1cd7e590ec973aa2b06aa6f8efa0cd643 100644 (file)
@@ -3,12 +3,12 @@
  * hio.c
  *       POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/heap/hio.c,v 1.67 2007/09/20 17:56:30 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/heap/hio.c,v 1.68 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 516eec3149b07551fd48ba7e0241b9687f9e0eb8..a5032e861c3b4452ab0a307c8ea9b09901fd50af 100644 (file)
@@ -3,12 +3,12 @@
  * pruneheap.c
  *       heap page pruning and HOT-chain management code
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/heap/pruneheap.c,v 1.5 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/heap/pruneheap.c,v 1.6 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a9088ac9288feccd8970f56c375eaed6535aae4e..33cf6b54c7adc1d1beccb206dc40810aaf650add 100644 (file)
  * heap's TOAST table will go through the normal bufmgr.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/heap/rewriteheap.c,v 1.9 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/heap/rewriteheap.c,v 1.10 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 371fff9aef09109f030e8e5953f86f5641ff01a7..30e5696a9e9423e853584bf0d9c61489c60e849a 100644 (file)
  *             ss_report_location      - update current scan location
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/heap/syncscan.c,v 1.3 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/heap/syncscan.c,v 1.4 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f26fa9f4a6ba2d6b39199b7fe0aeab6d2c580150..ca49ec9d937be34544fd6e30024c1fbeca11da02 100644 (file)
@@ -4,11 +4,11 @@
  *       Support routines for external and compressed storage of
  *       variable size attributes.
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/heap/tuptoaster.c,v 1.80 2007/11/30 21:22:53 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/heap/tuptoaster.c,v 1.81 2008/01/01 19:45:46 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index 7bf1e43cb456f142e0638c87ed7fb5098eceea09..1e0f918c024bb2fa229d03401ee7b15d832439b7 100644 (file)
@@ -3,12 +3,12 @@
  * genam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/index/genam.c,v 1.63 2007/09/20 17:56:30 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/index/genam.c,v 1.64 2008/01/01 19:45:46 momjian Exp $
  *
  * NOTES
  *       many of the old access method routines have been turned into
index 5f1092db05432c8e98fe4cee58f52a363832ed5b..e4da00e868a03c34c7d5fc418ca24d11bff6d048 100644 (file)
@@ -3,12 +3,12 @@
  * indexam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/index/indexam.c,v 1.100 2007/11/15 21:14:32 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/index/indexam.c,v 1.101 2008/01/01 19:45:46 momjian Exp $
  *
  * INTERFACE ROUTINES
  *             index_open              - open an index relation by relation OID
index 97489c603686670dee49544ac191ed23f9751853..428d3927c2c078b7a8908a3ec51c216e6a7d3983 100644 (file)
@@ -3,12 +3,12 @@
  * nbtcompare.c
  *       Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtcompare.c,v 1.54 2007/01/09 02:14:10 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtcompare.c,v 1.55 2008/01/01 19:45:46 momjian Exp $
  *
  * NOTES
  *
index adaa570566f4a5788cf380e0f407261dd2efccf9..937bb72aa87ba53201f3d80e3357e8f32462e0e9 100644 (file)
@@ -3,12 +3,12 @@
  * nbtinsert.c
  *       Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.163 2007/12/31 04:52:05 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.164 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4f9045db4adaeb00bc1168745f8c37698b7c9ebc..2e1543c0b0cf2250de3cb7f1d693bc24fa29525f 100644 (file)
@@ -4,12 +4,12 @@
  *       BTree-specific page management code for the Postgres btree access
  *       method.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtpage.c,v 1.105 2007/12/31 04:52:05 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtpage.c,v 1.106 2008/01/01 19:45:46 momjian Exp $
  *
  *     NOTES
  *        Postgres btree pages look like ordinary relation pages.      The opaque
index a4ba3d3cdf42fbaa31158441abdd2d917160f66c..5cfa8f315d79ee09a153c4ab72750113f62deb4d 100644 (file)
@@ -8,11 +8,11 @@
  *       This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtree.c,v 1.155 2007/05/30 20:11:53 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtree.c,v 1.156 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e87ef26c6df9d26eb1f7e119a294da01d250f5e7..22943dcd020285f0cb1451e7ab3343738dbb7c5e 100644 (file)
@@ -4,11 +4,11 @@
  *       Search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.115 2007/12/31 04:52:05 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.116 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6293792b9f5c6db18c81b6abc1007911ee01b128..6ecd21150ad5dcb107c1a9edf6329182ced87fe1 100644 (file)
  * active.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtsort.c,v 1.113 2007/09/20 17:56:30 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtsort.c,v 1.114 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a1b0125f78792bc34f0ee8c5d0b585c47636e3e8..6f88a34488e2f050cf3fd2df24f3777421aa137b 100644 (file)
@@ -3,12 +3,12 @@
  * nbtutils.c
  *       Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtutils.c,v 1.87 2007/11/15 21:14:32 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtutils.c,v 1.88 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 37bcfb90e025af35ac009d1753715c95f82662a2..13177d1f2eec5c08a7fddecc142b8d1568c8fc58 100644 (file)
@@ -4,11 +4,11 @@
  *       WAL replay logic for btrees.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtxlog.c,v 1.49 2007/11/16 19:53:50 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/nbtree/nbtxlog.c,v 1.50 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 72be0e855a7650edc131f8f2f731180d96cce5f6..52224b1d0fc531ce2c5a81786428c8a1104b7e98 100644 (file)
  * for aborts (whether sync or async), since the post-crash assumption would
  * be that such transactions failed anyway.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/access/transam/clog.c,v 1.45 2007/11/15 21:14:32 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/clog.c,v 1.46 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 61a59961d71a030ba68b9142b0106227fec1e0c9..8ccd1cf5f900b0ae72e6dd568d6ac693e4bcff1d 100644 (file)
  * anything we saw during replay.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/access/transam/multixact.c,v 1.26 2007/11/15 21:14:32 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/multixact.c,v 1.27 2008/01/01 19:45:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2ee1ecb061189588f37fef03409eb65b5fee2328..0fcc8bd91dc2bc063a1396d65813c358e64c88e0 100644 (file)
  * by re-setting the page's page_dirty flag.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/access/transam/slru.c,v 1.43 2007/11/16 01:51:22 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/slru.c,v 1.44 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b3836c5231cca94bf25d3832963ec34e6cd25d67..a6c1c59059587fcdea8fa8f4a6d7c708147e6f28 100644 (file)
  * data across crashes.  During database startup, we simply force the
  * currently-active page of SUBTRANS to zeroes.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/access/transam/subtrans.c,v 1.19 2007/08/01 22:45:07 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/subtrans.c,v 1.20 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index db0f79c47c4d0d0619c7af8fe7bf7d44638de18c..43aed75ad00e80a505329ab3c6311dcb3e9612ab 100644 (file)
@@ -3,12 +3,12 @@
  * transam.c
  *       postgres transaction log interface routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/transam/transam.c,v 1.72 2007/11/15 21:14:32 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/transam/transam.c,v 1.73 2008/01/01 19:45:48 momjian Exp $
  *
  * NOTES
  *       This file contains the high level access-method interface to the
index 2888adbc3745233703f9692590fa1790c050c65d..de369eda6b1e9cc68b2bd944c49e88ef2a0d37e0 100644 (file)
@@ -3,11 +3,11 @@
  * twophase.c
  *             Two-phase commit support functions.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *             $PostgreSQL: pgsql/src/backend/access/transam/twophase.c,v 1.38 2007/11/15 21:14:32 momjian Exp $
+ *             $PostgreSQL: pgsql/src/backend/access/transam/twophase.c,v 1.39 2008/01/01 19:45:48 momjian Exp $
  *
  * NOTES
  *             Each global transaction is associated with a global transaction
index 84d1e9caefc74d9bb7f0430979d736c1ac2dd920..435e06fee4b72c626ca5703c65771bbae8045303 100644 (file)
@@ -3,12 +3,12 @@
  * twophase_rmgr.c
  *       Two-phase-commit resource managers tables
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/transam/twophase_rmgr.c,v 1.6 2007/11/15 21:14:32 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/transam/twophase_rmgr.c,v 1.7 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d7a5183d4cd195475dba68b33c0b0a50fb09003d..8838d4272d2cc8b58e7b34c4954405f0d46249e7 100644 (file)
@@ -3,10 +3,10 @@
  * varsup.c
  *       postgres OID & XID variables support routines
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/transam/varsup.c,v 1.80 2007/11/15 21:14:32 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/transam/varsup.c,v 1.81 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ce0dd812819fe64becd087566eb9ee38c832d992..4409f611e954376cdaf443a77e8197cf34be03e6 100644 (file)
@@ -5,12 +5,12 @@
  *
  * See src/backend/access/transam/README for more information.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.254 2007/11/30 21:22:53 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.255 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 501e4478876a48a204f6b721719a8291d8c0be70..165ed51c2cafada7f84f11af81fad105c0269022 100644 (file)
@@ -4,10 +4,10 @@
  *             PostgreSQL transaction log manager
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.290 2007/11/15 22:25:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.291 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 39c3269bc118a4fd27011bed58c3c97758b4fc40..13cf0c037642ba08c2e1af06548c8f8e07433803 100644 (file)
@@ -8,10 +8,10 @@
  * None of this code is used during normal system operation.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/access/transam/xlogutils.c,v 1.50 2007/05/02 23:18:03 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlogutils.c,v 1.51 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bd640804c461788e19780aeeabf66664d10deb01..a6b904f83ebd62dcc56efe5aed138d42d258c16e 100644 (file)
@@ -4,12 +4,12 @@
  * bootparse.y
  *       yacc grammar for the "bootstrap" mode (BKI file format)
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/bootstrap/bootparse.y,v 1.90 2007/12/01 23:44:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/bootstrap/bootparse.y,v 1.91 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 02cc604d54a246fa9d4852d2fc68b4eaaca7ef78..5eddeca52f1582466324093ec38b15332e4a1af5 100644 (file)
@@ -4,12 +4,12 @@
  * bootscanner.l
  *       a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/bootstrap/bootscanner.l,v 1.44 2007/01/05 22:19:24 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/bootstrap/bootscanner.l,v 1.45 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 83b5ee878ce23544ae96290a4c063ee71e0324b7..5450313be9c99c847caece13112cdcd6eec88d2c 100644 (file)
@@ -4,11 +4,11 @@
  *       routines to support running postgres in 'bootstrap' mode
  *     bootstrap mode is used to create the initial template database
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/bootstrap/bootstrap.c,v 1.237 2007/11/15 21:14:32 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/bootstrap/bootstrap.c,v 1.238 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e8c9ea296fa258dd36cfb1335b5cf75ec888171e..75737adac769c0ce5c5555ff00a7791c72b59153 100644 (file)
@@ -3,12 +3,12 @@
  * aclchk.c
  *       Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.142 2007/11/15 21:14:32 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.143 2008/01/01 19:45:48 momjian Exp $
  *
  * NOTES
  *       See acl.h.
index acd107958ff75f446c8b0f11b34d729ddd0a1b5d..bc94a5ca2aa0f71cdc56356170a915d993ed06c4 100644 (file)
@@ -5,12 +5,12 @@
  *             bits of hard-wired knowledge
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.71 2007/07/25 22:16:18 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.72 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c562223ddbaf2133b825f1275a0704797083d298..d38934177c4a9806ffbac78fa17bef91433f0cea 100644 (file)
@@ -4,11 +4,11 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/dependency.c,v 1.68 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/dependency.c,v 1.69 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2ec896d299e863304e08a0c134786023ab923d46..045377115fa3150db3db820aeef69f6bb780bce5 100644 (file)
@@ -6,12 +6,12 @@
 #    files.  These .bki files are used to initialize the postgres template
 #    database.
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
 # IDENTIFICATION
-#    $PostgreSQL: pgsql/src/backend/catalog/genbki.sh,v 1.42 2007/02/06 09:16:08 petere Exp $
+#    $PostgreSQL: pgsql/src/backend/catalog/genbki.sh,v 1.43 2008/01/01 19:45:48 momjian Exp $
 #
 # NOTES
 #    non-essential whitespace is removed from the generated file.
index d436760b9798a85d69baedd7d14fd82f92918c2a..3f8c7eab47bc0e9eb149b71f8aaa383ec302f255 100644 (file)
@@ -3,12 +3,12 @@
  * heap.c
  *       code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/heap.c,v 1.326 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/heap.c,v 1.327 2008/01/01 19:45:48 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index 28caf71595481deb58b4352d64e00da3c4839a1d..e3e3b5f7cfff738c300f4641eb2d40cf92fa55cc 100644 (file)
@@ -3,12 +3,12 @@
  * index.c
  *       code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/index.c,v 1.288 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/index.c,v 1.289 2008/01/01 19:45:48 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index 6f71022ffd227723089dbbc1f7748a585a3e8269..218946e97ee89b9f1197edd27474253adb080845 100644 (file)
@@ -4,12 +4,12 @@
  *       This file contains routines to support indexes defined on system
  *       catalogs.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/indexing.c,v 1.115 2007/09/20 17:56:30 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/indexing.c,v 1.116 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 215bf77ce00eae388153b2dff29f6224227977e9..a9566d9d3f36b8fe73ce00253038688cbfa2c582 100644 (file)
@@ -2,9 +2,9 @@
  * SQL Information Schema
  * as defined in ISO/IEC 9075-11:2003
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/backend/catalog/information_schema.sql,v 1.42 2007/02/27 18:49:43 petere Exp $
+ * $PostgreSQL: pgsql/src/backend/catalog/information_schema.sql,v 1.43 2008/01/01 19:45:48 momjian Exp $
  */
 
 /*
index 71f6de197f20a130f537c4e49ab94055db10c700..1383d1e2afdd9d7cb467def2fbaa0c95e829a788 100644 (file)
@@ -9,11 +9,11 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/namespace.c,v 1.103 2007/11/28 18:47:56 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/namespace.c,v 1.104 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d43823f2876f8ebb941f3ffd980f9817a340022d..449a3256ad37bef992d6b78c2d3c48b41ae9477f 100644 (file)
@@ -3,12 +3,12 @@
  * pg_aggregate.c
  *       routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/pg_aggregate.c,v 1.88 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/pg_aggregate.c,v 1.89 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2e10b11e719561ab15a6cf0ce8c8d8f46d0b8b2f..e62b3c86066246ef4546b7a3f01f5f914a1e9397 100644 (file)
@@ -3,12 +3,12 @@
  * pg_constraint.c
  *       routines to support manipulation of the pg_constraint relation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/pg_constraint.c,v 1.36 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/pg_constraint.c,v 1.37 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 22292e00f2b3583d50c639d488fe823968c496e4..644f8f38a917b8ae0e645626636b08e80484a807 100644 (file)
@@ -3,12 +3,12 @@
  * pg_conversion.c
  *       routines to support manipulation of the pg_conversion relation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/pg_conversion.c,v 1.39 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/pg_conversion.c,v 1.40 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a35b376cc10db94a051031dff4b88f2b1eb42088..cdb6c2492f3c0a90af51ee93664cd32d4f58c782 100644 (file)
@@ -3,12 +3,12 @@
  * pg_depend.c
  *       routines to support manipulation of the pg_depend relation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/pg_depend.c,v 1.25 2007/12/01 23:44:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/pg_depend.c,v 1.26 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c82b3aff3f0407fb4b41fa6bafad76f19630cc00..76093cecd9e9d4221c12f8ae0a8b95fd4e054e54 100644 (file)
@@ -3,11 +3,11 @@
  * pg_enum.c
  *       routines to support manipulation of the pg_enum relation
  *
- * Copyright (c) 2006-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/pg_enum.c,v 1.3 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/pg_enum.c,v 1.4 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c76878942fda624ef63a4059b6894971f89175f0..cd96f1790e1d0a69c3985fd71b39c88ca0af5bf0 100644 (file)
@@ -3,12 +3,12 @@
  * pg_largeobject.c
  *       routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/pg_largeobject.c,v 1.27 2007/01/05 22:19:25 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/pg_largeobject.c,v 1.28 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 57b92705aa9ef9e4ad874082a725985e7f3e5c83..3f2416beab58ad0d03d958ca3e6f7f9cc782ed80 100644 (file)
@@ -3,12 +3,12 @@
  * pg_namespace.c
  *       routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/pg_namespace.c,v 1.17 2007/01/05 22:19:25 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/pg_namespace.c,v 1.18 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 99a595925275f5a233ea686e437468c3ad822ebb..4ae5ab9fa64d05e3eed7c3075467773d6a227824 100644 (file)
@@ -3,12 +3,12 @@
  * pg_operator.c
  *       routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/pg_operator.c,v 1.102 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/pg_operator.c,v 1.103 2008/01/01 19:45:48 momjian Exp $
  *
  * NOTES
  *       these routines moved here from commands/define.c and somewhat cleaned up.
index 9487b66dde09f39f59578dc3411d8a0927ec57de..a9feb2a56bdaba0b7bcaebe2faa4f25de386f712 100644 (file)
@@ -3,12 +3,12 @@
  * pg_proc.c
  *       routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/pg_proc.c,v 1.147 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/pg_proc.c,v 1.148 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5272edfe191055e5505a614bab768500506d08b3..dd326648ec20be4040f6d63f878f285cd1d0905c 100644 (file)
@@ -3,12 +3,12 @@
  * pg_shdepend.c
  *       routines to support manipulation of the pg_shdepend relation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/pg_shdepend.c,v 1.21 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/pg_shdepend.c,v 1.22 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bcfc14195f707be0e9b42f0a4294b86bf957baa4..780d5134d9e946a0215362a1b95f7901b4b6d846 100644 (file)
@@ -3,12 +3,12 @@
  * pg_type.c
  *       routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/pg_type.c,v 1.114 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/pg_type.c,v 1.115 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1f1d983573ab6391e307c65f8a6bcbc3083852ae..52fbc91ed7fce4f9646991902462e977727e2a42 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * PostgreSQL System Views
  *
- * Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/backend/catalog/system_views.sql,v 1.47 2007/10/22 20:13:37 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/catalog/system_views.sql,v 1.48 2008/01/01 19:45:48 momjian Exp $
  */
 
 CREATE VIEW pg_roles AS 
index 86d1def1cc8da7944aa2a0e0330ff6570342ba8e..3f4d65a038368d1c267ca947141188194284018b 100644 (file)
@@ -4,11 +4,11 @@
  *       This file contains routines to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/catalog/toasting.c,v 1.8 2007/09/20 17:56:30 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/catalog/toasting.c,v 1.9 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e49a7da3a29c86c0430d5603ccbfb8361a348db2..7fe655cad35f30d5073dd29f36b8bcfa6bdb7e5f 100644 (file)
@@ -4,12 +4,12 @@
  *
  *       Routines for aggregate-manipulation commands
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/aggregatecmds.c,v 1.44 2007/11/11 19:22:48 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/aggregatecmds.c,v 1.45 2008/01/01 19:45:48 momjian Exp $
  *
  * DESCRIPTION
  *       The "DefineFoo" routines take the parse tree and pick out the
index 65c2bbdb0f2b1235a97c0ded9136f9c7b6ade8c5..9a33d38d2692667fa227c736fbb323710d6c4496 100644 (file)
@@ -3,12 +3,12 @@
  * alter.c
  *       Drivers for generic alter commands
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/alter.c,v 1.25 2007/08/21 01:11:14 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/alter.c,v 1.26 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7ce39c0143d95e87a9cd3a2c5e1d55acd9c8a119..f39a9575bbf7643dc57f7a61ad44b9334db337eb 100644 (file)
@@ -3,12 +3,12 @@
  * analyze.c
  *       the Postgres statistics generator
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/analyze.c,v 1.112 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/analyze.c,v 1.113 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c32dd2b19fc0f1979d59d8e4d5f688982b4653b8..b42a278d9f0f7d6fbaf6f29798f58e859367063e 100644 (file)
@@ -3,11 +3,11 @@
  * async.c
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/async.c,v 1.137 2007/11/30 21:22:53 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/async.c,v 1.138 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0789d1a1e5ecf8035f20a169d439af088e9efca6..9ba6077464adbd383651c3f2ac682be7a1c9e607 100644 (file)
@@ -6,12 +6,12 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/cluster.c,v 1.165 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/cluster.c,v 1.166 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 38c9b7c9a5ac54c8af311dd56b2d736de1b8055c..76c74cae1b66117da67a215b187fdfcedabd688c 100644 (file)
@@ -4,10 +4,10 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/comment.c,v 1.99 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/comment.c,v 1.100 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 37cc0e6f571835b693c2800a48aab5fc70dfb37b..f1f4738084cbf9022349c7fd4e2664afb9786642 100644 (file)
@@ -3,12 +3,12 @@
  * conversioncmds.c
  *       conversion creation command support code
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/conversioncmds.c,v 1.31 2007/02/14 01:58:56 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/conversioncmds.c,v 1.32 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 33d360c31d2459a162e4336cba710c62d6641755..2fb2a312710e02e58ae9350558a93a419d0a2b30 100644 (file)
@@ -3,12 +3,12 @@
  * copy.c
  *             Implements the COPY utility command
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/copy.c,v 1.294 2007/12/30 14:46:52 adunstan Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/copy.c,v 1.295 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2d455ed31fc1edfa08d3f185c580617a476bfcb1..afd74af48b646a756bb8508f25dfcbd8b030b937 100644 (file)
@@ -8,12 +8,12 @@
  * stepping on each others' toes.  Formerly we used table-level locks
  * on pg_database, but that's too coarse-grained.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/dbcommands.c,v 1.203 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/dbcommands.c,v 1.204 2008/01/01 19:45:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f4d1f0d5af08b2b46e03fe03cf575093a007c7d0..9a0d9fc381a2ead8b0dfe22e6ed233be586bc580 100644 (file)
@@ -4,12 +4,12 @@
  *       Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/define.c,v 1.100 2007/01/05 22:19:26 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/define.c,v 1.101 2008/01/01 19:45:48 momjian Exp $
  *
  * DESCRIPTION
  *       The "DefineFoo" routines take the parse tree and pick out the
index 09aa87b8e4e1d7dc1bd79c3000a4a5e4f0961f8f..65d910c3209ed751a2242ca5ee53606c41b5256a 100644 (file)
@@ -3,11 +3,11 @@
  * discard.c
  *       The implementation of the DISCARD command
  *
- * Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/discard.c,v 1.3 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/discard.c,v 1.4 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f77f8cdc5ec9b32630fe4b1eced629e6f8f891cd..a2bd018127f4804ed65a62e028327ebc21ac1834 100644 (file)
@@ -3,11 +3,11 @@
  * explain.c
  *       Explain query execution plans
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/explain.c,v 1.168 2007/11/30 21:22:54 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/explain.c,v 1.169 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 892bd7c9f30eac909cbd62aa24eeacd3ee43835d..066a8c9898e79ff01d406d25c9d837c3fad0ea14 100644 (file)
@@ -5,12 +5,12 @@
  *       Routines for CREATE and DROP FUNCTION commands and CREATE and DROP
  *       CAST commands.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/functioncmds.c,v 1.87 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/functioncmds.c,v 1.88 2008/01/01 19:45:49 momjian Exp $
  *
  * DESCRIPTION
  *       These routines take the parse tree and pick out the
index 1ae51246e795c770607cea92241621d907b23c1d..efa25a1ad91b2d786808138e421ce0965331bfe7 100644 (file)
@@ -3,12 +3,12 @@
  * indexcmds.c
  *       POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/indexcmds.c,v 1.168 2007/12/01 23:44:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/indexcmds.c,v 1.169 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2b97cfc93d0d2215062a405aaf3f29e70510e346..dfb775f1b8251410f111af585f970e28cb211fd0 100644 (file)
@@ -3,12 +3,12 @@
  * lockcmds.c
  *       Lock command support code
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/lockcmds.c,v 1.16 2007/01/05 22:19:26 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/lockcmds.c,v 1.17 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 08401cd70ec64278b771215ae264e1b3ec267847..7957d0474d91946090318039e99d9594e4cc7472 100644 (file)
@@ -4,12 +4,12 @@
  *
  *       Routines for opclass (and opfamily) manipulation commands
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/opclasscmds.c,v 1.57 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/opclasscmds.c,v 1.58 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1ae9d5186b1675620c5e158975a857e99d0b0504..7eba1c92db58a2820a7b8e841e7eea22612c91d6 100644 (file)
@@ -4,12 +4,12 @@
  *
  *       Routines for operator manipulation commands
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/operatorcmds.c,v 1.38 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/operatorcmds.c,v 1.39 2008/01/01 19:45:49 momjian Exp $
  *
  * DESCRIPTION
  *       The "DefineFoo" routines take the parse tree and pick out the
index d501d30735a499e7085f0277895a43cf94826e7e..6efd09c44b14bd0cfb233e9268c1c9cf15d793df 100644 (file)
@@ -9,12 +9,12 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/portalcmds.c,v 1.68 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/portalcmds.c,v 1.69 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4e86b7eebf317a9344b5536ae34b649b06fe68c6..2199e109d46ec142c0fa3c0626e9e252a9009975 100644 (file)
@@ -7,10 +7,10 @@
  * accessed via the extended FE/BE query protocol.
  *
  *
- * Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/prepare.c,v 1.79 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/prepare.c,v 1.80 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c77d2e946d67c8b8afafb634603eab015a0ede00..fa79f55950b80554d918ab51c4da2d9fade3f14c 100644 (file)
@@ -3,11 +3,11 @@
  * proclang.c
  *       PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/proclang.c,v 1.73 2007/09/03 00:39:15 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/proclang.c,v 1.74 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 80e5d3d7dc3ba24f7f9858f949906e94486e20aa..91a7ce9270d9effab155121378330f94fd74a3ab 100644 (file)
@@ -3,12 +3,12 @@
  * schemacmds.c
  *       schema creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/schemacmds.c,v 1.47 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/schemacmds.c,v 1.48 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 54799447c4c9232c98d6f9606954235576a09fa0..fe4ab667ec0efd45ecabd3e55fc6eb105d33ffee 100644 (file)
@@ -3,12 +3,12 @@
  * sequence.c
  *       PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/sequence.c,v 1.148 2007/11/15 21:14:33 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/sequence.c,v 1.149 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2310c821d03b7d710f798f182660fc82425798e7..cd2324a7c67090ca7dd0aeb0a4187c31ad6f486d 100644 (file)
@@ -3,12 +3,12 @@
  * tablecmds.c
  *       Commands for creating and altering table structures and settings
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/tablecmds.c,v 1.237 2007/12/01 23:44:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/tablecmds.c,v 1.238 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5b5c23dafe0c17b09ac9155a1d1cf237734a822c..d8bff7c32203e23912aa8b69c0b5ee2b8bf5e0ac 100644 (file)
  * and munge the system catalogs of the new database.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/tablespace.c,v 1.52 2007/12/28 00:23:23 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/tablespace.c,v 1.53 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1b66bd22ba8ba08b7ed35e09b1f8d739f60e7aae..7fca0cd5af058733d57de901b2a2bc87c4db3d3a 100644 (file)
@@ -3,11 +3,11 @@
  * trigger.c
  *       PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/trigger.c,v 1.225 2007/11/30 21:22:54 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/trigger.c,v 1.226 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 308024ed3c9f7d0a41d8c826a3ac4723265d9330..1ec63114ab5db39a6b1a55bd575653c5159a1015 100644 (file)
@@ -4,12 +4,12 @@
  *
  *       Routines for tsearch manipulation commands
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/tsearchcmds.c,v 1.8 2007/11/28 21:56:30 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/tsearchcmds.c,v 1.9 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8d187d2026727871732eab2cf88aade5a19825f5..9528b58c5682f4c481d86e11a4ab91e80457be88 100644 (file)
@@ -3,12 +3,12 @@
  * typecmds.c
  *       Routines for SQL commands that manipulate types (and domains).
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/typecmds.c,v 1.112 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/typecmds.c,v 1.113 2008/01/01 19:45:49 momjian Exp $
  *
  * DESCRIPTION
  *       The "DefineFoo" routines take the parse tree and pick out the
index ccf34178a074e9d5c89c45fd9c96077b17764275..64e5cd8f0b856d6cbd8e24a3d538a1853d448ad8 100644 (file)
@@ -3,10 +3,10 @@
  * user.c
  *       Commands for manipulating roles (formerly called users).
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/commands/user.c,v 1.177 2007/09/03 18:46:30 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/commands/user.c,v 1.178 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c0d58d33ea89e7bd3cd7171ed12e64e6a6d9aed8..389141cd409bed928ec6b700fb61df9958a5ae95 100644 (file)
@@ -8,12 +8,12 @@
  * vacuumlazy.c and analyze.c for the rest of the code for the latter two.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/vacuum.c,v 1.361 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/vacuum.c,v 1.362 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3f7032fbcdcd70d3210df04a2124ee603b606375..7adde03f4ac6819d518a8a357e08bb8bfcf39cb8 100644 (file)
  * the TID array, just enough to hold as many heap tuples as fit on one page.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/vacuumlazy.c,v 1.102 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/vacuumlazy.c,v 1.103 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ec2c959af9c100459a8918b1419b41aa114113d2..d0f1168570eb07fab1ac9fa3fa3cbffe72fe656a 100644 (file)
@@ -4,12 +4,12 @@
  *             Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/variable.c,v 1.123 2007/12/28 00:23:23 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/variable.c,v 1.124 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 810d70b37f900635738028b248f7b2ace3878bd7..0a2e3a6e4659694a843dc86b4a340652b2173461 100644 (file)
@@ -3,12 +3,12 @@
  * view.c
  *       use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/commands/view.c,v 1.103 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/commands/view.c,v 1.104 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9c96d67efd841a0bdd9ad9cecf1320f705e53175..3565a2fb12a7fb47302183a6f8dc4553ff87dfa4 100644 (file)
@@ -3,10 +3,10 @@
  * execAmi.c
  *       miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $PostgreSQL: pgsql/src/backend/executor/execAmi.c,v 1.93 2007/11/15 21:14:34 momjian Exp $
+ *     $PostgreSQL: pgsql/src/backend/executor/execAmi.c,v 1.94 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 54d073891bc5002fe3b7163490f38e3550bd0905..3523ac7ae903b6d7a38891f632cdd66850d5d7f9 100644 (file)
@@ -3,10 +3,10 @@
  * execCurrent.c
  *       executor support for WHERE CURRENT OF cursor
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $PostgreSQL: pgsql/src/backend/executor/execCurrent.c,v 1.4 2007/11/15 22:25:15 momjian Exp $
+ *     $PostgreSQL: pgsql/src/backend/executor/execCurrent.c,v 1.5 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e6c9cf2a7d460b293d28df7643bf0c9bedf15f92..85269bfbac3d414a6a5a0bfcc006122715cdb9cc 100644 (file)
@@ -3,12 +3,12 @@
  * execGrouping.c
  *       executor utility routines for grouping, hashing, and aggregation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/execGrouping.c,v 1.25 2007/02/06 02:59:11 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/execGrouping.c,v 1.26 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4547754e8b92a2b56787c5bd8c42bd224af7cb32..56c867432f150ac94c0e442d59063ba056849111 100644 (file)
@@ -3,12 +3,12 @@
  * execJunk.c
  *       Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/execJunk.c,v 1.56 2007/01/05 22:19:27 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/execJunk.c,v 1.57 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5886234a1e821e5849ae10e1bb3d08a7dc0ec7d6..9b56a2241ebf59b01b2fa7b4e68627f57b2bf0b1 100644 (file)
  *     ExecutorRun accepts direction and count arguments that specify whether
  *     the plan is to be executed forwards, backwards, and for how many tuples.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/execMain.c,v 1.301 2007/11/30 21:22:54 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/execMain.c,v 1.302 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c4fbf9d399688d8a5426d43acb6b1ce37ecc6d1b..385c415974baf6ef134ec8f223905d5aee6631f4 100644 (file)
@@ -7,12 +7,12 @@
  *      ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *      processing.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/execProcnode.c,v 1.61 2007/02/27 01:11:25 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/execProcnode.c,v 1.62 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 84581fead765015d3d51ba6fb3799be886422521..6e7daa40e8fe7ed8b0bf8d2cdb11ac199fc34866 100644 (file)
@@ -3,12 +3,12 @@
  * execQual.c
  *       Routines to evaluate qualification and targetlist expressions
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/execQual.c,v 1.225 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/execQual.c,v 1.226 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c0fddcec22925743f20e565e7d08eb1b2dab795e..a7b86a7bf3cba6ed1326738c9a5425306de2553c 100644 (file)
@@ -7,12 +7,12 @@
  *       stuff - checking the qualification and projecting the tuple
  *       appropriately.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/execScan.c,v 1.42 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/execScan.c,v 1.43 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a1ee26f4d119f69f9c3bcc8da6761ff30c7f8573..7767df7920787c4cb1494e845411b75dda5380b3 100644 (file)
  *       This information is needed by routines manipulating tuples
  *       (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/execTuples.c,v 1.99 2007/01/05 22:19:27 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/execTuples.c,v 1.100 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 12ddc910f47ae6ae8e60a81667e10adf9e1d9a1a..d149e1280f782b425059ec11b98442a40e4855e3 100644 (file)
@@ -3,12 +3,12 @@
  * execUtils.c
  *       miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/execUtils.c,v 1.153 2007/11/30 21:22:54 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/execUtils.c,v 1.154 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c03232ff0f49282526f46cf6be190cc15a690ef1..0dec881d37e8ec447ae865059c58b7b213920a2e 100644 (file)
@@ -3,12 +3,12 @@
  * functions.c
  *       Execution of SQL-language functions
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/functions.c,v 1.119 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/functions.c,v 1.120 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f810990a7adf08dcdfcefd13e11e765a305cb7e9..fa0a7f7b507de15242846418de116d6e168c62d0 100644 (file)
@@ -4,10 +4,10 @@
  *      functions for instrumentation of plan execution
  *
  *
- * Copyright (c) 2001-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/instrument.c,v 1.19 2007/01/05 22:19:28 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/instrument.c,v 1.20 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e86b44c9146f37a28fe091275137f6f8fd36f976..9551e9ddd2341aa3a5391c0da230491c05251d86 100644 (file)
  *       data copy step when the previous transition value pointer is returned.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeAgg.c,v 1.154 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeAgg.c,v 1.155 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bd6a98b4df7ca7c82387a59da4e1e7231f0f9d51..aa9c6c123e80fada1081376e245635f8399397fc 100644 (file)
@@ -3,12 +3,12 @@
  * nodeAppend.c
  *       routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeAppend.c,v 1.72 2007/01/05 22:19:28 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeAppend.c,v 1.73 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0046c932fa539a79189ef1e4a4259c5d74ca3e06..e1b3a07bc96971c5a0d991c3f9aca7b97a2afd2a 100644 (file)
@@ -3,12 +3,12 @@
  * nodeBitmapAnd.c
  *       routines to handle BitmapAnd nodes.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeBitmapAnd.c,v 1.9 2007/01/05 22:19:28 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeBitmapAnd.c,v 1.10 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 779f83de474b482f58f6c35078d337cc53aaa046..e53982d6a9854ff34c880d0539da4a077d8ab7e8 100644 (file)
  * index qual conditions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeBitmapHeapscan.c,v 1.21 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeBitmapHeapscan.c,v 1.22 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3f65d4cd71399dec6e805d6edab3553e949a5e97..fd56e862df6461f6e3a2666f05ce2492e5098085 100644 (file)
@@ -3,12 +3,12 @@
  * nodeBitmapIndexscan.c
  *       Routines to support bitmapped index scans of relations
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeBitmapIndexscan.c,v 1.24 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeBitmapIndexscan.c,v 1.25 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7c72646b94792166371da7c4ff57b97e757fd4e4..49f3860bab99b025d500c88965153041ab796332 100644 (file)
@@ -3,12 +3,12 @@
  * nodeBitmapOr.c
  *       routines to handle BitmapOr nodes.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeBitmapOr.c,v 1.8 2007/01/05 22:19:28 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeBitmapOr.c,v 1.9 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 87ac754a1e37e556282a78ed1edcf469bf05f52b..81b9c69e9a2b8774cb2077ec1f7a66b984ff71e5 100644 (file)
@@ -3,12 +3,12 @@
  * nodeFunctionscan.c
  *       Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeFunctionscan.c,v 1.44 2007/02/22 22:00:23 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeFunctionscan.c,v 1.45 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ce03f94e2e56276cfab60d91ef84895abd4e4b71..414e0b93f70eba7a461c553524259c22f3fa5998 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *       Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
@@ -15,7 +15,7 @@
  *       locate group boundaries.
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeGroup.c,v 1.69 2007/02/22 23:44:24 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeGroup.c,v 1.70 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b22295d35fb23f6d5d8aa587ef1027be8331287e..eca5f1b34d054638898e521e0c4d25a63575be80 100644 (file)
@@ -3,12 +3,12 @@
  * nodeHash.c
  *       Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeHash.c,v 1.115 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeHash.c,v 1.116 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d986872bff933098f3a2d78483d6a32536799567..bfe5be7c33c83ec185faac703070c4fec9f95280 100644 (file)
@@ -3,12 +3,12 @@
  * nodeHashjoin.c
  *       Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeHashjoin.c,v 1.92 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeHashjoin.c,v 1.93 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d1c8dbd544d64eda5e60bb57742a91f5a4e9d0e6..2db4015504ed69664bb4e00f2674af693cd021e8 100644 (file)
@@ -3,12 +3,12 @@
  * nodeIndexscan.c
  *       Routines to support indexed scans of relations
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeIndexscan.c,v 1.124 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeIndexscan.c,v 1.125 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b3ed076ada7e6dad38c95b05e888a1de75e8b68f..1755268211e16a42774eb2242f835cd40ca69258 100644 (file)
@@ -3,12 +3,12 @@
  * nodeLimit.c
  *       Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeLimit.c,v 1.32 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeLimit.c,v 1.33 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4d19e793e868ab2b80d874df326a662210a082c7..1fd7a4d0307cfdec003584b88fd5ad1c2ac64d0a 100644 (file)
@@ -3,12 +3,12 @@
  * nodeMaterial.c
  *       Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeMaterial.c,v 1.60 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeMaterial.c,v 1.61 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5f213b20a3aa43901b162cce3d930a7a8dd7c725..85891eeac8cf1613a229020f91e0b939f081517b 100644 (file)
@@ -3,12 +3,12 @@
  * nodeMergejoin.c
  *       routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeMergejoin.c,v 1.89 2007/11/15 21:14:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeMergejoin.c,v 1.90 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8398cc5724caf67dd0bd4bdf335f7837279d1d5d..78216212ff58437fa421ffa9b870f12537843d86 100644 (file)
@@ -3,12 +3,12 @@
  * nodeNestloop.c
  *       routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeNestloop.c,v 1.45 2007/02/02 00:07:03 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeNestloop.c,v 1.46 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 01046190d21c42580d47563c03a59f862e72c620..9ca0e0ca087ab7fad3ab781eaebce6939435e7bc 100644 (file)
  *             plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeResult.c,v 1.41 2007/11/15 21:14:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeResult.c,v 1.42 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fc5959f340daeeb28b7a8e41ee1c8f7ed31f27ea..5ae17c60a0263fc83a11b0d8dd3e6b7914c57be2 100644 (file)
@@ -3,12 +3,12 @@
  * nodeSeqscan.c
  *       Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeSeqscan.c,v 1.63 2007/01/05 22:19:28 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeSeqscan.c,v 1.64 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 761f7fc594769385bf84e48ab53786f516f6e68f..c60ceff12597607fe27c6c7e88cf61d808087348 100644 (file)
  * identify the source relation).
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeSetOp.c,v 1.24 2007/01/10 18:06:02 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeSetOp.c,v 1.25 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5b18235258f4e8e96db5d2d840bf877e2b0ed0e0..a9d1681f4de0325735a7c3c360dc95ede1d584e2 100644 (file)
@@ -3,12 +3,12 @@
  * nodeSort.c
  *       Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeSort.c,v 1.61 2007/05/04 01:13:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeSort.c,v 1.62 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9074f78842ec57b052537da70a7b16b077dfb50c..fa8d63513e45a5ac79ff5b3228bb634bcf2a5d63 100644 (file)
@@ -3,11 +3,11 @@
  * nodeSubplan.c
  *       routines to support subselects
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeSubplan.c,v 1.91 2007/11/15 21:14:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeSubplan.c,v 1.92 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d81773a67d7bb9c6a862d10b580391de19e7f9e3..28caa4cbba556a66defecc1590085cb0760f2fb2 100644 (file)
@@ -7,12 +7,12 @@
  * we need two sets of code.  Ought to look at trying to unify the cases.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeSubqueryscan.c,v 1.38 2007/11/15 21:14:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeSubqueryscan.c,v 1.39 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d33d92bbb762e5a78ea7666a233bf69cd6c86847..1a126afc92f225458e4d39507fb1d0a569db1581 100644 (file)
@@ -3,12 +3,12 @@
  * nodeTidscan.c
  *       Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeTidscan.c,v 1.57 2007/11/15 21:14:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeTidscan.c,v 1.58 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6d64c3e334b4e4f9b0219974a31d49e40ca678a9..545ba848d6ac6aa81f4a4c85d2aeb7cf8b4dac73 100644 (file)
@@ -3,12 +3,12 @@
  * nodeUnique.c
  *       Routines to handle unique'ing of queries where appropriate
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeUnique.c,v 1.55 2007/01/10 18:06:02 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeUnique.c,v 1.56 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bfd837e0985900937723c7b6abbbeaa707cfb3c2..de7fc4d4c9ee2d75ef5c62a2b6b2c1c17e4ed65f 100644 (file)
@@ -4,12 +4,12 @@
  *       Support routines for scanning Values lists
  *       ("VALUES (...), (...), ..." in rangetable).
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/nodeValuesscan.c,v 1.7 2007/02/22 22:00:23 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/nodeValuesscan.c,v 1.8 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e08e91cb0a022b300101fdc4e3689a26bd0cd37f..ae083f7225ddffd0161fc38726fc794f2ce5e4ff 100644 (file)
@@ -3,12 +3,12 @@
  * spi.c
  *                             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/spi.c,v 1.186 2007/11/30 21:22:54 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/spi.c,v 1.187 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c634d2ca99e184f41aa158d66e07c87e3f836e53..2b3889615b894b8d78b302a1089e1c1553930b01 100644 (file)
@@ -5,11 +5,11 @@
  *       a Tuplestore
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/executor/tstoreReceiver.c,v 1.18 2007/01/05 22:19:29 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/executor/tstoreReceiver.c,v 1.19 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 27cb22f4e354d0ad4939aecaf93b9749cfdbde38..e70dc26406081998ea9d2f43bc4c32e0448eb388 100644 (file)
@@ -4,12 +4,12 @@
  *       this is a simple doubly linked list implementation
  *       the elements of the lists are void*
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/lib/dllist.c,v 1.35 2007/03/22 18:57:52 alvherre Exp $
+ *       $PostgreSQL: pgsql/src/backend/lib/dllist.c,v 1.36 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 598570a2677df5ab27060049aea8e70aa7585169..a69bfe24a5a3df2bb7c3182c14e84a8c190606ac 100644 (file)
@@ -6,10 +6,10 @@
  * 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *       $PostgreSQL: pgsql/src/backend/lib/stringinfo.c,v 1.48 2007/11/15 21:14:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/lib/stringinfo.c,v 1.49 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f8684a497454087ec640313fc671aefbbca9c554..aaf36d743204c5961ef383da05ef340e4cf5810d 100644 (file)
@@ -3,12 +3,12 @@
  * auth.c
  *       Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.161 2007/11/28 13:30:16 petere Exp $
+ *       $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.162 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8875155129df52d07609b8509cd67d81e2b53d21..5badb97cbec94688d7df03172392bf5c7426b015 100644 (file)
@@ -3,12 +3,12 @@
  * be-fsstubs.c
  *       Builtin functions for open/close/read/write operations on large objects
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/libpq/be-fsstubs.c,v 1.86 2007/03/03 19:52:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/libpq/be-fsstubs.c,v 1.87 2008/01/01 19:45:49 momjian Exp $
  *
  * NOTES
  *       This should be moved to a more appropriate place.  It is here
index d7df99e496b75694a82e753bea24a4262d7b60f9..923ad6bcb3daea346d3f9d8661df7d85c3eabdc9 100644 (file)
@@ -6,12 +6,12 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.82 2007/11/15 21:14:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.83 2008/01/01 19:45:49 momjian Exp $
  *
  *       Since the server static private key ($DataDir/server.key)
  *       will normally be stored unencrypted so that the database
index 03d5b8d64cd5d6dda298f7b6c021b4eea5f7dafc..546806994d759a2a7c63b63b97f64957c3c92430 100644 (file)
@@ -6,10 +6,10 @@
  *
  * Original coding by Todd A. Brandys
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/libpq/crypt.c,v 1.73 2007/02/10 14:58:54 petere Exp $
+ * $PostgreSQL: pgsql/src/backend/libpq/crypt.c,v 1.74 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e1be331b792d04b8843ada50a2ca8c48e3b2aa07..181e0c67b8d4fc5f476b7dc68ae8f02f26f9b625 100644 (file)
@@ -5,12 +5,12 @@
  *       wherein you authenticate a user by seeing what IP address the system
  *       says he comes from and possibly using ident).
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.163 2007/11/15 21:14:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.164 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 69c4189e9520638aa670b790ff872e94320e4f38..396dc9cc9d2e5331cae88f389ba35c4f9544f985 100644 (file)
@@ -3,12 +3,12 @@
  * ip.c
  *       IPv6-aware network access.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/libpq/ip.c,v 1.41 2007/11/15 21:14:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/libpq/ip.c,v 1.42 2008/01/01 19:45:49 momjian Exp $
  *
  * This file and the IPV6 implementation were initially provided by
  * Nigel Kukard <nkukard@lbsd.net>, Linux Based Systems Design
index acf021d2cf7f39209512c8f8345c4be0a81e1cc4..b725b54d7f51d905745699823684fd241842dbad 100644 (file)
  *
  *     Sverre H. Huseby <sverrehu@online.no>
  *
- *     Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/libpq/md5.c,v 1.34 2007/01/05 22:19:29 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/libpq/md5.c,v 1.35 2008/01/01 19:45:49 momjian Exp $
  */
 
 /* This is intended to be used in both frontend and backend, so use c.h */
index 4ed672255790e6e19eabfcaf026b3c2398d01563..a4a3b2266a91fdc572e3f9dfe8828111bafeb6ef 100644 (file)
  * 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $PostgreSQL: pgsql/src/backend/libpq/pqcomm.c,v 1.197 2007/11/15 21:14:35 momjian Exp $
+ *     $PostgreSQL: pgsql/src/backend/libpq/pqcomm.c,v 1.198 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 747e7b6163b7a5bc0d62247a3e2318bd8561fa10..15cb4b4df2a386453394329000d6df222c994745 100644 (file)
  * are different.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $PostgreSQL: pgsql/src/backend/libpq/pqformat.c,v 1.46 2007/11/15 21:14:35 momjian Exp $
+ *     $PostgreSQL: pgsql/src/backend/libpq/pqformat.c,v 1.47 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8a159b5dd5ce33ae27e59d81d1ce7970aee16b6c..22a7d44cba73679bfb56300584dea06364fd35a4 100644 (file)
@@ -4,12 +4,12 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/libpq/pqsignal.c,v 1.43 2007/01/05 22:19:29 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/libpq/pqsignal.c,v 1.44 2008/01/01 19:45:49 momjian Exp $
  *
  * NOTES
  *             This shouldn't be in libpq, but the monitor and some other
index 0b61a7174bfa0d64f7e21ef47decc68ae5d30ea2..53604da03ca1fa588fdd65473668480d41f0b509 100644 (file)
@@ -8,12 +8,12 @@
  * dispatches to the proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/main/main.c,v 1.109 2007/11/15 21:14:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/main/main.c,v 1.110 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bc77363fbf4eac6b9f226c1dd09af5d6947798bb..8a790c636bdebc17c792156818d76e526c5e2023 100644 (file)
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/bitmapset.c,v 1.13 2007/06/01 15:33:18 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/bitmapset.c,v 1.14 2008/01/01 19:45:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ebee72f80c7897bb7822b3e68df86a571b8f5247..a0128d0a0c321b80149fa84745992a9115608780 100644 (file)
  * be handled easily in a simple depth-first traversal.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/copyfuncs.c,v 1.386 2007/12/01 23:44:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/copyfuncs.c,v 1.387 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ebca3370dfabed93e8043d3a1727cb86ac617b07..ffa4b7af02a3af21603234624121faab9c60290e 100644 (file)
  * either.     This might need to be fixed someday.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/equalfuncs.c,v 1.316 2007/12/01 23:44:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/equalfuncs.c,v 1.317 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c881275d340b7134334f1133cbe93f645638d697..ab54d9aa5954133e67ed0a9013f991faa8ac7e38 100644 (file)
@@ -4,12 +4,12 @@
  *       implementation for PostgreSQL generic linked list package
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.68 2007/01/05 22:19:30 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.69 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 429a16cdfea48606503da4c16b971b6aaf114435..228bf5ea91545c28afa407944c07a6c17ecfd243 100644 (file)
@@ -4,12 +4,12 @@
  *       creator functions for primitive nodes. The functions here are for
  *       the most frequently created nodes.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/makefuncs.c,v 1.57 2007/09/06 17:31:58 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/makefuncs.c,v 1.58 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8becc96fd6113c0348f6c418f2638bf16f8ef273..c72332a61127af3e45a8a94b1b5f3bd033ec9a02 100644 (file)
@@ -3,12 +3,12 @@
  * nodeFuncs.c
  *       All node routines more complicated than simple access/modification
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/nodeFuncs.c,v 1.28 2007/01/05 22:19:30 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/nodeFuncs.c,v 1.29 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4e6d86c22dffdb40bdb6d324b722a529db0ec0ff..a2ced5f945f46b2f028f5a050e3188001ea419ec 100644 (file)
@@ -4,12 +4,12 @@
  *       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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/nodes.c,v 1.27 2007/01/05 22:19:30 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/nodes.c,v 1.28 2008/01/01 19:45:50 momjian Exp $
  *
  * HISTORY
  *       Andrew Yu                     Oct 20, 1994    file creation
index ee56af2bc84faed7848bb15bdcc4b535b80d0435..38f09a41485fb0ffcac3428362fb33d5e2ca41b6 100644 (file)
@@ -3,12 +3,12 @@
  * outfuncs.c
  *       Output functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/outfuncs.c,v 1.319 2007/12/01 23:44:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/outfuncs.c,v 1.320 2008/01/01 19:45:50 momjian Exp $
  *
  * NOTES
  *       Every node type that can appear in stored rules' parsetrees *must*
index 07593c55470c1a88772d997dd384d63d332ec89d..36f466a5002f9a6b43f17a07a6530650da8e0abc 100644 (file)
@@ -4,11 +4,11 @@
  *       Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/params.c,v 1.9 2007/03/13 00:33:41 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/params.c,v 1.10 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a12b6d5d626866a8af03b387831c0abf5d85c9e8..5f0e94c6a006d2c4143ab075e13d242d17803c46 100644 (file)
@@ -3,12 +3,12 @@
  * print.c
  *       various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/print.c,v 1.86 2007/11/15 21:14:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/print.c,v 1.87 2008/01/01 19:45:50 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
index 64a7d18e9a963b882933ce4006b852d75b1028f6..e11fff800d779e96bd56741a7101559763c845dc 100644 (file)
@@ -4,12 +4,12 @@
  *       routines to convert a string (legal ascii representation of node) back
  *       to nodes
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/read.c,v 1.50 2007/01/05 22:19:30 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/read.c,v 1.51 2008/01/01 19:45:50 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
index cb87011b3987ee5d6e052a4a4714f0d2a74ffec2..de1f1b5348c7e39cfedeb6a3bccd27f31d45a787 100644 (file)
@@ -3,12 +3,12 @@
  * readfuncs.c
  *       Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/readfuncs.c,v 1.209 2007/06/11 22:22:41 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/readfuncs.c,v 1.210 2008/01/01 19:45:50 momjian Exp $
  *
  * NOTES
  *       Path and Plan nodes do not have any readfuncs support, because we
index 53e35b01acc4d5c6b8fb9384229045a1fa0afd89..18a260675a4602debda1ff0e5a26f9fc8f5969f9 100644 (file)
  * point, but for now that seems useless complexity.
  *
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/tidbitmap.c,v 1.13 2007/09/20 17:56:31 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/tidbitmap.c,v 1.14 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ccb72ec41a2b50921891dd52f90af353e6492ede..edc21395d7f405f0e8566601ae6fc25f31d4ac8e 100644 (file)
@@ -4,11 +4,11 @@
  *       implementation of Value nodes
  *
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/nodes/value.c,v 1.4 2007/01/05 22:19:30 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/nodes/value.c,v 1.5 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7708024892c52e5106d19b9bf24047a65648b683..44f49cac29b7c5dd1fd53dcf09acbb664f96f2d2 100644 (file)
@@ -2,10 +2,10 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_copy.c,v 1.17 2007/01/05 22:19:30 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_copy.c,v 1.18 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 957e86abe28f98408de226fba9f457225514ebb3..87fb0e016704491ea77f379b20341afe329b7cea 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_eval.c
  *       Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_eval.c,v 1.86 2007/11/15 21:14:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_eval.c,v 1.87 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7eb64929b71f07588a45409d84b28461b5028f19..6b85e7cfae4e44d1bd835883a1cb7a0c737c260e 100644 (file)
@@ -4,10 +4,10 @@
  *       solution to the query optimization problem
  *       by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_main.c,v 1.54 2007/01/05 22:19:30 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_main.c,v 1.55 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5e5ef499a546a3c3bb675a2935be364b85d9ee5b..b313fd99c434e534e5e7853ba3773d425561117e 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_misc.c
  *        misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_misc.c,v 1.47 2007/01/05 22:19:30 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_misc.c,v 1.48 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 893d90298335686788b875a0688fd359e747c8ae..2a2185866d285102eed23263c9a794d2892cced7 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_pool.c
  *       Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_pool.c,v 1.31 2007/01/05 22:19:30 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_pool.c,v 1.32 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7d3f175420f2f0e79e9db00122a8edba72afb80b..a14a0fe69550efea0f646521332962d300410cf6 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_selection.c
  *       linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_selection.c,v 1.22 2007/01/05 22:19:30 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_selection.c,v 1.23 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cc36a36964464e1ce7b1812cd4b611616c513e22..00e8d6f13fe163a93d971574a487708f7416e2f8 100644 (file)
@@ -3,12 +3,12 @@
  * allpaths.c
  *       Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/path/allpaths.c,v 1.166 2007/11/15 21:14:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/path/allpaths.c,v 1.167 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dd4a27b96cc0cf04dd7db2f2400c8676dc04c247..6a1dfc229d283ccdc0750f37443c6ddcf2386646 100644 (file)
@@ -3,12 +3,12 @@
  * clausesel.c
  *       Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/path/clausesel.c,v 1.88 2007/11/24 19:08:51 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/path/clausesel.c,v 1.89 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c1e1651c7989afce8ad7ac0242cf87bc8570cbdb..f2009fa66c3018c0933cd7ba2783089c16e94988 100644 (file)
  * the non-cost fields of the passed XXXPath to be filled in.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/path/costsize.c,v 1.190 2007/12/08 21:05:11 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/path/costsize.c,v 1.191 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bf93fc2e667f434dba9c67909d1a90933a022254..c438d974c259926ceaceffcf9a4372c3fda5ef78 100644 (file)
@@ -6,11 +6,11 @@
  * See src/backend/optimizer/README for discussion of EquivalenceClasses.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/path/equivclass.c,v 1.7 2007/11/23 19:57:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/path/equivclass.c,v 1.8 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 26a1092e1656d9ec38ca13bfb4953eb72020f86c..b26fcc962e5e42c228fe8dac56d4ae57addc729f 100644 (file)
@@ -4,12 +4,12 @@
  *       Routines to determine which indexes are usable for scanning a
  *       given relation, and create Paths accordingly.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/path/indxpath.c,v 1.225 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/path/indxpath.c,v 1.226 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4282a9912fea8620b12e665572dbb109bc580db1..5d595ce2151c7ece9bf65e6804042a2bf5401fa8 100644 (file)
@@ -3,12 +3,12 @@
  * joinpath.c
  *       Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/path/joinpath.c,v 1.113 2007/11/15 21:14:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/path/joinpath.c,v 1.114 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4265a29ea45122e075862184af3c0224198f065f..1287037c0ba60fdc17b498b54789c67aa3c1d8a7 100644 (file)
@@ -3,12 +3,12 @@
  * joinrels.c
  *       Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/path/joinrels.c,v 1.89 2007/11/15 21:14:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/path/joinrels.c,v 1.90 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7ab63f7d8a4aa0dd833402d4c907f74ce7148726..ba332b5eadf827bd9e7d169aff896574b7d6e96b 100644 (file)
@@ -3,12 +3,12 @@
  * orindxpath.c
  *       Routines to find index paths that match a set of OR clauses
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/path/orindxpath.c,v 1.82 2007/01/05 22:19:31 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/path/orindxpath.c,v 1.83 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2c818c46cc43503a4b62500543d06f54fc0f107c..1ef44ddfa414eea43cc82c325e765117e2bf5cf6 100644 (file)
@@ -7,11 +7,11 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/path/pathkeys.c,v 1.91 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/path/pathkeys.c,v 1.92 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 84564dde73456153c8308994288c4a0d7585b451..ced7c4d2af8970e2cedc5f8f59b94b67336a52e7 100644 (file)
  * for that.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/path/tidpath.c,v 1.30 2007/06/11 01:16:22 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/path/tidpath.c,v 1.31 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 13ae3b8cb23521e17250ce67732c4ffdc5458360..aafa7b539ffc193b2ef3af0be590b677adfe1715 100644 (file)
@@ -5,12 +5,12 @@
  *       Planning is complete, we just need to convert the selected
  *       Path into a Plan.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/plan/createplan.c,v 1.236 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/plan/createplan.c,v 1.237 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a567197d75dae6755bd05c587be4ba41715b2246..42a202b95038501d440ccef3c6b35a6aeba12336 100644 (file)
@@ -3,12 +3,12 @@
  * initsplan.c
  *       Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/plan/initsplan.c,v 1.136 2007/11/15 21:14:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/plan/initsplan.c,v 1.137 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 11f15591cbd3a533ba65c48aed90b4a850c855ce..e472e48ccb5aa5bbc5802d2bd347262be9bb3639 100644 (file)
@@ -3,12 +3,12 @@
  * planagg.c
  *       Special planning for aggregate queries.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/plan/planagg.c,v 1.35 2007/12/03 22:37:17 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/plan/planagg.c,v 1.36 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f7bef9004b656f3edc1f9139ba5b9b518bd29f80..9edd552138edabc8ae85f02d892a6483533874f1 100644 (file)
@@ -9,12 +9,12 @@
  * shorn of features like subselects, inheritance, aggregates, grouping,
  * and so on.  (Those are the things planner.c deals with.)
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/plan/planmain.c,v 1.104 2007/11/15 21:14:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/plan/planmain.c,v 1.105 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6abca763ee9ddad6546dceb26a36f793ea328cef..0103ea826cabc33d7f076a3fbd3566b032b6f418 100644 (file)
@@ -3,12 +3,12 @@
  * planner.c
  *       The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/plan/planner.c,v 1.225 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/plan/planner.c,v 1.226 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 307ab431dd0775847441549617d0829f279f4e73..48331822a47b53659def5c750d8928c1e3f473cd 100644 (file)
@@ -4,12 +4,12 @@
  *       Post-processing of a completed plan tree: fix references to subplan
  *       vars, compute regproc values for operators, etc
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/plan/setrefs.c,v 1.140 2007/11/24 00:39:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/plan/setrefs.c,v 1.141 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 06b9d8adfb4a88a8899b8c891fa0697188e3f429..f7d74f1ddc0d3ba201247c8e9174f477f91db2fe 100644 (file)
@@ -3,11 +3,11 @@
  * subselect.c
  *       Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/plan/subselect.c,v 1.127 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/plan/subselect.c,v 1.128 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9ba293839cc4eb40462ba8d0ce0e393e905e2b06..8e726ff7dad4089eecd4f860b9baef4ee1c9df71 100644 (file)
  *             reduce_outer_joins
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/prep/prepjointree.c,v 1.48 2007/04/27 22:05:47 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/prep/prepjointree.c,v 1.49 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 95149249f2ce3e9cd049b3c739c3b91e1c0e8576..f7a54056591a4b470eeeb94f5966743faaf21868 100644 (file)
  * tree after local transformations that might introduce nested AND/ORs.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/prep/prepqual.c,v 1.57 2007/01/05 22:19:32 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/prep/prepqual.c,v 1.58 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 587e8f8918dfda9398c17e7dab0d0ed38771d363..942f17f05e406403e37e24b355d5667d4bdc1df8 100644 (file)
  * We may also need junk tlist entries for Vars used in the RETURNING list.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/prep/preptlist.c,v 1.87 2007/03/17 00:11:04 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/prep/preptlist.c,v 1.88 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d8c98c927e66c078a17da97be68fc0f780e3e310..351d76d0fda9c17b14e80ee4dfda32b128af349b 100644 (file)
  * append relations, and thenceforth share code with the UNION ALL case.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/prep/prepunion.c,v 1.145 2007/11/15 21:14:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/prep/prepunion.c,v 1.146 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 71a5783104b6c43017915701e899bdd2be65d27f..01f3be3ba349c256456774699ef9b662f0717cb7 100644 (file)
@@ -3,12 +3,12 @@
  * clauses.c
  *       routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/util/clauses.c,v 1.252 2007/11/22 19:09:23 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/util/clauses.c,v 1.253 2008/01/01 19:45:50 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
index 9fc68a0f6d36ba65e06201b6b36f3bfb6e5f3a5c..3a95d8766870006cbdb5a203070dc111ccbd985a 100644 (file)
@@ -3,12 +3,12 @@
  * joininfo.c
  *       joininfo list manipulation routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/util/joininfo.c,v 1.49 2007/11/15 21:14:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/util/joininfo.c,v 1.50 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d6bfa2e35f0243e5395d36c8baf87ffff714bf17..0808ac07b0f4ffad096427c31659364792b6fdad 100644 (file)
@@ -3,12 +3,12 @@
  * pathnode.c
  *       Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/util/pathnode.c,v 1.141 2007/11/15 21:14:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/util/pathnode.c,v 1.142 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5c11418e0dcef68761be586a08ddc7569d853201..d29f9ff0929ee4db977ed49c14ed9636e978974e 100644 (file)
@@ -4,12 +4,12 @@
  *        routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/util/plancat.c,v 1.138 2007/11/15 21:14:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/util/plancat.c,v 1.139 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 53f8db6d224de7ff8002bc1b0a51d0efd1d76ee3..a6a28f10e7ff7d50550ceb83e7cf64a24d33ad10 100644 (file)
@@ -4,12 +4,12 @@
  *       Routines to attempt to prove logical implications between predicate
  *       expressions.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/util/predtest.c,v 1.17 2007/11/15 21:14:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/util/predtest.c,v 1.18 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b2051959984f0f8d450aff11d3579613bc552c78..74c218c23c9191fa0883fa2e73b80826663986a7 100644 (file)
@@ -3,12 +3,12 @@
  * relnode.c
  *       Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/util/relnode.c,v 1.88 2007/11/15 21:14:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/util/relnode.c,v 1.89 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6a843c8c040c393e0543b94711e516b905a9f823..09aa7f46873fc6d6e02adb6e8e362f5311065e17 100644 (file)
@@ -3,12 +3,12 @@
  * restrictinfo.c
  *       RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/util/restrictinfo.c,v 1.54 2007/11/15 21:14:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/util/restrictinfo.c,v 1.55 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7073f0b1e82618a6bc1ab4efc4fa3312b95fdd90..618d65925c789a075b39de1d7aabf9c6debf6a4c 100644 (file)
@@ -3,12 +3,12 @@
  * tlist.c
  *       Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/util/tlist.c,v 1.77 2007/11/15 21:14:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/util/tlist.c,v 1.78 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 75564f2b5ff0cf8cf19dcbc27d0849e49c7525e3..9e9201a38fc51920fee01f2d8883b92864582ea3 100644 (file)
@@ -3,12 +3,12 @@
  * var.c
  *       Var node manipulation routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/optimizer/util/var.c,v 1.72 2007/11/15 21:14:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/optimizer/util/var.c,v 1.73 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ed837f1ca6f367711ef251af08564494b96acc4d..759dc64d940eaa39aedb617eaa204634c3ab6257 100644 (file)
  * optimizable statements.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $PostgreSQL: pgsql/src/backend/parser/analyze.c,v 1.370 2007/11/15 21:14:36 momjian Exp $
+ *     $PostgreSQL: pgsql/src/backend/parser/analyze.c,v 1.371 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f9f7a49a312bf99193f90cfa89a2c0ba293a44bb..f95ea8a67258fef9de3668206f2bc98b315f45f7 100644 (file)
@@ -6,12 +6,12 @@
  * gram.y
  *       POSTGRES SQL YACC rules/actions
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.604 2007/10/29 19:40:39 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.605 2008/01/01 19:45:50 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
index 0c45ab3bb237097a680b038c28b311c5f80bb04f..301be227d9f8a691a707b0c129775a06c8fdcb96 100644 (file)
@@ -3,12 +3,12 @@
  * keywords.c
  *       lexical token lookup for key words in PostgreSQL
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/keywords.c,v 1.193 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/keywords.c,v 1.194 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1afc55bc9a7b9e138a0dfc5883083e8995d4e308..03a765e96efabb80cf87bf1e221547ca37df4708 100644 (file)
@@ -3,12 +3,12 @@
  * parse_agg.c
  *       handle aggregates in parser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/parse_agg.c,v 1.78 2007/06/06 23:00:37 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/parse_agg.c,v 1.79 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 174e96adac22e86a0faffb487031316ddee64552..9fce0f66299cd02e3775042573dc37db1d02b44f 100644 (file)
@@ -3,12 +3,12 @@
  * parse_clause.c
  *       handle clauses in parser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/parse_clause.c,v 1.167 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/parse_clause.c,v 1.168 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index aeda66fc26db8c6c8defbcf796f3d0b9d5873e77..388d98b34368781d0daba918dc2ea80c71e4c4d4 100644 (file)
@@ -3,12 +3,12 @@
  * parse_coerce.c
  *             handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/parse_coerce.c,v 2.159 2007/11/26 16:46:50 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/parse_coerce.c,v 2.160 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0561396f55b6c94c3592e99215165fa6ee5c72c3..d43d38c494d91d4daea78a6094c47b2048640a18 100644 (file)
@@ -3,12 +3,12 @@
  * parse_expr.c
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/parse_expr.c,v 1.225 2007/11/15 22:25:15 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/parse_expr.c,v 1.226 2008/01/01 19:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f8264688f0e6eccece3e043549b120cca4dbc38d..a7c1425ef3e583d29d8bd68ea2416aba10b18eba 100644 (file)
@@ -3,12 +3,12 @@
  * parse_func.c
  *             handle function calls in parser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/parse_func.c,v 1.199 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/parse_func.c,v 1.200 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a5e6026ebaba83378fbae54b5732227e0e31b5ff..8c96813a3f99e9baa6c0368cc03a20f64b294245 100644 (file)
@@ -3,12 +3,12 @@
  * parse_node.c
  *       various routines that make nodes for querytrees
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/parse_node.c,v 1.98 2007/06/23 22:12:51 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/parse_node.c,v 1.99 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f948c703bb432c147ed8d537dbe963af91234b9e..1bd58cdbcebaa1ccd8914d879b836093965d58a3 100644 (file)
@@ -3,12 +3,12 @@
  * parse_oper.c
  *             handle operator things for parser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/parse_oper.c,v 1.99 2007/11/28 18:47:56 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/parse_oper.c,v 1.100 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f337ded99f7eda430785b6c10f9b604213d678f2..6d5fb1894061d79ba76ff51936f2be98840ff6ad 100644 (file)
@@ -3,12 +3,12 @@
  * parse_relation.c
  *       parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/parse_relation.c,v 1.129 2007/11/11 19:22:49 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/parse_relation.c,v 1.130 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e8122ad14b1bbc3b8f98ced264830a73259a9c3a..bd3153548a504817edfbd0532050bc27059f77fe 100644 (file)
@@ -3,12 +3,12 @@
  * parse_target.c
  *       handle target lists
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/parse_target.c,v 1.157 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/parse_target.c,v 1.158 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6de2adf7a318ed2084c09fef49fe2036ab74b0dd..e7fc0e3513c943cf53e33ea60feaa983d331e334 100644 (file)
@@ -3,12 +3,12 @@
  * parse_type.c
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/parse_type.c,v 1.93 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/parse_type.c,v 1.94 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a53f01c32abe797d7c1f582da4614df6f09de69b..d7a1114bf15931ac244fe9aca5c533aae879d9ed 100644 (file)
  * a quick copyObject() call before manipulating the query tree.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $PostgreSQL: pgsql/src/backend/parser/parse_utilcmd.c,v 2.7 2007/12/01 23:44:44 tgl Exp $
+ *     $PostgreSQL: pgsql/src/backend/parser/parse_utilcmd.c,v 2.8 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4a16c7eac777b026904b25c476f11ff118b0c440..000f19f4a31da2d371dd8f1985a4770b515b4452 100644 (file)
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/parser.c,v 1.72 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/parser.c,v 1.73 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a138a66131a4f36df05fa538a79f2d127dbb22b6..4606c6580daf32ec62b1de5e8571b2a021bc5297 100644 (file)
  * resulting "lex.backup" file says that no backing up is needed.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.141 2007/09/12 20:49:27 adunstan Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.142 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f2a8f2761ab9188d4a389d81aeff9d05832401d6..e68af7763f50c1f6d85f1bb5697ba7a444d1458d 100644 (file)
@@ -4,12 +4,12 @@
  *       support routines for the lex/flex scanner, used by both the normal
  * backend as well as the bootstrap backend
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/parser/scansup.c,v 1.35 2007/01/05 22:19:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/parser/scansup.c,v 1.36 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ed7785563a628c30860e8b22dc4635e662509b56..0ae2232823d74d46f14eafe67c19f108875816ae 100644 (file)
@@ -6,12 +6,12 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/dynloader/bsdi.c,v 1.29 2007/01/05 22:19:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/dynloader/bsdi.c,v 1.30 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f1d472c11eff53e50dc08fb196f9fb418770b0a6..c01af92ed384e124a085d0b9e721332973681f9c 100644 (file)
@@ -3,10 +3,10 @@
  * bsdi.h
  *             Dynamic loader interface for BSD/OS
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/bsdi.h,v 1.24 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/bsdi.h,v 1.25 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 14f1dcd64d8c44d672260daa306b5385f8fa9a02..4c7be5b843ebc17e353c48245cd25ad5ae09cbe9 100644 (file)
@@ -2,10 +2,10 @@
  *
  * Dynamic loader declarations for Cygwin
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/cygwin.h,v 1.7 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/cygwin.h,v 1.8 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
   */
index 28158f335b5445f1d50e20a0a3a73753683c229f..d23604b392370c892aadfd2dfdbe867725c76d11 100644 (file)
@@ -2,10 +2,10 @@
  *
  * dgux.h
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/dgux.h,v 1.21 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/dgux.h,v 1.22 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 696ced59908ec44b617739bcfb8a6f02d625d6c5..4e634ef58867cba6a6cd1cdcdaf780e8ed150eac 100644 (file)
@@ -1,7 +1,7 @@
-/* $PostgreSQL: pgsql/src/backend/port/dynloader/freebsd.c,v 1.27 2007/03/26 21:44:11 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/backend/port/dynloader/freebsd.c,v 1.28 2008/01/01 19:45:51 momjian Exp $ */
 
 /*
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 143c384d0dd456197fc3d479b53f479349177828..93c02858e93b97fb1000a9e1ae9072612ef82282 100644 (file)
@@ -3,10 +3,10 @@
  * freebsd.h
  *       port-specific prototypes for FreeBSD
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/freebsd.h,v 1.22 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/freebsd.h,v 1.23 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a149367bff240d69b98fa55a6b44e9962e6e9218..23e6afe6c28693e935bd1b8e204b0e7abf986bc4 100644 (file)
@@ -3,12 +3,12 @@
  * dynloader.c
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/dynloader/hpux.c,v 1.30 2007/01/05 22:19:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/dynloader/hpux.c,v 1.31 2008/01/01 19:45:51 momjian Exp $
  *
  *     NOTES
  *             all functions are defined here -- it's impossible to trace the
index ce3d1585fd30b0326b125bfb581b92818511babc..0460a3054b672dac076871a0b84e5e2c873f3666 100644 (file)
@@ -3,12 +3,12 @@
  * dynloader.h
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/dynloader/hpux.h,v 1.13 2007/01/05 22:19:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/dynloader/hpux.h,v 1.14 2008/01/01 19:45:51 momjian Exp $
  *
  *     NOTES
  *             all functions are defined here -- it's impossible to trace the
index 4e0c89ac9eadbd9c47f1e2abb1739317bb270cd3..60e0c6a4b11e6ec9fcb31fe84f3f0926b48af33f 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for Irix
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/irix.h,v 1.5 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/irix.h,v 1.6 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 77c5db0c1ccad5a2ed2bfa171064b71f7917df9c..445ce86c5af8bbc67e6a59e28c4e51e61bfc1784 100644 (file)
@@ -6,12 +6,12 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/dynloader/linux.c,v 1.33 2007/01/05 22:19:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/dynloader/linux.c,v 1.34 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9ae021724c95bf28d7f2d4c32cd09349b454527e..f36dfca0eca0b78bd3b1a78198f196c5ef61958c 100644 (file)
@@ -4,10 +4,10 @@
  *             Port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/linux.h,v 1.26 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/linux.h,v 1.27 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 297d460b7195b7c070c2eb4bc993e6191f2834de..93c95d676d8aaf2cfb8c9d1fd4a890317599a9a1 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.21 2007/03/26 21:44:11 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.22 2008/01/01 19:45:51 momjian Exp $
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 96fd2de8e443417aa878ed53f2d1c42c08130a23..27b6dc60b7055b63d0fff2db35ca7d5aaeb3550c 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for NetBSD
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.h,v 1.16 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.h,v 1.17 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 00a7de99828ad2de3bc3877c3da4d5712ffeae33..1bd6c3550deec429e5f0d0dd1a5fd0efbd58b631 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.c,v 1.21 2007/03/26 21:44:11 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.c,v 1.22 2008/01/01 19:45:51 momjian Exp $
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 4b5813eeeae8e82fa4c41b12201e44d4d5db4c53..b8debf9a84a9c910c533a478ad5c4ed05564607a 100644 (file)
@@ -3,10 +3,10 @@
  * openbsd.h
  *       port-specific prototypes for OpenBSD
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.h,v 1.17 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.h,v 1.18 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0f0ecaccb862010a341ff8a16ff2cbdd68865f85..b8b93a2f2624b87c92b4bd9fafdd7dd8a06ded30 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for OSF/1-specific routines
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/osf.h,v 1.15 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/osf.h,v 1.16 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7d2b77de0b62a5589c567194fdbd529d469380c1..c9baafdbecef040eb545a6bcf93063b949536054 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for SCO 3.2v5.2
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/sco.h,v 1.19 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/sco.h,v 1.20 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bef27a25df5885365b4a4903bbba63bc60a8884e..f93fbc25eb4059fd0044e8cee5739850cd8f4275 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for Solaris
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/solaris.h,v 1.15 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/solaris.h,v 1.16 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1dc469e42cae467bda6a2ac9a3db3e831efce4d9..321d760655a99c95604ac80e2f524cdb2ccbc704 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for SunOS 4
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/sunos4.h,v 1.20 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/sunos4.h,v 1.21 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bfcd983ae8996f67e5819b7db1c147abd15618df..50c48a08fb1f0ff715d2bc6c0afc4719165d9a12 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for Intel x86/Intel SVR4
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/svr4.h,v 1.19 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/svr4.h,v 1.20 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7e473eee8021038ca434b1618682073a794dc5a2..a11a73db13397759db951b8d0ab4dc0ed33f320f 100644 (file)
@@ -3,12 +3,12 @@
  * ultrix4.c
  *       This dynamic loader uses Andrew Yu's libdl-1.0 package for Ultrix 4.x.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/dynloader/ultrix4.c,v 1.25 2007/01/05 22:19:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/dynloader/ultrix4.c,v 1.26 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 07e8973a734e2eedae892946ce6839988897a212..89a095ee2d2f4313d38671902c49e982d19a8ba8 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/ultrix4.h,v 1.18 2007/03/26 21:51:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/ultrix4.h,v 1.19 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1e3e62d8190e845461b107011c8529ff1010cfd3..d4a96d934477e0ce8e41cc2e132f3430962f8a6b 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * univel.h,v 1.2 1995/03/17 06:40:18 andrew Exp
index 863a50ead007787705fdb3462f01562c55aa0263..11891881995b51d3bd1aef53207a6e708de1473a 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE 7
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, 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 0221537d1737479f7f0b18fab315acb0cb1c74e2..fa5066fd7e8a09d03a0e03d1cbeb909d2a0500f4 100644 (file)
  *        the parallel regression tests for a more complete test.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/ipc_test.c,v 1.22 2007/01/05 22:19:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/ipc_test.c,v 1.23 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fab35e48111c22174145e62493fbcd75539b42c7..7eaa89cdddb57bfeed2e29595ae3614c2e0ffd70 100644 (file)
@@ -7,11 +7,11 @@
  * sem_init).  We can cope with the kind made with sem_open, however.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/posix_sema.c,v 1.18 2007/01/05 22:19:34 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/posix_sema.c,v 1.19 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c1d7b4382dd0eec1bc9ca4b2b02f569aac85a6c9..9174052513eb830cc9832daac9da0ad987809e3f 100644 (file)
@@ -4,10 +4,10 @@
  *       definitions for ANSI floating point
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/sunos4/float.h,v 1.16 2007/01/05 22:19:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/sunos4/float.h,v 1.17 2008/01/01 19:45:51 momjian Exp $
  *
  * NOTES
  *       These come straight out of ANSI X3.159-1989 (p.18) and
index d92db783a8eb97151dbe8646df975ba4db8c4b0c..876b9c6bbb03b09f210ba5b5303ed4c702d544ab 100644 (file)
@@ -4,11 +4,11 @@
  *       Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/sysv_sema.c,v 1.21 2007/01/05 22:19:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/sysv_sema.c,v 1.22 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b9b8e8453fc7e0149c0c4e3e2551b75ddc4be11c..fa107bd468b51d40ac95cead1fc6f3a62ba60b77 100644 (file)
@@ -6,11 +6,11 @@
  * These routines represent a fairly thin layer on top of SysV shared
  * memory functionality.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/sysv_shmem.c,v 1.52 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/sysv_shmem.c,v 1.53 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7b6581192d35745d48ed062e6fe68faedc809447..97703b52bdc52a9b99d18f660c75f1f51bff38b5 100644 (file)
@@ -3,10 +3,10 @@
  * mingwcompat.c
  *       MinGW compatibility functions
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.3 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.4 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5e4f23642d26db7201a5bef30fa666dc3e5dbafa..2f724d4edd435c3492874403e9856d1172edac87 100644 (file)
@@ -3,10 +3,10 @@
  * security.c
  *       Microsoft Windows Win32 Security Support Functions
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/win32/security.c,v 1.12 2007/01/05 22:19:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/win32/security.c,v 1.13 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c073c84b34682db4e46ea3411583c2ccecf3336b..b99408ca0a1ac4c8017522683f5eb877b52430a3 100644 (file)
@@ -3,10 +3,10 @@
  * signal.c
  *       Microsoft Windows Win32 Signal Emulation Functions
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/win32/signal.c,v 1.19 2007/10/23 17:58:01 mha Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/win32/signal.c,v 1.20 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 93d8f55d73476f212bdef5d7abaf19aaf2b9737c..c7e79fddeee856e01c55d87385839c7091bf150a 100644 (file)
@@ -3,10 +3,10 @@
  * socket.c
  *       Microsoft Windows Win32 Socket Functions
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/win32/socket.c,v 1.19 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/win32/socket.c,v 1.20 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b3e38631a6d896cc46d9fe2667cb4ecbcfc5c700..cf4a2a2ee849b0e57eccd492078b39e0689d6cb1 100644 (file)
@@ -8,10 +8,10 @@
  *       - Does not support interval timer (value->it_interval)
  *       - Only supports ITIMER_REAL
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/win32/timer.c,v 1.14 2007/01/05 22:19:35 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/win32/timer.c,v 1.15 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f65858a6a20a19182467d311dfc7a5a5e589a84f..6dc50bff8d64e9a1525645233fc3458bde4c7d40 100644 (file)
@@ -3,10 +3,10 @@
  * win32_sema.c
  *       Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/win32_sema.c,v 1.5 2007/04/24 12:25:18 mha Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/win32_sema.c,v 1.6 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 00112b691a76b6fb98fadec1728f630d156cf74a..d00e95d16a221a724973e680483e60a5cfd5c527 100644 (file)
@@ -3,10 +3,10 @@
  * win32_shmem.c
  *       Implement shared memory using win32 facilities
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/port/win32_shmem.c,v 1.3 2007/11/08 14:47:41 petere Exp $
+ *       $PostgreSQL: pgsql/src/backend/port/win32_shmem.c,v 1.4 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3495b09bfb5b57ccc193fa8097a4efdeb5b83e15..6e949de825a9503a3e41f7911b0c5647eb35ab04 100644 (file)
  * 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.69 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.70 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7f2d3b820ae5b32da2d02010211f0763427509c4..10586b8fad270ef7b2d3c06d0ddb19a6428f8f1b 100644 (file)
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/postmaster/bgwriter.c,v 1.47 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/postmaster/bgwriter.c,v 1.48 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d5ec2f9103ee71c140d130c7eca881f42c5e652b..d67e4c6943c7c4073125950d9b05e11490f1f629 100644 (file)
@@ -4,10 +4,10 @@
  *      EXEC_BACKEND case; it might be extended to do so, but it would be
  *      considerably more complex.
  *
- * Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/postmaster/fork_process.c,v 1.7 2007/01/05 22:19:36 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/postmaster/fork_process.c,v 1.8 2008/01/01 19:45:51 momjian Exp $
  */
 #include "postgres.h"
 #include "postmaster/fork_process.h"
index b80fcee85fb7ece9553e66334fe1d8edcde676c3..6cb32fcb601dc85333f484ba52bf75fb6eaf20a5 100644 (file)
  *
  *     Initial author: Simon Riggs             simon@2ndquadrant.com
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/postmaster/pgarch.c,v 1.36 2007/12/18 00:49:34 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/postmaster/pgarch.c,v 1.37 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8f9590d5c15c6ecc671e7777c47610f4a2864186..eaf0491933dd568feda5c79b2c0467955c756f4c 100644 (file)
@@ -11,9 +11,9 @@
  *                     - Add a pgstat config column to pg_database, so this
  *                       entire thing can be enabled/disabled on a per db basis.
  *
- *     Copyright (c) 2001-2007, PostgreSQL Global Development Group
+ *     Copyright (c) 2001-2008, PostgreSQL Global Development Group
  *
- *     $PostgreSQL: pgsql/src/backend/postmaster/pgstat.c,v 1.168 2007/11/15 22:25:16 momjian Exp $
+ *     $PostgreSQL: pgsql/src/backend/postmaster/pgstat.c,v 1.169 2008/01/01 19:45:51 momjian Exp $
  * ----------
  */
 #include "postgres.h"
index cb78308c9f6b0add9f8cdafeab051b5708f4cfad..ba6c9b9183e54e387bc49cefba2519882e6504d9 100644 (file)
  *       clients.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.549 2007/12/13 11:55:44 petere Exp $
+ *       $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.550 2008/01/01 19:45:51 momjian Exp $
  *
  * NOTES
  *
index 3c6960e9b19cfb51cad63a434f2862c249636813..a96877829efd5082d20d13dd2c463bd044fc612a 100644 (file)
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
- * Copyright (c) 2004-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.42 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.43 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0780403a8df25a2e5c81bc669ec8dfe2a933a3fb..0dc20487bd1a1fe759b2684ad969ad0771d3c92c 100644 (file)
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/postmaster/walwriter.c,v 1.3 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/postmaster/walwriter.c,v 1.4 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 51ce0da2d2890d0c1f45f298b4f3817fa0772765..75a2e0b824b4a07ec5e7cfca13904154f0388eb4 100644 (file)
@@ -3,12 +3,12 @@
  * rewriteDefine.c
  *       routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/rewrite/rewriteDefine.c,v 1.123 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/rewrite/rewriteDefine.c,v 1.124 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b965387c74074e6cedc0461e6ec2bfcaadf3c48c..215c9b503654c6fb0b2ae638d971659eb24557f4 100644 (file)
@@ -3,11 +3,11 @@
  * rewriteHandler.c
  *             Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/rewrite/rewriteHandler.c,v 1.176 2007/11/16 01:51:22 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/rewrite/rewriteHandler.c,v 1.177 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a639a5420a5a0d51a577064fbff6d21ed791db36..63a8ba2bd05ad8ce59225fab8c1fc0e9d9b04b51 100644 (file)
@@ -2,12 +2,12 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/rewrite/rewriteManip.c,v 1.106 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/rewrite/rewriteManip.c,v 1.107 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c1aefe7b697600e05bedf10ad1329633c1399ae7..162fe070358849e46eb4ae97b1eff759405950fe 100644 (file)
@@ -3,12 +3,12 @@
  * rewriteRemove.c
  *       routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/rewrite/rewriteRemove.c,v 1.69 2007/01/05 22:19:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/rewrite/rewriteRemove.c,v 1.70 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f97c50c0721838858f6f2cc27fcc1c00c27ec9b1..b2aa8e0d8890642828c09ffe221393391cb882c4 100644 (file)
@@ -3,12 +3,12 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/rewrite/rewriteSupport.c,v 1.64 2007/01/05 22:19:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/rewrite/rewriteSupport.c,v 1.65 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a309ba22938146975f08d588c1b785f03c17f480..328ef5a0efece5d48501e64b8328ddadebaa70e9 100644 (file)
@@ -3,10 +3,10 @@
  * dict_snowball.c
  *             Snowball dictionary
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/snowball/dict_snowball.c,v 1.5 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/snowball/dict_snowball.c,v 1.6 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 749aed040c9bffcaf6860208c0cb47ff1d1d10d8..7e92af04a16d6d902cad8231adf9bade25c8a691 100644 (file)
@@ -3,12 +3,12 @@
  * buf_init.c
  *       buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/buffer/buf_init.c,v 1.79 2007/01/05 22:19:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/buffer/buf_init.c,v 1.80 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index afec40aaf0ddb4de9db55527550948f74f1bfee0..b8a7e8032d139dea0f32fffc45926384276de8cb 100644 (file)
  * before the lock is released (see notes in README).
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/buffer/buf_table.c,v 1.48 2007/01/05 22:19:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/buffer/buf_table.c,v 1.49 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6a18e274e11c50c9d9e5432e930a35fa8c1b27e7..6f7a436fb3cea4b97103861eaf0fa6bd55c954c5 100644 (file)
@@ -3,12 +3,12 @@
  * bufmgr.c
  *       buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/buffer/bufmgr.c,v 1.227 2007/11/15 21:14:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/buffer/bufmgr.c,v 1.228 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 506bbcaf5ce83f2ff3e4daabf495e81dc9e1a404..4e55db9adc22f9a13ba50af8d2394b1d36b202b7 100644 (file)
@@ -4,12 +4,12 @@
  *       routines for managing the buffer pool's replacement strategy.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/buffer/freelist.c,v 1.63 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/buffer/freelist.c,v 1.64 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 42d68a8f7e4159c3fc9e5b2ceab8c127972b06b2..a6f76f5689e015f84210a70d7cdf3cbd57f431a8 100644 (file)
@@ -4,12 +4,12 @@
  *       local buffer manager. Fast buffer manager for temporary tables,
  *       which never need to be WAL-logged or checkpointed, etc.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/buffer/localbuf.c,v 1.78 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/buffer/localbuf.c,v 1.79 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 663b498745c862cfc0ab8c4e0f4172ac1c1e42d7..8d79e9574b81d48c7b0a4e7cae8826c82f517a79 100644 (file)
@@ -3,11 +3,11 @@
  * buffile.c
  *       Management of large buffered files, primarily temporary files.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/file/buffile.c,v 1.28 2007/06/07 19:19:57 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/file/buffile.c,v 1.29 2008/01/01 19:45:51 momjian Exp $
  *
  * NOTES:
  *
index 2a10c346bcb5ab17df96ab05f6570c73dc3f6817..2a0108fcee0f00eb0bddd478e5ae9d9673f3208d 100644 (file)
@@ -3,11 +3,11 @@
  * fd.c
  *       Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.142 2007/12/13 11:55:44 petere Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.143 2008/01/01 19:45:51 momjian Exp $
  *
  * NOTES:
  *
index 8f6b310e070cb1e8e19cc8e7bc5f280d8162c7e8..7b66340f56c566ee0db305387de2d2acbfc00a7b 100644 (file)
@@ -4,11 +4,11 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.58 2007/01/05 22:19:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.59 2008/01/01 19:45:51 momjian Exp $
  *
  *
  * NOTES:
index 25c02877304e76b980638d8feef25f81fc27662f..91fbea2ea4fbfce376834c66b051fa1d076f8c2c 100644 (file)
@@ -8,12 +8,12 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/ipc/ipc.c,v 1.99 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/ipc/ipc.c,v 1.100 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5fc3cfc5c2ca91f1ae02de74d8e89a4820bee457..baaf52b914ca7740dd979fcad8d2b513291864b0 100644 (file)
@@ -3,12 +3,12 @@
  * ipci.c
  *       POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/ipc/ipci.c,v 1.93 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/ipc/ipci.c,v 1.94 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 02d6107a88a13733ecb0c60c2293fb241293e652..bf56103b6b03f40951aa8607e066af65f00f0c36 100644 (file)
@@ -4,11 +4,11 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/ipc/pmsignal.c,v 1.24 2007/01/05 22:19:37 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/ipc/pmsignal.c,v 1.25 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 156f947604e414ddb3d393f17c4884128f802fe4..89441f64f1e2adc63fe5d801da85de4985b8b3ce 100644 (file)
  * backend PGPROCs at need by checking for pid == 0.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/ipc/procarray.c,v 1.38 2007/11/30 21:22:54 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/ipc/procarray.c,v 1.39 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cdccbaefdb1e938f263cce7b711d1516acfd8ebe..831a4add7df508a1896e519f88e0eb404527ce5b 100644 (file)
@@ -3,12 +3,12 @@
  * shmem.c
  *       create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/ipc/shmem.c,v 1.99 2007/01/05 22:19:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/ipc/shmem.c,v 1.100 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d0ac758cfc1b900ff7afcdb4ddb1a9d6eaecf936..3e3b3a73b6b8d508d2b84f670f032eae05963ffe 100644 (file)
@@ -3,12 +3,12 @@
  * shmqueue.c
  *       shared memory linked lists
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/ipc/shmqueue.c,v 1.30 2007/01/05 22:19:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/ipc/shmqueue.c,v 1.31 2008/01/01 19:45:51 momjian Exp $
  *
  * NOTES
  *
index 87d5fa81ece420b248e561bb15aa54c2e005eab9..d30d04aa31c76a84ea90798fdc1fed6b4ee19131 100644 (file)
@@ -3,12 +3,12 @@
  * sinval.c
  *       POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/ipc/sinval.c,v 1.82 2007/01/05 22:19:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/ipc/sinval.c,v 1.83 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 777cb7ba674066ecfaa60f0d1915bac698ff31a6..a13918e9dc011b051915424691ceae403c6b43c3 100644 (file)
@@ -3,12 +3,12 @@
  * sinvaladt.c
  *       POSTGRES shared cache invalidation segment definitions.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/ipc/sinvaladt.c,v 1.65 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/ipc/sinvaladt.c,v 1.66 2008/01/01 19:45:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 57410ccb8ec49acb6712acb050f963a413181754..3cc2864ea72f74685e4e598f079b2ce0145fe34b 100644 (file)
  * memory context given to inv_open (for LargeObjectDesc structs).
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/large_object/inv_api.c,v 1.126 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/large_object/inv_api.c,v 1.127 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c19680b2b70ed38b5208b6c0e89c0a068d8a6af5..cad85e9d8a057b5a2e3ef763a93cb9edb47e7427 100644 (file)
@@ -7,12 +7,12 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/lmgr/deadlock.c,v 1.50 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/lmgr/deadlock.c,v 1.51 2008/01/01 19:45:52 momjian Exp $
  *
  *     Interface:
  *
index 3db3a112d14b4cc4d236f02d9ade77729245754c..2b0d21adbf491c418d54e6780954832638e0298a 100644 (file)
@@ -3,12 +3,12 @@
  * lmgr.c
  *       POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/lmgr/lmgr.c,v 1.94 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/lmgr/lmgr.c,v 1.95 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d9e02239cad38261ae70483ce0e2696e5a56d998..cdffc53760eeb8d3acccdcc582324e5c6372757a 100644 (file)
@@ -3,12 +3,12 @@
  * lock.c
  *       POSTGRES primary lock mechanism
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/lmgr/lock.c,v 1.179 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/lmgr/lock.c,v 1.180 2008/01/01 19:45:52 momjian Exp $
  *
  * NOTES
  *       A lock table is a shared memory hash table.  When
index 5ff414d5df9dff8ec434ab34336e1b4f673d4c83..036c32fad026eaba08e6abbb102cdd81a1133249 100644 (file)
  * LWLocks to protect its shared state.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/lmgr/lwlock.c,v 1.49 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/lmgr/lwlock.c,v 1.50 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f7d049b64491c4447ca6b51446940f8705ac9ae7..48d18e54781d5134c73203d638f9b8ca4b454884 100644 (file)
@@ -3,12 +3,12 @@
  * proc.c
  *       routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/lmgr/proc.c,v 1.197 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/lmgr/proc.c,v 1.198 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 79ee1dfc916a936d2c676eced32cc2f5f55d7b30..c4a52bab0b6127a641c3c8004cac0e11aeab047d 100644 (file)
@@ -4,12 +4,12 @@
  *        Hardware-dependent implementation of spinlocks.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.48 2007/01/05 22:19:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.49 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7eecf2c1f9330d5b3fa3cc15034a3110a338d4f4..3ac8c1c7d7ca726f79b05f9033bff652af27d2aa 100644 (file)
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/lmgr/spin.c,v 1.22 2007/01/05 22:19:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/lmgr/spin.c,v 1.23 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d1bfca71b03590297a90d4409e87b1bfabc6992c..32b80c182f066e5b45cf1d0d91c53c8299431667 100644 (file)
@@ -3,12 +3,12 @@
  * bufpage.c
  *       POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/page/bufpage.c,v 1.76 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/page/bufpage.c,v 1.77 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 86738ed0e803b673c942db6c9ec2b328fde40e02..b7ddf565feccbdff93cf9043404b22050ff44344 100644 (file)
@@ -3,12 +3,12 @@
  * itemptr.c
  *       POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/page/itemptr.c,v 1.20 2007/01/05 22:19:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/page/itemptr.c,v 1.21 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 79d40d82547b33d0c29b616b937ba0d1f04917f4..543574be400309e48f78fce33355880f5929c2df 100644 (file)
@@ -3,12 +3,12 @@
  * md.c
  *       This code manages relations that reside on magnetic disk.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/smgr/md.c,v 1.134 2007/11/16 00:57:55 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/smgr/md.c,v 1.135 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0362da8d7b26fe77db7ad5cccb184ad301ede543..3f57a2d1b39c5565f2c3dfc4b8fb18eba6169612 100644 (file)
@@ -6,12 +6,12 @@
  *       All file system operations in POSTGRES dispatch through these
  *       routines.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/smgr/smgr.c,v 1.108 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/smgr/smgr.c,v 1.109 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c1ffe00a7653f0bfa33533d6e4f8262fef6aff92..baaa1d696c44030399d66ef236313207b1efd3b5 100644 (file)
@@ -3,12 +3,12 @@
  * smgrtype.c
  *       storage manager type
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/smgr/smgrtype.c,v 1.28 2007/01/05 22:19:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/smgr/smgrtype.c,v 1.29 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9a19fbb4bed4d2ed6dbc47ae0a1c3c8a018335b4..d5b420b1c866ceef6ec33428f886945e01b5df13 100644 (file)
@@ -4,11 +4,11 @@
  *       support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tcop/dest.c,v 1.71 2007/01/05 22:19:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/tcop/dest.c,v 1.72 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cd1911f1e9ec7171f4c2b21807ee0c319466e8f5..651cf1e4f20100042b7acb4e7008b8fb79cdf3f4 100644 (file)
@@ -3,12 +3,12 @@
  * fastpath.c
  *       routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tcop/fastpath.c,v 1.96 2007/03/03 19:32:54 neilc Exp $
+ *       $PostgreSQL: pgsql/src/backend/tcop/fastpath.c,v 1.97 2008/01/01 19:45:52 momjian Exp $
  *
  * NOTES
  *       This cruft is the server side of PQfn.
index 51568274053aad956e7a52df410cfd933da59a6b..05127c40b309a7d82a186f6ceb38fe7c00c81158 100644 (file)
@@ -3,12 +3,12 @@
  * postgres.c
  *       POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.540 2007/12/28 00:23:23 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.541 2008/01/01 19:45:52 momjian Exp $
  *
  * NOTES
  *       this is the "main" module of the postgres backend and
index 77802209848a42350137eba47c9c86e54534ade2..0e980385b2efa08468912da1b2034832b6f2018f 100644 (file)
@@ -3,12 +3,12 @@
  * pquery.c
  *       POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tcop/pquery.c,v 1.119 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/tcop/pquery.c,v 1.120 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bcbfe251b7f07e19a251c5720ebf9af7ebab8304..295178c7974acfca8be41f53e10d6ab01cbd1a6e 100644 (file)
@@ -5,12 +5,12 @@
  *       commands.  At one time acted as an interface between the Lisp and C
  *       systems.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tcop/utility.c,v 1.288 2007/12/01 23:44:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/tcop/utility.c,v 1.289 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 720a5366677af0b8e57e25d68f78d9a1e1287085..a55b15c0f08679bc0081e4d3bbd0a25347217d74 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Makefile for backend/tsearch
 #
-# Copyright (c) 2006-2007, PostgreSQL Global Development Group
+# Copyright (c) 2006-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/backend/tsearch/Makefile,v 1.3 2007/09/11 11:54:42 teodor Exp $
+# $PostgreSQL: pgsql/src/backend/tsearch/Makefile,v 1.4 2008/01/01 19:45:52 momjian Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/tsearch
index cc3ef5c70892803c30196413a946982133073693..c17194f689ceb03775f13cdcfefd644439ac96bd 100644 (file)
@@ -3,11 +3,11 @@
  * dict.c
  *             Standard interface to dictionary
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/dict.c,v 1.3 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/dict.c,v 1.4 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4acc392b0b2b30cbd512f712fb1173c97ed57beb..f77ce211705f93c8478e481445ee36bddf0faf77 100644 (file)
@@ -3,11 +3,11 @@
  * dict_ispell.c
  *             Ispell dictionary interface
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/dict_ispell.c,v 1.6 2007/11/28 15:42:46 petere Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/dict_ispell.c,v 1.7 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 06926f4e937129b8450f79351a75b375cd10fc61..885fdef31eb318fdb0fbe25a6f52b33294f0c385 100644 (file)
@@ -3,11 +3,11 @@
  * dict_simple.c
  *             Simple dictionary: just lowercase and check for stopword
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/dict_simple.c,v 1.6 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/dict_simple.c,v 1.7 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 01126abe76a256a58145efec21ff63745e76f396..16eec98d8b2ba0847460996bfad5dfc7e7e3c7a6 100644 (file)
@@ -3,11 +3,11 @@
  * dict_synonym.c
  *             Synonym dictionary: replace word by its synonym
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/dict_synonym.c,v 1.6 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/dict_synonym.c,v 1.7 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fcac2a61099f8b02d010ebd9d47628100f438c3b..6fcffa745737744f973e9d77fc2c46f603bc13dc 100644 (file)
@@ -3,11 +3,11 @@
  * dict_thesaurus.c
  *             Thesaurus dictionary: phrase to phrase substitution
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/dict_thesaurus.c,v 1.10 2007/11/28 21:56:30 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/dict_thesaurus.c,v 1.11 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 46dd1792c238ecf1017c8051a65e4f9c7f3c8863..4c35afd18d6eab5104fe00e8a6351d906c21f700 100644 (file)
@@ -3,11 +3,11 @@
  * regis.c
  *             Fast regex subset
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/regis.c,v 1.2 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/regis.c,v 1.3 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index aa5048277c17c8f7bdb557d12bd994dcb7879cc3..5796118b64135a7330a5111551115490c0cd2d00 100644 (file)
@@ -3,11 +3,11 @@
  * spell.c
  *             Normalizing word with ISpell
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/spell.c,v 1.8 2007/11/28 21:56:30 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/spell.c,v 1.9 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index febd9293f2d69bc661b9fa4efc90b0f1ab3b639d..5c954fa43167cb155454d155745a908ca1f60196 100644 (file)
@@ -3,11 +3,11 @@
  * to_tsany.c
  *             to_ts* function definitions
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/to_tsany.c,v 1.7 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/to_tsany.c,v 1.8 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 12c05d1ca9cbc4219464a3b845e61feacf497645..dacf7325c6ec5e30d779646534fa588393479e16 100644 (file)
@@ -3,11 +3,11 @@
  * ts_locale.c
  *             locale compatibility layer for tsearch
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/ts_locale.c,v 1.6 2007/11/28 13:30:36 petere Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/ts_locale.c,v 1.7 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 53ea6010d27757e1c9a5c12615d2d76da929efbf..22862bdb806b363069a8c84473cb56b2e4b43296 100644 (file)
@@ -3,11 +3,11 @@
  * ts_parse.c
  *             main parse functions for tsearch
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/ts_parse.c,v 1.6 2007/11/28 21:56:30 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/ts_parse.c,v 1.7 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4edd47a0822dfef2df0de4ca74b8a03ac0b3d885..bdefaa6bc63c38dc259e0d3d75873fdf99c827c4 100644 (file)
@@ -3,11 +3,11 @@
  * ts_utils.c
  *             various support functions
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/ts_utils.c,v 1.8 2007/12/27 13:02:48 petere Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/ts_utils.c,v 1.9 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index da1651e75e90aabe67c73911e74f415e4e4d2c53..a5ec35ac3cc858eb493ceddc797985a628bacaa8 100644 (file)
@@ -3,11 +3,11 @@
  * wparser.c
  *             Standard interface to word parser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/wparser.c,v 1.5 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/wparser.c,v 1.6 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b0a302b2eab9e174bf732114aca2c7deaeb54ab7..2e72099c3093089969fe72b2039279871f6b1294 100644 (file)
@@ -3,11 +3,11 @@
  * wparser_def.c
  *             Default text search parser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/wparser_def.c,v 1.13 2007/11/25 19:35:41 adunstan Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/wparser_def.c,v 1.14 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0c9021e6af3e7bd6f9eb64187223290c662879fa..cb675f775a5b8089de4d60db795d13cf83b2b17d 100644 (file)
@@ -4,12 +4,12 @@
 # Gen_fmgrtab.sh
 #    shell script to generate fmgroids.h and fmgrtab.c from pg_proc.h
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
 # IDENTIFICATION
-#    $PostgreSQL: pgsql/src/backend/utils/Gen_fmgrtab.sh,v 1.37 2007/09/03 00:39:17 tgl Exp $
+#    $PostgreSQL: pgsql/src/backend/utils/Gen_fmgrtab.sh,v 1.38 2008/01/01 19:45:52 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -105,7 +105,7 @@ cat > "$$-$OIDSFILE" <<FuNkYfMgRsTuFf
  * These macros can be used to avoid a catalog lookup when a specific
  * fmgr-callable function needs to be referenced.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -163,7 +163,7 @@ cat > "$$-$TABLEFILE" <<FuNkYfMgRtAbStUfF
  * $TABLEFILE
  *    The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 0865c7f0d602996e94f8dad7435fe71798695f79..65d7794b4e4944eb2ef590877e3ddc1f08479e96 100644 (file)
@@ -3,12 +3,12 @@
  * acl.c
  *       Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/acl.c,v 1.138 2007/02/27 23:48:07 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/acl.c,v 1.139 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0745f1e1d2a38a157086e3227e0071256e2f8fab..be2068ac5dc7476d8ffebe2d5234f5ff689a8623 100644 (file)
@@ -3,10 +3,10 @@
  * array_userfuncs.c
  *       Misc user-visible array support functions
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/array_userfuncs.c,v 1.22 2007/02/27 23:48:07 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/array_userfuncs.c,v 1.23 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 991c7a46f7cf7fed2edbdc40459858e035bf444d..8b058cb422fc002156cb1e7f52efa89d7ca9ad45 100644 (file)
@@ -3,12 +3,12 @@
  * arrayfuncs.c
  *       Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.139 2007/04/06 04:21:42 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.140 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7b4f7754f195db93bc81ae27c6f14385a1614840..5d6be2c5424b517b161c6940b5ca233987ddaae8 100644 (file)
@@ -3,12 +3,12 @@
  * arrayutils.c
  *       This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/arrayutils.c,v 1.25 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/arrayutils.c,v 1.26 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ce4bb6f00442a19bfdfa15635a9d2ebc4731031d..c08b752cffd8e005eced697af735e25c56055096 100644 (file)
@@ -2,10 +2,10 @@
  * ascii.c
  *      The PostgreSQL routine for string to ascii conversion.
  *
- *      Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/ascii.c,v 1.31 2007/10/13 20:18:41 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/ascii.c,v 1.32 2008/01/01 19:45:52 momjian Exp $
  *
  *-----------------------------------------------------------------------
  */
index deed08dcc46f7116ed1c365fdf75b4dc7f3b8a10..7261ab3e4069e9a4e3df1acc4d9f7478c71599de 100644 (file)
@@ -3,12 +3,12 @@
  * bool.c
  *       Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/bool.c,v 1.41 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/bool.c,v 1.42 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 489c4673a4e05c7ec1bd282b9603bdffbee21bc9..9ed7a08905c23b7bbd80efe3eed485bb3053ec6c 100644 (file)
@@ -4,12 +4,12 @@
  *       Functions for the built-in type "char" (not to be confused with
  *       bpchar, which is the SQL CHAR(n) type).
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/char.c,v 1.47 2007/02/27 23:48:07 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/char.c,v 1.48 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0f2b44b356979c849b19cc47f83640035f4f552b..bec5e373964444a9446635d597f7705ca78ee07c 100644 (file)
@@ -3,12 +3,12 @@
  * date.c
  *       implements DATE and TIME data types specified in SQL-92 standard
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/date.c,v 1.137 2007/11/15 21:14:38 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/date.c,v 1.138 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 30aea83c93bb50f7e12e8645463d1890230572d9..ed411cf21af8d230f41b1eb839c76e951142e74e 100644 (file)
@@ -3,12 +3,12 @@
  * datetime.c
  *       Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/datetime.c,v 1.183 2007/11/15 21:14:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/datetime.c,v 1.184 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c025de61f74bf76731b31269d25d09fefa5e7937..f43c1f7916d3d228565dc42d99be1d0fc38be4ce 100644 (file)
@@ -3,12 +3,12 @@
  * datum.c
  *       POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/datum.c,v 1.35 2007/04/06 04:21:42 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/datum.c,v 1.36 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 12d1d9d364fa7a3d8732c1ae492d1e193fd813d5..00ac3b0e094796db118975f2c7f516b82eb3c758 100644 (file)
@@ -2,10 +2,10 @@
  * dbsize.c
  *             object size functions
  *
- * Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/dbsize.c,v 1.15 2007/11/15 21:14:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/dbsize.c,v 1.16 2008/01/01 19:45:52 momjian Exp $
  *
  */
 
index 89985c65a18de1654dfe40a79f6088c4fad997c6..d416a2adb99934f8918745cdd3be456e0650d3c4 100644 (file)
  *             to evaluate them in.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/domains.c,v 1.5 2007/01/05 22:19:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/domains.c,v 1.6 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3d753e9a6cfb811df828a66c2e3ce3bf8c89c5e1..a6a9e23888112e1311eda5d772e96e653d7786a7 100644 (file)
@@ -3,11 +3,11 @@
  * encode.c
  *       Various data encoding/decoding things.
  *
- * Copyright (c) 2001-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/encode.c,v 1.19 2007/02/27 23:48:08 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/encode.c,v 1.20 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5d8bf3175cb3f39b3ce39463ccdc194fbab959a3..fc4e604bf609661090153bb0f28646b5252e2f0d 100644 (file)
@@ -3,11 +3,11 @@
  * enum.c
  *       I/O functions, operators, aggregates etc for enum types
  *
- * Copyright (c) 2006-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/enum.c,v 1.5 2007/11/15 21:14:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/enum.c,v 1.6 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 23e8947eec7e7a94b640fcfb2085c701eefda103..e7d0cdd70ddd053869e4e378037980bac68f6bb7 100644 (file)
@@ -3,12 +3,12 @@
  * float.c
  *       Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/float.c,v 1.152 2007/11/15 21:14:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/float.c,v 1.153 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9e54217f4f0975686f0d311b698d1636f36999a5..86314e1a751ae058318c66de5b6c80cbb512b2bf 100644 (file)
@@ -4,11 +4,11 @@
  *       Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/format_type.c,v 1.48 2007/11/15 21:14:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/format_type.c,v 1.49 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e7bcef8adc7474f78b4e6c109fb4aa252c044e58..02b2a905ef4846855411066ddbe110a70b16819e 100644 (file)
@@ -1,10 +1,10 @@
 /* -----------------------------------------------------------------------
  * formatting.c
  *
- * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.136 2007/11/22 17:51:39 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.137 2008/01/01 19:45:52 momjian Exp $
  *
  *
- *      Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2008, PostgreSQL Global Development Group
  *
  *
  *      TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
index e95c04876ca2015adb5fcabfff7f0c641ec1099c..a3a16bcfa50c488230ad71302b3103be52496fad 100644 (file)
@@ -4,12 +4,12 @@
  *             Functions for direct access to files
  *
  *
- * Copyright (c) 2004-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2008, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/genfile.c,v 1.16 2007/02/27 23:48:08 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/genfile.c,v 1.17 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ec21c59dff91082d45f4116d07ca32a655abef5d..4bc4d19eae49eac39cacf7938d54531935366b9b 100644 (file)
@@ -3,12 +3,12 @@
  * geo_ops.c
  *       2D geometric operations
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/geo_ops.c,v 1.98 2007/12/18 00:04:08 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/geo_ops.c,v 1.99 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 53867c023eccd07bfb6f943a2cefc4b7ddc2089a..998000ec84b21c398b2b23b54de1861ab4e7ed78 100644 (file)
@@ -4,12 +4,12 @@
  *       Selectivity routines registered in the operator catalog in the
  *       "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.30 2007/01/05 22:19:41 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.31 2008/01/01 19:45:52 momjian Exp $
  *
  *     XXX These are totally bogus.  Perhaps someone will make them do
  *     something reasonable, someday.
index 405b16ecef857ae4d1538c9ce6d7625550fcb2af..64ba146d713842f80f1f214101683152798f90dd 100644 (file)
@@ -3,12 +3,12 @@
  * int.c
  *       Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/int.c,v 1.80 2007/06/05 21:31:06 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/int.c,v 1.81 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3f749ad174ca216cfb742e02e6a23c5e51ba28de..3391769cd433fb1291be86192fc4994a1b8e5e04 100644 (file)
@@ -3,11 +3,11 @@
  * int8.c
  *       Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/int8.c,v 1.67 2007/08/30 05:27:29 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/int8.c,v 1.68 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index edac82d698cc607363ba33e87d50714004403cbf..4acb4d26f632454fcc2385f198a1eab2c08aa00a 100644 (file)
@@ -7,11 +7,11 @@
  *             A big hack of the regexp.c code!! Contributed by
  *             Keith Parks <emkxp01@mtcc.demon.co.uk> (7/95).
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *     $PostgreSQL: pgsql/src/backend/utils/adt/like.c,v 1.72 2007/11/15 21:14:39 momjian Exp $
+ *     $PostgreSQL: pgsql/src/backend/utils/adt/like.c,v 1.73 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eadb80a750f8079d3f7b54ac06a1efcdd5046c82..915b9bd0d7ef4f7a1f5311bad10311808d4a4216 100644 (file)
  * do_like_escape - name of function if wanted - needs CHAREQ and CopyAdvChar
  * MATCH_LOWER - define iff using to_lower on text chars
  *
- * Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *     $PostgreSQL: pgsql/src/backend/utils/adt/like_match.c,v 1.19 2007/11/15 21:14:39 momjian Exp $
+ *     $PostgreSQL: pgsql/src/backend/utils/adt/like_match.c,v 1.20 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 78b8c1bf8ccfe69d7bc9572a6639122dfe206fef..03c4d65e895caa862cb4200091f56c19c4375401 100644 (file)
@@ -3,10 +3,10 @@
  * lockfuncs.c
  *             Functions for SQL access to various lock-manager capabilities.
  *
- * Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *             $PostgreSQL: pgsql/src/backend/utils/adt/lockfuncs.c,v 1.30 2007/11/15 21:14:39 momjian Exp $
+ *             $PostgreSQL: pgsql/src/backend/utils/adt/lockfuncs.c,v 1.31 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9683579436a4023dfcffcdc06c542838eb4a4b80..63d7c4ff589e2b847dfa39db856568aa7e97446a 100644 (file)
@@ -3,12 +3,12 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/misc.c,v 1.57 2007/08/19 01:41:25 adunstan Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/misc.c,v 1.58 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 903ca5d6adf15096ba9b2008f8e7bde99eb63eca..a2e9fc264334f3314bde800915ee4c607f1da732 100644 (file)
@@ -5,12 +5,12 @@
  *       Functions for the built-in type "RelativeTime".
  *       Functions for the built-in type "TimeInterval".
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/nabstime.c,v 1.151 2007/08/04 01:26:53 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/nabstime.c,v 1.152 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2bec1d9dde4858812adaec39c2992b62de06ae89..324736ea63e51b9cfb9ad2fac7231065a3ccaec5 100644 (file)
@@ -9,12 +9,12 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/name.c,v 1.60 2007/01/05 22:19:41 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/name.c,v 1.61 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5a22269d09d9f1b4737bfb61162225f07f9ec7d5..2ebfee52e4559a758210d86e6327c29ddab519fd 100644 (file)
  * Transactions on Mathematical Software, Vol. 24, No. 4, December 1998,
  * pages 359-367.
  *
- * Copyright (c) 1998-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/numeric.c,v 1.107 2007/11/15 21:14:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/numeric.c,v 1.108 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 27e16a140fd3feec5de0ead10fbcb732c686f17a..e4d6920e31efd7f526bfd79cea1191e426874220 100644 (file)
@@ -5,12 +5,12 @@
  *
  *             integer:                                pg_atoi, pg_itoa, pg_ltoa
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/numutils.c,v 1.75 2007/01/05 22:19:41 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/numutils.c,v 1.76 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fc37b18434f29b6c41331bb22b94b82dd847c0b1..d384c2a012d8d762ed9f59e315ec357ee7fa0a80 100644 (file)
@@ -3,12 +3,12 @@
  * oid.c
  *       Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/oid.c,v 1.72 2007/06/05 21:31:06 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/oid.c,v 1.73 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 24313da6346a33518d86af83cca8ec03acbf512c..588cf5941dbdf90cf3fc52b9fdd920b61963fab1 100644 (file)
@@ -2,14 +2,14 @@
  * oracle_compat.c
  *     Oracle compatible functions.
  *
- * Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *     Author: Edmund Mergl <E.Mergl@bawue.de>
  *     Multibyte enhancement: Tatsuo Ishii <ishii@postgresql.org>
  *
  *
  * IDENTIFICATION
- *     $PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.76 2007/12/18 18:01:48 adunstan Exp $
+ *     $PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.77 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b78e578d73f738e8b12f20af9befe2febabcb910..9072cb54f2a02cf4e0c0bd71babef02572140aa4 100644 (file)
@@ -2,9 +2,9 @@
  *
  * PostgreSQL locale utilities
  *
- * Portions Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/backend/utils/adt/pg_locale.c,v 1.39 2007/01/05 22:19:41 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/pg_locale.c,v 1.40 2008/01/01 19:45:52 momjian Exp $
  *
  *-----------------------------------------------------------------------
  */
index 10f7b4389ede4949bb48ee91cb1e75703b1a911d..a7cd8f6eae87edcc8cf7347222f3185d1d10ec83 100644 (file)
  *
  *                     Jan Wieck
  *
- * Copyright (c) 1999-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/backend/utils/adt/pg_lzcompress.c,v 1.28 2007/11/15 21:14:39 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/pg_lzcompress.c,v 1.29 2008/01/01 19:45:52 momjian Exp $
  * ----------
  */
 #include "postgres.h"
index 3e4faea4746cd90b471e72468d84f54c46847947..7fb2d5951ee58d8b4ee8a3fc603d3698ed15f02c 100644 (file)
@@ -3,12 +3,12 @@
  * pgstatfuncs.c
  *       Functions for accessing the statistics collector data
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/pgstatfuncs.c,v 1.47 2007/11/15 21:14:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/pgstatfuncs.c,v 1.48 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 248bcfa3058f352682814f1a66b45a230a5808c0..6b609fe6b638c1645e2673361a56de8179617b7c 100644 (file)
  * we do better?)
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/pseudotypes.c,v 1.20 2007/06/06 23:00:39 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/pseudotypes.c,v 1.21 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 31fbf57aaf8a6a77e8a2455d08db699d98a0fd47..ad9335d7b3cdb52ea067b31f1cc5dd5373094949 100644 (file)
@@ -3,11 +3,11 @@
  * quote.c
  *       Functions for quoting identifiers and literals
  *
- * Portions Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/quote.c,v 1.22 2007/02/27 23:48:08 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/quote.c,v 1.23 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8255a413d5430658104b3e231cd35c89f9e3aaff..359fd33ceea30c7eb75d5d7dce9af255489d2fd6 100644 (file)
@@ -3,12 +3,12 @@
  * regexp.c
  *       Postgres' interface to the regular expression package.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/regexp.c,v 1.77 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/regexp.c,v 1.78 2008/01/01 19:45:52 momjian Exp $
  *
  *             Alistair Crooks added the code for the regex caching
  *             agc - cached the regular expressions used - there's a good chance
index 1d1282097664288fc98449a2ee6f4ef17c4dda74..13bd711d6bcf207367ef5e4c37dd33073cb2f11a 100644 (file)
@@ -8,12 +8,12 @@
  * special I/O conversion routines.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/regproc.c,v 1.104 2007/11/15 21:14:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/regproc.c,v 1.105 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 51fa581c74255055dd100dc56df67381077c9e30..cd6e3968469772a2da1a9dd8c09d2a7278386f3e 100644 (file)
@@ -13,9 +13,9 @@
  *     plan --- consider improving this someday.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/backend/utils/adt/ri_triggers.c,v 1.99 2007/11/15 22:25:16 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/ri_triggers.c,v 1.100 2008/01/01 19:45:52 momjian Exp $
  *
  * ----------
  */
index c856acb0dcb21c3540ea3d200e602362b3c9e7e1..ba91c254a9b6d252babad49aba5ee3da2b35d254 100644 (file)
@@ -3,12 +3,12 @@
  * rowtypes.c
  *       I/O functions for generic composite types.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/rowtypes.c,v 1.19 2007/03/03 19:32:55 neilc Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/rowtypes.c,v 1.20 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index da6ae839820f11d5c08bf3dbd4adf551f31a55dc..de2f9bc95385f2c4efef59341fa426d89b4e58ea 100644 (file)
@@ -4,12 +4,12 @@
  *       Functions to convert stored expressions/querytrees back to
  *       source text
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.267 2007/12/20 00:23:19 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.268 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0b0d992a3b19d2133c07a747bc5df46304ce17e4..37f33d56fa0fd553be09434b62d0ed5d27c17408 100644 (file)
  *       Index cost functions are registered in the pg_am catalog
  *       in the "amcostestimate" attribute.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/selfuncs.c,v 1.242 2007/12/08 21:05:11 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/selfuncs.c,v 1.243 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dbf1fab11cebfa0ee3238779ca5209326523c751..ea7573748d41d3ff84d202edc12d84d7ba99c386 100644 (file)
@@ -3,12 +3,12 @@
  * tid.c
  *       Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tid.c,v 1.58 2007/08/27 00:57:36 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tid.c,v 1.59 2008/01/01 19:45:52 momjian Exp $
  *
  * NOTES
  *       input routine largely stolen from boxin().
index 4ad53a9d3fb6a2521663ac35ceca8021eeb5febe..1277562b7941419bc713da36c05e3fb0cb6333b1 100644 (file)
@@ -3,12 +3,12 @@
  * timestamp.c
  *       Functions for the built-in SQL92 types "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/timestamp.c,v 1.183 2007/11/15 21:14:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/timestamp.c,v 1.184 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 52734ae96afdcb768536fe60385281edcd6ec04f..96510021f6de16a05d91f0f69bf35130d9c658f2 100644 (file)
@@ -3,11 +3,11 @@
  * tsginidx.c
  *      GIN support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tsginidx.c,v 1.8 2007/11/28 19:33:04 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tsginidx.c,v 1.9 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0d7c68d3753a23b778b7b48a6729f73057203a30..f3a98ba6f8d3f3f9b14f8f02f95733fc12e04f8b 100644 (file)
@@ -3,11 +3,11 @@
  * tsgistidx.c
  *       GiST support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tsgistidx.c,v 1.6 2007/11/16 01:12:24 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tsgistidx.c,v 1.7 2008/01/01 19:45:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fd5dbf6b3ecb798c22af0aa9ae3bc918bc3327f5..2479a4261d2700e1cf3737b6906e0f583d4554c7 100644 (file)
@@ -3,11 +3,11 @@
  * tsquery.c
  *       I/O functions for tsquery
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tsquery.c,v 1.13 2007/12/27 13:02:48 petere Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tsquery.c,v 1.14 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 962ed689aedaaefbeadc5bd22bac976c048af15c..50c1b75ad51e674290fc9947c67fff0463a00f4f 100644 (file)
@@ -4,11 +4,11 @@
  *      Cleanup query from NOT values and/or stopword
  *      Utility functions to correct work.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_cleanup.c,v 1.9 2007/12/27 13:02:48 petere Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_cleanup.c,v 1.10 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 00faf1591e5d5d89b00e0c8438db7dda46dba755..fdefd92bae244dbcc62a9a4cd8eec010b78aebdc 100644 (file)
@@ -3,11 +3,11 @@
  * tsquery_gist.c
  *       GiST index support for tsquery
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_gist.c,v 1.3 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_gist.c,v 1.4 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cbf06f7adeb8cc8419a907c9bb642556fa2e4b8a..bf50b9d4c3191352b072e1576e0b3f9ec3bbd42a 100644 (file)
@@ -3,11 +3,11 @@
  * tsquery_op.c
  *       Various operations with tsquery
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_op.c,v 1.2 2007/09/07 15:09:56 teodor Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_op.c,v 1.3 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c9f4956e6171153c76be87e96a75cd860a5460b6..89f11731dd4fd9c6cf7fe5605279525b63054554 100644 (file)
@@ -3,11 +3,11 @@
  * tsquery_rewrite.c
  *       Utilities for reconstructing tsquery
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_rewrite.c,v 1.10 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_rewrite.c,v 1.11 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c18a398bbf274472c1590afd7824cc23711f681e..b81835c9692a2ddea80c07bfd224ea1842dec68d 100644 (file)
@@ -3,11 +3,11 @@
  * tsquery_util.c
  *       Utilities for tsquery datatype
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_util.c,v 1.7 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_util.c,v 1.8 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6f6f689b99fe4d8a7e240c02fd36a053c5d23351..065c94d20977c9e4e29985d039dad2d21adf6ac7 100644 (file)
@@ -3,11 +3,11 @@
  * tsrank.c
  *             rank tsvector by tsquery
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tsrank.c,v 1.11 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tsrank.c,v 1.12 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1d5e14feef72b3461641950a44eda6570891286c..486bb6b47b1f75d7d27ce91b48d2a6cc106a3732 100644 (file)
@@ -3,11 +3,11 @@
  * tsvector.c
  *       I/O functions for tsvector
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tsvector.c,v 1.10 2007/11/28 21:56:30 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tsvector.c,v 1.11 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4b3939ecb6356c953a852661f1f0a47732bfd6b1..8f1337fcc02ed60ea3ed58e370ed683a17e2dea3 100644 (file)
@@ -3,11 +3,11 @@
  * tsvector_op.c
  *       operations over tsvector
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tsvector_op.c,v 1.11 2007/12/27 13:02:48 petere Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tsvector_op.c,v 1.12 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d0614eabd42952db507878ba1b8e2710abbdf816..70d422067924f18c2bd59cb7dbdcfd421a47bc7b 100644 (file)
@@ -3,11 +3,11 @@
  * tsvector_parser.c
  *       Parser for tsvector
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/tsvector_parser.c,v 1.5 2007/11/28 21:56:30 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/tsvector_parser.c,v 1.6 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 277f572d9d865eca3b935ca27f59c2b6282be870..be79d186a1e16423d6a29f33b258f514c110c86c 100644 (file)
  * via functions such as SubTransGetTopmostTransaction().
  *
  *
- *     Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *     Author: Jan Wieck, Afilias USA INC.
  *     64-bit txids: Marko Kreen, Skype Technologies
  *
- *     $PostgreSQL: pgsql/src/backend/utils/adt/txid.c,v 1.3 2007/11/15 22:25:16 momjian Exp $
+ *     $PostgreSQL: pgsql/src/backend/utils/adt/txid.c,v 1.4 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6d5b5a0c16e72f4b4e73a6ae869ef82c1cf58626..23f8d2c9c250cb931d919e9b6bdb3386682b6830 100644 (file)
@@ -5,11 +5,11 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/varbit.c,v 1.56 2007/11/15 21:14:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/varbit.c,v 1.57 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2682dea8bc3fea0a34fcf5ae180a912da0f8b714..c954e2034ad37320274547d52b77847ffa26a809 100644 (file)
@@ -3,12 +3,12 @@
  * varchar.c
  *       Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/varchar.c,v 1.125 2007/11/15 21:14:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/varchar.c,v 1.126 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 044378437eccb7a318939df37c7638ef5979b378..52adbbb163f8f67f48a7ac34e9fef1a11d1065cf 100644 (file)
@@ -3,12 +3,12 @@
  * varlena.c
  *       Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/varlena.c,v 1.161 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/varlena.c,v 1.162 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7afbcd43581633dc910374361b52ca4a53ba0052..0ffe0da042990d796e053eec59ec31acdb86cfc7 100644 (file)
@@ -3,11 +3,11 @@
  * version.c
  *      Returns the PostgreSQL version string
  *
- * Copyright (c) 1998-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *
- * $PostgreSQL: pgsql/src/backend/utils/adt/version.c,v 1.15 2007/02/27 23:48:09 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/version.c,v 1.16 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c48a4bb47b709c10b2cbab79f2255fda0fa66856..b5dd24a5a167eb71fce5a0125c5ce0a27ba576bf 100644 (file)
@@ -3,12 +3,12 @@
  * xid.c
  *       POSTGRES transaction identifier and command identifier datatypes.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/adt/xid.c,v 1.10 2007/01/05 22:19:42 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/xid.c,v 1.11 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2ea886f624f2c5f4336283721901787da8cdb379..f61c6669034008ec36dcb663c6da6b71b29c5112 100644 (file)
@@ -4,10 +4,10 @@
  *       XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.63 2007/11/28 14:01:51 petere Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.64 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bfaa14771d1c4e7b32e46e24a389f53fe220a70c..f36384510c99bca99ac9e5835c4119510a007339 100644 (file)
@@ -3,12 +3,12 @@
  * catcache.c
  *       System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/cache/catcache.c,v 1.139 2007/11/15 21:14:39 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/cache/catcache.c,v 1.140 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 803727f0840568f82b986d91a0825ba4f16baab5..033ae3a2d623a1c5641cb8c173036488b7b77307 100644 (file)
  *     simplicity we keep the controlling list-of-lists in TopTransactionContext.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/cache/inval.c,v 1.82 2007/11/30 21:22:54 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/cache/inval.c,v 1.83 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ac2d026ec78521535b436177fcfaece9f27b7e15..70872f56c7bcbcc5a2c2bc4beb8e1dc7ddbcfec3 100644 (file)
@@ -3,11 +3,11 @@
  * lsyscache.c
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/cache/lsyscache.c,v 1.154 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/cache/lsyscache.c,v 1.155 2008/01/01 19:45:53 momjian Exp $
  *
  * NOTES
  *       Eventually, the index information should go through here, too.
index 8e0fff939419982b674b37640ddcc2c60404b00d..b66c112926ec0c2473779356888f14959f5bc752 100644 (file)
  * gain, so we're just ignoring them for now.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/cache/plancache.c,v 1.14 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/cache/plancache.c,v 1.15 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d0fe1e06ac8b97d8ed867da36eb304a07754b24b..71abf31f099aef345f760e6bd07b00f06cb52fd2 100644 (file)
@@ -3,12 +3,12 @@
  * relcache.c
  *       POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/cache/relcache.c,v 1.265 2007/11/28 20:44:26 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/cache/relcache.c,v 1.266 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index db72857b73dd40d09f22f667bf2c0dc752c3f863..a1b709b15ad2bf67c59ec6abe74a347d33d21c6c 100644 (file)
@@ -3,12 +3,12 @@
  * syscache.c
  *       System cache management routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/cache/syscache.c,v 1.113 2007/08/21 01:11:19 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/cache/syscache.c,v 1.114 2008/01/01 19:45:53 momjian Exp $
  *
  * NOTES
  *       These routines allow the parser/planner/executor to perform
index 921431d064930f9f3822e5fdf820351c8e637445..ebc3c63f58c5c0d74f8b71242e29b22370eef6ca 100644 (file)
  * any database access.
  *
  *
- * Copyright (c) 2006-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/cache/ts_cache.c,v 1.4 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/cache/ts_cache.c,v 1.5 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c80f3f6b0d53ff50fd150fcf6dad7cf6636f7948..8f92ed48a37e5c8cfc960543b1316ed8d183a786 100644 (file)
  * entry, since that may need to change as a consequence of ALTER TABLE.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/cache/typcache.c,v 1.26 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/cache/typcache.c,v 1.27 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a2d455b397c03ca2b76b97056d84c2c0f9f7df3b..c10a495d875d20e85acab28ca44dda9999cbba43 100644 (file)
@@ -3,12 +3,12 @@
  * assert.c
  *       Assert code.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/error/assert.c,v 1.34 2007/05/04 02:01:02 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/error/assert.c,v 1.35 2008/01/01 19:45:53 momjian Exp $
  *
  * NOTE
  *       This should eventually work with elog()
index daef42c3c165243240849deec954803b2e982e2f..cdb40bb13ebfacd9afd6b6166e5f8bac3d41f19a 100644 (file)
  * overflow.)
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/error/elog.c,v 1.200 2007/12/11 20:07:31 alvherre Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/error/elog.c,v 1.201 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b7dcbe0878540f3d236415a216534f5c7322e610..743df3a916ec1fb1df5be57829a05b281f506054 100644 (file)
@@ -3,12 +3,12 @@
  * dfmgr.c
  *       Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.95 2007/07/12 21:13:27 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.96 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8ef2f2094e16ce0cae1bc0d446b0d3b12b2d6f34..b2254ba0077808d2072e51be7ad9a435ba3707d9 100644 (file)
@@ -3,12 +3,12 @@
  * fmgr.c
  *       The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/fmgr/fmgr.c,v 1.111 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/fmgr/fmgr.c,v 1.112 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 36ab087dad5aaebea9e9a5e63dfb819bebc667de..8c6609de62c29ec7b3b401e45570eba42575b3fa 100644 (file)
@@ -4,10 +4,10 @@
  *       Utility and convenience functions for fmgr functions that return
  *       sets and/or composite types.
  *
- * Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/fmgr/funcapi.c,v 1.36 2007/06/26 16:48:09 alvherre Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/fmgr/funcapi.c,v 1.37 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bdddaa2c3d00b6b136b8c182149f329b4f64c434..75270d0fa34193c6c71a7ad41ff385f0457d4c78 100644 (file)
  * lookup key's hash value as a partition number --- this will work because
  * of the way calc_bucket() maps hash values to bucket numbers.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/hash/dynahash.c,v 1.77 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/hash/dynahash.c,v 1.78 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e1e65c03507a326ef765805fdbaa0fdab54874c2..a8ec1d843028fc8312db8824bd24103488907331 100644 (file)
@@ -4,12 +4,12 @@
  *             Hash functions for use in dynahash.c hashtables
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/hash/hashfn.c,v 1.31 2007/06/01 15:33:18 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/hash/hashfn.c,v 1.32 2008/01/01 19:45:53 momjian Exp $
  *
  * NOTES
  *       It is expected that every bit of a hash function's 32-bit result is
index 0805dc434b41098bda31ba8072253127a3242d9b..dacd3b94a5fd3b62166272ede742da547ee60b28 100644 (file)
  * code for possible future use.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/hash/pg_crc.c,v 1.17 2007/01/05 22:19:43 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/hash/pg_crc.c,v 1.18 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3cc5cb0c4f580e06923b66dfab8f4c0367bd7594..aa155a07bb3c52efeca5c1580a8e9cc1b95ef921 100644 (file)
  * a way that this is OK.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/utils/init/flatfiles.c,v 1.29 2007/11/15 21:14:40 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/init/flatfiles.c,v 1.30 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cf59cda8bd2bd48900cddb28197d0b8524c8b92b..3cc443b629754cadca7e05e1c194f3f138c7b1e2 100644 (file)
@@ -3,12 +3,12 @@
  * globals.c
  *       global variable declarations
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/init/globals.c,v 1.103 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/init/globals.c,v 1.104 2008/01/01 19:45:53 momjian Exp $
  *
  * NOTES
  *       Globals used all over the place should be declared here and not
index 1da93dd7a28f14b2874fb283cdafb0d5b96cba29..888d5fae30ae155c967d1a6a4e5906f50dc14709 100644 (file)
@@ -3,12 +3,12 @@
  * miscinit.c
  *       miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.164 2007/09/11 00:06:42 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.165 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 43a7e346393b02e1af0066a462cb2c9fc4194a8c..dd510f2fc840ff8e134b9dc8e3f7915410e4d934 100644 (file)
@@ -3,12 +3,12 @@
  * postinit.c
  *       postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/init/postinit.c,v 1.179 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/init/postinit.c,v 1.180 2008/01/01 19:45:53 momjian Exp $
  *
  *
  *-------------------------------------------------------------------------
index a8e59a7d2f1fe0a1c5c310153b04ef7a3b82a58d..d17f5cbe5a1a46802636a34a866f43e6548a3300 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Makefile for src/backend/utils/mb/Unicode
 #
-# Copyright (c) 2001-2007, PostgreSQL Global Development Group
+# Copyright (c) 2001-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.13 2007/01/05 22:19:44 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.14 2008/01/01 19:45:53 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 80976a2b227ea6cc436c0cdd4d56538bcb94cb5d..29e31282597fc49a8b42aa1c89d0f60f6bef063c 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2007, PostgreSQL Global Development Group
+# Copyright (c) 2001-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl,v 1.9 2007/01/05 22:19:44 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl,v 1.10 2008/01/01 19:45:53 momjian Exp $
 #
 # Generate UTF-8 <--> EUC_CN code conversion tables from
 # map files provided by Unicode organization.
index c46a00d3903b56fddebd971ed38356f0e2dd7374..8ada00efe91d26194cf00547845bbc096bb87ca6 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2007, PostgreSQL Global Development Group
+# Copyright (c) 2001-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl,v 1.9 2007/01/05 22:19:44 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl,v 1.10 2008/01/01 19:45:53 momjian Exp $
 #
 # Generate UTF-8 <--> EUC_JP code conversion tables from
 # map files provided by Unicode organization.
index 9773298d0a75f8d6e9e32f9e729312fbb7bc61c6..3bd4ae528af9c651991b0cc23752f8945b196d64 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2007, PostgreSQL Global Development Group
+# Copyright (c) 2001-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl,v 1.10 2007/01/05 22:19:44 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl,v 1.11 2008/01/01 19:45:53 momjian Exp $
 #
 # Generate UTF-8 <--> EUC_KR code conversion tables from
 # map files provided by Unicode organization.
index 68d954d2c222e035b9f888931f14d42213676c8c..3208541c337e027cb0ee9de30799fa18dced1583 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2007, PostgreSQL Global Development Group
+# Copyright (c) 2001-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl,v 1.9 2007/01/05 22:19:44 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl,v 1.10 2008/01/01 19:45:53 momjian Exp $
 #
 # Generate UTF-8 <--> EUC_TW code conversion tables from
 # map files provided by Unicode organization.
index c8503a581117730e1d8b9f91b08b2f03097d5012..be92237b4b15a84d12dcf691410b1917b5c9edf7 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2007, PostgreSQL Global Development Group
+# Copyright (c) 2001-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl,v 1.10 2007/01/05 22:19:44 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl,v 1.11 2008/01/01 19:45:53 momjian Exp $
 #
 # Generate UTF-8 <--> SJIS code conversion tables from
 # map files provided by Unicode organization.
index a7693fec2590ac0b5373337db9db04811706f3f8..0b6c40bc1da00af68ed98c90f4134565900ee889 100644 (file)
@@ -1,8 +1,8 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2007, PostgreSQL Global Development Group
+# Copyright (c) 2001-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_most.pl,v 1.3 2007/01/05 22:19:44 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_most.pl,v 1.4 2008/01/01 19:45:53 momjian Exp $
 #
 # Generate UTF-8 <--> character code conversion tables from
 # map files provided by Unicode organization.
index 0c31619329e8084cbf7f622ac8677da64d9e4eb9..513eb004550c6492edbee0e94142effa7ca03c63 100644 (file)
@@ -1,7 +1,7 @@
 #
-# Copyright (c) 2001-2007, PostgreSQL Global Development Group
+# Copyright (c) 2001-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/ucs2utf.pl,v 1.3 2007/03/23 13:51:30 ishii Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/ucs2utf.pl,v 1.4 2008/01/01 19:45:53 momjian Exp $
 # convert UCS-4 to UTF-8
 #
 sub ucs2utf {
index c274696f933773206296bac05aef22162f4bbd1b..12e2625ff0380193147ebd460c6247a9a52610c4 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       Utility functions for conversion procs.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conv.c,v 1.65 2007/11/16 01:11:04 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conv.c,v 1.66 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 449f8201bd460b14a67a0162eecc46225b395923..565f3cbdab69202ac805e28fde0eedb8cd74f504 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       ASCII and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/ascii_and_mic/ascii_and_mic.c,v 1.13 2007/01/05 22:19:44 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/ascii_and_mic/ascii_and_mic.c,v 1.14 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 05bf85746914a01255a11c1a3e8f42ecb7783623..1a1349ac1f21f1cda56ad3f3c86868e614358650 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       Cyrillic and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/cyrillic_and_mic/cyrillic_and_mic.c,v 1.15 2007/01/05 22:19:44 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/cyrillic_and_mic/cyrillic_and_mic.c,v 1.16 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 470d14de4c3110bc61ce4d7336fd150c8d9a0301..a543f9e7e0c23307ed06e196c9201015a2f6167f 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_CN and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_cn_and_mic/euc_cn_and_mic.c,v 1.16 2007/01/05 22:19:44 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_cn_and_mic/euc_cn_and_mic.c,v 1.17 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7e189eed4cfc4b5571b3f7ca3da98f4be69bf543..a29cdbe4fbbbae764abe2c240ff28f3cb1be479a 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_JP, SJIS and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.c,v 1.18 2007/01/05 22:19:44 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.c,v 1.19 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1e3f2420e594f13053676efceadd66606b77ddfd..8c94378ff5c1cdf74873cec167d3470705f1d104 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_KR and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_kr_and_mic/euc_kr_and_mic.c,v 1.16 2007/01/05 22:19:45 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_kr_and_mic/euc_kr_and_mic.c,v 1.17 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b90731adcdec61a3bdbd65c8b96a8ccfe81fb53d..b10dae99f8409bf43b387837ebda93e1fc38d9fe 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_TW, BIG5 and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c,v 1.17 2007/01/05 22:19:45 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c,v 1.18 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3e2b579bce37a92ce4298b4b787efe40832924e4..0c00bcd71a66ffdc2a557c6855fc654b732b7981 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       LATIN2 and WIN1250
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/latin2_and_win1250/latin2_and_win1250.c,v 1.14 2007/01/05 22:19:45 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/latin2_and_win1250/latin2_and_win1250.c,v 1.15 2008/01/01 19:45:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9d41f47a201d752b5fa29e8d51f72af920cdc21c..bc339ffcf03d64551ad00a9f96c36707b13e7a56 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       LATINn and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/latin_and_mic/latin_and_mic.c,v 1.14 2007/01/05 22:19:45 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/latin_and_mic/latin_and_mic.c,v 1.15 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7a8b5018f8e0687233691ba3a1bc0c5b5f6b92d0..8838c179117bd86b353a48d26360116f7a228a41 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       ASCII <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_ascii/utf8_and_ascii.c,v 1.15 2007/01/05 22:19:45 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_ascii/utf8_and_ascii.c,v 1.16 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e5d483682352a555cdfef7127c2c264fa1275091..40bd826b1b6ab1cc408817c3f8ded040afb9af05 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       BIG5 <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_big5/utf8_and_big5.c,v 1.17 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_big5/utf8_and_big5.c,v 1.18 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index de4f9d2415e885597608558883c172f150a71a01..b1dc6be3464b52583b98bb0abdf785521526062c 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       UTF8 and Cyrillic
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/utf8_and_cyrillic.c,v 1.20 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/utf8_and_cyrillic.c,v 1.21 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 913deb985ceb36e495ccd37fd7e1e9249179c9b8..5df18d82f384a9f0d29b89f48fe723b569e47f1b 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_CN <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/utf8_and_euc_cn.c,v 1.18 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/utf8_and_euc_cn.c,v 1.19 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bcc9ef3d32dca560cb0ce778affb3d24cfa7b645..eb1f9efdd51ba066c45a9700af9c940806151798 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_jis_2004/utf8_and_euc_jis_2004.c,v 1.2 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_jis_2004/utf8_and_euc_jis_2004.c,v 1.3 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 35f651b8a5f7551a7655e8aac99b4be2a77ce679..ebf7559eff4c33118f4fbb9f50003c22cb7162fe 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_JP <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/utf8_and_euc_jp.c,v 1.18 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/utf8_and_euc_jp.c,v 1.19 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8572b52244411ba22e643d577751097b13c04129..15675cf03f1f943ef79dc99bc0a7f1ca9c8f050a 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_KR <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/utf8_and_euc_kr.c,v 1.18 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/utf8_and_euc_kr.c,v 1.19 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6b481c1e4c5d3762cb50136f3a6ed2d1d4ad60af..6764206bff888bc5da0c72ed34910fb32ce8c5f6 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_TW <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/utf8_and_euc_tw.c,v 1.18 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/utf8_and_euc_tw.c,v 1.19 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1c14dc7c1933c6366ca5473eb6380a96ec79ba2f..24118a2860726575076baa660cfaa8ab9a194bd0 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       GB18030 <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gb18030/utf8_and_gb18030.c,v 1.19 2007/11/15 21:14:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gb18030/utf8_and_gb18030.c,v 1.20 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 985c2dad7f887d0aff39582cf3a88924403d2080..b9eab2acd3db7e513be666388c872e796db675e4 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       GBK <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gbk/utf8_and_gbk.c,v 1.16 2007/03/25 11:56:03 ishii Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gbk/utf8_and_gbk.c,v 1.17 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3cc0e9b6f6b80038bb332abe52b595f9b6aa4e70..d5e184a046a8e1fff2132677a47a3155e5b27960 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       ISO 8859 2-16 <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c,v 1.27 2007/11/15 21:14:41 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c,v 1.28 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 18218c3d5e2d78d5ad9736f92a6c231e1e042eb2..82e15097266f7872cb8d8f8a7adce5c1a2ef8a2a 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       ISO8859_1 <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c,v 1.19 2007/01/05 22:19:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c,v 1.20 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 29ec545297b36610cdefb988b4b9762e51e6a97b..db0fe9dd4edfc47ae0e4da0b38622ee65bc858f1 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       JOHAB <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_johab/utf8_and_johab.c,v 1.18 2007/11/15 21:14:41 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_johab/utf8_and_johab.c,v 1.19 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f691a4a3ef9de3961db97b28d86268d26dee90ef..da764318d34188dda0a0a4a56d0f4281ba2b77ca 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       SHIFT_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_shift_jis_2004/utf8_and_shift_jis_2004.c,v 1.2 2007/11/15 21:14:41 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_shift_jis_2004/utf8_and_shift_jis_2004.c,v 1.3 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9bc3570167a5b9aeb32a07bedb85eddee012f245..50efffbcbb3a806f86b8ea8e5b9b856ccd43d0a6 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       SJIS <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis/utf8_and_sjis.c,v 1.16 2007/03/25 11:56:03 ishii Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis/utf8_and_sjis.c,v 1.17 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cccd24003c75c264563a3cae4b7dc483efb13fd3..3c91761730593dc4c8b7c06715af71cb43344d38 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       UHC <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_uhc/utf8_and_uhc.c,v 1.16 2007/03/25 11:56:03 ishii Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_uhc/utf8_and_uhc.c,v 1.17 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3fb43ccc814d024125de0db8633a539d9125fa1e..83cef72682cfe9bd1052d33294b2020068e19760 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       WIN <--> UTF8
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c,v 1.11 2007/11/15 21:14:41 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c,v 1.12 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1d454053ce812ed923e1830a3dcd3b1458af0a4d..6abf1196f169cb4a42d4bf197a8e8f6b34da9486 100644 (file)
@@ -2,9 +2,9 @@
 /*
  * Scanner for the configuration file
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.52 2007/09/11 00:06:42 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.53 2008/01/01 19:45:54 momjian Exp $
  */
 
 %{
index a222eb9023ebb36f9591c4eee7273b68ba16db09..a8c9a87bb164da39f21c41a646011fd78281b7d8 100644 (file)
@@ -6,11 +6,11 @@
  * See src/backend/utils/misc/README for more information.
  *
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.428 2007/12/28 00:23:23 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.429 2008/01/01 19:45:54 momjian Exp $
  *
  *--------------------------------------------------------------------
  */
index e48a2b05c269ebd5b6d961d9a22b99b3649a39f9..0c27f96dee1b4f6ed8190b15002a4f9450e56b00 100644 (file)
@@ -7,10 +7,10 @@
  * or GUC_DISALLOW_IN_FILE are not displayed, unless the user specifically
  * requests that variable by name
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/misc/help_config.c,v 1.18 2007/01/05 22:19:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/misc/help_config.c,v 1.19 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 854019a575f2359dac51cbfa37286adb964245e0..9dc0c6c3402f6078cab65f20a323cbe01b95ccf1 100644 (file)
@@ -4,12 +4,12 @@
  *       Resource usage measurement support routines.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/misc/pg_rusage.c,v 1.5 2007/01/05 22:19:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/misc/pg_rusage.c,v 1.6 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 23bdaf4bde99f7f3f45b1eee910a4caba811e0ab..c03f5328a9dd30582857eee01b874d707d018db6 100644 (file)
@@ -5,9 +5,9 @@
  * to contain some useful information. Mechanism differs wildly across
  * platforms.
  *
- * $PostgreSQL: pgsql/src/backend/utils/misc/ps_status.c,v 1.36 2007/11/15 21:14:41 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/ps_status.c,v 1.37 2008/01/01 19:45:54 momjian Exp $
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  * various details abducted from various places
  *--------------------------------------------------------------------
  */
index 4da8b810ee25cb779be9a7ee91b2eee1a68bfd50..fd6407626a0161e6a5f247d3bcd87d50d61f426c 100644 (file)
@@ -9,12 +9,12 @@
  * the single-user case works.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/misc/superuser.c,v 1.36 2007/01/05 22:19:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/misc/superuser.c,v 1.37 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b49a55b73c943b08155ccb405c3c215cf31bb5d8..c324e6d86333e0e8514868561ebffa21b8888ed8 100644 (file)
@@ -9,11 +9,11 @@
  * probably fix with PG_TRY if necessary.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/misc/tzparser.c,v 1.5 2007/06/02 23:36:35 petere Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/misc/tzparser.c,v 1.6 2008/01/01 19:45:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d1848854cf6a366b4a53aac0e81549dd1a8de6fb..81f73f963d59d4d3c98bf93718b50ce4731026d0 100644 (file)
@@ -7,11 +7,11 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mmgr/aset.c,v 1.75 2007/11/15 21:14:41 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mmgr/aset.c,v 1.76 2008/01/01 19:45:55 momjian Exp $
  *
  * NOTE:
  *     This is a new (Feb. 05, 1999) implementation of the allocation set
index dfc0245620a00785fd788fde44d3bad7077c7a4a..ebceca438f7adf90588fc2f287d4eacd34c41041 100644 (file)
@@ -9,12 +9,12 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mmgr/mcxt.c,v 1.62 2007/08/07 06:25:14 neilc Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mmgr/mcxt.c,v 1.63 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index efe49c0e0b9f612d840d236de3518c23374ba5da..ca5604a61d5162666508912fb707a022ce144bf5 100644 (file)
@@ -8,11 +8,11 @@
  * doesn't actually run the executor for them.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/mmgr/portalmem.c,v 1.105 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/mmgr/portalmem.c,v 1.106 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0e0cf7e951c2bf63c0c0ecc190a2be791e8bb7c0..440aee59c24e0ca4ef0c4a690c9614805827d403 100644 (file)
@@ -9,12 +9,12 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/resowner/resowner.c,v 1.26 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/resowner/resowner.c,v 1.27 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 39962405bf5c8ed9bb783badae94986728a2ce27..e352062528147b878fee5d07d438f6c38a1ad6aa 100644 (file)
  * care that all calls for a single LogicalTapeSet are made in the same
  * palloc context.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/sort/logtape.c,v 1.25 2007/06/07 19:19:57 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/sort/logtape.c,v 1.26 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fd442d93c1807fdea894a2c7f7dc8a4a90b4ce8f..da3dd13a09001a6218456766df79b10c34e26843 100644 (file)
  * above.  Nonetheless, with large workMem we can have many tapes.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/sort/tuplesort.c,v 1.80 2007/11/15 21:14:41 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/sort/tuplesort.c,v 1.81 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9972b50c2197f0355865acd370f9ed44c3f12cd9..e297579674a23354ccfd527999f62114f9223b04 100644 (file)
  * the Tuplestore's state.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/sort/tuplestore.c,v 1.35 2007/11/15 21:14:41 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/sort/tuplestore.c,v 1.36 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1d49c375a6e25ed07a82b1b8f40c8d2e708ba63b..815b961e69c0787040ecaab9ad6d335ed2c29613 100644 (file)
  * destroyed at the end of each transaction.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/time/combocid.c,v 1.3 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/time/combocid.c,v 1.4 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dad379573c2f64e6f738f2b8141a0053653db3a4..6fbc935a6bc2d05ed6ca318022b2119db4eabf0b 100644 (file)
  * race condition.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/time/tqual.c,v 1.108 2007/11/30 21:22:54 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/time/tqual.c,v 1.109 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1f319d5596d575c13e29d44b478c4189fbcdac63..ec8f7ce9eaca1a042732fe61ffb9993528bce354 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Makefile for src/bin (client programs)
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/bin/Makefile,v 1.50 2007/02/09 15:55:59 petere Exp $
+# $PostgreSQL: pgsql/src/bin/Makefile,v 1.51 2008/01/01 19:45:55 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 6421cb0c98af49f5c48c473e02e3e1018fbc71be..eac7a094c6bba43eaaa84d7265dda08e4e775630 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Makefile for src/bin/initdb
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/bin/initdb/Makefile,v 1.55 2007/10/13 22:55:38 tgl Exp $
+# $PostgreSQL: pgsql/src/bin/initdb/Makefile,v 1.56 2008/01/01 19:45:55 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 1c1707f204d5d1d740f45461a56ad1dc9be6bb59..f64f344c0232d39db456d198d6e400be3d759bc2 100644 (file)
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  * Portions taken from FreeBSD.
  *
- * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.151 2007/11/16 21:47:32 alvherre Exp $
+ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.152 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fdc692b272c655eba714a051664775ff272c3b27..18cca54371be96a5838f996bff2f8e7ee9515181 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Makefile for src/bin/ipcclean
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/bin/ipcclean/Makefile,v 1.21 2007/01/05 22:19:47 momjian Exp $
+# $PostgreSQL: pgsql/src/bin/ipcclean/Makefile,v 1.22 2008/01/01 19:45:55 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 07c41adcedc4a54d75991bb2d1d53786193c8b4c..befb8d8c12ae733b589cecdd6f81f426f4478775 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Makefile for src/bin/pg_config
 #
-# Copyright (c) 1998-2007, PostgreSQL Global Development Group
+# Copyright (c) 1998-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.19 2007/09/27 19:53:43 tgl Exp $
+# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.20 2008/01/01 19:45:55 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index f7085bc7e595112f07a10b152c9764a940f774ce..7f7fec2c3b45f251fefcf72b141f80c924c19fe1 100644 (file)
@@ -15,9 +15,9 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.25 2007/05/31 15:13:04 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.26 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ae88707cbbfd5f081cbb85f15bea12769d9f625d..7ba1786a21060a74247552f23ce04fa10cbc09a4 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Makefile for src/bin/pg_controldata
 #
-# Copyright (c) 1998-2007, PostgreSQL Global Development Group
+# Copyright (c) 1998-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/bin/pg_controldata/Makefile,v 1.16 2007/09/27 19:53:43 tgl Exp $
+# $PostgreSQL: pgsql/src/bin/pg_controldata/Makefile,v 1.17 2008/01/01 19:45:55 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 53c9c1b70ad1087bfd74361e49055f5b82f1dc78..5b64927a33df01608952a94fc5e2bac0bede02c2 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Makefile for src/bin/pg_ctl
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/bin/pg_ctl/Makefile,v 1.24 2007/09/27 19:53:43 tgl Exp $
+# $PostgreSQL: pgsql/src/bin/pg_ctl/Makefile,v 1.25 2008/01/01 19:45:55 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index b83e52a87bab27ad18faab50e326ec71703fbea4..6bb3da78d020eebdd172814563396fcb182d4513 100644 (file)
@@ -2,9 +2,9 @@
  *
  * pg_ctl --- start/stops/restarts the PostgreSQL server
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.91 2007/12/09 19:01:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.92 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8f912d381ae1e3550403748b3731a2285d71deb8..0cc119eabf62c9c12364933c6b6f842efc4c859d 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Makefile for src/bin/pg_dump
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.64 2007/09/27 19:53:43 tgl Exp $
+# $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.65 2008/01/01 19:45:55 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 35f32ee23836aecc3266d4b86464ad0055e0b8d7..288b9d68f5b890617fbade57e5196ad3f9a175f2 100644 (file)
@@ -6,12 +6,12 @@
  * Since pg4_dump is long-dead code, there is no longer any useful distinction
  * between this file and pg_dump.c.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/bin/pg_dump/common.c,v 1.101 2007/11/15 22:25:16 momjian Exp $
+ *       $PostgreSQL: pgsql/src/bin/pg_dump/common.c,v 1.102 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5c9c3b9924f930c2f6b202e5cecb26ce65bee4dd..b750d1e900a4a66b5c631855e7114a51a4f35d98 100644 (file)
@@ -5,10 +5,10 @@
  *     Lately it's also being used by psql and bin/scripts/ ...
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.39 2007/11/15 21:14:41 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.40 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ef28dedd5554fb663a7a64bba81dfb3e9a5e70e6..93f272920782bfef14d392d7ce76dc621a42cf51 100644 (file)
@@ -5,10 +5,10 @@
  *     Lately it's also being used by psql and bin/scripts/ ...
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.h,v 1.20 2007/01/05 22:19:48 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.h,v 1.21 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1342bbaa66b2862d8eaf6c26c0226c5515fe8c1f..3e53a64cd461c70e07f1c3d8314c77d54d00bbcd 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, 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
@@ -12,7 +12,7 @@
  *     by PostgreSQL
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.480 2007/12/11 19:01:06 tgl Exp $
+ *       $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.481 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 95f9403306cd3540bfdc2e63cd948679d82276c1..d4b40e9d887b9518db72c54d86e9407a41aa587e 100644 (file)
@@ -3,10 +3,10 @@
  * pg_dump.h
  *       Common header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.h,v 1.138 2007/11/15 22:25:16 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.h,v 1.139 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d74a5facf8ef60198417a72b3d9529c9e4b08b42..e5807475e4ef72a277e235db34603b41f05684f2 100644 (file)
@@ -4,12 +4,12 @@
  *       Sort the items of a dump into a safe order for dumping
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump_sort.c,v 1.19 2007/08/21 01:11:21 tgl Exp $
+ *       $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump_sort.c,v 1.20 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7ed48d110e58087ccae1d2ce11605ec9a26c79be..64b72333931be4eda9e311eaf905befeb943e06f 100644 (file)
@@ -2,11 +2,11 @@
  *
  * pg_dumpall.c
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.99 2007/12/09 19:01:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.100 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2aa38792dd647295d5f12b9fe2f168a970c9b366..50ee214a62763b1c8d5e191248672468b0d65cd5 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Makefile for src/bin/pg_resetxlog
 #
-# Copyright (c) 1998-2007, PostgreSQL Global Development Group
+# Copyright (c) 1998-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.18 2007/09/27 19:53:43 tgl Exp $
+# $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.19 2008/01/01 19:45:55 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index c03badd62d0db23e7b5e2b127e5029e91ae7c6c7..83b6b4b1d7a9f8a2c98fd9f310c2d2c41374d10c 100644 (file)
  * step 2 ...
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.62 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.63 2008/01/01 19:45:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7a4e63e3e273ebba86d80350be65a40a73660947..69469f8fc99e1a597078039869099cbdef5b8e15 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pgevent
 #
-# Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Copyright (c) 1996-2008, PostgreSQL Global Development Group
 #
 #-------------------------------------------------------------------------
 
index c387e79c54c7dc184a3715d7dc327e0e6bd1cdc2..968c12f3b7183675f0766ac44e62fc5531eb9410 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Makefile for src/bin/psql
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.59 2007/09/27 19:53:43 tgl Exp $
+# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.60 2008/01/01 19:45:55 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 0c496ec86ec924cd670d6dd57e4fb618cb138f51..3e6f1bc58f0bb037592ce03ecf73faf61804a47d 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.185 2007/12/11 19:01:06 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.186 2008/01/01 19:45:55 momjian Exp $
  */
 #include "postgres_fe.h"
 #include "command.h"
index a0c339b47ee0eac9b0678ca6900e46cdfb827643..537bbbc790af0df7e623bda9370accfa0c147ae3 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/command.h,v 1.29 2007/01/05 22:19:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/command.h,v 1.30 2008/01/01 19:45:55 momjian Exp $
  */
 #ifndef COMMAND_H
 #define COMMAND_H
index abe14ab3526cccefa2d9b7039f7a72c2bf4ad6c9..72aad262f5af02c974b83d9e1073e61c423e5697 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.137 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.138 2008/01/01 19:45:55 momjian Exp $
  */
 #include "postgres_fe.h"
 #include "common.h"
index 44203b5fc68b20f9f5ae30429af4d8285be74bd5..c8cefe1843f2a29418e315a9775042df39ba0705 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/common.h,v 1.55 2007/04/13 20:40:59 mha Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/common.h,v 1.56 2008/01/01 19:45:55 momjian Exp $
  */
 #ifndef COMMON_H
 #define COMMON_H
index bd03c888cc58827716899e0be3818b2184581f99..9933b02fb3331b94dabd168fb8f7d959153412e7 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.76 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.77 2008/01/01 19:45:55 momjian Exp $
  */
 #include "postgres_fe.h"
 #include "copy.h"
index f807253a1d94cdd8c238fa182f54a9c186fab5bf..98621ef814e2fdd275bda4f23e1b378a3b96b2b8 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/copy.h,v 1.20 2007/01/05 22:19:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/copy.h,v 1.21 2008/01/01 19:45:55 momjian Exp $
  */
 #ifndef COPY_H
 #define COPY_H
index e34b6fbf6818024a2a55bc8615bc81635620a8ff..f969f9308617c8e2cdd9606666d34dc72b3b7c3d 100644 (file)
@@ -3,9 +3,9 @@
 #################################################################
 # create_help.pl -- converts SGML docs to internal psql help
 #
-# Copyright (c) 2000-2007, PostgreSQL Global Development Group
+# Copyright (c) 2000-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/bin/psql/create_help.pl,v 1.15 2007/01/05 22:19:49 momjian Exp $
+# $PostgreSQL: pgsql/src/bin/psql/create_help.pl,v 1.16 2008/01/01 19:45:55 momjian Exp $
 #################################################################
 
 #
index cf36dadae3ffd56b0cefc65a096743df630be22e..86b24b454946820e99f2f2101756bf27a226f01d 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.163 2007/12/12 21:41:47 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.164 2008/01/01 19:45:56 momjian Exp $
  */
 #include "postgres_fe.h"
 #include "describe.h"
index 1ba3b54fc14b943eb23edff6dfceac65e227ff5d..76e37d4e7f349690ee1a2c3b3e108a12a0fbe048 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/describe.h,v 1.34 2007/08/21 01:11:22 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/describe.h,v 1.35 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef DESCRIBE_H
 #define DESCRIBE_H
index 9cca4c282604443934943ff5cace0737889b6795..e9f2e0db08659edcb62ac527c6da66be0390ff66 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.120 2007/12/11 19:57:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.121 2008/01/01 19:45:56 momjian Exp $
  */
 #include "postgres_fe.h"
 
@@ -408,7 +408,7 @@ print_copyright(void)
 {
        puts(
                 "PostgreSQL Data Base Management System\n\n"
-                "Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group\n\n"
+                "Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group\n\n"
                 "This software is based on Postgres95, formerly known as Postgres, which\n"
                 "contains the following notice:\n\n"
        "Portions Copyright(c) 1994, Regents of the University of California\n\n"
index 3acd1c4d6843bf71834dcaa3b27cc64baa44330b..d702c3a1584f4f930f26c085a5c2c5880ea47d33 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/help.h,v 1.18 2007/01/05 22:19:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/help.h,v 1.19 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef HELP_H
 #define HELP_H
index 47c3d55fa48cb4f0ce6d21322b0bb5c24939baf7..6a12dc9ff51ab1c8668cdc4ea2641b0abc072af9 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.63 2007/11/28 09:17:46 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.64 2008/01/01 19:45:56 momjian Exp $
  */
 #include "postgres_fe.h"
 
index a58c74f8fbcce6ef07424af4d87acc9fa3f3b27e..8c998691261b460b7c95f29dc568c428b4b64a38 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/input.h,v 1.29 2007/01/05 22:19:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/input.h,v 1.30 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef INPUT_H
 #define INPUT_H
index 4ef2684eac774657cfa291dda2c2c6056332c3f1..1a1592a79e29fc7059c0778c3fc88886d1f06b40 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/large_obj.c,v 1.49 2007/12/12 21:41:47 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/large_obj.c,v 1.50 2008/01/01 19:45:56 momjian Exp $
  */
 #include "postgres_fe.h"
 #include "large_obj.h"
index aa28e5516b2f3df887bd952cba9818a897f32be6..dcb9266438ed7d5e6cc2df9ff5d6ef7d329d3a50 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/large_obj.h,v 1.17 2007/01/05 22:19:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/large_obj.h,v 1.18 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef LARGE_OBJ_H
 #define LARGE_OBJ_H
index dcb5e4ac0ab69c97a4bc46771c342480f90b1418..613dab0506efd6fb581b0bde4fb75cefd0804cc3 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/mainloop.c,v 1.86 2007/11/28 09:17:46 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/mainloop.c,v 1.87 2008/01/01 19:45:56 momjian Exp $
  */
 #include "postgres_fe.h"
 #include "mainloop.h"
index 579ecbec42c6c56488b714b1f56d810478012d39..8542ebc40060b742a04edacdae4a528cb3762b5c 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/mainloop.h,v 1.21 2007/01/05 22:19:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/mainloop.h,v 1.22 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef MAINLOOP_H
 #define MAINLOOP_H
index 37ba85e1fb3cc9c1ea009cce584e677f79e0cf4e..794561b54c3c6316063d0c12b0128e6876198be2 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/mbprint.c,v 1.28 2007/11/16 01:11:04 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/mbprint.c,v 1.29 2008/01/01 19:45:56 momjian Exp $
  *
  * XXX this file does not really belong in psql/.  Perhaps move to libpq?
  * It also seems that the mbvalidate function is redundant with existing
index c7df0072f84d830078065fadcf047d7f69c65007..16c98c283b533c5ae1c669f6730759dd266ad14e 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.95 2007/12/12 21:41:47 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.96 2008/01/01 19:45:56 momjian Exp $
  *
  * Note: we include postgres.h not postgres_fe.h so that we can include
  * catalog/pg_type.h, and thereby have access to INT4OID and similar macros.
index cfe9a17a02cbdb4aa90643526439a00020464e50..984652d0fd9ebd41924607aa8baae0a6a0fc9655 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/print.h,v 1.34 2007/12/12 21:41:47 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/print.h,v 1.35 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef PRINT_H
 #define PRINT_H
index 1df630ae6bbf429eaf0ab7c9f3dce5d7f0c6cc7b..c373ccb7019aa5be77352a21419b564a3a15afd4 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/prompt.c,v 1.50 2007/02/08 11:10:27 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/prompt.c,v 1.51 2008/01/01 19:45:56 momjian Exp $
  */
 #include "postgres_fe.h"
 
index 528bde00097a089a12cd71136ee1f953b6f74b40..d473a4939053ed174f7505df4701ccb3df9925cc 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/prompt.h,v 1.18 2007/01/05 22:19:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/prompt.h,v 1.19 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef PROMPT_H
 #define PROMPT_H
index f2618964e134cdab175af87e47c47a96ccb7518d..860e68e3e4c8cfd414f8a089db3e05e201820226 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/psqlscan.h,v 1.7 2007/01/05 22:19:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/psqlscan.h,v 1.8 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef PSQLSCAN_H
 #define PSQLSCAN_H
index 09b4c83d74dfb3b21b536b5bd9adc103331e7c68..edfb90abb4f8228d25a573cb9d77d7f8a399b10c 100644 (file)
  * subroutine is responsible for looking back to the original string and
  * replacing FF's with the corresponding original bytes.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.22 2007/10/13 20:18:41 tgl Exp $
+ *       $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.23 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c868f680b5a97f286c3244f7e8f0dbcdc67ff7ef..200bd6248bc15c4d46be26823184d4b3bd458a1e 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/settings.h,v 1.32 2007/01/05 22:19:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/settings.h,v 1.33 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef SETTINGS_H
 #define SETTINGS_H
index 77281cbc71476d559a0e528d0f28712c2eb11fe0..40359754b8bb5d1e2c2a71f8d612c0c1c2da176e 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.145 2007/12/12 21:41:47 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.146 2008/01/01 19:45:56 momjian Exp $
  */
 #include "postgres_fe.h"
 
index 9f91f83d2ad43d3fc5a5ff1bf716ef847aa370d9..284edc1347e53897d5948e0f73f883a4ba4b5ed0 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/stringutils.c,v 1.46 2007/01/05 22:19:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/stringutils.c,v 1.47 2008/01/01 19:45:56 momjian Exp $
  */
 #include "postgres_fe.h"
 
index 5d2371d18e8e6125d1384762123dc5ae7b4e49fd..f30bdb4987c51e624d1315ab016115d6495c6eda 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/stringutils.h,v 1.25 2007/01/05 22:19:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/stringutils.h,v 1.26 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef STRINGUTILS_H
 #define STRINGUTILS_H
index f22f74c4d52de0f5c3f05bd43d6327893e078ffb..24a7bcab259e65fc015ec0421d997932da69cad1 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.168 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.169 2008/01/01 19:45:56 momjian Exp $
  */
 
 /*----------------------------------------------------------------------
index f7faafa85b643f97d9c0f2c5201f29d7a3246382..63bd03f7d4334a5960fb1778f606dc549f393b85 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/tab-complete.h,v 1.14 2007/01/05 22:19:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/tab-complete.h,v 1.15 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef TAB_COMPLETE_H
 #define TAB_COMPLETE_H
index 7d80b4abe9831191e41a0aa23c5f47fa79b84e76..52ee0bd710cec1dbb3a6acf3985642d43f01f1b9 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/variables.c,v 1.27 2007/01/05 22:19:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/variables.c,v 1.28 2008/01/01 19:45:56 momjian Exp $
  */
 #include "postgres_fe.h"
 #include "common.h"
index c284f4e5fe20a0b1f1fe6c9b88cb9299808c73d0..b78177bd11e6d3108f63e2f76991fceb501623fb 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/variables.h,v 1.21 2007/01/05 22:19:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/variables.h,v 1.22 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef VARIABLES_H
 #define VARIABLES_H
index 0132cec6e74b0af277bbb99fdb819204d8571e9c..1427801839e6335fef13173f0ec21669919dbe9e 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Makefile for src/bin/scripts
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/bin/scripts/Makefile,v 1.38 2007/09/27 19:53:44 tgl Exp $
+# $PostgreSQL: pgsql/src/bin/scripts/Makefile,v 1.39 2008/01/01 19:45:56 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 09985830c57cac079af5660aeb5aa72d0bea7409..5ad95167ccecea7705a566b543ae4d7876743ed5 100644 (file)
@@ -2,9 +2,9 @@
  *
  * clusterdb
  *
- * Portions Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/scripts/clusterdb.c,v 1.19 2007/12/11 19:57:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/clusterdb.c,v 1.20 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6e20f659a399ad18a1ee31c383de127c17a8ec06..b1ca5bb71d537534462c83853e5db754eb933318 100644 (file)
@@ -4,10 +4,10 @@
  *             Common support routines for bin/scripts/
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/scripts/common.c,v 1.30 2007/12/09 19:01:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/common.c,v 1.31 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 98ba0eb8752e814dc833ccf7f80ec062a7ff06e0..2fa46a0b8aa8ede1e526338b209924446a3598a4 100644 (file)
@@ -2,9 +2,9 @@
  *     common.h
  *             Common support routines for bin/scripts/
  *
- *     Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
- *     $PostgreSQL: pgsql/src/bin/scripts/common.h,v 1.18 2007/11/15 21:14:42 momjian Exp $
+ *     $PostgreSQL: pgsql/src/bin/scripts/common.h,v 1.19 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef COMMON_H
 #define COMMON_H
index b059e0f51505f3b3994faae6d884cde78fa062c8..d42eea93d1afcddac1b82be7b05b7d84560addf8 100644 (file)
@@ -2,10 +2,10 @@
  *
  * createdb
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/scripts/createdb.c,v 1.25 2007/12/11 19:57:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/createdb.c,v 1.26 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3c0838e32a3910d024173e605bb2bdb9db571866..eba45328052e672f4ad6a3e7b7744bcd675c9365 100644 (file)
@@ -2,10 +2,10 @@
  *
  * createlang
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/scripts/createlang.c,v 1.28 2007/12/12 21:41:47 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/createlang.c,v 1.29 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f0c087545a8416adc6cf4adf3cf35d15858713ab..7bdf3244c48b7bfe1b50ca7c8918da862da79259 100644 (file)
@@ -2,10 +2,10 @@
  *
  * createuser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/scripts/createuser.c,v 1.37 2007/12/11 19:57:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/createuser.c,v 1.38 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4be42c3b32af5db17268e7895c9b7ea3c8cc70c7..d7fde3d6e5260af87018eff5b57fd422ef5c2397 100644 (file)
@@ -2,10 +2,10 @@
  *
  * dropdb
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/scripts/dropdb.c,v 1.21 2007/12/11 19:57:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/dropdb.c,v 1.22 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 982471f7c03b1ddcf7a7220879bfc969823c1430..a4c1b62311aa987aa0f0a57fe9e4ca3a6bc52a8d 100644 (file)
@@ -2,10 +2,10 @@
  *
  * droplang
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/scripts/droplang.c,v 1.25 2007/12/12 21:41:47 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/droplang.c,v 1.26 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5d757a12211cbd390e7241fd48f906944c809dca..9facf923344a7c3407e3e5a05df2880c7e4c2185 100644 (file)
@@ -2,10 +2,10 @@
  *
  * dropuser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/scripts/dropuser.c,v 1.22 2007/12/11 19:57:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/dropuser.c,v 1.23 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0e32e1714c6026d6990e92c7199138a261baf174..f94a964179a079f49ebbbd377b190b52c43b768b 100644 (file)
@@ -2,9 +2,9 @@
  *
  * reindexdb
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/scripts/reindexdb.c,v 1.12 2007/12/11 19:57:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/reindexdb.c,v 1.13 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3d4f719aee3dc1b3b7abc8a97ed7a595935bb305..7f960a4559543c085b50f632e234d2aa6ad3ce11 100644 (file)
@@ -2,10 +2,10 @@
  *
  * vacuumdb
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.19 2007/12/11 19:57:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.20 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8ba9c20a83d687f37efdfe5913d84c4da3a9b67d..c1ec4947ffe6eec4d0bbbf5f94c407fc4e7c0ea4 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/attnum.h,v 1.23 2007/01/05 22:19:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/attnum.h,v 1.24 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5e6cabe194bf3ee131de87a6c0a457952bdf8db2..8b640a39d6d66195a6b3b8fa5c90f4a6363f0fc7 100644 (file)
@@ -3,10 +3,10 @@
  *
  * PostgreSQL transaction-commit-log manager
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/clog.h,v 1.20 2007/08/01 22:45:09 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/clog.h,v 1.21 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef CLOG_H
 #define CLOG_H
index 86f166b1e326f25a20c501fa2b32f18b8446d24d..df3c7f0ed955e8061e36fe30397b6480c771415a 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES generalized index access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.68 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.69 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fdc0c0a8e47df1408ffa1a889cb8ff2b7ddf92d1..d27ba66a5970ff59b831a5d97856ccf371682a6c 100644 (file)
@@ -2,9 +2,9 @@
  * gin.h
  *       header file for postgres inverted index access method implementation.
  *
- *     Copyright (c) 2006-2007, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2008, PostgreSQL Global Development Group
  *
- *     $PostgreSQL: pgsql/src/include/access/gin.h,v 1.15 2007/11/16 21:50:06 tgl Exp $
+ *     $PostgreSQL: pgsql/src/include/access/gin.h,v 1.16 2008/01/01 19:45:56 momjian Exp $
  *--------------------------------------------------------------------------
  */
 
index eab6a01bfd5e1d46b2cf0b4781cf349707bc2e88..1e4d49dd6af09be78e41502eea324d26cb5aab4e 100644 (file)
@@ -6,10 +6,10 @@
  *       changes should be made with care.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.58 2007/04/09 22:04:05 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.59 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d7fb404f4f6877da62d1d2c71ab3fd76c6341a55..e6ca50a702f26028f9fc2ae87998433a8cbbad38 100644 (file)
@@ -4,10 +4,10 @@
  *       private declarations for GiST -- declarations related to the
  *       internal implementation of GiST, not the public API
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/gist_private.h,v 1.27 2007/08/01 22:45:09 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/gist_private.h,v 1.28 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4b2ae8b06401051f3c64632fbe2f9eb67395b5e5..2f5fa04aadcf4abecea720ce1a084ec791671a27 100644 (file)
@@ -4,10 +4,10 @@
  *       routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.31 2007/01/05 22:19:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.32 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4ef590014e329c9ea7952f74cf73abd259bedb07..ac54c47f014ca704dd97e898ae8ad39d4c67d373 100644 (file)
@@ -4,10 +4,10 @@
  *       header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/hash.h,v 1.83 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/hash.h,v 1.84 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *             modeled after Margo Seltzer's hash implementation for unix.
index aaad546f573d75424d1157651d4661dd08f34ab0..8052e49f30b30970a74a1f8a09f96998090b70e3 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.128 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.129 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 84eaa8617102cbdd35e0e22621c4afff2b0018ac..63d1f8e4a861e19c9e9c169f3a4ad1fb3f9b9fd7 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.34 2007/01/05 22:19:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.35 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f49134c6c6eb59c0af697d2da0d014af4a86d098..43152e1622740a7fb22d7d73801ddce11b860cc5 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.97 2007/11/15 22:25:16 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.98 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 691a992d369fa68d2e2336dfb7900cec9f76ddf4..eb637b81ea4ec4600ca3dbe2ca9daa8747612983 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/itup.h,v 1.48 2007/01/05 22:19:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/itup.h,v 1.49 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ecc33db1fb2771cf124e376085d3d7d4425fc636..7cec1afe881665090f9b86b6f29bb3e8868c6653 100644 (file)
@@ -3,10 +3,10 @@
  *
  * PostgreSQL multi-transaction-log manager
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/multixact.h,v 1.12 2007/01/05 22:19:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/multixact.h,v 1.13 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef MULTIXACT_H
 #define MULTIXACT_H
index 31bea4e98fef73494010e9e5de6d853d00f91563..2bcf8ab38f417351f6c2dcabd87ff18819b27e1c 100644 (file)
@@ -4,10 +4,10 @@
  *       header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.115 2007/11/16 19:53:50 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.116 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cc0cc4ae4761b323916da1224d67fea7e04dbe05..4f2fcbf41d32eb2c3eb449d967b94214d4f72a74 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/printtup.h,v 1.35 2007/01/05 22:19:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/printtup.h,v 1.36 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f6a7c42c19db17d2ba1af93282587f0bda9682b6..b47d0864b8faad6157958f205c2c1b21087b732c 100644 (file)
@@ -8,10 +8,10 @@
  * into a lot of low-level code.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/reloptions.h,v 1.4 2007/12/01 23:44:44 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/reloptions.h,v 1.5 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8076a5e960baff90327ff75c5e0fc78511145976..87d8123ba6a43f0e6204d649e4be4201ee2a5f9c 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.58 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.59 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 28fde7a590439c78bd37d1d5c346fcb6f0f65ee0..77441bfbb715c0643587007366c880e0ab11b093 100644 (file)
@@ -3,10 +3,10 @@
  * rewriteheap.h
  *       Declarations for heap rewrite support functions
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/rewriteheap.h,v 1.3 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/rewriteheap.h,v 1.4 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 50b0c155adbdf9eee739171410c1c0bc92e1cb25..61e1732578cd9da2368508cebd05defff58967a9 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/sdir.h,v 1.19 2007/01/05 22:19:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/sdir.h,v 1.20 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c2ac060250c11d99677e52fb19b78baad4ee8e86..25cc30ae0228c82a470b90df591b6d074e4d11d0 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/skey.h,v 1.35 2007/04/06 22:33:42 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/skey.h,v 1.36 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a561a4a482d4a388d39a18d35ec2cc72358f5163..4cd80236d5308582d8ac4f1070d1b54a0a232180 100644 (file)
@@ -3,10 +3,10 @@
  * slru.h
  *             Simple LRU buffering for transaction status logfiles
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/slru.h,v 1.22 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/slru.h,v 1.23 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3b6dac3f2769fd98f198fe55eee756591c0c1464..be5bd883d867b7a69c477de4848590c09ddee873 100644 (file)
@@ -3,10 +3,10 @@
  *
  * PostgreSQL subtransaction-log manager
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/subtrans.h,v 1.10 2007/01/05 22:19:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/subtrans.h,v 1.11 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef SUBTRANS_H
 #define SUBTRANS_H
index 3fdf4ada4e01bfe0c9ad3d95fa6a1ecdfdf1b97a..1887f9d0ab361a1346f0a8d2e5278e5b465bdba7 100644 (file)
@@ -4,10 +4,10 @@
  *       postgres transaction access method support code
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.63 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.64 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index be92ef2ef98b1e98ff17491ba4fefe19ac509b37..af7fb81efcdcefe396d87d2403701d669949cddf 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES tuple descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/tupdesc.h,v 1.52 2007/01/05 22:19:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/tupdesc.h,v 1.53 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d57b6436ad44e2e11eb9b8b221f581d9e04f60e6..29d222edec918f42f0793c1785a330bdec069fbe 100644 (file)
@@ -4,10 +4,10 @@
  *       Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/tupmacs.h,v 1.34 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/tupmacs.h,v 1.35 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9cb86df0eba4c44c025f432ffceedef20009cefd..5940fdb2cb34c5ac80840e05ab6c9c6255492eae 100644 (file)
@@ -4,9 +4,9 @@
  *       POSTGRES definitions for external and compressed storage
  *       of variable size attributes.
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.37 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.38 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7e8a9d5a74b46932973dfc1caad5bbcc1f80d481..c41dcb22382d7c02cc8b67a6e4127b0c3c372345 100644 (file)
@@ -4,10 +4,10 @@
  *       Two-phase-commit related declarations.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/twophase.h,v 1.9 2007/01/05 22:19:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/twophase.h,v 1.10 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e98ad7cb375a1efd9cc12c2ae900cb4f426c6c35..e3b1bc0292cd41894546db6b13bbbdbf9e9789cb 100644 (file)
@@ -4,10 +4,10 @@
  *       Two-phase-commit resource managers definition
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/twophase_rmgr.h,v 1.5 2007/05/27 03:50:39 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/twophase_rmgr.h,v 1.6 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e062dfb9f32fc574c703a44afdb75be7d3d89631..55907514865c3b3eddb2401e31d79ff282de66db 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES tuple qualification validity definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/valid.h,v 1.39 2007/01/05 22:19:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/valid.h,v 1.40 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9a6fa607a0e8614ff5aa002e23c348136ad796a7..c0020c8bcd50b09e610dd3426c3d5398b4e4d4a1 100644 (file)
@@ -4,10 +4,10 @@
  *       postgres transaction system definitions
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.92 2007/11/30 21:22:54 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.93 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 14f2c55e4dd0d7ff37edef9b1e917121803ae329..3e3163c5f8f2658d9c71c081a6ff0ba92b8c5075 100644 (file)
@@ -3,10 +3,10 @@
  *
  * PostgreSQL transaction log manager
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.86 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.87 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef XLOG_H
 #define XLOG_H
index c5645b138999f5e8a89a4252627d7360fa1d2d40..a4a4e72badf82a5f7c94b4dd335f4c8e2fb0c280 100644 (file)
@@ -8,10 +8,10 @@
  * needed by rmgr routines (redo support for individual record types).
  * So the XLogRecord typedef and associated stuff appear in xlog.h.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.21 2007/05/20 21:08:19 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.22 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef XLOG_INTERNAL_H
 #define XLOG_INTERNAL_H
index 843f078d656e2dc1434b54dc19bb46e0bcdda02c..4129025d37dca7503f520ff363725957978d1d42 100644 (file)
@@ -4,10 +4,10 @@
  * Postgres transaction log manager record pointer and
  * timeline number definitions
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/xlogdefs.h,v 1.18 2007/08/01 22:45:09 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlogdefs.h,v 1.19 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef XLOG_DEFS_H
 #define XLOG_DEFS_H
index 0b0c68bc470b92bf56c7b61dc3edeae1c1d5aaf2..952c7f22e98d60ae4cb24dc2c3c388b858d38086 100644 (file)
@@ -3,10 +3,10 @@
  *
  * PostgreSQL transaction log manager utility routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/access/xlogutils.h,v 1.22 2007/01/05 22:19:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlogutils.h,v 1.23 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef XLOG_UTILS_H
 #define XLOG_UTILS_H
index ac53fedd486ec2b08ce5a2977c495b509c2979a0..f967c74f67aa2a55c81526bedf3a80dc349500d6 100644 (file)
@@ -4,10 +4,10 @@
  *       include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/bootstrap/bootstrap.h,v 1.49 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/bootstrap/bootstrap.h,v 1.50 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d808609ab01786de4ddb6556a45a0ed2671affe1..b66006200f8f9ee0bdf9eb1f4cbca6aa6f25e238 100644 (file)
@@ -9,10 +9,10 @@
  *       polluting the namespace with lots of stuff...
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/c.h,v 1.221 2007/09/05 18:10:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.222 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 65c1e615a729de3c5011882373fc4b9a9e88f315..8ab902563e951420ce31919d446f52172c5d6eb8 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for functions in backend/catalog/catalog.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/catalog.h,v 1.37 2007/01/05 22:19:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catalog.h,v 1.38 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b19d4b96bff9bb1db7a9356ea02a8adc64f6a6f5..278c31994e1624c2fa83e939c8cf06f025b61512 100644 (file)
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.440 2007/11/28 19:33:04 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.441 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 637a7a93712f7a3a3ed3e3c8a500153d15a64e3f..d288cf79ed429046b174091a2fb23d72b449557d 100644 (file)
@@ -4,10 +4,10 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/dependency.h,v 1.32 2007/12/01 23:44:44 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/dependency.h,v 1.33 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3cde9fe9bf893d47647a233ab66d1bc4dc5148a9..727af295c769f47f4e96a34863b8080faa464eb0 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for functions in backend/catalog/heap.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/heap.h,v 1.86 2007/01/05 22:19:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/heap.h,v 1.87 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7240ad600c34c721ab4535d31cd85be45e798d7c..a5ab195c233d92eac2332e537a376bb1c70241fb 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for catalog/index.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/index.h,v 1.74 2007/05/16 17:28:20 alvherre Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/index.h,v 1.75 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 22c56fe924492731aa04b7542afa28565811d429..19eb8371eb40c3648116648b32a80e515d9eab17 100644 (file)
@@ -5,10 +5,10 @@
  *       on system catalogs
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/indexing.h,v 1.101 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/indexing.h,v 1.102 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c2ad9d36c3b2aa85a778f2943baaef52e41a0b79..7c9ad7c73591e74188c59db4493a0edfcde5c7c6 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for functions in backend/catalog/namespace.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/namespace.h,v 1.52 2007/11/28 18:47:56 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/namespace.h,v 1.53 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8fbc8ebcddaf818e0f106684665c620db30e4257..74676dd432627c105f29e6f6aee4c6fac8079acd 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_aggregate.h,v 1.64 2007/10/24 02:24:47 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_aggregate.h,v 1.65 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 874777607edead078d242c67700906ad7079316f..81a6470754108fbc0c1c4fa737b2594bedb7ebcd 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_am.h,v 1.52 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_am.h,v 1.53 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *             the genbki.sh script reads this file and generates .bki
index 2ca626ba80b781d2a29e580ce681b34db5d70d34..7505b62c720af02274a791b5a478d8100d079b05 100644 (file)
  * intentional denormalization of the catalogs to buy lookup speed.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_amop.h,v 1.83 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_amop.h,v 1.84 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *      the genbki.sh script reads this file and generates .bki
index ed79e696e3ea4705ae33f188fe50b884f4000d0f..338438772b248f593b866d73ad8637a24fd9a707 100644 (file)
  * some don't pay attention to non-default functions at all.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_amproc.h,v 1.69 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_amproc.h,v 1.70 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 32ac5c51539c93cc52c9264f087864cdd85a9989..e86dddf244d90ba4c80f23f91edb56ef8fdc8721 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_attrdef.h,v 1.21 2007/01/05 22:19:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_attrdef.h,v 1.22 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 006a8e4392d06b2c076a8540fd616874cac21ecd..562cd3f484312dbd915cb371707c7bc06e36e973 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_attribute.h,v 1.133 2007/09/20 17:56:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_attribute.h,v 1.134 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index fadb686d30b7415d8d047d19d0bbd61b416be5a3..d3b9693eb28ca1281cfebe868657b0571eb502f4 100644 (file)
@@ -5,10 +5,10 @@
  *       (pg_auth_members) along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_auth_members.h,v 1.3 2007/01/05 22:19:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_auth_members.h,v 1.4 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index c56d29aed507d2d97d6ab8ea50caf804b0f1c268..a8f8d1988e14fecf31ec99cb04e87b73126a473d 100644 (file)
@@ -7,10 +7,10 @@
  *       pg_shadow and pg_group are now publicly accessible views on pg_authid.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_authid.h,v 1.6 2007/01/05 22:19:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_authid.h,v 1.7 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 2494e3c5e4497fcfd0f38b3caff35a879b9c8905..3edc3286ec56a2efd8a3986e62ee483900408fda 100644 (file)
@@ -3,10 +3,10 @@
  * pg_autovacuum.h
  *       definition of the system "autovacuum" relation (pg_autovacuum)
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_autovacuum.h,v 1.7 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_autovacuum.h,v 1.8 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fa580cf9490bc4848bb7d499199add23e179da22..c046056b0aa733a770321a07257c84509ebef233 100644 (file)
@@ -8,9 +8,9 @@
  * but also length coercion functions.
  *
  *
- * Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.37 2007/11/27 12:21:05 petere Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.38 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index c5aa5aee748b88c19d79c2a0a5e79940499bb58a..a1a87e7489f86d5efbd492423bd673ce544de6d8 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_class.h,v 1.103 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_class.h,v 1.104 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index d01c22c703ceabb8cadee1b5e831c144563f6cd2..3b01787a7ef84584b8caff78a718f9971c1a9038 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_constraint.h,v 1.25 2007/02/14 01:58:58 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_constraint.h,v 1.26 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 8203cc3f81df31290d4131482e718eb115623a2e..84e6d9424e0aafb6d724b3b3836f087b729073ae 100644 (file)
@@ -5,10 +5,10 @@
  *       However, we define it here so that the format is documented.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.38 2007/05/20 21:08:19 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.39 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6ce612341c857443c864ca29c573a8e228ef5c7b..9220ad4fa15b4bb836366c97cc6718bf02090f5a 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_conversion.h,v 1.19 2007/01/05 22:19:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_conversion.h,v 1.20 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index b8a5e1e59349edf84b11b9d0d775923be375d072..b42fa34f524595ac171ddd3cc7e8712bf10c2a19 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_database.h,v 1.45 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_database.h,v 1.46 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 6f653644518e7a1aaaa36424db5c350e8b37fb6a..65dba93f73224e8e023328e7510e564e1255acf1 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_depend.h,v 1.8 2007/01/05 22:19:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_depend.h,v 1.9 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 7888df81ae35310d04820e2b71f459ff43a9ec77..bec8d1d70c150c278e8f851b4ac2482247416109 100644 (file)
  * for example).
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_description.h,v 1.25 2007/01/05 22:19:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_description.h,v 1.26 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *             the genbki.sh script reads this file and generates .bki
index ba0aa624c7b6b98aa017d414973bb076ece50612..241b6d38bec8bce1b6bdff3d1542415d1f892a01 100644 (file)
@@ -5,9 +5,9 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 2006-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_enum.h,v 1.2 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_enum.h,v 1.3 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index f74ff4af0b99aa0a9ecac8be9935e1ba5dd5eb8a..e06505babb3605f70c1565328893a91718ae2543 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_index.h,v 1.44 2007/09/20 17:56:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_index.h,v 1.45 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index ebe58a34148c3f8b06d0532924e81bd04e46ad67..3bb8dacc4846856d5d202c5b2ed71fcb819f0064 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_inherits.h,v 1.23 2007/01/05 22:19:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_inherits.h,v 1.24 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 6aad47280fd769b711ef2828fb95181b55b97d49..097cee7bed5c758d8b4645c4583dfce71948d075 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_language.h,v 1.31 2007/09/03 02:30:43 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_language.h,v 1.32 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index cb06a0737ad09e2ffbb947b19f68e1c4eb5655c9..38c41aa522c420e1a86e49af32dbe4d095370be0 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_largeobject.h,v 1.21 2007/01/05 22:19:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_largeobject.h,v 1.22 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 438cdc7268d56e90ca41e3aaf8dc9e0b1be8dd40..819d1fe3eebe779bb17bb1082a96e6755f8b5ae0 100644 (file)
@@ -4,10 +4,10 @@
  *       Asynchronous notification
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_listener.h,v 1.22 2007/01/05 22:19:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_listener.h,v 1.23 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 39f2d352c9a04dae71e21a1a74756b0ef1a4eda8..730b0ec180b24ee544c34cd8ea0c7224c48aee95 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_namespace.h,v 1.22 2007/09/03 02:30:43 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_namespace.h,v 1.23 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 082e2305bdca7eaf50dc681ff8a6ecab6bad35f2..9a3c4b97d7dd476c8563387f711f65af60fa5f98 100644 (file)
  * AMs support this.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_opclass.h,v 1.78 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_opclass.h,v 1.79 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index e9eb8733ad4effbaf5dde5134553aae630c8addd..c7f345e5a5b023926cdeddadc0e9cd6522e88288 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_operator.h,v 1.156 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_operator.h,v 1.157 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 702ec8d6e3e97c1d2ea6252e99172407013a634f..5c6100e12dce4b7c37a70abbd841ca6be7bded11 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_opfamily.h,v 1.6 2007/08/21 01:11:25 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_opfamily.h,v 1.7 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 7f33eed49e33fa99e584f2741ef0a17427694ff7..7f42add1200f65dd44dccd5ac953b7cfb5e2a4ce 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_pltemplate.h,v 1.4 2007/03/26 16:58:41 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_pltemplate.h,v 1.5 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index d0ba813379ee73f1a7330dc0961d1c5017bdbedf..d1864d320d9022537990e3039f0aab5300c3945a 100644 (file)
@@ -4,10 +4,10 @@
  *       definition of the system "procedure" relation (pg_proc)
  *       along with the relation's initial contents.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.481 2007/11/28 19:33:04 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.482 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *       The script catalog/genbki.sh reads this file and generates .bki
index 9996a67e4078aa8a039c5b15133be03d7573811d..689203c96eecb711b7f77898d463cfa1ea6b1cbe 100644 (file)
@@ -8,10 +8,10 @@
  * --- ie, rule names are only unique among the rules of a given table.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_rewrite.h,v 1.28 2007/03/19 23:38:31 wieck Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_rewrite.h,v 1.29 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index faf4ff322561f82a64057b6dad9246eba30b4c40..a257b9cd03b5f149bc091ad0de38d5701f08f686 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_shdepend.h,v 1.5 2007/01/05 22:19:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_shdepend.h,v 1.6 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 073632f273c2140bf97dee9dfae5116b5a9df09d..5454113490b3bfbd2809716879f2f1b68e8da1e0 100644 (file)
  * across tables.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_shdescription.h,v 1.4 2007/01/05 22:19:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_shdescription.h,v 1.5 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *             the genbki.sh script reads this file and generates .bki
index b56e74d0f04a55ef4ec18534baeabd6370552e3c..06bb22111cfc662e3492078bc2b4704396721021 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_statistic.h,v 1.33 2007/05/08 19:13:52 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_statistic.h,v 1.34 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 1d695e29c3b753ef3da964b18e611e8efe0d7de1..e46560b58afba577a7ed5db08f8f35db7c4d502f 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_tablespace.h,v 1.9 2007/01/05 22:19:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_tablespace.h,v 1.10 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 7bfe036be9e225e4ba40234297f62307e0e36cdd..73f4bb7c4cce93dab2980a72af224d25843f8625 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_trigger.h,v 1.29 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_trigger.h,v 1.30 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index dcc87eee2d0fe4b08f38e6e00d03215bcc105b75..79a6aa5ee606525fef0c15fe7a3d685d8780570f 100644 (file)
@@ -4,10 +4,10 @@
  *     definition of configuration of tsearch
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_ts_config.h,v 1.2 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_ts_config.h,v 1.3 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *             the genbki.sh script reads this file and generates .bki
index d92d91aab05efdb43682e1dc980caa61eae2da1b..34ad74fe843fcdce2edcd4c5b2734441a31e449a 100644 (file)
@@ -4,10 +4,10 @@
  *     definition of token mappings for configurations of tsearch
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_ts_config_map.h,v 1.2 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_ts_config_map.h,v 1.3 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *             the genbki.sh script reads this file and generates .bki
index 9579b3f696d5b783a0a2032982ebd57ee63c0e9f..19af7fe91a0ecfb2ede24806101b90bb3e7260bc 100644 (file)
@@ -4,10 +4,10 @@
  *     definition of dictionaries for tsearch
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_ts_dict.h,v 1.2 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_ts_dict.h,v 1.3 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *             the genbki.sh script reads this file and generates .bki
index d9678fd4b52a9c7fe6932b058889c9e337e4acc6..7b187ad5f323896e5bcaed9b6cd71cf3bfe9857a 100644 (file)
@@ -4,10 +4,10 @@
  *     definition of parsers for tsearch
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_ts_parser.h,v 1.2 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_ts_parser.h,v 1.3 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *             the genbki.sh script reads this file and generates .bki
index c0920664176b93ce8396049426ed91d014af7724..a709fd32f405f6f518b674400b3bf50caa327e38 100644 (file)
@@ -4,10 +4,10 @@
  *     definition of dictionary templates for tsearch
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_ts_template.h,v 1.3 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_ts_template.h,v 1.4 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *             the genbki.sh script reads this file and generates .bki
index a7598e79d667f1b2ac47b5a4d5a23860050bec06..7ece0af78c21fd7bc9724b6b739f68b420ab4f36 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.190 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.191 2008/01/01 19:45:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 86bb2f326046e7c19e66d034c12080f0fcaeb3d3..2d3dff34f83a5196893409ba13ac02fd4b51976c 100644 (file)
@@ -4,10 +4,10 @@
  *       This file provides some definitions to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/toasting.h,v 1.3 2007/01/05 22:19:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/toasting.h,v 1.4 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1693c85549cb7d2e607ee33b8646f9df659d6d6e..2d97a5204945809c34d7a986520883e8512c20bd 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for commands/alter.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/alter.h,v 1.9 2007/01/05 22:19:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/alter.h,v 1.10 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c6a84a0133b46c4cc8035d9efbc147f417dae013..824ea7df101fc44fd76bf1f205e17879b1d0ac32 100644 (file)
@@ -3,10 +3,10 @@
  * async.h
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/async.h,v 1.35 2007/04/12 06:53:48 neilc Exp $
+ * $PostgreSQL: pgsql/src/include/commands/async.h,v 1.36 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c6e3e7d1bed846946f2678207b593464773d04c5..4cdcd7f402a6e190967ac893fcfa49d45ae704ef 100644 (file)
@@ -3,10 +3,10 @@
  * cluster.h
  *       header file for postgres cluster command stuff
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/cluster.h,v 1.33 2007/05/18 23:19:42 alvherre Exp $
+ * $PostgreSQL: pgsql/src/include/commands/cluster.h,v 1.34 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5b7e537ad81b48ed2a0a20410545e68923995248..9c97f2b33e41f0dc78b3d131434d9fc561198de1 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Prototypes for functions in commands/comment.c
  *
- * Copyright (c) 1999-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2008, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 76e69fb2b7b34c0c2f40c9c86d41fd90896929bf..570cb7962240a52a471087e3ee1292359a686c7c 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for conversioncmds.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/conversioncmds.h,v 1.15 2007/01/05 22:19:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/conversioncmds.h,v 1.16 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 11ff84c57a079f4183b06e76d5887977363921f2..f4aa2b65b35b28fe2980d971b6d027160e612e64 100644 (file)
@@ -4,10 +4,10 @@
  *       Definitions for using the POSTGRES copy command.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/copy.h,v 1.30 2007/03/13 00:33:43 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/copy.h,v 1.31 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f96fe22d8fd0b8678de8e4e79bcc98222ac9d706..970ad12c17d5cad27a8824dec6fbc286abca735e 100644 (file)
@@ -4,10 +4,10 @@
  *             Database management commands (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/dbcommands.h,v 1.46 2007/01/05 22:19:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/dbcommands.h,v 1.47 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 152061239f503ed6b3acdbdaeef0975d669c9609..1270a7a5138ad8a8ff0ad5031baf49a3c3757d2b 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES define and remove utility definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/defrem.h,v 1.87 2007/12/01 23:44:44 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/defrem.h,v 1.88 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0d025f6cb39b0de6d69be64137f1a066f7cd6323..7c7f07d486700cd573ed99705a95d18e70edf711 100644 (file)
@@ -4,9 +4,9 @@
  *       prototypes for discard.c.
  *
  *
- * Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/commands/discard.h,v 1.3 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/discard.h,v 1.4 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2460a3e8166307c3e4812578d1c12f83aa424547..1006f7193824cda6b0f9172e8503765728f500ce 100644 (file)
@@ -3,10 +3,10 @@
  * explain.h
  *       prototypes for explain.c
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/explain.h,v 1.34 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/explain.h,v 1.35 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e8ed321f6ca7ea3506ddccac72c4189840a346de..ea0b2e5cba3725fa6eabcea27006cd90002ae5a4 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for lockcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/lockcmds.h,v 1.8 2007/01/05 22:19:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/lockcmds.h,v 1.9 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 54f6a4fe69224c4441dd28e898d7e047cd560b09..b42c8dd607fb1c17867376324bf96f27ea78ba45 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for portalcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/portalcmds.h,v 1.25 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/portalcmds.h,v 1.26 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a378aa27dae07fda47e56b33694a3a77281cab88..39681785bdcabb1e1652729ae19cffc68cf72c34 100644 (file)
@@ -4,9 +4,9 @@
  *       PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage
  *
  *
- * Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/commands/prepare.h,v 1.28 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/prepare.h,v 1.29 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 803db5d4e61a5132ceb830ae230a3a19548c9d89..f31407757b85e960897865194c340b663a471661 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for schemacmds.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.17 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.18 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ef252f2a0a638bd7d077232942d6899e26bb4663..01a5ca90a58919c029d175a259c6087d5c4c54f1 100644 (file)
@@ -3,10 +3,10 @@
  * sequence.h
  *       prototypes for sequence.c.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/sequence.h,v 1.38 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/sequence.h,v 1.39 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6f31e6d452c9e5f6302a0f4da443355e94235c67..e915fb894c3684b30f57d255dabc8c0820f39cdf 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for tablecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/tablecmds.h,v 1.35 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/tablecmds.h,v 1.36 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f6f74c9fcb96cb9786809339ad7633700ddf763a..1e0f848df70f98681ae68a8afe039e2f29b769c1 100644 (file)
@@ -4,10 +4,10 @@
  *             Tablespace management commands (create/drop tablespace).
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/tablespace.h,v 1.18 2007/06/07 19:19:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/tablespace.h,v 1.19 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5a1d50edf94b9ea410b8dcb868800fc6125d2667..f09e8d9387cc35036e66f223f44d96c0cc0d8649 100644 (file)
@@ -3,10 +3,10 @@
  * trigger.h
  *       Declarations for trigger handling.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.64 2007/11/30 21:22:54 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.65 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9f791c5b0a6f8d970e99fab0d632a805b03a9092..71d0ceefa813f98b815dfa794150dc5dd16c09d3 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for typecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/typecmds.h,v 1.21 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/typecmds.h,v 1.22 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a9f546aa91ca489dfb132f789341d9e28719a5b6..1a3a4f69182cec62a6eb5e9183f6ed7d40652f7c 100644 (file)
@@ -4,10 +4,10 @@
  *       header file for postgres vacuum cleaner and statistics analyzer
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.74 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.75 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5f05e22a437f94e8b3f79e7336b75deb5d39acc5..af8d73424097b9e191b94b5c56a61fb1760c448a 100644 (file)
@@ -2,10 +2,10 @@
  * variable.h
  *             Routines for handling specialized SET variables.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/variable.h,v 1.31 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/variable.h,v 1.32 2008/01/01 19:45:57 momjian Exp $
  */
 #ifndef VARIABLE_H
 #define VARIABLE_H
index a9fbdd1b982a4cbb8ce8a7f81580e67fa116f280..3b6ae89fc7055472fceb69951fe6b677c8b887f4 100644 (file)
@@ -4,10 +4,10 @@
  *       Header file for versions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/version.h,v 1.19 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/version.h,v 1.20 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ff54935bbbd160132c8853b08fc0012b75746c4d..daefb644d143d2cb0608c1faa3ce7ed1806c6517 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/commands/view.h,v 1.25 2007/03/13 00:33:43 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/view.h,v 1.26 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 255017b10e226fd3554c094d1554d122632106b8..1599aef079b222a0d9767fda065f60397afdb734 100644 (file)
@@ -7,10 +7,10 @@
  * for debug printouts, because that's more flexible than printf().
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/execdebug.h,v 1.31 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/execdebug.h,v 1.32 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index daf22f3da012d4bb583c999e2499c2d5b05e7998..9fb1983ceecf3fae215db319857b19bf6423b098 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/execdefs.h,v 1.20 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/execdefs.h,v 1.21 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1bfb27e2c135629eec04890d3c298011c9bb5e86..4f386029874a7f8557b5971064e3ddb95da82d52 100644 (file)
@@ -5,10 +5,10 @@
  *       and related modules.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/execdesc.h,v 1.36 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/execdesc.h,v 1.37 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 78a0a2560a3fa3fda02a6e888659fd3f287e59fe..7dc8b8d63a85b98c859dc6277ee1e2dbd6764d3c 100644 (file)
@@ -4,10 +4,10 @@
  *       support for the POSTGRES executor module
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/executor.h,v 1.145 2007/11/30 21:22:54 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/executor/executor.h,v 1.146 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a81faa1ed34c9c2b45e644e55551583a806b7709..3a5c4eb012e8b614bf1e3f73968ad0a894ce0109 100644 (file)
@@ -4,10 +4,10 @@
  *             Declarations for execution of SQL-language functions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/functions.h,v 1.29 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/functions.h,v 1.30 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5613ca38702f6db409c995fd448dfccbaa9206a3..df6db6bd5e3554a601d09e5938f6e6f93ffaf786 100644 (file)
@@ -4,10 +4,10 @@
  *       internal structures for hash joins
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/hashjoin.h,v 1.47 2007/06/07 19:19:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/executor/hashjoin.h,v 1.48 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fcf95f38dbc36a833b74b8928f06244ac9ded4cb..6889e9c0eb4b771cd370a68fbf3df72317af5d4b 100644 (file)
@@ -4,9 +4,9 @@
  *       definitions for run-time statistics collection
  *
  *
- * Copyright (c) 2001-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/executor/instrument.h,v 1.17 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/instrument.h,v 1.18 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8c72a5fc4ab7434a5c7e6ccd5e9a15e3e03dc03c..dd504e404cbf786a91e248ffd43637b7d3ed86b1 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for nodeAgg.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeAgg.h,v 1.28 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeAgg.h,v 1.29 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bc6ee7669698f92e0f097ec200fe5d78a1d5b261..e1dda58e209b663bcc0b2aebb100f0492887fa10 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeAppend.h,v 1.26 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeAppend.h,v 1.27 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 080fa8f851f16991d040da1d41b3d0c99c6547de..3adc8a7e0d39b95eaa713135ff9b1d7b72e0f40d 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeBitmapAnd.h,v 1.4 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeBitmapAnd.h,v 1.5 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 75db463191b1fb91665208720dbc2ca2961c9b3c..20db8f1c5d4b05d17d7d1330e2de5dd64895e9e3 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeBitmapHeapscan.h,v 1.4 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeBitmapHeapscan.h,v 1.5 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 67d662ab26b6b84c2cc75e7e0d259e947fff103c..301bb3790c67bf7ad571c1fc099022a92b9d9ea5 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeBitmapIndexscan.h,v 1.4 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeBitmapIndexscan.h,v 1.5 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3728a5208d9d7baff1c0167201b05f6c1431cf38..c3e376bac5c33382acf6e35f2cc7c377cc8ff7e3 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeBitmapOr.h,v 1.4 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeBitmapOr.h,v 1.5 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dbe8131cfe36cde12874551b95823f39e81041ac..dd499a73c69a88b798a49aabc84ab69b15c5c7d5 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeFunctionscan.h,v 1.10 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeFunctionscan.h,v 1.11 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3b44ed886b966e4d2ae0f4e95aea8bdd1f233af8..1fecc0b82204f516c8d706193e0060a416d8cebe 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for nodeGroup.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeGroup.h,v 1.31 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeGroup.h,v 1.32 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7c210bf99a0adc566233117268733ac86481c9c5..3bdb3bc0828e0546595e27abe757a0317a94c74c 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for nodeHash.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeHash.h,v 1.44 2007/01/30 01:33:36 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeHash.h,v 1.45 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 77efa1d8d1e397d888cb04850932c6859ca1757e..da0204ec18bbf080ea0e635fdcbd0fdd38a7bb17 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for nodeHashjoin.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeHashjoin.h,v 1.36 2007/06/07 19:19:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeHashjoin.h,v 1.37 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 14177b4529401f154d5626c9ea21d38e64cb3a41..27f4f6c9ace534b7e70f0c331ed65b1b5e635e02 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeIndexscan.h,v 1.30 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeIndexscan.h,v 1.31 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 892b2ff09b92b0e1741c6721837103953f076491..ef9ae16f65d392bac4032147496a8be65c6f4c22 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeLimit.h,v 1.14 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeLimit.h,v 1.15 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 42d011ff144cc546f772de2eb58b9312147019d1..8b4a5e9179a2e9ffd2a64b67e7db791b280cfe0c 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeMaterial.h,v 1.26 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeMaterial.h,v 1.27 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1b427675d6e6565ac7a7fe6592b527eae7cc998b..0f06782d8aa9d849f8627737784020f894f1c3cd 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeMergejoin.h,v 1.25 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeMergejoin.h,v 1.26 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 32b5008d3a364914652e4af684e42a831097e9b6..0719560651f7692192e96342dc2d87c1b35f3b26 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeNestloop.h,v 1.26 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeNestloop.h,v 1.27 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b7a9c6fab620678cacb6708647748e80ac738025..d9c39fb77eceff661722128d7d41ca7af84df957 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeResult.h,v 1.24 2007/02/15 03:07:13 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeResult.h,v 1.25 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 41607f1cc1508c3be8ce30a1bacfd3dbb44cb648..3623e090eed2ee4d3385a22d84b0e3386a836d0b 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeSeqscan.h,v 1.25 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeSeqscan.h,v 1.26 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 437349ea1d02ffca9e212990af8465de8651814a..341a9c92d0475df341af1bdd9f496958088cb2c7 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeSetOp.h,v 1.14 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeSetOp.h,v 1.15 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a14c4c0f316857b1bb947d31d65b9bcd13979a3d..ed98066054749b773b1d02eb5a1a469accd12696 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeSort.h,v 1.23 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeSort.h,v 1.24 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ff4c7f379613bc23d2eeaa8299d4cd8ceaa9988c..c7c9f4e2dc4168a7b77b7f7346558cce9019618e 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeSubplan.h,v 1.26 2007/02/27 01:11:26 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeSubplan.h,v 1.27 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 604c9b715b43910a8af7b224e6431a092d31af8b..22bf74c329218be80cbe749d66a681f8a8a41e2e 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeSubqueryscan.h,v 1.14 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeSubqueryscan.h,v 1.15 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ad4013cf0f71fc64e2d81c9f6bcf6cef8bd61146..32994877f49a8ba6c3371fef495b7a58bd486885 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeTidscan.h,v 1.18 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeTidscan.h,v 1.19 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 620465a852779731f4ca8551cf3674326b6fe308..70c9225ce2214738f7df95ae7481c55fdbc0b6f8 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeUnique.h,v 1.23 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeUnique.h,v 1.24 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 184eaca02fadcc2380d87cc93017b5ac0fbd15c1..d9a0502fc7a5c5a704c2bd8ad2187fedbc9090a7 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeValuesscan.h,v 1.3 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeValuesscan.h,v 1.4 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b1d44b5028c15897350c5aea050c206f499dd0f8..e64fc39cba5ba2494e7636eb48e9be30a8e536d9 100644 (file)
@@ -3,10 +3,10 @@
  * spi.h
  *                             Server Programming Interface public declarations
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/spi.h,v 1.64 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/spi.h,v 1.65 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 197ba5b5cbdecf9f721a4db13155e0e02089b7fb..0f93b3178219fab187cab7f665c69613e234b7c4 100644 (file)
@@ -3,10 +3,10 @@
  * spi_priv.h
  *                             Server Programming Interface private declarations
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/spi_priv.h,v 1.30 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/spi_priv.h,v 1.31 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d253f4b8afcfa12bf15d57b808a3919f8f161fb3..d4ea0b2b1dd6b9709d0d893d80996ccba64b8ae6 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for tstoreReceiver.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/tstoreReceiver.h,v 1.9 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/tstoreReceiver.h,v 1.10 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 92b7ea4f3ba2a48937a7df659edfc5e3192aa926..9b8cb46a74bec0d08716e9481775d332fb78c353 100644 (file)
@@ -4,10 +4,10 @@
  *       tuple table support stuff
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/tuptable.h,v 1.37 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/tuptable.h,v 1.38 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 933d4b422a09a189e277ed7bc79725999ae3a22e..07bce55ee1f066ab80f6acf110db54f04a376273 100644 (file)
@@ -8,10 +8,10 @@
  * or call fmgr-callable functions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/fmgr.h,v 1.56 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/fmgr.h,v 1.57 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b4fbabe8da983d882251b5d63a4fe4e544497077..c4eb44398be63277abb95736b3eb12a44da2fb01 100644 (file)
@@ -7,9 +7,9 @@
  * or call FUNCAPI-callable functions or macros.
  *
  *
- * Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/funcapi.h,v 1.25 2007/01/05 22:19:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/funcapi.h,v 1.26 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a4c2f655e8d10cb4edfa138c18e354eb253e742f..c7dff9a415bbe9b07e4d4dc6c001f59d007e36e2 100644 (file)
@@ -13,9 +13,9 @@
  * This code will also work on platforms where struct addrinfo is defined
  * in the system headers but no getaddrinfo() can be located.
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/getaddrinfo.h,v 1.24 2007/11/21 23:13:36 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/getaddrinfo.h,v 1.25 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ae7941a0698490463b9dfc70c364094c6bbddb02..b033ccab8e73216688bb412ce90c4e265fe80386 100644 (file)
@@ -2,9 +2,9 @@
  * Portions Copyright (c) 1987, 1993, 1994
  * The Regents of the University of California.  All rights reserved.
  *
- * Portions Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/getopt_long.h,v 1.8 2007/01/05 22:19:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/getopt_long.h,v 1.9 2008/01/01 19:45:56 momjian Exp $
  */
 #ifndef GETOPT_LONG_H
 #define GETOPT_LONG_H
index 63104b6a4cba0fe1e9038f70d46c826e2342a00d..8c1defd32f99796283889f2e7dae9bcc6b5f3009 100644 (file)
  * freeing the larger object!
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/lib/dllist.h,v 1.27 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/lib/dllist.h,v 1.28 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b5a7ebaf893108d971c58113ef5eb13fa6d79521..ba085acd2f970d80986c6bb974c0fd53b97271c6 100644 (file)
@@ -7,10 +7,10 @@
  * 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/lib/stringinfo.h,v 1.34 2007/03/03 19:32:55 neilc Exp $
+ * $PostgreSQL: pgsql/src/include/lib/stringinfo.h,v 1.35 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index da0871d9ffee896bb0c050dacfcb24d7793175da..b5bd62a6f4d88948d8c62eabfae027e7c91492ae 100644 (file)
@@ -4,10 +4,10 @@
  *       Definitions for network authentication routines
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/libpq/auth.h,v 1.34 2007/11/09 17:31:07 mha Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/auth.h,v 1.35 2008/01/01 19:45:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cd02538ab652235f8b6e8c34d54610b559025b85..ca65e5bdc036250b14d5189e08da74915d5bb77e 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/libpq/be-fsstubs.h,v 1.29 2007/03/03 19:52:46 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/be-fsstubs.h,v 1.30 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dbc972a894d25ccf0639aa34e34cb970d4b9f135..1a00a99424c69d18aa168af76df8b5cba6325f0f 100644 (file)
@@ -3,10 +3,10 @@
  * crypt.h
  *       Interface to libpq/crypt.c
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/libpq/crypt.h,v 1.36 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/crypt.h,v 1.37 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9aeacbb486b5bfe9e1c30d503fb240931d08a884..2acdab622eb8fef566143302f9b0564beb53017c 100644 (file)
@@ -6,9 +6,9 @@
  * These definitions are used by both frontend and backend code.  Be careful
  * what you include here!
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/libpq/ip.h,v 1.19 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/ip.h,v 1.20 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 65b248f085a7b067b5f778e7196cbdb43ddab731..da05b69cbdb024917b8ef3c53786ae6e3868c334 100644 (file)
@@ -8,10 +8,10 @@
  *       Structs that need to be client-visible are in pqcomm.h.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/libpq/libpq-be.h,v 1.64 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/libpq-be.h,v 1.65 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8e71b7e156a5e7283022f581aee6bcce5f825cfc..3f35d252662221166a0688ae15ad51bb28e5552f 100644 (file)
@@ -4,10 +4,10 @@
  *       definitions for using Inversion file system routines (ie, large objects)
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/libpq/libpq-fs.h,v 1.22 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/libpq-fs.h,v 1.23 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b5fbb15a21a4375527c05d2d999a86809ecc2ee6..53c6437cea118b01c73c9a6e18466f47e1b96628 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES LIBPQ buffer structure definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/libpq/libpq.h,v 1.68 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/libpq.h,v 1.69 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d6c090091677d9e214e924be3bc5a58ee837d966..8f29b5e3d0c04d0b81c247b12d8587d2dc654478 100644 (file)
@@ -6,10 +6,10 @@
  * These definitions are needed by both frontend and backend code to work
  * with MD5-encrypted passwords.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/libpq/md5.h,v 1.4 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/md5.h,v 1.5 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 90e13a92d8a83a579e655543ed2884a141b51b2b..31839b201523e6f7e152b239d853f36f9e57daee 100644 (file)
@@ -6,10 +6,10 @@
  * NOTE: for historical reasons, this does not correspond to pqcomm.c.
  * pqcomm.c's routines are declared in libpq.h.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/libpq/pqcomm.h,v 1.107 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/pqcomm.h,v 1.108 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a9b29fa5dc8128ec16a9002bc108a25608ed379f..9ffc943e380066658ddcfc0384eaffb8007abba3 100644 (file)
@@ -3,10 +3,10 @@
  * pqformat.h
  *             Definitions for formatting and parsing frontend/backend messages
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/libpq/pqformat.h,v 1.25 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/pqformat.h,v 1.26 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 69887b58bf10b124e7defcbaff6bbf769c282696..3f682bcef7b8731aa5d3b6c6a0945213e61bc33b 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/libpq/pqsignal.h,v 1.31 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/pqsignal.h,v 1.32 2008/01/01 19:45:58 momjian Exp $
  *
  * NOTES
  *       This shouldn't be in libpq, but the monitor and some other
index 5edb9d6dd8a73ba1c4e586fe120ddb05d27aa1af..adfdee9b97329fcfeb699f412190a93ce9611f62 100644 (file)
@@ -3,10 +3,10 @@
  * pg_wchar.h
  *       multibyte-character support
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.77 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.78 2008/01/01 19:45:58 momjian Exp $
  *
  *     NOTES
  *             This is used both by the backend and by libpq, but should not be
index 65ac8fd13c3c664501c551f0f6ff96098b1b9cd1..f7260ec96f2df98e4148081a0e245256c88d59b0 100644 (file)
  *       Over time, this has also become the preferred place for widely known
  *       resource-limitation stuff, such as work_mem and check_stack_depth().
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.197 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.198 2008/01/01 19:45:56 momjian Exp $
  *
  * NOTES
  *       some of the information in this file should be moved to other files.
index 906ce11449e3f036a2eefb210e422887f7737920..0404ec3decd03e13818fc196b5c44e57a9328a9a 100644 (file)
@@ -11,9 +11,9 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/nodes/bitmapset.h,v 1.9 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/bitmapset.h,v 1.10 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a140a7533d4852ea353a4b709523e16ff8aaa457..e977b9f8705dd7955f5a82a0aff0e9bb795ec979 100644 (file)
@@ -4,10 +4,10 @@
  *       definitions for executor state nodes
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/execnodes.h,v 1.182 2007/11/30 21:22:54 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/execnodes.h,v 1.183 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 11c69bd5bbd0e8e83b91a24f9c071277720ea674..eca8feee977e6c219c68afc387bb7d4c378039fb 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for the creator functions (for primitive nodes)
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/makefuncs.h,v 1.60 2007/09/06 17:31:58 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/makefuncs.h,v 1.61 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5f746479e13a115bd75238b2d7b641496f5b8d73..fb4a83ad3aac3e511a83c9a3860f4dcce7c8e569 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES memory context node definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/memnodes.h,v 1.33 2007/08/07 06:25:14 neilc Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/memnodes.h,v 1.34 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ff73322b1973ba83876d59bba2db95490770375d..375301a0dcdc858359bacb1eed7ab1f2451c15f3 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/nodeFuncs.h,v 1.25 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/nodeFuncs.h,v 1.26 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fa9d318509b936e5bcbfa0254f2e0866ba98da27..5a6745a2141d911ff4b82a6ee51683a10d84637d 100644 (file)
@@ -4,10 +4,10 @@
  *       Definitions for tagged nodes.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/nodes.h,v 1.204 2007/09/03 18:46:30 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/nodes.h,v 1.205 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 009a20ea6815645e2e47d2e27dfeac7ef74d4eb8..b5b3d99282393cc043c766f0824c244b79ab3d66 100644 (file)
@@ -4,10 +4,10 @@
  *       Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/params.h,v 1.36 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/params.h,v 1.37 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d7055140a5fe20050a76c5ad10f7238da9557561..6029bf67d2783a193f528f004232ee683187952b 100644 (file)
@@ -4,10 +4,10 @@
  *       definitions for parse tree nodes
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.357 2007/12/01 23:44:44 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.358 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c9d92b8d92b3434131219e0f8253c1bc0ea2519a..4f02eae578768b023fa19ae736368a0f19863370 100644 (file)
  * is no wider than Oid and both are unsigned types.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/pg_list.h,v 1.56 2007/01/05 22:19:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/pg_list.h,v 1.57 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7a283ec646a58f24930f1ccb6de2ce0b21899cd7..e0deee3afc0dd740f94ad10e8c20c9942392c582 100644 (file)
@@ -4,10 +4,10 @@
  *       definitions for query plan nodes
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/plannodes.h,v 1.98 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/plannodes.h,v 1.99 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bc8064ece49b0d4db41c98927d36fd12cc850f51..59d7af504433ed52bca0ccb23723c8820797f5f5 100644 (file)
@@ -7,10 +7,10 @@
  *       and join trees.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/primnodes.h,v 1.136 2007/11/22 19:40:25 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/primnodes.h,v 1.137 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 76ad5abe1f5df70cf2c5f0e5e37fd7e6d4649b06..421fb0979173baad82595fd7cb4d0cc4f635eeab 100644 (file)
@@ -4,10 +4,10 @@
  *       definitions for nodes/print.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/print.h,v 1.27 2007/02/22 22:00:25 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/print.h,v 1.28 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 503c9b52e121c9e8fb924794ad77aa3ee492c265..933f1a5f146bc499afde4a601b3aaf280723c020 100644 (file)
@@ -4,10 +4,10 @@
  *       header file for read.c and readfuncs.c. These functions are internal
  *       to the stringToNode interface and should not be used by anyone else.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/readfuncs.h,v 1.23 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/readfuncs.h,v 1.24 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e82b00cdd46649a7cde81663b9abdb305d00d32e..204bcb7f24ce49aa2f9779cfc4553da34c30458f 100644 (file)
@@ -4,10 +4,10 @@
  *       Definitions for planner's internal data structures.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.151 2007/12/08 21:05:11 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.152 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 892921d998900157e4b918815aea8a8cefc62e34..d40502b940d3f2d13b902cc24a3b7249648fc050 100644 (file)
@@ -13,9 +13,9 @@
  * fact that a particular page needs to be visited.
  *
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/nodes/tidbitmap.h,v 1.5 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/tidbitmap.h,v 1.6 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b4899e616695d73594439efd5853b6d76cacd5cb..32b74f0d1f6439ac94757b53e3e355a2ce3ad260 100644 (file)
@@ -4,9 +4,9 @@
  *       interface for Value nodes
  *
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/nodes/value.h,v 1.6 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/value.h,v 1.7 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bd4a7964355f3473db5324a3ac7851ee49c664b2..0a2b3a2bb8033d5a22388da8f874143276f7f938 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for clauses.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/clauses.h,v 1.87 2007/02/19 07:03:34 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/clauses.h,v 1.88 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 22034850148e0f59abb33cc6a16cb33612e8d3a8..6780846cb0afe7e7ff950358bd99d124b6f6758a 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for costsize.c and clausesel.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/cost.h,v 1.89 2007/09/22 21:36:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/cost.h,v 1.90 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 553019a82e364dbd7a2f17b183e1490bd1c1f35c..87ef4bab70334bfd715db987faff98fdae10a0b8 100644 (file)
@@ -3,10 +3,10 @@
  * geqo.h
  *       prototypes for various files in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/geqo.h,v 1.42 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo.h,v 1.43 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1478267ade7ab2d2ca788fce014e6b15c56b57dd..d2ef674d0249223d1367c3a0b6dce3d3945c48f0 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_copy.h
  *       prototypes for copy functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/geqo_copy.h,v 1.19 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_copy.h,v 1.20 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2d28339fb736ed333162867f0a63420e6a465e7d..afcb9f848b5e825f5016f4fcbdde3c5c11760bf6 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_gene.h
  *       genome representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/geqo_gene.h,v 1.20 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_gene.h,v 1.21 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 17e5557495f509ed2e3b2209502f78d66387d299..12106527229b74d28224ef5e09f19e1dbff0d9ec 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_misc.h
  *       prototypes for printout routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/geqo_misc.h,v 1.31 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_misc.h,v 1.32 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 74ac480fb5f6865116afbc287650b4a7dd8e72b6..17279c2ea0e4e3800a9c42f1b15d3117dc5ed21d 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_mutation.h
  *       prototypes for mutation functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/geqo_mutation.h,v 1.19 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_mutation.h,v 1.20 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0b2df138b397e90f4e7cb2e7351e904d2def3707..9a6fa1c87a2257660e8eddd19f744fa2aca366fb 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_pool.h
  *       pool representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/geqo_pool.h,v 1.23 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_pool.h,v 1.24 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cba638763c53851ffd8fa7c3a1f7ba8a859039de..82aef85e1458c97d39ff0ae0613fa20640111416 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_random.h
  *       random number generator
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/geqo_random.h,v 1.19 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_random.h,v 1.20 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b8599255f6235a59811a95d3b73c91ad89ba0bef..94f139fe63bf8d786e11a6c8d7a8ff580c210bae 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_recombination.h
  *       prototypes for recombination in the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/geqo_recombination.h,v 1.18 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_recombination.h,v 1.19 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c0c0080176ca31f7d46cb67cbcc2083f71b14096..ea6325c0777daee93b305635f6d59f41cc502fdf 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_selection.h
  *       prototypes for selection routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/geqo_selection.h,v 1.19 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_selection.h,v 1.20 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d79c6013a92a1434c5f902ed94c1c90ee6a569ea..2518403bfd62799bc4546769947b7f6f2ebb75de 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for joininfo.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/joininfo.h,v 1.35 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/joininfo.h,v 1.36 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 98a73ebc4ee05b944fd25037886cd95a3b0c3044..c5a1f93c34797629012304e3b90236a38493f5c1 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for pathnode.c, relnode.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/pathnode.h,v 1.76 2007/01/20 20:45:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/pathnode.h,v 1.77 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f1fadae461cdc501095ddbd179de49b8a93603df..f3e50c5cbf96a40fb332c2fd1965092290b89ead 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for various files in optimizer/path
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/paths.h,v 1.102 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/paths.h,v 1.103 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 950c431dab03680959d77aada043de8e4b11ade3..42e24832495bdee61fd2c3c8cfadf59a04f2bb17 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for plancat.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/plancat.h,v 1.46 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/plancat.h,v 1.47 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2f89511881489049641450c622f0aadd556ed2a0..f51a399caabfc39974c7f60f8fbe1c32b3ba7a62 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for various files in optimizer/plan
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/planmain.h,v 1.105 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/planmain.h,v 1.106 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d04945b6cc5faf56667c335a9313b248f006b0a0..0405868b74a16185fca30f69a0eb34318d136259 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for planner.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/planner.h,v 1.43 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/planner.h,v 1.44 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d2e89e3aebce56cb425a1354b1876dc4d8a54524..ee532f646de0f1883852fa21aeee102de2faf514 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for predtest.c
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/predtest.h,v 1.5 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/predtest.h,v 1.6 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index feae099e3155bb667408297ed8c49d48f642f538..b98040a498afd8a6b8cb0d78e48174001d17dc38 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for files in optimizer/prep/
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/prep.h,v 1.58 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/prep.h,v 1.59 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 272c5a67037000dee73162f95cdd6e711be2da4a..fe26489353f59e00b981bec96a7952eae95db563 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for restrictinfo.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/restrictinfo.h,v 1.40 2007/01/20 20:45:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/restrictinfo.h,v 1.41 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 17c94bf6099ee8cfe4b68486b77f20277d1e93e0..150eaaf002d65f06e610cb8465b8205f0a239319 100644 (file)
@@ -2,10 +2,10 @@
  *
  * subselect.h
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/subselect.h,v 1.29 2007/02/19 07:03:34 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/subselect.h,v 1.30 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 625e416a75478f18df550e9dcec9a2293703aa1c..e953d665209cea2bf3157eea23d248900f80c5dd 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for tlist.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/tlist.h,v 1.48 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/tlist.h,v 1.49 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 824ba5a1a4b76ce2b6affaac6dad575fc2599d8d..b0980b5e7d5954659c06cf1fb6d575350ac9e296 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for optimizer/util/var.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/optimizer/var.h,v 1.36 2007/09/20 17:56:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/var.h,v 1.37 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5087d20a60a99e3cb99d31cc7436b4b40f191c7d..eb4913294266a1fe133acecc22ba66078589ee1e 100644 (file)
@@ -4,10 +4,10 @@
  *             parse analysis for optimizable statements
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/analyze.h,v 1.37 2007/06/23 22:12:52 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/analyze.h,v 1.38 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 34f47a9bea683386e465696dd2a6606c28bdfbf5..98128bb938811060b29a92a53de4c67e7dbfc4b2 100644 (file)
@@ -4,10 +4,10 @@
  *       Declarations for routines exported from lexer and parser files.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/gramparse.h,v 1.39 2007/10/29 19:40:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/gramparse.h,v 1.40 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4cb37e5288ddf8fa350c0bc81403076ec1de2ccf..717e20e7df4518ab12483902de1372909c79735c 100644 (file)
@@ -4,10 +4,10 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/keywords.h,v 1.23 2007/06/18 21:40:58 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/keywords.h,v 1.24 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 89c82e9e66de3a9861dc7a198e1a194491dcc6e4..bf3574e89fcf65ecfa6420eaa82dc14514997fac 100644 (file)
@@ -3,10 +3,10 @@
  * parse_agg.h
  *       handle aggregates in parser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parse_agg.h,v 1.35 2007/01/05 22:19:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_agg.h,v 1.36 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 063096136820fb61defe557267172c2b4a1c8b08..f2a6bf01ba8317bbf3d487115d42ad8701b47bac 100644 (file)
@@ -4,10 +4,10 @@
  *       handle clauses in parser
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parse_clause.h,v 1.48 2007/01/09 02:14:15 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_clause.h,v 1.49 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 73a787e6f5de8e5809fac9ab318ffb519a2a9fcc..c5b2b48ec3b71053860a0895a08292f6ba2804b6 100644 (file)
@@ -4,10 +4,10 @@
  *     Routines for type coercion.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parse_coerce.h,v 1.73 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_coerce.h,v 1.74 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 39e080766dcfe5ead2a6b3a483c1edf1098a5620..6e70583ba022b948a5722965ce36660c9aa1f204 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parse_expr.h,v 1.37 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_expr.h,v 1.38 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0af06822d3a99e85798fe80f90d56a1ccd9b5aac..3635f2eede4fafb8f5a4f1e11c379971d607dbea 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parse_func.h,v 1.58 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_func.h,v 1.59 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a1d84801fc5b7380b996e2eb65db56948b889a6a..bf77ced3286aaa34bc6aecf66e3bba0781a92dd2 100644 (file)
@@ -4,10 +4,10 @@
  *             Internal definitions for parser
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parse_node.h,v 1.52 2007/06/23 22:12:52 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_node.h,v 1.53 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d34cdcb6731cf9befbd560607888bf11ea3bf089..f0ec2d1f0883ace7827628917bcea13cbee0c606 100644 (file)
@@ -4,10 +4,10 @@
  *             handle operator things for parser
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parse_oper.h,v 1.41 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_oper.h,v 1.42 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fccdd0a3a22a07bfc1721c9532cdc85248f08a8f..04889541e7007d6731f0bbd986b7a47aaa84ed70 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for parse_relation.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parse_relation.h,v 1.56 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_relation.h,v 1.57 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e6ea02491239f4d10ab030b086b078c9d448da12..1bae556735b436a519305acf66acf6709c5cf6b8 100644 (file)
@@ -4,10 +4,10 @@
  *       handle target lists
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parse_target.h,v 1.42 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_target.h,v 1.43 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2e3ff74a85c3cf7e82bb3a5d2aa1976bc4020902..c1a5fc54a4f87894a806e83a4d9e391966e1ff9e 100644 (file)
@@ -3,10 +3,10 @@
  * parse_type.h
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.38 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.39 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eee0785056c214303a55e1f15d520ed2c5f0c244..517e9869a7f1b9be5c187acd9b733461a8c956cf 100644 (file)
@@ -4,10 +4,10 @@
  *             parse analysis for utility commands
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parse_utilcmd.h,v 1.2 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_utilcmd.h,v 1.3 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4b5571d27c9c4553865705df87e4b1e1e5e4e347..3389f88693dbc6a9a40024bfc0bbf4af8db5ae3b 100644 (file)
@@ -4,10 +4,10 @@
  *             Definitions for the "raw" parser (lex and yacc phases only)
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.21 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.22 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 51e25872238874292cffe8a56bffbd167a94d81f..2b7d6b2f3d8467ba4c0bbe81813757beacc89876 100644 (file)
@@ -5,10 +5,10 @@
  *       parse trees.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/parsetree.h,v 1.35 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parsetree.h,v 1.36 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0af80b232bb764fa8ce26985ce8406ded6977e48..29da736190c7399e5e89c654720ef8be2d5b38d1 100644 (file)
@@ -4,10 +4,10 @@
  *       scanner support routines.  used by both the bootstrap lexer
  * as well as the normal lexer
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/parser/scansup.h,v 1.21 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/scansup.h,v 1.22 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 12b91a5d0df194d94bdd42595aa6374ceb267b65..95589eb51e72b147866f95a30ad241b1a5924eb7 100644 (file)
@@ -3,9 +3,9 @@
  *
  *     Definitions for the PostgreSQL statistics collector daemon.
  *
- *     Copyright (c) 2001-2007, PostgreSQL Global Development Group
+ *     Copyright (c) 2001-2008, PostgreSQL Global Development Group
  *
- *     $PostgreSQL: pgsql/src/include/pgstat.h,v 1.70 2007/11/15 22:25:16 momjian Exp $
+ *     $PostgreSQL: pgsql/src/include/pgstat.h,v 1.71 2008/01/01 19:45:56 momjian Exp $
  * ----------
  */
 #ifndef PGSTAT_H
index c8db2702d1248960f33bd7431c2b7cd4f453977d..b83a2e94841f83fd4abdd032b4b6dc36d9a0eafa 100644 (file)
@@ -3,10 +3,10 @@
  * pgtime.h
  *       PostgreSQL internal timezone library
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/include/pgtime.h,v 1.17 2007/08/04 19:29:25 tgl Exp $
+ *       $PostgreSQL: pgsql/src/include/pgtime.h,v 1.18 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2611a4bfcd223cce3a0754d76b621a0ee34f4482..b0489eb0a4bdd6baf04207e41ef02e872ac8f9a0 100644 (file)
@@ -3,10 +3,10 @@
  * port.h
  *       Header for src/port/ compatibility functions.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/port.h,v 1.115 2007/11/15 21:14:42 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/port.h,v 1.116 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5f65b52b359c234df99a5a3648c933629d5b109c..3c907471928dd8fb2a6a1df917bbb08da3a3a5d4 100644 (file)
@@ -7,10 +7,10 @@
  * Client-side code should include postgres_fe.h instead.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/postgres.h,v 1.87 2007/11/15 22:25:16 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/postgres.h,v 1.88 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f9744aab6b5725c7fba7dec43c9f7fdf7d443dbc..d96e548223db9ea16a08a37028cacdcf6594247e 100644 (file)
@@ -8,10 +8,10 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/postgres_fe.h,v 1.13 2007/09/27 19:53:44 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/postgres_fe.h,v 1.14 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ac8eaede06048a80a73bba2c23fdf3e4a534ed88..9010b4e61b5e85b456d4c46945378497ecc73158 100644 (file)
@@ -4,10 +4,10 @@
  *       header file for integrated autovacuum daemon
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/postmaster/autovacuum.h,v 1.13 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/postmaster/autovacuum.h,v 1.14 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7b62cb02ecabc8f1cc22a6008965821ece9b72b8..b1c6fd59fcb6dc72ead658aab1a346be8f84d8ec 100644 (file)
@@ -3,9 +3,9 @@
  * bgwriter.h
  *       Exports from postmaster/bgwriter.c.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/postmaster/bgwriter.h,v 1.10 2007/06/28 00:02:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/postmaster/bgwriter.h,v 1.11 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 48cce4b68e2482f942dbee51f2682cfa7c41987b..4eb91abe49257b76bbc28de8c63ddbc002e84ec6 100644 (file)
@@ -3,9 +3,9 @@
  * fork_process.h
  *       Exports from postmaster/fork_process.c.
  *
- * Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/postmaster/fork_process.h,v 1.5 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/postmaster/fork_process.h,v 1.6 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1edbb2a75b23e8d1df703852261256548f781b6e..7db81b6b5d47eea70900cfdcdcc24afdc7dc9f74 100644 (file)
@@ -3,10 +3,10 @@
  * pgarch.h
  *       Exports from postmaster/pgarch.c.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/postmaster/pgarch.h,v 1.5 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/postmaster/pgarch.h,v 1.6 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0a963b7a341aa9b5fa337379fc1245d4b34ac842..6ce7b61902a9a7f936ae7dabda6ae4cea9b3a3f2 100644 (file)
@@ -3,10 +3,10 @@
  * postmaster.h
  *       Exports from postmaster/postmaster.c.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.17 2007/02/16 17:07:00 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.18 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2dd7392d86603e456bbab3b20c11c26536850784..77bc1941a3e1afef997c4d7651823cbc4e25dccc 100644 (file)
@@ -3,9 +3,9 @@
  * syslogger.h
  *       Exports from postmaster/syslogger.c.
  *
- * Copyright (c) 2004-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/postmaster/syslogger.h,v 1.13 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/postmaster/syslogger.h,v 1.14 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3cefe9ad7bafe6cb3764d6764933cbb8a42420ac..03a7d937936125d78f0bb7db2236a125b84e1057 100644 (file)
@@ -3,9 +3,9 @@
  * walwriter.h
  *       Exports from postmaster/walwriter.c.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/postmaster/walwriter.h,v 1.1 2007/07/24 04:54:09 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/postmaster/walwriter.h,v 1.2 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 17d045053e6ef19293f2fb70a656d0d9ae98092d..95bd2dbe7c02ff75f440c14685031293a8087f30 100644 (file)
@@ -3,10 +3,10 @@
  * prs2lock.h
  *       data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/rewrite/prs2lock.h,v 1.23 2007/03/19 23:38:32 wieck Exp $
+ * $PostgreSQL: pgsql/src/include/rewrite/prs2lock.h,v 1.24 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e129d439795919b625a59fcac5b2804b615bbea3..b3448c44dca4af1191e3f9ad5d3000312f6cea2e 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/rewrite/rewriteDefine.h,v 1.27 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rewrite/rewriteDefine.h,v 1.28 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0e032fa48127ff21908787f44947163ab61b6e2d..297cb0411f28476e6514ec3cfecadd82a74e2e93 100644 (file)
@@ -4,10 +4,10 @@
  *             External interface to query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/rewrite/rewriteHandler.h,v 1.28 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rewrite/rewriteHandler.h,v 1.29 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c19ff85ec46a8106836f636f40d2d1ede96d69ed..05da127ffae935e5377b125bb45fed19fd454060 100644 (file)
@@ -4,10 +4,10 @@
  *             Querytree manipulation subroutines for query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/rewrite/rewriteManip.h,v 1.43 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rewrite/rewriteManip.h,v 1.44 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c27b2aceb69e1c1cb0ac1b993a8d69dde414b83a..0f3a435045c1594e17ba37423c95793be439dc05 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/rewrite/rewriteRemove.h,v 1.23 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rewrite/rewriteRemove.h,v 1.24 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d0dde83e9c59facf836f253763a6bbc19080bc3a..be03dfe0d556c991a825fbb1b83a7bfe49782e10 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/rewrite/rewriteSupport.h,v 1.29 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rewrite/rewriteSupport.h,v 1.30 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dc6d89b895368cb6546c37d3ef7c46f56c8d1a85..398466ddbf795b66beb2c6df5c6072c810aad8dc 100644 (file)
@@ -4,10 +4,10 @@
  *       Stubs for getrusage(3).
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/rusagestub.h,v 1.18 2007/01/05 22:19:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rusagestub.h,v 1.19 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 49a08e6c528c3b3f5759535e85730331daff4005..aa79857b1e31dbabb65aecec36719196e8266a30 100644 (file)
@@ -13,9 +13,9 @@
  *
  * NOTE: this file should not be included into any non-snowball sources!
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/snowball/header.h,v 1.2 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/snowball/header.h,v 1.3 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7a75d95b48ddc3a5e144983e470dfc300f6975c6..66336d4a559a7c3a2497d10d278558c5c94fdfe0 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES backend id communication definitions
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/backendid.h,v 1.20 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/backendid.h,v 1.21 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3efc3c4505c93bba25d5dfb36a03a1b64c725d5e..1c4fe9a7d66ad53f7c37198c5efa6113e49b671a 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES disk block definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/block.h,v 1.23 2007/01/05 22:19:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/block.h,v 1.24 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a812a9e269ae3cf5152d79b7322ff3f82990da66..44a4b31de16186c686ed5344a82c992fc6258225 100644 (file)
@@ -4,10 +4,10 @@
  *       Basic buffer manager data types.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/buf.h,v 1.22 2007/05/30 20:12:03 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/buf.h,v 1.23 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 027e69fc920dee6d00a19536a04fdc2e27359af1..5178a4d5dc25467d0980561f60028b4c482d156d 100644 (file)
@@ -5,10 +5,10 @@
  *       strategy.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/buf_internals.h,v 1.94 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/buf_internals.h,v 1.95 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8408bfa0564acbdbff2fa209d25066e2e9a03b71..3313e43ea0dc1c627768f96c2ab475f975b6b302 100644 (file)
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/buffile.h,v 1.22 2007/06/07 19:19:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/buffile.h,v 1.23 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 16f6b6dbe62b3ef4f47e1b562cc465cf2f61cc66..6ad711b071e9345f57c38a1b65898100b16c94c9 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES buffer manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/bufmgr.h,v 1.110 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/bufmgr.h,v 1.111 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1be8bfc3b4f294bf20404be799a0a11fd05a1aa0..e7f550b1559630b987aa96a05a374967efbe1084 100644 (file)
@@ -4,10 +4,10 @@
  *       Standard POSTGRES buffer page definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/bufpage.h,v 1.76 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/bufpage.h,v 1.77 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dd539f76fba52c313439d221751f83861c7184fa..f5862bf82b388bcfcb85e0b82f5160bb5a43b61e 100644 (file)
@@ -4,10 +4,10 @@
  *       Virtual file descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/fd.h,v 1.60 2007/07/26 15:15:18 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/fd.h,v 1.61 2008/01/01 19:45:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1e3efe12f38ac39c8ae5207bf4b60f8945b0cea9..0ef828ed54d8ac42ce70c75cc26b038aa7215df8 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/freespace.h,v 1.26 2007/07/25 12:22:53 mha Exp $
+ * $PostgreSQL: pgsql/src/include/storage/freespace.h,v 1.27 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3d9918eee9ec1b5c97645b59726f1b06866a0c88..eb89f9a7daebac1383dacc2e5d40d78c67e557e4 100644 (file)
@@ -8,10 +8,10 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/ipc.h,v 1.73 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/ipc.h,v 1.74 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 824595051be62c42b77a90bdc261f126da9004aa..134e96ff05deff0fbebfd45e1a907982fd5a8a3c 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES disk item definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/item.h,v 1.17 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/item.h,v 1.18 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5d3ce9d5c91970f94ce04001c08a7ebbd7dc7e37..338eeef210a21427e391020bce7d59dd090ec472 100644 (file)
@@ -4,10 +4,10 @@
  *       Standard POSTGRES buffer page item identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/itemid.h,v 1.29 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/itemid.h,v 1.30 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0d72ae8f524159e44874e35bcb9165c3ca8fe8f4..08d7a96bb1a2cb71434b70f5fb37e37a08953ea7 100644 (file)
@@ -4,10 +4,10 @@
  *       Standard POSTGRES buffer page long item subposition definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/itempos.h,v 1.24 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/itempos.h,v 1.25 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a690c1becbad05943186ac8314b7d8a5b4e2983c..1ea73ff0986a452b966eea3941a1ab32cdab3d9b 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES disk item pointer definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/itemptr.h,v 1.30 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/itemptr.h,v 1.31 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d1779094e958e38120d05d258bdd718c5a21b01f..5d538e35457a3113e239cd02d4f7efd2123b0ed5 100644 (file)
@@ -5,10 +5,10 @@
  *       zillions of large objects (internal, external, jaquith, inversion).
  *       Now we only support inversion.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/large_object.h,v 1.38 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/large_object.h,v 1.39 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fedf6b1fffb3f36a98f1f0c7349509c04e426400..b89d0c6c8d9b617d8813e321a1c4a11451356e22 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES lock manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/lmgr.h,v 1.59 2007/09/05 18:10:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/lmgr.h,v 1.60 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 52f29656f0aee12c1dd0333d7140a9fc6121d0a2..7fb4841d9a8deba8cbf03a00c9b13e18ffb22874 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES low-level lock mechanism
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.110 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.111 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 046064cdc1feb10362482fa9e10b8ad84e4fb84b..baccfbf5a68233670124516a291c8040cd9da3da 100644 (file)
@@ -4,10 +4,10 @@
  *       Lightweight lock manager
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/lwlock.h,v 1.37 2007/06/08 18:23:53 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/lwlock.h,v 1.38 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a133749dc3a6be5ff0f30aaf3f00d0de4f424e0d..2eca9e07e746a63aa229b5bcae9c3582ee83d1f5 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES disk "offset" definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/off.h,v 1.21 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/off.h,v 1.22 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8a02360bba52a4b115d3fc14642430c8f079a19b..aa4da00d62e9c5b8fe4e190b978a6d395961e0db 100644 (file)
  * be provided by each port.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/pg_sema.h,v 1.11 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/pg_sema.h,v 1.12 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4ca7390896479faef7775e9281bc954df3591ff0..e5fd8e3ac21bbb282c970610d94fc30b47e4c5ea 100644 (file)
  * only one ID number.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/pg_shmem.h,v 1.22 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/pg_shmem.h,v 1.23 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0735fa1ea80242ef602f2268ba9697424c5425bd..c02593e5a86914d67bbafbaa6b7d57219a82367f 100644 (file)
@@ -4,10 +4,10 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.18 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.19 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7351b26c521dc67747b11639140c1449b4834aa4..4bc541096a116dd1600db0415097e32370aba482 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES "position" definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/pos.h,v 1.21 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/pos.h,v 1.22 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 035f99f52d588878d772cc70326da4a946770880..5b7c7ec4e03fd7f077eb9d5353f252e3e0789c7a 100644 (file)
@@ -4,10 +4,10 @@
  *       per-process shared memory data structures
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/proc.h,v 1.102 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/proc.h,v 1.103 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 06a9fd38f8e7f7e5f3ec830b5807602f25a2f436..5e0b1fd6ba57198a3ca4942f033191c0ac3aa5cc 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES process array definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/procarray.h,v 1.18 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/procarray.h,v 1.19 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ec9da2dda6dd08f888569b8e77078fa12d60347e..9638294b4a48c2b068c760f29008029b9fb34bd6 100644 (file)
@@ -4,10 +4,10 @@
  *       Physical access information for relations.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/relfilenode.h,v 1.14 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/relfilenode.h,v 1.15 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a9cbeacc188095658b5c0ade3388756e2c0ddd9c..7d9448fb7e48edc2532b542147d0938bb651e554 100644 (file)
  *     when using the SysV semaphore code.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *       $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.163 2007/08/05 15:11:40 tgl Exp $
+ *       $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.164 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5ad78e83cc1510d7f4634805107c1a8f959da448..4bee544fb63536d1025dbdd632022430938a098f 100644 (file)
@@ -4,10 +4,10 @@
  *       shared memory management structures
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.52 2007/07/25 12:22:53 mha Exp $
+ * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.53 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index effa1b9961adc3da6e7f86e0ad4cf726b731bd44..086fab7749a778fbe97d719c7d845e13bb57efec 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES shared cache invalidation communication definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/sinval.h,v 1.45 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/sinval.h,v 1.46 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bbc42d64e6b652c3b423803f3d15d34f3bc390a1..d480556dc9979bce014d0929915f05edbcce0fb0 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES shared cache invalidation segment definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/sinvaladt.h,v 1.44 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/sinvaladt.h,v 1.45 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9a6bb309c3011a5587f43a91b3ab7d1d25f21530..9e9c6c023b90c0d2f2d0a68475b06faf723e9d7b 100644 (file)
@@ -4,10 +4,10 @@
  *       storage manager switch public interface declarations.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/smgr.h,v 1.61 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/smgr.h,v 1.62 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5e5217054d060015b5be619d82aef7d586e8ec31..49d8940b36477b9fd47eade522998ecb8604e9cc 100644 (file)
  *     be again.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/storage/spin.h,v 1.29 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/spin.h,v 1.30 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b08d09633fe9fd18629cabf25708670eb7cfc3ff..7484b84f767e8eaf89c0e78bcdcee30a44957c8b 100644 (file)
  * calls in portal and cursor manipulations.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/tcop/dest.h,v 1.53 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/dest.h,v 1.54 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2a6b5d859b8fb81daddcaba193a75ce5f01f5bc7..4673ea350cf422716be066d1e8537e5741d0a094 100644 (file)
@@ -3,10 +3,10 @@
  * fastpath.h
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/tcop/fastpath.h,v 1.20 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/fastpath.h,v 1.21 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 261b546de281447ae83f4860db406cce73a329a2..fa2c27a182bb705bc584abab317a6dab9e6ba30d 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for pquery.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.43 2007/07/25 12:22:54 mha Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.44 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 78f733f266e3df1b7ceb977bf101fdbb5f5e8fb9..54f0980f7a2d87ded339e99336406acaa96ddf14 100644 (file)
@@ -4,10 +4,10 @@
  *       #defines governing debugging behaviour in the traffic cop
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/tcop/tcopdebug.h,v 1.16 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/tcopdebug.h,v 1.17 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0804f57b6e9eb8ed84c680c8ad2fe31453220d82..251d9ec92df55c3c0c19bb5fff4b6305284c7298 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for postgres.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.91 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.92 2008/01/01 19:45:59 momjian Exp $
  *
  * OLD COMMENTS
  *       This file was created so that other c files could get the two
index 906854c5e8b7503636a70ce6d9632ef9f643eaf8..fbf7bb5185e7444873aa4200ab257a10a03f4b1b 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for utility.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/tcop/utility.h,v 1.33 2007/11/15 21:14:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/utility.h,v 1.34 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2bc857bbd953c660d6b3e253c077c0e288890dc8..b97ec25471bc57f97d0e856ccf55660e208cea1b 100644 (file)
@@ -4,9 +4,9 @@
  *
  * Declarations for for fast regex subset, used by ISpell
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/tsearch/dicts/regis.h,v 1.3 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tsearch/dicts/regis.h,v 1.4 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dea3ddd84b5d32949d11aa45add3014de632636c..7215c9666f8b5ac85494f325c8f08a3795dd07fa 100644 (file)
@@ -4,9 +4,9 @@
  *
  * Declarations for ISpell dictionary
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/tsearch/dicts/spell.h,v 1.5 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tsearch/dicts/spell.h,v 1.6 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a5a23c2f676b8aa9ff3c4fc9151867d23cbe6f33..9d9c15bf9cb207da357f6d5e38763fbd246021b4 100644 (file)
@@ -3,10 +3,10 @@
  * ts_cache.h
  *       Tsearch related object caches.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/tsearch/ts_cache.h,v 1.3 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tsearch/ts_cache.h,v 1.4 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 93e314def78e16c752f3ea52400360d77cb77118..383acbc1bb3b2ad2b2f63e378498560e00bf232a 100644 (file)
@@ -3,9 +3,9 @@
  * ts_locale.h
  *             locale compatibility layer for tsearch
  *
- * Copyright (c) 1998-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/tsearch/ts_locale.h,v 1.4 2007/11/15 21:14:45 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tsearch/ts_locale.h,v 1.5 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9ae5ce53b124f6282ac13af1870e055a03ab99d1..8f21abf032cd1a02751950efb3b612e9969268a8 100644 (file)
@@ -4,9 +4,9 @@
  *       Public interface to various tsearch modules, such as
  *       parsers and dictionaries.
  *
- * Copyright (c) 1998-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/tsearch/ts_public.h,v 1.7 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tsearch/ts_public.h,v 1.8 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d56e35cda2c85784bc0f3cfab68a4c5ec67c0e2e..9f5e63e2273e8fcd882de9c7f0184408b9b4f323 100644 (file)
@@ -3,9 +3,9 @@
  * ts_type.h
  *       Definitions for the tsvector and tsquery types
  *
- * Copyright (c) 1998-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/tsearch/ts_type.h,v 1.9 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tsearch/ts_type.h,v 1.10 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e8e839e5288b2828ccd82aa8f13ea624777e50a2..7ce5b0cc3cb65a3b67191ad72fab2c4874baccb8 100644 (file)
@@ -3,9 +3,9 @@
  * ts_utils.h
  *       helper utilities for tsearch
  *
- * Copyright (c) 1998-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/tsearch/ts_utils.h,v 1.11 2007/11/28 19:33:05 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/tsearch/ts_utils.h,v 1.12 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 92d153ea5a4681314dcc4f95b5693de79449021f..f4940a80238f9ff8dd4747f653c1e7699798f5cf 100644 (file)
@@ -4,10 +4,10 @@
  *       Definition of (and support for) access control list data structures.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/acl.h,v 1.102 2007/08/21 01:11:29 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/acl.h,v 1.103 2008/01/01 19:45:59 momjian Exp $
  *
  * NOTES
  *       An ACL array is simply an array of AclItems, representing the union
index 69a2178cf53c7e58c010cd48381fdc6eccdcb478..9f253879f94478deb9aa54922bd9acb6a13ce341 100644 (file)
  * only work with varlena arrays.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/array.h,v 1.65 2007/06/15 20:56:52 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/array.h,v 1.66 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3e86b8e8b99b70405ce378654bc789c5f8919534..5a1543787881a7716ea7336048d374c8daaf220b 100644 (file)
@@ -1,9 +1,9 @@
 /*-----------------------------------------------------------------------
  * ascii.h
  *
- *      Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.15 2007/01/05 22:19:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.16 2008/01/01 19:45:59 momjian Exp $
  *
  *-----------------------------------------------------------------------
  */
index d4fb1262cdf9ec0cb6b2938805e7af09d31e2fcc..7b7a54a6e22f65eeffee0e416803a9251eee2e48 100644 (file)
@@ -4,10 +4,10 @@
  *       Declarations for operations on built-in types.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.307 2007/12/01 23:44:44 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.308 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c203057ac6c5cf9e70ab6c7e48a9d37d347c5772..5e029d0f461a5599288993277be332f1dfb0d2ce 100644 (file)
  * guarantee that there can only be one matching row for a key combination.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/catcache.h,v 1.65 2007/07/25 12:22:54 mha Exp $
+ * $PostgreSQL: pgsql/src/include/utils/catcache.h,v 1.66 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b9497a68a53d3dfeede15498bdd2b8473dbad5b4..a561d562376e910ba6f2425031399403723095ef 100644 (file)
@@ -4,10 +4,10 @@
  *       Combo command ID support routines
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/combocid.h,v 1.1 2007/02/09 03:35:34 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/combocid.h,v 1.2 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fd91f79f3e90179f8d8e1d25fbefc3dddf3a395d..eca2700ed1736b5965b688319ab78067cfcfda4b 100644 (file)
@@ -4,10 +4,10 @@
  *       Definitions for the SQL92 "date" and "time" types.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/date.h,v 1.38 2007/07/06 04:16:00 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/date.h,v 1.39 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3a6c6e69060bc19a5d60f23d25e3800cad3ab2b6..ffb4c45240f5cd374f480e8c0d3a891fd1773867 100644 (file)
@@ -6,10 +6,10 @@
  *        including abstime, reltime, date, and time.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.68 2007/11/07 12:24:24 petere Exp $
+ * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.69 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 40be23e09441d52a0e741c87e38acff09dbb3661..49aced1aac643d10504823daa457ea1aa28e4238 100644 (file)
@@ -8,10 +8,10 @@
  * of the Datum.  (We do it this way because in most situations the caller
  * can look up the info just once and use it for many per-datum operations.)
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/datum.h,v 1.23 2007/01/05 22:19:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/datum.h,v 1.24 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5e35cf6aab94186dc50d306d6b81f47e9ec52161..c513142fdcf982a167d95a027b616e73b5b34cb4 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES dynahash.h file definitions
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/dynahash.h,v 1.18 2007/01/05 22:19:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/dynahash.h,v 1.19 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d365e218abaa76ca27b05e2e23cb86113cbfa2c0..97abff458815890f67c6768e139c70f0a6b5d2f5 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/dynamic_loader.h,v 1.27 2007/01/05 22:19:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/dynamic_loader.h,v 1.28 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 21b37c9c7f648b895f4ee1a10268011a414f5ca4..57ca1533928715b705af83c9ecbbbe29320d7df1 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES error reporting/logging definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.89 2007/11/15 21:14:45 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.90 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 010918ab41f2491922debe5b2845881692b7e8e5..1caaf69f2d76c30e7b89d090c4127dcdbb1bb93c 100644 (file)
@@ -9,9 +9,9 @@
  * string is determined by the MAKE_SQLSTATE() macro, which is not defined
  * in this file; it can be defined by the caller for special purposes.
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/utils/errcodes.h,v 1.23 2007/02/03 14:06:56 petere Exp $
+ * $PostgreSQL: pgsql/src/include/utils/errcodes.h,v 1.24 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a5b8283c1242e2fc3df3ffbd5823b9a83276f391..52954bfad0e4d6f8df73c78360fa86d7220653e2 100644 (file)
@@ -3,10 +3,10 @@
  * fmgrtab.h
  *       The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/fmgrtab.h,v 1.27 2007/01/05 22:19:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/fmgrtab.h,v 1.28 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1cc24050edb97fa5b13ea6fe4a03ba0c97ec220a..2474afbf736d93055c717af80c932bb2ce38c819 100644 (file)
@@ -2,10 +2,10 @@
 /* -----------------------------------------------------------------------
  * formatting.h
  *
- * $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.17 2007/01/05 22:19:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.18 2008/01/01 19:45:59 momjian Exp $
  *
  *
- *      Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2008, PostgreSQL Global Development Group
  *
  *      The PostgreSQL routines for a DateTime/int/float/numeric formatting,
  *      inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines.
index 09aefb752b8151d80050d91ded44c776cf2a6a12..feb2c5f8a31569163a6dc13169e386a49587b012 100644 (file)
@@ -3,10 +3,10 @@
  * geo_decls.h - Declarations for various 2D constructs.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/geo_decls.h,v 1.53 2007/02/27 23:48:10 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/geo_decls.h,v 1.54 2008/01/01 19:45:59 momjian Exp $
  *
  * NOTE
  *       These routines do *not* use the float types from adt/.
index 86b6e53789a859051745e41c274e6bf7d87c16a2..75dd42aaf918b9e7de1d66162821902fc5392f2f 100644 (file)
@@ -4,10 +4,10 @@
  * External declarations pertaining to backend/utils/misc/guc.c and
  * backend/utils/misc/guc-file.l
  *
- * Copyright (c) 2000-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2008, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
- * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.89 2007/12/28 00:23:23 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.90 2008/01/01 19:45:59 momjian Exp $
  *--------------------------------------------------------------------
  */
 #ifndef GUC_H
index c99072a33e86df5fb41d242db998b689a7b79991..3d389acb2f72c04c0ea0db6385690171e7d152a9 100644 (file)
@@ -5,9 +5,9 @@
  *
  * See src/backend/utils/misc/README for design notes.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- *       $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.37 2007/11/15 22:25:17 momjian Exp $
+ *       $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.38 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e57468dbced782869b31e2ece8a0a16d54a67120..ba57755135ab47a3d40c35517cbd0e011fd1a076 100644 (file)
@@ -3,9 +3,9 @@
  * help_config.h
  *             Interface to the --help-config option of main.c
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- *       $PostgreSQL: pgsql/src/include/utils/help_config.h,v 1.9 2007/01/05 22:19:59 momjian Exp $
+ *       $PostgreSQL: pgsql/src/include/utils/help_config.h,v 1.10 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 47f2dbc9b3f347caa30b7ccba380fdb7598fbaa0..4ad8538a090de590d507c6874f99109e0117c7f9 100644 (file)
@@ -4,10 +4,10 @@
  *       exported definitions for utils/hash/dynahash.c; see notes therein
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/hsearch.h,v 1.47 2007/04/26 23:24:46 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/hsearch.h,v 1.48 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 164e595a56ea2d478aa39a49222d5c7e279c130d..d102573f05f184007e3409a019e3713bd151fdce 100644 (file)
@@ -4,10 +4,10 @@
  *       Declarations for operations on INET datatypes.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/inet.h,v 1.27 2007/11/15 21:14:45 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/inet.h,v 1.28 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1331d554f9a17dd79e301d7d3dff33f979203213..b7b2310056195978af805ad8da0edbc9642dc839 100644 (file)
@@ -4,10 +4,10 @@
  *       Declarations for operations on 64-bit integers.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/int8.h,v 1.47 2007/06/05 21:31:08 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/int8.h,v 1.48 2008/01/01 19:45:59 momjian Exp $
  *
  * NOTES
  * These data types are supported on all 64-bit architectures, and may
index 6d7cda7a3305b62fc39dc4a0bdcdcbadc7f4d96e..df0e5f397b35ecc3f36d0f59a60f94bc0cec2fbb 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES cache invalidation dispatcher definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/inval.h,v 1.40 2007/01/05 22:19:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/inval.h,v 1.41 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 40362bfc40c98657e1eaf2d2f1c3f17f4f91dda7..bae7e389cc106aa643d22ebb220850ad89c8b7d7 100644 (file)
@@ -5,10 +5,10 @@
  *
  * See logtape.c for explanations.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/logtape.h,v 1.16 2007/01/05 22:19:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/logtape.h,v 1.17 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b04540b516f953d841e44ef2b49e4a82326d4476..3abbaf830fa213f95d2d6b7228ab77908966e217 100644 (file)
@@ -3,10 +3,10 @@
  * lsyscache.h
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/lsyscache.h,v 1.121 2007/11/15 21:14:45 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/lsyscache.h,v 1.122 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1541bef4960e67d0e96b1843e1e94820ac3573a3..7628fcc6597c2830009749c518865db81be40e21 100644 (file)
@@ -7,10 +7,10 @@
  *       of the API of the memory management subsystem.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/memutils.h,v 1.63 2007/07/25 12:22:54 mha Exp $
+ * $PostgreSQL: pgsql/src/include/utils/memutils.h,v 1.64 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3e9a5f2a23ab1eb17290ae772b9a3fea7d358d1c..2a0ed621d1aa51a6687ff2cf858c44aebc9ebbfb 100644 (file)
@@ -4,10 +4,10 @@
  *       Definitions for the "new" abstime code.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/nabstime.h,v 1.50 2007/01/05 22:19:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/nabstime.h,v 1.51 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e14251591e930aeecd6a7ff50baab3cf3212a35e..a8564c9d36f74e91ac14c6194f7f2f5836d93486 100644 (file)
@@ -5,9 +5,9 @@
  *
  * Original coding 1998, Jan Wieck.  Heavily revised 2003, Tom Lane.
  *
- * Copyright (c) 1998-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.25 2007/09/25 22:21:55 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.26 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3b158628d4a4891bb55c56a61ff6470c79eeff6e..a3e78580f861f913021191e812c0badd50cc5610 100644 (file)
  * everything that should be freed.  See utils/mmgr/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/palloc.h,v 1.37 2007/07/25 12:22:54 mha Exp $
+ * $PostgreSQL: pgsql/src/include/utils/palloc.h,v 1.38 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 80bdee2b890ff18fa2d478fbdaa8af363465fb4f..14872ebd30f4bd631af88a5eaeb70900c0b9d4d6 100644 (file)
  * code for possible future use.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.16 2007/01/05 22:19:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.17 2008/01/01 19:45:59 momjian Exp $
  */
 #ifndef PG_CRC_H
 #define PG_CRC_H
index 2ba34a31839820dca7730ed5a1384f5ba8eb50b7..da30b0661644a4a896059ba1c43b595a5485ad55 100644 (file)
@@ -2,9 +2,9 @@
  *
  * PostgreSQL locale utilities
  *
- * $PostgreSQL: pgsql/src/include/utils/pg_locale.h,v 1.23 2007/01/05 22:19:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/pg_locale.h,v 1.24 2008/01/01 19:45:59 momjian Exp $
  *
- * Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, PostgreSQL Global Development Group
  *
  *-----------------------------------------------------------------------
  */
index b3c1a8a358bcf3577258caf8ccd5c9579da1486f..a6417ba301ce505ae707770801ebd882a08d613f 100644 (file)
@@ -4,10 +4,10 @@
  *       header file for resource usage measurement support routines
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/pg_rusage.h,v 1.4 2007/01/05 22:19:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/pg_rusage.h,v 1.5 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e53b97b1ffe29b336cc1782b759af991d94c3816..f0e2c90131756d17e37de0986d83a2b5ad6711ec 100644 (file)
@@ -5,10 +5,10 @@
  *
  * See plancache.c for comments.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/plancache.h,v 1.10 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/plancache.h,v 1.11 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d36b534fe084d250cec7467edb0cc63c4c26dace..a37c6ef1688850a9b5b2b9bd54b29ed92ad86756 100644 (file)
  * to look like NO SCROLL cursors.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/portal.h,v 1.77 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/portal.h,v 1.78 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 425c07d28561a5e9ef5d30eb3686792326cac79d..340b24a77f3ff54cc8e5e6af999ddd4871d0b4d5 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES relation descriptor (a/k/a relcache entry) definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/rel.h,v 1.103 2007/11/15 21:14:45 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/rel.h,v 1.104 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a2b6f21248f69b65d739d681b0b321f930e45508..c5005abce51342d38aa85c7b5e898d39ebf56d31 100644 (file)
@@ -4,10 +4,10 @@
  *       Relation descriptor cache definitions.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/relcache.h,v 1.60 2007/09/20 17:56:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/relcache.h,v 1.61 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ebb0036022ecbeb7d3605f510f6483cb6eedcaf9..1369aa7f683846c2aa6f2a341d5ecbbc8a41e0ec 100644 (file)
@@ -9,10 +9,10 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/resowner.h,v 1.14 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/resowner.h,v 1.15 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ededfdf3c6293455db92ad5c4d23d89b3f81393f..7efe32b60ea3a9d5dad6fee748d86cce1bf57654 100644 (file)
@@ -5,10 +5,10 @@
  *       standard operators and index access methods.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/selfuncs.h,v 1.42 2007/12/08 21:05:11 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/selfuncs.h,v 1.43 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b34e88032160692da8eb9fa624560e0ff8a28fd7..ba206902806f3f176785d792826805daeea7a00d 100644 (file)
@@ -6,10 +6,10 @@
  * See also lsyscache.h, which provides convenience routines for
  * common cache-lookup operations.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/syscache.h,v 1.70 2007/08/21 01:11:30 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/syscache.h,v 1.71 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 95cabb3a279d60a51a27bbb8397cb3d2e40720a5..a12b180862fb332b6f3089bd8224e65fdea69813 100644 (file)
@@ -3,10 +3,10 @@
  * timestamp.h
  *       Definitions for the SQL92 "timestamp" and "interval" types.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.72 2007/11/15 21:14:45 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.73 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 44c62cdcc5a9f21c2728e455f127795febf9a1ec..a0399bd3318036e59e7844e175c40f320b4461b5 100644 (file)
@@ -5,10 +5,10 @@
  *
  *       Should be moved/renamed...    - vadim 07/28/98
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/tqual.h,v 1.70 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/tqual.h,v 1.71 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b522c3ef7b6760fdb2b5dda5c5e2384ec29b34f8..f552de91dba45fa277f3ba5ea8f5fc91818d8f7f 100644 (file)
  * amounts are sorted using temporary files and a standard external sort
  * algorithm.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/tuplesort.h,v 1.27 2007/05/04 21:29:53 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/tuplesort.h,v 1.28 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ef1c072aefe5e4c3cd26f4a437ca03e322567a89..ee7d22b6114a3fc227ee3170dade67a6dd6b4d52 100644 (file)
  * Also, we have changed the API to return tuples in TupleTableSlots,
  * so that there is a check to prevent attempted access to system columns.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/tuplestore.h,v 1.21 2007/05/21 17:57:35 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/tuplestore.h,v 1.22 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f2d57e5a4a8b28a515d6ef3b2e2154940f2b5f3e..5807b428ca2fb1ef862d591abd8fd1c8beec0620 100644 (file)
@@ -6,10 +6,10 @@
  * The type cache exists to speed lookup of certain information about data
  * types that is not directly available from a type's pg_type row.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/typcache.h,v 1.15 2007/11/15 21:14:45 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/typcache.h,v 1.16 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 380fa816986af7dd53d715c87616dc4ec3639334..66de199b37eb442acd73eeda007a862937a56da7 100644 (file)
@@ -3,10 +3,10 @@
  * tzparser.h
  *       Timezone offset file parsing definitions.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/tzparser.h,v 1.3 2007/01/05 22:20:00 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/tzparser.h,v 1.4 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6c9504d6a08c9e6f21a6c9a24fb38a383a3802cb..4d4cc57c7d3cbfa12dd631c08521b9e88f3b2365 100644 (file)
@@ -5,10 +5,10 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/varbit.h,v 1.26 2007/02/27 23:48:10 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/varbit.h,v 1.27 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9f3d213dfdd129096328f96c4866f0e87411f217..8d5b222f80323a007ffec0c901a5a2de44d69527 100644 (file)
@@ -4,10 +4,10 @@
  *       Declarations for XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/utils/xml.h,v 1.21 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/xml.h,v 1.22 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d6e8ba54cb29affbc9d1a778fafcc8efb4805014..71b8201893d9785272ea87d0dc76503a91e31f2b 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Makefile for ecpg compatibility library
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.36 2007/10/05 01:51:40 tgl Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.37 2008/01/01 19:45:59 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index ee8c2ccce1d4b81cfebcc2c2371fcf47b38d4ccc..f58ac80a8024aeb0230365409d3514b138baca05 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Makefile for ecpg library
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.53 2007/10/05 01:51:40 tgl Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.54 2008/01/01 19:45:59 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 716c40d5e4ecf1c7cdba97b11c15f790d65263b5..823656cb1ca7e4c51d68781acb67d9a4f7318a43 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/pg_type.h,v 1.7 2007/01/05 22:20:00 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/pg_type.h,v 1.8 2008/01/01 19:45:59 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index d585e70b24fd1f5cf2edd0208dbc50d6f62c14de..6f8a5055aee6b64e2e3252d441a885fdf2bc93c3 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Makefile for ecpg pgtypes library
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.38 2007/10/05 01:51:40 tgl Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.39 2008/01/01 19:45:59 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index e2a41616e5360f9ed8b45bd605d2c8e70f49854c..f6edb9cc8023c815699f18b4aad1092f7ed9e7f3 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Makefile for src/interfaces/ecpg/preproc
 #
-# Copyright (c) 1998-2007, PostgreSQL Global Development Group
+# Copyright (c) 1998-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.129 2007/10/26 14:17:53 tgl Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.130 2008/01/01 19:45:59 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index d6e5c3f64786cd6ce1c20c4b445282665d55d59d..8a92bdf5c46e0dfdf28ad759636d423f8183ddac 100644 (file)
@@ -3,12 +3,12 @@
  * keywords.c
  *       lexical token lookup for reserved words in PostgreSQL
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.84 2007/11/15 21:14:45 momjian Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.85 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 519973277cce178c4f5e686446af41b7edaf5c83..279b53c4770a4676f6e47271c75d3473a06cd8a3 100644 (file)
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/parser.c,v 1.2 2007/11/15 21:14:45 momjian Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/parser.c,v 1.3 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 24353dd915f1529bbc677802e6b9104711635a4e..7de33a5fc95fbadf4cbd737dcf280447a2dc5f69 100644 (file)
@@ -7,12 +7,12 @@
  * This is a modified version of src/backend/parser/scan.l
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.156 2007/09/04 10:02:29 meskes Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.157 2008/01/01 19:45:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a24ac01e1d9dc1b70ebeadd188d01dee6b6dcb81..cb20c2ab4b2f5cfd25f9f090d59e1e489e29957d 100644 (file)
@@ -8,10 +8,10 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/interfaces/ecpg/test/pg_regress_ecpg.c,v 1.3 2007/11/15 21:14:46 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/test/pg_regress_ecpg.c,v 1.4 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e6219d02ad6f75e0fab7e8e66d8b2bebc81e10e1..b37ca744fa2276cd7911d6368ed47481c1b14c95 100644 (file)
@@ -2,10 +2,10 @@
 #
 # Makefile for src/interfaces/libpq library
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.158 2007/12/21 09:03:31 mha Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.159 2008/01/01 19:46:00 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 0c0fc1c4908fa33dfcc6eed0819a02aae5d097e4..07018fdda1e100eec36da4d2a6f0ff0a380e10a0 100644 (file)
@@ -3,11 +3,11 @@
  * fe-auth.c
  *        The front-end (client) authorization routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.135 2007/12/09 19:01:40 tgl Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.136 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a912c678f957ace8c19c473851ebc9b883e3bc41..7c9e8664d377eae9771ba4fce1e32deed8eab1d4 100644 (file)
@@ -4,10 +4,10 @@
  *
  *       Definitions for network authentication routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.h,v 1.28 2007/11/15 21:14:46 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.h,v 1.29 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dda32c5158cd8cb25694e8e3edcb236043ab602d..613abd17d2db9419abad5d32e541bb70597b3537 100644 (file)
@@ -3,12 +3,12 @@
  * fe-connect.c
  *       functions related to setting up a connection to the backend
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.354 2007/12/09 19:01:40 tgl Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.355 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c42ede02e8522381b748b26389fed0dc2cf7098b..e7941dffe024f16e5ed554018506e2c7ca1b86c7 100644 (file)
@@ -3,12 +3,12 @@
  * fe-exec.c
  *       functions related to sending a query down to the backend
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-exec.c,v 1.193 2007/10/13 20:18:42 tgl Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-exec.c,v 1.194 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6bb748d62671016d7ec5f2e9aafa6a1e8a507d59..dfe071987114b5f2bba75a76ede05dd3257b6bf0 100644 (file)
@@ -3,12 +3,12 @@
  * fe-lobj.c
  *       Front-end large object interface
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-lobj.c,v 1.63 2007/11/15 21:14:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-lobj.c,v 1.64 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c17c2bfc54401a7e8f03a500377de3241fd4424d..3d06386542713d52325f23ccc02247228c6b85a6 100644 (file)
  * routines.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.132 2007/10/13 20:18:42 tgl Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.133 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7d5e7c808b24c15921d7c561e21018364c27e67b..a2dbc345d727bfab809a17da6a19c97f05afadde 100644 (file)
@@ -3,14 +3,14 @@
  * fe-print.c
  *       functions for pretty-printing query results
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * These functions were formerly part of fe-exec.c, but they
  * didn't really belong there.
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-print.c,v 1.74 2007/01/05 22:20:01 momjian Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-print.c,v 1.75 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index af5c8573647ba49f36555160104d3f24cf183e2c..69ee24f1c4b0fe6318e487c7c055a5f72d0ac422 100644 (file)
@@ -3,12 +3,12 @@
  * fe-protocol2.c
  *       functions that are specific to frontend/backend protocol version 2
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-protocol2.c,v 1.27 2007/01/05 22:20:01 momjian Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-protocol2.c,v 1.28 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8cf186a2cc55b184fc578bd8862be6ab0244b356..ec8b0c0b30d0142077d88380b8080d1dd074549d 100644 (file)
@@ -3,12 +3,12 @@
  * fe-protocol3.c
  *       functions that are specific to frontend/backend protocol version 3
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-protocol3.c,v 1.30 2007/01/05 22:20:01 momjian Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-protocol3.c,v 1.31 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a60f018ae83af5e5dd6cfa7cf4acc0b73a5ed3fa..3bb15446269b0ef2c3503c6bf5c427ffd969c066 100644 (file)
@@ -6,12 +6,12 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.100 2007/11/15 21:14:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.101 2008/01/01 19:46:00 momjian Exp $
  *
  * NOTES
  *       [ Most of these notes are wrong/obsolete, but perhaps not all ]
index 143cf17adab119092bb42565adf235cbec2becaa..f51c6b38acdcdd2da4fe17f14cc601dc918bbc77 100644 (file)
@@ -4,10 +4,10 @@
  *       This file contains definitions for structures and
  *       externs for functions used by frontend postgres applications.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.140 2007/12/09 19:01:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.141 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 26671d17cfe5ecf44e579716e93e0f5a1aee3f15..d39b8df83808e2e2d8aef769c06f832cf09a830e 100644 (file)
@@ -9,10 +9,10 @@
  *       more likely to break across PostgreSQL releases than code that uses
  *       only the official API.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.128 2007/12/09 19:01:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.129 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b9498dc2989bbfa662f1f6c7f8ef026576da660e..c8e80498d1f1c817708c68f7fcaa578760507fb0 100644 (file)
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.23 2007/01/05 22:20:01 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.24 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9dad32e92ab15850f90791d8ec8673a837145e75..b834ac48082e84cc3cb820833a849bd6af8026fe 100644 (file)
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/interfaces/libpq/pqexpbuffer.h,v 1.18 2007/07/23 17:52:06 mha Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/pqexpbuffer.h,v 1.19 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b966567fd8749a9affbd9b70ce5df8d5661f3575..15bd09da2211d98c6789acbde9935d57453bbfbd 100644 (file)
@@ -4,12 +4,12 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/libpq/pqsignal.c,v 1.27 2007/01/05 22:20:01 momjian Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/libpq/pqsignal.c,v 1.28 2008/01/01 19:46:00 momjian Exp $
  *
  * NOTES
  *             This shouldn't be in libpq, but the monitor and some other
index 7a51e09c23ac56b1db5f216ef6705be40ff373e4..85d580022ec88491b5cef88e5a11eb7c9f9c20b4 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/interfaces/libpq/pqsignal.h,v 1.22 2007/01/05 22:20:01 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/pqsignal.h,v 1.23 2008/01/01 19:46:00 momjian Exp $
  *
  * NOTES
  *       This shouldn't be in libpq, but the monitor and some other
index 4aa770b80beae9322599d7bc4ffbf461404cb104..ef6dc22e58a94fad4e9b3e61f1294ac198d0a654 100644 (file)
@@ -3,9 +3,9 @@
 * pthread-win32.c
 *       partial pthread implementation for win32
 *
-* Copyright (c) 2004-2007, PostgreSQL Global Development Group
+* Copyright (c) 2004-2008, PostgreSQL Global Development Group
 * IDENTIFICATION
-*      $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.14 2007/04/18 08:32:40 mha Exp $
+*      $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.15 2008/01/01 19:46:00 momjian Exp $
 *
 *-------------------------------------------------------------------------
 */
index 6d1477120703ba014a97abb1933a3db4fde8d431..8b020765073fb4bf09e899efc1a001f804fe23ac 100644 (file)
@@ -12,7 +12,7 @@
  * The error constants are taken from the Frambak Bakfram LGSOCKET
  * library guys who in turn took them from the Winsock FAQ.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  */
index 7d1d26281ec82ea51cadc8d1cd1c43349072c17c..5a93f15ccf3fd83f4dd785f1f03067f100b1cec4 100644 (file)
@@ -5,10 +5,10 @@
  *
  * This should be included _AFTER_ postgres.h and system include files
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/pl/plperl/plperl.h,v 1.7 2007/11/22 17:47:28 tgl Exp $
+ * $PostgreSQL: pgsql/src/pl/plperl/plperl.h,v 1.8 2008/01/01 19:46:00 momjian Exp $
  */
 
 #ifndef PL_PERL_H
index 4541c9839d8d1263fe8cabfcbd0d4f3ea31322ad..c9ffb8f18b67671ec2dc8074e0b11884179c867a 100644 (file)
@@ -4,12 +4,12 @@
  * gram.y                              - Parser for the PL/pgSQL
  *                                               procedural language
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.107 2007/11/27 19:58:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.108 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2e76b5e187d6db582e47821b91b4646c32143f63..d771b92660a4c1d6e2bdcf3dbec7f963b5c5f4d1 100644 (file)
@@ -3,12 +3,12 @@
  * pl_comp.c           - Compiler part of the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.120 2007/11/27 19:58:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.121 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dcaf11dddd5b3079bae269ed789cf42e15a895f0..976246f67480c5279c1f2334c4cbde38b7a148c3 100644 (file)
@@ -3,12 +3,12 @@
  * pl_exec.c           - Executor for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.201 2007/11/15 22:25:17 momjian Exp $
+ *       $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.202 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 66e0f47d8c8b880a2f83fb129efe3ace482585c5..dd2841e10ed330c5d37d0ae3b9d71b8c0fa0e5b6 100644 (file)
@@ -3,12 +3,12 @@
  * pl_funcs.c          - Misc functions for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_funcs.c,v 1.66 2007/11/27 19:58:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_funcs.c,v 1.67 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f4d27dc8d8f23d4a6bf9d35c64245a24c4dec824..1042e8a2b60c9087b5452cfa6c7d3858a1d92895 100644 (file)
@@ -3,12 +3,12 @@
  * pl_handler.c                - Handler for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_handler.c,v 1.37 2007/04/02 03:49:42 tgl Exp $
+ *       $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_handler.c,v 1.38 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1bd162595be46dd025af8e601394ad9ac056ceda..ffd9e95e0b76f781d1f50affece9ec9bdfd1db50 100644 (file)
@@ -7,9 +7,9 @@
  * with some sort of sed hackery, but no time for that now.  It's likely
  * that an exact mapping will not be what's wanted anyhow ...
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/pl/plpgsql/src/plerrcodes.h,v 1.11 2007/01/05 22:20:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/plerrcodes.h,v 1.12 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7bbed551ab55039ab891cc11189e026a4cf41723..36e5b075862567959a8dc6068c6551deada549a3 100644 (file)
@@ -3,12 +3,12 @@
  * plpgsql.h           - Definitions for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.94 2007/11/27 19:58:44 tgl Exp $
+ *       $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.95 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3c52f117d7f1c5aafacd875dceaa524501a7b8ac..12d5b44bcfae86a4188a9553f8e324b6534b0652 100644 (file)
@@ -4,12 +4,12 @@
  * scan.l              - Scanner for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/pl/plpgsql/src/scan.l,v 1.59 2007/11/09 23:58:32 tgl Exp $
+ *       $PostgreSQL: pgsql/src/pl/plpgsql/src/scan.l,v 1.60 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 74b8f4bda7953e107c9820e38e35a31bd4cb45fc..953c4effd2dc28d6baf85168328488ff37594e83 100644 (file)
@@ -4,11 +4,11 @@
  *             Functions for handling locale-related info
  *
  *
- * Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/chklocale.c,v 1.8 2007/11/15 21:14:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/chklocale.c,v 1.9 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8e0601e66742229b961a220b2cdf62a490484dc9..540384597cae5f7ed3ba6df2b15ca4b4fbfde9b1 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.c
  *       copies a directory
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, 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
@@ -11,7 +11,7 @@
  *     as a service.
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/copydir.c,v 1.20 2007/07/25 12:22:54 mha Exp $
+ *       $PostgreSQL: pgsql/src/port/copydir.c,v 1.21 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e36f5025ddf4ec856082b9b9aa8e73a3825d38ca..8b93c3322fd667313797ad8587a7c7e1fd3ebcb0 100644 (file)
@@ -3,12 +3,12 @@
  * dirent.c
  *       opendir/readdir/closedir for win32/msvc
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/dirent.c,v 1.4 2007/01/05 22:20:02 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/dirent.c,v 1.5 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 22bb7678b4b138329b779126610b7cbe43bb56f5..ac01b832053dd25a65fd8d803bb6bc96750a5569 100644 (file)
@@ -3,14 +3,14 @@
  * dirmod.c
  *       rename/unlink()
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     These are replacement versions of unlink and rename that work on
  *     Win32 (NT, Win2k, XP).  replace() doesn't work on Win95/98/Me.
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/dirmod.c,v 1.50 2007/11/15 21:14:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/dirmod.c,v 1.51 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 736906f0b245791058b981cc7ee197377c6573d1..38a725a28af41ca94fe5669e07e2081dda4b995a 100644 (file)
@@ -4,12 +4,12 @@
  *             Functions for finding and validating executable files
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/exec.c,v 1.56 2007/11/15 21:14:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/exec.c,v 1.57 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 53815f800ded81932c0b353cd4bbe63afefd5805..50b4fd00f748dbc9947064853b54fc231fc4c3d1 100644 (file)
@@ -3,12 +3,12 @@
  * fseeko.c
  *       64-bit versions of fseeko/ftello()
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/fseeko.c,v 1.21 2007/01/05 22:20:02 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/fseeko.c,v 1.22 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a8fcd721a73ceede9942c22e925783d54f8181c8..34edbf05332c22db967ed68c90f62635b954c077 100644 (file)
  * use the Windows native routines, but if not, we use our own.
  *
  *
- * Copyright (c) 2003-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/getaddrinfo.c,v 1.27 2007/01/05 22:20:02 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/getaddrinfo.c,v 1.28 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6db6aff74b26f53ff4dc2ee48f63be3015bb5946..f1d6f8fc1484ae8d85523f62b725f48ecce46af3 100644 (file)
@@ -3,11 +3,11 @@
  * gethostname.c
  *       gethostname using uname
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/gethostname.c,v 1.9 2007/01/05 22:20:02 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/gethostname.c,v 1.10 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 635f13b7f5cbbdca97b3d5c61fa84a39f855d018..f507e5aabed3bd2102797e27f33a7df418e1b9e1 100644 (file)
@@ -3,12 +3,12 @@
  * getrusage.c
  *       get information about resource utilisation
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/getrusage.c,v 1.13 2007/01/05 22:20:02 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/getrusage.c,v 1.14 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5804336daae52e124a9efe7f122a8fcd48d1f157..441589c027071d920f8737df6013d7ec9c5c42d0 100644 (file)
@@ -2,12 +2,12 @@
  *
  * isinf.c
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/isinf.c,v 1.11 2007/01/05 22:20:02 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/isinf.c,v 1.12 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d097051baefab24c691e1337131346672730f798..e282a8f6ca56d13db2831d6e45034f0030a42b17 100644 (file)
@@ -3,13 +3,13 @@
  * kill.c
  *       kill()
  *
- * Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *     This is a replacement version of kill for Win32 which sends
  *     signals that the backend can recognize.
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/kill.c,v 1.9 2007/10/23 17:58:01 mha Exp $
+ *       $PostgreSQL: pgsql/src/port/kill.c,v 1.10 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5215d59118476c490d4625650932f4665ed9c597..936e5379c84d789a21f74cafd27df3e552d13db4 100644 (file)
@@ -3,11 +3,11 @@
  * memcmp.c
  *       compares memory bytes
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/memcmp.c,v 1.11 2007/01/05 22:20:02 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/memcmp.c,v 1.12 2008/01/01 19:46:00 momjian Exp $
  *
  * This file was taken from NetBSD and is used by SunOS because memcmp
  * on that platform does not properly compare negative bytes. The
index 32bffc1fed94322b8d87258f154c5e8c634b7063..a475bf862104c9b775da3157e398205b08a38f7f 100644 (file)
@@ -3,11 +3,11 @@
  * noblock.c
  *       set a file descriptor as non-blocking
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/noblock.c,v 1.11 2007/01/05 22:20:02 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/noblock.c,v 1.12 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f9b703aff6aef81ae03650fda90549c3d2c49d8a..c80d7c3c7b1813907b3a29c694415a5d9bf05fea 100644 (file)
@@ -4,9 +4,9 @@
  *        Win32 open() replacement
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/port/open.c,v 1.25 2007/12/28 12:32:56 petere Exp $
+ * $PostgreSQL: pgsql/src/port/open.c,v 1.26 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 16c64da6085160b25feb3623d9ed6aa67e87fe5b..d353e6e17d10b9d3480c1417db3d02562a3c79ed 100644 (file)
@@ -3,12 +3,12 @@
  * path.c
  *       portable path handling routines
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/path.c,v 1.73 2007/11/15 21:14:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/path.c,v 1.74 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index df63e32a0edaa1fb66dc66d25adfcfd1b6d25141..6cd43cade67c1bea7a0c7fbfd6a044e6d4299600 100644 (file)
@@ -4,9 +4,9 @@
  *        Portable delay handling.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.10 2007/01/05 22:20:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.11 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 17359c70c5de89c1ce4a96a636ac36f8f03e9a2c..aeba46209d44e8da23c884238f6401fbbf941f17 100644 (file)
@@ -14,9 +14,9 @@
  * NB: this code should match downcase_truncate_identifier() in scansup.c.
  *
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/port/pgstrcasecmp.c,v 1.9 2007/01/05 22:20:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/pgstrcasecmp.c,v 1.10 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 80ec5d193460d5f7616bd2a118b57bf3ae382407..fc6282eca37c05b5a9649a5fc9647d63a833f491 100644 (file)
@@ -3,14 +3,14 @@
  * pipe.c
  *       pipe()
  *
- * Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *     This is a replacement version of pipe for Win32 which allows
  *     returned handles to be used in select(). Note that read/write calls
  *     must be replaced with recv/send.
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/pipe.c,v 1.12 2007/01/05 22:20:03 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/pipe.c,v 1.13 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cc302ee93f0c38dc17dc19bfa87b8241bfbf67d2..2260f296b15e8cbad30724c94b487619a19f3c4d 100644 (file)
@@ -3,12 +3,12 @@
  * random.c
  *       random() wrapper
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/random.c,v 1.8 2007/01/05 22:20:03 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/random.c,v 1.9 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 988626fdc398f89bfe09ad0af6be439370cc4477..ba54e120fc7e6917e71977c09a933d4e0430f9b4 100644 (file)
@@ -3,12 +3,12 @@
  * sprompt.c
  *       simple_prompt() routine
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/sprompt.c,v 1.19 2007/01/05 22:20:03 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/sprompt.c,v 1.20 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fed87b1b295c291c17d0525fe2fea641bc8b5cde..2dfc19bc97fe851d2410d1a1057b1067354bba78 100644 (file)
@@ -3,12 +3,12 @@
  * srandom.c
  *       srandom() wrapper
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/srandom.c,v 1.8 2007/01/05 22:20:03 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/srandom.c,v 1.9 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 085b1de7f437cb4eb28503a943e7adb881dc8911..05f3d7bef5c3e98ff5ce37d10a58eaec5e2b640c 100644 (file)
@@ -3,12 +3,12 @@
  * strdup.c
  *       copies a null-terminated string.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/strdup.c,v 1.13 2007/01/05 22:20:03 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/strdup.c,v 1.14 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 745213f397c152ce7786373ed552ed425de0661a..952a9956921dfdce825e2b480a12e69bd00832fa 100644 (file)
@@ -3,11 +3,11 @@
  * strlcpy.c
  *       strncpy done right
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/strlcpy.c,v 1.4 2007/01/05 22:20:03 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/strlcpy.c,v 1.5 2008/01/01 19:46:00 momjian Exp $
  *
  * This file was taken from OpenBSD and is used on platforms that don't
  * provide strlcpy().  The OpenBSD copyright terms follow.
index 65609d80d4112cf7cc4a7f38240c91e8e70e2112..9f11debecbcf3a9e36d35adf4a7c69a003aeb63d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 46023dd9316548bbd555fa64a2016818ac0c1081..2f50e09d52817b70d69c354e9594a189a1389ddb 100644 (file)
@@ -5,9 +5,9 @@
  *               Prototypes and macros around system calls, used to help make
  *               threaded libraries reentrant and safe to use from threaded applications.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/port/thread.c,v 1.37 2007/04/03 12:55:23 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/thread.c,v 1.38 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 69b067862453457b3de6e85be309e4f054243f76..3a1924d2da8ecde83965496a25a2afe69fc860d3 100644 (file)
@@ -3,12 +3,12 @@
  * unsetenv.c
  *       unsetenv() emulation for machines without it
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/unsetenv.c,v 1.8 2007/01/05 22:20:03 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/unsetenv.c,v 1.9 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bccc148eda159d5b8a6d13704febcd77d7433f65..aa779b951112d9315e9ce56a267a038ecb0a35ee 100644 (file)
@@ -3,10 +3,10 @@
  * win32error.c
  *       Map win32 error codes to errno values
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/port/win32error.c,v 1.3 2007/01/05 22:20:03 momjian Exp $
+ *       $PostgreSQL: pgsql/src/port/win32error.c,v 1.4 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d4a00b1d5fe06b85a4b7eb291accc24f450c74a8..a2ffbf92d3041e1f31e416df4a5629daf9b8c97b 100644 (file)
@@ -17,7 +17,7 @@ BEGIN
    VALUE "CompanyName",      "PostgreSQL Global Development Group"
    VALUE "FileDescription",  FILEDESC
    VALUE "FileVersion",      PG_VERSION
-   VALUE "LegalCopyright", "Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
+   VALUE "LegalCopyright", "Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
    VALUE "ProductName",      "PostgreSQL"
    VALUE "ProductVersion",   PG_VERSION
   END
index cba15c3aba87f22d379a64a370cc845d0616bf25..c528fc015c3734992f819e12914ba4f22048555c 100644 (file)
@@ -3,12 +3,12 @@
 # Makefile--
 #    Makefile for the Wisconsin Benchmark
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994-5, Regents of the University of California
 #
 #
 # IDENTIFICATION
-#    $PostgreSQL: pgsql/src/test/bench/Makefile,v 1.14 2007/01/05 22:20:03 momjian Exp $
+#    $PostgreSQL: pgsql/src/test/bench/Makefile,v 1.15 2008/01/01 19:46:00 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index d65908ec0e658d7acea014487b0c5168159a25eb..83e37bd7a1aa0d525f4949477d0ded450a5b82b1 100644 (file)
@@ -3,12 +3,12 @@
  * testlo.c
  *       test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/test/examples/testlo.c,v 1.29 2007/02/01 19:10:30 momjian Exp $
+ *       $PostgreSQL: pgsql/src/test/examples/testlo.c,v 1.30 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0df7b9fa2c9ce2dc51182d93fd1d5c4337557a54..4d19f9c0bbd39b38607db401aeb77a0b527c2b0a 100644 (file)
@@ -3,10 +3,10 @@
 # GNUmakefile--
 #    Makefile for src/test/regress (the regression tests)
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.70 2007/09/09 22:53:33 adunstan Exp $
+# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.71 2008/01/01 19:46:00 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 55bd778e32539125b85a1658d0ed81be4db07ddd..7d4f50fea7451f9fdecc4c36721f461d399da7b7 100644 (file)
@@ -8,10 +8,10 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.39 2007/11/27 19:13:30 tgl Exp $
+ * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.40 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ced7a1343afe3409049a54d527ff269d313fe9e4..43ca898325241e633ae0e7611ea0f9b41a35aabf 100644 (file)
@@ -1,10 +1,10 @@
 /*-------------------------------------------------------------------------
  * pg_regress.h --- regression test driver
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/test/regress/pg_regress.h,v 1.2 2007/11/15 21:14:46 momjian Exp $
+ * $PostgreSQL: pgsql/src/test/regress/pg_regress.h,v 1.3 2008/01/01 19:46:00 momjian Exp $
  *-------------------------------------------------------------------------
  */
 
index 15b12853ce462bb595abc74ac8d3f11055d5a64d..a1c160aaf8e9bb2727dabb13b1a5da8865ff2b93 100644 (file)
@@ -8,10 +8,10 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/test/regress/pg_regress_main.c,v 1.2 2007/11/15 21:14:46 momjian Exp $
+ * $PostgreSQL: pgsql/src/test/regress/pg_regress_main.c,v 1.3 2008/01/01 19:46:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 47fac32cf422ac6c3e4eddb81574ee9398084ad3..0eeb0928bbb8c4f1b05eda8ded9b319d30279219 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Makefile for tools/thread
 #
-# Copyright (c) 2003-2007, PostgreSQL Global Development Group
+# Copyright (c) 2003-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/test/thread/Makefile,v 1.3 2007/01/05 22:20:04 momjian Exp $
+# $PostgreSQL: pgsql/src/test/thread/Makefile,v 1.4 2008/01/01 19:46:01 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 9e6f5183b910a44194d1c98d92d75ade0128da92..51912f57f7b796b5825e0a05a555fdb20ced1491 100644 (file)
@@ -3,10 +3,10 @@
  * test_thread_funcs.c
  *             libc thread test program
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $PostgreSQL: pgsql/src/test/thread/thread_test.c,v 1.4 2007/02/01 19:10:30 momjian Exp $
+ *     $PostgreSQL: pgsql/src/test/thread/thread_test.c,v 1.5 2008/01/01 19:46:01 momjian Exp $
  *
  *     This program tests to see if your standard libc functions use
  *     pthread_setspecific()/pthread_getspecific() to be thread-safe.
index 43a1597fe5ce3784597b81bbd5cb22a4757dfecd..4e6d1af194858d3f3212224cf882b4c9fefd1589 100644 (file)
@@ -3,10 +3,10 @@
  * pgtz.c
  *       Timezone Library Integration Functions
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.56 2007/11/15 22:25:18 momjian Exp $
+ *       $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.57 2008/01/01 19:46:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 00e9a1e51bb8cf0ad4e7f129b35bbd5ceeedd9e5..0286e2562ff249db619c347659842ebc52020678 100644 (file)
@@ -6,10 +6,10 @@
  * Note: this file contains only definitions that are private to the
  * timezone library.  Public definitions are in pgtime.h.
  *
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.20 2007/11/15 21:14:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.21 2008/01/01 19:46:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0f2cf1aa19bd91f97b75aacf2db7faf93644e823..0dbac68c0c1c965c29a897810185354b1e6e05a1 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Makefile for src/tools/findoidjoins
 #
-# Copyright (c) 2003-2007, PostgreSQL Global Development Group
+# Copyright (c) 2003-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/tools/findoidjoins/Makefile,v 1.4 2007/09/27 19:53:44 tgl Exp $
+# $PostgreSQL: pgsql/src/tools/findoidjoins/Makefile,v 1.5 2008/01/01 19:46:01 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 6d42f12c8ba9a9bf70607a17cf22c2a32515258a..ab50909df0227733f85376de48a30f76aec100a8 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * findoidjoins.c
  *
- * Copyright (c) 2002-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/tools/findoidjoins/findoidjoins.c,v 1.5 2007/08/21 01:11:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/tools/findoidjoins/findoidjoins.c,v 1.6 2008/01/01 19:46:01 momjian Exp $
  */
 #include "postgres_fe.h"
 
index 03169d9be775dee1e7ab9beeda5c5894f2618d8f..d9242e046630f29f85240d6b987a9543188be3cc 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Makefile for src/tools/fsync
 #
-# Copyright (c) 2003-2007, PostgreSQL Global Development Group
+# Copyright (c) 2003-2008, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/tools/fsync/Makefile,v 1.5 2007/09/27 19:53:44 tgl Exp $
+# $PostgreSQL: pgsql/src/tools/fsync/Makefile,v 1.6 2008/01/01 19:46:01 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index edc683f0d87b77efa80bf90370c9b48edb482f5f..69b1371e6f82ae9973d6003b04c1e106a7a4ddd2 100644 (file)
@@ -6,12 +6,12 @@
 #    files.  These .bki files are used to initialize the postgres template
 #    database.
 #
-# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
 # IDENTIFICATION
-#    $PostgreSQL: pgsql/src/tools/msvc/Genbki.pm,v 1.2 2007/03/17 13:54:34 mha Exp $
+#    $PostgreSQL: pgsql/src/tools/msvc/Genbki.pm,v 1.3 2008/01/01 19:46:01 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
index 891273bae2a6e13810d428821ba25c895dc4c031..dea13c5693c45b470468be607a815e9e3eae336f 100644 (file)
@@ -5,10 +5,10 @@
 --    use this new type.
 -- 
 --
--- Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
--- $PostgreSQL: pgsql/src/tutorial/complex.source,v 1.21 2007/01/05 22:20:05 momjian Exp $
+-- $PostgreSQL: pgsql/src/tutorial/complex.source,v 1.22 2008/01/01 19:46:01 momjian Exp $
 --
 ---------------------------------------------------------------------------
 
index f093adda8edcdb61e9ca00fc3def0cc8887f9723..65617d4a45f940c47321198876df3cdf125ea276 100644 (file)
@@ -4,10 +4,10 @@
 --    sample queries to the system catalogs
 --
 --
--- Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
--- $PostgreSQL: pgsql/src/tutorial/syscat.source,v 1.18 2007/01/05 22:20:05 momjian Exp $
+-- $PostgreSQL: pgsql/src/tutorial/syscat.source,v 1.19 2008/01/01 19:46:01 momjian Exp $
 --
 ---------------------------------------------------------------------------