summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2007-11-12No master server overhead for middleware replication.Bruce Momjian
2007-11-12Change replication chart title to "No waiting for multiple servers".Bruce Momjian
2007-11-12Trim trailing whitespace --- needed commit to update anoncvs.Bruce Momjian
2007-11-11Remove tabs from SGML files.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
remove transactions use create or replace function make formatting consistent set search patch on first line Add documentation on modifying *.sql to set the search patch, and mention that major upgrades should still run the installation scripts. Some of these issues were spotted by Tom today.
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
or will never be converted.
2007-11-10Add pg_ctl -t/timeout parameter to control amount of time to wait forBruce Momjian
start/shutdown.
2007-11-10Add an example of a SQL function with output parameters returningTom Lane
multiple rows. I had thought this case was covered, but there was no example in the obvious section to look in.
2007-11-10High availability wording fix.Bruce Momjian
2007-11-10Update high availability documentation with comments from Markus Schiltknecht.Bruce Momjian
2007-11-10Have text search thesaurus files use "?" for stop words.Bruce Momjian
Throw an error for actual stop words, rather than a warning. This fixes problems with cache reloading causing warning messages. Re-enable stop words in regression tests; was disabled by Tom. Document "?" as API change.
2007-11-10Fix markup problem with recent pg_ctl change.Bruce Momjian
2007-11-10Properly order pg_ctl -c option alphabetically in docs.Bruce Momjian
2007-11-09Remove tabs from SGML files.Bruce Momjian
2007-11-09Point to our own UUID page instead of to Wikipedia.Alvaro Herrera
2007-11-09Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander
to validate the realm of the connecting user. By default it's empty meaning no verification, which is the way Kerberos authentication has traditionally worked in PostgreSQL.
2007-11-09Move pl/proxy into Multi-server parallel query execution documentationBruce Momjian
section.
2007-11-08Wording improvement for pl/proxy mention.Bruce Momjian
2007-11-08Add mention of pl/proxy toolset to docs.Bruce Momjian
2007-11-08Properly indent SGML file.Bruce Momjian
2007-11-08Add "High Availability, Load Balancing, and Replication Feature Matrix"Bruce Momjian
table to docs.
2007-11-08Move NFS section into "Creating Cluster" documentation section becauseBruce Momjian
it seems more logical there.
2007-11-08Mention text search instead of tsearch2Peter Eisentraut
2007-11-08Small fixesPeter Eisentraut
2007-11-07<optional> cannot be used here, because psql doesn't handle it.Peter Eisentraut
2007-11-07Specify putting two spaces after sentence-ending period, which is currentPeter Eisentraut
practice also.
2007-11-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
2007-11-05Document that configure option only affects contrib:Bruce Momjian
--with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp
2007-11-05Minor editorial improvements to txid functions' documentation: put backTom Lane
some text that got dropped, improve markup, improve descriptions of snapshot components.
2007-11-05Document that syncronhous commit can be turned off in a singleBruce Momjian
multi-statement transaction.
2007-11-05Remove <sect1> of txid functions.Bruce Momjian
2007-11-05Move txid snapshot field description table from datatype to functions section.Bruce Momjian
2007-11-05Fix typos.Magnus Hagander
Guillaume Lelarge
2007-11-05Document txid functions.Bruce Momjian
Marko Kreen
2007-11-05Remove deprecation notice and add comment about safely restoring backups.D'Arcy J.M. Cain
As per discussion on hackers.
2007-11-04Working improvement.Bruce Momjian
2007-11-04Add link to NFS section from "creating a database cluster.Bruce Momjian
2007-11-04Document possible problems with NFS tablespaces.Bruce Momjian
2007-11-04Properly indent tablespace SGML section.Bruce Momjian
2007-11-04Mention "replication" in the title of the high availability and loadBruce Momjian
balancing chapter because some people were looking for 'replication' and didn't realize that chapter addressed it.
2007-11-04Update wording for xsl configure option.Bruce Momjian
2007-11-04Document that configure --with-libxslt controls just /contrib/xml2.Bruce Momjian
Nikolay Samokhvalov
2007-11-01Mention that internal hash functions changed in 8.3 release notes.Bruce Momjian
2007-11-01Some corrections/improvements to new acronym list.Tom Lane
2007-11-01Update discussion of shared memory sizing for 8.3: adjust multipliers,Tom Lane
mention autovacuum_max_workers. Minor copy-editing too.
2007-11-01Update Czech FAQ.Bruce Momjian
Pavel Stehule
2007-11-01Acronym spelling fix.Bruce Momjian
2007-11-01Add documentation mention that FSM == Free Space Map, so the configBruce Momjian
parameter name makes more sense.
2007-11-01Add acronym section to our documentation.Bruce Momjian
2007-10-31Add:Bruce Momjian
> * Prevent long-lived temporary tables from causing frozen-Xid advancement > starvation