]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-09-14  stephanCLI arg handling robustness improvements. sqlite3-rsync
2024-09-14  drhAdd the --version option.
2024-09-14  drhNew debugging options: --logfile, --errorfile, --remot...
2024-09-14  drhAlways show the -v traffic message even if there are...
2024-09-14  drhAdd the --logfile FILE option for debugging.
2024-09-14  drhImproved error messages coming out of sqlite3-rsync.
2024-09-14  drhMake the output from sqlite3-rsync with a single -v...
2024-09-13  drhMerge sqlite_dbpage fixes into the sqlite3-rsync branch.
2024-09-13  drhBug fix in the enhanced sqlite_dbpage for when truncati... dbpage
2024-09-13  drhFix harmless compiler warning on Windows.
2024-09-13  drhImproved informational output from sqlite3-rsync.
2024-09-13  drhPreveious check-in was actually doing an 8-round Keccak...
2024-09-13  drhChange the hash algorithm from SHA1 to a 6-round Keccak...
2024-09-12  drhBetter initialization of new database files in sqlite3...
2024-09-12  stephanAdd RSYNC_OPT to the sqlite3-rsync build flags.
2024-09-12  stephanPort some of the shell's CLI flag-handling code into...
2024-09-12  drhReplica must be in writable_schema mode.
2024-09-12  drhImproved --commcheck. Add the infoMsg() function which...
2024-09-12  drhPass the names of both the origin and the replica datab...
2024-09-12  drhAdd a protocol version number to the first message...
2024-09-12  drhAdd sha1() functions to the CLI. Fix sha1b() such...
2024-09-12  drhImproved debugging output.
2024-09-11  drhProgress on the sqlite3-rsync utility. This is an...
2024-09-10  drhImproved SSH infrastructure. The foundation is now...
2024-09-10  drhInitial infrastructure for the sqlite3-rsync utility...
2024-09-10  drhAdd the ability for sqlite_dbpage to truncate the datab...
2024-09-09  drhGeneralize the sqlite3_dbpage virtual table so that...
2024-09-09  drhMove the vfstrace extension out of src/ and into ext...
2024-09-09  drhFix dependencies in makefiles to include ext/misc/vfstr... vfstrace
2024-09-09  drhFix harmless compiler warnings in the vfstrace.c extension.
2024-09-09  drhFix harmless compiler warnings in FTS5.
2024-09-09  drhMove the vfstrace extension out of src/ over into ext...
2024-09-07  danFix a problem with fts5 locale=1 tables and UPDATE...
2024-09-07  drhFix an off-by-one error in the routines that bind the...
2024-09-06  danAdd tests for an fts5 NEAR() expression with a single...
2024-09-06  stephanResolve the "No rule to make target '0'" error when...
2024-09-06  drhFix a harmless stray carriage-return character.
2024-09-06  drhIn testrunner.tcl, correctly capture and display inform...
2024-09-06  drhFix harmless compiler warnings.
2024-09-06  drhA testcase() macro added to help ensure that the fix...
2024-09-06  drhClarification and simplification to the README.md file...
2024-09-05  drhFix a testrunner status reporting problem introduced...
2024-09-05  drhEnsure that the WhereInfo.revMask bitmap is adjusted...
2024-09-05  drhUpdate notes on build procedures in the README.md file.
2024-09-05  drhTestrunner.tcl enhancements: (1) Attempt to build...
2024-09-05  drhEnhance testrunner.tcl to keep track of the platform...
2024-09-05  drhFaster implementation of the aggregate_test_counts...
2024-09-04  drhMake the default TCLDIR be C:\Tcl in the Makefile.msc.
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  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...
next