Bruce Momjian
ba2b2a2c4e
Update text:
...
< * Prevent long-lived temporary tables from causing frozen-Xid advancement
> * Prevent long-lived temporary tables from causing frozen-xid advancement
>
> The problem is that autovacuum cannot vacuum them to set frozen xids;
> only the session that created them can do that.
>
>
>
18 years ago
Tatsuo Ishii
d8e8a495da
Fix "Overall Page Layout" table. The second row should be ItemIdData, not
...
ItemPointerData.
18 years ago
Bruce Momjian
73f9089045
Document that doc builds now build indexes by default, unless "draft" is
...
used.
18 years ago
Tom Lane
fec1d72dd1
Clarify the syntax rules for raw tsvector input.
18 years ago
Bruce Momjian
9eced0031c
Split release notes up into smaller sections; easier to read.
18 years ago
Tom Lane
e66d0c6299
Fix some missed usages of 'HTML tag' and 'HTML entity'.
18 years ago
Bruce Momjian
aff5c589fa
Make "contrib/" tag consistent.
18 years ago
Bruce Momjian
56696745a8
Split out data types and function entries into separate sections in the
...
release notes.
18 years ago
Bruce Momjian
726226b128
Release note adjustments suggested by IRC users.
18 years ago
Bruce Momjian
ee891817fb
Reorder a few release notes items for consistency.
18 years ago
Bruce Momjian
0af4bb87d3
Trim down release section headings (no need for Changes).
...
Re-order some items as migration changes.
18 years ago
Andrew Dunstan
1157f3cc81
Change descriptions of entity and tag objects to "XML entity" and "XML tag".
...
Allow tag and entity names that follow XML rules. Provide for hexadecimal
as well as decimal numeric entities. Adjust code names to coincide with
new descriptions.
18 years ago
Bruce Momjian
a262394c8c
Split "server changes" up into smaller sections in release notes.
18 years ago
Bruce Momjian
c37e357978
Markup fix.
18 years ago
Bruce Momjian
1037ab75b2
More release notes wording cleanups.
18 years ago
Bruce Momjian
5276950874
Update COMMENT item:
...
< o Prevent COMMENT ON dbname from issuing a warning when loading
< into a database with a different name, perhaps using COMMENT ON
< CURRENT DATABASE
> o Change pg_dump so that a comment on the dumped database is
> applied to the loaded database, even if the database has a
> different name. This will require new backend syntax, perhaps
> COMMENT ON CURRENT DATABASE.
18 years ago
Bruce Momjian
d29e9725a7
Update wording:
...
< 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
18 years ago
Bruce Momjian
f59f8aedd8
Add suggested syntax for COMMENT ON DATABASE:
...
< with a different name
> with a different name, perhaps using COMMENT ON CURRENT
> DATABASE
>
18 years ago
Bruce Momjian
5e996e4a76
Add:
...
> o Allow COMMENT ON dbname to work when loading into a database
> with a different name
18 years ago
Tom Lane
d4205295aa
Improve description of implicit-text-casting compatibility issue.
...
A bunch of other desultory copy-editing, too.
18 years ago
Tom Lane
3ebb8867aa
Minor improvement in documentation of temp_tablespaces: avoid grammatical
...
ambiguity and say what the default value is.
18 years ago
Tom Lane
7129f26be0
Remove no-longer-accurate claim that REINDEX won't invalidate cached
...
plans.
18 years ago
Bruce Momjian
b13602c6d0
Wordsmith improvements to first half of release notes, move TEXT cast
...
item to #1 imcompatibility slot.
18 years ago
Bruce Momjian
fbab505216
Simplify TEXT cast working; spelling fixes to release notes.
18 years ago
Bruce Momjian
bb4a78c070
Fix a few mentions of "Postgres" that slipped into the release notes.
18 years ago
Bruce Momjian
2230944e30
Add release note that "Postgres" is now documented as an acceptable
...
alias.
18 years ago
Bruce Momjian
6fcfd14697
Simplify wording.
18 years ago
Bruce Momjian
5633da000f
Add FAQ items about "Postgres" alias usage, remove old reference.
18 years ago
Tom Lane
2f1e7ffb76
Fix markup that doesn't work in HISTORY generation.
18 years ago
Marc G. Fournier
2a174e45dd
update files for beta3
18 years ago
Tom Lane
fb8b38e4bf
Add a couple of notes pointing out that GIN index build time is very
...
sensitive to maintenance_work_mem (something I just learned the hard
way).
18 years ago
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