]> granicus.if.org Git - postgresql/history - src
Adjust contrib/tsearch2 regression results to use XML tag and XML entity descriptions...
[postgresql] / src /
2007-11-20 Andrew DunstanChange descriptions of entity and tag objects to "XML...
2007-11-19 Bruce MomjianUpdate comment.
2007-11-19 Bruce MomjianAdd comment about COMMENT ON DATABASE failing for diffe...
2007-11-16 Tom LaneImprove GIN index build's tracking of memory usage...
2007-11-16 Tom LaneGIN index build's allocatedMemory counter needs to...
2007-11-16 Alvaro HerreraFix inconsistent message wording, and split off a coupl...
2007-11-16 Tom LaneRepair still another bug in the btree page split WAL...
2007-11-16 Teodor SigaevFix tsvectorout() and tsqueryout() to escape backslesh...
2007-11-16 Marc G. Fournierupdate files for beta3
2007-11-16 Bruce MomjianSmall comment spacing improvement.
2007-11-16 Bruce MomjianBetter guard token used by pgindent.
2007-11-16 Bruce MomjianRun pgindent on remaining files now that LOOPBYTE is...
2007-11-16 Bruce MomjianCleanup for new else/comment handling.
2007-11-16 Tom LaneFix stupid typo in recently-added code :-(
2007-11-16 Bruce MomjianModify LOOPBYTE/LOOPBIT macros to be more logical;...
2007-11-15 Bruce MomjianFix pgindent to properly handle 'else' and single-line...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce MomjianBeef up README instructions, again.
2007-11-15 Bruce MomjianCUpdate README to suggest 'gmake distclean'. Add libra...
2007-11-15 Bruce MomjianUpdate pgtools README to be clearer about typdefs.
2007-11-15 Bruce MomjianUpdate pgindent with current typedefs.
2007-11-15 Peter EisentrautWhen logging the recovery.conf parameters, show them...
2007-11-15 Bruce MomjianAdd blank lines to pgindent.
2007-11-15 Tom LaneUse ftruncate() not truncate() in mdunlink. Seems...
2007-11-15 Tom LaneUpdate timezone data files to release 2007i of the...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Peter EisentrautTranslation updates
2007-11-15 Tom LanePrevent re-use of a deleted relation's relfilenode...
2007-11-15 Peter EisentrautMessage improvements
2007-11-15 Peter EisentrautAdd to synopsis that timeout option also applies to...
2007-11-15 Peter EisentrautMake help synopsis consistent
2007-11-15 Peter EisentrautMake synopses of -t option consistent
2007-11-14 Tom LaneAdd a rank/(rank+1) normalization option to ts_rank...
2007-11-14 Tom LaneFix incorrect calculation of elapsed_xlogs. Itagaki...
2007-11-14 Tom LaneAdd an Accept parameter to "simple" dictionaries. ...
2007-11-13 Tom LaneClean up some stray references to tsearch2.
2007-11-13 Tom Lanecontrib/tsearch2 need not be special-cased any longer.
2007-11-13 Tom LaneResurrect the code for the rewrite(ARRAY[...]) aggregat...
2007-11-13 Tom LaneI find that an out-of-the-box installation of OSSP...
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-11-10 Bruce MomjianAdd pg_ctl -t/timeout parameter to control amount of...
2007-11-10 Tom LaneAdd missing closing / in xsd:restriction, and remove...
2007-11-10 Tom LanexmlGetUTF8Char()'s second argument is both input and...
2007-11-10 Bruce MomjianHave text search thesaurus files use "?" for stop words.
2007-11-10 Bruce MomjianReduce error level of ROLLBACK outside a transaction...
2007-11-09 Tom LaneRecognize RETURN QUERY via a textual test, so that...
2007-11-09 Tom LaneAdd an expected-results file to get regression to pass...
2007-11-09 Tom LaneClean up ts_locale.h/.c. Fix broken and not-consistent...
2007-11-09 Tom LaneSecond pass at improving LIKE/regex estimation in non...
2007-11-09 Magnus HaganderAdd parameter krb_realm used by GSSAPI, SSPI and Kerberos
2007-11-09 Peter EisentrautAllow XML processing instructions starting with "xml...
2007-11-09 Bruce MomjianIn tsearch code, remove !(A && B) via restructuring...
2007-11-08 Tom LaneIf an index depends on no columns of its table, give...
2007-11-08 Tom LaneFix EquivalenceClass code to handle volatile sort expre...
2007-11-08 Tom LaneLast week's patch for make_sort_from_pathkeys wasn...
2007-11-08 Peter EisentrautAfter conferencing again with Bruce, put in more accura...
2007-11-08 Peter EisentrautAdjust test results for message changes. Darn.
2007-11-08 Peter EisentrautWording changes
2007-11-08 Peter EisentrautAdd sentence-ending periods.
2007-11-08 Peter EisentrautImprove error message
2007-11-08 Peter EisentrautAdd missing newlines to error messages, and normalize...
2007-11-07 Tom LaneImprove the performance of LIKE/regex estimation in...
2007-11-07 Tom LaneFix patternsel() and callers to do the right thing...
2007-11-07 Peter EisentrautConsistent capitalization
2007-11-07 Peter EisentrautImprove wording
2007-11-07 Peter EisentrautError message cleanup
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-11-06 Michael MeskesFixed two parser bugs.
2007-11-06 Tom LaneSome code review for xml.c:
2007-11-05 Tom LaneFix xmlelement() to initialize libxml correctly before...
2007-11-05 Tom LaneFix deprecated-by-C-spec usage: storage class should...
2007-11-05 Tom LaneImprove conversion of legacy CREATE CONSTRAINT TRIGGER...
2007-11-05 Bruce MomjianDocument that configure option only affects contrib:
2007-11-05 Bruce MomjianProperly pass third argument to open() in fsync test...
2007-11-05 Tom LaneAdd a note about another issue that needs to be conside...
2007-11-05 Neil ConwayUse LOG instead of DEBUG2 for logging invalid cancel...
2007-11-04 Tom LaneMinor improvements to code for converting legacy CREATE...
2007-11-04 Tom LanePrevent continuing disk-space bloat when profiling...
2007-11-04 Tom LaneTeach CREATE CONSTRAINT TRIGGER to convert old-style...
2007-11-02 Tom LaneEnsure that EquivalenceClasses generated from ORDER...
2007-10-31 Peter EisentrautMore precise error message
2007-10-30 Marc G. Fournierremoved from CVS
2007-10-30 Marc G. Fourniersimple script to pull together a very small (<500k...
2007-10-29 Alvaro HerreraIn the previous commit message, I forgot to credit...
2007-10-29 Tom LaneMention the index name in 'could not create unique...
2007-10-29 Tom LaneRemove the hack in the grammar that "optimized away...
2007-10-29 Teodor Sigaev- Add check of already changed page while replay WAL...
2007-10-29 Magnus HaganderMake variable static, per Tom.
2007-10-29 Teodor SigaevFix coredump during replay WAL after crash. Change...
2007-10-29 Magnus HaganderAdd compat file for dynamically loading the functions...
2007-10-29 Magnus HaganderNew versions of mingw have gettimeofday(), so add an...
2007-10-28 Tom LaneMake pg_dump and friends consistently report both the...
2007-10-28 Tom LaneFix a couple of issues with pg_dump's handling of inher...
2007-10-27 Tom LaneChange text search parsing rules for hyphenated words...
2007-10-27 Tom LaneAdd some rudimentary tracing code to the default text...
2007-10-27 Tom LaneRename default text search parser's "uri" token type...
2007-10-27 Tom LaneAvoid considering both sort directions as equally usefu...
2007-10-27 Tom LaneStamp 8.3beta2. REL8_3_BETA2
2007-10-27 Peter EisentrautTranslation updates
2007-10-26 Magnus HaganderChange win32 child-death tracking code to use a threadp...
next