Thu Feb 25 00:41:54 2016 UTC ()
Update to PostgreSQL 9.2.15 (2016-02-11)

This release fixes two security issues, as well as several bugs found
over the last four months.

CVE-2016-0773 Unicode regular expression buffer overflow
CVE-2016-0766 PL/Java privilege escalation


(tnn)
diff -r1.18 -r1.19 pkgsrc/databases/postgresql92/Makefile.common
diff -r1.16 -r1.17 pkgsrc/databases/postgresql92/distinfo
diff -r1.4 -r1.5 pkgsrc/databases/postgresql92-client/PLIST
diff -r1.14 -r1.15 pkgsrc/databases/postgresql92-docs/PLIST

cvs diff -r1.18 -r1.19 pkgsrc/databases/postgresql92/Attic/Makefile.common (switch to unified diff)

--- pkgsrc/databases/postgresql92/Attic/Makefile.common 2015/10/11 10:59:20 1.18
+++ pkgsrc/databases/postgresql92/Attic/Makefile.common 2016/02/25 00:41:54 1.19
@@ -1,134 +1,134 @@ @@ -1,134 +1,134 @@
1# $NetBSD: Makefile.common,v 1.18 2015/10/11 10:59:20 adam Exp $ 1# $NetBSD: Makefile.common,v 1.19 2016/02/25 00:41:54 tnn Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql92-adminpack/Makefile 11# used by databases/postgresql92-adminpack/Makefile
12# used by databases/postgresql92-client/Makefile 12# used by databases/postgresql92-client/Makefile
13# used by databases/postgresql92-datatypes/Makefile 13# used by databases/postgresql92-datatypes/Makefile
14# used by databases/postgresql92-dblink/Makefile 14# used by databases/postgresql92-dblink/Makefile
15# used by databases/postgresql92-docs/Makefile 15# used by databases/postgresql92-docs/Makefile
16# used by databases/postgresql92-fuzzystrmatch/Makefile 16# used by databases/postgresql92-fuzzystrmatch/Makefile
17# used by databases/postgresql92-monitoring/Makefile 17# used by databases/postgresql92-monitoring/Makefile
18# used by databases/postgresql92-pgcrypto/Makefile 18# used by databases/postgresql92-pgcrypto/Makefile
19# used by databases/postgresql92-plperl/Makefile 19# used by databases/postgresql92-plperl/Makefile
20# used by databases/postgresql92-plpython/Makefile 20# used by databases/postgresql92-plpython/Makefile
21# used by databases/postgresql92-pltcl/Makefile 21# used by databases/postgresql92-pltcl/Makefile
22# used by databases/postgresql92-replicationtools/Makefile 22# used by databases/postgresql92-replicationtools/Makefile
23# used by databases/postgresql92-server/Makefile 23# used by databases/postgresql92-server/Makefile
24# used by databases/postgresql92-upgrade/Makefile 24# used by databases/postgresql92-upgrade/Makefile
25 25
26DISTNAME= postgresql-9.2.14 26DISTNAME= postgresql-9.2.15
27CATEGORIES= databases 27CATEGORIES= databases
28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
29EXTRACT_SUFX= .tar.bz2 29EXTRACT_SUFX= .tar.bz2
30 30
31MAINTAINER?= adam@NetBSD.org 31MAINTAINER?= adam@NetBSD.org
32HOMEPAGE= http://www.postgresql.org/ 32HOMEPAGE= http://www.postgresql.org/
33LICENSE= postgresql-license 33LICENSE= postgresql-license
34 34
35CONFLICTS+= postgresql-[0-9]* 35CONFLICTS+= postgresql-[0-9]*
36CONFLICTS+= postgresql[0-8][0-9]-[0-9]* 36CONFLICTS+= postgresql[0-8][0-9]-[0-9]*
37CONFLICTS+= postgresql9[013-9]-[0-9]* 37CONFLICTS+= postgresql9[013-9]-[0-9]*
38 38
39.if !empty(PKGNAME:M*-*-*) 39.if !empty(PKGNAME:M*-*-*)
40module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//} 40module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//}
41CONFLICTS+= postgresql[0-8][0-9]-${module}-[0-9]* 41CONFLICTS+= postgresql[0-8][0-9]-${module}-[0-9]*
42CONFLICTS+= postgresql9[013-9]-${module}-[0-9]* 42CONFLICTS+= postgresql9[013-9]-${module}-[0-9]*
43.endif 43.endif
44 44
45DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql92/distinfo 45DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql92/distinfo
46COMMON_FILESDIR?= ${.CURDIR}/../../databases/postgresql92/files 46COMMON_FILESDIR?= ${.CURDIR}/../../databases/postgresql92/files
47PATCHDIR?= ${.CURDIR}/../../databases/postgresql92/patches 47PATCHDIR?= ${.CURDIR}/../../databases/postgresql92/patches
48 48
49USE_GCC_RUNTIME= yes 49USE_GCC_RUNTIME= yes
50USE_PKGLOCALEDIR= yes 50USE_PKGLOCALEDIR= yes
51USE_TOOLS+= bison gmake lex msgfmt 51USE_TOOLS+= bison gmake lex msgfmt
52PKG_SYSCONFSUBDIR= postgresql 52PKG_SYSCONFSUBDIR= postgresql
53 53
54.include "../../mk/bsd.prefs.mk" 54.include "../../mk/bsd.prefs.mk"
55 55
56PG_TEMPLATE.SunOS= solaris 56PG_TEMPLATE.SunOS= solaris
57PG_TEMPLATE.IRIX= irix5 57PG_TEMPLATE.IRIX= irix5
58PG_TEMPLATE.MirBSD= openbsd 58PG_TEMPLATE.MirBSD= openbsd
59.if !defined(PG_TEMPLATE.${OPSYS}) 59.if !defined(PG_TEMPLATE.${OPSYS})
60PG_TEMPLATE.${OPSYS}= ${LOWER_OPSYS} 60PG_TEMPLATE.${OPSYS}= ${LOWER_OPSYS}
61.endif 61.endif
62 62
63PG_DATA_DIR= ${PREFIX}/share/postgresql 63PG_DATA_DIR= ${PREFIX}/share/postgresql
64PG_DOC_DIR= ${PREFIX}/share/doc/postgresql 64PG_DOC_DIR= ${PREFIX}/share/doc/postgresql
65PG_LOCALE_DIR= ${PREFIX}/${PKGLOCALEDIR}/locale 65PG_LOCALE_DIR= ${PREFIX}/${PKGLOCALEDIR}/locale
66PG_ETC_DIR= ${PKG_SYSCONFDIR} 66PG_ETC_DIR= ${PKG_SYSCONFDIR}
67 67
68GNU_CONFIGURE= yes 68GNU_CONFIGURE= yes
69CONFIGURE_ARGS+= --sysconfdir=${PG_ETC_DIR} 69CONFIGURE_ARGS+= --sysconfdir=${PG_ETC_DIR}
70CONFIGURE_ARGS+= --datadir=${PG_DATA_DIR} 70CONFIGURE_ARGS+= --datadir=${PG_DATA_DIR}
71CONFIGURE_ARGS+= --docdir=${PG_DOC_DIR} 71CONFIGURE_ARGS+= --docdir=${PG_DOC_DIR}
72CONFIGURE_ARGS+= --localedir=${PG_LOCALE_DIR} 72CONFIGURE_ARGS+= --localedir=${PG_LOCALE_DIR}
73CONFIGURE_ARGS+= --with-template=${PG_TEMPLATE.${OPSYS}} 73CONFIGURE_ARGS+= --with-template=${PG_TEMPLATE.${OPSYS}}
74 74
75CONFIGURE_ARGS+= --enable-nls 75CONFIGURE_ARGS+= --enable-nls
76CONFIGURE_ARGS+= --without-perl 76CONFIGURE_ARGS+= --without-perl
77CONFIGURE_ARGS+= --without-python 77CONFIGURE_ARGS+= --without-python
78CONFIGURE_ARGS+= --without-readline 78CONFIGURE_ARGS+= --without-readline
79CONFIGURE_ARGS+= --without-tcl 79CONFIGURE_ARGS+= --without-tcl
80CONFIGURE_ARGS+= --without-zlib 80CONFIGURE_ARGS+= --without-zlib
81 81
82# sys/ucred.h shouldn't be included on Solaris, causes conflicts between 82# sys/ucred.h shouldn't be included on Solaris, causes conflicts between
83# procfs and largefile. 83# procfs and largefile.
84.if ${OPSYS} == "SunOS" 84.if ${OPSYS} == "SunOS"
85CONFIGURE_ENV+= ac_cv_header_sys_ucred_h=no 85CONFIGURE_ENV+= ac_cv_header_sys_ucred_h=no
86.endif 86.endif
87 87
88# configure fails on OpenBSD and MirBSD if thread safety is enabled. 88# configure fails on OpenBSD and MirBSD if thread safety is enabled.
89.if ${OPSYS} == "OpenBSD" || ${OPSYS} == "MirBSD" 89.if ${OPSYS} == "OpenBSD" || ${OPSYS} == "MirBSD"
90CONFIGURE_ARGS+= --disable-thread-safety 90CONFIGURE_ARGS+= --disable-thread-safety
91.endif 91.endif
92 92
93# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block. 93# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block.
94# This also limits the size of a tuple. The valid values are powers 94# This also limits the size of a tuple. The valid values are powers
95# of 2 up to 32768, and the default size is 8196. Please don't change 95# of 2 up to 32768, and the default size is 8196. Please don't change
96# this value unless you know what you are doing. 96# this value unless you know what you are doing.
97BUILD_DEFS+= PGSQL_BLCKSZ 97BUILD_DEFS+= PGSQL_BLCKSZ
98.if defined(PGSQL_BLCKSZ) 98.if defined(PGSQL_BLCKSZ)
99CONFIGURE_ARGS+= --with-blocksize=${PGSQL_BLCKSZ} 99CONFIGURE_ARGS+= --with-blocksize=${PGSQL_BLCKSZ}
100.endif 100.endif
101 101
102# PostgreSQL explicitly forbids any use of -ffast-math 102# PostgreSQL explicitly forbids any use of -ffast-math
103BUILDLINK_TRANSFORM+= rm:-ffast-math 103BUILDLINK_TRANSFORM+= rm:-ffast-math
104 104
105# USE_LIBLTDL is "yes" or "no" depending on whether we're using libltdl 105# USE_LIBLTDL is "yes" or "no" depending on whether we're using libltdl
106# to provide "dlopen" functionality for the PostgreSQL backend. 106# to provide "dlopen" functionality for the PostgreSQL backend.
107.if ${OPSYS} == "Interix" 107.if ${OPSYS} == "Interix"
108USE_LIBLTDL?= yes 108USE_LIBLTDL?= yes
109.endif 109.endif
110USE_LIBLTDL?= no 110USE_LIBLTDL?= no
111 111
112.include "../../devel/gettext-lib/buildlink3.mk" 112.include "../../devel/gettext-lib/buildlink3.mk"
113LIBS.SunOS+= -lintl 113LIBS.SunOS+= -lintl
114 114
115.if !defined(META_PACKAGE) 115.if !defined(META_PACKAGE)
116post-extract: 116post-extract:
117. if !empty(USE_LIBLTDL:M[yY][eE][sS]) 117. if !empty(USE_LIBLTDL:M[yY][eE][sS])
118 cp -f ${COMMON_FILESDIR}/dynloader-ltdl.h \ 118 cp -f ${COMMON_FILESDIR}/dynloader-ltdl.h \
119 ${WRKSRC}/src/backend/port/dynloader/${PG_TEMPLATE.${OPSYS}:Q}.h 119 ${WRKSRC}/src/backend/port/dynloader/${PG_TEMPLATE.${OPSYS}:Q}.h
120 ${ECHO} "static int dummy = 0;" \ 120 ${ECHO} "static int dummy = 0;" \
121 > ${WRKSRC}/src/backend/port/dynloader/${PG_TEMPLATE.${OPSYS}:Q}.c 121 > ${WRKSRC}/src/backend/port/dynloader/${PG_TEMPLATE.${OPSYS}:Q}.c
122. endif 122. endif
123 touch ${WRKSRC}/src/template/dragonfly 123 touch ${WRKSRC}/src/template/dragonfly
124 cp ${WRKSRC}/src/backend/port/dynloader/freebsd.c \ 124 cp ${WRKSRC}/src/backend/port/dynloader/freebsd.c \
125 ${WRKSRC}/src/backend/port/dynloader/dragonfly.c 125 ${WRKSRC}/src/backend/port/dynloader/dragonfly.c
126 cp ${WRKSRC}/src/backend/port/dynloader/freebsd.h \ 126 cp ${WRKSRC}/src/backend/port/dynloader/freebsd.h \
127 ${WRKSRC}/src/backend/port/dynloader/dragonfly.h 127 ${WRKSRC}/src/backend/port/dynloader/dragonfly.h
128 cp ${WRKSRC}/src/include/port/freebsd.h \ 128 cp ${WRKSRC}/src/include/port/freebsd.h \
129 ${WRKSRC}/src/include/port/dragonfly.h 129 ${WRKSRC}/src/include/port/dragonfly.h
130 cp ${WRKSRC}/src/makefiles/Makefile.freebsd \ 130 cp ${WRKSRC}/src/makefiles/Makefile.freebsd \
131 ${WRKSRC}/src/makefiles/Makefile.dragonfly 131 ${WRKSRC}/src/makefiles/Makefile.dragonfly
132.endif 132.endif
133 133
134.include "../../databases/postgresql92/options.mk" 134.include "../../databases/postgresql92/options.mk"

cvs diff -r1.16 -r1.17 pkgsrc/databases/postgresql92/Attic/distinfo (switch to unified diff)

--- pkgsrc/databases/postgresql92/Attic/distinfo 2015/11/03 01:56:26 1.16
+++ pkgsrc/databases/postgresql92/Attic/distinfo 2016/02/25 00:41:54 1.17
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1$NetBSD: distinfo,v 1.16 2015/11/03 01:56:26 agc Exp $ 1$NetBSD: distinfo,v 1.17 2016/02/25 00:41:54 tnn Exp $
2 2
3SHA1 (postgresql-9.2.14.tar.bz2) = d07311e7b44f92fb7b5e127c2f7069ff4dd47607 3SHA1 (postgresql-9.2.15.tar.bz2) = 73086d027966ffb190f650a468921e39f44120a4
4RMD160 (postgresql-9.2.14.tar.bz2) = 604388eeb9f331d7f7ae66a0c237c3ed9d86ded5 4RMD160 (postgresql-9.2.15.tar.bz2) = 45c2727e8bcda9fdf654aeb93d36d05efa83705e
5SHA512 (postgresql-9.2.14.tar.bz2) = 268015d9e397ee62eebbbc9abf1ee25d0d4aa6bf5943b404009b3aab31f485b8523353c679beed34cc00304b9d4c7aca9de0ba841d9841dbf885d05d1a5692a1 5SHA512 (postgresql-9.2.15.tar.bz2) = 4a0e52beaffc9f0b004c761a5ca107a019d6265877d36cd7be46912807da6fa6824ce469c8d59fb24092440646d3f0872b8aa62941b4b3ba657edc2f5678b2b1
6Size (postgresql-9.2.14.tar.bz2) = 16451398 bytes 6Size (postgresql-9.2.15.tar.bz2) = 16480973 bytes
7SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 7SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
8SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 8SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
9SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747 9SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747
10SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04 10SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04
11SHA1 (patch-contrib_dblink_dblink.c) = 245ce06df88837ba88142aea1d0ba787d65ddb45 11SHA1 (patch-contrib_dblink_dblink.c) = 245ce06df88837ba88142aea1d0ba787d65ddb45
12SHA1 (patch-src_Makefile.shlib) = fedf35f38439a724fa6522e1aaef110c9909866a 12SHA1 (patch-src_Makefile.shlib) = fedf35f38439a724fa6522e1aaef110c9909866a
13SHA1 (patch-src_backend_Makefile) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5 13SHA1 (patch-src_backend_Makefile) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
14SHA1 (patch-src_backend_utils_adt_datetime.c) = b220c39272bf8d2bda95119adcbab5b2495990d8 14SHA1 (patch-src_backend_utils_adt_datetime.c) = b220c39272bf8d2bda95119adcbab5b2495990d8
15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 6ebfdb674b38019d0605e0b0b9f3950480e13a30 15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 6ebfdb674b38019d0605e0b0b9f3950480e13a30
16SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 16SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
17SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07 17SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07
18SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61 18SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
19SHA1 (patch-src_timezone_localtime.c) = 622f57bc1d10f07ab73f86765cbf587eece57085 19SHA1 (patch-src_timezone_localtime.c) = 622f57bc1d10f07ab73f86765cbf587eece57085
20SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214 20SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214
21SHA1 (patch-src_timezone_strftime.c) = 25102dce1b9b22385353af23500636fb18e3bf64 21SHA1 (patch-src_timezone_strftime.c) = 25102dce1b9b22385353af23500636fb18e3bf64
22SHA1 (patch-src_timezone_zic.c) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc 22SHA1 (patch-src_timezone_zic.c) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc

cvs diff -r1.4 -r1.5 pkgsrc/databases/postgresql92-client/Attic/PLIST (switch to unified diff)

--- pkgsrc/databases/postgresql92-client/Attic/PLIST 2013/04/04 21:08:37 1.4
+++ pkgsrc/databases/postgresql92-client/Attic/PLIST 2016/02/25 00:41:54 1.5
@@ -1,721 +1,722 @@ @@ -1,721 +1,722 @@
1@comment $NetBSD: PLIST,v 1.4 2013/04/04 21:08:37 adam Exp $ 1@comment $NetBSD: PLIST,v 1.5 2016/02/25 00:41:54 tnn Exp $
2bin/clusterdb 2bin/clusterdb
3bin/createdb 3bin/createdb
4bin/createlang 4bin/createlang
5bin/createuser 5bin/createuser
6bin/dropdb 6bin/dropdb
7bin/droplang 7bin/droplang
8bin/dropuser 8bin/dropuser
9bin/ecpg 9bin/ecpg
10bin/initdb 10bin/initdb
11bin/pg_basebackup 11bin/pg_basebackup
12bin/pg_config 12bin/pg_config
13bin/pg_controldata 13bin/pg_controldata
14bin/pg_ctl 14bin/pg_ctl
15bin/pg_dump 15bin/pg_dump
16bin/pg_dumpall 16bin/pg_dumpall
17bin/pg_receivexlog 17bin/pg_receivexlog
18bin/pg_resetxlog 18bin/pg_resetxlog
19bin/pg_restore 19bin/pg_restore
20bin/psql 20bin/psql
21bin/reindexdb 21bin/reindexdb
22bin/vacuumdb 22bin/vacuumdb
23include/ecpg_config.h 23include/ecpg_config.h
24include/ecpg_informix.h 24include/ecpg_informix.h
25include/ecpgerrno.h 25include/ecpgerrno.h
26include/ecpglib.h 26include/ecpglib.h
27include/ecpgtype.h 27include/ecpgtype.h
28include/libpq-events.h 28include/libpq-events.h
29include/libpq-fe.h 29include/libpq-fe.h
30include/libpq/libpq-fs.h 30include/libpq/libpq-fs.h
31include/pg_config.h 31include/pg_config.h
32include/pg_config_manual.h 32include/pg_config_manual.h
33include/pg_config_os.h 33include/pg_config_os.h
34include/pgtypes_date.h 34include/pgtypes_date.h
35include/pgtypes_error.h 35include/pgtypes_error.h
36include/pgtypes_interval.h 36include/pgtypes_interval.h
37include/pgtypes_numeric.h 37include/pgtypes_numeric.h
38include/pgtypes_timestamp.h 38include/pgtypes_timestamp.h
39include/postgres_ext.h 39include/postgres_ext.h
40include/postgresql/informix/esql/datetime.h 40include/postgresql/informix/esql/datetime.h
41include/postgresql/informix/esql/decimal.h 41include/postgresql/informix/esql/decimal.h
42include/postgresql/informix/esql/sqltypes.h 42include/postgresql/informix/esql/sqltypes.h
43include/postgresql/internal/c.h 43include/postgresql/internal/c.h
44include/postgresql/internal/libpq-int.h 44include/postgresql/internal/libpq-int.h
45include/postgresql/internal/libpq/pqcomm.h 45include/postgresql/internal/libpq/pqcomm.h
46include/postgresql/internal/port.h 46include/postgresql/internal/port.h
47include/postgresql/internal/postgres_fe.h 47include/postgresql/internal/postgres_fe.h
48include/postgresql/internal/pqexpbuffer.h 48include/postgresql/internal/pqexpbuffer.h
49include/postgresql/server/access/attnum.h 49include/postgresql/server/access/attnum.h
50include/postgresql/server/access/clog.h 50include/postgresql/server/access/clog.h
51include/postgresql/server/access/genam.h 51include/postgresql/server/access/genam.h
52include/postgresql/server/access/gin.h 52include/postgresql/server/access/gin.h
53include/postgresql/server/access/gin_private.h 53include/postgresql/server/access/gin_private.h
54include/postgresql/server/access/gist.h 54include/postgresql/server/access/gist.h
55include/postgresql/server/access/gist_private.h 55include/postgresql/server/access/gist_private.h
56include/postgresql/server/access/gistscan.h 56include/postgresql/server/access/gistscan.h
57include/postgresql/server/access/hash.h 57include/postgresql/server/access/hash.h
58include/postgresql/server/access/heapam.h 58include/postgresql/server/access/heapam.h
59include/postgresql/server/access/hio.h 59include/postgresql/server/access/hio.h
60include/postgresql/server/access/htup.h 60include/postgresql/server/access/htup.h
61include/postgresql/server/access/itup.h 61include/postgresql/server/access/itup.h
62include/postgresql/server/access/multixact.h 62include/postgresql/server/access/multixact.h
63include/postgresql/server/access/nbtree.h 63include/postgresql/server/access/nbtree.h
64include/postgresql/server/access/printtup.h 64include/postgresql/server/access/printtup.h
65include/postgresql/server/access/reloptions.h 65include/postgresql/server/access/reloptions.h
66include/postgresql/server/access/relscan.h 66include/postgresql/server/access/relscan.h
67include/postgresql/server/access/rewriteheap.h 67include/postgresql/server/access/rewriteheap.h
68include/postgresql/server/access/rmgr.h 68include/postgresql/server/access/rmgr.h
69include/postgresql/server/access/sdir.h 69include/postgresql/server/access/sdir.h
70include/postgresql/server/access/skey.h 70include/postgresql/server/access/skey.h
71include/postgresql/server/access/slru.h 71include/postgresql/server/access/slru.h
72include/postgresql/server/access/spgist.h 72include/postgresql/server/access/spgist.h
73include/postgresql/server/access/spgist_private.h 73include/postgresql/server/access/spgist_private.h
74include/postgresql/server/access/subtrans.h 74include/postgresql/server/access/subtrans.h
75include/postgresql/server/access/sysattr.h 75include/postgresql/server/access/sysattr.h
76include/postgresql/server/access/transam.h 76include/postgresql/server/access/transam.h
77include/postgresql/server/access/tupconvert.h 77include/postgresql/server/access/tupconvert.h
78include/postgresql/server/access/tupdesc.h 78include/postgresql/server/access/tupdesc.h
79include/postgresql/server/access/tupmacs.h 79include/postgresql/server/access/tupmacs.h
80include/postgresql/server/access/tuptoaster.h 80include/postgresql/server/access/tuptoaster.h
81include/postgresql/server/access/twophase.h 81include/postgresql/server/access/twophase.h
82include/postgresql/server/access/twophase_rmgr.h 82include/postgresql/server/access/twophase_rmgr.h
83include/postgresql/server/access/valid.h 83include/postgresql/server/access/valid.h
84include/postgresql/server/access/visibilitymap.h 84include/postgresql/server/access/visibilitymap.h
85include/postgresql/server/access/xact.h 85include/postgresql/server/access/xact.h
86include/postgresql/server/access/xlog.h 86include/postgresql/server/access/xlog.h
87include/postgresql/server/access/xlog_internal.h 87include/postgresql/server/access/xlog_internal.h
88include/postgresql/server/access/xlogdefs.h 88include/postgresql/server/access/xlogdefs.h
89include/postgresql/server/access/xlogutils.h 89include/postgresql/server/access/xlogutils.h
90include/postgresql/server/bootstrap/bootstrap.h 90include/postgresql/server/bootstrap/bootstrap.h
91include/postgresql/server/c.h 91include/postgresql/server/c.h
92include/postgresql/server/catalog/catalog.h 92include/postgresql/server/catalog/catalog.h
93include/postgresql/server/catalog/catversion.h 93include/postgresql/server/catalog/catversion.h
94include/postgresql/server/catalog/dependency.h 94include/postgresql/server/catalog/dependency.h
95include/postgresql/server/catalog/genbki.h 95include/postgresql/server/catalog/genbki.h
96include/postgresql/server/catalog/heap.h 96include/postgresql/server/catalog/heap.h
97include/postgresql/server/catalog/index.h 97include/postgresql/server/catalog/index.h
98include/postgresql/server/catalog/indexing.h 98include/postgresql/server/catalog/indexing.h
99include/postgresql/server/catalog/namespace.h 99include/postgresql/server/catalog/namespace.h
100include/postgresql/server/catalog/objectaccess.h 100include/postgresql/server/catalog/objectaccess.h
101include/postgresql/server/catalog/objectaddress.h 101include/postgresql/server/catalog/objectaddress.h
102include/postgresql/server/catalog/pg_aggregate.h 102include/postgresql/server/catalog/pg_aggregate.h
103include/postgresql/server/catalog/pg_am.h 103include/postgresql/server/catalog/pg_am.h
104include/postgresql/server/catalog/pg_amop.h 104include/postgresql/server/catalog/pg_amop.h
105include/postgresql/server/catalog/pg_amproc.h 105include/postgresql/server/catalog/pg_amproc.h
106include/postgresql/server/catalog/pg_attrdef.h 106include/postgresql/server/catalog/pg_attrdef.h
107include/postgresql/server/catalog/pg_attribute.h 107include/postgresql/server/catalog/pg_attribute.h
108include/postgresql/server/catalog/pg_auth_members.h 108include/postgresql/server/catalog/pg_auth_members.h
109include/postgresql/server/catalog/pg_authid.h 109include/postgresql/server/catalog/pg_authid.h
110include/postgresql/server/catalog/pg_cast.h 110include/postgresql/server/catalog/pg_cast.h
111include/postgresql/server/catalog/pg_class.h 111include/postgresql/server/catalog/pg_class.h
112include/postgresql/server/catalog/pg_collation.h 112include/postgresql/server/catalog/pg_collation.h
113include/postgresql/server/catalog/pg_collation_fn.h 113include/postgresql/server/catalog/pg_collation_fn.h
114include/postgresql/server/catalog/pg_constraint.h 114include/postgresql/server/catalog/pg_constraint.h
115include/postgresql/server/catalog/pg_control.h 115include/postgresql/server/catalog/pg_control.h
116include/postgresql/server/catalog/pg_conversion.h 116include/postgresql/server/catalog/pg_conversion.h
117include/postgresql/server/catalog/pg_conversion_fn.h 117include/postgresql/server/catalog/pg_conversion_fn.h
118include/postgresql/server/catalog/pg_database.h 118include/postgresql/server/catalog/pg_database.h
119include/postgresql/server/catalog/pg_db_role_setting.h 119include/postgresql/server/catalog/pg_db_role_setting.h
120include/postgresql/server/catalog/pg_default_acl.h 120include/postgresql/server/catalog/pg_default_acl.h
121include/postgresql/server/catalog/pg_depend.h 121include/postgresql/server/catalog/pg_depend.h
122include/postgresql/server/catalog/pg_description.h 122include/postgresql/server/catalog/pg_description.h
123include/postgresql/server/catalog/pg_enum.h 123include/postgresql/server/catalog/pg_enum.h
124include/postgresql/server/catalog/pg_extension.h 124include/postgresql/server/catalog/pg_extension.h
125include/postgresql/server/catalog/pg_foreign_data_wrapper.h 125include/postgresql/server/catalog/pg_foreign_data_wrapper.h
126include/postgresql/server/catalog/pg_foreign_server.h 126include/postgresql/server/catalog/pg_foreign_server.h
127include/postgresql/server/catalog/pg_foreign_table.h 127include/postgresql/server/catalog/pg_foreign_table.h
128include/postgresql/server/catalog/pg_index.h 128include/postgresql/server/catalog/pg_index.h
129include/postgresql/server/catalog/pg_inherits.h 129include/postgresql/server/catalog/pg_inherits.h
130include/postgresql/server/catalog/pg_inherits_fn.h 130include/postgresql/server/catalog/pg_inherits_fn.h
131include/postgresql/server/catalog/pg_language.h 131include/postgresql/server/catalog/pg_language.h
132include/postgresql/server/catalog/pg_largeobject.h 132include/postgresql/server/catalog/pg_largeobject.h
133include/postgresql/server/catalog/pg_largeobject_metadata.h 133include/postgresql/server/catalog/pg_largeobject_metadata.h
134include/postgresql/server/catalog/pg_namespace.h 134include/postgresql/server/catalog/pg_namespace.h
135include/postgresql/server/catalog/pg_opclass.h 135include/postgresql/server/catalog/pg_opclass.h
136include/postgresql/server/catalog/pg_operator.h 136include/postgresql/server/catalog/pg_operator.h
137include/postgresql/server/catalog/pg_opfamily.h 137include/postgresql/server/catalog/pg_opfamily.h
138include/postgresql/server/catalog/pg_pltemplate.h 138include/postgresql/server/catalog/pg_pltemplate.h
139include/postgresql/server/catalog/pg_proc.h 139include/postgresql/server/catalog/pg_proc.h
140include/postgresql/server/catalog/pg_proc_fn.h 140include/postgresql/server/catalog/pg_proc_fn.h
141include/postgresql/server/catalog/pg_range.h 141include/postgresql/server/catalog/pg_range.h
142include/postgresql/server/catalog/pg_rewrite.h 142include/postgresql/server/catalog/pg_rewrite.h
143include/postgresql/server/catalog/pg_seclabel.h 143include/postgresql/server/catalog/pg_seclabel.h
144include/postgresql/server/catalog/pg_shdepend.h 144include/postgresql/server/catalog/pg_shdepend.h
145include/postgresql/server/catalog/pg_shdescription.h 145include/postgresql/server/catalog/pg_shdescription.h
146include/postgresql/server/catalog/pg_shseclabel.h 146include/postgresql/server/catalog/pg_shseclabel.h
147include/postgresql/server/catalog/pg_statistic.h 147include/postgresql/server/catalog/pg_statistic.h
148include/postgresql/server/catalog/pg_tablespace.h 148include/postgresql/server/catalog/pg_tablespace.h
149include/postgresql/server/catalog/pg_trigger.h 149include/postgresql/server/catalog/pg_trigger.h
150include/postgresql/server/catalog/pg_ts_config.h 150include/postgresql/server/catalog/pg_ts_config.h
151include/postgresql/server/catalog/pg_ts_config_map.h 151include/postgresql/server/catalog/pg_ts_config_map.h
152include/postgresql/server/catalog/pg_ts_dict.h 152include/postgresql/server/catalog/pg_ts_dict.h
153include/postgresql/server/catalog/pg_ts_parser.h 153include/postgresql/server/catalog/pg_ts_parser.h
154include/postgresql/server/catalog/pg_ts_template.h 154include/postgresql/server/catalog/pg_ts_template.h
155include/postgresql/server/catalog/pg_type.h 155include/postgresql/server/catalog/pg_type.h
156include/postgresql/server/catalog/pg_type_fn.h 156include/postgresql/server/catalog/pg_type_fn.h
157include/postgresql/server/catalog/pg_user_mapping.h 157include/postgresql/server/catalog/pg_user_mapping.h
158include/postgresql/server/catalog/schemapg.h 158include/postgresql/server/catalog/schemapg.h
159include/postgresql/server/catalog/storage.h 159include/postgresql/server/catalog/storage.h
160include/postgresql/server/catalog/toasting.h 160include/postgresql/server/catalog/toasting.h
161include/postgresql/server/commands/alter.h 161include/postgresql/server/commands/alter.h
162include/postgresql/server/commands/async.h 162include/postgresql/server/commands/async.h
163include/postgresql/server/commands/cluster.h 163include/postgresql/server/commands/cluster.h
164include/postgresql/server/commands/collationcmds.h 164include/postgresql/server/commands/collationcmds.h
165include/postgresql/server/commands/comment.h 165include/postgresql/server/commands/comment.h
166include/postgresql/server/commands/conversioncmds.h 166include/postgresql/server/commands/conversioncmds.h
167include/postgresql/server/commands/copy.h 167include/postgresql/server/commands/copy.h
168include/postgresql/server/commands/createas.h 168include/postgresql/server/commands/createas.h
169include/postgresql/server/commands/dbcommands.h 169include/postgresql/server/commands/dbcommands.h
170include/postgresql/server/commands/defrem.h 170include/postgresql/server/commands/defrem.h
171include/postgresql/server/commands/discard.h 171include/postgresql/server/commands/discard.h
172include/postgresql/server/commands/explain.h 172include/postgresql/server/commands/explain.h
173include/postgresql/server/commands/extension.h 173include/postgresql/server/commands/extension.h
174include/postgresql/server/commands/lockcmds.h 174include/postgresql/server/commands/lockcmds.h
175include/postgresql/server/commands/portalcmds.h 175include/postgresql/server/commands/portalcmds.h
176include/postgresql/server/commands/prepare.h 176include/postgresql/server/commands/prepare.h
177include/postgresql/server/commands/proclang.h 177include/postgresql/server/commands/proclang.h
178include/postgresql/server/commands/schemacmds.h 178include/postgresql/server/commands/schemacmds.h
179include/postgresql/server/commands/seclabel.h 179include/postgresql/server/commands/seclabel.h
180include/postgresql/server/commands/sequence.h 180include/postgresql/server/commands/sequence.h
181include/postgresql/server/commands/tablecmds.h 181include/postgresql/server/commands/tablecmds.h
182include/postgresql/server/commands/tablespace.h 182include/postgresql/server/commands/tablespace.h
183include/postgresql/server/commands/trigger.h 183include/postgresql/server/commands/trigger.h
184include/postgresql/server/commands/typecmds.h 184include/postgresql/server/commands/typecmds.h
185include/postgresql/server/commands/user.h 185include/postgresql/server/commands/user.h
186include/postgresql/server/commands/vacuum.h 186include/postgresql/server/commands/vacuum.h
187include/postgresql/server/commands/variable.h 187include/postgresql/server/commands/variable.h
188include/postgresql/server/commands/view.h 188include/postgresql/server/commands/view.h
189include/postgresql/server/datatype/timestamp.h 189include/postgresql/server/datatype/timestamp.h
190include/postgresql/server/dynloader.h 190include/postgresql/server/dynloader.h
191include/postgresql/server/executor/execdebug.h 191include/postgresql/server/executor/execdebug.h
192include/postgresql/server/executor/execdesc.h 192include/postgresql/server/executor/execdesc.h
193include/postgresql/server/executor/executor.h 193include/postgresql/server/executor/executor.h
194include/postgresql/server/executor/functions.h 194include/postgresql/server/executor/functions.h
195include/postgresql/server/executor/hashjoin.h 195include/postgresql/server/executor/hashjoin.h
196include/postgresql/server/executor/instrument.h 196include/postgresql/server/executor/instrument.h
197include/postgresql/server/executor/nodeAgg.h 197include/postgresql/server/executor/nodeAgg.h
198include/postgresql/server/executor/nodeAppend.h 198include/postgresql/server/executor/nodeAppend.h
199include/postgresql/server/executor/nodeBitmapAnd.h 199include/postgresql/server/executor/nodeBitmapAnd.h
200include/postgresql/server/executor/nodeBitmapHeapscan.h 200include/postgresql/server/executor/nodeBitmapHeapscan.h
201include/postgresql/server/executor/nodeBitmapIndexscan.h 201include/postgresql/server/executor/nodeBitmapIndexscan.h
202include/postgresql/server/executor/nodeBitmapOr.h 202include/postgresql/server/executor/nodeBitmapOr.h
203include/postgresql/server/executor/nodeCtescan.h 203include/postgresql/server/executor/nodeCtescan.h
204include/postgresql/server/executor/nodeForeignscan.h 204include/postgresql/server/executor/nodeForeignscan.h
205include/postgresql/server/executor/nodeFunctionscan.h 205include/postgresql/server/executor/nodeFunctionscan.h
206include/postgresql/server/executor/nodeGroup.h 206include/postgresql/server/executor/nodeGroup.h
207include/postgresql/server/executor/nodeHash.h 207include/postgresql/server/executor/nodeHash.h
208include/postgresql/server/executor/nodeHashjoin.h 208include/postgresql/server/executor/nodeHashjoin.h
209include/postgresql/server/executor/nodeIndexonlyscan.h 209include/postgresql/server/executor/nodeIndexonlyscan.h
210include/postgresql/server/executor/nodeIndexscan.h 210include/postgresql/server/executor/nodeIndexscan.h
211include/postgresql/server/executor/nodeLimit.h 211include/postgresql/server/executor/nodeLimit.h
212include/postgresql/server/executor/nodeLockRows.h 212include/postgresql/server/executor/nodeLockRows.h
213include/postgresql/server/executor/nodeMaterial.h 213include/postgresql/server/executor/nodeMaterial.h
214include/postgresql/server/executor/nodeMergeAppend.h 214include/postgresql/server/executor/nodeMergeAppend.h
215include/postgresql/server/executor/nodeMergejoin.h 215include/postgresql/server/executor/nodeMergejoin.h
216include/postgresql/server/executor/nodeModifyTable.h 216include/postgresql/server/executor/nodeModifyTable.h
217include/postgresql/server/executor/nodeNestloop.h 217include/postgresql/server/executor/nodeNestloop.h
218include/postgresql/server/executor/nodeRecursiveunion.h 218include/postgresql/server/executor/nodeRecursiveunion.h
219include/postgresql/server/executor/nodeResult.h 219include/postgresql/server/executor/nodeResult.h
220include/postgresql/server/executor/nodeSeqscan.h 220include/postgresql/server/executor/nodeSeqscan.h
221include/postgresql/server/executor/nodeSetOp.h 221include/postgresql/server/executor/nodeSetOp.h
222include/postgresql/server/executor/nodeSort.h 222include/postgresql/server/executor/nodeSort.h
223include/postgresql/server/executor/nodeSubplan.h 223include/postgresql/server/executor/nodeSubplan.h
224include/postgresql/server/executor/nodeSubqueryscan.h 224include/postgresql/server/executor/nodeSubqueryscan.h
225include/postgresql/server/executor/nodeTidscan.h 225include/postgresql/server/executor/nodeTidscan.h
226include/postgresql/server/executor/nodeUnique.h 226include/postgresql/server/executor/nodeUnique.h
227include/postgresql/server/executor/nodeValuesscan.h 227include/postgresql/server/executor/nodeValuesscan.h
228include/postgresql/server/executor/nodeWindowAgg.h 228include/postgresql/server/executor/nodeWindowAgg.h
229include/postgresql/server/executor/nodeWorktablescan.h 229include/postgresql/server/executor/nodeWorktablescan.h
230include/postgresql/server/executor/spi.h 230include/postgresql/server/executor/spi.h
231include/postgresql/server/executor/spi_priv.h 231include/postgresql/server/executor/spi_priv.h
232include/postgresql/server/executor/tstoreReceiver.h 232include/postgresql/server/executor/tstoreReceiver.h
233include/postgresql/server/executor/tuptable.h 233include/postgresql/server/executor/tuptable.h
234include/postgresql/server/fmgr.h 234include/postgresql/server/fmgr.h
235include/postgresql/server/foreign/fdwapi.h 235include/postgresql/server/foreign/fdwapi.h
236include/postgresql/server/foreign/foreign.h 236include/postgresql/server/foreign/foreign.h
237include/postgresql/server/funcapi.h 237include/postgresql/server/funcapi.h
238include/postgresql/server/getaddrinfo.h 238include/postgresql/server/getaddrinfo.h
239include/postgresql/server/getopt_long.h 239include/postgresql/server/getopt_long.h
240include/postgresql/server/lib/dllist.h 240include/postgresql/server/lib/dllist.h
241include/postgresql/server/lib/stringinfo.h 241include/postgresql/server/lib/stringinfo.h
242include/postgresql/server/libpq/auth.h 242include/postgresql/server/libpq/auth.h
243include/postgresql/server/libpq/be-fsstubs.h 243include/postgresql/server/libpq/be-fsstubs.h
244include/postgresql/server/libpq/crypt.h 244include/postgresql/server/libpq/crypt.h
245include/postgresql/server/libpq/hba.h 245include/postgresql/server/libpq/hba.h
246include/postgresql/server/libpq/ip.h 246include/postgresql/server/libpq/ip.h
247include/postgresql/server/libpq/libpq-be.h 247include/postgresql/server/libpq/libpq-be.h
248include/postgresql/server/libpq/libpq-fs.h 248include/postgresql/server/libpq/libpq-fs.h
249include/postgresql/server/libpq/libpq.h 249include/postgresql/server/libpq/libpq.h
250include/postgresql/server/libpq/md5.h 250include/postgresql/server/libpq/md5.h
251include/postgresql/server/libpq/pqcomm.h 251include/postgresql/server/libpq/pqcomm.h
252include/postgresql/server/libpq/pqformat.h 252include/postgresql/server/libpq/pqformat.h
253include/postgresql/server/libpq/pqsignal.h 253include/postgresql/server/libpq/pqsignal.h
254include/postgresql/server/mb/pg_wchar.h 254include/postgresql/server/mb/pg_wchar.h
255include/postgresql/server/miscadmin.h 255include/postgresql/server/miscadmin.h
256include/postgresql/server/nodes/bitmapset.h 256include/postgresql/server/nodes/bitmapset.h
257include/postgresql/server/nodes/execnodes.h 257include/postgresql/server/nodes/execnodes.h
258include/postgresql/server/nodes/makefuncs.h 258include/postgresql/server/nodes/makefuncs.h
259include/postgresql/server/nodes/memnodes.h 259include/postgresql/server/nodes/memnodes.h
260include/postgresql/server/nodes/nodeFuncs.h 260include/postgresql/server/nodes/nodeFuncs.h
261include/postgresql/server/nodes/nodes.h 261include/postgresql/server/nodes/nodes.h
262include/postgresql/server/nodes/params.h 262include/postgresql/server/nodes/params.h
263include/postgresql/server/nodes/parsenodes.h 263include/postgresql/server/nodes/parsenodes.h
264include/postgresql/server/nodes/pg_list.h 264include/postgresql/server/nodes/pg_list.h
265include/postgresql/server/nodes/plannodes.h 265include/postgresql/server/nodes/plannodes.h
266include/postgresql/server/nodes/primnodes.h 266include/postgresql/server/nodes/primnodes.h
267include/postgresql/server/nodes/print.h 267include/postgresql/server/nodes/print.h
268include/postgresql/server/nodes/readfuncs.h 268include/postgresql/server/nodes/readfuncs.h
269include/postgresql/server/nodes/relation.h 269include/postgresql/server/nodes/relation.h
270include/postgresql/server/nodes/replnodes.h 270include/postgresql/server/nodes/replnodes.h
271include/postgresql/server/nodes/tidbitmap.h 271include/postgresql/server/nodes/tidbitmap.h
272include/postgresql/server/nodes/value.h 272include/postgresql/server/nodes/value.h
273include/postgresql/server/optimizer/clauses.h 273include/postgresql/server/optimizer/clauses.h
274include/postgresql/server/optimizer/cost.h 274include/postgresql/server/optimizer/cost.h
275include/postgresql/server/optimizer/geqo.h 275include/postgresql/server/optimizer/geqo.h
276include/postgresql/server/optimizer/geqo_copy.h 276include/postgresql/server/optimizer/geqo_copy.h
277include/postgresql/server/optimizer/geqo_gene.h 277include/postgresql/server/optimizer/geqo_gene.h
278include/postgresql/server/optimizer/geqo_misc.h 278include/postgresql/server/optimizer/geqo_misc.h
279include/postgresql/server/optimizer/geqo_mutation.h 279include/postgresql/server/optimizer/geqo_mutation.h
280include/postgresql/server/optimizer/geqo_pool.h 280include/postgresql/server/optimizer/geqo_pool.h
281include/postgresql/server/optimizer/geqo_random.h 281include/postgresql/server/optimizer/geqo_random.h
282include/postgresql/server/optimizer/geqo_recombination.h 282include/postgresql/server/optimizer/geqo_recombination.h
283include/postgresql/server/optimizer/geqo_selection.h 283include/postgresql/server/optimizer/geqo_selection.h
284include/postgresql/server/optimizer/joininfo.h 284include/postgresql/server/optimizer/joininfo.h
285include/postgresql/server/optimizer/pathnode.h 285include/postgresql/server/optimizer/pathnode.h
286include/postgresql/server/optimizer/paths.h 286include/postgresql/server/optimizer/paths.h
287include/postgresql/server/optimizer/placeholder.h 287include/postgresql/server/optimizer/placeholder.h
288include/postgresql/server/optimizer/plancat.h 288include/postgresql/server/optimizer/plancat.h
289include/postgresql/server/optimizer/planmain.h 289include/postgresql/server/optimizer/planmain.h
290include/postgresql/server/optimizer/planner.h 290include/postgresql/server/optimizer/planner.h
291include/postgresql/server/optimizer/predtest.h 291include/postgresql/server/optimizer/predtest.h
292include/postgresql/server/optimizer/prep.h 292include/postgresql/server/optimizer/prep.h
293include/postgresql/server/optimizer/restrictinfo.h 293include/postgresql/server/optimizer/restrictinfo.h
294include/postgresql/server/optimizer/subselect.h 294include/postgresql/server/optimizer/subselect.h
295include/postgresql/server/optimizer/tlist.h 295include/postgresql/server/optimizer/tlist.h
296include/postgresql/server/optimizer/var.h 296include/postgresql/server/optimizer/var.h
297include/postgresql/server/parser/analyze.h 297include/postgresql/server/parser/analyze.h
298include/postgresql/server/parser/gram.h 298include/postgresql/server/parser/gram.h
299include/postgresql/server/parser/gramparse.h 299include/postgresql/server/parser/gramparse.h
300include/postgresql/server/parser/keywords.h 300include/postgresql/server/parser/keywords.h
301include/postgresql/server/parser/kwlist.h 301include/postgresql/server/parser/kwlist.h
302include/postgresql/server/parser/parse_agg.h 302include/postgresql/server/parser/parse_agg.h
303include/postgresql/server/parser/parse_clause.h 303include/postgresql/server/parser/parse_clause.h
304include/postgresql/server/parser/parse_coerce.h 304include/postgresql/server/parser/parse_coerce.h
305include/postgresql/server/parser/parse_collate.h 305include/postgresql/server/parser/parse_collate.h
306include/postgresql/server/parser/parse_cte.h 306include/postgresql/server/parser/parse_cte.h
307include/postgresql/server/parser/parse_expr.h 307include/postgresql/server/parser/parse_expr.h
308include/postgresql/server/parser/parse_func.h 308include/postgresql/server/parser/parse_func.h
309include/postgresql/server/parser/parse_node.h 309include/postgresql/server/parser/parse_node.h
310include/postgresql/server/parser/parse_oper.h 310include/postgresql/server/parser/parse_oper.h
311include/postgresql/server/parser/parse_param.h 311include/postgresql/server/parser/parse_param.h
312include/postgresql/server/parser/parse_relation.h 312include/postgresql/server/parser/parse_relation.h
313include/postgresql/server/parser/parse_target.h 313include/postgresql/server/parser/parse_target.h
314include/postgresql/server/parser/parse_type.h 314include/postgresql/server/parser/parse_type.h
315include/postgresql/server/parser/parse_utilcmd.h 315include/postgresql/server/parser/parse_utilcmd.h
316include/postgresql/server/parser/parser.h 316include/postgresql/server/parser/parser.h
317include/postgresql/server/parser/parsetree.h 317include/postgresql/server/parser/parsetree.h
318include/postgresql/server/parser/scanner.h 318include/postgresql/server/parser/scanner.h
319include/postgresql/server/parser/scansup.h 319include/postgresql/server/parser/scansup.h
320include/postgresql/server/pg_config.h 320include/postgresql/server/pg_config.h
321include/postgresql/server/pg_config_manual.h 321include/postgresql/server/pg_config_manual.h
322include/postgresql/server/pg_config_os.h 322include/postgresql/server/pg_config_os.h
323include/postgresql/server/pg_trace.h 323include/postgresql/server/pg_trace.h
324include/postgresql/server/pgstat.h 324include/postgresql/server/pgstat.h
 325include/postgresql/server/pgtar.h
325include/postgresql/server/pgtime.h 326include/postgresql/server/pgtime.h
326include/postgresql/server/port.h 327include/postgresql/server/port.h
327include/postgresql/server/port/aix.h 328include/postgresql/server/port/aix.h
328include/postgresql/server/port/cygwin.h 329include/postgresql/server/port/cygwin.h
329include/postgresql/server/port/darwin.h 330include/postgresql/server/port/darwin.h
330include/postgresql/server/port/dragonfly.h 331include/postgresql/server/port/dragonfly.h
331include/postgresql/server/port/freebsd.h 332include/postgresql/server/port/freebsd.h
332include/postgresql/server/port/hpux.h 333include/postgresql/server/port/hpux.h
333include/postgresql/server/port/irix.h 334include/postgresql/server/port/irix.h
334include/postgresql/server/port/linux.h 335include/postgresql/server/port/linux.h
335include/postgresql/server/port/netbsd.h 336include/postgresql/server/port/netbsd.h
336include/postgresql/server/port/openbsd.h 337include/postgresql/server/port/openbsd.h
337include/postgresql/server/port/osf.h 338include/postgresql/server/port/osf.h
338include/postgresql/server/port/sco.h 339include/postgresql/server/port/sco.h
339include/postgresql/server/port/solaris.h 340include/postgresql/server/port/solaris.h
340include/postgresql/server/port/unixware.h 341include/postgresql/server/port/unixware.h
341include/postgresql/server/port/win32.h 342include/postgresql/server/port/win32.h
342include/postgresql/server/port/win32/arpa/inet.h 343include/postgresql/server/port/win32/arpa/inet.h
343include/postgresql/server/port/win32/dlfcn.h 344include/postgresql/server/port/win32/dlfcn.h
344include/postgresql/server/port/win32/grp.h 345include/postgresql/server/port/win32/grp.h
345include/postgresql/server/port/win32/netdb.h 346include/postgresql/server/port/win32/netdb.h
346include/postgresql/server/port/win32/netinet/in.h 347include/postgresql/server/port/win32/netinet/in.h
347include/postgresql/server/port/win32/pwd.h 348include/postgresql/server/port/win32/pwd.h
348include/postgresql/server/port/win32/sys/socket.h 349include/postgresql/server/port/win32/sys/socket.h
349include/postgresql/server/port/win32/sys/wait.h 350include/postgresql/server/port/win32/sys/wait.h
350include/postgresql/server/port/win32_msvc/dirent.h 351include/postgresql/server/port/win32_msvc/dirent.h
351include/postgresql/server/port/win32_msvc/sys/file.h 352include/postgresql/server/port/win32_msvc/sys/file.h
352include/postgresql/server/port/win32_msvc/sys/param.h 353include/postgresql/server/port/win32_msvc/sys/param.h
353include/postgresql/server/port/win32_msvc/sys/time.h 354include/postgresql/server/port/win32_msvc/sys/time.h
354include/postgresql/server/port/win32_msvc/unistd.h 355include/postgresql/server/port/win32_msvc/unistd.h
355include/postgresql/server/port/win32_msvc/utime.h 356include/postgresql/server/port/win32_msvc/utime.h
356include/postgresql/server/portability/instr_time.h 357include/postgresql/server/portability/instr_time.h
357include/postgresql/server/postgres.h 358include/postgresql/server/postgres.h
358include/postgresql/server/postgres_ext.h 359include/postgresql/server/postgres_ext.h
359include/postgresql/server/postgres_fe.h 360include/postgresql/server/postgres_fe.h
360include/postgresql/server/postmaster/autovacuum.h 361include/postgresql/server/postmaster/autovacuum.h
361include/postgresql/server/postmaster/bgwriter.h 362include/postgresql/server/postmaster/bgwriter.h
362include/postgresql/server/postmaster/fork_process.h 363include/postgresql/server/postmaster/fork_process.h
363include/postgresql/server/postmaster/pgarch.h 364include/postgresql/server/postmaster/pgarch.h
364include/postgresql/server/postmaster/postmaster.h 365include/postgresql/server/postmaster/postmaster.h
365include/postgresql/server/postmaster/startup.h 366include/postgresql/server/postmaster/startup.h
366include/postgresql/server/postmaster/syslogger.h 367include/postgresql/server/postmaster/syslogger.h
367include/postgresql/server/postmaster/walwriter.h 368include/postgresql/server/postmaster/walwriter.h
368include/postgresql/server/regex/regcustom.h 369include/postgresql/server/regex/regcustom.h
369include/postgresql/server/regex/regerrs.h 370include/postgresql/server/regex/regerrs.h
370include/postgresql/server/regex/regex.h 371include/postgresql/server/regex/regex.h
371include/postgresql/server/regex/regguts.h 372include/postgresql/server/regex/regguts.h
372include/postgresql/server/replication/basebackup.h 373include/postgresql/server/replication/basebackup.h
373include/postgresql/server/replication/syncrep.h 374include/postgresql/server/replication/syncrep.h
374include/postgresql/server/replication/walprotocol.h 375include/postgresql/server/replication/walprotocol.h
375include/postgresql/server/replication/walreceiver.h 376include/postgresql/server/replication/walreceiver.h
376include/postgresql/server/replication/walsender.h 377include/postgresql/server/replication/walsender.h
377include/postgresql/server/replication/walsender_private.h 378include/postgresql/server/replication/walsender_private.h
378include/postgresql/server/rewrite/prs2lock.h 379include/postgresql/server/rewrite/prs2lock.h
379include/postgresql/server/rewrite/rewriteDefine.h 380include/postgresql/server/rewrite/rewriteDefine.h
380include/postgresql/server/rewrite/rewriteHandler.h 381include/postgresql/server/rewrite/rewriteHandler.h
381include/postgresql/server/rewrite/rewriteManip.h 382include/postgresql/server/rewrite/rewriteManip.h
382include/postgresql/server/rewrite/rewriteRemove.h 383include/postgresql/server/rewrite/rewriteRemove.h
383include/postgresql/server/rewrite/rewriteSupport.h 384include/postgresql/server/rewrite/rewriteSupport.h
384include/postgresql/server/rusagestub.h 385include/postgresql/server/rusagestub.h
385include/postgresql/server/snowball/header.h 386include/postgresql/server/snowball/header.h
386include/postgresql/server/snowball/libstemmer/api.h 387include/postgresql/server/snowball/libstemmer/api.h
387include/postgresql/server/snowball/libstemmer/header.h 388include/postgresql/server/snowball/libstemmer/header.h
388include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_danish.h 389include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_danish.h
389include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_dutch.h 390include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_dutch.h
390include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_english.h 391include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_english.h
391include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_finnish.h 392include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_finnish.h
392include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_french.h 393include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_french.h
393include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_german.h 394include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_german.h
394include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_hungarian.h 395include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_hungarian.h
395include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_italian.h 396include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_italian.h
396include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_norwegian.h 397include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_norwegian.h
397include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_porter.h 398include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_porter.h
398include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_portuguese.h 399include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_portuguese.h
399include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_spanish.h 400include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_spanish.h
400include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_swedish.h 401include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_swedish.h
401include/postgresql/server/snowball/libstemmer/stem_ISO_8859_2_romanian.h 402include/postgresql/server/snowball/libstemmer/stem_ISO_8859_2_romanian.h
402include/postgresql/server/snowball/libstemmer/stem_KOI8_R_russian.h 403include/postgresql/server/snowball/libstemmer/stem_KOI8_R_russian.h
403include/postgresql/server/snowball/libstemmer/stem_UTF_8_danish.h 404include/postgresql/server/snowball/libstemmer/stem_UTF_8_danish.h
404include/postgresql/server/snowball/libstemmer/stem_UTF_8_dutch.h 405include/postgresql/server/snowball/libstemmer/stem_UTF_8_dutch.h
405include/postgresql/server/snowball/libstemmer/stem_UTF_8_english.h 406include/postgresql/server/snowball/libstemmer/stem_UTF_8_english.h
406include/postgresql/server/snowball/libstemmer/stem_UTF_8_finnish.h 407include/postgresql/server/snowball/libstemmer/stem_UTF_8_finnish.h
407include/postgresql/server/snowball/libstemmer/stem_UTF_8_french.h 408include/postgresql/server/snowball/libstemmer/stem_UTF_8_french.h
408include/postgresql/server/snowball/libstemmer/stem_UTF_8_german.h 409include/postgresql/server/snowball/libstemmer/stem_UTF_8_german.h
409include/postgresql/server/snowball/libstemmer/stem_UTF_8_hungarian.h 410include/postgresql/server/snowball/libstemmer/stem_UTF_8_hungarian.h
410include/postgresql/server/snowball/libstemmer/stem_UTF_8_italian.h 411include/postgresql/server/snowball/libstemmer/stem_UTF_8_italian.h
411include/postgresql/server/snowball/libstemmer/stem_UTF_8_norwegian.h 412include/postgresql/server/snowball/libstemmer/stem_UTF_8_norwegian.h
412include/postgresql/server/snowball/libstemmer/stem_UTF_8_porter.h 413include/postgresql/server/snowball/libstemmer/stem_UTF_8_porter.h
413include/postgresql/server/snowball/libstemmer/stem_UTF_8_portuguese.h 414include/postgresql/server/snowball/libstemmer/stem_UTF_8_portuguese.h
414include/postgresql/server/snowball/libstemmer/stem_UTF_8_romanian.h 415include/postgresql/server/snowball/libstemmer/stem_UTF_8_romanian.h
415include/postgresql/server/snowball/libstemmer/stem_UTF_8_russian.h 416include/postgresql/server/snowball/libstemmer/stem_UTF_8_russian.h
416include/postgresql/server/snowball/libstemmer/stem_UTF_8_spanish.h 417include/postgresql/server/snowball/libstemmer/stem_UTF_8_spanish.h
417include/postgresql/server/snowball/libstemmer/stem_UTF_8_swedish.h 418include/postgresql/server/snowball/libstemmer/stem_UTF_8_swedish.h
418include/postgresql/server/snowball/libstemmer/stem_UTF_8_turkish.h 419include/postgresql/server/snowball/libstemmer/stem_UTF_8_turkish.h
419include/postgresql/server/storage/backendid.h 420include/postgresql/server/storage/backendid.h
420include/postgresql/server/storage/barrier.h 421include/postgresql/server/storage/barrier.h
421include/postgresql/server/storage/block.h 422include/postgresql/server/storage/block.h
422include/postgresql/server/storage/buf.h 423include/postgresql/server/storage/buf.h
423include/postgresql/server/storage/buf_internals.h 424include/postgresql/server/storage/buf_internals.h
424include/postgresql/server/storage/buffile.h 425include/postgresql/server/storage/buffile.h
425include/postgresql/server/storage/bufmgr.h 426include/postgresql/server/storage/bufmgr.h
426include/postgresql/server/storage/bufpage.h 427include/postgresql/server/storage/bufpage.h
427include/postgresql/server/storage/copydir.h 428include/postgresql/server/storage/copydir.h
428include/postgresql/server/storage/fd.h 429include/postgresql/server/storage/fd.h
429include/postgresql/server/storage/freespace.h 430include/postgresql/server/storage/freespace.h
430include/postgresql/server/storage/fsm_internals.h 431include/postgresql/server/storage/fsm_internals.h
431include/postgresql/server/storage/indexfsm.h 432include/postgresql/server/storage/indexfsm.h
432include/postgresql/server/storage/ipc.h 433include/postgresql/server/storage/ipc.h
433include/postgresql/server/storage/item.h 434include/postgresql/server/storage/item.h
434include/postgresql/server/storage/itemid.h 435include/postgresql/server/storage/itemid.h
435include/postgresql/server/storage/itemptr.h 436include/postgresql/server/storage/itemptr.h
436include/postgresql/server/storage/large_object.h 437include/postgresql/server/storage/large_object.h
437include/postgresql/server/storage/latch.h 438include/postgresql/server/storage/latch.h
438include/postgresql/server/storage/lmgr.h 439include/postgresql/server/storage/lmgr.h
439include/postgresql/server/storage/lock.h 440include/postgresql/server/storage/lock.h
440include/postgresql/server/storage/lwlock.h 441include/postgresql/server/storage/lwlock.h
441include/postgresql/server/storage/off.h 442include/postgresql/server/storage/off.h
442include/postgresql/server/storage/pg_sema.h 443include/postgresql/server/storage/pg_sema.h
443include/postgresql/server/storage/pg_shmem.h 444include/postgresql/server/storage/pg_shmem.h
444include/postgresql/server/storage/pmsignal.h 445include/postgresql/server/storage/pmsignal.h
445include/postgresql/server/storage/pos.h 446include/postgresql/server/storage/pos.h
446include/postgresql/server/storage/predicate.h 447include/postgresql/server/storage/predicate.h
447include/postgresql/server/storage/predicate_internals.h 448include/postgresql/server/storage/predicate_internals.h
448include/postgresql/server/storage/proc.h 449include/postgresql/server/storage/proc.h
449include/postgresql/server/storage/procarray.h 450include/postgresql/server/storage/procarray.h
450include/postgresql/server/storage/procsignal.h 451include/postgresql/server/storage/procsignal.h
451include/postgresql/server/storage/reinit.h 452include/postgresql/server/storage/reinit.h
452include/postgresql/server/storage/relfilenode.h 453include/postgresql/server/storage/relfilenode.h
453include/postgresql/server/storage/s_lock.h 454include/postgresql/server/storage/s_lock.h
454include/postgresql/server/storage/shmem.h 455include/postgresql/server/storage/shmem.h
455include/postgresql/server/storage/sinval.h 456include/postgresql/server/storage/sinval.h
456include/postgresql/server/storage/sinvaladt.h 457include/postgresql/server/storage/sinvaladt.h
457include/postgresql/server/storage/smgr.h 458include/postgresql/server/storage/smgr.h
458include/postgresql/server/storage/spin.h 459include/postgresql/server/storage/spin.h
459include/postgresql/server/storage/standby.h 460include/postgresql/server/storage/standby.h
460include/postgresql/server/tcop/dest.h 461include/postgresql/server/tcop/dest.h
461include/postgresql/server/tcop/fastpath.h 462include/postgresql/server/tcop/fastpath.h
462include/postgresql/server/tcop/pquery.h 463include/postgresql/server/tcop/pquery.h
463include/postgresql/server/tcop/tcopdebug.h 464include/postgresql/server/tcop/tcopdebug.h
464include/postgresql/server/tcop/tcopprot.h 465include/postgresql/server/tcop/tcopprot.h
465include/postgresql/server/tcop/utility.h 466include/postgresql/server/tcop/utility.h
466include/postgresql/server/tsearch/dicts/regis.h 467include/postgresql/server/tsearch/dicts/regis.h
467include/postgresql/server/tsearch/dicts/spell.h 468include/postgresql/server/tsearch/dicts/spell.h
468include/postgresql/server/tsearch/ts_cache.h 469include/postgresql/server/tsearch/ts_cache.h
469include/postgresql/server/tsearch/ts_locale.h 470include/postgresql/server/tsearch/ts_locale.h
470include/postgresql/server/tsearch/ts_public.h 471include/postgresql/server/tsearch/ts_public.h
471include/postgresql/server/tsearch/ts_type.h 472include/postgresql/server/tsearch/ts_type.h
472include/postgresql/server/tsearch/ts_utils.h 473include/postgresql/server/tsearch/ts_utils.h
473include/postgresql/server/utils/acl.h 474include/postgresql/server/utils/acl.h
474include/postgresql/server/utils/array.h 475include/postgresql/server/utils/array.h
475include/postgresql/server/utils/ascii.h 476include/postgresql/server/utils/ascii.h
476include/postgresql/server/utils/attoptcache.h 477include/postgresql/server/utils/attoptcache.h
477include/postgresql/server/utils/builtins.h 478include/postgresql/server/utils/builtins.h
478include/postgresql/server/utils/bytea.h 479include/postgresql/server/utils/bytea.h
479include/postgresql/server/utils/cash.h 480include/postgresql/server/utils/cash.h
480include/postgresql/server/utils/catcache.h 481include/postgresql/server/utils/catcache.h
481include/postgresql/server/utils/combocid.h 482include/postgresql/server/utils/combocid.h
482include/postgresql/server/utils/date.h 483include/postgresql/server/utils/date.h
483include/postgresql/server/utils/datetime.h 484include/postgresql/server/utils/datetime.h
484include/postgresql/server/utils/datum.h 485include/postgresql/server/utils/datum.h
485include/postgresql/server/utils/dynahash.h 486include/postgresql/server/utils/dynahash.h
486include/postgresql/server/utils/dynamic_loader.h 487include/postgresql/server/utils/dynamic_loader.h
487include/postgresql/server/utils/elog.h 488include/postgresql/server/utils/elog.h
488include/postgresql/server/utils/errcodes.h 489include/postgresql/server/utils/errcodes.h
489include/postgresql/server/utils/fmgroids.h 490include/postgresql/server/utils/fmgroids.h
490include/postgresql/server/utils/fmgrtab.h 491include/postgresql/server/utils/fmgrtab.h
491include/postgresql/server/utils/formatting.h 492include/postgresql/server/utils/formatting.h
492include/postgresql/server/utils/geo_decls.h 493include/postgresql/server/utils/geo_decls.h
493include/postgresql/server/utils/guc.h 494include/postgresql/server/utils/guc.h
494include/postgresql/server/utils/guc_tables.h 495include/postgresql/server/utils/guc_tables.h
495include/postgresql/server/utils/help_config.h 496include/postgresql/server/utils/help_config.h
496include/postgresql/server/utils/hsearch.h 497include/postgresql/server/utils/hsearch.h
497include/postgresql/server/utils/inet.h 498include/postgresql/server/utils/inet.h
498include/postgresql/server/utils/int8.h 499include/postgresql/server/utils/int8.h
499include/postgresql/server/utils/inval.h 500include/postgresql/server/utils/inval.h
500include/postgresql/server/utils/json.h 501include/postgresql/server/utils/json.h
501include/postgresql/server/utils/logtape.h 502include/postgresql/server/utils/logtape.h
502include/postgresql/server/utils/lsyscache.h 503include/postgresql/server/utils/lsyscache.h
503include/postgresql/server/utils/memutils.h 504include/postgresql/server/utils/memutils.h
504include/postgresql/server/utils/nabstime.h 505include/postgresql/server/utils/nabstime.h
505include/postgresql/server/utils/numeric.h 506include/postgresql/server/utils/numeric.h
506include/postgresql/server/utils/palloc.h 507include/postgresql/server/utils/palloc.h
507include/postgresql/server/utils/pg_crc.h 508include/postgresql/server/utils/pg_crc.h
508include/postgresql/server/utils/pg_crc_tables.h 509include/postgresql/server/utils/pg_crc_tables.h
509include/postgresql/server/utils/pg_locale.h 510include/postgresql/server/utils/pg_locale.h
510include/postgresql/server/utils/pg_lzcompress.h 511include/postgresql/server/utils/pg_lzcompress.h
511include/postgresql/server/utils/pg_rusage.h 512include/postgresql/server/utils/pg_rusage.h
512include/postgresql/server/utils/plancache.h 513include/postgresql/server/utils/plancache.h
513include/postgresql/server/utils/portal.h 514include/postgresql/server/utils/portal.h
514include/postgresql/server/utils/probes.h 515include/postgresql/server/utils/probes.h
515include/postgresql/server/utils/ps_status.h 516include/postgresql/server/utils/ps_status.h
516include/postgresql/server/utils/rangetypes.h 517include/postgresql/server/utils/rangetypes.h
517include/postgresql/server/utils/rbtree.h 518include/postgresql/server/utils/rbtree.h
518include/postgresql/server/utils/rel.h 519include/postgresql/server/utils/rel.h
519include/postgresql/server/utils/relcache.h 520include/postgresql/server/utils/relcache.h
520include/postgresql/server/utils/relmapper.h 521include/postgresql/server/utils/relmapper.h
521include/postgresql/server/utils/reltrigger.h 522include/postgresql/server/utils/reltrigger.h
522include/postgresql/server/utils/resowner.h 523include/postgresql/server/utils/resowner.h
523include/postgresql/server/utils/selfuncs.h 524include/postgresql/server/utils/selfuncs.h
524include/postgresql/server/utils/snapmgr.h 525include/postgresql/server/utils/snapmgr.h
525include/postgresql/server/utils/snapshot.h 526include/postgresql/server/utils/snapshot.h
526include/postgresql/server/utils/sortsupport.h 527include/postgresql/server/utils/sortsupport.h
527include/postgresql/server/utils/spccache.h 528include/postgresql/server/utils/spccache.h
528include/postgresql/server/utils/syscache.h 529include/postgresql/server/utils/syscache.h
529include/postgresql/server/utils/timestamp.h 530include/postgresql/server/utils/timestamp.h
530include/postgresql/server/utils/tqual.h 531include/postgresql/server/utils/tqual.h
531include/postgresql/server/utils/tuplesort.h 532include/postgresql/server/utils/tuplesort.h
532include/postgresql/server/utils/tuplestore.h 533include/postgresql/server/utils/tuplestore.h
533include/postgresql/server/utils/typcache.h 534include/postgresql/server/utils/typcache.h
534include/postgresql/server/utils/tzparser.h 535include/postgresql/server/utils/tzparser.h
535include/postgresql/server/utils/uuid.h 536include/postgresql/server/utils/uuid.h
536include/postgresql/server/utils/varbit.h 537include/postgresql/server/utils/varbit.h
537include/postgresql/server/utils/xml.h 538include/postgresql/server/utils/xml.h
538include/postgresql/server/windowapi.h 539include/postgresql/server/windowapi.h
539include/sql3types.h 540include/sql3types.h
540include/sqlca.h 541include/sqlca.h
541include/sqlda-compat.h 542include/sqlda-compat.h
542include/sqlda-native.h 543include/sqlda-native.h
543include/sqlda.h 544include/sqlda.h
544lib/libecpg.a 545lib/libecpg.a
545lib/libecpg.so 546lib/libecpg.so
546lib/libecpg.so.6 547lib/libecpg.so.6
547lib/libecpg.so.6.4 548lib/libecpg.so.6.4
548lib/libecpg_compat.a 549lib/libecpg_compat.a
549lib/libecpg_compat.so 550lib/libecpg_compat.so
550lib/libecpg_compat.so.3 551lib/libecpg_compat.so.3
551lib/libecpg_compat.so.3.4 552lib/libecpg_compat.so.3.4
552lib/libpgport.a 553lib/libpgport.a
553lib/libpgtypes.a 554lib/libpgtypes.a
554lib/libpgtypes.so 555lib/libpgtypes.so
555lib/libpgtypes.so.3 556lib/libpgtypes.so.3
556lib/libpgtypes.so.3.3 557lib/libpgtypes.so.3.3
557lib/libpq.a 558lib/libpq.a
558lib/libpq.so 559lib/libpq.so
559lib/libpq.so.5 560lib/libpq.so.5
560lib/libpq.so.5.5 561lib/libpq.so.5.5
561lib/postgresql/pgxs/config/install-sh 562lib/postgresql/pgxs/config/install-sh
562lib/postgresql/pgxs/src/Makefile.global 563lib/postgresql/pgxs/src/Makefile.global
563lib/postgresql/pgxs/src/Makefile.port 564lib/postgresql/pgxs/src/Makefile.port
564lib/postgresql/pgxs/src/Makefile.shlib 565lib/postgresql/pgxs/src/Makefile.shlib
565lib/postgresql/pgxs/src/makefiles/pgxs.mk 566lib/postgresql/pgxs/src/makefiles/pgxs.mk
566lib/postgresql/pgxs/src/nls-global.mk 567lib/postgresql/pgxs/src/nls-global.mk
567share/locale/cs/LC_MESSAGES/ecpg-9.2.mo 568share/locale/cs/LC_MESSAGES/ecpg-9.2.mo
568share/locale/cs/LC_MESSAGES/ecpglib6-9.2.mo 569share/locale/cs/LC_MESSAGES/ecpglib6-9.2.mo
569share/locale/cs/LC_MESSAGES/initdb-9.2.mo 570share/locale/cs/LC_MESSAGES/initdb-9.2.mo
570share/locale/cs/LC_MESSAGES/libpq5-9.2.mo 571share/locale/cs/LC_MESSAGES/libpq5-9.2.mo
571share/locale/cs/LC_MESSAGES/pg_basebackup-9.2.mo 572share/locale/cs/LC_MESSAGES/pg_basebackup-9.2.mo
572share/locale/cs/LC_MESSAGES/pg_config-9.2.mo 573share/locale/cs/LC_MESSAGES/pg_config-9.2.mo
573share/locale/cs/LC_MESSAGES/pg_controldata-9.2.mo 574share/locale/cs/LC_MESSAGES/pg_controldata-9.2.mo
574share/locale/cs/LC_MESSAGES/pg_ctl-9.2.mo 575share/locale/cs/LC_MESSAGES/pg_ctl-9.2.mo
575share/locale/cs/LC_MESSAGES/pg_dump-9.2.mo 576share/locale/cs/LC_MESSAGES/pg_dump-9.2.mo
576share/locale/cs/LC_MESSAGES/pg_resetxlog-9.2.mo 577share/locale/cs/LC_MESSAGES/pg_resetxlog-9.2.mo
577share/locale/cs/LC_MESSAGES/pgscripts-9.2.mo 578share/locale/cs/LC_MESSAGES/pgscripts-9.2.mo
578share/locale/cs/LC_MESSAGES/psql-9.2.mo 579share/locale/cs/LC_MESSAGES/psql-9.2.mo
579share/locale/de/LC_MESSAGES/ecpg-9.2.mo 580share/locale/de/LC_MESSAGES/ecpg-9.2.mo
580share/locale/de/LC_MESSAGES/ecpglib6-9.2.mo 581share/locale/de/LC_MESSAGES/ecpglib6-9.2.mo
581share/locale/de/LC_MESSAGES/initdb-9.2.mo 582share/locale/de/LC_MESSAGES/initdb-9.2.mo
582share/locale/de/LC_MESSAGES/libpq5-9.2.mo 583share/locale/de/LC_MESSAGES/libpq5-9.2.mo
583share/locale/de/LC_MESSAGES/pg_basebackup-9.2.mo 584share/locale/de/LC_MESSAGES/pg_basebackup-9.2.mo
584share/locale/de/LC_MESSAGES/pg_config-9.2.mo 585share/locale/de/LC_MESSAGES/pg_config-9.2.mo
585share/locale/de/LC_MESSAGES/pg_controldata-9.2.mo 586share/locale/de/LC_MESSAGES/pg_controldata-9.2.mo
586share/locale/de/LC_MESSAGES/pg_ctl-9.2.mo 587share/locale/de/LC_MESSAGES/pg_ctl-9.2.mo
587share/locale/de/LC_MESSAGES/pg_dump-9.2.mo 588share/locale/de/LC_MESSAGES/pg_dump-9.2.mo
588share/locale/de/LC_MESSAGES/pg_resetxlog-9.2.mo 589share/locale/de/LC_MESSAGES/pg_resetxlog-9.2.mo
589share/locale/de/LC_MESSAGES/pgscripts-9.2.mo 590share/locale/de/LC_MESSAGES/pgscripts-9.2.mo
590share/locale/de/LC_MESSAGES/psql-9.2.mo 591share/locale/de/LC_MESSAGES/psql-9.2.mo
591share/locale/es/LC_MESSAGES/ecpg-9.2.mo 592share/locale/es/LC_MESSAGES/ecpg-9.2.mo
592share/locale/es/LC_MESSAGES/ecpglib6-9.2.mo 593share/locale/es/LC_MESSAGES/ecpglib6-9.2.mo
593share/locale/es/LC_MESSAGES/initdb-9.2.mo 594share/locale/es/LC_MESSAGES/initdb-9.2.mo
594share/locale/es/LC_MESSAGES/libpq5-9.2.mo 595share/locale/es/LC_MESSAGES/libpq5-9.2.mo
595share/locale/es/LC_MESSAGES/pg_basebackup-9.2.mo 596share/locale/es/LC_MESSAGES/pg_basebackup-9.2.mo
596share/locale/es/LC_MESSAGES/pg_config-9.2.mo 597share/locale/es/LC_MESSAGES/pg_config-9.2.mo
597share/locale/es/LC_MESSAGES/pg_controldata-9.2.mo 598share/locale/es/LC_MESSAGES/pg_controldata-9.2.mo
598share/locale/es/LC_MESSAGES/pg_ctl-9.2.mo 599share/locale/es/LC_MESSAGES/pg_ctl-9.2.mo
599share/locale/es/LC_MESSAGES/pg_dump-9.2.mo 600share/locale/es/LC_MESSAGES/pg_dump-9.2.mo
600share/locale/es/LC_MESSAGES/pg_resetxlog-9.2.mo 601share/locale/es/LC_MESSAGES/pg_resetxlog-9.2.mo
601share/locale/es/LC_MESSAGES/pgscripts-9.2.mo 602share/locale/es/LC_MESSAGES/pgscripts-9.2.mo
602share/locale/es/LC_MESSAGES/psql-9.2.mo 603share/locale/es/LC_MESSAGES/psql-9.2.mo
603share/locale/fr/LC_MESSAGES/ecpg-9.2.mo 604share/locale/fr/LC_MESSAGES/ecpg-9.2.mo
604share/locale/fr/LC_MESSAGES/ecpglib6-9.2.mo 605share/locale/fr/LC_MESSAGES/ecpglib6-9.2.mo
605share/locale/fr/LC_MESSAGES/initdb-9.2.mo 606share/locale/fr/LC_MESSAGES/initdb-9.2.mo
606share/locale/fr/LC_MESSAGES/libpq5-9.2.mo 607share/locale/fr/LC_MESSAGES/libpq5-9.2.mo
607share/locale/fr/LC_MESSAGES/pg_basebackup-9.2.mo 608share/locale/fr/LC_MESSAGES/pg_basebackup-9.2.mo
608share/locale/fr/LC_MESSAGES/pg_config-9.2.mo 609share/locale/fr/LC_MESSAGES/pg_config-9.2.mo
609share/locale/fr/LC_MESSAGES/pg_controldata-9.2.mo 610share/locale/fr/LC_MESSAGES/pg_controldata-9.2.mo
610share/locale/fr/LC_MESSAGES/pg_ctl-9.2.mo 611share/locale/fr/LC_MESSAGES/pg_ctl-9.2.mo
611share/locale/fr/LC_MESSAGES/pg_dump-9.2.mo 612share/locale/fr/LC_MESSAGES/pg_dump-9.2.mo
612share/locale/fr/LC_MESSAGES/pg_resetxlog-9.2.mo 613share/locale/fr/LC_MESSAGES/pg_resetxlog-9.2.mo
613share/locale/fr/LC_MESSAGES/pgscripts-9.2.mo 614share/locale/fr/LC_MESSAGES/pgscripts-9.2.mo
614share/locale/fr/LC_MESSAGES/psql-9.2.mo 615share/locale/fr/LC_MESSAGES/psql-9.2.mo
615share/locale/it/LC_MESSAGES/ecpg-9.2.mo 616share/locale/it/LC_MESSAGES/ecpg-9.2.mo
616share/locale/it/LC_MESSAGES/ecpglib6-9.2.mo 617share/locale/it/LC_MESSAGES/ecpglib6-9.2.mo
617share/locale/it/LC_MESSAGES/initdb-9.2.mo 618share/locale/it/LC_MESSAGES/initdb-9.2.mo
618share/locale/it/LC_MESSAGES/libpq5-9.2.mo 619share/locale/it/LC_MESSAGES/libpq5-9.2.mo
619share/locale/it/LC_MESSAGES/pg_basebackup-9.2.mo 620share/locale/it/LC_MESSAGES/pg_basebackup-9.2.mo
620share/locale/it/LC_MESSAGES/pg_config-9.2.mo 621share/locale/it/LC_MESSAGES/pg_config-9.2.mo
621share/locale/it/LC_MESSAGES/pg_controldata-9.2.mo 622share/locale/it/LC_MESSAGES/pg_controldata-9.2.mo
622share/locale/it/LC_MESSAGES/pg_ctl-9.2.mo 623share/locale/it/LC_MESSAGES/pg_ctl-9.2.mo
623share/locale/it/LC_MESSAGES/pg_dump-9.2.mo 624share/locale/it/LC_MESSAGES/pg_dump-9.2.mo
624share/locale/it/LC_MESSAGES/pg_resetxlog-9.2.mo 625share/locale/it/LC_MESSAGES/pg_resetxlog-9.2.mo
625share/locale/it/LC_MESSAGES/pgscripts-9.2.mo 626share/locale/it/LC_MESSAGES/pgscripts-9.2.mo
626share/locale/it/LC_MESSAGES/psql-9.2.mo 627share/locale/it/LC_MESSAGES/psql-9.2.mo
627share/locale/ja/LC_MESSAGES/ecpg-9.2.mo 628share/locale/ja/LC_MESSAGES/ecpg-9.2.mo
628share/locale/ja/LC_MESSAGES/ecpglib6-9.2.mo 629share/locale/ja/LC_MESSAGES/ecpglib6-9.2.mo
629share/locale/ja/LC_MESSAGES/initdb-9.2.mo 630share/locale/ja/LC_MESSAGES/initdb-9.2.mo
630share/locale/ja/LC_MESSAGES/libpq5-9.2.mo 631share/locale/ja/LC_MESSAGES/libpq5-9.2.mo
631share/locale/ja/LC_MESSAGES/pg_basebackup-9.2.mo 632share/locale/ja/LC_MESSAGES/pg_basebackup-9.2.mo
632share/locale/ja/LC_MESSAGES/pg_config-9.2.mo 633share/locale/ja/LC_MESSAGES/pg_config-9.2.mo
633share/locale/ja/LC_MESSAGES/pg_controldata-9.2.mo 634share/locale/ja/LC_MESSAGES/pg_controldata-9.2.mo
634share/locale/ja/LC_MESSAGES/pg_ctl-9.2.mo 635share/locale/ja/LC_MESSAGES/pg_ctl-9.2.mo
635share/locale/ja/LC_MESSAGES/pg_dump-9.2.mo 636share/locale/ja/LC_MESSAGES/pg_dump-9.2.mo
636share/locale/ja/LC_MESSAGES/pg_resetxlog-9.2.mo 637share/locale/ja/LC_MESSAGES/pg_resetxlog-9.2.mo
637share/locale/ja/LC_MESSAGES/pgscripts-9.2.mo 638share/locale/ja/LC_MESSAGES/pgscripts-9.2.mo
638share/locale/ja/LC_MESSAGES/psql-9.2.mo 639share/locale/ja/LC_MESSAGES/psql-9.2.mo
639share/locale/ko/LC_MESSAGES/ecpg-9.2.mo 640share/locale/ko/LC_MESSAGES/ecpg-9.2.mo
640share/locale/ko/LC_MESSAGES/initdb-9.2.mo 641share/locale/ko/LC_MESSAGES/initdb-9.2.mo
641share/locale/ko/LC_MESSAGES/pg_config-9.2.mo 642share/locale/ko/LC_MESSAGES/pg_config-9.2.mo
642share/locale/ko/LC_MESSAGES/pg_resetxlog-9.2.mo 643share/locale/ko/LC_MESSAGES/pg_resetxlog-9.2.mo
643share/locale/ko/LC_MESSAGES/pgscripts-9.2.mo 644share/locale/ko/LC_MESSAGES/pgscripts-9.2.mo
644share/locale/nb/LC_MESSAGES/pg_config-9.2.mo 645share/locale/nb/LC_MESSAGES/pg_config-9.2.mo
645share/locale/pl/LC_MESSAGES/ecpg-9.2.mo 646share/locale/pl/LC_MESSAGES/ecpg-9.2.mo
646share/locale/pl/LC_MESSAGES/ecpglib6-9.2.mo 647share/locale/pl/LC_MESSAGES/ecpglib6-9.2.mo
647share/locale/pl/LC_MESSAGES/initdb-9.2.mo 648share/locale/pl/LC_MESSAGES/initdb-9.2.mo
648share/locale/pl/LC_MESSAGES/libpq5-9.2.mo 649share/locale/pl/LC_MESSAGES/libpq5-9.2.mo
649share/locale/pl/LC_MESSAGES/pg_basebackup-9.2.mo 650share/locale/pl/LC_MESSAGES/pg_basebackup-9.2.mo
650share/locale/pl/LC_MESSAGES/pg_config-9.2.mo 651share/locale/pl/LC_MESSAGES/pg_config-9.2.mo
651share/locale/pl/LC_MESSAGES/pg_controldata-9.2.mo 652share/locale/pl/LC_MESSAGES/pg_controldata-9.2.mo
652share/locale/pl/LC_MESSAGES/pg_ctl-9.2.mo 653share/locale/pl/LC_MESSAGES/pg_ctl-9.2.mo
653share/locale/pl/LC_MESSAGES/pg_dump-9.2.mo 654share/locale/pl/LC_MESSAGES/pg_dump-9.2.mo
654share/locale/pl/LC_MESSAGES/pg_resetxlog-9.2.mo 655share/locale/pl/LC_MESSAGES/pg_resetxlog-9.2.mo
655share/locale/pl/LC_MESSAGES/pgscripts-9.2.mo 656share/locale/pl/LC_MESSAGES/pgscripts-9.2.mo
656share/locale/pl/LC_MESSAGES/psql-9.2.mo 657share/locale/pl/LC_MESSAGES/psql-9.2.mo
657share/locale/pt_BR/LC_MESSAGES/ecpg-9.2.mo 658share/locale/pt_BR/LC_MESSAGES/ecpg-9.2.mo
658share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.2.mo 659share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.2.mo
659share/locale/pt_BR/LC_MESSAGES/initdb-9.2.mo 660share/locale/pt_BR/LC_MESSAGES/initdb-9.2.mo
660share/locale/pt_BR/LC_MESSAGES/libpq5-9.2.mo 661share/locale/pt_BR/LC_MESSAGES/libpq5-9.2.mo
661share/locale/pt_BR/LC_MESSAGES/pg_basebackup-9.2.mo 662share/locale/pt_BR/LC_MESSAGES/pg_basebackup-9.2.mo
662share/locale/pt_BR/LC_MESSAGES/pg_config-9.2.mo 663share/locale/pt_BR/LC_MESSAGES/pg_config-9.2.mo
663share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.2.mo 664share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.2.mo
664share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.2.mo 665share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.2.mo
665share/locale/pt_BR/LC_MESSAGES/pg_dump-9.2.mo 666share/locale/pt_BR/LC_MESSAGES/pg_dump-9.2.mo
666share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.2.mo 667share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.2.mo
667share/locale/pt_BR/LC_MESSAGES/pgscripts-9.2.mo 668share/locale/pt_BR/LC_MESSAGES/pgscripts-9.2.mo
668share/locale/pt_BR/LC_MESSAGES/psql-9.2.mo 669share/locale/pt_BR/LC_MESSAGES/psql-9.2.mo
669share/locale/ro/LC_MESSAGES/initdb-9.2.mo 670share/locale/ro/LC_MESSAGES/initdb-9.2.mo
670share/locale/ro/LC_MESSAGES/pg_config-9.2.mo 671share/locale/ro/LC_MESSAGES/pg_config-9.2.mo
671share/locale/ro/LC_MESSAGES/pg_controldata-9.2.mo 672share/locale/ro/LC_MESSAGES/pg_controldata-9.2.mo
672share/locale/ro/LC_MESSAGES/pg_resetxlog-9.2.mo 673share/locale/ro/LC_MESSAGES/pg_resetxlog-9.2.mo
673share/locale/ro/LC_MESSAGES/pgscripts-9.2.mo 674share/locale/ro/LC_MESSAGES/pgscripts-9.2.mo
674share/locale/ru/LC_MESSAGES/ecpg-9.2.mo 675share/locale/ru/LC_MESSAGES/ecpg-9.2.mo
675share/locale/ru/LC_MESSAGES/ecpglib6-9.2.mo 676share/locale/ru/LC_MESSAGES/ecpglib6-9.2.mo
676share/locale/ru/LC_MESSAGES/initdb-9.2.mo 677share/locale/ru/LC_MESSAGES/initdb-9.2.mo
677share/locale/ru/LC_MESSAGES/libpq5-9.2.mo 678share/locale/ru/LC_MESSAGES/libpq5-9.2.mo
678share/locale/ru/LC_MESSAGES/pg_basebackup-9.2.mo 679share/locale/ru/LC_MESSAGES/pg_basebackup-9.2.mo
679share/locale/ru/LC_MESSAGES/pg_config-9.2.mo 680share/locale/ru/LC_MESSAGES/pg_config-9.2.mo
680share/locale/ru/LC_MESSAGES/pg_controldata-9.2.mo 681share/locale/ru/LC_MESSAGES/pg_controldata-9.2.mo
681share/locale/ru/LC_MESSAGES/pg_ctl-9.2.mo 682share/locale/ru/LC_MESSAGES/pg_ctl-9.2.mo
682share/locale/ru/LC_MESSAGES/pg_dump-9.2.mo 683share/locale/ru/LC_MESSAGES/pg_dump-9.2.mo
683share/locale/ru/LC_MESSAGES/pg_resetxlog-9.2.mo 684share/locale/ru/LC_MESSAGES/pg_resetxlog-9.2.mo
684share/locale/ru/LC_MESSAGES/pgscripts-9.2.mo 685share/locale/ru/LC_MESSAGES/pgscripts-9.2.mo
685share/locale/ru/LC_MESSAGES/psql-9.2.mo 686share/locale/ru/LC_MESSAGES/psql-9.2.mo
686share/locale/sv/LC_MESSAGES/initdb-9.2.mo 687share/locale/sv/LC_MESSAGES/initdb-9.2.mo
687share/locale/sv/LC_MESSAGES/pg_config-9.2.mo 688share/locale/sv/LC_MESSAGES/pg_config-9.2.mo
688share/locale/sv/LC_MESSAGES/pg_ctl-9.2.mo 689share/locale/sv/LC_MESSAGES/pg_ctl-9.2.mo
689share/locale/sv/LC_MESSAGES/pgscripts-9.2.mo 690share/locale/sv/LC_MESSAGES/pgscripts-9.2.mo
690share/locale/ta/LC_MESSAGES/pg_config-9.2.mo 691share/locale/ta/LC_MESSAGES/pg_config-9.2.mo
691share/locale/tr/LC_MESSAGES/ecpg-9.2.mo 692share/locale/tr/LC_MESSAGES/ecpg-9.2.mo
692share/locale/tr/LC_MESSAGES/ecpglib6-9.2.mo 693share/locale/tr/LC_MESSAGES/ecpglib6-9.2.mo
693share/locale/tr/LC_MESSAGES/initdb-9.2.mo 694share/locale/tr/LC_MESSAGES/initdb-9.2.mo
694share/locale/tr/LC_MESSAGES/libpq5-9.2.mo 695share/locale/tr/LC_MESSAGES/libpq5-9.2.mo
695share/locale/tr/LC_MESSAGES/pg_config-9.2.mo 696share/locale/tr/LC_MESSAGES/pg_config-9.2.mo
696share/locale/tr/LC_MESSAGES/pg_controldata-9.2.mo 697share/locale/tr/LC_MESSAGES/pg_controldata-9.2.mo
697share/locale/tr/LC_MESSAGES/pg_resetxlog-9.2.mo 698share/locale/tr/LC_MESSAGES/pg_resetxlog-9.2.mo
698share/locale/tr/LC_MESSAGES/pgscripts-9.2.mo 699share/locale/tr/LC_MESSAGES/pgscripts-9.2.mo
699share/locale/zh_CN/LC_MESSAGES/ecpg-9.2.mo 700share/locale/zh_CN/LC_MESSAGES/ecpg-9.2.mo
700share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.2.mo 701share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.2.mo
701share/locale/zh_CN/LC_MESSAGES/initdb-9.2.mo 702share/locale/zh_CN/LC_MESSAGES/initdb-9.2.mo
702share/locale/zh_CN/LC_MESSAGES/libpq5-9.2.mo 703share/locale/zh_CN/LC_MESSAGES/libpq5-9.2.mo
703share/locale/zh_CN/LC_MESSAGES/pg_basebackup-9.2.mo 704share/locale/zh_CN/LC_MESSAGES/pg_basebackup-9.2.mo
704share/locale/zh_CN/LC_MESSAGES/pg_config-9.2.mo 705share/locale/zh_CN/LC_MESSAGES/pg_config-9.2.mo
705share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.2.mo 706share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.2.mo
706share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.2.mo 707share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.2.mo
707share/locale/zh_CN/LC_MESSAGES/pg_dump-9.2.mo 708share/locale/zh_CN/LC_MESSAGES/pg_dump-9.2.mo
708share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.2.mo 709share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.2.mo
709share/locale/zh_CN/LC_MESSAGES/pgscripts-9.2.mo 710share/locale/zh_CN/LC_MESSAGES/pgscripts-9.2.mo
710share/locale/zh_CN/LC_MESSAGES/psql-9.2.mo 711share/locale/zh_CN/LC_MESSAGES/psql-9.2.mo
711share/locale/zh_TW/LC_MESSAGES/ecpg-9.2.mo 712share/locale/zh_TW/LC_MESSAGES/ecpg-9.2.mo
712share/locale/zh_TW/LC_MESSAGES/initdb-9.2.mo 713share/locale/zh_TW/LC_MESSAGES/initdb-9.2.mo
713share/locale/zh_TW/LC_MESSAGES/libpq5-9.2.mo 714share/locale/zh_TW/LC_MESSAGES/libpq5-9.2.mo
714share/locale/zh_TW/LC_MESSAGES/pg_config-9.2.mo 715share/locale/zh_TW/LC_MESSAGES/pg_config-9.2.mo
715share/locale/zh_TW/LC_MESSAGES/pg_controldata-9.2.mo 716share/locale/zh_TW/LC_MESSAGES/pg_controldata-9.2.mo
716share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.2.mo 717share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.2.mo
717share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.2.mo 718share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.2.mo
718share/locale/zh_TW/LC_MESSAGES/pgscripts-9.2.mo 719share/locale/zh_TW/LC_MESSAGES/pgscripts-9.2.mo
719share/locale/zh_TW/LC_MESSAGES/psql-9.2.mo 720share/locale/zh_TW/LC_MESSAGES/psql-9.2.mo
720share/postgresql/pg_service.conf.sample 721share/postgresql/pg_service.conf.sample
721share/postgresql/psqlrc.sample 722share/postgresql/psqlrc.sample

cvs diff -r1.14 -r1.15 pkgsrc/databases/postgresql92-docs/Attic/PLIST (switch to unified diff)

--- pkgsrc/databases/postgresql92-docs/Attic/PLIST 2015/10/11 10:59:20 1.14
+++ pkgsrc/databases/postgresql92-docs/Attic/PLIST 2016/02/25 00:41:54 1.15
@@ -1,1448 +1,1451 @@ @@ -1,1448 +1,1451 @@
1@comment $NetBSD: PLIST,v 1.14 2015/10/11 10:59:20 adam Exp $ 1@comment $NetBSD: PLIST,v 1.15 2016/02/25 00:41:54 tnn Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createlang.1 4man/man1/createlang.1
5man/man1/createuser.1 5man/man1/createuser.1
6man/man1/dropdb.1 6man/man1/dropdb.1
7man/man1/droplang.1 7man/man1/droplang.1
8man/man1/dropuser.1 8man/man1/dropuser.1
9man/man1/ecpg.1 9man/man1/ecpg.1
10man/man1/initdb.1 10man/man1/initdb.1
11man/man1/oid2name.1 11man/man1/oid2name.1
12man/man1/pg_archivecleanup.1 12man/man1/pg_archivecleanup.1
13man/man1/pg_basebackup.1 13man/man1/pg_basebackup.1
14man/man1/pg_config.1 14man/man1/pg_config.1
15man/man1/pg_controldata.1 15man/man1/pg_controldata.1
16man/man1/pg_ctl.1 16man/man1/pg_ctl.1
17man/man1/pg_dump.1 17man/man1/pg_dump.1
18man/man1/pg_dumpall.1 18man/man1/pg_dumpall.1
19man/man1/pg_receivexlog.1 19man/man1/pg_receivexlog.1
20man/man1/pg_resetxlog.1 20man/man1/pg_resetxlog.1
21man/man1/pg_restore.1 21man/man1/pg_restore.1
22man/man1/pg_standby.1 22man/man1/pg_standby.1
23man/man1/pg_test_fsync.1 23man/man1/pg_test_fsync.1
24man/man1/pg_test_timing.1 24man/man1/pg_test_timing.1
25man/man1/pg_upgrade.1 25man/man1/pg_upgrade.1
26man/man1/pgbench.1 26man/man1/pgbench.1
27man/man1/postgres.1 27man/man1/postgres.1
28man/man1/postmaster.1 28man/man1/postmaster.1
29man/man1/psql.1 29man/man1/psql.1
30man/man1/reindexdb.1 30man/man1/reindexdb.1
31man/man1/vacuumdb.1 31man/man1/vacuumdb.1
32man/man1/vacuumlo.1 32man/man1/vacuumlo.1
33man/man3/SPI_connect.3 33man/man3/SPI_connect.3
34man/man3/SPI_copytuple.3 34man/man3/SPI_copytuple.3
35man/man3/SPI_cursor_close.3 35man/man3/SPI_cursor_close.3
36man/man3/SPI_cursor_fetch.3 36man/man3/SPI_cursor_fetch.3
37man/man3/SPI_cursor_find.3 37man/man3/SPI_cursor_find.3
38man/man3/SPI_cursor_move.3 38man/man3/SPI_cursor_move.3
39man/man3/SPI_cursor_open.3 39man/man3/SPI_cursor_open.3
40man/man3/SPI_cursor_open_with_args.3 40man/man3/SPI_cursor_open_with_args.3
41man/man3/SPI_cursor_open_with_paramlist.3 41man/man3/SPI_cursor_open_with_paramlist.3
42man/man3/SPI_exec.3 42man/man3/SPI_exec.3
43man/man3/SPI_execp.3 43man/man3/SPI_execp.3
44man/man3/SPI_execute.3 44man/man3/SPI_execute.3
45man/man3/SPI_execute_plan.3 45man/man3/SPI_execute_plan.3
46man/man3/SPI_execute_plan_with_paramlist.3 46man/man3/SPI_execute_plan_with_paramlist.3
47man/man3/SPI_execute_with_args.3 47man/man3/SPI_execute_with_args.3
48man/man3/SPI_finish.3 48man/man3/SPI_finish.3
49man/man3/SPI_fname.3 49man/man3/SPI_fname.3
50man/man3/SPI_fnumber.3 50man/man3/SPI_fnumber.3
51man/man3/SPI_freeplan.3 51man/man3/SPI_freeplan.3
52man/man3/SPI_freetuple.3 52man/man3/SPI_freetuple.3
53man/man3/SPI_freetuptable.3 53man/man3/SPI_freetuptable.3
54man/man3/SPI_getargcount.3 54man/man3/SPI_getargcount.3
55man/man3/SPI_getargtypeid.3 55man/man3/SPI_getargtypeid.3
56man/man3/SPI_getbinval.3 56man/man3/SPI_getbinval.3
57man/man3/SPI_getnspname.3 57man/man3/SPI_getnspname.3
58man/man3/SPI_getrelname.3 58man/man3/SPI_getrelname.3
59man/man3/SPI_gettype.3 59man/man3/SPI_gettype.3
60man/man3/SPI_gettypeid.3 60man/man3/SPI_gettypeid.3
61man/man3/SPI_getvalue.3 61man/man3/SPI_getvalue.3
62man/man3/SPI_is_cursor_plan.3 62man/man3/SPI_is_cursor_plan.3
63man/man3/SPI_keepplan.3 63man/man3/SPI_keepplan.3
64man/man3/SPI_modifytuple.3 64man/man3/SPI_modifytuple.3
65man/man3/SPI_palloc.3 65man/man3/SPI_palloc.3
66man/man3/SPI_pfree.3 66man/man3/SPI_pfree.3
67man/man3/SPI_pop.3 67man/man3/SPI_pop.3
68man/man3/SPI_prepare.3 68man/man3/SPI_prepare.3
69man/man3/SPI_prepare_cursor.3 69man/man3/SPI_prepare_cursor.3
70man/man3/SPI_prepare_params.3 70man/man3/SPI_prepare_params.3
71man/man3/SPI_push.3 71man/man3/SPI_push.3
72man/man3/SPI_repalloc.3 72man/man3/SPI_repalloc.3
73man/man3/SPI_returntuple.3 73man/man3/SPI_returntuple.3
74man/man3/SPI_saveplan.3 74man/man3/SPI_saveplan.3
75man/man3/SPI_scroll_cursor_fetch.3 75man/man3/SPI_scroll_cursor_fetch.3
76man/man3/SPI_scroll_cursor_move.3 76man/man3/SPI_scroll_cursor_move.3
77man/man3/dblink.3 77man/man3/dblink.3
78man/man3/dblink_build_sql_delete.3 78man/man3/dblink_build_sql_delete.3
79man/man3/dblink_build_sql_insert.3 79man/man3/dblink_build_sql_insert.3
80man/man3/dblink_build_sql_update.3 80man/man3/dblink_build_sql_update.3
81man/man3/dblink_cancel_query.3 81man/man3/dblink_cancel_query.3
82man/man3/dblink_close.3 82man/man3/dblink_close.3
83man/man3/dblink_connect.3 83man/man3/dblink_connect.3
84man/man3/dblink_connect_u.3 84man/man3/dblink_connect_u.3
85man/man3/dblink_disconnect.3 85man/man3/dblink_disconnect.3
86man/man3/dblink_error_message.3 86man/man3/dblink_error_message.3
87man/man3/dblink_exec.3 87man/man3/dblink_exec.3
88man/man3/dblink_fetch.3 88man/man3/dblink_fetch.3
89man/man3/dblink_get_connections.3 89man/man3/dblink_get_connections.3
90man/man3/dblink_get_notify.3 90man/man3/dblink_get_notify.3
91man/man3/dblink_get_pkey.3 91man/man3/dblink_get_pkey.3
92man/man3/dblink_get_result.3 92man/man3/dblink_get_result.3
93man/man3/dblink_is_busy.3 93man/man3/dblink_is_busy.3
94man/man3/dblink_open.3 94man/man3/dblink_open.3
95man/man3/dblink_send_query.3 95man/man3/dblink_send_query.3
96man/man7/ABORT.7 96man/man7/ABORT.7
97man/man7/ALTER_AGGREGATE.7 97man/man7/ALTER_AGGREGATE.7
98man/man7/ALTER_COLLATION.7 98man/man7/ALTER_COLLATION.7
99man/man7/ALTER_CONVERSION.7 99man/man7/ALTER_CONVERSION.7
100man/man7/ALTER_DATABASE.7 100man/man7/ALTER_DATABASE.7
101man/man7/ALTER_DEFAULT_PRIVILEGES.7 101man/man7/ALTER_DEFAULT_PRIVILEGES.7
102man/man7/ALTER_DOMAIN.7 102man/man7/ALTER_DOMAIN.7
103man/man7/ALTER_EXTENSION.7 103man/man7/ALTER_EXTENSION.7
104man/man7/ALTER_FOREIGN_DATA_WRAPPER.7 104man/man7/ALTER_FOREIGN_DATA_WRAPPER.7
105man/man7/ALTER_FOREIGN_TABLE.7 105man/man7/ALTER_FOREIGN_TABLE.7
106man/man7/ALTER_FUNCTION.7 106man/man7/ALTER_FUNCTION.7
107man/man7/ALTER_GROUP.7 107man/man7/ALTER_GROUP.7
108man/man7/ALTER_INDEX.7 108man/man7/ALTER_INDEX.7
109man/man7/ALTER_LANGUAGE.7 109man/man7/ALTER_LANGUAGE.7
110man/man7/ALTER_LARGE_OBJECT.7 110man/man7/ALTER_LARGE_OBJECT.7
111man/man7/ALTER_OPERATOR.7 111man/man7/ALTER_OPERATOR.7
112man/man7/ALTER_OPERATOR_CLASS.7 112man/man7/ALTER_OPERATOR_CLASS.7
113man/man7/ALTER_OPERATOR_FAMILY.7 113man/man7/ALTER_OPERATOR_FAMILY.7
114man/man7/ALTER_ROLE.7 114man/man7/ALTER_ROLE.7
115man/man7/ALTER_SCHEMA.7 115man/man7/ALTER_SCHEMA.7
116man/man7/ALTER_SEQUENCE.7 116man/man7/ALTER_SEQUENCE.7
117man/man7/ALTER_SERVER.7 117man/man7/ALTER_SERVER.7
118man/man7/ALTER_TABLE.7 118man/man7/ALTER_TABLE.7
119man/man7/ALTER_TABLESPACE.7 119man/man7/ALTER_TABLESPACE.7
120man/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7 120man/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7
121man/man7/ALTER_TEXT_SEARCH_DICTIONARY.7 121man/man7/ALTER_TEXT_SEARCH_DICTIONARY.7
122man/man7/ALTER_TEXT_SEARCH_PARSER.7 122man/man7/ALTER_TEXT_SEARCH_PARSER.7
123man/man7/ALTER_TEXT_SEARCH_TEMPLATE.7 123man/man7/ALTER_TEXT_SEARCH_TEMPLATE.7
124man/man7/ALTER_TRIGGER.7 124man/man7/ALTER_TRIGGER.7
125man/man7/ALTER_TYPE.7 125man/man7/ALTER_TYPE.7
126man/man7/ALTER_USER.7 126man/man7/ALTER_USER.7
127man/man7/ALTER_USER_MAPPING.7 127man/man7/ALTER_USER_MAPPING.7
128man/man7/ALTER_VIEW.7 128man/man7/ALTER_VIEW.7
129man/man7/ANALYZE.7 129man/man7/ANALYZE.7
130man/man7/BEGIN.7 130man/man7/BEGIN.7
131man/man7/CHECKPOINT.7 131man/man7/CHECKPOINT.7
132man/man7/CLOSE.7 132man/man7/CLOSE.7
133man/man7/CLUSTER.7 133man/man7/CLUSTER.7
134man/man7/COMMENT.7 134man/man7/COMMENT.7
135man/man7/COMMIT.7 135man/man7/COMMIT.7
136man/man7/COMMIT_PREPARED.7 136man/man7/COMMIT_PREPARED.7
137man/man7/COPY.7 137man/man7/COPY.7
138man/man7/CREATE_AGGREGATE.7 138man/man7/CREATE_AGGREGATE.7
139man/man7/CREATE_CAST.7 139man/man7/CREATE_CAST.7
140man/man7/CREATE_COLLATION.7 140man/man7/CREATE_COLLATION.7
141man/man7/CREATE_CONVERSION.7 141man/man7/CREATE_CONVERSION.7
142man/man7/CREATE_DATABASE.7 142man/man7/CREATE_DATABASE.7
143man/man7/CREATE_DOMAIN.7 143man/man7/CREATE_DOMAIN.7
144man/man7/CREATE_EXTENSION.7 144man/man7/CREATE_EXTENSION.7
145man/man7/CREATE_FOREIGN_DATA_WRAPPER.7 145man/man7/CREATE_FOREIGN_DATA_WRAPPER.7
146man/man7/CREATE_FOREIGN_TABLE.7 146man/man7/CREATE_FOREIGN_TABLE.7
147man/man7/CREATE_FUNCTION.7 147man/man7/CREATE_FUNCTION.7
148man/man7/CREATE_GROUP.7 148man/man7/CREATE_GROUP.7
149man/man7/CREATE_INDEX.7 149man/man7/CREATE_INDEX.7
150man/man7/CREATE_LANGUAGE.7 150man/man7/CREATE_LANGUAGE.7
151man/man7/CREATE_OPERATOR.7 151man/man7/CREATE_OPERATOR.7
152man/man7/CREATE_OPERATOR_CLASS.7 152man/man7/CREATE_OPERATOR_CLASS.7
153man/man7/CREATE_OPERATOR_FAMILY.7 153man/man7/CREATE_OPERATOR_FAMILY.7
154man/man7/CREATE_ROLE.7 154man/man7/CREATE_ROLE.7
155man/man7/CREATE_RULE.7 155man/man7/CREATE_RULE.7
156man/man7/CREATE_SCHEMA.7 156man/man7/CREATE_SCHEMA.7
157man/man7/CREATE_SEQUENCE.7 157man/man7/CREATE_SEQUENCE.7
158man/man7/CREATE_SERVER.7 158man/man7/CREATE_SERVER.7
159man/man7/CREATE_TABLE.7 159man/man7/CREATE_TABLE.7
160man/man7/CREATE_TABLESPACE.7 160man/man7/CREATE_TABLESPACE.7
161man/man7/CREATE_TABLE_AS.7 161man/man7/CREATE_TABLE_AS.7
162man/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7 162man/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7
163man/man7/CREATE_TEXT_SEARCH_DICTIONARY.7 163man/man7/CREATE_TEXT_SEARCH_DICTIONARY.7
164man/man7/CREATE_TEXT_SEARCH_PARSER.7 164man/man7/CREATE_TEXT_SEARCH_PARSER.7
165man/man7/CREATE_TEXT_SEARCH_TEMPLATE.7 165man/man7/CREATE_TEXT_SEARCH_TEMPLATE.7
166man/man7/CREATE_TRIGGER.7 166man/man7/CREATE_TRIGGER.7
167man/man7/CREATE_TYPE.7 167man/man7/CREATE_TYPE.7
168man/man7/CREATE_USER.7 168man/man7/CREATE_USER.7
169man/man7/CREATE_USER_MAPPING.7 169man/man7/CREATE_USER_MAPPING.7
170man/man7/CREATE_VIEW.7 170man/man7/CREATE_VIEW.7
171man/man7/DEALLOCATE.7 171man/man7/DEALLOCATE.7
172man/man7/DECLARE.7 172man/man7/DECLARE.7
173man/man7/DELETE.7 173man/man7/DELETE.7
174man/man7/DISCARD.7 174man/man7/DISCARD.7
175man/man7/DO.7 175man/man7/DO.7
176man/man7/DROP_AGGREGATE.7 176man/man7/DROP_AGGREGATE.7
177man/man7/DROP_CAST.7 177man/man7/DROP_CAST.7
178man/man7/DROP_COLLATION.7 178man/man7/DROP_COLLATION.7
179man/man7/DROP_CONVERSION.7 179man/man7/DROP_CONVERSION.7
180man/man7/DROP_DATABASE.7 180man/man7/DROP_DATABASE.7
181man/man7/DROP_DOMAIN.7 181man/man7/DROP_DOMAIN.7
182man/man7/DROP_EXTENSION.7 182man/man7/DROP_EXTENSION.7
183man/man7/DROP_FOREIGN_DATA_WRAPPER.7 183man/man7/DROP_FOREIGN_DATA_WRAPPER.7
184man/man7/DROP_FOREIGN_TABLE.7 184man/man7/DROP_FOREIGN_TABLE.7
185man/man7/DROP_FUNCTION.7 185man/man7/DROP_FUNCTION.7
186man/man7/DROP_GROUP.7 186man/man7/DROP_GROUP.7
187man/man7/DROP_INDEX.7 187man/man7/DROP_INDEX.7
188man/man7/DROP_LANGUAGE.7 188man/man7/DROP_LANGUAGE.7
189man/man7/DROP_OPERATOR.7 189man/man7/DROP_OPERATOR.7
190man/man7/DROP_OPERATOR_CLASS.7 190man/man7/DROP_OPERATOR_CLASS.7
191man/man7/DROP_OPERATOR_FAMILY.7 191man/man7/DROP_OPERATOR_FAMILY.7
192man/man7/DROP_OWNED.7 192man/man7/DROP_OWNED.7
193man/man7/DROP_ROLE.7 193man/man7/DROP_ROLE.7
194man/man7/DROP_RULE.7 194man/man7/DROP_RULE.7
195man/man7/DROP_SCHEMA.7 195man/man7/DROP_SCHEMA.7
196man/man7/DROP_SEQUENCE.7 196man/man7/DROP_SEQUENCE.7
197man/man7/DROP_SERVER.7 197man/man7/DROP_SERVER.7
198man/man7/DROP_TABLE.7 198man/man7/DROP_TABLE.7
199man/man7/DROP_TABLESPACE.7 199man/man7/DROP_TABLESPACE.7
200man/man7/DROP_TEXT_SEARCH_CONFIGURATION.7 200man/man7/DROP_TEXT_SEARCH_CONFIGURATION.7
201man/man7/DROP_TEXT_SEARCH_DICTIONARY.7 201man/man7/DROP_TEXT_SEARCH_DICTIONARY.7
202man/man7/DROP_TEXT_SEARCH_PARSER.7 202man/man7/DROP_TEXT_SEARCH_PARSER.7
203man/man7/DROP_TEXT_SEARCH_TEMPLATE.7 203man/man7/DROP_TEXT_SEARCH_TEMPLATE.7
204man/man7/DROP_TRIGGER.7 204man/man7/DROP_TRIGGER.7
205man/man7/DROP_TYPE.7 205man/man7/DROP_TYPE.7
206man/man7/DROP_USER.7 206man/man7/DROP_USER.7
207man/man7/DROP_USER_MAPPING.7 207man/man7/DROP_USER_MAPPING.7
208man/man7/DROP_VIEW.7 208man/man7/DROP_VIEW.7
209man/man7/END.7 209man/man7/END.7
210man/man7/EXECUTE.7 210man/man7/EXECUTE.7
211man/man7/EXPLAIN.7 211man/man7/EXPLAIN.7
212man/man7/FETCH.7 212man/man7/FETCH.7
213man/man7/GRANT.7 213man/man7/GRANT.7
214man/man7/INSERT.7 214man/man7/INSERT.7
215man/man7/LISTEN.7 215man/man7/LISTEN.7
216man/man7/LOAD.7 216man/man7/LOAD.7
217man/man7/LOCK.7 217man/man7/LOCK.7
218man/man7/MOVE.7 218man/man7/MOVE.7
219man/man7/NOTIFY.7 219man/man7/NOTIFY.7
220man/man7/PREPARE.7 220man/man7/PREPARE.7
221man/man7/PREPARE_TRANSACTION.7 221man/man7/PREPARE_TRANSACTION.7
222man/man7/REASSIGN_OWNED.7 222man/man7/REASSIGN_OWNED.7
223man/man7/REINDEX.7 223man/man7/REINDEX.7
224man/man7/RELEASE_SAVEPOINT.7 224man/man7/RELEASE_SAVEPOINT.7
225man/man7/RESET.7 225man/man7/RESET.7
226man/man7/REVOKE.7 226man/man7/REVOKE.7
227man/man7/ROLLBACK.7 227man/man7/ROLLBACK.7
228man/man7/ROLLBACK_PREPARED.7 228man/man7/ROLLBACK_PREPARED.7
229man/man7/ROLLBACK_TO_SAVEPOINT.7 229man/man7/ROLLBACK_TO_SAVEPOINT.7
230man/man7/SAVEPOINT.7 230man/man7/SAVEPOINT.7
231man/man7/SECURITY_LABEL.7 231man/man7/SECURITY_LABEL.7
232man/man7/SELECT.7 232man/man7/SELECT.7
233man/man7/SELECT_INTO.7 233man/man7/SELECT_INTO.7
234man/man7/SET.7 234man/man7/SET.7
235man/man7/SET_CONSTRAINTS.7 235man/man7/SET_CONSTRAINTS.7
236man/man7/SET_ROLE.7 236man/man7/SET_ROLE.7
237man/man7/SET_SESSION_AUTHORIZATION.7 237man/man7/SET_SESSION_AUTHORIZATION.7
238man/man7/SET_TRANSACTION.7 238man/man7/SET_TRANSACTION.7
239man/man7/SHOW.7 239man/man7/SHOW.7
240man/man7/START_TRANSACTION.7 240man/man7/START_TRANSACTION.7
241man/man7/TABLE.7 241man/man7/TABLE.7
242man/man7/TRUNCATE.7 242man/man7/TRUNCATE.7
243man/man7/UNLISTEN.7 243man/man7/UNLISTEN.7
244man/man7/UPDATE.7 244man/man7/UPDATE.7
245man/man7/VACUUM.7 245man/man7/VACUUM.7
246man/man7/VALUES.7 246man/man7/VALUES.7
247man/man7/WITH.7 247man/man7/WITH.7
248share/doc/postgresql/html/LEGALNOTICE.html 248share/doc/postgresql/html/LEGALNOTICE.html
249share/doc/postgresql/html/acronyms.html 249share/doc/postgresql/html/acronyms.html
250share/doc/postgresql/html/admin.html 250share/doc/postgresql/html/admin.html
251share/doc/postgresql/html/adminpack.html 251share/doc/postgresql/html/adminpack.html
252share/doc/postgresql/html/app-clusterdb.html 252share/doc/postgresql/html/app-clusterdb.html
253share/doc/postgresql/html/app-createdb.html 253share/doc/postgresql/html/app-createdb.html
254share/doc/postgresql/html/app-createlang.html 254share/doc/postgresql/html/app-createlang.html
255share/doc/postgresql/html/app-createuser.html 255share/doc/postgresql/html/app-createuser.html
256share/doc/postgresql/html/app-dropdb.html 256share/doc/postgresql/html/app-dropdb.html
257share/doc/postgresql/html/app-droplang.html 257share/doc/postgresql/html/app-droplang.html
258share/doc/postgresql/html/app-dropuser.html 258share/doc/postgresql/html/app-dropuser.html
259share/doc/postgresql/html/app-ecpg.html 259share/doc/postgresql/html/app-ecpg.html
260share/doc/postgresql/html/app-initdb.html 260share/doc/postgresql/html/app-initdb.html
261share/doc/postgresql/html/app-pg-ctl.html 261share/doc/postgresql/html/app-pg-ctl.html
262share/doc/postgresql/html/app-pg-dumpall.html 262share/doc/postgresql/html/app-pg-dumpall.html
263share/doc/postgresql/html/app-pgbasebackup.html 263share/doc/postgresql/html/app-pgbasebackup.html
264share/doc/postgresql/html/app-pgconfig.html 264share/doc/postgresql/html/app-pgconfig.html
265share/doc/postgresql/html/app-pgcontroldata.html 265share/doc/postgresql/html/app-pgcontroldata.html
266share/doc/postgresql/html/app-pgdump.html 266share/doc/postgresql/html/app-pgdump.html
267share/doc/postgresql/html/app-pgreceivexlog.html 267share/doc/postgresql/html/app-pgreceivexlog.html
268share/doc/postgresql/html/app-pgresetxlog.html 268share/doc/postgresql/html/app-pgresetxlog.html
269share/doc/postgresql/html/app-pgrestore.html 269share/doc/postgresql/html/app-pgrestore.html
270share/doc/postgresql/html/app-postgres.html 270share/doc/postgresql/html/app-postgres.html
271share/doc/postgresql/html/app-postmaster.html 271share/doc/postgresql/html/app-postmaster.html
272share/doc/postgresql/html/app-psql.html 272share/doc/postgresql/html/app-psql.html
273share/doc/postgresql/html/app-reindexdb.html 273share/doc/postgresql/html/app-reindexdb.html
274share/doc/postgresql/html/app-vacuumdb.html 274share/doc/postgresql/html/app-vacuumdb.html
275share/doc/postgresql/html/appendixes.html 275share/doc/postgresql/html/appendixes.html
276share/doc/postgresql/html/applevel-consistency.html 276share/doc/postgresql/html/applevel-consistency.html
277share/doc/postgresql/html/archive-recovery-settings.html 277share/doc/postgresql/html/archive-recovery-settings.html
278share/doc/postgresql/html/arrays.html 278share/doc/postgresql/html/arrays.html
279share/doc/postgresql/html/auth-delay.html 279share/doc/postgresql/html/auth-delay.html
280share/doc/postgresql/html/auth-methods.html 280share/doc/postgresql/html/auth-methods.html
281share/doc/postgresql/html/auth-pg-hba-conf.html 281share/doc/postgresql/html/auth-pg-hba-conf.html
282share/doc/postgresql/html/auth-username-maps.html 282share/doc/postgresql/html/auth-username-maps.html
283share/doc/postgresql/html/auto-explain.html 283share/doc/postgresql/html/auto-explain.html
284share/doc/postgresql/html/backup-dump.html 284share/doc/postgresql/html/backup-dump.html
285share/doc/postgresql/html/backup-file.html 285share/doc/postgresql/html/backup-file.html
286share/doc/postgresql/html/backup.html 286share/doc/postgresql/html/backup.html
287share/doc/postgresql/html/biblio.html 287share/doc/postgresql/html/biblio.html
288share/doc/postgresql/html/bki-commands.html 288share/doc/postgresql/html/bki-commands.html
289share/doc/postgresql/html/bki-example.html 289share/doc/postgresql/html/bki-example.html
290share/doc/postgresql/html/bki-format.html 290share/doc/postgresql/html/bki-format.html
291share/doc/postgresql/html/bki-structure.html 291share/doc/postgresql/html/bki-structure.html
292share/doc/postgresql/html/bki.html 292share/doc/postgresql/html/bki.html
293share/doc/postgresql/html/bookindex.html 293share/doc/postgresql/html/bookindex.html
294share/doc/postgresql/html/btree-gin.html 294share/doc/postgresql/html/btree-gin.html
295share/doc/postgresql/html/btree-gist.html 295share/doc/postgresql/html/btree-gist.html
296share/doc/postgresql/html/bug-reporting.html 296share/doc/postgresql/html/bug-reporting.html
297share/doc/postgresql/html/catalog-pg-aggregate.html 297share/doc/postgresql/html/catalog-pg-aggregate.html
298share/doc/postgresql/html/catalog-pg-am.html 298share/doc/postgresql/html/catalog-pg-am.html
299share/doc/postgresql/html/catalog-pg-amop.html 299share/doc/postgresql/html/catalog-pg-amop.html
300share/doc/postgresql/html/catalog-pg-amproc.html 300share/doc/postgresql/html/catalog-pg-amproc.html
301share/doc/postgresql/html/catalog-pg-attrdef.html 301share/doc/postgresql/html/catalog-pg-attrdef.html
302share/doc/postgresql/html/catalog-pg-attribute.html 302share/doc/postgresql/html/catalog-pg-attribute.html
303share/doc/postgresql/html/catalog-pg-auth-members.html 303share/doc/postgresql/html/catalog-pg-auth-members.html
304share/doc/postgresql/html/catalog-pg-authid.html 304share/doc/postgresql/html/catalog-pg-authid.html
305share/doc/postgresql/html/catalog-pg-cast.html 305share/doc/postgresql/html/catalog-pg-cast.html
306share/doc/postgresql/html/catalog-pg-class.html 306share/doc/postgresql/html/catalog-pg-class.html
307share/doc/postgresql/html/catalog-pg-collation.html 307share/doc/postgresql/html/catalog-pg-collation.html
308share/doc/postgresql/html/catalog-pg-constraint.html 308share/doc/postgresql/html/catalog-pg-constraint.html
309share/doc/postgresql/html/catalog-pg-conversion.html 309share/doc/postgresql/html/catalog-pg-conversion.html
310share/doc/postgresql/html/catalog-pg-database.html 310share/doc/postgresql/html/catalog-pg-database.html
311share/doc/postgresql/html/catalog-pg-db-role-setting.html 311share/doc/postgresql/html/catalog-pg-db-role-setting.html
312share/doc/postgresql/html/catalog-pg-default-acl.html 312share/doc/postgresql/html/catalog-pg-default-acl.html
313share/doc/postgresql/html/catalog-pg-depend.html 313share/doc/postgresql/html/catalog-pg-depend.html
314share/doc/postgresql/html/catalog-pg-description.html 314share/doc/postgresql/html/catalog-pg-description.html
315share/doc/postgresql/html/catalog-pg-enum.html 315share/doc/postgresql/html/catalog-pg-enum.html
316share/doc/postgresql/html/catalog-pg-extension.html 316share/doc/postgresql/html/catalog-pg-extension.html
317share/doc/postgresql/html/catalog-pg-foreign-data-wrapper.html 317share/doc/postgresql/html/catalog-pg-foreign-data-wrapper.html
318share/doc/postgresql/html/catalog-pg-foreign-server.html 318share/doc/postgresql/html/catalog-pg-foreign-server.html
319share/doc/postgresql/html/catalog-pg-foreign-table.html 319share/doc/postgresql/html/catalog-pg-foreign-table.html
320share/doc/postgresql/html/catalog-pg-index.html 320share/doc/postgresql/html/catalog-pg-index.html
321share/doc/postgresql/html/catalog-pg-inherits.html 321share/doc/postgresql/html/catalog-pg-inherits.html
322share/doc/postgresql/html/catalog-pg-language.html 322share/doc/postgresql/html/catalog-pg-language.html
323share/doc/postgresql/html/catalog-pg-largeobject-metadata.html 323share/doc/postgresql/html/catalog-pg-largeobject-metadata.html
324share/doc/postgresql/html/catalog-pg-largeobject.html 324share/doc/postgresql/html/catalog-pg-largeobject.html
325share/doc/postgresql/html/catalog-pg-namespace.html 325share/doc/postgresql/html/catalog-pg-namespace.html
326share/doc/postgresql/html/catalog-pg-opclass.html 326share/doc/postgresql/html/catalog-pg-opclass.html
327share/doc/postgresql/html/catalog-pg-operator.html 327share/doc/postgresql/html/catalog-pg-operator.html
328share/doc/postgresql/html/catalog-pg-opfamily.html 328share/doc/postgresql/html/catalog-pg-opfamily.html
329share/doc/postgresql/html/catalog-pg-pltemplate.html 329share/doc/postgresql/html/catalog-pg-pltemplate.html
330share/doc/postgresql/html/catalog-pg-proc.html 330share/doc/postgresql/html/catalog-pg-proc.html
331share/doc/postgresql/html/catalog-pg-range.html 331share/doc/postgresql/html/catalog-pg-range.html
332share/doc/postgresql/html/catalog-pg-rewrite.html 332share/doc/postgresql/html/catalog-pg-rewrite.html
333share/doc/postgresql/html/catalog-pg-seclabel.html 333share/doc/postgresql/html/catalog-pg-seclabel.html
334share/doc/postgresql/html/catalog-pg-shdepend.html 334share/doc/postgresql/html/catalog-pg-shdepend.html
335share/doc/postgresql/html/catalog-pg-shdescription.html 335share/doc/postgresql/html/catalog-pg-shdescription.html
336share/doc/postgresql/html/catalog-pg-shseclabel.html 336share/doc/postgresql/html/catalog-pg-shseclabel.html
337share/doc/postgresql/html/catalog-pg-statistic.html 337share/doc/postgresql/html/catalog-pg-statistic.html
338share/doc/postgresql/html/catalog-pg-tablespace.html 338share/doc/postgresql/html/catalog-pg-tablespace.html
339share/doc/postgresql/html/catalog-pg-trigger.html 339share/doc/postgresql/html/catalog-pg-trigger.html
340share/doc/postgresql/html/catalog-pg-ts-config-map.html 340share/doc/postgresql/html/catalog-pg-ts-config-map.html
341share/doc/postgresql/html/catalog-pg-ts-config.html 341share/doc/postgresql/html/catalog-pg-ts-config.html
342share/doc/postgresql/html/catalog-pg-ts-dict.html 342share/doc/postgresql/html/catalog-pg-ts-dict.html
343share/doc/postgresql/html/catalog-pg-ts-parser.html 343share/doc/postgresql/html/catalog-pg-ts-parser.html
344share/doc/postgresql/html/catalog-pg-ts-template.html 344share/doc/postgresql/html/catalog-pg-ts-template.html
345share/doc/postgresql/html/catalog-pg-type.html 345share/doc/postgresql/html/catalog-pg-type.html
346share/doc/postgresql/html/catalog-pg-user-mapping.html 346share/doc/postgresql/html/catalog-pg-user-mapping.html
347share/doc/postgresql/html/catalogs-overview.html 347share/doc/postgresql/html/catalogs-overview.html
348share/doc/postgresql/html/catalogs.html 348share/doc/postgresql/html/catalogs.html
349share/doc/postgresql/html/charset.html 349share/doc/postgresql/html/charset.html
350share/doc/postgresql/html/chkpass.html 350share/doc/postgresql/html/chkpass.html
351share/doc/postgresql/html/citext.html 351share/doc/postgresql/html/citext.html
352share/doc/postgresql/html/client-authentication-problems.html 352share/doc/postgresql/html/client-authentication-problems.html
353share/doc/postgresql/html/client-authentication.html 353share/doc/postgresql/html/client-authentication.html
354share/doc/postgresql/html/client-interfaces.html 354share/doc/postgresql/html/client-interfaces.html
355share/doc/postgresql/html/collation.html 355share/doc/postgresql/html/collation.html
356share/doc/postgresql/html/config-setting.html 356share/doc/postgresql/html/config-setting.html
357share/doc/postgresql/html/connect-estab.html 357share/doc/postgresql/html/connect-estab.html
358share/doc/postgresql/html/continuous-archiving.html 358share/doc/postgresql/html/continuous-archiving.html
359share/doc/postgresql/html/contrib-dblink-build-sql-delete.html 359share/doc/postgresql/html/contrib-dblink-build-sql-delete.html
360share/doc/postgresql/html/contrib-dblink-build-sql-insert.html 360share/doc/postgresql/html/contrib-dblink-build-sql-insert.html
361share/doc/postgresql/html/contrib-dblink-build-sql-update.html 361share/doc/postgresql/html/contrib-dblink-build-sql-update.html
362share/doc/postgresql/html/contrib-dblink-cancel-query.html 362share/doc/postgresql/html/contrib-dblink-cancel-query.html
363share/doc/postgresql/html/contrib-dblink-close.html 363share/doc/postgresql/html/contrib-dblink-close.html
364share/doc/postgresql/html/contrib-dblink-connect-u.html 364share/doc/postgresql/html/contrib-dblink-connect-u.html
365share/doc/postgresql/html/contrib-dblink-connect.html 365share/doc/postgresql/html/contrib-dblink-connect.html
366share/doc/postgresql/html/contrib-dblink-disconnect.html 366share/doc/postgresql/html/contrib-dblink-disconnect.html
367share/doc/postgresql/html/contrib-dblink-error-message.html 367share/doc/postgresql/html/contrib-dblink-error-message.html
368share/doc/postgresql/html/contrib-dblink-exec.html 368share/doc/postgresql/html/contrib-dblink-exec.html
369share/doc/postgresql/html/contrib-dblink-fetch.html 369share/doc/postgresql/html/contrib-dblink-fetch.html
370share/doc/postgresql/html/contrib-dblink-function.html 370share/doc/postgresql/html/contrib-dblink-function.html
371share/doc/postgresql/html/contrib-dblink-get-connections.html 371share/doc/postgresql/html/contrib-dblink-get-connections.html
372share/doc/postgresql/html/contrib-dblink-get-notify.html 372share/doc/postgresql/html/contrib-dblink-get-notify.html
373share/doc/postgresql/html/contrib-dblink-get-pkey.html 373share/doc/postgresql/html/contrib-dblink-get-pkey.html
374share/doc/postgresql/html/contrib-dblink-get-result.html 374share/doc/postgresql/html/contrib-dblink-get-result.html
375share/doc/postgresql/html/contrib-dblink-is-busy.html 375share/doc/postgresql/html/contrib-dblink-is-busy.html
376share/doc/postgresql/html/contrib-dblink-open.html 376share/doc/postgresql/html/contrib-dblink-open.html
377share/doc/postgresql/html/contrib-dblink-send-query.html 377share/doc/postgresql/html/contrib-dblink-send-query.html
378share/doc/postgresql/html/contrib-prog-client.html 378share/doc/postgresql/html/contrib-prog-client.html
379share/doc/postgresql/html/contrib-prog-server.html 379share/doc/postgresql/html/contrib-prog-server.html
380share/doc/postgresql/html/contrib-prog.html 380share/doc/postgresql/html/contrib-prog.html
381share/doc/postgresql/html/contrib-spi.html 381share/doc/postgresql/html/contrib-spi.html
382share/doc/postgresql/html/contrib.html 382share/doc/postgresql/html/contrib.html
383share/doc/postgresql/html/creating-cluster.html 383share/doc/postgresql/html/creating-cluster.html
384share/doc/postgresql/html/cube.html 384share/doc/postgresql/html/cube.html
385share/doc/postgresql/html/database-roles.html 385share/doc/postgresql/html/database-roles.html
386share/doc/postgresql/html/datatype-binary.html 386share/doc/postgresql/html/datatype-binary.html
387share/doc/postgresql/html/datatype-bit.html 387share/doc/postgresql/html/datatype-bit.html
388share/doc/postgresql/html/datatype-boolean.html 388share/doc/postgresql/html/datatype-boolean.html
389share/doc/postgresql/html/datatype-character.html 389share/doc/postgresql/html/datatype-character.html
390share/doc/postgresql/html/datatype-datetime.html 390share/doc/postgresql/html/datatype-datetime.html
391share/doc/postgresql/html/datatype-enum.html 391share/doc/postgresql/html/datatype-enum.html
392share/doc/postgresql/html/datatype-geometric.html 392share/doc/postgresql/html/datatype-geometric.html
393share/doc/postgresql/html/datatype-json.html 393share/doc/postgresql/html/datatype-json.html
394share/doc/postgresql/html/datatype-money.html 394share/doc/postgresql/html/datatype-money.html
395share/doc/postgresql/html/datatype-net-types.html 395share/doc/postgresql/html/datatype-net-types.html
396share/doc/postgresql/html/datatype-numeric.html 396share/doc/postgresql/html/datatype-numeric.html
397share/doc/postgresql/html/datatype-oid.html 397share/doc/postgresql/html/datatype-oid.html
398share/doc/postgresql/html/datatype-pseudo.html 398share/doc/postgresql/html/datatype-pseudo.html
399share/doc/postgresql/html/datatype-textsearch.html 399share/doc/postgresql/html/datatype-textsearch.html
400share/doc/postgresql/html/datatype-uuid.html 400share/doc/postgresql/html/datatype-uuid.html
401share/doc/postgresql/html/datatype-xml.html 401share/doc/postgresql/html/datatype-xml.html
402share/doc/postgresql/html/datatype.html 402share/doc/postgresql/html/datatype.html
403share/doc/postgresql/html/datetime-appendix.html 403share/doc/postgresql/html/datetime-appendix.html
404share/doc/postgresql/html/datetime-config-files.html 404share/doc/postgresql/html/datetime-config-files.html
405share/doc/postgresql/html/datetime-input-rules.html 405share/doc/postgresql/html/datetime-input-rules.html
406share/doc/postgresql/html/datetime-keywords.html 406share/doc/postgresql/html/datetime-keywords.html
407share/doc/postgresql/html/datetime-units-history.html 407share/doc/postgresql/html/datetime-units-history.html
408share/doc/postgresql/html/dblink.html 408share/doc/postgresql/html/dblink.html
409share/doc/postgresql/html/ddl-alter.html 409share/doc/postgresql/html/ddl-alter.html
410share/doc/postgresql/html/ddl-basics.html 410share/doc/postgresql/html/ddl-basics.html
411share/doc/postgresql/html/ddl-constraints.html 411share/doc/postgresql/html/ddl-constraints.html
412share/doc/postgresql/html/ddl-default.html 412share/doc/postgresql/html/ddl-default.html
413share/doc/postgresql/html/ddl-depend.html 413share/doc/postgresql/html/ddl-depend.html
414share/doc/postgresql/html/ddl-foreign-data.html 414share/doc/postgresql/html/ddl-foreign-data.html
415share/doc/postgresql/html/ddl-inherit.html 415share/doc/postgresql/html/ddl-inherit.html
416share/doc/postgresql/html/ddl-others.html 416share/doc/postgresql/html/ddl-others.html
417share/doc/postgresql/html/ddl-partitioning.html 417share/doc/postgresql/html/ddl-partitioning.html
418share/doc/postgresql/html/ddl-priv.html 418share/doc/postgresql/html/ddl-priv.html
419share/doc/postgresql/html/ddl-schemas.html 419share/doc/postgresql/html/ddl-schemas.html
420share/doc/postgresql/html/ddl-system-columns.html 420share/doc/postgresql/html/ddl-system-columns.html
421share/doc/postgresql/html/ddl.html 421share/doc/postgresql/html/ddl.html
422share/doc/postgresql/html/dict-int.html 422share/doc/postgresql/html/dict-int.html
423share/doc/postgresql/html/dict-xsyn.html 423share/doc/postgresql/html/dict-xsyn.html
424share/doc/postgresql/html/different-replication-solutions.html 424share/doc/postgresql/html/different-replication-solutions.html
425share/doc/postgresql/html/disk-full.html 425share/doc/postgresql/html/disk-full.html
426share/doc/postgresql/html/disk-usage.html 426share/doc/postgresql/html/disk-usage.html
427share/doc/postgresql/html/diskusage.html 427share/doc/postgresql/html/diskusage.html
428share/doc/postgresql/html/dml-delete.html 428share/doc/postgresql/html/dml-delete.html
429share/doc/postgresql/html/dml-insert.html 429share/doc/postgresql/html/dml-insert.html
430share/doc/postgresql/html/dml-update.html 430share/doc/postgresql/html/dml-update.html
431share/doc/postgresql/html/dml.html 431share/doc/postgresql/html/dml.html
432share/doc/postgresql/html/docguide-authoring.html 432share/doc/postgresql/html/docguide-authoring.html
433share/doc/postgresql/html/docguide-build.html 433share/doc/postgresql/html/docguide-build.html
434share/doc/postgresql/html/docguide-docbook.html 434share/doc/postgresql/html/docguide-docbook.html
435share/doc/postgresql/html/docguide-style.html 435share/doc/postgresql/html/docguide-style.html
436share/doc/postgresql/html/docguide-toolsets.html 436share/doc/postgresql/html/docguide-toolsets.html
437share/doc/postgresql/html/docguide.html 437share/doc/postgresql/html/docguide.html
438share/doc/postgresql/html/dummy-seclabel.html 438share/doc/postgresql/html/dummy-seclabel.html
439share/doc/postgresql/html/dynamic-trace.html 439share/doc/postgresql/html/dynamic-trace.html
440share/doc/postgresql/html/earthdistance.html 440share/doc/postgresql/html/earthdistance.html
441share/doc/postgresql/html/ecpg-commands.html 441share/doc/postgresql/html/ecpg-commands.html
442share/doc/postgresql/html/ecpg-concept.html 442share/doc/postgresql/html/ecpg-concept.html
443share/doc/postgresql/html/ecpg-connect.html 443share/doc/postgresql/html/ecpg-connect.html
444share/doc/postgresql/html/ecpg-cpp.html 444share/doc/postgresql/html/ecpg-cpp.html
445share/doc/postgresql/html/ecpg-descriptors.html 445share/doc/postgresql/html/ecpg-descriptors.html
446share/doc/postgresql/html/ecpg-develop.html 446share/doc/postgresql/html/ecpg-develop.html
447share/doc/postgresql/html/ecpg-dynamic.html 447share/doc/postgresql/html/ecpg-dynamic.html
448share/doc/postgresql/html/ecpg-errors.html 448share/doc/postgresql/html/ecpg-errors.html
449share/doc/postgresql/html/ecpg-informix-compat.html 449share/doc/postgresql/html/ecpg-informix-compat.html
450share/doc/postgresql/html/ecpg-library.html 450share/doc/postgresql/html/ecpg-library.html
451share/doc/postgresql/html/ecpg-lo.html 451share/doc/postgresql/html/ecpg-lo.html
452share/doc/postgresql/html/ecpg-pgtypes.html 452share/doc/postgresql/html/ecpg-pgtypes.html
453share/doc/postgresql/html/ecpg-preproc.html 453share/doc/postgresql/html/ecpg-preproc.html
454share/doc/postgresql/html/ecpg-process.html 454share/doc/postgresql/html/ecpg-process.html
455share/doc/postgresql/html/ecpg-sql-allocate-descriptor.html 455share/doc/postgresql/html/ecpg-sql-allocate-descriptor.html
456share/doc/postgresql/html/ecpg-sql-commands.html 456share/doc/postgresql/html/ecpg-sql-commands.html
457share/doc/postgresql/html/ecpg-sql-connect.html 457share/doc/postgresql/html/ecpg-sql-connect.html
458share/doc/postgresql/html/ecpg-sql-deallocate-descriptor.html 458share/doc/postgresql/html/ecpg-sql-deallocate-descriptor.html
459share/doc/postgresql/html/ecpg-sql-declare.html 459share/doc/postgresql/html/ecpg-sql-declare.html
460share/doc/postgresql/html/ecpg-sql-describe.html 460share/doc/postgresql/html/ecpg-sql-describe.html
461share/doc/postgresql/html/ecpg-sql-disconnect.html 461share/doc/postgresql/html/ecpg-sql-disconnect.html
462share/doc/postgresql/html/ecpg-sql-execute-immediate.html 462share/doc/postgresql/html/ecpg-sql-execute-immediate.html
463share/doc/postgresql/html/ecpg-sql-get-descriptor.html 463share/doc/postgresql/html/ecpg-sql-get-descriptor.html
464share/doc/postgresql/html/ecpg-sql-open.html 464share/doc/postgresql/html/ecpg-sql-open.html
465share/doc/postgresql/html/ecpg-sql-prepare.html 465share/doc/postgresql/html/ecpg-sql-prepare.html
466share/doc/postgresql/html/ecpg-sql-set-autocommit.html 466share/doc/postgresql/html/ecpg-sql-set-autocommit.html
467share/doc/postgresql/html/ecpg-sql-set-connection.html 467share/doc/postgresql/html/ecpg-sql-set-connection.html
468share/doc/postgresql/html/ecpg-sql-set-descriptor.html 468share/doc/postgresql/html/ecpg-sql-set-descriptor.html
469share/doc/postgresql/html/ecpg-sql-type.html 469share/doc/postgresql/html/ecpg-sql-type.html
470share/doc/postgresql/html/ecpg-sql-var.html 470share/doc/postgresql/html/ecpg-sql-var.html
471share/doc/postgresql/html/ecpg-sql-whenever.html 471share/doc/postgresql/html/ecpg-sql-whenever.html
472share/doc/postgresql/html/ecpg-variables.html 472share/doc/postgresql/html/ecpg-variables.html
473share/doc/postgresql/html/ecpg.html 473share/doc/postgresql/html/ecpg.html
474share/doc/postgresql/html/encryption-options.html 474share/doc/postgresql/html/encryption-options.html
475share/doc/postgresql/html/errcodes-appendix.html 475share/doc/postgresql/html/errcodes-appendix.html
476share/doc/postgresql/html/error-message-reporting.html 476share/doc/postgresql/html/error-message-reporting.html
477share/doc/postgresql/html/error-style-guide.html 477share/doc/postgresql/html/error-style-guide.html
478share/doc/postgresql/html/event-log-registration.html 478share/doc/postgresql/html/event-log-registration.html
479share/doc/postgresql/html/executor.html 479share/doc/postgresql/html/executor.html
480share/doc/postgresql/html/explicit-joins.html 480share/doc/postgresql/html/explicit-joins.html
481share/doc/postgresql/html/explicit-locking.html 481share/doc/postgresql/html/explicit-locking.html
482share/doc/postgresql/html/extend-extensions.html 482share/doc/postgresql/html/extend-extensions.html
483share/doc/postgresql/html/extend-how.html 483share/doc/postgresql/html/extend-how.html
484share/doc/postgresql/html/extend-pgxs.html 484share/doc/postgresql/html/extend-pgxs.html
485share/doc/postgresql/html/extend-type-system.html 485share/doc/postgresql/html/extend-type-system.html
486share/doc/postgresql/html/extend.html 486share/doc/postgresql/html/extend.html
487share/doc/postgresql/html/external-admin-tools.html 487share/doc/postgresql/html/external-admin-tools.html
488share/doc/postgresql/html/external-extensions.html 488share/doc/postgresql/html/external-extensions.html
489share/doc/postgresql/html/external-interfaces.html 489share/doc/postgresql/html/external-interfaces.html
490share/doc/postgresql/html/external-pl.html 490share/doc/postgresql/html/external-pl.html
491share/doc/postgresql/html/external-projects.html 491share/doc/postgresql/html/external-projects.html
492share/doc/postgresql/html/fdw-callbacks.html 492share/doc/postgresql/html/fdw-callbacks.html
493share/doc/postgresql/html/fdw-functions.html 493share/doc/postgresql/html/fdw-functions.html
494share/doc/postgresql/html/fdw-helpers.html 494share/doc/postgresql/html/fdw-helpers.html
495share/doc/postgresql/html/fdw-planning.html 495share/doc/postgresql/html/fdw-planning.html
496share/doc/postgresql/html/fdwhandler.html 496share/doc/postgresql/html/fdwhandler.html
497share/doc/postgresql/html/features-sql-standard.html 497share/doc/postgresql/html/features-sql-standard.html
498share/doc/postgresql/html/features.html 498share/doc/postgresql/html/features.html
499share/doc/postgresql/html/file-fdw.html 499share/doc/postgresql/html/file-fdw.html
500share/doc/postgresql/html/functions-admin.html 500share/doc/postgresql/html/functions-admin.html
501share/doc/postgresql/html/functions-aggregate.html 501share/doc/postgresql/html/functions-aggregate.html
502share/doc/postgresql/html/functions-array.html 502share/doc/postgresql/html/functions-array.html
503share/doc/postgresql/html/functions-binarystring.html 503share/doc/postgresql/html/functions-binarystring.html
504share/doc/postgresql/html/functions-bitstring.html 504share/doc/postgresql/html/functions-bitstring.html
505share/doc/postgresql/html/functions-comparison.html 505share/doc/postgresql/html/functions-comparison.html
506share/doc/postgresql/html/functions-comparisons.html 506share/doc/postgresql/html/functions-comparisons.html
507share/doc/postgresql/html/functions-conditional.html 507share/doc/postgresql/html/functions-conditional.html
508share/doc/postgresql/html/functions-datetime.html 508share/doc/postgresql/html/functions-datetime.html
509share/doc/postgresql/html/functions-enum.html 509share/doc/postgresql/html/functions-enum.html
510share/doc/postgresql/html/functions-formatting.html 510share/doc/postgresql/html/functions-formatting.html
511share/doc/postgresql/html/functions-geometry.html 511share/doc/postgresql/html/functions-geometry.html
512share/doc/postgresql/html/functions-info.html 512share/doc/postgresql/html/functions-info.html
513share/doc/postgresql/html/functions-json.html 513share/doc/postgresql/html/functions-json.html
514share/doc/postgresql/html/functions-logical.html 514share/doc/postgresql/html/functions-logical.html
515share/doc/postgresql/html/functions-matching.html 515share/doc/postgresql/html/functions-matching.html
516share/doc/postgresql/html/functions-math.html 516share/doc/postgresql/html/functions-math.html
517share/doc/postgresql/html/functions-net.html 517share/doc/postgresql/html/functions-net.html
518share/doc/postgresql/html/functions-range.html 518share/doc/postgresql/html/functions-range.html
519share/doc/postgresql/html/functions-sequence.html 519share/doc/postgresql/html/functions-sequence.html
520share/doc/postgresql/html/functions-srf.html 520share/doc/postgresql/html/functions-srf.html
521share/doc/postgresql/html/functions-string.html 521share/doc/postgresql/html/functions-string.html
522share/doc/postgresql/html/functions-subquery.html 522share/doc/postgresql/html/functions-subquery.html
523share/doc/postgresql/html/functions-textsearch.html 523share/doc/postgresql/html/functions-textsearch.html
524share/doc/postgresql/html/functions-trigger.html 524share/doc/postgresql/html/functions-trigger.html
525share/doc/postgresql/html/functions-window.html 525share/doc/postgresql/html/functions-window.html
526share/doc/postgresql/html/functions-xml.html 526share/doc/postgresql/html/functions-xml.html
527share/doc/postgresql/html/functions.html 527share/doc/postgresql/html/functions.html
528share/doc/postgresql/html/fuzzystrmatch.html 528share/doc/postgresql/html/fuzzystrmatch.html
529share/doc/postgresql/html/geqo-biblio.html 529share/doc/postgresql/html/geqo-biblio.html
530share/doc/postgresql/html/geqo-intro.html 530share/doc/postgresql/html/geqo-intro.html
531share/doc/postgresql/html/geqo-intro2.html 531share/doc/postgresql/html/geqo-intro2.html
532share/doc/postgresql/html/geqo-pg-intro.html 532share/doc/postgresql/html/geqo-pg-intro.html
533share/doc/postgresql/html/geqo.html 533share/doc/postgresql/html/geqo.html
534share/doc/postgresql/html/gin-examples.html 534share/doc/postgresql/html/gin-examples.html
535share/doc/postgresql/html/gin-extensibility.html 535share/doc/postgresql/html/gin-extensibility.html
536share/doc/postgresql/html/gin-implementation.html 536share/doc/postgresql/html/gin-implementation.html
537share/doc/postgresql/html/gin-intro.html 537share/doc/postgresql/html/gin-intro.html
538share/doc/postgresql/html/gin-limit.html 538share/doc/postgresql/html/gin-limit.html
539share/doc/postgresql/html/gin-tips.html 539share/doc/postgresql/html/gin-tips.html
540share/doc/postgresql/html/gin.html 540share/doc/postgresql/html/gin.html
541share/doc/postgresql/html/gist-examples.html 541share/doc/postgresql/html/gist-examples.html
542share/doc/postgresql/html/gist-extensibility.html 542share/doc/postgresql/html/gist-extensibility.html
543share/doc/postgresql/html/gist-implementation.html 543share/doc/postgresql/html/gist-implementation.html
544share/doc/postgresql/html/gist-intro.html 544share/doc/postgresql/html/gist-intro.html
545share/doc/postgresql/html/gist.html 545share/doc/postgresql/html/gist.html
546share/doc/postgresql/html/git.html 546share/doc/postgresql/html/git.html
547share/doc/postgresql/html/high-availability.html 547share/doc/postgresql/html/high-availability.html
548share/doc/postgresql/html/history.html 548share/doc/postgresql/html/history.html
549share/doc/postgresql/html/hot-standby.html 549share/doc/postgresql/html/hot-standby.html
550share/doc/postgresql/html/hstore.html 550share/doc/postgresql/html/hstore.html
551share/doc/postgresql/html/index-catalog.html 551share/doc/postgresql/html/index-catalog.html
552share/doc/postgresql/html/index-cost-estimation.html 552share/doc/postgresql/html/index-cost-estimation.html
553share/doc/postgresql/html/index-functions.html 553share/doc/postgresql/html/index-functions.html
554share/doc/postgresql/html/index-locking.html 554share/doc/postgresql/html/index-locking.html
555share/doc/postgresql/html/index-scanning.html 555share/doc/postgresql/html/index-scanning.html
556share/doc/postgresql/html/index-unique-checks.html 556share/doc/postgresql/html/index-unique-checks.html
557share/doc/postgresql/html/index.html 557share/doc/postgresql/html/index.html
558share/doc/postgresql/html/indexam.html 558share/doc/postgresql/html/indexam.html
559share/doc/postgresql/html/indexes-bitmap-scans.html 559share/doc/postgresql/html/indexes-bitmap-scans.html
560share/doc/postgresql/html/indexes-collations.html 560share/doc/postgresql/html/indexes-collations.html
561share/doc/postgresql/html/indexes-examine.html 561share/doc/postgresql/html/indexes-examine.html
562share/doc/postgresql/html/indexes-expressional.html 562share/doc/postgresql/html/indexes-expressional.html
563share/doc/postgresql/html/indexes-intro.html 563share/doc/postgresql/html/indexes-intro.html
564share/doc/postgresql/html/indexes-multicolumn.html 564share/doc/postgresql/html/indexes-multicolumn.html
565share/doc/postgresql/html/indexes-opclass.html 565share/doc/postgresql/html/indexes-opclass.html
566share/doc/postgresql/html/indexes-ordering.html 566share/doc/postgresql/html/indexes-ordering.html
567share/doc/postgresql/html/indexes-partial.html 567share/doc/postgresql/html/indexes-partial.html
568share/doc/postgresql/html/indexes-types.html 568share/doc/postgresql/html/indexes-types.html
569share/doc/postgresql/html/indexes-unique.html 569share/doc/postgresql/html/indexes-unique.html
570share/doc/postgresql/html/indexes.html 570share/doc/postgresql/html/indexes.html
571share/doc/postgresql/html/information-schema.html 571share/doc/postgresql/html/information-schema.html
572share/doc/postgresql/html/infoschema-administrable-role-authorizations.html 572share/doc/postgresql/html/infoschema-administrable-role-authorizations.html
573share/doc/postgresql/html/infoschema-applicable-roles.html 573share/doc/postgresql/html/infoschema-applicable-roles.html
574share/doc/postgresql/html/infoschema-attributes.html 574share/doc/postgresql/html/infoschema-attributes.html
575share/doc/postgresql/html/infoschema-character-sets.html 575share/doc/postgresql/html/infoschema-character-sets.html
576share/doc/postgresql/html/infoschema-check-constraint-routine-usage.html 576share/doc/postgresql/html/infoschema-check-constraint-routine-usage.html
577share/doc/postgresql/html/infoschema-check-constraints.html 577share/doc/postgresql/html/infoschema-check-constraints.html
578share/doc/postgresql/html/infoschema-collation-character-set-applicab.html 578share/doc/postgresql/html/infoschema-collation-character-set-applicab.html
579share/doc/postgresql/html/infoschema-collations.html 579share/doc/postgresql/html/infoschema-collations.html
580share/doc/postgresql/html/infoschema-column-domain-usage.html 580share/doc/postgresql/html/infoschema-column-domain-usage.html
581share/doc/postgresql/html/infoschema-column-options.html 581share/doc/postgresql/html/infoschema-column-options.html
582share/doc/postgresql/html/infoschema-column-privileges.html 582share/doc/postgresql/html/infoschema-column-privileges.html
583share/doc/postgresql/html/infoschema-column-udt-usage.html 583share/doc/postgresql/html/infoschema-column-udt-usage.html
584share/doc/postgresql/html/infoschema-columns.html 584share/doc/postgresql/html/infoschema-columns.html
585share/doc/postgresql/html/infoschema-constraint-column-usage.html 585share/doc/postgresql/html/infoschema-constraint-column-usage.html
586share/doc/postgresql/html/infoschema-constraint-table-usage.html 586share/doc/postgresql/html/infoschema-constraint-table-usage.html
587share/doc/postgresql/html/infoschema-data-type-privileges.html 587share/doc/postgresql/html/infoschema-data-type-privileges.html
588share/doc/postgresql/html/infoschema-datatypes.html 588share/doc/postgresql/html/infoschema-datatypes.html
589share/doc/postgresql/html/infoschema-domain-constraints.html 589share/doc/postgresql/html/infoschema-domain-constraints.html
590share/doc/postgresql/html/infoschema-domain-udt-usage.html 590share/doc/postgresql/html/infoschema-domain-udt-usage.html
591share/doc/postgresql/html/infoschema-domains.html 591share/doc/postgresql/html/infoschema-domains.html
592share/doc/postgresql/html/infoschema-element-types.html 592share/doc/postgresql/html/infoschema-element-types.html
593share/doc/postgresql/html/infoschema-enabled-roles.html 593share/doc/postgresql/html/infoschema-enabled-roles.html
594share/doc/postgresql/html/infoschema-foreign-data-wrapper-options.html 594share/doc/postgresql/html/infoschema-foreign-data-wrapper-options.html
595share/doc/postgresql/html/infoschema-foreign-data-wrappers.html 595share/doc/postgresql/html/infoschema-foreign-data-wrappers.html
596share/doc/postgresql/html/infoschema-foreign-server-options.html 596share/doc/postgresql/html/infoschema-foreign-server-options.html
597share/doc/postgresql/html/infoschema-foreign-servers.html 597share/doc/postgresql/html/infoschema-foreign-servers.html
598share/doc/postgresql/html/infoschema-foreign-table-options.html 598share/doc/postgresql/html/infoschema-foreign-table-options.html
599share/doc/postgresql/html/infoschema-foreign-tables.html 599share/doc/postgresql/html/infoschema-foreign-tables.html
600share/doc/postgresql/html/infoschema-information-schema-catalog-name.html 600share/doc/postgresql/html/infoschema-information-schema-catalog-name.html
601share/doc/postgresql/html/infoschema-key-column-usage.html 601share/doc/postgresql/html/infoschema-key-column-usage.html
602share/doc/postgresql/html/infoschema-parameters.html 602share/doc/postgresql/html/infoschema-parameters.html
603share/doc/postgresql/html/infoschema-referential-constraints.html 603share/doc/postgresql/html/infoschema-referential-constraints.html
604share/doc/postgresql/html/infoschema-role-column-grants.html 604share/doc/postgresql/html/infoschema-role-column-grants.html
605share/doc/postgresql/html/infoschema-role-routine-grants.html 605share/doc/postgresql/html/infoschema-role-routine-grants.html
606share/doc/postgresql/html/infoschema-role-table-grants.html 606share/doc/postgresql/html/infoschema-role-table-grants.html
607share/doc/postgresql/html/infoschema-role-udt-grants.html 607share/doc/postgresql/html/infoschema-role-udt-grants.html
608share/doc/postgresql/html/infoschema-role-usage-grants.html 608share/doc/postgresql/html/infoschema-role-usage-grants.html
609share/doc/postgresql/html/infoschema-routine-privileges.html 609share/doc/postgresql/html/infoschema-routine-privileges.html
610share/doc/postgresql/html/infoschema-routines.html 610share/doc/postgresql/html/infoschema-routines.html
611share/doc/postgresql/html/infoschema-schema.html 611share/doc/postgresql/html/infoschema-schema.html
612share/doc/postgresql/html/infoschema-schemata.html 612share/doc/postgresql/html/infoschema-schemata.html
613share/doc/postgresql/html/infoschema-sequences.html 613share/doc/postgresql/html/infoschema-sequences.html
614share/doc/postgresql/html/infoschema-sql-features.html 614share/doc/postgresql/html/infoschema-sql-features.html
615share/doc/postgresql/html/infoschema-sql-implementation-info.html 615share/doc/postgresql/html/infoschema-sql-implementation-info.html
616share/doc/postgresql/html/infoschema-sql-languages.html 616share/doc/postgresql/html/infoschema-sql-languages.html
617share/doc/postgresql/html/infoschema-sql-packages.html 617share/doc/postgresql/html/infoschema-sql-packages.html
618share/doc/postgresql/html/infoschema-sql-parts.html 618share/doc/postgresql/html/infoschema-sql-parts.html
619share/doc/postgresql/html/infoschema-sql-sizing-profiles.html 619share/doc/postgresql/html/infoschema-sql-sizing-profiles.html
620share/doc/postgresql/html/infoschema-sql-sizing.html 620share/doc/postgresql/html/infoschema-sql-sizing.html
621share/doc/postgresql/html/infoschema-table-constraints.html 621share/doc/postgresql/html/infoschema-table-constraints.html
622share/doc/postgresql/html/infoschema-table-privileges.html 622share/doc/postgresql/html/infoschema-table-privileges.html
623share/doc/postgresql/html/infoschema-tables.html 623share/doc/postgresql/html/infoschema-tables.html
624share/doc/postgresql/html/infoschema-triggered-update-columns.html 624share/doc/postgresql/html/infoschema-triggered-update-columns.html
625share/doc/postgresql/html/infoschema-triggers.html 625share/doc/postgresql/html/infoschema-triggers.html
626share/doc/postgresql/html/infoschema-udt-privileges.html 626share/doc/postgresql/html/infoschema-udt-privileges.html
627share/doc/postgresql/html/infoschema-usage-privileges.html 627share/doc/postgresql/html/infoschema-usage-privileges.html
628share/doc/postgresql/html/infoschema-user-defined-types.html 628share/doc/postgresql/html/infoschema-user-defined-types.html
629share/doc/postgresql/html/infoschema-user-mapping-options.html 629share/doc/postgresql/html/infoschema-user-mapping-options.html
630share/doc/postgresql/html/infoschema-user-mappings.html 630share/doc/postgresql/html/infoschema-user-mappings.html
631share/doc/postgresql/html/infoschema-view-column-usage.html 631share/doc/postgresql/html/infoschema-view-column-usage.html
632share/doc/postgresql/html/infoschema-view-routine-usage.html 632share/doc/postgresql/html/infoschema-view-routine-usage.html
633share/doc/postgresql/html/infoschema-view-table-usage.html 633share/doc/postgresql/html/infoschema-view-table-usage.html
634share/doc/postgresql/html/infoschema-views.html 634share/doc/postgresql/html/infoschema-views.html
635share/doc/postgresql/html/install-getsource.html 635share/doc/postgresql/html/install-getsource.html
636share/doc/postgresql/html/install-post.html 636share/doc/postgresql/html/install-post.html
637share/doc/postgresql/html/install-procedure.html 637share/doc/postgresql/html/install-procedure.html
638share/doc/postgresql/html/install-requirements.html 638share/doc/postgresql/html/install-requirements.html
639share/doc/postgresql/html/install-short.html 639share/doc/postgresql/html/install-short.html
640share/doc/postgresql/html/install-windows-full.html 640share/doc/postgresql/html/install-windows-full.html
641share/doc/postgresql/html/install-windows-libpq.html 641share/doc/postgresql/html/install-windows-libpq.html
642share/doc/postgresql/html/install-windows.html 642share/doc/postgresql/html/install-windows.html
643share/doc/postgresql/html/installation-platform-notes.html 643share/doc/postgresql/html/installation-platform-notes.html
644share/doc/postgresql/html/installation.html 644share/doc/postgresql/html/installation.html
645share/doc/postgresql/html/intagg.html 645share/doc/postgresql/html/intagg.html
646share/doc/postgresql/html/intarray.html 646share/doc/postgresql/html/intarray.html
647share/doc/postgresql/html/internals.html 647share/doc/postgresql/html/internals.html
648share/doc/postgresql/html/intro-whatis.html 648share/doc/postgresql/html/intro-whatis.html
649share/doc/postgresql/html/isn.html 649share/doc/postgresql/html/isn.html
650share/doc/postgresql/html/kernel-resources.html 650share/doc/postgresql/html/kernel-resources.html
651share/doc/postgresql/html/largeobjects.html 651share/doc/postgresql/html/largeobjects.html
652share/doc/postgresql/html/libpq-async.html 652share/doc/postgresql/html/libpq-async.html
653share/doc/postgresql/html/libpq-build.html 653share/doc/postgresql/html/libpq-build.html
654share/doc/postgresql/html/libpq-cancel.html 654share/doc/postgresql/html/libpq-cancel.html
655share/doc/postgresql/html/libpq-connect.html 655share/doc/postgresql/html/libpq-connect.html
656share/doc/postgresql/html/libpq-control.html 656share/doc/postgresql/html/libpq-control.html
657share/doc/postgresql/html/libpq-copy.html 657share/doc/postgresql/html/libpq-copy.html
658share/doc/postgresql/html/libpq-envars.html 658share/doc/postgresql/html/libpq-envars.html
659share/doc/postgresql/html/libpq-events.html 659share/doc/postgresql/html/libpq-events.html
660share/doc/postgresql/html/libpq-example.html 660share/doc/postgresql/html/libpq-example.html
661share/doc/postgresql/html/libpq-exec.html 661share/doc/postgresql/html/libpq-exec.html
662share/doc/postgresql/html/libpq-fastpath.html 662share/doc/postgresql/html/libpq-fastpath.html
663share/doc/postgresql/html/libpq-ldap.html 663share/doc/postgresql/html/libpq-ldap.html
664share/doc/postgresql/html/libpq-misc.html 664share/doc/postgresql/html/libpq-misc.html
665share/doc/postgresql/html/libpq-notice-processing.html 665share/doc/postgresql/html/libpq-notice-processing.html
666share/doc/postgresql/html/libpq-notify.html 666share/doc/postgresql/html/libpq-notify.html
667share/doc/postgresql/html/libpq-pgpass.html 667share/doc/postgresql/html/libpq-pgpass.html
668share/doc/postgresql/html/libpq-pgservice.html 668share/doc/postgresql/html/libpq-pgservice.html
669share/doc/postgresql/html/libpq-single-row-mode.html 669share/doc/postgresql/html/libpq-single-row-mode.html
670share/doc/postgresql/html/libpq-ssl.html 670share/doc/postgresql/html/libpq-ssl.html
671share/doc/postgresql/html/libpq-status.html 671share/doc/postgresql/html/libpq-status.html
672share/doc/postgresql/html/libpq-threading.html 672share/doc/postgresql/html/libpq-threading.html
673share/doc/postgresql/html/libpq.html 673share/doc/postgresql/html/libpq.html
674share/doc/postgresql/html/lo-examplesect.html 674share/doc/postgresql/html/lo-examplesect.html
675share/doc/postgresql/html/lo-funcs.html 675share/doc/postgresql/html/lo-funcs.html
676share/doc/postgresql/html/lo-implementation.html 676share/doc/postgresql/html/lo-implementation.html
677share/doc/postgresql/html/lo-interfaces.html 677share/doc/postgresql/html/lo-interfaces.html
678share/doc/postgresql/html/lo-intro.html 678share/doc/postgresql/html/lo-intro.html
679share/doc/postgresql/html/lo.html 679share/doc/postgresql/html/lo.html
680share/doc/postgresql/html/locale.html 680share/doc/postgresql/html/locale.html
681share/doc/postgresql/html/locking-indexes.html 681share/doc/postgresql/html/locking-indexes.html
682share/doc/postgresql/html/log-shipping-alternative.html 682share/doc/postgresql/html/log-shipping-alternative.html
683share/doc/postgresql/html/logfile-maintenance.html 683share/doc/postgresql/html/logfile-maintenance.html
684share/doc/postgresql/html/ltree.html 684share/doc/postgresql/html/ltree.html
685share/doc/postgresql/html/maintenance.html 685share/doc/postgresql/html/maintenance.html
686share/doc/postgresql/html/manage-ag-config.html 686share/doc/postgresql/html/manage-ag-config.html
687share/doc/postgresql/html/manage-ag-createdb.html 687share/doc/postgresql/html/manage-ag-createdb.html
688share/doc/postgresql/html/manage-ag-dropdb.html 688share/doc/postgresql/html/manage-ag-dropdb.html
689share/doc/postgresql/html/manage-ag-overview.html 689share/doc/postgresql/html/manage-ag-overview.html
690share/doc/postgresql/html/manage-ag-tablespaces.html 690share/doc/postgresql/html/manage-ag-tablespaces.html
691share/doc/postgresql/html/manage-ag-templatedbs.html 691share/doc/postgresql/html/manage-ag-templatedbs.html
692share/doc/postgresql/html/managing-databases.html 692share/doc/postgresql/html/managing-databases.html
693share/doc/postgresql/html/monitoring-locks.html 693share/doc/postgresql/html/monitoring-locks.html
694share/doc/postgresql/html/monitoring-ps.html 694share/doc/postgresql/html/monitoring-ps.html
695share/doc/postgresql/html/monitoring-stats.html 695share/doc/postgresql/html/monitoring-stats.html
696share/doc/postgresql/html/monitoring.html 696share/doc/postgresql/html/monitoring.html
697share/doc/postgresql/html/multibyte.html 697share/doc/postgresql/html/multibyte.html
698share/doc/postgresql/html/mvcc-caveats.html 698share/doc/postgresql/html/mvcc-caveats.html
699share/doc/postgresql/html/mvcc-intro.html 699share/doc/postgresql/html/mvcc-intro.html
700share/doc/postgresql/html/mvcc.html 700share/doc/postgresql/html/mvcc.html
701share/doc/postgresql/html/nls-programmer.html 701share/doc/postgresql/html/nls-programmer.html
702share/doc/postgresql/html/nls-translator.html 702share/doc/postgresql/html/nls-translator.html
703share/doc/postgresql/html/nls.html 703share/doc/postgresql/html/nls.html
704share/doc/postgresql/html/non-durability.html 704share/doc/postgresql/html/non-durability.html
705share/doc/postgresql/html/notation.html 705share/doc/postgresql/html/notation.html
706share/doc/postgresql/html/oid2name.html 706share/doc/postgresql/html/oid2name.html
707share/doc/postgresql/html/overview.html 707share/doc/postgresql/html/overview.html
708share/doc/postgresql/html/pageinspect.html 708share/doc/postgresql/html/pageinspect.html
709share/doc/postgresql/html/parser-stage.html 709share/doc/postgresql/html/parser-stage.html
710share/doc/postgresql/html/passwordcheck.html 710share/doc/postgresql/html/passwordcheck.html
711share/doc/postgresql/html/performance-tips.html 711share/doc/postgresql/html/performance-tips.html
712share/doc/postgresql/html/perm-functions.html 712share/doc/postgresql/html/perm-functions.html
713share/doc/postgresql/html/pgarchivecleanup.html 713share/doc/postgresql/html/pgarchivecleanup.html
714share/doc/postgresql/html/pgbench.html 714share/doc/postgresql/html/pgbench.html
715share/doc/postgresql/html/pgbuffercache.html 715share/doc/postgresql/html/pgbuffercache.html
716share/doc/postgresql/html/pgcrypto.html 716share/doc/postgresql/html/pgcrypto.html
717share/doc/postgresql/html/pgfreespacemap.html 717share/doc/postgresql/html/pgfreespacemap.html
718share/doc/postgresql/html/pgrowlocks.html 718share/doc/postgresql/html/pgrowlocks.html
719share/doc/postgresql/html/pgstandby.html 719share/doc/postgresql/html/pgstandby.html
720share/doc/postgresql/html/pgstatstatements.html 720share/doc/postgresql/html/pgstatstatements.html
721share/doc/postgresql/html/pgstattuple.html 721share/doc/postgresql/html/pgstattuple.html
722share/doc/postgresql/html/pgtestfsync.html 722share/doc/postgresql/html/pgtestfsync.html
723share/doc/postgresql/html/pgtesttiming.html 723share/doc/postgresql/html/pgtesttiming.html
724share/doc/postgresql/html/pgtrgm.html 724share/doc/postgresql/html/pgtrgm.html
725share/doc/postgresql/html/pgupgrade.html 725share/doc/postgresql/html/pgupgrade.html
726share/doc/postgresql/html/planner-optimizer.html 726share/doc/postgresql/html/planner-optimizer.html
727share/doc/postgresql/html/planner-stats-details.html 727share/doc/postgresql/html/planner-stats-details.html
728share/doc/postgresql/html/planner-stats.html 728share/doc/postgresql/html/planner-stats.html
729share/doc/postgresql/html/plhandler.html 729share/doc/postgresql/html/plhandler.html
730share/doc/postgresql/html/plperl-builtins.html 730share/doc/postgresql/html/plperl-builtins.html
731share/doc/postgresql/html/plperl-data.html 731share/doc/postgresql/html/plperl-data.html
732share/doc/postgresql/html/plperl-funcs.html 732share/doc/postgresql/html/plperl-funcs.html
733share/doc/postgresql/html/plperl-global.html 733share/doc/postgresql/html/plperl-global.html
734share/doc/postgresql/html/plperl-triggers.html 734share/doc/postgresql/html/plperl-triggers.html
735share/doc/postgresql/html/plperl-trusted.html 735share/doc/postgresql/html/plperl-trusted.html
736share/doc/postgresql/html/plperl-under-the-hood.html 736share/doc/postgresql/html/plperl-under-the-hood.html
737share/doc/postgresql/html/plperl.html 737share/doc/postgresql/html/plperl.html
738share/doc/postgresql/html/plpgsql-control-structures.html 738share/doc/postgresql/html/plpgsql-control-structures.html
739share/doc/postgresql/html/plpgsql-cursors.html 739share/doc/postgresql/html/plpgsql-cursors.html
740share/doc/postgresql/html/plpgsql-declarations.html 740share/doc/postgresql/html/plpgsql-declarations.html
741share/doc/postgresql/html/plpgsql-development-tips.html 741share/doc/postgresql/html/plpgsql-development-tips.html
742share/doc/postgresql/html/plpgsql-errors-and-messages.html 742share/doc/postgresql/html/plpgsql-errors-and-messages.html
743share/doc/postgresql/html/plpgsql-expressions.html 743share/doc/postgresql/html/plpgsql-expressions.html
744share/doc/postgresql/html/plpgsql-implementation.html 744share/doc/postgresql/html/plpgsql-implementation.html
745share/doc/postgresql/html/plpgsql-overview.html 745share/doc/postgresql/html/plpgsql-overview.html
746share/doc/postgresql/html/plpgsql-porting.html 746share/doc/postgresql/html/plpgsql-porting.html
747share/doc/postgresql/html/plpgsql-statements.html 747share/doc/postgresql/html/plpgsql-statements.html
748share/doc/postgresql/html/plpgsql-structure.html 748share/doc/postgresql/html/plpgsql-structure.html
749share/doc/postgresql/html/plpgsql-trigger.html 749share/doc/postgresql/html/plpgsql-trigger.html
750share/doc/postgresql/html/plpgsql.html 750share/doc/postgresql/html/plpgsql.html
751share/doc/postgresql/html/plpython-data.html 751share/doc/postgresql/html/plpython-data.html
752share/doc/postgresql/html/plpython-database.html 752share/doc/postgresql/html/plpython-database.html
753share/doc/postgresql/html/plpython-do.html 753share/doc/postgresql/html/plpython-do.html
754share/doc/postgresql/html/plpython-envar.html 754share/doc/postgresql/html/plpython-envar.html
755share/doc/postgresql/html/plpython-funcs.html 755share/doc/postgresql/html/plpython-funcs.html
756share/doc/postgresql/html/plpython-python23.html 756share/doc/postgresql/html/plpython-python23.html
757share/doc/postgresql/html/plpython-sharing.html 757share/doc/postgresql/html/plpython-sharing.html
758share/doc/postgresql/html/plpython-subtransaction.html 758share/doc/postgresql/html/plpython-subtransaction.html
759share/doc/postgresql/html/plpython-trigger.html 759share/doc/postgresql/html/plpython-trigger.html
760share/doc/postgresql/html/plpython-util.html 760share/doc/postgresql/html/plpython-util.html
761share/doc/postgresql/html/plpython.html 761share/doc/postgresql/html/plpython.html
762share/doc/postgresql/html/pltcl-data.html 762share/doc/postgresql/html/pltcl-data.html
763share/doc/postgresql/html/pltcl-dbaccess.html 763share/doc/postgresql/html/pltcl-dbaccess.html
764share/doc/postgresql/html/pltcl-functions.html 764share/doc/postgresql/html/pltcl-functions.html
765share/doc/postgresql/html/pltcl-global.html 765share/doc/postgresql/html/pltcl-global.html
766share/doc/postgresql/html/pltcl-overview.html 766share/doc/postgresql/html/pltcl-overview.html
767share/doc/postgresql/html/pltcl-procnames.html 767share/doc/postgresql/html/pltcl-procnames.html
768share/doc/postgresql/html/pltcl-trigger.html 768share/doc/postgresql/html/pltcl-trigger.html
769share/doc/postgresql/html/pltcl-unknown.html 769share/doc/postgresql/html/pltcl-unknown.html
770share/doc/postgresql/html/pltcl.html 770share/doc/postgresql/html/pltcl.html
771share/doc/postgresql/html/populate.html 771share/doc/postgresql/html/populate.html
772share/doc/postgresql/html/postgres-user.html 772share/doc/postgresql/html/postgres-user.html
773share/doc/postgresql/html/preface.html 773share/doc/postgresql/html/preface.html
774share/doc/postgresql/html/preventing-server-spoofing.html 774share/doc/postgresql/html/preventing-server-spoofing.html
775share/doc/postgresql/html/protocol-changes.html 775share/doc/postgresql/html/protocol-changes.html
776share/doc/postgresql/html/protocol-error-fields.html 776share/doc/postgresql/html/protocol-error-fields.html
777share/doc/postgresql/html/protocol-flow.html 777share/doc/postgresql/html/protocol-flow.html
778share/doc/postgresql/html/protocol-message-formats.html 778share/doc/postgresql/html/protocol-message-formats.html
779share/doc/postgresql/html/protocol-message-types.html 779share/doc/postgresql/html/protocol-message-types.html
780share/doc/postgresql/html/protocol-overview.html 780share/doc/postgresql/html/protocol-overview.html
781share/doc/postgresql/html/protocol-replication.html 781share/doc/postgresql/html/protocol-replication.html
782share/doc/postgresql/html/protocol.html 782share/doc/postgresql/html/protocol.html
783share/doc/postgresql/html/queries-limit.html 783share/doc/postgresql/html/queries-limit.html
784share/doc/postgresql/html/queries-order.html 784share/doc/postgresql/html/queries-order.html
785share/doc/postgresql/html/queries-overview.html 785share/doc/postgresql/html/queries-overview.html
786share/doc/postgresql/html/queries-select-lists.html 786share/doc/postgresql/html/queries-select-lists.html
787share/doc/postgresql/html/queries-table-expressions.html 787share/doc/postgresql/html/queries-table-expressions.html
788share/doc/postgresql/html/queries-union.html 788share/doc/postgresql/html/queries-union.html
789share/doc/postgresql/html/queries-values.html 789share/doc/postgresql/html/queries-values.html
790share/doc/postgresql/html/queries-with.html 790share/doc/postgresql/html/queries-with.html
791share/doc/postgresql/html/queries.html 791share/doc/postgresql/html/queries.html
792share/doc/postgresql/html/query-path.html 792share/doc/postgresql/html/query-path.html
793share/doc/postgresql/html/querytree.html 793share/doc/postgresql/html/querytree.html
794share/doc/postgresql/html/rangetypes.html 794share/doc/postgresql/html/rangetypes.html
795share/doc/postgresql/html/recovery-config.html 795share/doc/postgresql/html/recovery-config.html
796share/doc/postgresql/html/recovery-target-settings.html 796share/doc/postgresql/html/recovery-target-settings.html
797share/doc/postgresql/html/reference-client.html 797share/doc/postgresql/html/reference-client.html
798share/doc/postgresql/html/reference-server.html 798share/doc/postgresql/html/reference-server.html
799share/doc/postgresql/html/reference.html 799share/doc/postgresql/html/reference.html
800share/doc/postgresql/html/regress-coverage.html 800share/doc/postgresql/html/regress-coverage.html
801share/doc/postgresql/html/regress-evaluation.html 801share/doc/postgresql/html/regress-evaluation.html
802share/doc/postgresql/html/regress-run.html 802share/doc/postgresql/html/regress-run.html
803share/doc/postgresql/html/regress-variant.html 803share/doc/postgresql/html/regress-variant.html
804share/doc/postgresql/html/regress.html 804share/doc/postgresql/html/regress.html
805share/doc/postgresql/html/release-0-01.html 805share/doc/postgresql/html/release-0-01.html
806share/doc/postgresql/html/release-0-02.html 806share/doc/postgresql/html/release-0-02.html
807share/doc/postgresql/html/release-0-03.html 807share/doc/postgresql/html/release-0-03.html
808share/doc/postgresql/html/release-1-0.html 808share/doc/postgresql/html/release-1-0.html
809share/doc/postgresql/html/release-1-01.html 809share/doc/postgresql/html/release-1-01.html
810share/doc/postgresql/html/release-1-02.html 810share/doc/postgresql/html/release-1-02.html
811share/doc/postgresql/html/release-1-09.html 811share/doc/postgresql/html/release-1-09.html
812share/doc/postgresql/html/release-6-0.html 812share/doc/postgresql/html/release-6-0.html
813share/doc/postgresql/html/release-6-1-1.html 813share/doc/postgresql/html/release-6-1-1.html
814share/doc/postgresql/html/release-6-1.html 814share/doc/postgresql/html/release-6-1.html
815share/doc/postgresql/html/release-6-2-1.html 815share/doc/postgresql/html/release-6-2-1.html
816share/doc/postgresql/html/release-6-2.html 816share/doc/postgresql/html/release-6-2.html
817share/doc/postgresql/html/release-6-3-1.html 817share/doc/postgresql/html/release-6-3-1.html
818share/doc/postgresql/html/release-6-3-2.html 818share/doc/postgresql/html/release-6-3-2.html
819share/doc/postgresql/html/release-6-3.html 819share/doc/postgresql/html/release-6-3.html
820share/doc/postgresql/html/release-6-4-1.html 820share/doc/postgresql/html/release-6-4-1.html
821share/doc/postgresql/html/release-6-4-2.html 821share/doc/postgresql/html/release-6-4-2.html
822share/doc/postgresql/html/release-6-4.html 822share/doc/postgresql/html/release-6-4.html
823share/doc/postgresql/html/release-6-5-1.html 823share/doc/postgresql/html/release-6-5-1.html
824share/doc/postgresql/html/release-6-5-2.html 824share/doc/postgresql/html/release-6-5-2.html
825share/doc/postgresql/html/release-6-5-3.html 825share/doc/postgresql/html/release-6-5-3.html
826share/doc/postgresql/html/release-6-5.html 826share/doc/postgresql/html/release-6-5.html
827share/doc/postgresql/html/release-7-0-1.html 827share/doc/postgresql/html/release-7-0-1.html
828share/doc/postgresql/html/release-7-0-2.html 828share/doc/postgresql/html/release-7-0-2.html
829share/doc/postgresql/html/release-7-0-3.html 829share/doc/postgresql/html/release-7-0-3.html
830share/doc/postgresql/html/release-7-0.html 830share/doc/postgresql/html/release-7-0.html
831share/doc/postgresql/html/release-7-1-1.html 831share/doc/postgresql/html/release-7-1-1.html
832share/doc/postgresql/html/release-7-1-2.html 832share/doc/postgresql/html/release-7-1-2.html
833share/doc/postgresql/html/release-7-1-3.html 833share/doc/postgresql/html/release-7-1-3.html
834share/doc/postgresql/html/release-7-1.html 834share/doc/postgresql/html/release-7-1.html
835share/doc/postgresql/html/release-7-2-1.html 835share/doc/postgresql/html/release-7-2-1.html
836share/doc/postgresql/html/release-7-2-2.html 836share/doc/postgresql/html/release-7-2-2.html
837share/doc/postgresql/html/release-7-2-3.html 837share/doc/postgresql/html/release-7-2-3.html
838share/doc/postgresql/html/release-7-2-4.html 838share/doc/postgresql/html/release-7-2-4.html
839share/doc/postgresql/html/release-7-2-5.html 839share/doc/postgresql/html/release-7-2-5.html
840share/doc/postgresql/html/release-7-2-6.html 840share/doc/postgresql/html/release-7-2-6.html
841share/doc/postgresql/html/release-7-2-7.html 841share/doc/postgresql/html/release-7-2-7.html
842share/doc/postgresql/html/release-7-2-8.html 842share/doc/postgresql/html/release-7-2-8.html
843share/doc/postgresql/html/release-7-2.html 843share/doc/postgresql/html/release-7-2.html
844share/doc/postgresql/html/release-7-3-1.html 844share/doc/postgresql/html/release-7-3-1.html
845share/doc/postgresql/html/release-7-3-10.html 845share/doc/postgresql/html/release-7-3-10.html
846share/doc/postgresql/html/release-7-3-11.html 846share/doc/postgresql/html/release-7-3-11.html
847share/doc/postgresql/html/release-7-3-12.html 847share/doc/postgresql/html/release-7-3-12.html
848share/doc/postgresql/html/release-7-3-13.html 848share/doc/postgresql/html/release-7-3-13.html
849share/doc/postgresql/html/release-7-3-14.html 849share/doc/postgresql/html/release-7-3-14.html
850share/doc/postgresql/html/release-7-3-15.html 850share/doc/postgresql/html/release-7-3-15.html
851share/doc/postgresql/html/release-7-3-16.html 851share/doc/postgresql/html/release-7-3-16.html
852share/doc/postgresql/html/release-7-3-17.html 852share/doc/postgresql/html/release-7-3-17.html
853share/doc/postgresql/html/release-7-3-18.html 853share/doc/postgresql/html/release-7-3-18.html
854share/doc/postgresql/html/release-7-3-19.html 854share/doc/postgresql/html/release-7-3-19.html
855share/doc/postgresql/html/release-7-3-2.html 855share/doc/postgresql/html/release-7-3-2.html
856share/doc/postgresql/html/release-7-3-20.html 856share/doc/postgresql/html/release-7-3-20.html
857share/doc/postgresql/html/release-7-3-21.html 857share/doc/postgresql/html/release-7-3-21.html
858share/doc/postgresql/html/release-7-3-3.html 858share/doc/postgresql/html/release-7-3-3.html
859share/doc/postgresql/html/release-7-3-4.html 859share/doc/postgresql/html/release-7-3-4.html
860share/doc/postgresql/html/release-7-3-5.html 860share/doc/postgresql/html/release-7-3-5.html
861share/doc/postgresql/html/release-7-3-6.html 861share/doc/postgresql/html/release-7-3-6.html
862share/doc/postgresql/html/release-7-3-7.html 862share/doc/postgresql/html/release-7-3-7.html
863share/doc/postgresql/html/release-7-3-8.html 863share/doc/postgresql/html/release-7-3-8.html
864share/doc/postgresql/html/release-7-3-9.html 864share/doc/postgresql/html/release-7-3-9.html
865share/doc/postgresql/html/release-7-3.html 865share/doc/postgresql/html/release-7-3.html
866share/doc/postgresql/html/release-7-4-1.html 866share/doc/postgresql/html/release-7-4-1.html
867share/doc/postgresql/html/release-7-4-10.html 867share/doc/postgresql/html/release-7-4-10.html
868share/doc/postgresql/html/release-7-4-11.html 868share/doc/postgresql/html/release-7-4-11.html
869share/doc/postgresql/html/release-7-4-12.html 869share/doc/postgresql/html/release-7-4-12.html
870share/doc/postgresql/html/release-7-4-13.html 870share/doc/postgresql/html/release-7-4-13.html
871share/doc/postgresql/html/release-7-4-14.html 871share/doc/postgresql/html/release-7-4-14.html
872share/doc/postgresql/html/release-7-4-15.html 872share/doc/postgresql/html/release-7-4-15.html
873share/doc/postgresql/html/release-7-4-16.html 873share/doc/postgresql/html/release-7-4-16.html
874share/doc/postgresql/html/release-7-4-17.html 874share/doc/postgresql/html/release-7-4-17.html
875share/doc/postgresql/html/release-7-4-18.html 875share/doc/postgresql/html/release-7-4-18.html
876share/doc/postgresql/html/release-7-4-19.html 876share/doc/postgresql/html/release-7-4-19.html
877share/doc/postgresql/html/release-7-4-2.html 877share/doc/postgresql/html/release-7-4-2.html
878share/doc/postgresql/html/release-7-4-20.html 878share/doc/postgresql/html/release-7-4-20.html
879share/doc/postgresql/html/release-7-4-21.html 879share/doc/postgresql/html/release-7-4-21.html
880share/doc/postgresql/html/release-7-4-22.html 880share/doc/postgresql/html/release-7-4-22.html
881share/doc/postgresql/html/release-7-4-23.html 881share/doc/postgresql/html/release-7-4-23.html
882share/doc/postgresql/html/release-7-4-24.html 882share/doc/postgresql/html/release-7-4-24.html
883share/doc/postgresql/html/release-7-4-25.html 883share/doc/postgresql/html/release-7-4-25.html
884share/doc/postgresql/html/release-7-4-26.html 884share/doc/postgresql/html/release-7-4-26.html
885share/doc/postgresql/html/release-7-4-27.html 885share/doc/postgresql/html/release-7-4-27.html
886share/doc/postgresql/html/release-7-4-28.html 886share/doc/postgresql/html/release-7-4-28.html
887share/doc/postgresql/html/release-7-4-29.html 887share/doc/postgresql/html/release-7-4-29.html
888share/doc/postgresql/html/release-7-4-3.html 888share/doc/postgresql/html/release-7-4-3.html
889share/doc/postgresql/html/release-7-4-30.html 889share/doc/postgresql/html/release-7-4-30.html
890share/doc/postgresql/html/release-7-4-4.html 890share/doc/postgresql/html/release-7-4-4.html
891share/doc/postgresql/html/release-7-4-5.html 891share/doc/postgresql/html/release-7-4-5.html
892share/doc/postgresql/html/release-7-4-6.html 892share/doc/postgresql/html/release-7-4-6.html
893share/doc/postgresql/html/release-7-4-7.html 893share/doc/postgresql/html/release-7-4-7.html
894share/doc/postgresql/html/release-7-4-8.html 894share/doc/postgresql/html/release-7-4-8.html
895share/doc/postgresql/html/release-7-4-9.html 895share/doc/postgresql/html/release-7-4-9.html
896share/doc/postgresql/html/release-7-4.html 896share/doc/postgresql/html/release-7-4.html
897share/doc/postgresql/html/release-8-0-1.html 897share/doc/postgresql/html/release-8-0-1.html
898share/doc/postgresql/html/release-8-0-10.html 898share/doc/postgresql/html/release-8-0-10.html
899share/doc/postgresql/html/release-8-0-11.html 899share/doc/postgresql/html/release-8-0-11.html
900share/doc/postgresql/html/release-8-0-12.html 900share/doc/postgresql/html/release-8-0-12.html
901share/doc/postgresql/html/release-8-0-13.html 901share/doc/postgresql/html/release-8-0-13.html
902share/doc/postgresql/html/release-8-0-14.html 902share/doc/postgresql/html/release-8-0-14.html
903share/doc/postgresql/html/release-8-0-15.html 903share/doc/postgresql/html/release-8-0-15.html
904share/doc/postgresql/html/release-8-0-16.html 904share/doc/postgresql/html/release-8-0-16.html
905share/doc/postgresql/html/release-8-0-17.html 905share/doc/postgresql/html/release-8-0-17.html
906share/doc/postgresql/html/release-8-0-18.html 906share/doc/postgresql/html/release-8-0-18.html
907share/doc/postgresql/html/release-8-0-19.html 907share/doc/postgresql/html/release-8-0-19.html
908share/doc/postgresql/html/release-8-0-2.html 908share/doc/postgresql/html/release-8-0-2.html
909share/doc/postgresql/html/release-8-0-20.html 909share/doc/postgresql/html/release-8-0-20.html
910share/doc/postgresql/html/release-8-0-21.html 910share/doc/postgresql/html/release-8-0-21.html
911share/doc/postgresql/html/release-8-0-22.html 911share/doc/postgresql/html/release-8-0-22.html
912share/doc/postgresql/html/release-8-0-23.html 912share/doc/postgresql/html/release-8-0-23.html
913share/doc/postgresql/html/release-8-0-24.html 913share/doc/postgresql/html/release-8-0-24.html
914share/doc/postgresql/html/release-8-0-25.html 914share/doc/postgresql/html/release-8-0-25.html
915share/doc/postgresql/html/release-8-0-26.html 915share/doc/postgresql/html/release-8-0-26.html
916share/doc/postgresql/html/release-8-0-3.html 916share/doc/postgresql/html/release-8-0-3.html
917share/doc/postgresql/html/release-8-0-4.html 917share/doc/postgresql/html/release-8-0-4.html
918share/doc/postgresql/html/release-8-0-5.html 918share/doc/postgresql/html/release-8-0-5.html
919share/doc/postgresql/html/release-8-0-6.html 919share/doc/postgresql/html/release-8-0-6.html
920share/doc/postgresql/html/release-8-0-7.html 920share/doc/postgresql/html/release-8-0-7.html
921share/doc/postgresql/html/release-8-0-8.html 921share/doc/postgresql/html/release-8-0-8.html
922share/doc/postgresql/html/release-8-0-9.html 922share/doc/postgresql/html/release-8-0-9.html
923share/doc/postgresql/html/release-8-0.html 923share/doc/postgresql/html/release-8-0.html
924share/doc/postgresql/html/release-8-1-1.html 924share/doc/postgresql/html/release-8-1-1.html
925share/doc/postgresql/html/release-8-1-10.html 925share/doc/postgresql/html/release-8-1-10.html
926share/doc/postgresql/html/release-8-1-11.html 926share/doc/postgresql/html/release-8-1-11.html
927share/doc/postgresql/html/release-8-1-12.html 927share/doc/postgresql/html/release-8-1-12.html
928share/doc/postgresql/html/release-8-1-13.html 928share/doc/postgresql/html/release-8-1-13.html
929share/doc/postgresql/html/release-8-1-14.html 929share/doc/postgresql/html/release-8-1-14.html
930share/doc/postgresql/html/release-8-1-15.html 930share/doc/postgresql/html/release-8-1-15.html
931share/doc/postgresql/html/release-8-1-16.html 931share/doc/postgresql/html/release-8-1-16.html
932share/doc/postgresql/html/release-8-1-17.html 932share/doc/postgresql/html/release-8-1-17.html
933share/doc/postgresql/html/release-8-1-18.html 933share/doc/postgresql/html/release-8-1-18.html
934share/doc/postgresql/html/release-8-1-19.html 934share/doc/postgresql/html/release-8-1-19.html
935share/doc/postgresql/html/release-8-1-2.html 935share/doc/postgresql/html/release-8-1-2.html
936share/doc/postgresql/html/release-8-1-20.html 936share/doc/postgresql/html/release-8-1-20.html
937share/doc/postgresql/html/release-8-1-21.html 937share/doc/postgresql/html/release-8-1-21.html
938share/doc/postgresql/html/release-8-1-22.html 938share/doc/postgresql/html/release-8-1-22.html
939share/doc/postgresql/html/release-8-1-23.html 939share/doc/postgresql/html/release-8-1-23.html
940share/doc/postgresql/html/release-8-1-3.html 940share/doc/postgresql/html/release-8-1-3.html
941share/doc/postgresql/html/release-8-1-4.html 941share/doc/postgresql/html/release-8-1-4.html
942share/doc/postgresql/html/release-8-1-5.html 942share/doc/postgresql/html/release-8-1-5.html
943share/doc/postgresql/html/release-8-1-6.html 943share/doc/postgresql/html/release-8-1-6.html
944share/doc/postgresql/html/release-8-1-7.html 944share/doc/postgresql/html/release-8-1-7.html
945share/doc/postgresql/html/release-8-1-8.html 945share/doc/postgresql/html/release-8-1-8.html
946share/doc/postgresql/html/release-8-1-9.html 946share/doc/postgresql/html/release-8-1-9.html
947share/doc/postgresql/html/release-8-1.html 947share/doc/postgresql/html/release-8-1.html
948share/doc/postgresql/html/release-8-2-1.html 948share/doc/postgresql/html/release-8-2-1.html
949share/doc/postgresql/html/release-8-2-10.html 949share/doc/postgresql/html/release-8-2-10.html
950share/doc/postgresql/html/release-8-2-11.html 950share/doc/postgresql/html/release-8-2-11.html
951share/doc/postgresql/html/release-8-2-12.html 951share/doc/postgresql/html/release-8-2-12.html
952share/doc/postgresql/html/release-8-2-13.html 952share/doc/postgresql/html/release-8-2-13.html
953share/doc/postgresql/html/release-8-2-14.html 953share/doc/postgresql/html/release-8-2-14.html
954share/doc/postgresql/html/release-8-2-15.html 954share/doc/postgresql/html/release-8-2-15.html
955share/doc/postgresql/html/release-8-2-16.html 955share/doc/postgresql/html/release-8-2-16.html
956share/doc/postgresql/html/release-8-2-17.html 956share/doc/postgresql/html/release-8-2-17.html
957share/doc/postgresql/html/release-8-2-18.html 957share/doc/postgresql/html/release-8-2-18.html
958share/doc/postgresql/html/release-8-2-19.html 958share/doc/postgresql/html/release-8-2-19.html
959share/doc/postgresql/html/release-8-2-2.html 959share/doc/postgresql/html/release-8-2-2.html
960share/doc/postgresql/html/release-8-2-20.html 960share/doc/postgresql/html/release-8-2-20.html
961share/doc/postgresql/html/release-8-2-21.html 961share/doc/postgresql/html/release-8-2-21.html
962share/doc/postgresql/html/release-8-2-22.html 962share/doc/postgresql/html/release-8-2-22.html
963share/doc/postgresql/html/release-8-2-23.html 963share/doc/postgresql/html/release-8-2-23.html
964share/doc/postgresql/html/release-8-2-3.html 964share/doc/postgresql/html/release-8-2-3.html
965share/doc/postgresql/html/release-8-2-4.html 965share/doc/postgresql/html/release-8-2-4.html
966share/doc/postgresql/html/release-8-2-5.html 966share/doc/postgresql/html/release-8-2-5.html
967share/doc/postgresql/html/release-8-2-6.html 967share/doc/postgresql/html/release-8-2-6.html
968share/doc/postgresql/html/release-8-2-7.html 968share/doc/postgresql/html/release-8-2-7.html
969share/doc/postgresql/html/release-8-2-8.html 969share/doc/postgresql/html/release-8-2-8.html
970share/doc/postgresql/html/release-8-2-9.html 970share/doc/postgresql/html/release-8-2-9.html
971share/doc/postgresql/html/release-8-2.html 971share/doc/postgresql/html/release-8-2.html
972share/doc/postgresql/html/release-8-3-1.html 972share/doc/postgresql/html/release-8-3-1.html
973share/doc/postgresql/html/release-8-3-10.html 973share/doc/postgresql/html/release-8-3-10.html
974share/doc/postgresql/html/release-8-3-11.html 974share/doc/postgresql/html/release-8-3-11.html
975share/doc/postgresql/html/release-8-3-12.html 975share/doc/postgresql/html/release-8-3-12.html
976share/doc/postgresql/html/release-8-3-13.html 976share/doc/postgresql/html/release-8-3-13.html
977share/doc/postgresql/html/release-8-3-14.html 977share/doc/postgresql/html/release-8-3-14.html
978share/doc/postgresql/html/release-8-3-15.html 978share/doc/postgresql/html/release-8-3-15.html
979share/doc/postgresql/html/release-8-3-16.html 979share/doc/postgresql/html/release-8-3-16.html
980share/doc/postgresql/html/release-8-3-17.html 980share/doc/postgresql/html/release-8-3-17.html
981share/doc/postgresql/html/release-8-3-18.html 981share/doc/postgresql/html/release-8-3-18.html
982share/doc/postgresql/html/release-8-3-19.html 982share/doc/postgresql/html/release-8-3-19.html
983share/doc/postgresql/html/release-8-3-2.html 983share/doc/postgresql/html/release-8-3-2.html
984share/doc/postgresql/html/release-8-3-20.html 984share/doc/postgresql/html/release-8-3-20.html
985share/doc/postgresql/html/release-8-3-21.html 985share/doc/postgresql/html/release-8-3-21.html
986share/doc/postgresql/html/release-8-3-22.html 986share/doc/postgresql/html/release-8-3-22.html
987share/doc/postgresql/html/release-8-3-23.html 987share/doc/postgresql/html/release-8-3-23.html
988share/doc/postgresql/html/release-8-3-3.html 988share/doc/postgresql/html/release-8-3-3.html
989share/doc/postgresql/html/release-8-3-4.html 989share/doc/postgresql/html/release-8-3-4.html
990share/doc/postgresql/html/release-8-3-5.html 990share/doc/postgresql/html/release-8-3-5.html
991share/doc/postgresql/html/release-8-3-6.html 991share/doc/postgresql/html/release-8-3-6.html
992share/doc/postgresql/html/release-8-3-7.html 992share/doc/postgresql/html/release-8-3-7.html
993share/doc/postgresql/html/release-8-3-8.html 993share/doc/postgresql/html/release-8-3-8.html
994share/doc/postgresql/html/release-8-3-9.html 994share/doc/postgresql/html/release-8-3-9.html
995share/doc/postgresql/html/release-8-3.html 995share/doc/postgresql/html/release-8-3.html
996share/doc/postgresql/html/release-8-4-1.html 996share/doc/postgresql/html/release-8-4-1.html
997share/doc/postgresql/html/release-8-4-10.html 997share/doc/postgresql/html/release-8-4-10.html
998share/doc/postgresql/html/release-8-4-11.html 998share/doc/postgresql/html/release-8-4-11.html
999share/doc/postgresql/html/release-8-4-12.html 999share/doc/postgresql/html/release-8-4-12.html
1000share/doc/postgresql/html/release-8-4-13.html 1000share/doc/postgresql/html/release-8-4-13.html
1001share/doc/postgresql/html/release-8-4-14.html 1001share/doc/postgresql/html/release-8-4-14.html
1002share/doc/postgresql/html/release-8-4-15.html 1002share/doc/postgresql/html/release-8-4-15.html
1003share/doc/postgresql/html/release-8-4-16.html 1003share/doc/postgresql/html/release-8-4-16.html
1004share/doc/postgresql/html/release-8-4-17.html 1004share/doc/postgresql/html/release-8-4-17.html
1005share/doc/postgresql/html/release-8-4-18.html 1005share/doc/postgresql/html/release-8-4-18.html
1006share/doc/postgresql/html/release-8-4-19.html 1006share/doc/postgresql/html/release-8-4-19.html
1007share/doc/postgresql/html/release-8-4-2.html 1007share/doc/postgresql/html/release-8-4-2.html
1008share/doc/postgresql/html/release-8-4-20.html 1008share/doc/postgresql/html/release-8-4-20.html
1009share/doc/postgresql/html/release-8-4-21.html 1009share/doc/postgresql/html/release-8-4-21.html
1010share/doc/postgresql/html/release-8-4-22.html 1010share/doc/postgresql/html/release-8-4-22.html
1011share/doc/postgresql/html/release-8-4-3.html 1011share/doc/postgresql/html/release-8-4-3.html
1012share/doc/postgresql/html/release-8-4-4.html 1012share/doc/postgresql/html/release-8-4-4.html
1013share/doc/postgresql/html/release-8-4-5.html 1013share/doc/postgresql/html/release-8-4-5.html
1014share/doc/postgresql/html/release-8-4-6.html 1014share/doc/postgresql/html/release-8-4-6.html
1015share/doc/postgresql/html/release-8-4-7.html 1015share/doc/postgresql/html/release-8-4-7.html
1016share/doc/postgresql/html/release-8-4-8.html 1016share/doc/postgresql/html/release-8-4-8.html
1017share/doc/postgresql/html/release-8-4-9.html 1017share/doc/postgresql/html/release-8-4-9.html
1018share/doc/postgresql/html/release-8-4.html 1018share/doc/postgresql/html/release-8-4.html
1019share/doc/postgresql/html/release-9-0-1.html 1019share/doc/postgresql/html/release-9-0-1.html
1020share/doc/postgresql/html/release-9-0-10.html 1020share/doc/postgresql/html/release-9-0-10.html
1021share/doc/postgresql/html/release-9-0-11.html 1021share/doc/postgresql/html/release-9-0-11.html
1022share/doc/postgresql/html/release-9-0-12.html 1022share/doc/postgresql/html/release-9-0-12.html
1023share/doc/postgresql/html/release-9-0-13.html 1023share/doc/postgresql/html/release-9-0-13.html
1024share/doc/postgresql/html/release-9-0-14.html 1024share/doc/postgresql/html/release-9-0-14.html
1025share/doc/postgresql/html/release-9-0-15.html 1025share/doc/postgresql/html/release-9-0-15.html
1026share/doc/postgresql/html/release-9-0-16.html 1026share/doc/postgresql/html/release-9-0-16.html
1027share/doc/postgresql/html/release-9-0-17.html 1027share/doc/postgresql/html/release-9-0-17.html
1028share/doc/postgresql/html/release-9-0-18.html 1028share/doc/postgresql/html/release-9-0-18.html
1029share/doc/postgresql/html/release-9-0-19.html 1029share/doc/postgresql/html/release-9-0-19.html
1030share/doc/postgresql/html/release-9-0-2.html 1030share/doc/postgresql/html/release-9-0-2.html
1031share/doc/postgresql/html/release-9-0-20.html 1031share/doc/postgresql/html/release-9-0-20.html
1032share/doc/postgresql/html/release-9-0-21.html 1032share/doc/postgresql/html/release-9-0-21.html
1033share/doc/postgresql/html/release-9-0-22.html 1033share/doc/postgresql/html/release-9-0-22.html
1034share/doc/postgresql/html/release-9-0-23.html 1034share/doc/postgresql/html/release-9-0-23.html
1035share/doc/postgresql/html/release-9-0-3.html 1035share/doc/postgresql/html/release-9-0-3.html
1036share/doc/postgresql/html/release-9-0-4.html 1036share/doc/postgresql/html/release-9-0-4.html
1037share/doc/postgresql/html/release-9-0-5.html 1037share/doc/postgresql/html/release-9-0-5.html
1038share/doc/postgresql/html/release-9-0-6.html 1038share/doc/postgresql/html/release-9-0-6.html
1039share/doc/postgresql/html/release-9-0-7.html 1039share/doc/postgresql/html/release-9-0-7.html
1040share/doc/postgresql/html/release-9-0-8.html 1040share/doc/postgresql/html/release-9-0-8.html
1041share/doc/postgresql/html/release-9-0-9.html 1041share/doc/postgresql/html/release-9-0-9.html
1042share/doc/postgresql/html/release-9-0.html 1042share/doc/postgresql/html/release-9-0.html
1043share/doc/postgresql/html/release-9-1-1.html 1043share/doc/postgresql/html/release-9-1-1.html
1044share/doc/postgresql/html/release-9-1-10.html 1044share/doc/postgresql/html/release-9-1-10.html
1045share/doc/postgresql/html/release-9-1-11.html 1045share/doc/postgresql/html/release-9-1-11.html
1046share/doc/postgresql/html/release-9-1-12.html 1046share/doc/postgresql/html/release-9-1-12.html
1047share/doc/postgresql/html/release-9-1-13.html 1047share/doc/postgresql/html/release-9-1-13.html
1048share/doc/postgresql/html/release-9-1-14.html 1048share/doc/postgresql/html/release-9-1-14.html
1049share/doc/postgresql/html/release-9-1-15.html 1049share/doc/postgresql/html/release-9-1-15.html
1050share/doc/postgresql/html/release-9-1-16.html 1050share/doc/postgresql/html/release-9-1-16.html
1051share/doc/postgresql/html/release-9-1-17.html 1051share/doc/postgresql/html/release-9-1-17.html
1052share/doc/postgresql/html/release-9-1-18.html 1052share/doc/postgresql/html/release-9-1-18.html
1053share/doc/postgresql/html/release-9-1-19.html 1053share/doc/postgresql/html/release-9-1-19.html
 1054share/doc/postgresql/html/release-9-1-20.html
1054share/doc/postgresql/html/release-9-1-2.html 1055share/doc/postgresql/html/release-9-1-2.html
1055share/doc/postgresql/html/release-9-1-3.html 1056share/doc/postgresql/html/release-9-1-3.html
1056share/doc/postgresql/html/release-9-1-4.html 1057share/doc/postgresql/html/release-9-1-4.html
1057share/doc/postgresql/html/release-9-1-5.html 1058share/doc/postgresql/html/release-9-1-5.html
1058share/doc/postgresql/html/release-9-1-6.html 1059share/doc/postgresql/html/release-9-1-6.html
1059share/doc/postgresql/html/release-9-1-7.html 1060share/doc/postgresql/html/release-9-1-7.html
1060share/doc/postgresql/html/release-9-1-8.html 1061share/doc/postgresql/html/release-9-1-8.html
1061share/doc/postgresql/html/release-9-1-9.html 1062share/doc/postgresql/html/release-9-1-9.html
1062share/doc/postgresql/html/release-9-1.html 1063share/doc/postgresql/html/release-9-1.html
1063share/doc/postgresql/html/release-9-2-1.html 1064share/doc/postgresql/html/release-9-2-1.html
1064share/doc/postgresql/html/release-9-2-10.html 1065share/doc/postgresql/html/release-9-2-10.html
1065share/doc/postgresql/html/release-9-2-11.html 1066share/doc/postgresql/html/release-9-2-11.html
1066share/doc/postgresql/html/release-9-2-12.html 1067share/doc/postgresql/html/release-9-2-12.html
1067share/doc/postgresql/html/release-9-2-13.html 1068share/doc/postgresql/html/release-9-2-13.html
1068share/doc/postgresql/html/release-9-2-14.html 1069share/doc/postgresql/html/release-9-2-14.html
 1070share/doc/postgresql/html/release-9-2-15.html
1069share/doc/postgresql/html/release-9-2-2.html 1071share/doc/postgresql/html/release-9-2-2.html
1070share/doc/postgresql/html/release-9-2-3.html 1072share/doc/postgresql/html/release-9-2-3.html
1071share/doc/postgresql/html/release-9-2-4.html 1073share/doc/postgresql/html/release-9-2-4.html
1072share/doc/postgresql/html/release-9-2-5.html 1074share/doc/postgresql/html/release-9-2-5.html
1073share/doc/postgresql/html/release-9-2-6.html 1075share/doc/postgresql/html/release-9-2-6.html
1074share/doc/postgresql/html/release-9-2-7.html 1076share/doc/postgresql/html/release-9-2-7.html
1075share/doc/postgresql/html/release-9-2-8.html 1077share/doc/postgresql/html/release-9-2-8.html
1076share/doc/postgresql/html/release-9-2-9.html 1078share/doc/postgresql/html/release-9-2-9.html
1077share/doc/postgresql/html/release-9-2.html 1079share/doc/postgresql/html/release-9-2.html
1078share/doc/postgresql/html/release.html 1080share/doc/postgresql/html/release.html
1079share/doc/postgresql/html/resources.html 1081share/doc/postgresql/html/resources.html
1080share/doc/postgresql/html/role-attributes.html 1082share/doc/postgresql/html/role-attributes.html
1081share/doc/postgresql/html/role-membership.html 1083share/doc/postgresql/html/role-membership.html
 1084share/doc/postgresql/html/role-removal.html
1082share/doc/postgresql/html/routine-reindex.html 1085share/doc/postgresql/html/routine-reindex.html
1083share/doc/postgresql/html/routine-vacuuming.html 1086share/doc/postgresql/html/routine-vacuuming.html
1084share/doc/postgresql/html/row-estimation-examples.html 1087share/doc/postgresql/html/row-estimation-examples.html
1085share/doc/postgresql/html/rowtypes.html 1088share/doc/postgresql/html/rowtypes.html
1086share/doc/postgresql/html/rule-system.html 1089share/doc/postgresql/html/rule-system.html
1087share/doc/postgresql/html/rules-privileges.html 1090share/doc/postgresql/html/rules-privileges.html
1088share/doc/postgresql/html/rules-status.html 1091share/doc/postgresql/html/rules-status.html
1089share/doc/postgresql/html/rules-triggers.html 1092share/doc/postgresql/html/rules-triggers.html
1090share/doc/postgresql/html/rules-update.html 1093share/doc/postgresql/html/rules-update.html
1091share/doc/postgresql/html/rules-views.html 1094share/doc/postgresql/html/rules-views.html
1092share/doc/postgresql/html/rules.html 1095share/doc/postgresql/html/rules.html
1093share/doc/postgresql/html/runtime-config-autovacuum.html 1096share/doc/postgresql/html/runtime-config-autovacuum.html
1094share/doc/postgresql/html/runtime-config-client.html 1097share/doc/postgresql/html/runtime-config-client.html
1095share/doc/postgresql/html/runtime-config-compatible.html 1098share/doc/postgresql/html/runtime-config-compatible.html
1096share/doc/postgresql/html/runtime-config-connection.html 1099share/doc/postgresql/html/runtime-config-connection.html
1097share/doc/postgresql/html/runtime-config-custom.html 1100share/doc/postgresql/html/runtime-config-custom.html
1098share/doc/postgresql/html/runtime-config-developer.html 1101share/doc/postgresql/html/runtime-config-developer.html
1099share/doc/postgresql/html/runtime-config-error-handling.html 1102share/doc/postgresql/html/runtime-config-error-handling.html
1100share/doc/postgresql/html/runtime-config-file-locations.html 1103share/doc/postgresql/html/runtime-config-file-locations.html
1101share/doc/postgresql/html/runtime-config-locks.html 1104share/doc/postgresql/html/runtime-config-locks.html
1102share/doc/postgresql/html/runtime-config-logging.html 1105share/doc/postgresql/html/runtime-config-logging.html
1103share/doc/postgresql/html/runtime-config-preset.html 1106share/doc/postgresql/html/runtime-config-preset.html
1104share/doc/postgresql/html/runtime-config-query.html 1107share/doc/postgresql/html/runtime-config-query.html
1105share/doc/postgresql/html/runtime-config-replication.html 1108share/doc/postgresql/html/runtime-config-replication.html
1106share/doc/postgresql/html/runtime-config-resource.html 1109share/doc/postgresql/html/runtime-config-resource.html
1107share/doc/postgresql/html/runtime-config-short.html 1110share/doc/postgresql/html/runtime-config-short.html
1108share/doc/postgresql/html/runtime-config-statistics.html 1111share/doc/postgresql/html/runtime-config-statistics.html
1109share/doc/postgresql/html/runtime-config-wal.html 1112share/doc/postgresql/html/runtime-config-wal.html
1110share/doc/postgresql/html/runtime-config.html 1113share/doc/postgresql/html/runtime-config.html
1111share/doc/postgresql/html/runtime.html 1114share/doc/postgresql/html/runtime.html
1112share/doc/postgresql/html/seg.html 1115share/doc/postgresql/html/seg.html
1113share/doc/postgresql/html/sepgsql.html 1116share/doc/postgresql/html/sepgsql.html
1114share/doc/postgresql/html/server-programming.html 1117share/doc/postgresql/html/server-programming.html
1115share/doc/postgresql/html/server-shutdown.html 1118share/doc/postgresql/html/server-shutdown.html
1116share/doc/postgresql/html/server-start.html 1119share/doc/postgresql/html/server-start.html
1117share/doc/postgresql/html/source-format.html 1120share/doc/postgresql/html/source-format.html
1118share/doc/postgresql/html/source.html 1121share/doc/postgresql/html/source.html
1119share/doc/postgresql/html/sourcerepo.html 1122share/doc/postgresql/html/sourcerepo.html
1120share/doc/postgresql/html/spgist-examples.html 1123share/doc/postgresql/html/spgist-examples.html
1121share/doc/postgresql/html/spgist-extensibility.html 1124share/doc/postgresql/html/spgist-extensibility.html
1122share/doc/postgresql/html/spgist-implementation.html 1125share/doc/postgresql/html/spgist-implementation.html
1123share/doc/postgresql/html/spgist-intro.html 1126share/doc/postgresql/html/spgist-intro.html
1124share/doc/postgresql/html/spgist.html 1127share/doc/postgresql/html/spgist.html
1125share/doc/postgresql/html/spi-examples.html 1128share/doc/postgresql/html/spi-examples.html
1126share/doc/postgresql/html/spi-interface-support.html 1129share/doc/postgresql/html/spi-interface-support.html
1127share/doc/postgresql/html/spi-interface.html 1130share/doc/postgresql/html/spi-interface.html
1128share/doc/postgresql/html/spi-memory.html 1131share/doc/postgresql/html/spi-memory.html
1129share/doc/postgresql/html/spi-realloc.html 1132share/doc/postgresql/html/spi-realloc.html
1130share/doc/postgresql/html/spi-spi-connect.html 1133share/doc/postgresql/html/spi-spi-connect.html
1131share/doc/postgresql/html/spi-spi-copytuple.html 1134share/doc/postgresql/html/spi-spi-copytuple.html
1132share/doc/postgresql/html/spi-spi-cursor-close.html 1135share/doc/postgresql/html/spi-spi-cursor-close.html
1133share/doc/postgresql/html/spi-spi-cursor-fetch.html 1136share/doc/postgresql/html/spi-spi-cursor-fetch.html
1134share/doc/postgresql/html/spi-spi-cursor-find.html 1137share/doc/postgresql/html/spi-spi-cursor-find.html
1135share/doc/postgresql/html/spi-spi-cursor-move.html 1138share/doc/postgresql/html/spi-spi-cursor-move.html
1136share/doc/postgresql/html/spi-spi-cursor-open-with-args.html 1139share/doc/postgresql/html/spi-spi-cursor-open-with-args.html
1137share/doc/postgresql/html/spi-spi-cursor-open-with-paramlist.html 1140share/doc/postgresql/html/spi-spi-cursor-open-with-paramlist.html
1138share/doc/postgresql/html/spi-spi-cursor-open.html 1141share/doc/postgresql/html/spi-spi-cursor-open.html
1139share/doc/postgresql/html/spi-spi-exec.html 1142share/doc/postgresql/html/spi-spi-exec.html
1140share/doc/postgresql/html/spi-spi-execp.html 1143share/doc/postgresql/html/spi-spi-execp.html
1141share/doc/postgresql/html/spi-spi-execute-plan-with-paramlist.html 1144share/doc/postgresql/html/spi-spi-execute-plan-with-paramlist.html
1142share/doc/postgresql/html/spi-spi-execute-plan.html 1145share/doc/postgresql/html/spi-spi-execute-plan.html
1143share/doc/postgresql/html/spi-spi-execute-with-args.html 1146share/doc/postgresql/html/spi-spi-execute-with-args.html
1144share/doc/postgresql/html/spi-spi-execute.html 1147share/doc/postgresql/html/spi-spi-execute.html
1145share/doc/postgresql/html/spi-spi-finish.html 1148share/doc/postgresql/html/spi-spi-finish.html
1146share/doc/postgresql/html/spi-spi-fname.html 1149share/doc/postgresql/html/spi-spi-fname.html
1147share/doc/postgresql/html/spi-spi-fnumber.html 1150share/doc/postgresql/html/spi-spi-fnumber.html
1148share/doc/postgresql/html/spi-spi-freeplan.html 1151share/doc/postgresql/html/spi-spi-freeplan.html
1149share/doc/postgresql/html/spi-spi-freetuple.html 1152share/doc/postgresql/html/spi-spi-freetuple.html
1150share/doc/postgresql/html/spi-spi-freetupletable.html 1153share/doc/postgresql/html/spi-spi-freetupletable.html
1151share/doc/postgresql/html/spi-spi-getargcount.html 1154share/doc/postgresql/html/spi-spi-getargcount.html
1152share/doc/postgresql/html/spi-spi-getargtypeid.html 1155share/doc/postgresql/html/spi-spi-getargtypeid.html
1153share/doc/postgresql/html/spi-spi-getbinval.html 1156share/doc/postgresql/html/spi-spi-getbinval.html
1154share/doc/postgresql/html/spi-spi-getnspname.html 1157share/doc/postgresql/html/spi-spi-getnspname.html
1155share/doc/postgresql/html/spi-spi-getrelname.html 1158share/doc/postgresql/html/spi-spi-getrelname.html
1156share/doc/postgresql/html/spi-spi-gettype.html 1159share/doc/postgresql/html/spi-spi-gettype.html
1157share/doc/postgresql/html/spi-spi-gettypeid.html 1160share/doc/postgresql/html/spi-spi-gettypeid.html
1158share/doc/postgresql/html/spi-spi-getvalue.html 1161share/doc/postgresql/html/spi-spi-getvalue.html
1159share/doc/postgresql/html/spi-spi-is-cursor-plan.html 1162share/doc/postgresql/html/spi-spi-is-cursor-plan.html
1160share/doc/postgresql/html/spi-spi-keepplan.html 1163share/doc/postgresql/html/spi-spi-keepplan.html
1161share/doc/postgresql/html/spi-spi-modifytuple.html 1164share/doc/postgresql/html/spi-spi-modifytuple.html
1162share/doc/postgresql/html/spi-spi-palloc.html 1165share/doc/postgresql/html/spi-spi-palloc.html
1163share/doc/postgresql/html/spi-spi-pfree.html 1166share/doc/postgresql/html/spi-spi-pfree.html
1164share/doc/postgresql/html/spi-spi-pop.html 1167share/doc/postgresql/html/spi-spi-pop.html
1165share/doc/postgresql/html/spi-spi-prepare-cursor.html 1168share/doc/postgresql/html/spi-spi-prepare-cursor.html
1166share/doc/postgresql/html/spi-spi-prepare-params.html 1169share/doc/postgresql/html/spi-spi-prepare-params.html
1167share/doc/postgresql/html/spi-spi-prepare.html 1170share/doc/postgresql/html/spi-spi-prepare.html
1168share/doc/postgresql/html/spi-spi-push.html 1171share/doc/postgresql/html/spi-spi-push.html
1169share/doc/postgresql/html/spi-spi-returntuple.html 1172share/doc/postgresql/html/spi-spi-returntuple.html
1170share/doc/postgresql/html/spi-spi-saveplan.html 1173share/doc/postgresql/html/spi-spi-saveplan.html
1171share/doc/postgresql/html/spi-spi-scroll-cursor-fetch.html 1174share/doc/postgresql/html/spi-spi-scroll-cursor-fetch.html
1172share/doc/postgresql/html/spi-spi-scroll-cursor-move.html 1175share/doc/postgresql/html/spi-spi-scroll-cursor-move.html
1173share/doc/postgresql/html/spi-visibility.html 1176share/doc/postgresql/html/spi-visibility.html
1174share/doc/postgresql/html/spi.html 1177share/doc/postgresql/html/spi.html
1175share/doc/postgresql/html/sql-abort.html 1178share/doc/postgresql/html/sql-abort.html
1176share/doc/postgresql/html/sql-alteraggregate.html 1179share/doc/postgresql/html/sql-alteraggregate.html
1177share/doc/postgresql/html/sql-altercollation.html 1180share/doc/postgresql/html/sql-altercollation.html
1178share/doc/postgresql/html/sql-alterconversion.html 1181share/doc/postgresql/html/sql-alterconversion.html
1179share/doc/postgresql/html/sql-alterdatabase.html 1182share/doc/postgresql/html/sql-alterdatabase.html
1180share/doc/postgresql/html/sql-alterdefaultprivileges.html 1183share/doc/postgresql/html/sql-alterdefaultprivileges.html
1181share/doc/postgresql/html/sql-alterdomain.html 1184share/doc/postgresql/html/sql-alterdomain.html
1182share/doc/postgresql/html/sql-alterextension.html 1185share/doc/postgresql/html/sql-alterextension.html
1183share/doc/postgresql/html/sql-alterforeigndatawrapper.html 1186share/doc/postgresql/html/sql-alterforeigndatawrapper.html
1184share/doc/postgresql/html/sql-alterforeigntable.html 1187share/doc/postgresql/html/sql-alterforeigntable.html
1185share/doc/postgresql/html/sql-alterfunction.html 1188share/doc/postgresql/html/sql-alterfunction.html
1186share/doc/postgresql/html/sql-altergroup.html 1189share/doc/postgresql/html/sql-altergroup.html
1187share/doc/postgresql/html/sql-alterindex.html 1190share/doc/postgresql/html/sql-alterindex.html
1188share/doc/postgresql/html/sql-alterlanguage.html 1191share/doc/postgresql/html/sql-alterlanguage.html
1189share/doc/postgresql/html/sql-alterlargeobject.html 1192share/doc/postgresql/html/sql-alterlargeobject.html
1190share/doc/postgresql/html/sql-alteropclass.html 1193share/doc/postgresql/html/sql-alteropclass.html
1191share/doc/postgresql/html/sql-alteroperator.html 1194share/doc/postgresql/html/sql-alteroperator.html
1192share/doc/postgresql/html/sql-alteropfamily.html 1195share/doc/postgresql/html/sql-alteropfamily.html
1193share/doc/postgresql/html/sql-alterrole.html 1196share/doc/postgresql/html/sql-alterrole.html
1194share/doc/postgresql/html/sql-alterschema.html 1197share/doc/postgresql/html/sql-alterschema.html
1195share/doc/postgresql/html/sql-altersequence.html 1198share/doc/postgresql/html/sql-altersequence.html
1196share/doc/postgresql/html/sql-alterserver.html 1199share/doc/postgresql/html/sql-alterserver.html
1197share/doc/postgresql/html/sql-altertable.html 1200share/doc/postgresql/html/sql-altertable.html
1198share/doc/postgresql/html/sql-altertablespace.html 1201share/doc/postgresql/html/sql-altertablespace.html
1199share/doc/postgresql/html/sql-altertrigger.html 1202share/doc/postgresql/html/sql-altertrigger.html
1200share/doc/postgresql/html/sql-altertsconfig.html 1203share/doc/postgresql/html/sql-altertsconfig.html
1201share/doc/postgresql/html/sql-altertsdictionary.html 1204share/doc/postgresql/html/sql-altertsdictionary.html
1202share/doc/postgresql/html/sql-altertsparser.html 1205share/doc/postgresql/html/sql-altertsparser.html
1203share/doc/postgresql/html/sql-altertstemplate.html 1206share/doc/postgresql/html/sql-altertstemplate.html
1204share/doc/postgresql/html/sql-altertype.html 1207share/doc/postgresql/html/sql-altertype.html
1205share/doc/postgresql/html/sql-alteruser.html 1208share/doc/postgresql/html/sql-alteruser.html
1206share/doc/postgresql/html/sql-alterusermapping.html 1209share/doc/postgresql/html/sql-alterusermapping.html
1207share/doc/postgresql/html/sql-alterview.html 1210share/doc/postgresql/html/sql-alterview.html
1208share/doc/postgresql/html/sql-analyze.html 1211share/doc/postgresql/html/sql-analyze.html
1209share/doc/postgresql/html/sql-begin.html 1212share/doc/postgresql/html/sql-begin.html
1210share/doc/postgresql/html/sql-checkpoint.html 1213share/doc/postgresql/html/sql-checkpoint.html
1211share/doc/postgresql/html/sql-close.html 1214share/doc/postgresql/html/sql-close.html
1212share/doc/postgresql/html/sql-cluster.html 1215share/doc/postgresql/html/sql-cluster.html
1213share/doc/postgresql/html/sql-commands.html 1216share/doc/postgresql/html/sql-commands.html
1214share/doc/postgresql/html/sql-comment.html 1217share/doc/postgresql/html/sql-comment.html
1215share/doc/postgresql/html/sql-commit-prepared.html 1218share/doc/postgresql/html/sql-commit-prepared.html
1216share/doc/postgresql/html/sql-commit.html 1219share/doc/postgresql/html/sql-commit.html
1217share/doc/postgresql/html/sql-copy.html 1220share/doc/postgresql/html/sql-copy.html
1218share/doc/postgresql/html/sql-createaggregate.html 1221share/doc/postgresql/html/sql-createaggregate.html
1219share/doc/postgresql/html/sql-createcast.html 1222share/doc/postgresql/html/sql-createcast.html
1220share/doc/postgresql/html/sql-createcollation.html 1223share/doc/postgresql/html/sql-createcollation.html
1221share/doc/postgresql/html/sql-createconversion.html 1224share/doc/postgresql/html/sql-createconversion.html
1222share/doc/postgresql/html/sql-createdatabase.html 1225share/doc/postgresql/html/sql-createdatabase.html
1223share/doc/postgresql/html/sql-createdomain.html 1226share/doc/postgresql/html/sql-createdomain.html
1224share/doc/postgresql/html/sql-createextension.html 1227share/doc/postgresql/html/sql-createextension.html
1225share/doc/postgresql/html/sql-createforeigndatawrapper.html 1228share/doc/postgresql/html/sql-createforeigndatawrapper.html
1226share/doc/postgresql/html/sql-createforeigntable.html 1229share/doc/postgresql/html/sql-createforeigntable.html
1227share/doc/postgresql/html/sql-createfunction.html 1230share/doc/postgresql/html/sql-createfunction.html
1228share/doc/postgresql/html/sql-creategroup.html 1231share/doc/postgresql/html/sql-creategroup.html
1229share/doc/postgresql/html/sql-createindex.html 1232share/doc/postgresql/html/sql-createindex.html
1230share/doc/postgresql/html/sql-createlanguage.html 1233share/doc/postgresql/html/sql-createlanguage.html
1231share/doc/postgresql/html/sql-createopclass.html 1234share/doc/postgresql/html/sql-createopclass.html
1232share/doc/postgresql/html/sql-createoperator.html 1235share/doc/postgresql/html/sql-createoperator.html
1233share/doc/postgresql/html/sql-createopfamily.html 1236share/doc/postgresql/html/sql-createopfamily.html
1234share/doc/postgresql/html/sql-createrole.html 1237share/doc/postgresql/html/sql-createrole.html
1235share/doc/postgresql/html/sql-createrule.html 1238share/doc/postgresql/html/sql-createrule.html
1236share/doc/postgresql/html/sql-createschema.html 1239share/doc/postgresql/html/sql-createschema.html
1237share/doc/postgresql/html/sql-createsequence.html 1240share/doc/postgresql/html/sql-createsequence.html
1238share/doc/postgresql/html/sql-createserver.html 1241share/doc/postgresql/html/sql-createserver.html
1239share/doc/postgresql/html/sql-createtable.html 1242share/doc/postgresql/html/sql-createtable.html
1240share/doc/postgresql/html/sql-createtableas.html 1243share/doc/postgresql/html/sql-createtableas.html
1241share/doc/postgresql/html/sql-createtablespace.html 1244share/doc/postgresql/html/sql-createtablespace.html
1242share/doc/postgresql/html/sql-createtrigger.html 1245share/doc/postgresql/html/sql-createtrigger.html
1243share/doc/postgresql/html/sql-createtsconfig.html 1246share/doc/postgresql/html/sql-createtsconfig.html
1244share/doc/postgresql/html/sql-createtsdictionary.html 1247share/doc/postgresql/html/sql-createtsdictionary.html
1245share/doc/postgresql/html/sql-createtsparser.html 1248share/doc/postgresql/html/sql-createtsparser.html
1246share/doc/postgresql/html/sql-createtstemplate.html 1249share/doc/postgresql/html/sql-createtstemplate.html
1247share/doc/postgresql/html/sql-createtype.html 1250share/doc/postgresql/html/sql-createtype.html
1248share/doc/postgresql/html/sql-createuser.html 1251share/doc/postgresql/html/sql-createuser.html
1249share/doc/postgresql/html/sql-createusermapping.html 1252share/doc/postgresql/html/sql-createusermapping.html
1250share/doc/postgresql/html/sql-createview.html 1253share/doc/postgresql/html/sql-createview.html
1251share/doc/postgresql/html/sql-deallocate.html 1254share/doc/postgresql/html/sql-deallocate.html
1252share/doc/postgresql/html/sql-declare.html 1255share/doc/postgresql/html/sql-declare.html
1253share/doc/postgresql/html/sql-delete.html 1256share/doc/postgresql/html/sql-delete.html
1254share/doc/postgresql/html/sql-discard.html 1257share/doc/postgresql/html/sql-discard.html
1255share/doc/postgresql/html/sql-do.html 1258share/doc/postgresql/html/sql-do.html
1256share/doc/postgresql/html/sql-drop-owned.html 1259share/doc/postgresql/html/sql-drop-owned.html
1257share/doc/postgresql/html/sql-dropaggregate.html 1260share/doc/postgresql/html/sql-dropaggregate.html
1258share/doc/postgresql/html/sql-dropcast.html 1261share/doc/postgresql/html/sql-dropcast.html
1259share/doc/postgresql/html/sql-dropcollation.html 1262share/doc/postgresql/html/sql-dropcollation.html
1260share/doc/postgresql/html/sql-dropconversion.html 1263share/doc/postgresql/html/sql-dropconversion.html
1261share/doc/postgresql/html/sql-dropdatabase.html 1264share/doc/postgresql/html/sql-dropdatabase.html
1262share/doc/postgresql/html/sql-dropdomain.html 1265share/doc/postgresql/html/sql-dropdomain.html
1263share/doc/postgresql/html/sql-dropextension.html 1266share/doc/postgresql/html/sql-dropextension.html
1264share/doc/postgresql/html/sql-dropforeigndatawrapper.html 1267share/doc/postgresql/html/sql-dropforeigndatawrapper.html
1265share/doc/postgresql/html/sql-dropforeigntable.html 1268share/doc/postgresql/html/sql-dropforeigntable.html
1266share/doc/postgresql/html/sql-dropfunction.html 1269share/doc/postgresql/html/sql-dropfunction.html
1267share/doc/postgresql/html/sql-dropgroup.html 1270share/doc/postgresql/html/sql-dropgroup.html
1268share/doc/postgresql/html/sql-dropindex.html 1271share/doc/postgresql/html/sql-dropindex.html
1269share/doc/postgresql/html/sql-droplanguage.html 1272share/doc/postgresql/html/sql-droplanguage.html
1270share/doc/postgresql/html/sql-dropopclass.html 1273share/doc/postgresql/html/sql-dropopclass.html
1271share/doc/postgresql/html/sql-dropoperator.html 1274share/doc/postgresql/html/sql-dropoperator.html
1272share/doc/postgresql/html/sql-dropopfamily.html 1275share/doc/postgresql/html/sql-dropopfamily.html
1273share/doc/postgresql/html/sql-droprole.html 1276share/doc/postgresql/html/sql-droprole.html
1274share/doc/postgresql/html/sql-droprule.html 1277share/doc/postgresql/html/sql-droprule.html
1275share/doc/postgresql/html/sql-dropschema.html 1278share/doc/postgresql/html/sql-dropschema.html
1276share/doc/postgresql/html/sql-dropsequence.html 1279share/doc/postgresql/html/sql-dropsequence.html
1277share/doc/postgresql/html/sql-dropserver.html 1280share/doc/postgresql/html/sql-dropserver.html
1278share/doc/postgresql/html/sql-droptable.html 1281share/doc/postgresql/html/sql-droptable.html
1279share/doc/postgresql/html/sql-droptablespace.html 1282share/doc/postgresql/html/sql-droptablespace.html
1280share/doc/postgresql/html/sql-droptrigger.html 1283share/doc/postgresql/html/sql-droptrigger.html
1281share/doc/postgresql/html/sql-droptsconfig.html 1284share/doc/postgresql/html/sql-droptsconfig.html
1282share/doc/postgresql/html/sql-droptsdictionary.html 1285share/doc/postgresql/html/sql-droptsdictionary.html
1283share/doc/postgresql/html/sql-droptsparser.html 1286share/doc/postgresql/html/sql-droptsparser.html
1284share/doc/postgresql/html/sql-droptstemplate.html 1287share/doc/postgresql/html/sql-droptstemplate.html
1285share/doc/postgresql/html/sql-droptype.html 1288share/doc/postgresql/html/sql-droptype.html
1286share/doc/postgresql/html/sql-dropuser.html 1289share/doc/postgresql/html/sql-dropuser.html
1287share/doc/postgresql/html/sql-dropusermapping.html 1290share/doc/postgresql/html/sql-dropusermapping.html
1288share/doc/postgresql/html/sql-dropview.html 1291share/doc/postgresql/html/sql-dropview.html
1289share/doc/postgresql/html/sql-end.html 1292share/doc/postgresql/html/sql-end.html
1290share/doc/postgresql/html/sql-execute.html 1293share/doc/postgresql/html/sql-execute.html
1291share/doc/postgresql/html/sql-explain.html 1294share/doc/postgresql/html/sql-explain.html
1292share/doc/postgresql/html/sql-expressions.html 1295share/doc/postgresql/html/sql-expressions.html
1293share/doc/postgresql/html/sql-fetch.html 1296share/doc/postgresql/html/sql-fetch.html
1294share/doc/postgresql/html/sql-grant.html 1297share/doc/postgresql/html/sql-grant.html
1295share/doc/postgresql/html/sql-insert.html 1298share/doc/postgresql/html/sql-insert.html
1296share/doc/postgresql/html/sql-keywords-appendix.html 1299share/doc/postgresql/html/sql-keywords-appendix.html
1297share/doc/postgresql/html/sql-listen.html 1300share/doc/postgresql/html/sql-listen.html
1298share/doc/postgresql/html/sql-load.html 1301share/doc/postgresql/html/sql-load.html
1299share/doc/postgresql/html/sql-lock.html 1302share/doc/postgresql/html/sql-lock.html
1300share/doc/postgresql/html/sql-move.html 1303share/doc/postgresql/html/sql-move.html
1301share/doc/postgresql/html/sql-notify.html 1304share/doc/postgresql/html/sql-notify.html
1302share/doc/postgresql/html/sql-prepare-transaction.html 1305share/doc/postgresql/html/sql-prepare-transaction.html
1303share/doc/postgresql/html/sql-prepare.html 1306share/doc/postgresql/html/sql-prepare.html
1304share/doc/postgresql/html/sql-reassign-owned.html 1307share/doc/postgresql/html/sql-reassign-owned.html
1305share/doc/postgresql/html/sql-reindex.html 1308share/doc/postgresql/html/sql-reindex.html
1306share/doc/postgresql/html/sql-release-savepoint.html 1309share/doc/postgresql/html/sql-release-savepoint.html
1307share/doc/postgresql/html/sql-reset.html 1310share/doc/postgresql/html/sql-reset.html
1308share/doc/postgresql/html/sql-revoke.html 1311share/doc/postgresql/html/sql-revoke.html
1309share/doc/postgresql/html/sql-rollback-prepared.html 1312share/doc/postgresql/html/sql-rollback-prepared.html
1310share/doc/postgresql/html/sql-rollback-to.html 1313share/doc/postgresql/html/sql-rollback-to.html
1311share/doc/postgresql/html/sql-rollback.html 1314share/doc/postgresql/html/sql-rollback.html
1312share/doc/postgresql/html/sql-savepoint.html 1315share/doc/postgresql/html/sql-savepoint.html
1313share/doc/postgresql/html/sql-security-label.html 1316share/doc/postgresql/html/sql-security-label.html
1314share/doc/postgresql/html/sql-select.html 1317share/doc/postgresql/html/sql-select.html
1315share/doc/postgresql/html/sql-selectinto.html 1318share/doc/postgresql/html/sql-selectinto.html
1316share/doc/postgresql/html/sql-set-constraints.html 1319share/doc/postgresql/html/sql-set-constraints.html
1317share/doc/postgresql/html/sql-set-role.html 1320share/doc/postgresql/html/sql-set-role.html
1318share/doc/postgresql/html/sql-set-session-authorization.html 1321share/doc/postgresql/html/sql-set-session-authorization.html
1319share/doc/postgresql/html/sql-set-transaction.html 1322share/doc/postgresql/html/sql-set-transaction.html
1320share/doc/postgresql/html/sql-set.html 1323share/doc/postgresql/html/sql-set.html
1321share/doc/postgresql/html/sql-show.html 1324share/doc/postgresql/html/sql-show.html
1322share/doc/postgresql/html/sql-start-transaction.html 1325share/doc/postgresql/html/sql-start-transaction.html
1323share/doc/postgresql/html/sql-syntax-calling-funcs.html 1326share/doc/postgresql/html/sql-syntax-calling-funcs.html
1324share/doc/postgresql/html/sql-syntax-lexical.html 1327share/doc/postgresql/html/sql-syntax-lexical.html
1325share/doc/postgresql/html/sql-syntax.html 1328share/doc/postgresql/html/sql-syntax.html
1326share/doc/postgresql/html/sql-truncate.html 1329share/doc/postgresql/html/sql-truncate.html
1327share/doc/postgresql/html/sql-unlisten.html 1330share/doc/postgresql/html/sql-unlisten.html
1328share/doc/postgresql/html/sql-update.html 1331share/doc/postgresql/html/sql-update.html
1329share/doc/postgresql/html/sql-vacuum.html 1332share/doc/postgresql/html/sql-vacuum.html
1330share/doc/postgresql/html/sql-values.html 1333share/doc/postgresql/html/sql-values.html
1331share/doc/postgresql/html/sql.html 1334share/doc/postgresql/html/sql.html
1332share/doc/postgresql/html/ssh-tunnels.html 1335share/doc/postgresql/html/ssh-tunnels.html
1333share/doc/postgresql/html/ssl-tcp.html 1336share/doc/postgresql/html/ssl-tcp.html
1334share/doc/postgresql/html/sslinfo.html 1337share/doc/postgresql/html/sslinfo.html
1335share/doc/postgresql/html/standby-settings.html 1338share/doc/postgresql/html/standby-settings.html
1336share/doc/postgresql/html/storage-file-layout.html 1339share/doc/postgresql/html/storage-file-layout.html
1337share/doc/postgresql/html/storage-fsm.html 1340share/doc/postgresql/html/storage-fsm.html
1338share/doc/postgresql/html/storage-init.html 1341share/doc/postgresql/html/storage-init.html
1339share/doc/postgresql/html/storage-page-layout.html 1342share/doc/postgresql/html/storage-page-layout.html
1340share/doc/postgresql/html/storage-toast.html 1343share/doc/postgresql/html/storage-toast.html
1341share/doc/postgresql/html/storage-vm.html 1344share/doc/postgresql/html/storage-vm.html
1342share/doc/postgresql/html/storage.html 1345share/doc/postgresql/html/storage.html
1343share/doc/postgresql/html/stylesheet.css 1346share/doc/postgresql/html/stylesheet.css
1344share/doc/postgresql/html/supported-platforms.html 1347share/doc/postgresql/html/supported-platforms.html
1345share/doc/postgresql/html/tablefunc.html 1348share/doc/postgresql/html/tablefunc.html
1346share/doc/postgresql/html/tcn.html 1349share/doc/postgresql/html/tcn.html
1347share/doc/postgresql/html/test-parser.html 1350share/doc/postgresql/html/test-parser.html
1348share/doc/postgresql/html/textsearch-configuration.html 1351share/doc/postgresql/html/textsearch-configuration.html
1349share/doc/postgresql/html/textsearch-controls.html 1352share/doc/postgresql/html/textsearch-controls.html
1350share/doc/postgresql/html/textsearch-debugging.html 1353share/doc/postgresql/html/textsearch-debugging.html
1351share/doc/postgresql/html/textsearch-dictionaries.html 1354share/doc/postgresql/html/textsearch-dictionaries.html
1352share/doc/postgresql/html/textsearch-features.html 1355share/doc/postgresql/html/textsearch-features.html
1353share/doc/postgresql/html/textsearch-indexes.html 1356share/doc/postgresql/html/textsearch-indexes.html
1354share/doc/postgresql/html/textsearch-intro.html 1357share/doc/postgresql/html/textsearch-intro.html
1355share/doc/postgresql/html/textsearch-limitations.html 1358share/doc/postgresql/html/textsearch-limitations.html
1356share/doc/postgresql/html/textsearch-migration.html 1359share/doc/postgresql/html/textsearch-migration.html
1357share/doc/postgresql/html/textsearch-parsers.html 1360share/doc/postgresql/html/textsearch-parsers.html
1358share/doc/postgresql/html/textsearch-psql.html 1361share/doc/postgresql/html/textsearch-psql.html
1359share/doc/postgresql/html/textsearch-tables.html 1362share/doc/postgresql/html/textsearch-tables.html
1360share/doc/postgresql/html/textsearch.html 1363share/doc/postgresql/html/textsearch.html
1361share/doc/postgresql/html/transaction-iso.html 1364share/doc/postgresql/html/transaction-iso.html
1362share/doc/postgresql/html/trigger-datachanges.html 1365share/doc/postgresql/html/trigger-datachanges.html
1363share/doc/postgresql/html/trigger-definition.html 1366share/doc/postgresql/html/trigger-definition.html
1364share/doc/postgresql/html/trigger-example.html 1367share/doc/postgresql/html/trigger-example.html
1365share/doc/postgresql/html/trigger-interface.html 1368share/doc/postgresql/html/trigger-interface.html
1366share/doc/postgresql/html/triggers.html 1369share/doc/postgresql/html/triggers.html
1367share/doc/postgresql/html/tsearch2.html 1370share/doc/postgresql/html/tsearch2.html
1368share/doc/postgresql/html/tutorial-accessdb.html 1371share/doc/postgresql/html/tutorial-accessdb.html
1369share/doc/postgresql/html/tutorial-advanced-intro.html 1372share/doc/postgresql/html/tutorial-advanced-intro.html
1370share/doc/postgresql/html/tutorial-advanced.html 1373share/doc/postgresql/html/tutorial-advanced.html
1371share/doc/postgresql/html/tutorial-agg.html 1374share/doc/postgresql/html/tutorial-agg.html
1372share/doc/postgresql/html/tutorial-arch.html 1375share/doc/postgresql/html/tutorial-arch.html
1373share/doc/postgresql/html/tutorial-concepts.html 1376share/doc/postgresql/html/tutorial-concepts.html
1374share/doc/postgresql/html/tutorial-conclusion.html 1377share/doc/postgresql/html/tutorial-conclusion.html
1375share/doc/postgresql/html/tutorial-createdb.html 1378share/doc/postgresql/html/tutorial-createdb.html
1376share/doc/postgresql/html/tutorial-delete.html 1379share/doc/postgresql/html/tutorial-delete.html
1377share/doc/postgresql/html/tutorial-fk.html 1380share/doc/postgresql/html/tutorial-fk.html
1378share/doc/postgresql/html/tutorial-inheritance.html 1381share/doc/postgresql/html/tutorial-inheritance.html
1379share/doc/postgresql/html/tutorial-install.html 1382share/doc/postgresql/html/tutorial-install.html
1380share/doc/postgresql/html/tutorial-join.html 1383share/doc/postgresql/html/tutorial-join.html
1381share/doc/postgresql/html/tutorial-populate.html 1384share/doc/postgresql/html/tutorial-populate.html
1382share/doc/postgresql/html/tutorial-select.html 1385share/doc/postgresql/html/tutorial-select.html
1383share/doc/postgresql/html/tutorial-sql-intro.html 1386share/doc/postgresql/html/tutorial-sql-intro.html
1384share/doc/postgresql/html/tutorial-sql.html 1387share/doc/postgresql/html/tutorial-sql.html
1385share/doc/postgresql/html/tutorial-start.html 1388share/doc/postgresql/html/tutorial-start.html
1386share/doc/postgresql/html/tutorial-table.html 1389share/doc/postgresql/html/tutorial-table.html
1387share/doc/postgresql/html/tutorial-transactions.html 1390share/doc/postgresql/html/tutorial-transactions.html
1388share/doc/postgresql/html/tutorial-update.html 1391share/doc/postgresql/html/tutorial-update.html
1389share/doc/postgresql/html/tutorial-views.html 1392share/doc/postgresql/html/tutorial-views.html
1390share/doc/postgresql/html/tutorial-window.html 1393share/doc/postgresql/html/tutorial-window.html
1391share/doc/postgresql/html/tutorial.html 1394share/doc/postgresql/html/tutorial.html
1392share/doc/postgresql/html/typeconv-func.html 1395share/doc/postgresql/html/typeconv-func.html
1393share/doc/postgresql/html/typeconv-oper.html 1396share/doc/postgresql/html/typeconv-oper.html
1394share/doc/postgresql/html/typeconv-overview.html 1397share/doc/postgresql/html/typeconv-overview.html
1395share/doc/postgresql/html/typeconv-query.html 1398share/doc/postgresql/html/typeconv-query.html
1396share/doc/postgresql/html/typeconv-union-case.html 1399share/doc/postgresql/html/typeconv-union-case.html
1397share/doc/postgresql/html/typeconv.html 1400share/doc/postgresql/html/typeconv.html
1398share/doc/postgresql/html/unaccent.html 1401share/doc/postgresql/html/unaccent.html
1399share/doc/postgresql/html/unsupported-features-sql-standard.html 1402share/doc/postgresql/html/unsupported-features-sql-standard.html
1400share/doc/postgresql/html/upgrading.html 1403share/doc/postgresql/html/upgrading.html
1401share/doc/postgresql/html/user-manag.html 1404share/doc/postgresql/html/user-manag.html
1402share/doc/postgresql/html/using-explain.html 1405share/doc/postgresql/html/using-explain.html
1403share/doc/postgresql/html/uuid-ossp.html 1406share/doc/postgresql/html/uuid-ossp.html
1404share/doc/postgresql/html/vacuumlo.html 1407share/doc/postgresql/html/vacuumlo.html
1405share/doc/postgresql/html/view-pg-available-extension-versions.html 1408share/doc/postgresql/html/view-pg-available-extension-versions.html
1406share/doc/postgresql/html/view-pg-available-extensions.html 1409share/doc/postgresql/html/view-pg-available-extensions.html
1407share/doc/postgresql/html/view-pg-cursors.html 1410share/doc/postgresql/html/view-pg-cursors.html
1408share/doc/postgresql/html/view-pg-group.html 1411share/doc/postgresql/html/view-pg-group.html
1409share/doc/postgresql/html/view-pg-indexes.html 1412share/doc/postgresql/html/view-pg-indexes.html
1410share/doc/postgresql/html/view-pg-locks.html 1413share/doc/postgresql/html/view-pg-locks.html
1411share/doc/postgresql/html/view-pg-prepared-statements.html 1414share/doc/postgresql/html/view-pg-prepared-statements.html
1412share/doc/postgresql/html/view-pg-prepared-xacts.html 1415share/doc/postgresql/html/view-pg-prepared-xacts.html
1413share/doc/postgresql/html/view-pg-roles.html 1416share/doc/postgresql/html/view-pg-roles.html
1414share/doc/postgresql/html/view-pg-rules.html 1417share/doc/postgresql/html/view-pg-rules.html
1415share/doc/postgresql/html/view-pg-seclabels.html 1418share/doc/postgresql/html/view-pg-seclabels.html
1416share/doc/postgresql/html/view-pg-settings.html 1419share/doc/postgresql/html/view-pg-settings.html
1417share/doc/postgresql/html/view-pg-shadow.html 1420share/doc/postgresql/html/view-pg-shadow.html
1418share/doc/postgresql/html/view-pg-stats.html 1421share/doc/postgresql/html/view-pg-stats.html
1419share/doc/postgresql/html/view-pg-tables.html 1422share/doc/postgresql/html/view-pg-tables.html
1420share/doc/postgresql/html/view-pg-timezone-abbrevs.html 1423share/doc/postgresql/html/view-pg-timezone-abbrevs.html
1421share/doc/postgresql/html/view-pg-timezone-names.html 1424share/doc/postgresql/html/view-pg-timezone-names.html
1422share/doc/postgresql/html/view-pg-user-mappings.html 1425share/doc/postgresql/html/view-pg-user-mappings.html
1423share/doc/postgresql/html/view-pg-user.html 1426share/doc/postgresql/html/view-pg-user.html
1424share/doc/postgresql/html/view-pg-views.html 1427share/doc/postgresql/html/view-pg-views.html
1425share/doc/postgresql/html/views-overview.html 1428share/doc/postgresql/html/views-overview.html
1426share/doc/postgresql/html/wal-async-commit.html 1429share/doc/postgresql/html/wal-async-commit.html
1427share/doc/postgresql/html/wal-configuration.html 1430share/doc/postgresql/html/wal-configuration.html
1428share/doc/postgresql/html/wal-internals.html 1431share/doc/postgresql/html/wal-internals.html
1429share/doc/postgresql/html/wal-intro.html 1432share/doc/postgresql/html/wal-intro.html
1430share/doc/postgresql/html/wal-reliability.html 1433share/doc/postgresql/html/wal-reliability.html
1431share/doc/postgresql/html/wal.html 1434share/doc/postgresql/html/wal.html
1432share/doc/postgresql/html/warm-standby-failover.html 1435share/doc/postgresql/html/warm-standby-failover.html
1433share/doc/postgresql/html/warm-standby.html 1436share/doc/postgresql/html/warm-standby.html
1434share/doc/postgresql/html/xaggr.html 1437share/doc/postgresql/html/xaggr.html
1435share/doc/postgresql/html/xfunc-c.html 1438share/doc/postgresql/html/xfunc-c.html
1436share/doc/postgresql/html/xfunc-internal.html 1439share/doc/postgresql/html/xfunc-internal.html
1437share/doc/postgresql/html/xfunc-overload.html 1440share/doc/postgresql/html/xfunc-overload.html
1438share/doc/postgresql/html/xfunc-pl.html 1441share/doc/postgresql/html/xfunc-pl.html
1439share/doc/postgresql/html/xfunc-sql.html 1442share/doc/postgresql/html/xfunc-sql.html
1440share/doc/postgresql/html/xfunc-volatility.html 1443share/doc/postgresql/html/xfunc-volatility.html
1441share/doc/postgresql/html/xfunc.html 1444share/doc/postgresql/html/xfunc.html
1442share/doc/postgresql/html/xindex.html 1445share/doc/postgresql/html/xindex.html
1443share/doc/postgresql/html/xml2.html 1446share/doc/postgresql/html/xml2.html
1444share/doc/postgresql/html/xoper-optimization.html 1447share/doc/postgresql/html/xoper-optimization.html
1445share/doc/postgresql/html/xoper.html 1448share/doc/postgresql/html/xoper.html
1446share/doc/postgresql/html/xplang-install.html 1449share/doc/postgresql/html/xplang-install.html
1447share/doc/postgresql/html/xplang.html 1450share/doc/postgresql/html/xplang.html
1448share/doc/postgresql/html/xtypes.html 1451share/doc/postgresql/html/xtypes.html