61f9c3a54d
Fix a few more double words in docs.
2007-05-03 15:47:37 +00:00
6c6ab55b8c
Fix some typos in the documentation. Patch from Brian Gough. Backport
...
the relevant fixes to 8.2 as well.
2007-05-03 15:06:13 +00:00
6d0e96df6f
Fix newly-introduced documentation typo.
2007-04-23 16:52:56 +00:00
ce8a3e6c88
Fix markup.
...
Security: CVE-2007-2138
2007-04-20 03:27:34 +00:00
d694bdd1c9
Support explicit placement of the temporary-table schema within search_path.
...
This is needed to allow a security-definer function to set a truly secure
value of search_path. Without it, a malicious user can use temporary objects
to execute code with the privileges of the security-definer function. Even
pushing the temp schema to the back of the search path is not quite good
enough, because a function or operator at the back of the path might still
capture control from one nearer the front due to having a more exact datatype
match. Hence, disable searching the temp schema altogether for functions and
operators.
Security: CVE-2007-2138
2007-04-20 02:37:49 +00:00
9de4b61388
Release wording updates for releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
2007-04-19 13:03:07 +00:00
90e4b46998
Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
2007-04-19 03:07:32 +00:00
fe48792a11
Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
2007-04-19 02:47:52 +00:00
65c531df04
Update docs/error message for CSV quote/escape --- must be ASCII.
...
Backpatch doc change to 8.2.X.
2007-04-18 02:29:39 +00:00
4e93443455
Document that the COPY delimiter must be an ASCII byte, rather than a
...
multi-byte value. It can also be a single-byte encoded character if
the client and server versions match.
Backpatch to 8.2.X.
2007-04-18 00:18:31 +00:00
627939c337
Backpatch doc change SYMETRIC -> SYMMETRIC, for 8.2.X.
2007-04-07 15:43:47 +00:00
4dd2d9192d
Update SSL description for when SSL root.crt/server.crt is required;
...
add link to libpq SSL does from server docs.
Backpatch to 8.2.X.
2007-03-30 03:19:19 +00:00
a467a7a910
Fix seriously broken markup for libpq-envars cross-references.
2007-03-26 17:23:45 +00:00
720a9cc0e5
Document that LDAP URLs should be double-quoted in pg_hba.conf because
...
commas are often present in the URL.
Backpatch to 8.2.X.
2007-03-24 21:46:25 +00:00
1e0cba90fd
Fix broken markup.
2007-03-24 16:46:28 +00:00
1a72f357e3
Arrange to install a "posixrules" entry in our timezone database, so that
...
POSIX-style timezone specs that don't exactly match any database entry will
be treated as having correct USA DST rules. Also, document that this can
be changed if you want to use some other DST rules with a POSIX zone spec.
We could consider changing localtime.c's TZDEFRULESTRING, but since that
facility can only deal with one DST transition rule, it seems fairly useless
now; might as well just plan to override it using a "posixrules" entry.
Backpatch as far as 8.0. There isn't much we can do in 7.x ... either your
libc gets it right, or it doesn't.
2007-03-14 17:38:15 +00:00
9395aa5392
Update Chinese FAQs to have two versions, a traditional Chinese version (Taiwan)
...
and a Simplified version (China (PRC)).
Backpatch to 8.2.X.
Daojing.Zhou
2007-02-21 16:42:43 +00:00
664009ecb1
Update "encode" documentation to mention that 'escape' only changes null
...
bytes and backslashes, remove "ASCII" mention. Backpatch to 8.2.X.
2007-02-20 19:59:18 +00:00
6f9027372b
Update information_schema documentation to match system tables.
...
Backpatch to 8.2.X.
2007-02-20 18:47:34 +00:00
57bcfe0065
More clearly document that most PostgreSQL utilities support libpq
...
environment variables. Backpatch to 8.2.X.
2007-02-20 18:11:17 +00:00
44764fba1b
Spell check on array patch.
2007-02-20 14:54:51 +00:00
0586e9b682
Update array slice documentation to be clearer.
2007-02-20 14:34:29 +00:00
7194ab3f55
Comment-out documentation for IS OF because it doesn't conform to the
...
ISO SQL behavior. Backpatch removal to 8.2.X.
2007-02-20 14:05:02 +00:00
d9341ce1b8
Document IS [NOT] OF, which was added in 7.3.
2007-02-20 00:25:16 +00:00
c2039e4477
Update PQfree() documentation to be clearer, backpatch to 8.2.X.
2007-02-19 22:06:30 +00:00
760f4823e6
This patch fixes shared_preload_libraries on Windows hosts. It forces
...
each backend to re-load all shared_preload_libraries.
Backpatch to 8.2.X.
Korry Douglas
2007-02-08 17:04:48 +00:00
e1c266493c
Update URL for "Generalized Partial Indexes" paper to point to a cached
...
version.
Backpatch to 8.2.X.
2007-02-08 04:31:41 +00:00
76f46f5cf6
Document that wal_sync_method open_* methods use O_DIRECT, if available.
...
Backpatch to 8.2.X.
2007-02-08 03:57:52 +00:00
d015e14880
Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
2007-02-07 04:23:01 +00:00
98e08d1aa0
Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.
2007-02-07 03:48:58 +00:00
0b36bbf8f2
Update FAQ for 8.2.3.
2007-02-07 03:16:59 +00:00
b93d4a75a0
Backpatch FAQs to 8.2.X branch.
2007-02-06 18:38:04 +00:00
5338847fcd
Not only did we agree that this 'hint' doesn't belong here, but the
...
markup's broken. So just remove it...
2007-02-06 03:05:00 +00:00
de9acc94f1
Trim down environment variable instructions for Win32, backpatch to 8.2.X.
2007-02-05 22:18:18 +00:00
e5352a2556
Update wording.
2007-02-04 04:00:33 +00:00
1015fd53b6
Add documentation for Windows on how to set an environment variable.
...
Backpatch to 8.2.X.
2007-02-04 03:58:58 +00:00
d68f1ecbe2
Document that a client-only install using:
...
gmake -C src/bin install
does install a few server-only binaries.
2007-02-03 23:01:13 +00:00
3714d82f76
Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under
...
Windows. Per Magnus Hagander, this is not recommended.
2007-02-02 16:10:10 +00:00
d06a16c589
Stamp release 8.2.2.
...
Security: CVE-2007-0555, CVE-2007-0556
2007-02-02 00:14:22 +00:00
40cf433eb6
Update release notes for security-related releases in all active branches.
...
Security: CVE-2007-0555, CVE-2007-0556
2007-02-02 00:10:33 +00:00
14a866b18d
Mention file system replication as a high availability solution in the
...
shared hardware section, and mention DRBD as a popular solution.
2007-02-01 21:03:00 +00:00
3c7d9add71
Backpatch last night's fix for broken markup to the 8.2 branch.
2007-02-01 19:18:14 +00:00
e3b12f76af
Add 8.2.0 "Incomatibilities" documentation that pg_dump's -n and -t
...
behavior has changed.
2007-02-01 05:12:46 +00:00
da45866c42
Backpatch FAQs to stable branch.
2007-02-01 04:56:41 +00:00
8c14912cc1
Document need for periodic REINDEX in VACUUM FULL cases.
2007-01-31 04:13:28 +00:00
e2d6898827
Update documentation for backslashes to mention escape string syntax
...
more, and standard_conforming_strings less, because in the future non-E
strings will not treat backslashes specially.
Also use E'' strings where backslashes are used in examples. (The
existing examples would have drawn warnings.)
Backpatch to 8.2.X.
2007-01-30 22:29:40 +00:00
c22f642f2f
Clarify paramater handling for pg_get_serial_sequence().
2007-01-30 02:32:05 +00:00
891b9fbba5
Update documentation about postgresqlconf to mention default units that
...
match the postgresql.conf file. Also add units to descriptions that
lacked them. Wording improvements. Mention pg_settings.unit as the way
to find the default units for setting.
Backpatch to 8.2.X.
2007-01-20 21:30:35 +00:00
55391ab6a7
Document that to remove template1, datistemplate must be 'false'.
...
Backpatch to 8.2.
2007-01-20 15:43:58 +00:00
20fe8b033a
Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps
...
roles and tablespaces, no longer users and groups. Per Dave Page.
Backport to 8.2 and 8.1.
2007-01-15 17:22:48 +00:00