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