27163e3872
Fix typo in docs.
2006-10-27 12:40:26 +00:00
50f479a112
Fix spelling mistake in docs.
2006-10-26 17:07:03 +00:00
75f0655345
Add missing file for documentation section on failover, replication,
...
load balancing, and clustering options.
2006-10-26 15:32:45 +00:00
2cbdb5522b
Add documentation section on failover, replication, load balancing, and
...
clustering options.
2006-10-26 15:26:54 +00:00
9601745d35
Correctino, add URL on :
...
* Add estimated_count(*) to return an estimate of COUNT(*)
> http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php
2006-10-24 02:42:34 +00:00
2b1ccefe72
Add URL for:
...
* Speed up COUNT(*)
> http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php
2006-10-24 02:41:22 +00:00
cfb3a42831
Rewrite discussion of ORDER BY to emphasize the SQL99 expression case
...
instead of the SQL92 output-column-ID case.
2006-10-24 02:24:27 +00:00
0ff4352d7a
Add some real descriptions to the multiargument aggregate functions rather
...
than just showing the incomprehensible formulas.
2006-10-23 19:57:37 +00:00
28b14b034a
Fix broken markup.
2006-10-23 19:29:46 +00:00
0f763503ff
Spellchecking and such
2006-10-23 18:10:32 +00:00
033cb9d30b
Fix list of environment variables for configure. Remove some variables
...
that are almost never used. Put documentation-related variables into the
documentation chapter.
2006-10-23 14:13:43 +00:00
fa5d08fbf8
Some desultory copy-editing.
2006-10-22 03:03:41 +00:00
ed19393326
Some marginal editorial improvements and updates in the tutorial.
2006-10-21 23:12:57 +00:00
890ce3975e
Further release-note editorialization.
2006-10-21 18:41:53 +00:00
425417d498
Editorial improvements for recent plpython doc updates.
2006-10-21 18:33:05 +00:00
90f53d8487
Update PQserverVersion() to use 8.1.X as an example, rather than 7.4
...
because the function didn't exist in 7.4.X.
2006-10-21 18:25:01 +00:00
a7701718b2
Update release notes for new pgcrypto additions.
...
Marko Kreen
2006-10-21 18:15:44 +00:00
944c4e3feb
Add URL for async I/O:
...
> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php
2006-10-21 17:31:18 +00:00
a003bd07f3
Rewrite discussion of string constant syntax to bring it into line with
...
the politically correct view that backslash escapes are deprecated.
2006-10-21 17:12:07 +00:00
c9c1c4edf2
Make index entry more specific.
2006-10-21 17:10:43 +00:00
554032b3e4
Update release notes to current, and do a pass of editorial corrections.
2006-10-20 23:02:20 +00:00
8b175c75a8
Minor doc tweak: make a reference to pg_locks into a link.
2006-10-20 20:35:13 +00:00
b0b9bedf8d
Fix typo.
2006-10-20 16:34:48 +00:00
0549ba82e3
Clarify note about interaction of log_statement logging with errors.
...
Remove obsolete note about logging of statements generated by plpgsql
function execution ... that doesn't happen anymore.
2006-10-19 22:55:25 +00:00
a60af96a00
Done:
...
< * Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
< value [qsort]
<
< This involves choosing better pivot points for the quicksort.
<
2006-10-19 19:58:45 +00:00
877f08da14
Fix up timetz input so that a date is required only when the specified
...
timezone actually has a daylight-savings rule. This avoids breaking
cases that used to work because they went through the DecodePosixTimezone
code path. Per contrib regression failures (mea culpa for not running
those yesterday...). Also document the already-applied change to allow
GMT offsets up to 14 hours.
2006-10-18 16:43:14 +00:00
723f716be0
Fix array operator refererence in release notes, per David Wheeler.
2006-10-18 03:53:50 +00:00
022fd99668
Fix up some problems in handling of zic-style time zone names in datetime
...
input routines. Remove the former "DecodePosixTimezone" function in favor of
letting the zic code handle POSIX-style zone specs (see tzparse()). In
particular this means that "PST+3" now means the same as "-03", whereas it
used to mean "-11" --- the zone abbreviation is effectively just a noise word
in this syntax. Make sure that all named and POSIX-style zone names will be
parsed as a single token. Fix long-standing bogosities in printing and input
of fractional-hour timezone offsets (since the tzparse() code will accept
these, we'd better make 'em work). Also correct an error in the original
coding of the zic-zone-name patch: in "timestamp without time zone" input,
zone names are supposed to be allowed but ignored, but the coding was such
that the zone changed the interpretation anyway.
2006-10-17 21:03:21 +00:00
d58f09e6b3
Mark 8.2 release as 2006-??, not 2005-??, per observation by David
...
Wheeler.
2006-10-17 20:17:08 +00:00
47fecaf504
Attached files fix the link problem in FAQ_DEV.html, remove some parts
...
related to website development and change the link to the FAQ_DEV.html.
Devrim GUNDUZ
2006-10-17 12:54:45 +00:00
10d9bbaf01
Fixes for CREATE CONSTRAINT manual page.
...
Michael Paesold
2006-10-17 12:53:03 +00:00
0b35b01e7a
Arrange for timezone names to be recognized case-insensitively; for
...
example SET TIME ZONE 'america/new_york' works now. This seems a good
idea on general user-friendliness grounds, and is part of the solution
to the timestamp-input parsing problems I noted recently.
2006-10-16 19:58:27 +00:00
a2ebf81913
CREATE CONSTRAINT manual page wording improvements.
...
Michael Paesold
2006-10-16 19:33:12 +00:00
52831f7911
Update to CREATE CONSTRAINT manual page.
...
Michael Glaesemann
2006-10-16 19:30:09 +00:00
c2e7da1f62
I updated RPM related parts in FAQ_DEV against HEAD to be more current.
...
Devrim GUNDUZ
2006-10-16 19:03:43 +00:00
389fad1e6b
Remove use of '<' and '>' in SGML, use '&' escapes.
...
Update find_gt_lt to allow grep parameters to be passed into it.
2006-10-16 17:28:03 +00:00
87eed2e3e1
Update Japanese FAQ.
...
Jun Kuwamura
2006-10-15 03:10:20 +00:00
fdbe9facdc
FAQ updates --- This is a small cosmetic patch that adds pt_BR IRC
...
channel to the lists of IRC channels, fixes a typo in the OID's
question, and corrects the PGCluster's project name.
Euler Taveira de Oliveira
2006-10-14 23:08:48 +00:00
1314983fd3
Code review for --no-data-for-failed-tables patch. Instead of trashing
...
one of the program's core data structures, make use of the existing
ability to selectively exclude TOC items by ID. Slightly more code but
much less likely to create future maintenance problems.
2006-10-14 23:07:22 +00:00
f58eac82ee
Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.
2006-10-13 21:43:19 +00:00
d63ddfb872
Update Japanese FAQ.
...
Jun Kuwamura
2006-10-13 17:29:43 +00:00
7de6cf2743
Fix typo in version number.
2006-10-13 15:24:56 +00:00
efa0e8639f
Remove:
...
< o Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS |
< DROP } is issued outside a multi-statement transaction
2006-10-12 22:33:04 +00:00
ab1cec93c5
Add url's for hints:
...
> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php
> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php
2006-10-12 21:40:15 +00:00
5ee7c794c7
Add:
...
> o Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS |
> DROP } is issued outside a multi-statement transaction
2006-10-12 21:29:24 +00:00
bfc6e9c970
Make some incremental improvements and fixes to the documentation on
...
Continuous Archiving. Plenty of editorial work remains...
2006-10-12 19:38:08 +00:00
0c9983889a
Update release notes for SQL functions vs triggers fix.
2006-10-12 19:25:12 +00:00
7055867a01
In the installation docs, add some links to the documentation on LDAP
...
to the discussion of the "--with-ldap" configure option. Patch from
Albe Laurenz.
2006-10-12 18:49:32 +00:00
953c85646e
A bit of copy-editing on back-branch release notes.
2006-10-11 20:55:52 +00:00
16795b9899
Update FAQ for latest release 8.1.5.
2006-10-10 00:28:32 +00:00