summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2007-11-15When logging the recovery.conf parameters, show them quoted as they wouldPeter Eisentraut
2007-11-15Use ftruncate() not truncate() in mdunlink. Seems Windows doesn'tTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-15Translation updatesPeter Eisentraut
2007-11-15Prevent re-use of a deleted relation's relfilenode until after the nextTom Lane
2007-11-15Message improvementsPeter 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-13Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane
2007-11-11Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane
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-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-08Wording changesPeter Eisentraut
2007-11-08Add sentence-ending periods.Peter Eisentraut
2007-11-08Improve error messagePeter 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-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
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-05Improve conversion of legacy CREATE CONSTRAINT TRIGGER representation ofTom 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
2007-11-04Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign keyTom Lane
2007-11-02Ensure that EquivalenceClasses generated from ORDER BY keys contain properTom Lane
2007-10-29In the previous commit message, I forgot to credit Simon Riggs who providedAlvaro Herrera
2007-10-29Mention the index name in 'could not create unique index' errors,Tom Lane
2007-10-29Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane
2007-10-29- Add check of already changed page while replay WAL. This touches onlyTeodor Sigaev
2007-10-29Make variable static, per Tom.Magnus Hagander
2007-10-29Fix coredump during replay WAL after crash. Change entrySplitPage() to preventTeodor Sigaev
2007-10-29Add compat file for dynamically loading the functions that MinGW is missingMagnus Hagander
2007-10-27Change text search parsing rules for hyphenated words so that digit stringsTom Lane
2007-10-27Add some rudimentary tracing code to the default text search parser, to helpTom Lane
2007-10-27Rename default text search parser's "uri" token type to "url_path",Tom Lane
2007-10-27Avoid considering both sort directions as equally useful for merging.Tom Lane