1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-18 12:22:09 +03:00
Commit Graph

5419 Commits

Author SHA1 Message Date
Bruce Momjian
8e4b89ccf2 Backpatch of LIMIT / FOR UPDATE behavior, but keep pre-7.3 mention in 8.0.X. 2005-04-22 15:53:27 +00:00
Bruce Momjian
ddae2b6801 Clarify that only crypt can't use md5 pg_shadow passwords. 2005-04-22 04:19:02 +00:00
Bruce Momjian
4f6d275ac7 Clarify use of MD5 authentication and pg_shadow encryption. 2005-04-21 22:19:27 +00:00
Bruce Momjian
0a2400e964 Update PITR wording, per Simon. 2005-04-19 01:40:02 +00:00
Bruce Momjian
fef57bd487 Update PITR mention of which WAL files are needed. 2005-04-18 01:29:08 +00:00
Bruce Momjian
2bf3ab90bd Clarify name of file to be checked for PITR expiring. 2005-04-17 03:05:27 +00:00
Tom Lane
7dbded2c9c Stamp 8.0.2. 2005-04-07 19:43:06 +00:00
Tom Lane
9b8438169a Update and copy-edit release notes for 8.0.2. 2005-04-07 19:04:19 +00:00
Bruce Momjian
9c4b34796f Fix release not typo. 2005-04-02 03:43:08 +00:00
Bruce Momjian
6176eb50d4 Update release notes for 8.0.2. 2005-04-02 02:42:59 +00:00
Bruce Momjian
558dace99f Backpatch FAQ's to 8.0.X. 2005-04-01 16:42:59 +00:00
Bruce Momjian
cc20233a81 Fix wrong week returnded by date_trunc('week') for early dates in
January --- would return wrong year for 2005-01-01 and 2006-01-01.

per report from Robert Creager.

Backpatch to 8.0.X.
2005-04-01 14:25:39 +00:00
PostgreSQL Daemon
507fc3c554 Tag for 8.0.2beta1 2005-03-26 03:46:33 +00:00
Tom Lane
ae7c18d1ae Update and copy-edit description of privileges. 2005-03-25 16:39:03 +00:00
Tom Lane
88f07b183f Fix to_date to behave reasonably when CC and YY fields are both used.
Karel Zak
2005-03-25 16:08:50 +00:00
Bruce Momjian
291cd954fb Change Win32 O_SYNC method to O_DSYNC because that is what the method
currently does.  This is now the default Win32 wal sync method because
we perfer o_datasync to fsync.

Also, change Win32 fsync to a new wal sync method called
fsync_writethrough because that is the behavior of _commit, which is
what is used for fsync on Win32.

Backpatch to 8.0.X.
2005-03-24 04:37:07 +00:00
Tom Lane
63b0d7b35f Add note about risks involved in replaying CREATE TABLESPACE commands
from WAL.  A couple other grammatical improvements too.
2005-03-23 19:39:06 +00:00
Bruce Momjian
2e964aee75 Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't
change content (at least not supposed to).

Magnus Hagander
2005-03-11 21:47:44 +00:00
Tom Lane
4e8af8d273 Replace ARC cache management algorithm with the similar but slightly
simpler 2Q algorithm, to avoid possible problems with the pending patent
on ARC.  Testing so far suggests that there is little if any performance
loss from doing this.

Note that this patch is going into the 8.0 branch only; a much more
extensive revision is planned for HEAD.
2005-03-03 16:47:43 +00:00
Bruce Momjian
9f312cde26 Backpatch clarification of PGPASSWORD to 8.0.X. 2005-02-26 18:50:44 +00:00
Bruce Momjian
4a68e59418 Backpatch FAQ to 8.0.X. 2005-02-25 00:33:45 +00:00
Tom Lane
777745435c Document that only a table's owner may TRUNCATE it. Per Keith Worthington. 2005-02-22 19:06:35 +00:00
Bruce Momjian
7f6754bdb4 Update initdb locale/encoding documentation description. Backpatch to
8.0.X.
2005-02-22 02:56:37 +00:00
Bruce Momjian
6da3aee893 Update Russian FAQ.
Viktor Vislobokov
2005-02-21 17:34:10 +00:00
Neil Conway
14fd629aea Fix two typos, per report from Hashem Masoud. 2005-02-21 06:12:41 +00:00
Neil Conway
abd7168524 Document the "register" and "unregister" pg_ctl subcommands, for use on
Windows. Patch from Magnus Hagander.
2005-02-21 02:14:34 +00:00
Bruce Momjian
8814ee8497 Update to Russian FAQ, HEAD and 8.0.X. 2005-02-11 04:54:05 +00:00
Bruce Momjian
538e960939 Mention that some psql environment variables come from libpq and note
more variables can be found in the libpq manual section.

Mention .pgpass in the psql manual page section dealing with connection
parameters and point to the libpq section for more details.

Backpatch to 8.0.X.
2005-02-11 04:19:18 +00:00
Bruce Momjian
7dfc700b96 Update pginstaller URL to http://www.postgresql.org/ftp/win32/.
Backpatch to 8.0.X.
2005-02-10 04:53:11 +00:00
Neil Conway
5b327fb917 Better late than never: document that the GiST API changed in 8.0 in the
"incompatibilities" section of the release notes.
2005-02-06 22:36:10 +00:00
Tom Lane
c31570ed43 Document array behavior for out-of-range subscripts. 2005-02-06 20:59:37 +00:00
Bruce Momjian
722c886ba1 Improve wording of to_char() change in 8.1:
The 8.1 release will remove the <function>to_char()</> function
      for intervals.
2005-02-02 18:17:34 +00:00
Bruce Momjian
6aebc34e55 Backpatch FAQ to 8.0.X. 2005-02-02 17:44:51 +00:00
Bruce Momjian
8e2216db6c Backpatch FAQ to 8.0.X. 2005-02-02 13:42:02 +00:00
Bruce Momjian
925320fe3d Backpatch FAQ changes to 8.0.X. 2005-02-01 02:42:03 +00:00
Tom Lane
380c7117ef Recommend security@postgresql.org as the contact point for security-related bugs. 2005-01-30 21:31:57 +00:00
Tom Lane
8097ce9f52 Stamp 8.0 branch as 8.0.1. 2005-01-30 19:17:49 +00:00
Bruce Momjian
caf48b43c7 Backpatch FAQ to 8.0.X. 2005-01-30 04:45:23 +00:00
Bruce Momjian
cd69dea6a0 FAQ markup fixes. 2005-01-30 04:44:25 +00:00
Bruce Momjian
bfdfa4d00d Backpatch FAQ to 8.0.X. 2005-01-30 04:26:40 +00:00
Bruce Momjian
8f2c03752b Backpatch FAQ changes to 8.0.X. 2005-01-30 04:22:53 +00:00
Tom Lane
426ccf86fa We haven't had a fixed limit on rule recursion depth since 7.3 ...
but the documentation still said so.
2005-01-29 23:45:53 +00:00
Tom Lane
d8595c9850 Add documentation for format_type(), which somehow escaped it before. 2005-01-28 23:13:26 +00:00
Tom Lane
2bb33a8048 Add note cautioning that you can't use an encrypting IDENT server
with Postgres.
2005-01-28 22:38:50 +00:00
Tom Lane
aa060cd714 Close all cursors created during a failed subtransaction. This is needed
to avoid problems when a cursor depends on objects created or changed in
the same subtransaction.  We'd like to do better someday, but this seems
the only workable answer for 8.0.1.
2005-01-26 23:20:37 +00:00
Tom Lane
4cfa8cdfaf Add docs for a couple of formerly-undocumented geometric conversion functions. 2005-01-26 20:42:26 +00:00
Bruce Momjian
3a4589056d Add tools/find_gt_lt to find < and > in SGML source.
Lowercase some uppercase tags so tools is more reliable at finding
problems.
2005-01-23 00:38:05 +00:00
Bruce Momjian
5be6219bdd More < and > changes to ampersands.
8.0.X and HEAD.
2005-01-22 23:23:53 +00:00
Bruce Momjian
60f63fb0d4 More < and > cleanups converted to ampersands. 2005-01-22 23:05:53 +00:00
Bruce Momjian
b920addcfd Change -> and <- to use proper ampersand markups.
HEAD and 8.0.X.
2005-01-22 22:10:10 +00:00