Sync the amalgamation makefile for MSVC with the main makefile. (tags:...
Sync the amalgamation makefile for MSVC with the main makefile. (tags: begin-concurrent)
View ArticleSync the autoconf/Makefile.msc with the main ./Makefile.msc (tags: trunk)
Sync the autoconf/Makefile.msc with the main ./Makefile.msc (tags: trunk)
View Article*MERGE* Merge all the latest trunk enhancements into the wal2 branch. (tags:...
*MERGE* Merge all the latest trunk enhancements into the wal2 branch. (tags: wal2)
View Article*MERGE* Merge the latest trunk enhancement into the bedrock branch through...
*MERGE* Merge the latest trunk enhancement into the bedrock branch through the wal2 intermediary. (tags: bedrock)
View ArticleIn the testrunner.tcl status report, try to provide a rough estimate of the...
In the testrunner.tcl status report, try to provide a rough estimate of the time remaining. (tags: trunk)
View ArticleImprovements to "make clean" on unix. (tags: makefile-improvements)
Improvements to "make clean" on unix. (tags: makefile-improvements)
View ArticleRework the tool/omittest.tcl script so that it works with the...
Rework the tool/omittest.tcl script so that it works with the configure-generated Makefile, and requires no arguments. Update the configure-generated Makefile with a new "tidy" target which is like...
View ArticleA couple of #defines so that the build work with SQLITE_OMIT_FLOATING_POINT....
A couple of #defines so that the build work with SQLITE_OMIT_FLOATING_POINT. (tags: makefile-improvements)
View Article*MERGE* New makefile target: "tidy". The "tidy" target removes all build...
*MERGE* New makefile target: "tidy". The "tidy" target removes all build products be leaves behind test results. The "clean" target has been enhanced to do a better job. The tool/omittest.tcl script is...
View ArticleDo not fail the omittest if ICU libraries are not installed. (tags: trunk)
Do not fail the omittest if ICU libraries are not installed. (tags: trunk)
View ArticleEnhance the percentile() and median() extension functions so that they can be...
Enhance the percentile() and median() extension functions so that they can be window functions. (tags: percentile-window)
View ArticleTest cases added. (tags: percentile-window)
Test cases added. (tags: percentile-window)
View ArticleAvoid unnecessary sort operations when running one of the percentile...
Avoid unnecessary sort operations when running one of the percentile aggregates as a window function. (tags: percentile-window)
View ArticleAdd more test cases. (tags: percentile-window)
Add more test cases. (tags: percentile-window)
View ArticleStill more test cases. (tags: percentile-window)
Still more test cases. (tags: percentile-window)
View Article*MERGE* Allow percentile() and median() to act as window functions. (tags:...
*MERGE* Allow percentile() and median() to act as window functions. (tags: trunk)
View ArticleOmit the percentile_cont() function added by [095c22e62248f8ef] (and not yet...
Omit the percentile_cont() function added by [095c22e62248f8ef] (and not yet released) since its usage conflicts with the PG percentile_cont() function. (tags: trunk)
View ArticleInclude percentile() and merge() in the fuzzcheck test utility. (tags: trunk)
Include percentile() and merge() in the fuzzcheck test utility. (tags: trunk)
View ArticleDemonstration of how ordered-set aggregates might be parsed and integrated...
Demonstration of how ordered-set aggregates might be parsed and integrated into the existing parse tree, should we decide to support them. (tags: ordered-set-agg)
View ArticleAdd error checking: Do not allow functions other than those in the percentile...
Add error checking: Do not allow functions other than those in the percentile extension to use the ordered-set aggregate notation. (tags: ordered-set-agg)
View Article