Stamp HEAD as 9.0devel, and update various places that were referring to 8.5

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 50a90fac40db82680ac7ceacf3348f3f08f5343e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-02-17T04:19:41Z
Releases: 9.0.0
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
(hope I got 'em all).  Per discussion, this release will be 9.0 not 8.5.

Files

PathChange+/−
configure modified +9 −9
configure.in modified +2 −2
contrib/vacuumlo/vacuumlo.c modified +2 −2
doc/bug.template modified +1 −1
doc/src/sgml/catalogs.sgml modified +2 −2
doc/src/sgml/config.sgml modified +4 −4
doc/src/sgml/datatype.sgml modified +2 −2
doc/src/sgml/ecpg.sgml modified +2 −2
doc/src/sgml/filelist.sgml modified +2 −2
doc/src/sgml/high-availability.sgml modified +2 −2
doc/src/sgml/hstore.sgml modified +2 −2
doc/src/sgml/libpq.sgml modified +2 −2
doc/src/sgml/lobj.sgml modified +2 −2
doc/src/sgml/plpgsql.sgml modified +4 −4
doc/src/sgml/protocol.sgml modified +2 −2
doc/src/sgml/ref/copy.sgml modified +2 −2
doc/src/sgml/ref/explain.sgml modified +2 −2
doc/src/sgml/ref/vacuum.sgml modified +2 −2
doc/src/sgml/release-9.0.sgml (from doc/src/sgml/release-8.5.sgml) renamed +3 −3
doc/src/sgml/release.sgml modified +2 −2
doc/src/sgml/stylesheet-man.xsl modified +1 −1
src/backend/access/transam/xact.c modified +2 −2
src/backend/access/transam/xlog.c modified +2 −2
src/backend/catalog/pg_largeobject.c modified +2 −2
src/backend/commands/functioncmds.c modified +2 −2
src/backend/commands/tablespace.c modified +2 −2
src/backend/parser/gram.y modified +2 −2
src/backend/replication/walreceiver.c modified +2 −2
src/backend/replication/walsender.c modified +2 −2
src/backend/utils/cache/relcache.c modified +2 −2
src/backend/utils/error/elog.c modified +2 −2
src/backend/utils/misc/guc.c modified +2 −2
src/bin/pg_dump/pg_backup_db.c modified +2 −2
src/bin/pg_dump/pg_dumpall.c modified +7 −7
src/bin/pg_dump/pg_dump.c modified +12 −12
src/bin/psql/describe.c modified +10 −10
src/bin/psql/large_obj.c modified +2 −2
src/bin/scripts/vacuumdb.c modified +2 −2
src/include/catalog/pg_control.h modified +2 −2
src/include/nodes/primnodes.h modified +2 −2
src/include/pg_config.h.win32 modified +4 −4
src/interfaces/libpq/fe-connect.c modified +3 −3
src/interfaces/libpq/fe-exec.c modified +2 −2
src/interfaces/libpq/libpq.rc.in modified +4 −4
src/port/win32ver.rc modified +2 −2
src/test/regress/expected/copy2.out modified +1 −1
src/test/regress/sql/copy2.sql modified +1 −1
src/tools/version_stamp.pl modified +3 −3