Commit Graph

28639 Commits (959af88533cf682a2522a78f99056bc8adf0b58c)
 

Author SHA1 Message Date
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
Tom Lane d4a363cdf2 Modify find_inheritance_children() and find_all_inheritors() to add the 17 years ago
Tom Lane 0ada559187 Do some minor code refactoring in preparation for changing the APIs of 17 years ago
Tom Lane 6480c143ee Partially revert my patch of 2008-11-12 that installed a limit on the number 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
Magnus Hagander d9ebc8822b Support SSL certificate chains in the server certificate file. 17 years ago
Tom Lane 723476c72e Make a marginal performance improvement in predicate_implied_by and 17 years ago
Tom Lane 4db44b433b Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE options 17 years ago
Tom Lane 8dcf18414b Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti 17 years ago
Heikki Linnakangas a41e9ec0db Add alternative expected output files for cs_CZ locale for btree_gist and 17 years ago
Bruce Momjian d0ab409eae Add missing third argument to open(). 17 years ago
Bruce Momjian a600605bc1 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so function 17 years ago