Commit Graph

26056 Commits (2e4cb7082ca547d017759996b09cea754ab97bcc)
 

Author SHA1 Message Date
Tom Lane 2b477a2c73 Add missing closing / in xsd:restriction, and remove some unnecessary 18 years ago
Bruce Momjian 20a8825778 High availability wording fix. 18 years ago
Bruce Momjian 455fa463ad Update high availability documentation with comments from Markus Schiltknecht. 18 years ago
Tom Lane d2d52bbb55 xmlGetUTF8Char()'s second argument is both input and output. Fix 18 years ago
Bruce Momjian 58ac0f92c0 Use strip -x on OS/X-darwin because non-"-x" causes link problems: 18 years ago
Bruce Momjian d009992ba3 Have text search thesaurus files use "?" for stop words. 18 years ago
Bruce Momjian 82748bc253 Reduce error level of ROLLBACK outside a transaction from WARNING to 18 years ago
Bruce Momjian a341b876d8 Fix markup problem with recent pg_ctl change. 18 years ago
Joe Conway 01496439e9 Have crosstab variants treat NULL rowid as a category in its own right, 18 years ago
Bruce Momjian f19c8577eb Properly order pg_ctl -c option alphabetically in docs. 18 years ago
Tom Lane e5fe2e84d7 Recognize RETURN QUERY via a textual test, so that QUERY doesn't need to be 18 years ago
Bruce Momjian 4521207390 Remove tabs from SGML files. 18 years ago
Tom Lane 0833081125 Add an expected-results file to get regression to pass cleanly in sv_SE 18 years ago
Tom Lane 654dcfb9e4 Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms 18 years ago
Alvaro Herrera 83290b678d Point to our own UUID page instead of to Wikipedia. 18 years ago
Tom Lane a96fa85025 Second pass at improving LIKE/regex estimation in non-C locales. It turns 18 years ago
Magnus Hagander 4b606ee444 Add parameter krb_realm used by GSSAPI, SSPI and Kerberos 18 years ago
Bruce Momjian a7cd5a4aa0 Move pl/proxy into Multi-server parallel query execution documentation 18 years ago
Peter Eisentraut 8db43db01e Allow XML processing instructions starting with "xml" while prohibiting 18 years ago
Bruce Momjian 3991c3fb2b In tsearch code, remove !(A && B) via restructuring, for clarity 18 years ago
Tom Lane c293ba9eff If an index depends on no columns of its table, give it a dependency on the 18 years ago
Bruce Momjian f55e6c07c3 Wording improvement for pl/proxy mention. 18 years ago
Bruce Momjian 4a2077efe4 Add mention of pl/proxy toolset to docs. 18 years ago
Tom Lane c291203ca3 Fix EquivalenceClass code to handle volatile sort expressions in a more 18 years ago
Tom Lane 1be0601681 Last week's patch for make_sort_from_pathkeys wasn't good enough: it has 18 years ago
Bruce Momjian f1528b5154 Properly indent SGML file. 18 years ago
Bruce Momjian 621e14dcb2 Add "High Availability, Load Balancing, and Replication Feature Matrix" 18 years ago
Bruce Momjian 5db1c58a1a Move NFS section into "Creating Cluster" documentation section because 18 years ago
Peter Eisentraut 4c726d5c11 After conferencing again with Bruce, put in more accurate XML error message. 18 years ago
Peter Eisentraut 5412c728b9 Adjust test results for message changes. Darn. 18 years ago
Peter Eisentraut b5a47f245f Wording changes 18 years ago
Peter Eisentraut 156d648025 Add sentence-ending periods. 18 years ago
Peter Eisentraut b7210a07a9 Mention text search instead of tsearch2 18 years ago
Peter Eisentraut d624f94a88 Small fixes 18 years ago
Peter Eisentraut 79cff6bc7e Improve error message 18 years ago
Peter Eisentraut 56f9ff72b2 Add missing newlines to error messages, and normalize wording a bit. 18 years ago
Tom Lane 2de946be6a Improve the performance of LIKE/regex estimation in non-C locales, by making 18 years ago
Tom Lane 9542287123 Fix patternsel() and callers to do the right thing for NOT LIKE and the other 18 years ago
Peter Eisentraut 371d7bc7c0 <optional> cannot be used here, because psql doesn't handle it. 18 years ago
Peter Eisentraut 46c099ce71 Consistent capitalization 18 years ago
Peter Eisentraut e8c4f4e887 Improve wording 18 years ago
Peter Eisentraut 0e3c27538a Specify putting two spaces after sentence-ending period, which is current 18 years ago
Peter Eisentraut 27d18ffcc0 Error message cleanup 18 years ago
Peter Eisentraut 5f9869d0ee Use "alternative" instead of "alternate" where it is clearer. 18 years ago
Michael Meskes e9d7bd2650 Fixed two parser bugs. 18 years ago
Tom Lane 5e51297104 Some code review for xml.c: 18 years ago
Tom Lane 85f807d782 Fix xmlelement() to initialize libxml correctly before using it, and to avoid 18 years ago
Tom Lane bcb3852c33 Fix deprecated-by-C-spec usage: storage class should come before const 18 years ago
Tom Lane df87074092 Improve conversion of legacy CREATE CONSTRAINT TRIGGER representation of 18 years ago
Bruce Momjian c1a03bee08 Document that configure option only affects contrib: 18 years ago