| Commit message (Expand) | Author | Age |
* | Make help synopsis consistent | Peter Eisentraut | 2007-11-15 |
* | Make synopses of -t option consistent | Peter Eisentraut | 2007-11-15 |
* | Add a rank/(rank+1) normalization option to ts_rank(). While the usefulness | Tom Lane | 2007-11-14 |
* | Fix incorrect calculation of elapsed_xlogs. Itagaki Takahiro | Tom Lane | 2007-11-14 |
* | Add an Accept parameter to "simple" dictionaries. The default of true | Tom Lane | 2007-11-14 |
* | Clean up some stray references to tsearch2. | Tom Lane | 2007-11-13 |
* | contrib/tsearch2 need not be special-cased any longer. | Tom Lane | 2007-11-13 |
* | Resurrect the code for the rewrite(ARRAY[...]) aggregate function, | Tom Lane | 2007-11-13 |
* | I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs | Tom Lane | 2007-11-13 |
* | Ensure that typmod decoration on a datatype name is validated in all cases, | Tom Lane | 2007-11-11 |
* | Add pg_ctl -t/timeout parameter to control amount of time to wait for | Bruce Momjian | 2007-11-10 |
* | Add missing closing / in xsd:restriction, and remove some unnecessary | Tom Lane | 2007-11-10 |
* | xmlGetUTF8Char()'s second argument is both input and output. Fix | Tom Lane | 2007-11-10 |
* | Have text search thesaurus files use "?" for stop words. | Bruce Momjian | 2007-11-10 |
* | Reduce error level of ROLLBACK outside a transaction from WARNING to | Bruce Momjian | 2007-11-10 |
* | Recognize RETURN QUERY via a textual test, so that QUERY doesn't need to be | Tom Lane | 2007-11-09 |
* | Add an expected-results file to get regression to pass cleanly in sv_SE | Tom Lane | 2007-11-09 |
* | Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms | Tom Lane | 2007-11-09 |
* | Second pass at improving LIKE/regex estimation in non-C locales. It turns | Tom Lane | 2007-11-09 |
* | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander | 2007-11-09 |
* | Allow XML processing instructions starting with "xml" while prohibiting | Peter Eisentraut | 2007-11-09 |
* | In tsearch code, remove !(A && B) via restructuring, for clarity | Bruce Momjian | 2007-11-09 |
* | If an index depends on no columns of its table, give it a dependency on the | Tom Lane | 2007-11-08 |
* | Fix EquivalenceClass code to handle volatile sort expressions in a more | Tom Lane | 2007-11-08 |
* | Last week's patch for make_sort_from_pathkeys wasn't good enough: it has | Tom Lane | 2007-11-08 |
* | After conferencing again with Bruce, put in more accurate XML error message. | Peter Eisentraut | 2007-11-08 |
* | Adjust test results for message changes. Darn. | Peter Eisentraut | 2007-11-08 |
* | Wording changes | Peter Eisentraut | 2007-11-08 |
* | Add sentence-ending periods. | Peter Eisentraut | 2007-11-08 |
* | Improve error message | Peter Eisentraut | 2007-11-08 |
* | Add missing newlines to error messages, and normalize wording a bit. | Peter Eisentraut | 2007-11-08 |
* | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane | 2007-11-07 |
* | Fix patternsel() and callers to do the right thing for NOT LIKE and the other | Tom Lane | 2007-11-07 |
* | Consistent capitalization | Peter Eisentraut | 2007-11-07 |
* | Improve wording | Peter Eisentraut | 2007-11-07 |
* | Error message cleanup | Peter Eisentraut | 2007-11-07 |
* | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 |
* | Fixed two parser bugs. | Michael Meskes | 2007-11-06 |
* | Some code review for xml.c: | Tom Lane | 2007-11-06 |
* | Fix xmlelement() to initialize libxml correctly before using it, and to avoid | Tom Lane | 2007-11-05 |
* | Fix deprecated-by-C-spec usage: storage class should come before const | Tom Lane | 2007-11-05 |
* | Improve conversion of legacy CREATE CONSTRAINT TRIGGER representation of | Tom Lane | 2007-11-05 |
* | Document that configure option only affects contrib: | Bruce Momjian | 2007-11-05 |
* | Properly pass third argument to open() in fsync test program. | Bruce Momjian | 2007-11-05 |
* | Add a note about another issue that needs to be considered before | Tom Lane | 2007-11-05 |
* | Use LOG instead of DEBUG2 for logging invalid cancel requests. (That is, | Neil Conway | 2007-11-05 |
* | Minor improvements to code for converting legacy CREATE CONSTRAINT TRIGGER | Tom Lane | 2007-11-04 |
* | Prevent continuing disk-space bloat when profiling (with PROFILE_PID_DIR | Tom Lane | 2007-11-04 |
* | Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign key | Tom Lane | 2007-11-04 |
* | Ensure that EquivalenceClasses generated from ORDER BY keys contain proper | Tom Lane | 2007-11-02 |