]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-08-18  danImprovements to error handling in ALTER TABLE RENAME... edit-trigger-wrapper
2018-08-17  danAllow an ALTER TABLE RENAME COLUMN to proceed even...
2018-08-17  danEnsure that CREATE VIEW, TRIGGER or INDEX statements...
2018-08-16  danFurther progress on updating trigger programs as part...
2018-08-15  dan(no comment)
2018-08-14  danFix a problem when renaming an IPK column that is also...
2018-08-14  danFix a problem when renaming an IPK column that is also...
2018-08-14  danMerge latest trunk and ALTER TABLE error message improv...
2018-08-14  drhDo not allow ALTER TABLE RENAME COLUMN on a virtual...
2018-08-14  danHave ALTER TABLE RENAME edit column references in CREAT...
2018-08-14  drhImproved error messages when an ALTER TABLE RENAME...
2018-08-14  drhMerge fixes and enhancements from trunk.
2018-08-14  danFix ALTER TABLE RENAME COLUMN in cases where the column...
2018-08-14  drhFix UPSERT so that it checks the target-constraint...
2018-08-13  drhStop requiring the global VFS mutex to access the unixI...
2018-08-13  drhTake extra precautions to ensure access to unixInodeInf...
2018-08-13  danEdit the WHEN and UPDATE OF clauses of trigger programs...
2018-08-13  drhMake the sqlite_rename_column() SQL function resistant...
2018-08-13  drhFix legacy comments on Token. Begin commenting the...
2018-08-13  drhFix issues with ALTER TABLE RENAME COLUMN associated...
2018-08-13  drhFix an incorrect comment on the unix-nolock VFS object...
2018-08-11  drhAdd the "atrc" test program. "Atrc" is short for...
2018-08-11  danIf the new column name in an ALTER TABLE RENAME COLUMN...
2018-08-11  danAvoid an assert() sometimes triggered by ALTER TABLE...
2018-08-11  danFix a bug causing ALTER TABLE RENAME COLUMN to fail...
2018-08-11  danFix a bug causing all ALTER TABLE RENAME COLUMN command...
2018-08-11  danReload the entire schema after renaming a column in...
2018-08-10  danEnsure the schema cookie is changed when a column is...
2018-08-10  drhFix harmless compiler warnings.
2018-08-10  danWhen a column is renamed, update any references to...
2018-08-10  danMerge latest trunk changes with this branch.
2018-08-10  danFix a problem with renaming columns on tables with...
2018-08-09  drhFix the isLikeOrGlob() routine in the WHERE clause...
2018-08-09  danExperimental implementation of ALTER TABLE ... RENAME...
2018-08-09  drhWhen a column must be a constant due to WHERE clause...
2018-08-08  mistachkinMinor style improvements.
2018-08-06  drhEnhance the edit() function so that it converts text...
2018-08-06  drhAdd the --info option to the fuzzcheck test utility.
2018-08-06  drhFix an overzealous assert() statement discovered by...
2018-08-04  drhRemove the column-cache from the code generator. The...
2018-08-04  drhRemove a testcase() that is no longer reachable without... omit-column-cache
2018-08-04  drhFix comments that were made obsolete by the removal...
2018-08-04  drhRemove more column-cache residue: The OP_SetColTab...
2018-08-04  drhFurther logic simplifications that flow out of the...
2018-08-04  drhAdd test cases for the constant expression fix of the...
2018-08-04  drhEnsure that all expressions that are to be evaluated...
2018-08-04  drhRemove additional traces of the column cache.
2018-08-03  drhCompletely remove the column cache logic, which has...
2018-08-03  danFix the handling of sub-queries with LIMIT clauses...
2018-08-03  drhFix the OP_SeekRowid opcode so that it has no type...
2018-08-03  drhImprove "PRAGMA vdbe_trace=ON" to always show the key...
2018-07-29  drhIn the command-line shell, always exit if realloc(...
2018-07-28  drhAdd a small cost penalty to sorting to bias the query...
2018-07-28  drhDo not allow a column reference that is converted into...
2018-07-28  drhFix an assert() statement that was made obsolete by...
2018-07-28  drhImproved debugging output when the ".selecttrace" optio...
2018-07-27  drhImprovements to the parser to increase coverage. Fix...
2018-07-27  drhWhen doing a DROP VIEW do not try to delete entries...
2018-07-27  drhMinor grammar changes that help the parser run faster...
2018-07-27  mistachkinEnhance Makefile for MSVC to support building the shell...
2018-07-27  drhThe WHERE-clause constant propagation optimization...
2018-07-27  drhReduce the performance cost of the constant propagation... propagate-const-opt
2018-07-27  drhPerformance improvement to sqlite3ExprCollSeq(). With...
2018-07-27  drhFaster implementation of sqlite3IsBinary().
2018-07-27  drhOnly run the constant propagation optimization on joins...
2018-07-27  drhConstant propagation is now restricted to just the...
2018-07-26  drhAdd a test case demonstrating the collation problem...
2018-07-26  drhGeneralize the constant propagation optimization so...
2018-07-26  drhIn the unix VFS, give every unixInodeInfo object its...
2018-07-26  drhInitial implementation of the WHERE-clause constant...
2018-07-25  danFix a buffer overread in fts5.
2018-07-25  mistachkinKeep generated opcode values grouped together when...
2018-07-25  danFix a typo in the documentation for sqlite3_snapshot_get().
2018-07-24  drhDo not abort running queries due to a CREATE INDEX...
2018-07-24  mistachkinAdd missing SQLITE_OMIT_WINDOWFUNC check to the json1...
2018-07-23  drhReturn an SQLITE_NOMEM error if the locking mutex fails... separate-lock-mutex
2018-07-23  drhFirst attempt at reducing mutex contention in the unix...
2018-07-23  mistachkinFix typo of 'SQLITE_OMIT_WINDOWFUNC'.
2018-07-23  drhAttempt to improve the documentation for snapshots...
2018-07-23  danFix the macros used to generate the output of "PRAGMA...
2018-07-22  mistachkinFix more harmless compiler warnings seen with MSVC.
2018-07-22  mistachkinAnother minor revision to the 'fulltestonly' set of...
2018-07-22  mistachkinFix harmless compiler warning.
2018-07-22  mistachkinIn the Win32 VFS, when truncating a file, unmap it...
2018-07-22  drhRemove an unused branch in the FK logic. dropViewNoStat
2018-07-21  mistachkinIn 'resetdb.test', close a database prior to trying...
2018-07-20  mistachkinWhen dropping a view, skip trying to delete from 'sqlit...
2018-07-20  drhChange the SQLITE_Stat34 bit of the optimization test...
2018-07-20  drhNew checked in PRAGMA integrity_check to validate the...
2018-07-20  drhEnhanced detection of problems on the freelist and...
2018-07-19  drhAvoid a branch in the commit logic that is unreachable...
2018-07-19  drhAllow the VACUUM following SQLITE_DBCONFIG_RESET_DATABA...
2018-07-19  danExperimental fix for resetting databases that have... exp-dbreset-fix
2018-07-18  drhAdd the SQLITE_FCNTL_DATA_VERSION file control
2018-07-18  drhFix a harmless compiler warning in the pager. Enhance...
2018-07-17  danIf an SQLITE_IOERR error is encountered as part of...
2018-07-17  danFix for builds without SQLITE_ENABLE_BATCH_ATOMIC_WRITE. exp-retry-atomic-commit
2018-07-16  danAdd new file doc/F2FS.txt, containing notes on the...
2018-07-16  drhMinor simplification to sqlite3RollbackAll().
2018-07-14  danIf an SQLITE_IOERR error is encountered as part of...
next