Tom Lane
2cdf6c1551
Fix a missed explanation of auto-analyze threshold, per Joe Miller.
2010-09-21 16:40:41 -04:00
Magnus Hagander
9f2e211386
Remove cvs keywords from all files.
2010-09-20 22:08:53 +02:00
Tom Lane
9eef3318a2
Fix several broken $PostgreSQL$ keywords. Noted while experimenting
...
with Magnus's script to remove these.
2010-09-19 16:17:45 +00:00
Robert Haas
48f0a28b48
Move pg_db_role_setting docs to correct place in alphabetical order.
2010-09-17 18:49:54 +00:00
Tom Lane
f7270a65b3
Stamp 9.0 release notes with expected release date; also some last-minute
...
copy-editing.
2010-09-16 18:15:21 +00:00
Tom Lane
7acf6f9bab
Fix bad grammar.
2010-09-16 14:31:20 +00:00
Tom Lane
e1089e34eb
Add a compatibility note about plpgsql's treatment of SELECT INTO rec.fld
...
when fld is of composite type. Per discussion of bug #5644 from Valentine
Gogichashvili.
2010-09-15 17:45:57 +00:00
Robert Haas
d7a541a9a7
Elaborate on what gets stored in pg_authid.rolpasswd.
...
Also, add cross-reference from pg_shadow.passwd to pg_authid.rolpasswd and
fix a bit of markup I muffed in my previous commit.
Per discussion with Josh Kupershmidt.
2010-09-13 17:02:34 +00:00
Bruce Momjian
df57a5e898
Don't try aligning comments for new archive_command Win32 doc example;
...
it doesn't work.
Backpatch to 9.0.X.
2010-09-13 01:35:46 +00:00
Robert Haas
1400b738a0
Link from pg_shadow docs to pg_authid docs.
...
Per discussion with Josh Kupershmidt.
2010-09-13 01:23:35 +00:00
Bruce Momjian
39fa4d0b31
Re-add documentation for Win32 copy syntax for archive_command.
...
Backpatch to 9.0.X.
2010-09-12 13:47:12 +00:00
Tom Lane
0b81c7c417
Remove obsolete claim that gzip is needed while installing PG's documentation.
...
It isn't, now that we ship the docs as loose files rather than a sub-tarball.
Also adjust the wording in a couple of places to make the lists of required
software read more consistently.
2010-09-09 17:19:40 +00:00
Bruce Momjian
152c626105
Doc fixes:
...
- remove excessive table cells
- moving function parameters into function tags rather than having
them being considered separate
- add return type column on XML2 contrib module functions list and
removing return types from function
- add table header to XML2 contrib parameter table
Thom Brown
Backpatch to 9.0.X.
2010-09-09 00:48:22 +00:00
Peter Eisentraut
8586306048
Add tip about building plpython 2 and 3. Fix link to Python docs.
2010-09-08 20:35:51 +00:00
Peter Eisentraut
7cd082f907
Clarify that surrogate pairs are not encoded in UTF-8 directly
2010-09-07 18:54:09 +00:00
Tom Lane
303696c3b4
Install a data-type-based solution for protecting pg_get_expr().
...
Since the code underlying pg_get_expr() is not secure against malformed
input, and can't practically be made so, we need to prevent miscreants
from feeding arbitrary data to it. We can do this securely by declaring
pg_get_expr() to take a new datatype "pg_node_tree" and declaring the
system catalog columns that hold nodeToString output to be of that type.
There is no way at SQL level to create a non-null value of type pg_node_tree.
Since the backend-internal operations that fill those catalog columns
operate below the SQL level, they are oblivious to the datatype relabeling
and don't need any changes.
2010-09-03 01:34:55 +00:00
Tom Lane
c89a1198f9
9.1alpha1 release notes.
2010-09-02 17:30:06 +00:00
Tom Lane
9b3c19d8f2
Clean up description of ecpg's dtcvfmtasc function.
...
Per KOIZUMI Satoru.
2010-09-02 14:57:04 +00:00
Tom Lane
f3b330ec01
Clean up some bad grammar and punctuation in description of ecpg's decimal
...
type. Per KOIZUMI Satoru.
2010-09-02 14:46:44 +00:00
Tom Lane
21076076e9
Clarify documentation of handling of null arguments for aggregates.
...
Per discussion.
2010-09-01 18:22:29 +00:00
Tom Lane
4ff6856cb1
Improve release notes' description of Teodor's fixes for polygon overlaps
...
and contains operators.
2010-09-01 15:14:42 +00:00
Alvaro Herrera
e4b96380c3
Add missing markup for translatability
2010-08-31 05:57:54 +00:00
Tom Lane
a9a999bc1a
Remove obsolete remark that PQprepare() is more flexible than PREPARE.
...
Spotted by Dmitriy Igrishin. Back-patch to 8.2, which is when the PREPARE
statement was improved to allow parameter types to be omitted.
2010-08-29 15:19:05 +00:00
Tom Lane
73b3bd5574
Document the existence of the socket lock file under unix_socket_directory,
...
which is perhaps not a terribly good spot for it but there doesn't seem to be
a better place. Also add a source-code comment pointing out a couple reasons
for having a separate lock file. Per suggestion from Greg Smith.
2010-08-26 22:00:19 +00:00
Tom Lane
4832291655
Explain automatic creation (or lack of it) of indexes for the various types
...
of constraints.
Kevin Grittner
2010-08-26 21:08:35 +00:00
Bruce Momjian
13e6d6c5da
Remove docs for "Incrementally Updated Backups" because it was of
...
questionable reliability; information moved to a wiki:
http://wiki.postgresql.org/wiki/Incrementally_Updated_Backups
Backpatch to 9.0.
2010-08-25 23:55:54 +00:00
Tom Lane
9389ac8928
Document filtering dictionaries in textsearch.sgml.
...
While at it, copy-edit the description of prefix-match marker support in
synonym dictionaries, and clarify the description of the default unaccent
dictionary a bit more.
2010-08-25 21:42:55 +00:00
Bruce Momjian
0d812f1966
Update release notes, per comments from Simon Riggs.
2010-08-25 19:41:38 +00:00
Peter Eisentraut
52ba9a537b
Add missing description of reloftype field
2010-08-25 18:18:41 +00:00
Tom Lane
7fc614c698
Docs review for unaccent: fix grammar, markup, etc.
2010-08-25 02:12:00 +00:00
Tom Lane
f121c408e2
Update 9.0 release notes for changes since beta4.
...
Note: as usual, bug fixes that were also applied in back branches are not
considered material to include in a new major release's notes.
2010-08-25 00:47:57 +00:00
Tom Lane
7dc04cd204
Further editing of release notes.
2010-08-24 23:45:32 +00:00
Bruce Momjian
b1e2e9c1ef
Fix awkward wording in Incrementally Updated Backups docs.
...
Backpatch to 9.0.X.
2010-08-24 15:22:12 +00:00
Bruce Momjian
f5878cd38f
Clarifications for 9.0 release notes
...
Josh Berkus
2010-08-24 14:46:29 +00:00
Bruce Momjian
c107c35df3
Update autovacuum_freeze_max_age documentation to mention that the
...
default is low because of pg_clog file removal.
Backpatch to 9.0.X.
2010-08-24 13:32:25 +00:00
Itagaki Takahiro
49b27ab551
Add string functions: concat(), concat_ws(), left(), right(), and reverse().
...
Pavel Stehule, reviewed by me.
2010-08-24 06:30:44 +00:00
Tom Lane
005e427a22
Make an editorial pass over the 9.0 release notes.
...
This is mostly about grammar, style, and presentation, though I did find
a few small factual errors.
2010-08-23 02:43:25 +00:00
Bruce Momjian
d8986332cb
Document that autovacuum_freeze_max_age is used for pg_clog recycling.
...
We already mentioned xid wraparound.
2010-08-22 02:37:32 +00:00
Magnus Hagander
946045f04d
Add vacuum and analyze counters to pg_stat_*_tables views.
2010-08-21 10:59:17 +00:00
Tom Lane
5344945810
Avoid saying "random" when randomness is not actually meant.
...
Per Thom Brown.
2010-08-20 13:59:45 +00:00
Tom Lane
79dc97a401
Bring some sanity to the trace_recovery_messages code and docs.
...
Per gripe from Fujii Masao, though this is not exactly his proposed patch.
Categorize as DEVELOPER_OPTIONS and set context PGC_SIGHUP, as per Fujii,
but set the default to LOG because higher values aren't really sensible
(see the code for trace_recovery()). Fix the documentation to agree with
the code and to try to explain what the variable actually does. Get rid
of no-op calls trace_recovery(LOG), which accomplish nothing except to
demonstrate that this option confuses even its author.
2010-08-19 22:55:01 +00:00
Peter Eisentraut
3f11971916
Remove extra newlines at end and beginning of files, add missing newlines
...
at end of files.
2010-08-19 05:57:36 +00:00
Peter Eisentraut
7b243aa666
Revert: looks like Binary Large OBject[sic] wasn't a misspelling
2010-08-17 04:47:04 +00:00
Peter Eisentraut
5194b9d049
Spell and markup checking
2010-08-17 04:37:21 +00:00
Tom Lane
f0f46ed66a
Assorted improvements to backup/restore documentation, per Thom Brown.
2010-08-15 23:04:49 +00:00
Tom Lane
521c26ebf7
Clarify bit numbering in get_bit/set_bit etc. Per gripe from
...
Boszormenyi Zoltan.
2010-08-15 21:26:36 +00:00
Tom Lane
d915a275c1
Improve pgarchivecleanup documentation, per comments from Satoshi Nagayasu.
2010-08-15 20:20:30 +00:00
Tom Lane
82954d49e4
Avoid unnecessary use of TPS acronym.
...
Robert Haas, per gripe from Erik Rijkers
2010-08-15 19:46:24 +00:00
Robert Haas
4730a54083
Add link and additional index reference to pgcrypto.
...
Kevin Grittner, with markup adjustments.
2010-08-15 01:57:03 +00:00
Tom Lane
b6e06942c6
Add a \sf (show function) command to psql, for those times when you need to
...
look at a function but don't wish to fire up an editor.
Pavel Stehule, reviewed by Jan Urbanski
2010-08-14 13:59:49 +00:00