Commit Graph

7281 Commits (dd4cd55c15886c46378dc27f44f59a6de8c4d45b)

Author SHA1 Message Date
Bruce Momjian 44ead23384 Add example of how to generate the session identifier from pg_stat_activity. 17 years ago
Tom Lane ade91586ea Remove the old advice to keep from_collapse_limit less than geqo_threshold, 17 years ago
Bruce Momjian 400fb19a30 Document that forking while having open libpq connections is not 17 years ago
Tom Lane ee3980ebf3 Improve release note explanation of the change in libpq's handling of 17 years ago
Bruce Momjian fa89e18f09 Remove tabs from SGML file. 17 years ago
Tom Lane 253ff58a1d Improve documentation about function volatility: mention the snapshot 17 years ago
Tom Lane 48938ab506 Allow the second argument of pg_get_expr() to be just zero when deparsing 17 years ago
Peter Eisentraut 9c4c70321d Refer to tables by id, not by "the following table", because tables are in 17 years ago
Peter Eisentraut 263144140f Some documentation cleanup for the addition of the KOI8U encoding. Change 17 years ago
Tom Lane 606f5d1763 Minor copy-editing for description of partial-table vacuuming. 17 years ago
Tom Lane 03a5ff0d1a Minor editorialization on storage.sgml's documentation of free space 17 years ago
Tom Lane 2d6e2323a4 Make an editorial pass over the Client Authentication material. 17 years ago
Tom Lane 1b6f549de5 Update release notes to today. 17 years ago
Tom Lane a6df05356e Clean up overly hasty docs patch for pg_standby. 17 years ago
Heikki Linnakangas b3aac077c3 Add a note to release notes about the smart failover mode in pg_standby. 17 years ago
Heikki Linnakangas 9e403c2587 Add recovery_end_command option to recovery.conf. recovery_end_command 17 years ago
Tom Lane 1958603145 Remove a useless backslash from a pattern-match example. Michael Toews 17 years ago
Tom Lane db6e0b2db2 Update release notes for changes through 2009-05-11. Also some minor 17 years ago
Magnus Hagander e54ec9231c Move crypt auth comment to proper section. 17 years ago
Magnus Hagander f3b507c8c7 Edit the SSL and Kerberos parts of the release notes a bit, and add 17 years ago
Tom Lane 48caf91b66 Change pgbench to use the table names pgbench_accounts, pgbench_branches, 17 years ago
Tom Lane 421c66b76c Modify CREATE DATABASE to enforce that the source database's encoding setting 17 years ago
Peter Eisentraut 40bc4c2605 Disable the use of Unicode escapes in string constants (U&'') when 17 years ago
Tom Lane c52963ac5f Fix mis-description of XML Schema functions, per discussion. 17 years ago
Tom Lane 71907f7de5 Fix unintelligible description created by removing only part of 17 years ago
Tom Lane 008fad58fe Split the release notes into a separate file for each (active) major branch, 17 years ago
Tom Lane c91bf01bc5 Fix plpgsql's EXIT so that an EXIT without a label only matches a loop, 17 years ago
Bruce Momjian ba36c48e39 Proofreading adjustments for first two parts of documentation (Tutorial 17 years ago
Tom Lane 23a9ac618e Some more work on the 8.4 release notes. Document a few changes that Bruce 17 years ago
Tom Lane f5c572a808 Typo fix. 17 years ago
Bruce Momjian 245316e996 Improve server spoofing wording, per request from Magnus. 17 years ago
Magnus Hagander af2cf3be03 More clearly document what the different sslmode options mean, both the new 17 years ago
Magnus Hagander 7e9375a59a Remove sslverify parameter from release notes, mention that sslmode is 17 years ago
Magnus Hagander e883d0b551 Remove sslverify parameter again, replacing it with two new sslmode values: 17 years ago
Heikki Linnakangas 88f4d38d20 Mention that tables have a visibility map fork alongside the main fork 17 years ago
Heikki Linnakangas 335904b4f8 Improve the documentation on 8.4 visibility map related VACUUM changes. 17 years ago
Tom Lane 8d4f2ecd41 Change the default value of max_prepared_transactions to zero, and add 17 years ago
Bruce Momjian 301f800895 Merge psql \df options into a single \? line, and update docs. 17 years ago
Bruce Momjian aeb3c2fce4 Add agg/normal/trigger/window flags for psql \df and in \df output. 17 years ago
Tom Lane c1c40e580a Fix textsearch documentation examples to not recommend concatenating separate 17 years ago
Tom Lane 3a624e9200 Revise plpgsql's scanner to process comments and string literals in a way 17 years ago
Tom Lane 7f2f798b30 Mention as a potential incompatibility the fact that SELECT DISTINCT, UNION, 17 years ago
Bruce Momjian 6df6846d56 Add Ron Mayer as primary contributor for: 17 years ago
Bruce Momjian 74aa1a45f7 Remove mention of pre-7.1 inheritance behavior from /ref pages; keep 17 years ago
Bruce Momjian 2d4843694d Fix SGML markup I broke yesterday. 17 years ago
Bruce Momjian 334f4e12d8 Reformat 'sslmode' options into an SGML table; improve wording. 17 years ago
Tom Lane bda9dc7e19 Do some copy-editing on description of ts_headline(). 17 years ago
Tom Lane 15aa0252da Make a copy-editing pass over the 8.4 release notes. 17 years ago
Bruce Momjian d0c64c8388 More wording clarification of sslverify setting. 17 years ago
Bruce Momjian 5817673448 Better document libpq sslverify behavior as requiring root.crt. 17 years ago