Fix to the quicksort algorithm in the percentile extension. (tags: trunk)
Fix to the quicksort algorithm in the percentile extension. (tags: trunk)
View ArticleImproved sort function in the percentile extension. (tags: trunk)
Improved sort function in the percentile extension. (tags: trunk)
View Article*MERGE* Merge fixes from trunk into the ordere-set-agg branch. (tags:...
*MERGE* Merge fixes from trunk into the ordere-set-agg branch. (tags: ordered-set-agg)
View ArticleNo prepare-time penality for ordered-set aggregates for applications that do...
No prepare-time penality for ordered-set aggregates for applications that do not use them. (tags: ordered-set-agg)
View ArticleImplement percentile_cont() and percentile_disc(). (tags: ordered-set-agg)
Implement percentile_cont() and percentile_disc(). (tags: ordered-set-agg)
View ArticleThe WITHIN GROUP (ORDER BY ...) syntax is now a compile-time option:...
The WITHIN GROUP (ORDER BY ...) syntax is now a compile-time option: SQLITE_ENABLE_ORDERED_SET_FUNCS. There is no increment in the code size if the option is omitted. (tags: ordered-set-agg)
View ArticleImproved documentation of recent enhancements to the percentile extension....
Improved documentation of recent enhancements to the percentile extension. (tags: ordered-set-agg)
View ArticleMore internal documentation improvements. (tags: ordered-set-agg)
More internal documentation improvements. (tags: ordered-set-agg)
View ArticleChange the name of the enabling compile-time macro to...
Change the name of the enabling compile-time macro to SQLITE_ENABLE_ORDERED_SET_AGGREGATES. (tags: ordered-set-agg)
View ArticleImproved error messages on percentile functions. More tests cases for...
Improved error messages on percentile functions. More tests cases for percentile and for ordered-set aggregates. (tags: ordered-set-agg)
View Article*MERGE* Enhance the percentile extension to support percentile_cont() and...
*MERGE* Enhance the percentile extension to support percentile_cont() and percentile_disc(). Add support for ordered-set aggregate notation in the parser when compiling with...
View ArticleRemove some debug/test code from percentile. Make the extension easier to...
Remove some debug/test code from percentile. Make the extension easier to statically link. (tags: trunk)
View ArticleMake the percential extension easier to incorporate as a built-in on Windows...
Make the percential extension easier to incorporate as a built-in on Windows applications. (tags: trunk)
View ArticleFix a technically undefined signed integer overflow in fts5. (tags: trunk)
Fix a technically undefined signed integer overflow in fts5. (tags: trunk)
View ArticleFix possible NULL pointer dereference following OOM in the new error...
Fix possible NULL pointer dereference following OOM in the new error reporting logic of the percentile extension. (tags: trunk)
View ArticleCause cfGets() (under SQLITE_USE_ONLY_WIN32) to better emulate fgets()....
Cause cfGets() (under SQLITE_USE_ONLY_WIN32) to better emulate fgets(). (tags: win-dupe-crt-fio)
View ArticleIn testrunner.tcl, allow setting njob to zero, which causes no new jobs to be...
In testrunner.tcl, allow setting njob to zero, which causes no new jobs to be launched and for the process to shut down once all current jobs are completed. (tags: trunk)
View ArticleFix harmless compiler warnings in the percentile extension. (tags: trunk)
Fix harmless compiler warnings in the percentile extension. (tags: trunk)
View ArticleIn testrunner.tcl, compile the Windows Default configuration using...
In testrunner.tcl, compile the Windows Default configuration using SQLITE_ENABLE_STMT_SCANSTATUS. (tags: trunk)
View Article*MERGE* Fix ext/consio so that it works correctly with SQLITE_USE_ONLY_WIN32....
*MERGE* Fix ext/consio so that it works correctly with SQLITE_USE_ONLY_WIN32. (tags: trunk)
View Article