summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Translation updatesPeter Eisentraut2007-11-151-480/+514
* Prevent re-use of a deleted relation's relfilenode until after the nextTom Lane2007-11-154-24/+269
* Message improvementsPeter Eisentraut2007-11-152-5/+5
* Add a rank/(rank+1) normalization option to ts_rank(). While the usefulnessTom Lane2007-11-141-8/+17
* Fix incorrect calculation of elapsed_xlogs. Itagaki TakahiroTom Lane2007-11-141-2/+2
* Add an Accept parameter to "simple" dictionaries. The default of trueTom Lane2007-11-141-6/+33
* Clean up some stray references to tsearch2.Tom Lane2007-11-131-1/+1
* Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane2007-11-131-2/+2
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-1116-256/+316
* Add missing closing / in xsd:restriction, and remove some unnecessaryTom Lane2007-11-101-5/+5
* xmlGetUTF8Char()'s second argument is both input and output. FixTom Lane2007-11-101-5/+9
* Have text search thesaurus files use "?" for stop words.Bruce Momjian2007-11-102-37/+39
* Reduce error level of ROLLBACK outside a transaction from WARNING toBruce Momjian2007-11-101-2/+2
* Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platformsTom Lane2007-11-093-69/+126
* Second pass at improving LIKE/regex estimation in non-C locales. It turnsTom Lane2007-11-091-8/+55
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-093-32/+97
* Allow XML processing instructions starting with "xml" while prohibitingPeter Eisentraut2007-11-091-3/+16
* In tsearch code, remove !(A && B) via restructuring, for clarityBruce Momjian2007-11-091-8/+7
* If an index depends on no columns of its table, give it a dependency on theTom Lane2007-11-081-1/+25
* Fix EquivalenceClass code to handle volatile sort expressions in a moreTom Lane2007-11-085-178/+288
* Last week's patch for make_sort_from_pathkeys wasn't good enough: it hasTom Lane2007-11-083-22/+48
* After conferencing again with Bruce, put in more accurate XML error message.Peter Eisentraut2007-11-081-2/+2
* Wording changesPeter Eisentraut2007-11-081-4/+4
* Add sentence-ending periods.Peter Eisentraut2007-11-081-5/+5
* Improve error messagePeter Eisentraut2007-11-081-3/+3
* Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane2007-11-072-25/+41
* Fix patternsel() and callers to do the right thing for NOT LIKE and the otherTom Lane2007-11-071-57/+52
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-076-11/+11
* Some code review for xml.c:Tom Lane2007-11-061-207/+314
* Fix xmlelement() to initialize libxml correctly before using it, and to avoidTom Lane2007-11-051-55/+120
* Improve conversion of legacy CREATE CONSTRAINT TRIGGER representation ofTom Lane2007-11-051-56/+81
* Use LOG instead of DEBUG2 for logging invalid cancel requests. (That is,Neil Conway2007-11-051-7/+7
* Minor improvements to code for converting legacy CREATE CONSTRAINT TRIGGERTom Lane2007-11-041-35/+82
* Prevent continuing disk-space bloat when profiling (with PROFILE_PID_DIRTom Lane2007-11-041-2/+13
* Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign keyTom Lane2007-11-041-69/+288
* Ensure that EquivalenceClasses generated from ORDER BY keys contain properTom Lane2007-11-022-23/+44
* In the previous commit message, I forgot to credit Simon Riggs who providedAlvaro Herrera2007-10-291-2/+3
* Mention the index name in 'could not create unique index' errors,Tom Lane2007-10-291-2/+3
* Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane2007-10-295-65/+98
* - Add check of already changed page while replay WAL. This touches onlyTeodor Sigaev2007-10-291-52/+60
* Make variable static, per Tom.Magnus Hagander2007-10-291-2/+2
* Fix coredump during replay WAL after crash. Change entrySplitPage() to preventTeodor Sigaev2007-10-291-18/+30
* Add compat file for dynamically loading the functions that MinGW is missingMagnus Hagander2007-10-292-2/+79
* Change text search parsing rules for hyphenated words so that digit stringsTom Lane2007-10-271-70/+13
* Add some rudimentary tracing code to the default text search parser, to helpTom Lane2007-10-271-224/+272
* Rename default text search parser's "uri" token type to "url_path",Tom Lane2007-10-272-30/+31
* Avoid considering both sort directions as equally useful for merging.Tom Lane2007-10-271-1/+45
* Translation updatesPeter Eisentraut2007-10-274-16010/+21248
* Change win32 child-death tracking code to use a threadpool to wait forMagnus Hagander2007-10-261-171/+79
* Allow an autovacuum worker to be interrupted automatically when it is foundAlvaro Herrera2007-10-264-5/+109