summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2007-11-19Update wording:Bruce Momjian
< o Allow COMMENT ON dbname to work when loading into a database < with a different name, perhaps using COMMENT ON CURRENT < DATABASE > o Prevent COMMENT ON dbname from issuing a warning when loading > into a database with a different name, perhaps using COMMENT ON > CURRENT DATABASE
2007-11-19Add suggested syntax for COMMENT ON DATABASE:Bruce Momjian
< with a different name > with a different name, perhaps using COMMENT ON CURRENT > DATABASE >
2007-11-19Add:Bruce Momjian
> o Allow COMMENT ON dbname to work when loading into a database > with a different name
2007-11-19Improve description of implicit-text-casting compatibility issue.Tom Lane
A bunch of other desultory copy-editing, too.
2007-11-19Minor improvement in documentation of temp_tablespaces: avoid grammaticalTom Lane
ambiguity and say what the default value is.
2007-11-18Remove no-longer-accurate claim that REINDEX won't invalidate cachedTom Lane
plans.
2007-11-17Wordsmith improvements to first half of release notes, move TEXT castBruce Momjian
item to #1 imcompatibility slot.
2007-11-17Simplify TEXT cast working; spelling fixes to release notes.Bruce Momjian
2007-11-16Fix a few mentions of "Postgres" that slipped into the release notes.Bruce Momjian
2007-11-16Add release note that "Postgres" is now documented as an acceptableBruce Momjian
alias.
2007-11-16Simplify wording.Bruce Momjian
2007-11-16Add FAQ items about "Postgres" alias usage, remove old reference.Bruce Momjian
2007-11-16Fix markup that doesn't work in HISTORY generation.REL8_3_BETA3Tom Lane
2007-11-16Add a couple of notes pointing out that GIN index build time is veryTom Lane
sensitive to maintenance_work_mem (something I just learned the hard way).
2007-11-15Add more detail for non-TEXT cast release item.Bruce Momjian
2007-11-15Document that /contrib/tsearch2 now contains a compatibility interface.Bruce Momjian
2007-11-14Adjust example to reduce confusion between a tsvector column andTom Lane
an index, per Simon.
2007-11-14Add a rank/(rank+1) normalization option to ts_rank(). While the usefulnessTom Lane
of this seems a bit marginal, if it's useful enough to be shown in the manual then we probably ought to support doing it without double evaluation of the ts_rank function. Per my proposal earlier today.
2007-11-14Add an Accept parameter to "simple" dictionaries. The default of trueTom Lane
gives the old behavior; selecting false allows the dictionary to be used as a filter ahead of other dictionaries, because it will pass on rather than accept words that aren't in its stopword list. Jan Urbanski
2007-11-14Mention that GSSAPI is preferred over Kerberos authentication becauseBruce Momjian
GSSAPI is industry-standard.
2007-11-14Add note about deprecating krb5 authentication in favour of GSSAPI,Magnus Hagander
per discussions (a long time ago). Documentation only, we keep full support in the code.
2007-11-14Capitalize "Migration to Version".Bruce Momjian
2007-11-14Properly capitalize "Migrate To Version"; seems we always had thatBruce Momjian
wrong.
2007-11-14Markup cleanup.Bruce Momjian
2007-11-14Reference pgfoundry instead of gborg.Bruce Momjian
2007-11-14Remove reference to gborg, instead reference pgfoundry.Bruce Momjian
2007-11-14Update discussion of tsearch2 migration. I'm not entirely sure aboutTom Lane
the division of material between here and the tsearch2 contrib page, but at least it's not obviously unfinished any more.
2007-11-14Move contrib docs to an appendix (next door to External Projects).Tom Lane
Change title to Additional Supplied Modules. Improve discussion of how to build and install 'em.
2007-11-14Clean up some now-obsolete references to GBorg.Tom Lane
2007-11-14Add some quick documentation for tsearch2 compatibility module.Tom Lane
2007-11-14Update release notes to current CVS.Bruce Momjian
2007-11-13Clean up some stray references to tsearch2.Tom Lane
2007-11-13Add link to Postgres-R glossary from our documentation (has helpfulBruce Momjian
terms defined).
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.