Bruce Momjian
ee214defa0
Add more detail for non-TEXT cast release item.
18 years ago
Bruce Momjian
f15c08f055
Document that /contrib/tsearch2 now contains a compatibility interface.
18 years ago
Tom Lane
a1715ac8f7
Adjust example to reduce confusion between a tsvector column and
...
an index, per Simon.
18 years ago
Tom Lane
866bad9543
Add a rank/(rank+1) normalization option to ts_rank(). While the usefulness
...
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.
18 years ago
Tom Lane
ca450a07ee
Add an Accept parameter to "simple" dictionaries. The default of true
...
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
18 years ago
Bruce Momjian
a44c81d1b7
Mention that GSSAPI is preferred over Kerberos authentication because
...
GSSAPI is industry-standard.
18 years ago
Magnus Hagander
9394059261
Add note about deprecating krb5 authentication in favour of GSSAPI,
...
per discussions (a long time ago). Documentation only, we keep full
support in the code.
18 years ago
Bruce Momjian
144c519842
Capitalize "Migration to Version".
18 years ago
Bruce Momjian
1a339a3939
Properly capitalize "Migrate To Version"; seems we always had that
...
wrong.
18 years ago
Bruce Momjian
ec67a91106
Markup cleanup.
18 years ago
Bruce Momjian
4ba85c1e24
Reference pgfoundry instead of gborg.
18 years ago
Bruce Momjian
2d7090bc56
Remove reference to gborg, instead reference pgfoundry.
18 years ago
Tom Lane
de085820bf
Update discussion of tsearch2 migration. I'm not entirely sure about
...
the division of material between here and the tsearch2 contrib page,
but at least it's not obviously unfinished any more.
18 years ago
Tom Lane
42e3ab3f11
Move contrib docs to an appendix (next door to External Projects).
...
Change title to Additional Supplied Modules. Improve discussion of
how to build and install 'em.
18 years ago
Tom Lane
21fec14941
Clean up some now-obsolete references to GBorg.
18 years ago
Tom Lane
4c2d0cd5e4
Add some quick documentation for tsearch2 compatibility module.
18 years ago
Bruce Momjian
c027fa5757
Update release notes to current CVS.
18 years ago
Tom Lane
b40c0a4bb0
Clean up some stray references to tsearch2.
18 years ago
Bruce Momjian
6832927ce3
Add link to Postgres-R glossary from our documentation (has helpful
...
terms defined).
18 years ago
Bruce Momjian
2ce1a60bfa
No master server overhead for middleware replication.
18 years ago
Bruce Momjian
f4294090ae
Change replication chart title to "No waiting for multiple servers".
18 years ago
Bruce Momjian
e1829591cb
Trim trailing whitespace --- needed commit to update anoncvs.
18 years ago
Bruce Momjian
6b8cc88268
Remove tabs from SGML files.
18 years ago
Bruce Momjian
926bbab448
Make /contrib install/uninstall script consistent:
...
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.
18 years ago
Bruce Momjian
c3c69ab4fd
Move most /contrib README files into SGML. Some still need conversion
...
or will never be converted.
18 years ago
Bruce Momjian
6e414a171e
Add pg_ctl -t/timeout parameter to control amount of time to wait for
...
start/shutdown.
18 years ago
Tom Lane
c6722d7211
Add an example of a SQL function with output parameters returning
...
multiple rows. I had thought this case was covered, but there was
no example in the obvious section to look in.
18 years ago
Bruce Momjian
20a8825778
High availability wording fix.
18 years ago
Bruce Momjian
455fa463ad
Update high availability documentation with comments from Markus Schiltknecht.
18 years ago
Bruce Momjian
d009992ba3
Have text search thesaurus files use "?" for stop words.
...
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.
18 years ago
Bruce Momjian
a341b876d8
Fix markup problem with recent pg_ctl change.
18 years ago
Bruce Momjian
f19c8577eb
Properly order pg_ctl -c option alphabetically in docs.
18 years ago
Bruce Momjian
4521207390
Remove tabs from SGML files.
18 years ago
Alvaro Herrera
83290b678d
Point to our own UUID page instead of to Wikipedia.
18 years ago
Magnus Hagander
4b606ee444
Add parameter krb_realm used by GSSAPI, SSPI and Kerberos
...
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.
18 years ago
Bruce Momjian
a7cd5a4aa0
Move pl/proxy into Multi-server parallel query execution documentation
...
section.
18 years ago
Bruce Momjian
f55e6c07c3
Wording improvement for pl/proxy mention.
18 years ago
Bruce Momjian
4a2077efe4
Add mention of pl/proxy toolset to docs.
18 years ago
Bruce Momjian
f1528b5154
Properly indent SGML file.
18 years ago
Bruce Momjian
621e14dcb2
Add "High Availability, Load Balancing, and Replication Feature Matrix"
...
table to docs.
18 years ago
Bruce Momjian
5db1c58a1a
Move NFS section into "Creating Cluster" documentation section because
...
it seems more logical there.
18 years ago
Peter Eisentraut
b7210a07a9
Mention text search instead of tsearch2
18 years ago
Peter Eisentraut
d624f94a88
Small fixes
18 years ago
Peter Eisentraut
371d7bc7c0
<optional> cannot be used here, because psql doesn't handle it.
18 years ago
Peter Eisentraut
0e3c27538a
Specify putting two spaces after sentence-ending period, which is current
...
practice also.
18 years ago
Peter Eisentraut
5f9869d0ee
Use "alternative" instead of "alternate" where it is clearer.
18 years ago
Bruce Momjian
c1a03bee08
Document that configure option only affects contrib:
...
--with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp
18 years ago
Tom Lane
faac769a6b
Minor editorial improvements to txid functions' documentation: put back
...
some text that got dropped, improve markup, improve descriptions of
snapshot components.
18 years ago
Bruce Momjian
c00055ea80
Document that syncronhous commit can be turned off in a single
...
multi-statement transaction.
18 years ago
Bruce Momjian
11d740ed9e
Remove <sect1> of txid functions.
18 years ago