]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-09-02  drhImproved error messages on percentile functions. More... ordered-set-agg
2024-09-02  drhChange the name of the enabling compile-time macro to
2024-09-01  drhMore internal documentation improvements.
2024-09-01  drhImproved documentation of recent enhancements to the...
2024-09-01  drhThe WITHIN GROUP (ORDER BY ...) syntax is now a compile...
2024-09-01  drhImplement percentile_cont() and percentile_disc().
2024-09-01  drhNo prepare-time penality for ordered-set aggregates...
2024-09-01  drhMerge fixes from trunk into the ordere-set-agg branch.
2024-09-01  drhImproved sort function in the percentile extension.
2024-09-01  drhFix to the quicksort algorithm in the percentile extension.
2024-08-31  drhAdd error checking: Do not allow functions other than...
2024-08-31  drhDemonstration of how ordered-set aggregates might be...
2024-08-31  drhInclude percentile() and merge() in the fuzzcheck test...
2024-08-31  drhOmit the percentile_cont() function added by [095c22e62...
2024-08-31  drhAllow percentile() and median() to act as window functions.
2024-08-31  drhStill more test cases. percentile-window
2024-08-31  drhAdd more test cases.
2024-08-31  drhAvoid unnecessary sort operations when running one...
2024-08-31  drhTest cases added.
2024-08-31  drhEnhance the percentile() and median() extension functio...
2024-08-30  drhDo not fail the omittest if ICU libraries are not insta...
2024-08-30  drhNew makefile target: "tidy". The "tidy" target removes...
2024-08-30  drhA couple of #defines so that the build work with SQLITE... makefile-improvements
2024-08-30  drhRework the tool/omittest.tcl script so that it works...
2024-08-30  drhImprovements to "make clean" on unix.
2024-08-30  drhIn the testrunner.tcl status report, try to provide...
2024-08-29  drhSync the autoconf/Makefile.msc with the main ./Makefile.msc
2024-08-29  drhAll makefiles are responsive to OPTIONS=... command...
2024-08-29  danFix a case where the BTCF_AtLast flag was being left...
2024-08-28  drhDo not allow sqlite3_blob_open() to work on a any table...
2024-08-28  danFix a dropped error code in fts5.
2024-08-28  drhUpdate the README.md file to recommend running "devtest...
2024-08-28  drhMaybe [7420b13238da4e6b] was not such a good idea....
2024-08-28  drhMinor wording change on testrunner output.
2024-08-28  drhUpdate the "make test" target so that it is really...
2024-08-28  drhFurther improvements to the status display in order...
2024-08-28  drhOnly limit the number of failures reported by testrunne...
2024-08-28  drhIn the testrunner status display, limit the number...
2024-08-28  drhDisable shell test cases that require virtual tables...
2024-08-28  drhReenable SQLITE_OMIT_VIRTUALTABLE on the Device-One...
2024-08-27  drhChanges to the way "release" tests were constructed...
2024-08-27  drhImprovements to --status overwrite in testrunner.
2024-08-27  danAvoid reading the structure record from within the...
2024-08-27  drhFurther minor improvements and tweaks to the testrunner...
2024-08-27  drhFix typo in the previous check-in. Ensure that --statu... testrunner-fix
2024-08-27  drhIn testrunner, when doing the --status updates to the...
2024-08-27  drhFurther improvement to the status display in testrunner...
2024-08-27  danModify the implementation of "wrapper" tokenizers to...
2024-08-27  drhImprovements to testrunner.tcl: Show elapse time in...
2024-08-27  danAdd test code to drop an fts5 table with corrupt record...
2024-08-27  drhUpdates to testrunner: (1) Omit all testing of User...
2024-08-27  drhMerge the SQLITE_USE_ONLY_WIN32 flag for consio into...
2024-08-27  drhOnly avoid all C-runtime I/O if the SQLITE_USE_ONLY_WIN...
2024-08-27  drhMerge all the latests trunk enhancements into the win...
2024-08-26  danChanges to documentation comments in fts5.h.
2024-08-26  drhRandomize the name of the attached database used to...
2024-08-25  stephanshell.c.in: use eputz/oputz() instead of eputf/oputf...
2024-08-24  drhFix harmless compiler warnings in fts5V2toV1Tokenize().
2024-08-24  drhFix compiler warnings in the CLI detected by MSVC.
2024-08-24  drhImproved help message for the --enable-test-status...
2024-08-24  drhNew ./configure option --enable-test-status causes...
2024-08-24  drhRemove a term from an assert() that is no longer relevant.
2024-08-24  danAvoid a stack overflow that could be caused by a recurs...
2024-08-24  drhEnsure that the WhereLoop.u.btree.pOrderBy field added...
2024-08-23  stephanEliminate use of strcpy() in shell.c.in to squelch...
2024-08-23  danFix a problem in the ext/fts5/extract_api_docs.tcl...
2024-08-23  danAdd fts5 auxiliary function fts5_get_locale(). For...
2024-08-22  drhEnhance the generate_series() table-valued function...
2024-08-22  drhAdd the SQLITE_INDEX_SCAN_HEX bit to the sqlite3_index_...
2024-08-21  drhAdd SQLITE_TESTCTRL_GETOPT. Use it to implement improv...
2024-08-21  drhAdd the new SQLITE_TESTCTRL_OPTGET that retrieves the... optimization-onoff
2024-08-21  drhImproved comments on byte-code subroutine calls to...
2024-08-21  stephanREADME.md: a markup link fix and use the canonical...
2024-08-21  drhUpdates and enhancements to the README.md file. No...
2024-08-21  drhAdd code comments for a "table-of-contents" and various...
2024-08-21  drhFix a minor typo in a comment.
2024-08-21  drhImprovements to treetrace output for subqueries. Debug...
2024-08-21  stephanDe-duplicate some error-output code in shell.c.in as...
2024-08-21  drhRemove incorrect assert() statements in the SrcItem...
2024-08-20  drhRefactor the SrcItem object to move fields associated...
2024-08-20  drhFix a name resolution issue with CTEs. srcitem-opt
2024-08-20  drhFix minor comment issues.
2024-08-20  drhRemove unreachable code.
2024-08-20  drhTighter checking of access constraints on union members...
2024-08-20  drhFix some stray SrcItem field name fixes.
2024-08-20  drhFix a memory leak so that now all dev tests (including...
2024-08-20  drhMemory issues fixes so that mdevtest now passes.
2024-08-20  drhWhen the database encoding is UTF-16LE and the GLOB...
2024-08-20  drhFix for the UTF-16LE problem reporte by
2024-08-19  drhEarlier error detection while processing complex aggregate
2024-08-19  drhRefactor the SrcItem object so that information about...
2024-08-19  danUpdate some comments that are processed into the fts5...
2024-08-19  danAdd the fts5_locale() function and related functionalit...
2024-08-19  drhFix leap-year handling for dates prior to 0400-03-01.
2024-08-19  drhNew date/time test cases to validate ancient dates. ancient-date-fix
2024-08-19  drhAttempt to fix date/time calculations for days earlier...
2024-08-19  danMerge trunk changes into this branch. fts5-locale
2024-08-18  danFix a problem with detail=none, content='' tables.
2024-08-18  drhAutomatically disable directory fsync when compiling...
2024-08-17  drhGive unique names to fields in the SrcItem object,...
next