summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
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
2005-03-24Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian
2005-03-23Add note about risks involved in replaying CREATE TABLESPACE commandsTom Lane
2005-03-03Replace ARC cache management algorithm with the similar but slightlyTom Lane
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
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
2005-02-11Mention that some psql environment variables come from libpq and noteBruce Momjian
2005-02-10Update pginstaller URL to http://www.postgresql.org/ftp/win32/.Bruce Momjian
2005-02-06Better late than never: document that the GiST API changed in 8.0 in theNeil Conway
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
2005-01-30Recommend security@postgresql.org as the contact point for security-related b...REL8_0_1Tom Lane
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
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
2005-01-26Close all cursors created during a failed subtransaction. This is neededTom Lane
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
2005-01-22More < and > changes to ampersands.Bruce Momjian
2005-01-22More < and > cleanups converted to ampersands.Bruce Momjian
2005-01-22Change -> and <- to use proper ampersand markups.Bruce Momjian
2005-01-17Clarify that the --enable-integer-datetimes switch affects the time andTom Lane
2005-01-17Please find enclosed another patch that now (I hope) really isBruce Momjian
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
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
2005-01-15Update release notes for 8.0.0 final. Release date set as 2005-01-19!Bruce Momjian
2005-01-15Simplify trigger example, per Mark Kirkwood.Tom Lane
2005-01-14Add index entries for function volatilities.Kris Jurka
2005-01-14Incorporate examples and doc patches from Mark Kirkwood and David Fetter.Tom Lane
2005-01-14Change Win32 client configuration files from *.txt to *.conf.Bruce Momjian
2005-01-13Update supported platforms list.Peter Eisentraut
2005-01-10Update supported platforms list.Peter Eisentraut
2005-01-10Add some real documentation about TOAST (finally). Combine this withTom Lane
2005-01-09Clarify description of greedy and non-greedy POSIX regular expressions,Tom Lane