[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

postgresql 7.4.2 update, needs testing



tested on amd64 by me. this update also includes the tsearch contrib
module to allow an OpenFTS port.


Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.68
diff -u -r1.68 Makefile
--- Makefile	4 Feb 2004 07:39:18 -0000	1.68
+++ Makefile	3 Jun 2004 20:56:18 -0000
@@ -5,7 +5,7 @@
 COMMENT-clients="PostgreSQL RDBMS client libraries and utilities"
 COMMENT-docs=	"PostgreSQL RDBMS documentation"
 
-VERSION=	7.3.5
+VERSION=	7.4.2
 DISTNAME=	postgresql-${VERSION}
 PKGNAME-clients=postgresql-clients-${VERSION}
 PKGNAME-docs=	postgresql-docs-${VERSION}
@@ -24,12 +24,11 @@
 PERMIT_DISTFILES_FTP=	Yes
 
 MASTER_SITES=	\
-	ftp://ftp.us.postgresql.org/source/v${VERSION}/ \
-	ftp://ftp.au.postgresql.org/pub/postgresql/source/v${VERSION}/ \
-	ftp://ftp.at.postgresql.org/db/www.postgresql.org/pub/source/v${VERSION}/ \
+	ftp://ftp2.uk.postgresql.org/sites/ftp.postgresql.org/source/v${VERSION}/ \
+	ftp://ftp3.us.postgresql.org/pub/postgresql/source/v${VERSION}/ \
+	ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/source/v${VERSION}/ \
 	ftp://ftp.cl.postgresql.org/pub/GNU/pgsql/source/v${VERSION}/ \
-	ftp://ftp.cz.postgresql.org/pub/ftp.postgresql.org/source/v${VERSION}/ \
-	ftp://ftp.dk.postgresql.org/mirrors/postgresql/source/v${VERSION}/
+	ftp://ftp.au.postgresql.org/pub/postgresql/source/v${VERSION}/ \
 
 PSEUDO_FLAVORS=	tcl
 FLAVOR?=
@@ -41,6 +40,7 @@
 
 SUBST_VARS=	VERSION
 
+CONTRIB=	tsearch
 USE_GMAKE=	Yes
 CONFIGURE_STYLE=gnu
 CONFIGURE_ENV=	LIBS=-lcurses
@@ -68,7 +68,6 @@
 DOCS=	${WRKSRC}/COPYRIGHT ${WRKSRC}/HISTORY \
 	${WRKSRC}/INSTALL ${WRKSRC}/README \
 	${WRKSRC}/doc/README.mb.big5 ${WRKSRC}/doc/README.mb.jp \
-	${WRKSRC}/register.txt \
 	${WRKSRC}/doc/FAQ ${WRKSRC}/doc/FAQ_DEV ${WRKSRC}/doc/TODO
 
 # For tcl
@@ -96,7 +95,15 @@
 PKG_ARCH=	*
 .endif
 
+post-build:
+. for i in ${CONTRIB}
+	cd ${WRKSRC}/contrib/${i} && ${MAKE_PROGRAM} all
+. endfor
+
 post-install:
+.for i in ${CONTRIB}
+	cd ${WRKSRC}/contrib/${i} && ${MAKE_PROGRAM} install
+. endfor
 	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/postgresql
 	${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/postgresql
 	@sed -e s#!!PREFIX!!#${TRUEPREFIX}#g ${FILESDIR}/README.OpenBSD > \
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	23 Dec 2003 19:40:32 -0000	1.4
+++ distinfo	3 Jun 2004 20:56:18 -0000
@@ -1,3 +1,3 @@
-MD5 (postgresql-7.3.5.tar.gz) = ef2751173050b97fad8592ce23525ddf
-RMD160 (postgresql-7.3.5.tar.gz) = 83d5f713d7bfcf3ca57fb2bcc88d052982911d73
-SHA1 (postgresql-7.3.5.tar.gz) = fbdab6ce38008a0e741f8b75e3b57633a36ff5ff
+MD5 (postgresql-7.4.2.tar.gz) = 72bb812ed0278c5a03980ae8c53e7529
+RMD160 (postgresql-7.4.2.tar.gz) = 861381f5164e1ac9c3b79f90122b0bffa49329c7
+SHA1 (postgresql-7.4.2.tar.gz) = e1593df7b73e9aa650989e050ad1311446e1f4e2
Index: patches/patch-src_Makefile_shlib
===================================================================
RCS file: patches/patch-src_Makefile_shlib
diff -N patches/patch-src_Makefile_shlib
--- patches/patch-src_Makefile_shlib	17 Dec 2002 16:38:54 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-src_Makefile_shlib,v 1.2 2002/12/17 16:38:54 naddy Exp $
---- src/Makefile.shlib.orig	Thu Sep  5 18:28:46 2002
-+++ src/Makefile.shlib	Sun Oct  6 16:39:21 2002
-@@ -87,12 +87,7 @@ endif
- 
- ifeq ($(PORTNAME), openbsd)
-   shlib			:= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
--  ifdef ELF_SYSTEM
--    LINK.shared		= $(COMPILER) -shared -Wl,-x,-soname,$(soname)
--    SHLIB_LINK		+= -lc
--  else
--    LINK.shared		= $(LD) -x -Bshareable -Bforcearchive
--  endif
-+  LINK.shared		= $(COMPILER) -shared
- endif
- 
- ifeq ($(PORTNAME), bsdi)
Index: patches/patch-src_interfaces_ecpg_lib_Makefile
===================================================================
RCS file: patches/patch-src_interfaces_ecpg_lib_Makefile
diff -N patches/patch-src_interfaces_ecpg_lib_Makefile
--- patches/patch-src_interfaces_ecpg_lib_Makefile	12 Feb 2003 17:09:03 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_interfaces_ecpg_lib_Makefile,v 1.3 2003/02/12 17:09:03 naddy Exp $
---- src/interfaces/ecpg/lib/Makefile.orig	Tue Jan  8 20:41:26 2002
-+++ src/interfaces/ecpg/lib/Makefile	Fri Feb  1 11:25:38 2002
-@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.glo
- 
- NAME= ecpg
- SO_MAJOR_VERSION= 3
--SO_MINOR_VERSION= 4.1
-+SO_MINOR_VERSION= 41
- 
- override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)
- 
Index: pkg/PFRAG.shared
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PFRAG.shared,v
retrieving revision 1.11
diff -u -r1.11 PFRAG.shared
--- pkg/PFRAG.shared	12 Feb 2003 17:09:03 -0000	1.11
+++ pkg/PFRAG.shared	3 Jun 2004 20:56:18 -0000
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PFRAG.shared,v 1.11 2003/02/12 17:09:03 naddy Exp $
-lib/libecpg.so.3.41
-lib/libpq.so.3.0
-DYNLIBDIR(%B)
+lib/libecpg.so.4.1
+lib/libecpg_compat.so.1.1
+lib/libpgtypes.so.1.2
+lib/libpq.so.3.1
+DYNLIBDIR(%D/lib)
Index: pkg/PFRAG.shared-clients
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PFRAG.shared-clients,v
retrieving revision 1.8
diff -u -r1.8 PFRAG.shared-clients
--- pkg/PFRAG.shared-clients	12 Feb 2003 17:09:03 -0000	1.8
+++ pkg/PFRAG.shared-clients	3 Jun 2004 20:56:18 -0000
@@ -1,4 +1 @@
 @comment $OpenBSD: PFRAG.shared-clients,v 1.8 2003/02/12 17:09:03 naddy Exp $
-lib/libecpg.so.3.41
-lib/libpq.so.3.0
-DYNLIBDIR(%B)
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST,v
retrieving revision 1.23
diff -u -r1.23 PLIST
--- pkg/PLIST	12 Feb 2003 17:09:03 -0000	1.23
+++ pkg/PLIST	3 Jun 2004 20:56:18 -0000
@@ -26,19 +26,31 @@
 bin/postmaster
 bin/psql
 bin/vacuumdb
+include/postgresql/ecpg_informix.h
 include/postgresql/ecpgerrno.h
 include/postgresql/ecpglib.h
 include/postgresql/ecpgtype.h
+include/postgresql/informix/esql/datetime.h
+include/postgresql/informix/esql/decimal.h
+include/postgresql/informix/esql/sqlda.h
+include/postgresql/informix/esql/sqltypes.h
 include/postgresql/internal/c.h
 include/postgresql/internal/lib/dllist.h
 include/postgresql/internal/libpq-int.h
 include/postgresql/internal/libpq/pqcomm.h
+include/postgresql/internal/port.h
 include/postgresql/internal/postgres_fe.h
 include/postgresql/internal/pqexpbuffer.h
 include/postgresql/libpq-fe.h
 include/postgresql/libpq/libpq-fs.h
 include/postgresql/pg_config.h
+include/postgresql/pg_config_manual.h
 include/postgresql/pg_config_os.h
+include/postgresql/pgtypes_date.h
+include/postgresql/pgtypes_error.h
+include/postgresql/pgtypes_interval.h
+include/postgresql/pgtypes_numeric.h
+include/postgresql/pgtypes_timestamp.h
 include/postgresql/postgres_ext.h
 include/postgresql/server/access/attnum.h
 include/postgresql/server/access/clog.h
@@ -61,6 +73,7 @@
 include/postgresql/server/access/rtscan.h
 include/postgresql/server/access/sdir.h
 include/postgresql/server/access/skey.h
+include/postgresql/server/access/slru.h
 include/postgresql/server/access/strat.h
 include/postgresql/server/access/transam.h
 include/postgresql/server/access/tupdesc.h
@@ -111,6 +124,7 @@
 include/postgresql/server/catalog/pg_trigger.h
 include/postgresql/server/catalog/pg_type.h
 include/postgresql/server/catalog/pg_version.h
+include/postgresql/server/commands/alter.h
 include/postgresql/server/commands/async.h
 include/postgresql/server/commands/cluster.h
 include/postgresql/server/commands/comment.h
@@ -127,6 +141,7 @@
 include/postgresql/server/commands/sequence.h
 include/postgresql/server/commands/tablecmds.h
 include/postgresql/server/commands/trigger.h
+include/postgresql/server/commands/typecmds.h
 include/postgresql/server/commands/user.h
 include/postgresql/server/commands/vacuum.h
 include/postgresql/server/commands/variable.h
@@ -161,9 +176,12 @@
 include/postgresql/server/executor/nodeUnique.h
 include/postgresql/server/executor/spi.h
 include/postgresql/server/executor/spi_priv.h
+include/postgresql/server/executor/tstoreReceiver.h
 include/postgresql/server/executor/tuptable.h
 include/postgresql/server/fmgr.h
 include/postgresql/server/funcapi.h
+include/postgresql/server/getaddrinfo.h
+include/postgresql/server/getopt_long.h
 include/postgresql/server/lib/dllist.h
 include/postgresql/server/lib/lispsort.h
 include/postgresql/server/lib/stringinfo.h
@@ -171,15 +189,16 @@
 include/postgresql/server/libpq/be-fsstubs.h
 include/postgresql/server/libpq/crypt.h
 include/postgresql/server/libpq/hba.h
+include/postgresql/server/libpq/ip.h
 include/postgresql/server/libpq/libpq-be.h
 include/postgresql/server/libpq/libpq-fs.h
 include/postgresql/server/libpq/libpq.h
-include/postgresql/server/libpq/password.h
 include/postgresql/server/libpq/pqcomm.h
 include/postgresql/server/libpq/pqformat.h
 include/postgresql/server/libpq/pqsignal.h
 include/postgresql/server/mb/pg_wchar.h
 include/postgresql/server/miscadmin.h
+include/postgresql/server/nodes/bitmapset.h
 include/postgresql/server/nodes/execnodes.h
 include/postgresql/server/nodes/makefuncs.h
 include/postgresql/server/nodes/memnodes.h
@@ -233,11 +252,14 @@
 include/postgresql/server/parser/parsetree.h
 include/postgresql/server/parser/scansup.h
 include/postgresql/server/pg_config.h
+include/postgresql/server/pg_config_manual.h
 include/postgresql/server/pg_config_os.h
 include/postgresql/server/pgstat.h
+include/postgresql/server/port.h
 include/postgresql/server/port/aix.h
 include/postgresql/server/port/beos.h
 include/postgresql/server/port/bsdi.h
+include/postgresql/server/port/cygwin.h
 include/postgresql/server/port/darwin.h
 include/postgresql/server/port/dgux.h
 include/postgresql/server/port/freebsd.h
@@ -256,16 +278,14 @@
 include/postgresql/server/port/ultrix4.h
 include/postgresql/server/port/univel.h
 include/postgresql/server/port/unixware.h
-include/postgresql/server/port/win.h
 include/postgresql/server/port/win32.h
 include/postgresql/server/postgres.h
 include/postgresql/server/postgres_ext.h
 include/postgresql/server/postgres_fe.h
-include/postgresql/server/regex/cclass.h
-include/postgresql/server/regex/cname.h
+include/postgresql/server/regex/regcustom.h
+include/postgresql/server/regex/regerrs.h
 include/postgresql/server/regex/regex.h
-include/postgresql/server/regex/regex2.h
-include/postgresql/server/regex/utils.h
+include/postgresql/server/regex/regguts.h
 include/postgresql/server/rewrite/prs2lock.h
 include/postgresql/server/rewrite/rewriteDefine.h
 include/postgresql/server/rewrite/rewriteHandler.h
@@ -292,7 +312,6 @@
 include/postgresql/server/storage/lock.h
 include/postgresql/server/storage/lwlock.h
 include/postgresql/server/storage/off.h
-include/postgresql/server/storage/page.h
 include/postgresql/server/storage/pg_sema.h
 include/postgresql/server/storage/pg_shmem.h
 include/postgresql/server/storage/pmsignal.h
@@ -315,7 +334,6 @@
 include/postgresql/server/utils/acl.h
 include/postgresql/server/utils/array.h
 include/postgresql/server/utils/ascii.h
-include/postgresql/server/utils/bit.h
 include/postgresql/server/utils/builtins.h
 include/postgresql/server/utils/cash.h
 include/postgresql/server/utils/catcache.h
@@ -325,12 +343,14 @@
 include/postgresql/server/utils/dynahash.h
 include/postgresql/server/utils/dynamic_loader.h
 include/postgresql/server/utils/elog.h
-include/postgresql/server/utils/fcache.h
+include/postgresql/server/utils/errcodes.h
 include/postgresql/server/utils/fmgroids.h
 include/postgresql/server/utils/fmgrtab.h
 include/postgresql/server/utils/formatting.h
 include/postgresql/server/utils/geo_decls.h
 include/postgresql/server/utils/guc.h
+include/postgresql/server/utils/guc_tables.h
+include/postgresql/server/utils/help_config.h
 include/postgresql/server/utils/hsearch.h
 include/postgresql/server/utils/inet.h
 include/postgresql/server/utils/int8.h
@@ -355,11 +375,22 @@
 include/postgresql/server/utils/tqual.h
 include/postgresql/server/utils/tuplesort.h
 include/postgresql/server/utils/tuplestore.h
+include/postgresql/server/utils/typcache.h
 include/postgresql/server/utils/varbit.h
 include/postgresql/sql3types.h
 include/postgresql/sqlca.h
 lib/libecpg.a
+lib/libecpg.so
+lib/libecpg.so.4
+lib/libecpg_compat.a
+lib/libecpg_compat.so
+lib/libecpg_compat.so.1
+lib/libpgtypes.a
+lib/libpgtypes.so
+lib/libpgtypes.so.1
 lib/libpq.a
+lib/libpq.so
+lib/libpq.so.3
 lib/postgresql/ascii_and_mic.so
 lib/postgresql/cyrillic_and_mic.so
 lib/postgresql/euc_cn_and_mic.so
@@ -369,6 +400,7 @@
 lib/postgresql/latin2_and_win1250.so
 lib/postgresql/latin_and_mic.so
 lib/postgresql/plpgsql.so
+lib/postgresql/tsearch.so
 lib/postgresql/utf8_and_ascii.so
 lib/postgresql/utf8_and_big5.so
 lib/postgresql/utf8_and_cyrillic.so
@@ -405,13 +437,23 @@
 man/man1/pg_dumpall.1
 man/man1/pg_resetxlog.1
 man/man1/pg_restore.1
+man/man1/pgtclsh.1
+man/man1/pgtksh.1
 man/man1/postgres.1
 man/man1/postmaster.1
 man/man1/psql.1
 man/man1/vacuumdb.1
 man/man7/abort.7
+man/man7/alter_aggregate.7
+man/man7/alter_conversion.7
 man/man7/alter_database.7
+man/man7/alter_domain.7
+man/man7/alter_function.7
 man/man7/alter_group.7
+man/man7/alter_language.7
+man/man7/alter_operator_class.7
+man/man7/alter_schema.7
+man/man7/alter_sequence.7
 man/man7/alter_table.7
 man/man7/alter_trigger.7
 man/man7/alter_user.7
@@ -504,15 +546,21 @@
 share/doc/postgresql/README.mb.big5
 share/doc/postgresql/README.mb.jp
 share/doc/postgresql/TODO
-share/doc/postgresql/register.txt
+share/doc/postgresql/contrib/README.tsearch
+share/postgresql/contrib/tsearch.sql
 share/postgresql/conversion_create.sql
+share/postgresql/information_schema.sql
 share/postgresql/pg_hba.conf.sample
 share/postgresql/pg_ident.conf.sample
+share/postgresql/pg_service.conf.sample
 share/postgresql/postgres.bki
 share/postgresql/postgres.description
 share/postgresql/postgresql.conf.sample
+share/postgresql/sql_features.txt
 %%SHARED%%
+@dirrm share/postgresql/contrib
 @dirrm share/postgresql
+@dirrm share/doc/postgresql/contrib
 @dirrm share/doc/postgresql
 @dirrm lib/postgresql
 @dirrm include/postgresql/server/utils
@@ -537,4 +585,6 @@
 @dirrm include/postgresql/internal/libpq
 @dirrm include/postgresql/internal/lib
 @dirrm include/postgresql/internal
+@dirrm include/postgresql/informix/esql
+@dirrm include/postgresql/informix
 @dirrm include/postgresql
Index: pkg/PLIST-clients
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-clients,v
retrieving revision 1.8
diff -u -r1.8 PLIST-clients
--- pkg/PLIST-clients	12 Feb 2003 17:09:03 -0000	1.8
+++ pkg/PLIST-clients	3 Jun 2004 20:56:18 -0000
@@ -164,7 +164,6 @@
 include/postgresql/server/libpq/libpq-be.h
 include/postgresql/server/libpq/libpq-fs.h
 include/postgresql/server/libpq/libpq.h
-include/postgresql/server/libpq/password.h
 include/postgresql/server/libpq/pqcomm.h
 include/postgresql/server/libpq/pqformat.h
 include/postgresql/server/libpq/pqsignal.h
@@ -246,16 +245,11 @@
 include/postgresql/server/port/ultrix4.h
 include/postgresql/server/port/univel.h
 include/postgresql/server/port/unixware.h
-include/postgresql/server/port/win.h
 include/postgresql/server/port/win32.h
 include/postgresql/server/postgres.h
 include/postgresql/server/postgres_ext.h
 include/postgresql/server/postgres_fe.h
-include/postgresql/server/regex/cclass.h
-include/postgresql/server/regex/cname.h
 include/postgresql/server/regex/regex.h
-include/postgresql/server/regex/regex2.h
-include/postgresql/server/regex/utils.h
 include/postgresql/server/rewrite/prs2lock.h
 include/postgresql/server/rewrite/rewriteDefine.h
 include/postgresql/server/rewrite/rewriteHandler.h
@@ -282,7 +276,6 @@
 include/postgresql/server/storage/lock.h
 include/postgresql/server/storage/lwlock.h
 include/postgresql/server/storage/off.h
-include/postgresql/server/storage/page.h
 include/postgresql/server/storage/pg_sema.h
 include/postgresql/server/storage/pg_shmem.h
 include/postgresql/server/storage/pmsignal.h
@@ -305,7 +298,6 @@
 include/postgresql/server/utils/acl.h
 include/postgresql/server/utils/array.h
 include/postgresql/server/utils/ascii.h
-include/postgresql/server/utils/bit.h
 include/postgresql/server/utils/builtins.h
 include/postgresql/server/utils/cash.h
 include/postgresql/server/utils/catcache.h
@@ -315,7 +307,6 @@
 include/postgresql/server/utils/dynahash.h
 include/postgresql/server/utils/dynamic_loader.h
 include/postgresql/server/utils/elog.h
-include/postgresql/server/utils/fcache.h
 include/postgresql/server/utils/fmgroids.h
 include/postgresql/server/utils/fmgrtab.h
 include/postgresql/server/utils/formatting.h
@@ -459,7 +450,6 @@
 share/doc/postgresql/README.mb.big5
 share/doc/postgresql/README.mb.jp
 share/doc/postgresql/TODO
-share/doc/postgresql/register.txt
 %%SHARED%%
 @dirrm share/postgresql
 @dirrm share/doc/postgresql
@@ -486,4 +476,3 @@
 @dirrm include/postgresql/internal/libpq
 @dirrm include/postgresql/internal/lib
 @dirrm include/postgresql/internal
-@dirrm include/postgresql
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.12
diff -u -r1.12 PLIST-docs
--- pkg/PLIST-docs	23 Dec 2003 19:40:32 -0000	1.12
+++ pkg/PLIST-docs	3 Jun 2004 20:56:18 -0000
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST-docs,v 1.12 2003/12/23 19:40:32 brad Exp $
-share/doc/postgresql/html/admin-preface.html
+share/doc/postgresql/html/LEGALNOTICE.html
 share/doc/postgresql/html/admin.html
 share/doc/postgresql/html/app-clusterdb.html
 share/doc/postgresql/html/app-createdb.html
@@ -25,8 +25,8 @@
 share/doc/postgresql/html/app-postmaster.html
 share/doc/postgresql/html/app-psql.html
 share/doc/postgresql/html/app-vacuumdb.html
+share/doc/postgresql/html/appendixes.html
 share/doc/postgresql/html/applevel-consistency.html
-share/doc/postgresql/html/arch-pg.html
 share/doc/postgresql/html/arrays.html
 share/doc/postgresql/html/auth-methods.html
 share/doc/postgresql/html/backup-file.html
@@ -35,6 +35,7 @@
 share/doc/postgresql/html/bki-commands.html
 share/doc/postgresql/html/bki-example.html
 share/doc/postgresql/html/bki.html
+share/doc/postgresql/html/bookindex.html
 share/doc/postgresql/html/bug-reporting.html
 share/doc/postgresql/html/catalog-pg-aggregate.html
 share/doc/postgresql/html/catalog-pg-am.html
@@ -64,14 +65,12 @@
 share/doc/postgresql/html/catalog-pg-statistic.html
 share/doc/postgresql/html/catalog-pg-trigger.html
 share/doc/postgresql/html/catalog-pg-type.html
-share/doc/postgresql/html/catalogs.gif
 share/doc/postgresql/html/catalogs.html
 share/doc/postgresql/html/charset.html
 share/doc/postgresql/html/client-authentication-problems.html
 share/doc/postgresql/html/client-authentication.html
-share/doc/postgresql/html/compiler.html
+share/doc/postgresql/html/client-interfaces.html
 share/doc/postgresql/html/connect-estab.html
-share/doc/postgresql/html/connections.gif
 share/doc/postgresql/html/creating-cluster.html
 share/doc/postgresql/html/cvs-tree.html
 share/doc/postgresql/html/cvs.html
@@ -88,8 +87,11 @@
 share/doc/postgresql/html/datatype-pseudo.html
 share/doc/postgresql/html/datatype.html
 share/doc/postgresql/html/datetime-appendix.html
+share/doc/postgresql/html/datetime-keywords.html
+share/doc/postgresql/html/datetime-units-history.html
 share/doc/postgresql/html/ddl-alter.html
 share/doc/postgresql/html/ddl-constraints.html
+share/doc/postgresql/html/ddl-default.html
 share/doc/postgresql/html/ddl-depend.html
 share/doc/postgresql/html/ddl-inherit.html
 share/doc/postgresql/html/ddl-others.html
@@ -97,36 +99,45 @@
 share/doc/postgresql/html/ddl-schemas.html
 share/doc/postgresql/html/ddl-system-columns.html
 share/doc/postgresql/html/ddl.html
-share/doc/postgresql/html/developer.html
 share/doc/postgresql/html/disk-full.html
 share/doc/postgresql/html/diskusage.html
 share/doc/postgresql/html/dml-delete.html
 share/doc/postgresql/html/dml-update.html
 share/doc/postgresql/html/dml.html
-share/doc/postgresql/html/doc-build.html
-share/doc/postgresql/html/doc-sources.html
-share/doc/postgresql/html/doc-style.html
-share/doc/postgresql/html/doc-toolsets.html
+share/doc/postgresql/html/docguide-authoring.html
+share/doc/postgresql/html/docguide-build.html
+share/doc/postgresql/html/docguide-style.html
+share/doc/postgresql/html/docguide-toolsets.html
 share/doc/postgresql/html/docguide.html
 share/doc/postgresql/html/ecpg-commands.html
 share/doc/postgresql/html/ecpg-connect.html
+share/doc/postgresql/html/ecpg-descriptors.html
 share/doc/postgresql/html/ecpg-develop.html
 share/doc/postgresql/html/ecpg-disconnect.html
+share/doc/postgresql/html/ecpg-dynamic.html
 share/doc/postgresql/html/ecpg-errors.html
 share/doc/postgresql/html/ecpg-include.html
 share/doc/postgresql/html/ecpg-library.html
-share/doc/postgresql/html/ecpg-porting.html
 share/doc/postgresql/html/ecpg-process.html
+share/doc/postgresql/html/ecpg-set-connection.html
 share/doc/postgresql/html/ecpg-variables.html
 share/doc/postgresql/html/ecpg.html
+share/doc/postgresql/html/errcodes-appendix.html
+share/doc/postgresql/html/error-message-reporting.html
+share/doc/postgresql/html/error-style-guide.html
+share/doc/postgresql/html/examples.html
 share/doc/postgresql/html/executor.html
 share/doc/postgresql/html/explicit-joins.html
 share/doc/postgresql/html/explicit-locking.html
+share/doc/postgresql/html/extend-type-system.html
 share/doc/postgresql/html/extend.html
+share/doc/postgresql/html/extensibility.html
 share/doc/postgresql/html/features.html
 share/doc/postgresql/html/functions-aggregate.html
+share/doc/postgresql/html/functions-array.html
 share/doc/postgresql/html/functions-binarystring.html
 share/doc/postgresql/html/functions-comparison.html
+share/doc/postgresql/html/functions-comparisons.html
 share/doc/postgresql/html/functions-conditional.html
 share/doc/postgresql/html/functions-datetime.html
 share/doc/postgresql/html/functions-formatting.html
@@ -146,16 +157,58 @@
 share/doc/postgresql/html/gist.html
 share/doc/postgresql/html/groups.html
 share/doc/postgresql/html/history.html
+share/doc/postgresql/html/implementation.html
 share/doc/postgresql/html/index.html
 share/doc/postgresql/html/indexcost.html
 share/doc/postgresql/html/indexes-examine.html
-share/doc/postgresql/html/indexes-functional.html
+share/doc/postgresql/html/indexes-expressional.html
 share/doc/postgresql/html/indexes-multicolumn.html
 share/doc/postgresql/html/indexes-opclass.html
 share/doc/postgresql/html/indexes-partial.html
 share/doc/postgresql/html/indexes-types.html
 share/doc/postgresql/html/indexes-unique.html
 share/doc/postgresql/html/indexes.html
+share/doc/postgresql/html/information-schema.html
+share/doc/postgresql/html/infoschema-applicable-roles.html
+share/doc/postgresql/html/infoschema-check-constraints.html
+share/doc/postgresql/html/infoschema-column-domain-usage.html
+share/doc/postgresql/html/infoschema-column-privileges.html
+share/doc/postgresql/html/infoschema-column-udt-usage.html
+share/doc/postgresql/html/infoschema-columns.html
+share/doc/postgresql/html/infoschema-constraint-column-usage.html
+share/doc/postgresql/html/infoschema-constraint-table-usage.html
+share/doc/postgresql/html/infoschema-data-type-privileges.html
+share/doc/postgresql/html/infoschema-datatypes.html
+share/doc/postgresql/html/infoschema-domain-constraints.html
+share/doc/postgresql/html/infoschema-domain-udt-usage.html
+share/doc/postgresql/html/infoschema-domains.html
+share/doc/postgresql/html/infoschema-element-types.html
+share/doc/postgresql/html/infoschema-enabled-roles.html
+share/doc/postgresql/html/infoschema-information-schema-catalog-name.html
+share/doc/postgresql/html/infoschema-key-column-usage.html
+share/doc/postgresql/html/infoschema-parameters.html
+share/doc/postgresql/html/infoschema-referential-constraints.html
+share/doc/postgresql/html/infoschema-role-column-grants.html
+share/doc/postgresql/html/infoschema-role-routine-grants.html
+share/doc/postgresql/html/infoschema-role-table-grants.html
+share/doc/postgresql/html/infoschema-role-usage-grants.html
+share/doc/postgresql/html/infoschema-routine-privileges.html
+share/doc/postgresql/html/infoschema-routines.html
+share/doc/postgresql/html/infoschema-schemata.html
+share/doc/postgresql/html/infoschema-sql-features.html
+share/doc/postgresql/html/infoschema-sql-implementation-info.html
+share/doc/postgresql/html/infoschema-sql-languages.html
+share/doc/postgresql/html/infoschema-sql-packages.html
+share/doc/postgresql/html/infoschema-sql-sizing-profiles.html
+share/doc/postgresql/html/infoschema-sql-sizing.html
+share/doc/postgresql/html/infoschema-table-constraints.html
+share/doc/postgresql/html/infoschema-table-privileges.html
+share/doc/postgresql/html/infoschema-tables.html
+share/doc/postgresql/html/infoschema-triggers.html
+share/doc/postgresql/html/infoschema-usage-privileges.html
+share/doc/postgresql/html/infoschema-view-column-usage.html
+share/doc/postgresql/html/infoschema-view-table-usage.html
+share/doc/postgresql/html/infoschema-views.html
 share/doc/postgresql/html/install-getsource.html
 share/doc/postgresql/html/install-post.html
 share/doc/postgresql/html/install-procedure.html
@@ -163,7 +216,9 @@
 share/doc/postgresql/html/install-upgrading.html
 share/doc/postgresql/html/install-win32.html
 share/doc/postgresql/html/installation.html
+share/doc/postgresql/html/internals.html
 share/doc/postgresql/html/jdbc-binary-data.html
+share/doc/postgresql/html/jdbc-callproc.html
 share/doc/postgresql/html/jdbc-datasource.html
 share/doc/postgresql/html/jdbc-ddl.html
 share/doc/postgresql/html/jdbc-ext.html
@@ -179,28 +234,23 @@
 share/doc/postgresql/html/libpgtcl-ref.html
 share/doc/postgresql/html/libpq-async.html
 share/doc/postgresql/html/libpq-build.html
-share/doc/postgresql/html/libpq-connect.html
 share/doc/postgresql/html/libpq-control.html
 share/doc/postgresql/html/libpq-copy.html
 share/doc/postgresql/html/libpq-envars.html
 share/doc/postgresql/html/libpq-example.html
 share/doc/postgresql/html/libpq-exec.html
 share/doc/postgresql/html/libpq-fastpath.html
-share/doc/postgresql/html/libpq-files.html
+share/doc/postgresql/html/libpq-notice-processing.html
 share/doc/postgresql/html/libpq-notify.html
+share/doc/postgresql/html/libpq-pgpass.html
+share/doc/postgresql/html/libpq-status.html
 share/doc/postgresql/html/libpq-threading.html
-share/doc/postgresql/html/libpq-trace.html
 share/doc/postgresql/html/libpq.html
-share/doc/postgresql/html/ln17989.html
-share/doc/postgresql/html/ln24805.html
-share/doc/postgresql/html/ln25.html
-share/doc/postgresql/html/ln37249.html
-share/doc/postgresql/html/ln51965.html
-share/doc/postgresql/html/ln659.html
+share/doc/postgresql/html/limitations.html
+share/doc/postgresql/html/lo-examplesect.html
 share/doc/postgresql/html/lo-funcs.html
 share/doc/postgresql/html/lo-implementation.html
 share/doc/postgresql/html/lo-interfaces.html
-share/doc/postgresql/html/lo-libpq.html
 share/doc/postgresql/html/locking-indexes.html
 share/doc/postgresql/html/logfile-maintenance.html
 share/doc/postgresql/html/maintenance.html
@@ -224,7 +274,7 @@
 share/doc/postgresql/html/parser-stage.html
 share/doc/postgresql/html/performance-tips.html
 share/doc/postgresql/html/perm-functions.html
-share/doc/postgresql/html/pg-system-catalogs.html
+share/doc/postgresql/html/pgtcl-examplesect.html
 share/doc/postgresql/html/pgtcl-pgconndefaults.html
 share/doc/postgresql/html/pgtcl-pgconnect.html
 share/doc/postgresql/html/pgtcl-pgdisconnect.html
@@ -247,6 +297,7 @@
 share/doc/postgresql/html/pgtcl.html
 share/doc/postgresql/html/planner-optimizer.html
 share/doc/postgresql/html/planner-stats.html
+share/doc/postgresql/html/plhandler.html
 share/doc/postgresql/html/plperl-data.html
 share/doc/postgresql/html/plperl-database.html
 share/doc/postgresql/html/plperl-missing.html
@@ -255,8 +306,8 @@
 share/doc/postgresql/html/plpgsql-control-structures.html
 share/doc/postgresql/html/plpgsql-cursors.html
 share/doc/postgresql/html/plpgsql-declarations.html
+share/doc/postgresql/html/plpgsql-development-tips.html
 share/doc/postgresql/html/plpgsql-errors-and-messages.html
-share/doc/postgresql/html/plpgsql-examples.html
 share/doc/postgresql/html/plpgsql-expressions.html
 share/doc/postgresql/html/plpgsql-porting.html
 share/doc/postgresql/html/plpgsql-statements.html
@@ -265,91 +316,37 @@
 share/doc/postgresql/html/plpgsql.html
 share/doc/postgresql/html/plpython-database.html
 share/doc/postgresql/html/plpython-trigger.html
-share/doc/postgresql/html/plpython-trusted.html
 share/doc/postgresql/html/plpython.html
-share/doc/postgresql/html/pltcl-description.html
+share/doc/postgresql/html/pltcl-data.html
+share/doc/postgresql/html/pltcl-dbaccess.html
+share/doc/postgresql/html/pltcl-functions.html
+share/doc/postgresql/html/pltcl-global.html
+share/doc/postgresql/html/pltcl-procnames.html
+share/doc/postgresql/html/pltcl-trigger.html
+share/doc/postgresql/html/pltcl-unknown.html
 share/doc/postgresql/html/pltcl.html
 share/doc/postgresql/html/populate.html
 share/doc/postgresql/html/postmaster-shutdown.html
 share/doc/postgresql/html/postmaster-start.html
+share/doc/postgresql/html/preface.html
 share/doc/postgresql/html/privileges.html
-share/doc/postgresql/html/programmer-client.html
-share/doc/postgresql/html/programmer-pl.html
-share/doc/postgresql/html/programmer-preface.html
-share/doc/postgresql/html/programmer-server.html
-share/doc/postgresql/html/programmer.html
+share/doc/postgresql/html/protocol-changes.html
+share/doc/postgresql/html/protocol-error-fields.html
+share/doc/postgresql/html/protocol-flow.html
 share/doc/postgresql/html/protocol-message-formats.html
 share/doc/postgresql/html/protocol-message-types.html
-share/doc/postgresql/html/protocol-protocol.html
 share/doc/postgresql/html/protocol.html
-share/doc/postgresql/html/pygresql-close.html
-share/doc/postgresql/html/pygresql-connect.html
-share/doc/postgresql/html/pygresql-db-clear.html
-share/doc/postgresql/html/pygresql-db-delete.html
-share/doc/postgresql/html/pygresql-db-get-attnames.html
-share/doc/postgresql/html/pygresql-db-get-databases.html
-share/doc/postgresql/html/pygresql-db-get-tables.html
-share/doc/postgresql/html/pygresql-db-get.html
-share/doc/postgresql/html/pygresql-db-insert.html
-share/doc/postgresql/html/pygresql-db-pkey.html
-share/doc/postgresql/html/pygresql-db-update.html
-share/doc/postgresql/html/pygresql-endcopy.html
-share/doc/postgresql/html/pygresql-fileno.html
-share/doc/postgresql/html/pygresql-get-defbase.html
-share/doc/postgresql/html/pygresql-get-defhost.html
-share/doc/postgresql/html/pygresql-get-defopt.html
-share/doc/postgresql/html/pygresql-get-defport.html
-share/doc/postgresql/html/pygresql-get-deftty.html
-share/doc/postgresql/html/pygresql-getline.html
-share/doc/postgresql/html/pygresql-getlo.html
-share/doc/postgresql/html/pygresql-getnotify.html
-share/doc/postgresql/html/pygresql-inserttable.html
-share/doc/postgresql/html/pygresql-locreate.html
-share/doc/postgresql/html/pygresql-loimport.html
-share/doc/postgresql/html/pygresql-pg-db.html
-share/doc/postgresql/html/pygresql-pg-functions.html
-share/doc/postgresql/html/pygresql-pg-pglarge.html
-share/doc/postgresql/html/pygresql-pg-pgobject.html
-share/doc/postgresql/html/pygresql-pg-pgqueryobject.html
-share/doc/postgresql/html/pygresql-pglargeobject-close.html
-share/doc/postgresql/html/pygresql-pglargeobject-export.html
-share/doc/postgresql/html/pygresql-pglargeobject-open.html
-share/doc/postgresql/html/pygresql-pglargeobject-read.html
-share/doc/postgresql/html/pygresql-pglargeobject-seek.html
-share/doc/postgresql/html/pygresql-pglargeobject-size.html
-share/doc/postgresql/html/pygresql-pglargeobject-tell.html
-share/doc/postgresql/html/pygresql-pglargeobject-unlink.html
-share/doc/postgresql/html/pygresql-pglargeobject-write.html
-share/doc/postgresql/html/pygresql-pgqueryobject-dictresult.html
-share/doc/postgresql/html/pygresql-pgqueryobject-fieldname.html
-share/doc/postgresql/html/pygresql-pgqueryobject-fieldnum.html
-share/doc/postgresql/html/pygresql-pgqueryobject-getresult.html
-share/doc/postgresql/html/pygresql-pgqueryobject-listfields.html
-share/doc/postgresql/html/pygresql-pgqueryobject-ntuples.html
-share/doc/postgresql/html/pygresql-putline.html
-share/doc/postgresql/html/pygresql-query.html
-share/doc/postgresql/html/pygresql-reset.html
-share/doc/postgresql/html/pygresql-set-defbase.html
-share/doc/postgresql/html/pygresql-set-defhost.html
-share/doc/postgresql/html/pygresql-set-defopt.html
-share/doc/postgresql/html/pygresql-set-defport.html
-share/doc/postgresql/html/pygresql-set-deftty.html
-share/doc/postgresql/html/pygresql.html
 share/doc/postgresql/html/queries-limit.html
 share/doc/postgresql/html/queries-order.html
 share/doc/postgresql/html/queries-select-lists.html
 share/doc/postgresql/html/queries-table-expressions.html
 share/doc/postgresql/html/queries-union.html
 share/doc/postgresql/html/queries.html
-share/doc/postgresql/html/querytree.html
-share/doc/postgresql/html/recode.html
 share/doc/postgresql/html/reference-client.html
-share/doc/postgresql/html/reference-preface.html
 share/doc/postgresql/html/reference-server.html
 share/doc/postgresql/html/reference.html
 share/doc/postgresql/html/regress-evaluation.html
 share/doc/postgresql/html/regress-platform.html
-share/doc/postgresql/html/regress-run.html
 share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-0-01.html
 share/doc/postgresql/html/release-0-02.html
@@ -390,58 +387,69 @@
 share/doc/postgresql/html/release-7-3-2.html
 share/doc/postgresql/html/release-7-3-3.html
 share/doc/postgresql/html/release-7-3-4.html
+share/doc/postgresql/html/release-7-3-5.html
+share/doc/postgresql/html/release-7-3-6.html
 share/doc/postgresql/html/release-7-3.html
+share/doc/postgresql/html/release-7-4-1.html
+share/doc/postgresql/html/release-7-4.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/resources.html
 share/doc/postgresql/html/routine-reindex.html
-share/doc/postgresql/html/routine-vacuuming.html
 share/doc/postgresql/html/rule-system.html
-share/doc/postgresql/html/rules-insert.html
-share/doc/postgresql/html/rules-permissions.html
+share/doc/postgresql/html/rules-privileges.html
 share/doc/postgresql/html/rules-status.html
 share/doc/postgresql/html/rules-triggers.html
+share/doc/postgresql/html/rules-update.html
 share/doc/postgresql/html/rules-views.html
 share/doc/postgresql/html/rules.html
 share/doc/postgresql/html/runtime-config.html
 share/doc/postgresql/html/runtime.html
-share/doc/postgresql/html/setindex.html
+share/doc/postgresql/html/server-programming.html
 share/doc/postgresql/html/source.html
 share/doc/postgresql/html/spi-examples.html
 share/doc/postgresql/html/spi-interface-support.html
 share/doc/postgresql/html/spi-memory.html
-share/doc/postgresql/html/spi-spiconnect.html
-share/doc/postgresql/html/spi-spicopytuple.html
-share/doc/postgresql/html/spi-spicopytupledesc.html
-share/doc/postgresql/html/spi-spicopytupleintoslot.html
-share/doc/postgresql/html/spi-spicursor-close.html
-share/doc/postgresql/html/spi-spicursor-fetch.html
-share/doc/postgresql/html/spi-spicursor-find.html
-share/doc/postgresql/html/spi-spicursor-move.html
-share/doc/postgresql/html/spi-spicursor-open.html
-share/doc/postgresql/html/spi-spiexec.html
-share/doc/postgresql/html/spi-spiexecp.html
-share/doc/postgresql/html/spi-spifinish.html
-share/doc/postgresql/html/spi-spifname.html
-share/doc/postgresql/html/spi-spifnumber.html
-share/doc/postgresql/html/spi-spifreeplan.html
-share/doc/postgresql/html/spi-spifreetuple.html
-share/doc/postgresql/html/spi-spifreetuptable.html
-share/doc/postgresql/html/spi-spigetbinval.html
-share/doc/postgresql/html/spi-spigetrelname.html
-share/doc/postgresql/html/spi-spigettype.html
-share/doc/postgresql/html/spi-spigettypeid.html
-share/doc/postgresql/html/spi-spigetvalue.html
-share/doc/postgresql/html/spi-spimodifytuple.html
-share/doc/postgresql/html/spi-spipalloc.html
-share/doc/postgresql/html/spi-spipfree.html
-share/doc/postgresql/html/spi-spiprepare.html
-share/doc/postgresql/html/spi-spirepalloc.html
-share/doc/postgresql/html/spi-spisaveplan.html
+share/doc/postgresql/html/spi-realloc.html
+share/doc/postgresql/html/spi-spi-connect.html
+share/doc/postgresql/html/spi-spi-copytuple.html
+share/doc/postgresql/html/spi-spi-copytupledesc.html
+share/doc/postgresql/html/spi-spi-copytupleintoslot.html
+share/doc/postgresql/html/spi-spi-cursor-close.html
+share/doc/postgresql/html/spi-spi-cursor-fetch.html
+share/doc/postgresql/html/spi-spi-cursor-find.html
+share/doc/postgresql/html/spi-spi-cursor-move.html
+share/doc/postgresql/html/spi-spi-cursor-open.html
+share/doc/postgresql/html/spi-spi-exec.html
+share/doc/postgresql/html/spi-spi-execp.html
+share/doc/postgresql/html/spi-spi-finish.html
+share/doc/postgresql/html/spi-spi-fname.html
+share/doc/postgresql/html/spi-spi-fnumber.html
+share/doc/postgresql/html/spi-spi-freeplan.html
+share/doc/postgresql/html/spi-spi-freetuple.html
+share/doc/postgresql/html/spi-spi-freetupletable.html
+share/doc/postgresql/html/spi-spi-getbinval.html
+share/doc/postgresql/html/spi-spi-getrelname.html
+share/doc/postgresql/html/spi-spi-gettype.html
+share/doc/postgresql/html/spi-spi-gettypeid.html
+share/doc/postgresql/html/spi-spi-getvalue.html
+share/doc/postgresql/html/spi-spi-modifytuple.html
+share/doc/postgresql/html/spi-spi-palloc.html
+share/doc/postgresql/html/spi-spi-pfree.html
+share/doc/postgresql/html/spi-spi-prepare.html
+share/doc/postgresql/html/spi-spi-saveplan.html
 share/doc/postgresql/html/spi-visibility.html
 share/doc/postgresql/html/spi.html
 share/doc/postgresql/html/sql-abort.html
+share/doc/postgresql/html/sql-alteraggregate.html
+share/doc/postgresql/html/sql-alterconversion.html
 share/doc/postgresql/html/sql-alterdatabase.html
+share/doc/postgresql/html/sql-alterdomain.html
+share/doc/postgresql/html/sql-alterfunction.html
 share/doc/postgresql/html/sql-altergroup.html
+share/doc/postgresql/html/sql-alterlanguage.html
+share/doc/postgresql/html/sql-alteropclass.html
+share/doc/postgresql/html/sql-alterschema.html
+share/doc/postgresql/html/sql-altersequence.html
 share/doc/postgresql/html/sql-altertable.html
 share/doc/postgresql/html/sql-altertrigger.html
 share/doc/postgresql/html/sql-alteruser.html
@@ -528,14 +536,15 @@
 share/doc/postgresql/html/sql-unlisten.html
 share/doc/postgresql/html/sql-update.html
 share/doc/postgresql/html/sql-vacuum.html
+share/doc/postgresql/html/sql.html
 share/doc/postgresql/html/ssh-tunnels.html
 share/doc/postgresql/html/ssl-tcp.html
 share/doc/postgresql/html/stylesheet.css
 share/doc/postgresql/html/supported-platforms.html
 share/doc/postgresql/html/transaction-iso.html
 share/doc/postgresql/html/trigger-datachanges.html
-share/doc/postgresql/html/trigger-examples.html
-share/doc/postgresql/html/trigger-manager.html
+share/doc/postgresql/html/trigger-example.html
+share/doc/postgresql/html/trigger-interface.html
 share/doc/postgresql/html/triggers.html
 share/doc/postgresql/html/tutorial-accessdb.html
 share/doc/postgresql/html/tutorial-advanced.html
@@ -549,7 +558,6 @@
 share/doc/postgresql/html/tutorial-inheritance.html
 share/doc/postgresql/html/tutorial-join.html
 share/doc/postgresql/html/tutorial-populate.html
-share/doc/postgresql/html/tutorial-preface.html
 share/doc/postgresql/html/tutorial-select.html
 share/doc/postgresql/html/tutorial-sql.html
 share/doc/postgresql/html/tutorial-start.html
@@ -558,44 +566,37 @@
 share/doc/postgresql/html/tutorial-update.html
 share/doc/postgresql/html/tutorial-views.html
 share/doc/postgresql/html/tutorial.html
-share/doc/postgresql/html/type-system.html
 share/doc/postgresql/html/typeconv-func.html
 share/doc/postgresql/html/typeconv-oper.html
 share/doc/postgresql/html/typeconv-query.html
 share/doc/postgresql/html/typeconv-union-case.html
 share/doc/postgresql/html/typeconv.html
-share/doc/postgresql/html/units-history.html
 share/doc/postgresql/html/unsupported-features-sql99.html
 share/doc/postgresql/html/user-attributes.html
 share/doc/postgresql/html/user-manag.html
-share/doc/postgresql/html/user-preface-thisbook.html
-share/doc/postgresql/html/user-preface.html
-share/doc/postgresql/html/user.html
+share/doc/postgresql/html/view-pg-indexes.html
+share/doc/postgresql/html/view-pg-locks.html
+share/doc/postgresql/html/view-pg-rules.html
+share/doc/postgresql/html/view-pg-settings.html
+share/doc/postgresql/html/view-pg-stats.html
+share/doc/postgresql/html/view-pg-tables.html
+share/doc/postgresql/html/view-pg-user.html
+share/doc/postgresql/html/view-pg-views.html
+share/doc/postgresql/html/views-overview.html
+share/doc/postgresql/html/wal-benefits-later.html
 share/doc/postgresql/html/wal-configuration.html
-share/doc/postgresql/html/wal-implementation.html
+share/doc/postgresql/html/wal-internals.html
 share/doc/postgresql/html/wal.html
-share/doc/postgresql/html/x11962.html
-share/doc/postgresql/html/x1779.html
 share/doc/postgresql/html/xaggr.html
 share/doc/postgresql/html/xfunc-c.html
 share/doc/postgresql/html/xfunc-internal.html
 share/doc/postgresql/html/xfunc-overload.html
 share/doc/postgresql/html/xfunc-pl.html
-share/doc/postgresql/html/xfunc-plhandler.html
 share/doc/postgresql/html/xfunc-sql.html
-share/doc/postgresql/html/xfunc-tablefunctions.html
 share/doc/postgresql/html/xfunc.html
-share/doc/postgresql/html/xindex-am.html
-share/doc/postgresql/html/xindex-opclass-features.html
-share/doc/postgresql/html/xindex-opclass.html
-share/doc/postgresql/html/xindex-operators.html
-share/doc/postgresql/html/xindex-strategies.html
-share/doc/postgresql/html/xindex-support.html
 share/doc/postgresql/html/xindex.html
-share/doc/postgresql/html/xoper-example.html
 share/doc/postgresql/html/xoper-optimization.html
 share/doc/postgresql/html/xoper.html
-share/doc/postgresql/html/xplang-install.html
 share/doc/postgresql/html/xplang.html
 share/doc/postgresql/html/xtypes.html
 @dirrm share/doc/postgresql/html