postgresql/doc/src/sgml
Robert Haas 1aba8e651a Add hash partitioning.
Hash partitioning is useful when you want to partition a growing data
set evenly.  This can be useful to keep table sizes reasonable, which
makes maintenance operations such as VACUUM faster, or to enable
partition-wise join.

At present, we still depend on constraint exclusion for partitioning
pruning, and the shape of the partition constraints for hash
partitioning is such that that doesn't work.  Work is underway to fix
that, which should both improve performance and make partitioning
pruning work with hash partitioning.

Amul Sul, reviewed and tested by Dilip Kumar, Ashutosh Bapat, Yugo
Nagata, Rajkumar Raghuwanshi, Jesper Pedersen, and by me.  A few
final tweaks also by me.

Discussion: http://postgr.es/m/CAAJ_b96fhpJAP=ALbETmeLk1Uni_GFZD938zgenhF49qgDTjaQ@mail.gmail.com
2017-11-09 18:07:44 -05:00
..
ref Add hash partitioning. 2017-11-09 18:07:44 -05:00
.gitignore git-ignore intermediate files from new docs toolchain. 2017-05-15 15:48:40 -04:00
acronyms.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
adminpack.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
advanced.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
amcheck.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
arch-dev.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
array.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
auth-delay.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
auto-explain.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
backup.sgml Remove secondary checkpoint 2017-11-07 12:56:30 -05:00
bgworker.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
biblio.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
bki.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
bloom.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
brin.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
btree-gin.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
btree-gist.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
catalogs.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
charset.sgml Fix typo 2017-10-30 14:37:44 +01:00
citext.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
client-auth.sgml Remove inbound links to sql-createuser 2017-10-31 14:04:49 -04:00
config.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
contrib-spi.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
contrib.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
cube.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
custom-scan.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
datatype.sgml Support domains over composite types. 2017-10-26 13:47:45 -04:00
datetime.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
dblink.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
ddl.sgml Add hash partitioning. 2017-11-09 18:07:44 -05:00
dfunc.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
dict-int.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
dict-xsyn.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
diskusage.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
dml.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
docguide.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
earthdistance.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
ecpg.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
errcodes.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
event-trigger.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
extend.sgml Documentation improvements around domain types. 2017-10-24 14:08:40 -04:00
external-projects.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
fdwhandler.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
features.sgml
file-fdw.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
filelist.sgml Remove unused documentation file 2017-10-09 07:47:44 -04:00
func.sgml Remove secondary checkpoint 2017-11-07 12:56:30 -05:00
fuzzystrmatch.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
generate-errcodes-table.pl Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
generic-wal.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
geqo.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
gin.sgml Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
gist.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
high-availability.sgml doc: Mention pg_stat_wal_receiver in streaming replication docs 2017-11-01 14:32:05 -04:00
history.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
hstore.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
indexam.sgml Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
indices.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
info.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
information_schema.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
install-windows.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
installation.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
intagg.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
intarray.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
intro.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
isn.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
json.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
keywords.sgml Update key words table for version 10 2017-06-08 17:19:50 -04:00
legal.sgml
libpq.sgml Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
lo.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
lobj.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
logical-replication.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
logicaldecoding.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
ltree.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
maintenance.sgml Doc: update URL for check_postgres. 2017-11-01 22:07:14 -04:00
Makefile Remove junk left from DSSSL to XSL conversion 2017-11-09 17:01:40 -05:00
manage-ag.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
mk_feature_tables.pl Clean up Perl code according to perlcritic 2017-03-27 08:18:22 -04:00
monitoring.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
mvcc.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
nls.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
notation.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
oid2name.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
pageinspect.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
parallel.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
passwordcheck.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
perform.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
pgbuffercache.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
pgcrypto.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
pgfreespacemap.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
pgprewarm.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
pgrowlocks.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
pgstandby.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
pgstatstatements.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
pgstattuple.sgml doc: Clarify pgstattuple privileges information 2017-11-02 12:13:36 -04:00
pgtrgm.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
pgvisibility.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
planstats.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
plhandler.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
plperl.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
plpgsql.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
plpython.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
pltcl.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
postgres-fdw.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
postgres.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
problems.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
protocol.sgml Put markup in the right place 2017-11-08 10:57:27 -05:00
queries.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
query.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
rangetypes.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
README.links
recovery-config.sgml doc: Update text for new recovery_target_lsn setting 2017-11-04 14:42:20 -04:00
reference.sgml Implement multivariate n-distinct coefficients 2017-03-24 14:06:10 -03:00
regress.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
release-7.4.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
release-8.0.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
release-8.1.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
release-8.2.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
release-8.3.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
release-8.4.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
release-9.0.sgml Convert another SGML ID to lower case 2017-10-21 12:25:31 -04:00
release-9.1.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
release-9.2.sgml Last-minute updates for release notes. 2017-11-06 12:02:30 -05:00
release-9.3.sgml Last-minute updates for release notes. 2017-11-06 12:02:30 -05:00
release-9.4.sgml Last-minute updates for release notes. 2017-11-06 12:02:30 -05:00
release-9.5.sgml Last-minute updates for release notes. 2017-11-06 12:02:30 -05:00
release-9.6.sgml Last-minute updates for release notes. 2017-11-06 12:02:30 -05:00
release-10.sgml Last-minute updates for release notes. 2017-11-06 12:02:30 -05:00
release-old.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
release.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
replication-origins.sgml
rowtypes.sgml Support domains over composite types. 2017-10-26 13:47:45 -04:00
rules.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
runtime.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
seg.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
sepgsql.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
sourcerepo.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
sources.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
spgist.sgml Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
spi.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
sslinfo.sgml Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
standalone-install.xml Get rid of parameterized marked sections in SGML 2017-09-27 11:26:08 -04:00
standalone-profile.xsl Get rid of parameterized marked sections in SGML 2017-09-27 11:26:08 -04:00
start.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
storage.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
stylesheet-common.xsl doc: Change xref style to number only 2017-04-03 10:50:32 -04:00
stylesheet-fo.xsl doc: Improve PDF bookmarks 2017-08-15 14:37:44 -04:00
stylesheet-hh.xsl
stylesheet-html-common.xsl doc: Convert ids to upper case at build time 2017-11-03 14:14:02 -04:00
stylesheet-html-nochunk.xsl Remove use of Jade and DSSSL 2017-04-06 22:09:11 -04:00
stylesheet-man.xsl
stylesheet-speedup-common.xsl
stylesheet-speedup-xhtml.xsl
stylesheet-text.xsl
stylesheet.css doc: Tweak CSS 2017-04-12 15:41:41 -04:00
stylesheet.xsl Change documentation references to PG website to use https: not http: 2017-05-20 21:50:47 -04:00
syntax.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
tablefunc.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
tablesample-method.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
tcn.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
test-decoding.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
textsearch.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
trigger.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
tsm-system-rows.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
tsm-system-time.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
typeconv.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
unaccent.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
user-manag.sgml Remove inbound links to sql-createuser 2017-10-31 14:04:49 -04:00
uuid-ossp.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
vacuumlo.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
wal.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
xaggr.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
xfunc.sgml Support domains over composite types. 2017-10-26 13:47:45 -04:00
xindex.sgml Convert SGML IDs to lower case 2017-10-20 19:26:10 -04:00
xml2.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
xoper.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
xplang.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
xtypes.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00

<!-- doc/src/sgml/README.links -->

Linking within SGML documents can be confusing, so here is a summary:


Intra-document Linking
----------------------

<xref>
	use to get chapter/section number from the title of the target
	link, or xreflabel if defined at the target, or refentrytitle if target
        is a refentry;  has no close tag
	http://www.oasis-open.org/docbook/documentation/reference/html/xref.html

<link>
	use to supply text for the link, requires </link>
	http://www.oasis-open.org/docbook/documentation/reference/html/link.html

linkend=
	controls the target of the link/xref, required

endterm=
	for <xref>, allows the text of the link/xref to be taken from a
	different link target title


External Linking
----------------

<ulink>
	like <link>, but uses a URL (not a document target);  requires
	</ulink>; if no text is specified, the URL appears as the link
	text
	http://www.oasis-open.org/docbook/documentation/reference/html/ulink.html

url=
	used by <ulink> to specify the URL, required


Guidelines
----------

o  If you want to supply text, use <link>, else <xref>
o  Do not use text with <ulink> so the URL appears in printed output
o  Specific nouns like GUC variables, SQL commands, and contrib modules
   usually have xreflabels