]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-10-25  danReduce the number of malloc()/free() calls that may...
2024-10-23  danExtra logging to debug slow commit statements.
2024-10-22  danAdd still more logging to determine why schema loads...
2024-10-21  danAdd extra logging to SQL statements used to load the...
2024-10-10  danFix a typo in the previous commit.
2024-10-10  danAdd extra logging points to the code on this branch.
2024-10-08  danAdd logging to help analyze slow "PRAGMA cache_size...
2024-10-07  danAdd logging to help analyze commit performance.
2024-09-04  drhUpdate the bedrock branch to include all of the latest...
2024-09-04  drhMerge all the latest trunk enhancements into the wal2...
2024-09-04  drhFix a bug in the parsing of some corner-case JSON PATH...
2024-09-04  drhPut a proper shebang at the start of the testrunner...
2024-09-04  drhMake extra efforts to delete the over-size directory...
2024-09-04  drhAdd the "joblist" command to testrunner.tcl
2024-09-03  drhEnhance the "errors" command in testrunner.tcl so that...
2024-09-03  drhFix ext/consio so that it works correctly with SQLITE_U...
2024-09-03  drhIn testrunner.tcl, compile the Windows Default configur...
2024-09-03  drhFix harmless compiler warnings in the percentile extension.
2024-09-03  drhIn testrunner.tcl, allow setting njob to zero, which...
2024-09-03  larrybrCause cfGets() (under SQLITE_USE_ONLY_WIN32) to better...
2024-09-02  drhFix possible NULL pointer dereference following OOM...
2024-09-02  danFix a technically undefined signed integer overflow...
2024-09-02  drhMake the percential extension easier to incorporate...
2024-09-02  drhRemove some debug/test code from percentile. Make...
2024-09-02  drhEnhance the percentile extension to support percentile_...
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  drhMerge the latest trunk enhancement into the bedrock...
2024-08-29  drhMerge all the latest trunk enhancements into the wal2...
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...
next