Commit Graph

28401 Commits (2e6107cb621d003dcab0df53ac8673ea67c4e467)
 

Author SHA1 Message Date
Heikki Linnakangas 2e6107cb62 When archiving is enabled, rotate the last WAL segment at shutdown so that 17 years ago
Tom Lane ee3980ebf3 Improve release note explanation of the change in libpq's handling of 17 years ago
Magnus Hagander b1c2781951 Properly return the usermap result when doing gssapi authentication. Without 17 years ago
Peter Eisentraut 84f2f5c023 Fix to use the same format specifiers in both branches of a ngettext(). 17 years ago
Tom Lane 6ec0753146 Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead of 17 years ago
Peter Eisentraut 9873db6646 Fix compiler warnings on Sun Studio of the sort 17 years ago
Michael Meskes e7f4923d3b Reverting patch just in case a compiler treats this enum as signed. 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
Tom Lane 99bf328237 Remove the useless and rather inconsistent return values of EncodeDateOnly, 17 years ago
Tom Lane 8af641ac1f Remove unused declarations of EncodeTimeOnly and DecodeTimeOnly. 17 years ago
Tom Lane dd96d13a77 Add range checks to time_recv() and timetz_recv(), to prevent binary input 17 years ago
Tom Lane c3707a4fcd Use more-portable coding for the check on handing out the last available 17 years ago
Tom Lane fc2660fc25 Fix LIKE's special-case code for % followed by _. I'm not entirely sure that 17 years ago
Teodor Sigaev c6c458e24d Resort tsvector's lexemes in tsvectorrecv instead of emmiting an error. 17 years ago
Michael Meskes ab9981ccc6 Removed comparison of unsigned expression < 0. 17 years ago
Peter Eisentraut c697337c76 Convert some messages to use ngettext(). 17 years ago
Peter Eisentraut 65ffbbf1a5 Fix sgml-mode example. thanks Andrew Dunstan 17 years ago
Michael Meskes 14f29f640a Removed unsigned/signed mismatches. 17 years ago
Michael Meskes 11a497f99a More variables gcc moans about 17 years ago
Michael Meskes 0754b391f3 Removed some unneeded variables and comparisons 17 years ago
Heikki Linnakangas 7340793f31 Silence a gcc compiler warning about non-literal format string with no args 17 years ago
Peter Eisentraut 5e4c8aee1f Add documentation string for LDFLAGS_SL in configure --help output. 17 years ago
Heikki Linnakangas 9ca99cda21 Update relpages and reltuples estimates in stand-alone ANALYZE, even if 17 years ago
Tom Lane 7280fab717 Fix bug #4814 (wrong subscript in consistent-function call), and add some 17 years ago
Tom Lane 2c39ab12f3 Make pwdfMatchesString() a little more careful about matching * fields. 17 years ago
Peter Eisentraut 939a40b0af Add some instructions on how to customize emacs for working on the SGML 17 years ago
Peter Eisentraut 5581f226c8 Update SQL conformance entries for window functions functionality 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 3626043229 Improve comments in pg_ident.conf.sample. 17 years ago
Tom Lane 4616d57dad Fix all the server-side SIGQUIT handlers (grumble ... why so many identical 17 years ago
Marc G. Fournier abc924519a commit for BETA2 17 years ago
Tom Lane bfab3f19e3 Include recovery_end_command in recovery.conf.sample. 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
Alvaro Herrera f97017068f Translation updates 17 years ago
Tom Lane 284e12c398 Improve a couple of comments. 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 a710713644 Add checks to DefineQueryRewrite() to prohibit attaching rules to relations 17 years ago
Tom Lane 1958603145 Remove a useless backslash from a pattern-match example. Michael Toews 17 years ago
Tom Lane 23543c732b Rewrite xml.c's memory management (yet again). Give up on the idea of 17 years ago
Tom Lane db6e0b2db2 Update release notes for changes through 2009-05-11. Also some minor 17 years ago
Tom Lane 546454f8a3 Fix intratransaction memory leaks in xml_recv, xmlconcat, xmlroot, and 17 years ago
Tom Lane f23bdda324 Fix LOCK TABLE to eliminate the race condition that could make it give weird 17 years ago