aad991b41b
Update URLs to a couple of external projects
2007-10-16 12:14:33 +00:00
59dc5d0e11
Slony switch is only seconds of downtime.
2007-10-16 05:37:40 +00:00
e61d252152
Add mention of Slony for in-place upgrades.
2007-10-16 02:48:57 +00:00
4b21d1f09b
Remove obsolete examples of add-on parsers and dictionary templates;
...
these are more easily and usefully maintained as contrib modules.
Various other wordsmithing, markup improvement, etc.
2007-10-15 21:39:57 +00:00
18e3fcc31e
Migrate the former contrib/txid module into core. This will make it easier
...
for Slony and Skytools to depend on it. Per discussion.
2007-10-13 23:06:28 +00:00
bf673f2525
Attached some minor corrections, mainly completion of removal of
...
the "relation with OID ##### does not exist" item, and some URL
corrections.
Ian Barwick
2007-10-13 03:37:12 +00:00
05c609b3d4
Add missing word.
2007-10-11 20:35:56 +00:00
70680211de
Add missing word.
2007-10-11 20:04:59 +00:00
1246fcd02a
Update release notes in "major" and "migration" sections. Still have
...
remainder of release notes to review.
2007-10-11 19:46:21 +00:00
68b08b2512
Whitespace cleanup.
2007-10-11 02:43:55 +00:00
f83a9303a6
Minor correction for full-text search limitations docs.
...
Heikki Linnakangas.
2007-10-10 21:48:22 +00:00
8230895313
Fix typo in REVOKE reference page. Guillaume Lelarge.
2007-10-10 21:38:51 +00:00
29eece51a8
Back out release changes that weren't ready for commit.
2007-10-10 14:09:49 +00:00
688b3aac49
Update Japanese FAQ.
...
Jun Kuwamura
2007-10-10 13:43:42 +00:00
e1caa90406
Add mention of full text indexing for word searches.
2007-10-09 20:13:11 +00:00
db962bb14d
Remove FAQ item about temp tables in plpsql having invalid oid problems,
...
per suggestions from Pavel Stehule.
2007-10-09 20:08:04 +00:00
cd2cf74584
Update sequence FAQ items, per suggestion from Pavel Stehule.
2007-10-09 19:55:36 +00:00
81f285da7c
Replace a reference to "start_log_collector" with "logging_collector",
...
per Guillaume Lelarge.
2007-10-09 18:14:01 +00:00
535b07873d
Update Brazilian FAQ.
...
Euler Taveira de Oliveira
2007-10-09 03:21:00 +00:00
30b6622ecc
Typo fix.
...
Euler Taveira de Oliveira
2007-10-09 03:20:09 +00:00
f7c6cb0be8
Add:
...
> * MONEY dumps in a locale-specific format making it difficult to
> restore to a system with a different locale
2007-10-09 02:31:40 +00:00
d63790d726
Clarify user of "postmaster" vs. "server" in FAQs.
...
Brendan Jurd
2007-10-09 01:28:24 +00:00
7121cc9021
Add:
...
> o Have ALTER SEQUENCE RENAME rename the sequence name stored
> in the sequence table
>
> http://archives.postgresql.org/pgsql-bugs/2007-09/msg00092.php
> http://archives.postgresql.org/pgsql-bugs/2007-10/msg00007.php
>
2007-10-08 18:01:17 +00:00
2a997a7065
A few improvements to analyze and vacuum sections in documentation: add "see
...
also" entries for autovacuum in analyze and vacuum reference pages, and
enhance usage of cross-references in the maintenance page.
2007-10-07 01:16:42 +00:00
a3ff937359
Change π to plain "pi" in index entry, to avoid double escaping issues.
2007-10-07 01:13:30 +00:00
2816b2cdd2
Clean up the doc makefile for draft HTML generation. It no longer works
...
to do "make DRAFT=Y html"; you need to use "make draft" (which was also
supported previously).
2007-10-07 00:32:11 +00:00
4718358fe7
Remove stylesheet.css file on "make clean", created only on VPATH builds.
2007-10-07 00:23:21 +00:00
f5e2911144
Fix missing parenthesis, per Guillaume Lelarge.
2007-10-06 17:45:49 +00:00
c880ed0afb
Fix SGML markup, from Guillaume Lelarge.
2007-10-06 15:50:43 +00:00
3a38ea2616
Remove some cross-references that don't seem to work in HISTORY
...
generation ... we should figure this out later ...
2007-10-05 04:03:41 +00:00
3c2d497f8d
Some desultory markup improvements in the new release notes.
2007-10-04 22:55:49 +00:00
0b3f5ac43d
Two fixes for the release notes from Guillaume Smet. In passing, make
...
a minor markup improvement.
2007-10-04 07:53:07 +00:00
77b0f459c8
First pass at SGML-ifying the 8.3 release notes. Plenty of improvements
...
left to made, but this is a start.
2007-10-04 03:53:58 +00:00
0a04109d60
Second pass at 8.3 release notes: put items in a bit more logical order
...
where possible, add overview and incompatibilities lists, minor cleanups.
The SGML-ification still leaves much to be desired.
2007-10-03 23:02:16 +00:00
a522db7d62
Various minor improvements to the 8.3 release notes.
2007-10-03 22:06:13 +00:00
bda5750a33
Some editorial improvements for recently-added ALTER SEQUENCE/VIEW
...
documentation. Heikki and Tom
2007-10-03 16:48:43 +00:00
6d673a63ed
First cut at 8.3 release notes. SGML markup is nonexistent, and
...
the 'overview' and 'incompatibilities' summary lists remain to be
written. But I think all the raw info is there (indeed maybe too
verbose).
2007-10-03 03:32:31 +00:00
eb9f280ca7
Add catalogs.sgml documentation for text search catalogs.
2007-10-01 21:10:40 +00:00
5a95c560f0
Add note warning against use of pre-8.4 multithreaded Tcl.
2007-10-01 16:43:28 +00:00
27b8922221
Add an extra header byte to TOAST-pointer datums to represent their size
...
explicitly. This means a TOAST pointer takes 18 bytes instead of 17 --- still
smaller than in 8.2 --- which seems a good tradeoff to ensure we won't have
painted ourselves into a corner if we want to support multiple types of TOAST
pointer later on. Per discussion with Greg Stark.
2007-09-30 19:54:58 +00:00
b46bd55a6c
Make archive recovery always start a new timeline, rather than only when a
...
recovery stop time was used. This avoids a corner-case risk of trying to
overwrite an existing archived copy of the last WAL segment, and seems
simpler and cleaner all around than the original definition. Per example
from Jon Colverson and subsequent analysis by Simon.
2007-09-29 01:36:10 +00:00
70b9b9b788
Change initdb and CREATE DATABASE to actively reject attempts to create
...
databases with encodings that are incompatible with the server's LC_CTYPE
locale, when we can determine that (which we can on most modern platforms,
I believe). C/POSIX locale is compatible with all encodings, of course,
so there is still some usefulness to CREATE DATABASE's ENCODING option,
but this will insulate us against all sorts of recurring complaints
caused by mismatched settings.
I moved initdb's existing LC_CTYPE-to-encoding mapping knowledge into
a new src/port/ file so it could be shared by CREATE DATABASE.
2007-09-28 22:25:49 +00:00
ae0b90f223
Remove:
...
< * SQL*Net listener that makes PostgreSQL appear as an Oracle database
< to clients
2007-09-28 21:32:29 +00:00
77c166ba6c
Add virtual transaction IDs to CSVLOG output, so that messages coming from
...
the same transaction can be identified even when no regular XID was assigned.
This seems essential after addition of the lazy-XID patch. Also some
minor code cleanup in write_csvlog().
2007-09-27 18:15:36 +00:00
03a91e0d10
Lowercase all mentions of "PostgreSQL" in URLs, per Magnus.
2007-09-27 06:14:47 +00:00
f18dfc4835
Minor improvements in backup and recovery:
...
- create a separate archive_mode GUC, on which archive_command is dependent
- %r option in recovery.conf sends last restartpoint to recovery command
- %r used in pg_standby, updated README
- minor other code cleanup in pg_standby
- doc on Warm Standby now mentions pg_standby and %r
- log_restartpoints recovery option emits LOG message at each restartpoint
- end of recovery now displays last transaction end time, as requested
by Warren Little; also shown at each restartpoint
- restart archiver if needed to carry away WAL files at shutdown
Simon Riggs
2007-09-26 22:36:30 +00:00
80963144ad
Rename "PostgreSQL" to "Postgres" in 3 places.
2007-09-26 20:38:28 +00:00
9692324734
Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ.
2007-09-26 20:36:50 +00:00
10e1b9df5c
Add:
...
> * Implement Boyer-Moore searching in strpos()
>
> http://archives.postgresql.org/pgsql-patches/2007-08/msg00012.php
2007-09-26 08:47:43 +00:00
1b57b8bfdc
Document that libpq's PQntuples() might overflow.
2007-09-26 08:45:50 +00:00