summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2009-06-11Update release notes to today.Tom Lane
2009-06-11Remove our inadequate kluge that tried to get AIX's various broken versionsTom Lane
2009-06-10Add warning that xpath() doesn't work with non-UTF8 data.Tom Lane
2009-06-10Add a warning about possible strange behavior of volatile functionsTom Lane
2009-06-10Correct/improve the datetime_precision field in the information schema.Peter Eisentraut
2009-06-08Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4.Tom Lane
2009-06-08Be a bit more verbose about the effects of string literal processingTom Lane
2009-06-07Revert my patch of 2009-04-04 that removed contrib/intarray's definitions ofTom Lane
2009-06-06Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER,Joe Conway
2009-06-05Remove sleep() from backup script example; not needed anymore.Bruce Momjian
2009-06-04Improve the recently-added support for properly pluralized error messagesTom Lane
2009-06-03Wording improvement for recent sesssion identifier SQL query.Bruce Momjian
2009-06-03Add example of how to generate the session identifier from pg_stat_activity.Bruce Momjian
2009-06-02Remove the old advice to keep from_collapse_limit less than geqo_threshold,Tom Lane
2009-05-28Document that forking while having open libpq connections is notBruce Momjian
2009-05-27Improve release note explanation of the change in libpq's handling ofTom Lane
2009-05-27Remove tabs from SGML file.Bruce Momjian
2009-05-27Improve documentation about function volatility: mention the snapshotTom Lane
2009-05-26Allow the second argument of pg_get_expr() to be just zero when deparsingTom Lane
2009-05-18Refer to tables by id, not by "the following table", because tables are inPeter Eisentraut
2009-05-18Some documentation cleanup for the addition of the KOI8U encoding. ChangePeter Eisentraut
2009-05-16Minor copy-editing for description of partial-table vacuuming.Tom Lane
2009-05-16Minor editorialization on storage.sgml's documentation of free spaceTom Lane
2009-05-16Make an editorial pass over the Client Authentication material.Tom Lane
2009-05-14Update release notes to today.Tom Lane
2009-05-14Clean up overly hasty docs patch for pg_standby.Tom Lane
2009-05-14Add a note to release notes about the smart failover mode in pg_standby.Heikki Linnakangas
2009-05-14Add recovery_end_command option to recovery.conf. recovery_end_commandHeikki Linnakangas
2009-05-13Remove a useless backslash from a pattern-match example. Michael ToewsTom Lane
2009-05-12Update release notes for changes through 2009-05-11. Also some minorTom Lane
2009-05-11Move crypt auth comment to proper section.Magnus Hagander
2009-05-11Edit the SSL and Kerberos parts of the release notes a bit, and addMagnus Hagander
2009-05-07Change pgbench to use the table names pgbench_accounts, pgbench_branches,Tom Lane
2009-05-06Modify CREATE DATABASE to enforce that the source database's encoding settingTom Lane
2009-05-05Disable the use of Unicode escapes in string constants (U&'') whenPeter Eisentraut
2009-05-03Fix mis-description of XML Schema functions, per discussion.Tom Lane
2009-05-03Fix unintelligible description created by removing only part ofTom Lane
2009-05-02Split the release notes into a separate file for each (active) major branch,Tom Lane
2009-05-02Fix plpgsql's EXIT so that an EXIT without a label only matches a loop,Tom Lane
2009-04-27Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian
2009-04-26Some more work on the 8.4 release notes. Document a few changes that BruceTom Lane
2009-04-26Typo fix.Tom Lane
2009-04-24Improve server spoofing wording, per request from Magnus.Bruce Momjian
2009-04-24More clearly document what the different sslmode options mean, both the newMagnus Hagander
2009-04-24Remove sslverify parameter from release notes, mention that sslmode isMagnus Hagander
2009-04-24Remove sslverify parameter again, replacing it with two new sslmode values:Magnus Hagander
2009-04-23Mention that tables have a visibility map fork alongside the main forkHeikki Linnakangas
2009-04-23Improve the documentation on 8.4 visibility map related VACUUM changes.Heikki Linnakangas
2009-04-23Change the default value of max_prepared_transactions to zero, and addTom Lane
2009-04-21Merge psql \df options into a single \? line, and update docs.Bruce Momjian