Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-05 | Stamp release 8.0.3. | Tom Lane | |
2005-05-03 | Alter the signature for encoding conversion functions to declare the | Tom Lane | |
output area as INTERNAL not CSTRING. This is to prevent people from calling the functions by hand. This is a permanent solution for the back branches but I hope it is just a stopgap for HEAD. | |||
2005-05-02 | Backport fix for correct quoting in CREATE DOMAIN example. Per Robert | Neil Conway | |
Treat. | |||
2005-04-27 | Wording improvement. | Bruce Momjian | |
2005-04-27 | Update PAM documentation, per Alvaro. | Bruce Momjian | |
2005-04-26 | Mention that PAM requires the user already exist in the database, per | Bruce Momjian | |
Dick Davies. | |||
2005-04-22 | Backpatch of LIMIT / FOR UPDATE behavior, but keep pre-7.3 mention in 8.0.X. | Bruce Momjian | |
2005-04-22 | Clarify that only crypt can't use md5 pg_shadow passwords. | Bruce Momjian | |
2005-04-21 | Clarify use of MD5 authentication and pg_shadow encryption. | Bruce Momjian | |
2005-04-19 | Update PITR wording, per Simon. | Bruce Momjian | |
2005-04-18 | Update PITR mention of which WAL files are needed. | Bruce Momjian | |
2005-04-17 | Clarify name of file to be checked for PITR expiring. | Bruce Momjian | |
2005-04-07 | Update and copy-edit release notes for 8.0.2. | Tom Lane | |
2005-04-02 | Fix release not typo. | Bruce Momjian | |
2005-04-02 | Update release notes for 8.0.2. | Bruce Momjian | |
2005-04-01 | Fix wrong week returnded by date_trunc('week') for early dates in | Bruce Momjian | |
January --- would return wrong year for 2005-01-01 and 2006-01-01. per report from Robert Creager. Backpatch to 8.0.X. | |||
2005-03-25 | Update and copy-edit description of privileges. | Tom Lane | |
2005-03-25 | Fix to_date to behave reasonably when CC and YY fields are both used. | Tom Lane | |
Karel Zak | |||
2005-03-24 | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | |
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-23 | Add note about risks involved in replaying CREATE TABLESPACE commands | Tom Lane | |
from WAL. A couple other grammatical improvements too. | |||
2005-03-03 | Replace ARC cache management algorithm with the similar but slightly | Tom Lane | |
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-02-26 | Backpatch clarification of PGPASSWORD to 8.0.X. | Bruce Momjian | |
2005-02-22 | Document that only a table's owner may TRUNCATE it. Per Keith Worthington. | Tom Lane | |
2005-02-22 | Update initdb locale/encoding documentation description. Backpatch to | Bruce Momjian | |
8.0.X. | |||
2005-02-21 | Fix two typos, per report from Hashem Masoud. | Neil Conway | |
2005-02-21 | Document the "register" and "unregister" pg_ctl subcommands, for use on | Neil Conway | |
Windows. Patch from Magnus Hagander. | |||
2005-02-11 | Mention that some psql environment variables come from libpq and note | Bruce Momjian | |
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-10 | Update pginstaller URL to http://www.postgresql.org/ftp/win32/. | Bruce Momjian | |
Backpatch to 8.0.X. | |||
2005-02-06 | Better late than never: document that the GiST API changed in 8.0 in the | Neil Conway | |
"incompatibilities" section of the release notes. | |||
2005-02-06 | Document array behavior for out-of-range subscripts. | Tom Lane | |
2005-02-02 | Improve wording of to_char() change in 8.1: | Bruce Momjian | |
The 8.1 release will remove the <function>to_char()</> function for intervals. | |||
2005-01-30 | Recommend security@postgresql.org as the contact point for security-related ↵REL8_0_1 | Tom Lane | |
bugs. | |||
2005-01-30 | Stamp 8.0 branch as 8.0.1. | Tom Lane | |
2005-01-29 | We haven't had a fixed limit on rule recursion depth since 7.3 ... | Tom Lane | |
but the documentation still said so. | |||
2005-01-28 | Add documentation for format_type(), which somehow escaped it before. | Tom Lane | |
2005-01-28 | Add note cautioning that you can't use an encrypting IDENT server | Tom Lane | |
with Postgres. | |||
2005-01-26 | Close all cursors created during a failed subtransaction. This is needed | Tom Lane | |
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 | Add docs for a couple of formerly-undocumented geometric conversion functions. | Tom Lane | |
2005-01-23 | Add tools/find_gt_lt to find < and > in SGML source. | Bruce Momjian | |
Lowercase some uppercase tags so tools is more reliable at finding problems. | |||
2005-01-22 | More < and > changes to ampersands. | Bruce Momjian | |
8.0.X and HEAD. | |||
2005-01-22 | More < and > cleanups converted to ampersands. | Bruce Momjian | |
2005-01-22 | Change -> and <- to use proper ampersand markups. | Bruce Momjian | |
HEAD and 8.0.X. | |||
2005-01-17 | Clarify that the --enable-integer-datetimes switch affects the time and | Tom Lane | |
interval datatypes as well as timestamp. | |||
2005-01-17 | Please find enclosed another patch that now (I hope) really is | Bruce Momjian | |
correct. It's in addition to the previous patch. David Fetter | |||
2005-01-17 | Fix minor thinko in pg_dump documentation of "-n" option. | Neil Conway | |
2005-01-17 | Please find enclosed a patch to the pl/perl documents that correctly | Bruce Momjian | |
tells what arguments go to pl/perl triggers. David Fetter | |||
2005-01-17 | Update supported platforms list. | Peter Eisentraut | |
2005-01-17 | Some more copy-editing. | Tom Lane | |
2005-01-15 | Some minor editing work on the release notes. | Tom Lane | |
2005-01-15 | Minor improvements in descriptions of recent changes. | Tom Lane | |