Commit Graph

7208 Commits (aa719c4853ea460d5f9dae5856088205518b51a7)

Author SHA1 Message Date
Heikki Linnakangas 8fd733bd19 Disable pg_standby -l option because the backend doesn't expect the recovered 17 years ago
Magnus Hagander 286518e6f4 Fix incorrect LDAP example, noted by Tom. 17 years ago
Tom Lane d82e9f72b9 Provide a link to the UPDATE reference page in the 'Updating Data' 17 years ago
Tom Lane 8d355d7bbf Fix the makefiles to fail cleanly if Perl is needed but not present. This 17 years ago
Peter Eisentraut 18df0ffbd2 Add more explicit note that the parameters of MOVE are identical to FETCH. 17 years ago
Tom Lane 82480e28f5 Fix things so that array_agg_finalfn does not modify or free its input 17 years ago
Peter Eisentraut c79b4505c1 Don't convert the man page names to lower case, so that the .so links work. 17 years ago
Peter Eisentraut 6f1286c12d Add manvolnum, so that man pages are generated. 17 years ago
Peter Eisentraut 95289ea90b Recursive Joins -> Recursive Queries 17 years ago
Peter Eisentraut 9405b16f3a Add some more documentation and cross-links on using dblink with SQL/MED. 17 years ago
Peter Eisentraut 12bc87e09b Refine the use of terminology around bound and unbound cursors and cursor 17 years ago
Tom Lane c30446b9c9 Proofreading for Bruce's recent round of documentation proofreading. 17 years ago
Peter Eisentraut 5126826c52 Add another link of a GUC variable to where it is explained. 17 years ago
Tom Lane a0a3883dd9 Improve documentation about GiST opclass support functions. 17 years ago
Tom Lane 63e183ca46 Add info about minimum recommended AIX fix levels, per Laurenz Albe. 17 years ago
Tom Lane ae8a2d1a3a Update release notes to today. 17 years ago
Tom Lane db16e77349 Remove our inadequate kluge that tried to get AIX's various broken versions 17 years ago
Tom Lane 14180f9214 Add warning that xpath() doesn't work with non-UTF8 data. 17 years ago
Tom Lane 661b3e79c4 Add a warning about possible strange behavior of volatile functions 17 years ago
Peter Eisentraut 208d3a7555 Correct/improve the datetime_precision field in the information schema. 17 years ago
Tom Lane a1fd650d2b Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4. 17 years ago
Tom Lane 506183e485 Be a bit more verbose about the effects of string literal processing 17 years ago
Tom Lane 156475a589 Revert my patch of 2009-04-04 that removed contrib/intarray's definitions of 17 years ago
Joe Conway 4334695b30 Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER, 17 years ago
Bruce Momjian 7aace98bf6 Remove sleep() from backup script example; not needed anymore. 17 years ago
Tom Lane 76d4abf2d9 Improve the recently-added support for properly pluralized error messages 17 years ago
Bruce Momjian 5d682cab65 Wording improvement for recent sesssion identifier SQL query. 17 years ago
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