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