7c92618676
Fix array_dims() example to be consistent with the data previously shown.
...
Christian Rossow
2007-06-07 14:50:00 +00:00
4ad43de791
Remove incorrect semicolon in example. This was previously fixed in
...
HEAD only -- backporting to 8.2. Per report from Frank van Vugt.
2007-06-02 15:15:30 +00:00
75103cc218
Fix a bug in input processing for the "interval" type. Previously,
...
"microsecond" and "millisecond" units were not considered valid input
by themselves, which caused inputs like "1 millisecond" to be rejected
erroneously.
Update the docs, add regression tests, and backport to 8.2 and 8.1
2007-05-29 04:59:15 +00:00
06df9a69e8
Fix spurious German index entry
2007-05-21 15:10:20 +00:00
0b98091e23
Fix inappropriate comments
2007-05-18 09:43:15 +00:00
fbef95ef13
Fix a bunch of bad grammar in the docs: "<link>, which see for more
...
information" is un-good English.
2007-05-15 19:43:59 +00:00
10d1f31253
Add a note to the documentation to clarify that even when
...
"autovacuum = off", the system may still periodically start autovacuum
processes to prevent XID wraparound. Patch from David Fetter, with
editorializing.
2007-05-15 15:35:58 +00:00
38e6aea5a7
Document that CLUSTER breaks MVCC visibility rules.
...
(Not needed in cvs head, because CLUSTER itself is fixed there)
Heikki Linnakangas
2007-05-13 16:04:40 +00:00
4a898fbb20
Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT
...
needs to check the new constraint against columns of derived domains too.
Also, make it error out if the domain to be modified is used within any
composite-type columns. Eventually we should support that case, but it seems
a bit painful, and not suitable for a back-patch. For the moment just let the
user know we can't do it.
Backpatch to 8.2, which is the only released version that allows nested
domains. Possibly the other part should be back-patched further.
2007-05-11 20:18:21 +00:00
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
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
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