summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-11-15Message improvementsPeter Eisentraut
2007-11-15Add to synopsis that timeout option also applies to stop modePeter Eisentraut
2007-11-15Make help synopsis consistentPeter Eisentraut
2007-11-15Make synopses of -t option consistentPeter Eisentraut
2007-11-14Add a rank/(rank+1) normalization option to ts_rank(). While the usefulnessTom Lane
2007-11-14Fix incorrect calculation of elapsed_xlogs. Itagaki TakahiroTom Lane
2007-11-14Add an Accept parameter to "simple" dictionaries. The default of trueTom Lane
2007-11-13Clean up some stray references to tsearch2.Tom Lane
2007-11-13contrib/tsearch2 need not be special-cased any longer.Tom Lane
2007-11-13Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane
2007-11-13I find that an out-of-the-box installation of OSSP uuid 1.6.0 installsTom Lane
2007-11-11Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane
2007-11-10Add pg_ctl -t/timeout parameter to control amount of time to wait forBruce Momjian
2007-11-10Add missing closing / in xsd:restriction, and remove some unnecessaryTom Lane
2007-11-10xmlGetUTF8Char()'s second argument is both input and output. FixTom Lane
2007-11-10Have text search thesaurus files use "?" for stop words.Bruce Momjian
2007-11-10Reduce error level of ROLLBACK outside a transaction from WARNING toBruce Momjian
2007-11-09Recognize RETURN QUERY via a textual test, so that QUERY doesn't need to beTom Lane
2007-11-09Add an expected-results file to get regression to pass cleanly in sv_SETom Lane
2007-11-09Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platformsTom Lane
2007-11-09Second pass at improving LIKE/regex estimation in non-C locales. It turnsTom Lane
2007-11-09Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander
2007-11-09Allow XML processing instructions starting with "xml" while prohibitingPeter Eisentraut
2007-11-09In tsearch code, remove !(A && B) via restructuring, for clarityBruce Momjian
2007-11-08If an index depends on no columns of its table, give it a dependency on theTom Lane
2007-11-08Fix EquivalenceClass code to handle volatile sort expressions in a moreTom Lane
2007-11-08Last week's patch for make_sort_from_pathkeys wasn't good enough: it hasTom Lane
2007-11-08After conferencing again with Bruce, put in more accurate XML error message.Peter Eisentraut
2007-11-08Adjust test results for message changes. Darn.Peter Eisentraut
2007-11-08Wording changesPeter Eisentraut
2007-11-08Add sentence-ending periods.Peter Eisentraut
2007-11-08Improve error messagePeter Eisentraut
2007-11-08Add missing newlines to error messages, and normalize wording a bit.Peter Eisentraut
2007-11-07Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane
2007-11-07Fix patternsel() and callers to do the right thing for NOT LIKE and the otherTom Lane
2007-11-07Consistent capitalizationPeter Eisentraut
2007-11-07Improve wordingPeter Eisentraut
2007-11-07Error message cleanupPeter Eisentraut
2007-11-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
2007-11-06Fixed two parser bugs.Michael Meskes
2007-11-06Some code review for xml.c:Tom Lane
2007-11-05Fix xmlelement() to initialize libxml correctly before using it, and to avoidTom Lane
2007-11-05Fix deprecated-by-C-spec usage: storage class should come before constTom Lane
2007-11-05Improve conversion of legacy CREATE CONSTRAINT TRIGGER representation ofTom Lane
2007-11-05Document that configure option only affects contrib:Bruce Momjian
2007-11-05Properly pass third argument to open() in fsync test program.Bruce Momjian
2007-11-05Add a note about another issue that needs to be considered beforeTom Lane
2007-11-05Use LOG instead of DEBUG2 for logging invalid cancel requests. (That is,Neil Conway
2007-11-04Minor improvements to code for converting legacy CREATE CONSTRAINT TRIGGERTom Lane
2007-11-04Prevent continuing disk-space bloat when profiling (with PROFILE_PID_DIRTom Lane