]> git.ipfire.org Git - thirdparty/sqlite.git/history - configure.ac
When compiling with SQLITE_ALLOW_ROWID_IN_VIEW, if the RETURNING clause of
[thirdparty/sqlite.git] / configure.ac
2024-02-27  stephanBring the extra-src branch up to date with the trunk. extra-src
2023-11-15  danChanges so that if SQLITE_ENABLE_SETLK_TIMEOUT is defin...
2023-11-06  danMerge trunk changes into this branch.
2023-11-03  drhMerge all the latest trunk fixes and enhancements into...
2023-11-03  drhUpdate the version number to 3.45.0 to begin the next...
2023-10-23  larrybrClear some picky warnings, sync w/trunk. expert-enhancement
2023-09-26  drhMerge all the latest trunk enhancements into jsonb...
2023-09-25  danIn partial index scans, if the WHERE clause implies...
2023-09-25  drhEnable -Wall for the compiler on --enable-debug builds.
2023-09-11  stephanMerge in JNI's significant divergence since it adopted...
2023-09-11  drhAdd support for the sqlite3_get_clientdata() and sqlite...
2023-09-07  drhEnhance the ./configure script and its associated Makef...
2023-07-06  drhMerge all recent trunk enhancements into the wal-shm...
2023-02-08  drhAdd the 'txn' date/time format. Change CURRENT_TIMESTA...
2023-02-08  stephanMerge wasi-patches branch into trunk.
2023-02-06  stephanMerge trunk into wasi-patches branch. wasi-patches
2023-01-27  stephanMerge trunk into wasi-patches branch.
2023-01-21  stephanMerge trunk into wasi-patches branch.
2023-01-11  stephanMerge trunk into wasi-patches branch and add missing...
2022-12-24  stephanIncorporate wasi-sdk RANLIB configure script patch...
2022-12-24  stephanMerge trunk into wasi-patches branch.
2022-12-10  stephanImply configure flag --disable-shared when --with-wasi...
2022-12-10  stephanAdd --with-wasi-sdk=DIR flag to configure.ac. This...
2022-12-10  stephanRun configure.ac through autoupdate, as required by...
2022-10-12  stephanMerge trunk into fiddle-opfs as a preliminary step... fiddle-opfs
2022-10-04  danMerge latest trunk changes.
2022-10-04  drhChange the name of the autoconf-generated configuration...
2022-01-11  drhMerge the JSON interface into the core. Add -> and...
2022-01-09  drhMerge trunk enhancements into the json-in-core branch.
2022-01-08  drhMerge the JSON function enhancements from the json...
2022-01-06  drhAn attempt to integrate the JSON functions directly...
2021-11-29  drhMerge in the proposed date/time function enhancements...
2021-11-29  drhBump the version number up to 3.38.0 in order to begin...
2021-03-12  danMerge latest trunk changes into this branch.
2021-03-09  drhMath functions are enabled by default in the main confi...
2021-03-09  drhImprovements to the configure script. Math functions...
2021-01-12  drhMerge the ParseCleanup enhancement to trunk.
2021-01-12  danFix for the top-level configure script so that it works...
2020-12-07  drhFix to the --disable-math option to ./configure.
2020-12-07  drhBegin adding new SQL functions that depend on -lm:...
2020-11-24  drhRemove the VERSION_NUMBER macro from configure.ac as...
2020-07-13  danMerge latest trunk changes with this branch.
2020-07-07  danRemove bashism from configure script.
2020-06-15  drhFix the --enable-update-limit option to ./configure.
2019-12-31  drhMerge recent enhancements from trunk.
2019-12-28  drhAdd the --enable-all option to the main configure scrip...
2018-10-01  drhBring the PRAGMA table_vinfo statement up to date with...
2018-09-01  danMerge alter-table-rename-table back into this branch.
2018-09-01  drhMerge fixes from the alter-table-rename-column branch...
2018-09-01  drhMerge fixes and enhancements from trunk.
2018-08-27  drhAdd support for the Geopoly extension to the R-Tree...
2018-08-23  drhMerge enhancements from trunk.
2018-06-14  danMerge latest trunk changes into this branch.
2018-06-11  drhFix various --enable and --disable options on the top...
2018-05-26  drhMerge the ability to plan virtual table queries using...
2018-05-25  drhForward port the geopoly extension functions into the...
2017-12-14  drhBring in the latest trunk changes.
2017-11-29  danMerge latest trunk changes into this branch.
2017-11-28  danLock the wal file for all snapshot transactions, even...
2017-11-24  drhEnhance the configure script to detect zLib.
2017-10-11  danMerge latest trunk changes with this branch.
2017-09-22  drhUpdate the configure script so that it looks for tclsh8...
2017-08-28  drhAdd the --enable-update-limit option to the ./configure...
2017-06-02  drhMerge all recent trunk enhancements.
2017-05-29  drhOmit unnecessary fstat() calls for determining the...
2017-05-29  drhFix an issue with OPT_FEATURE_FLAGS in configure.ac.
2017-04-08  danMerge latest trunk with this branch.
2017-04-05  drhAttempt to remove bash-isms from configure.ac. Use...
2017-03-31  danMerge latest trunk into this branch.
2016-11-30  drhAdd the remember(V,PTR) extension function which copies...
2016-11-22  drhMerge bug fixes and enhancements from trunk. serializable-snapshot
2016-11-17  drhChange the --enable-debug option on configure so that...
2016-10-14  mistachkinAdd the SQLITE_FCNTL_WIN32_GET_HANDLE file control.
2016-07-26  danMerge latest trunk changes into this branch.
2016-07-25  drhIf both MEMSYS3 and MEMSYS5 are enabled, than automatic...
2016-07-25  drhAnother attempt at getting --enable-memsysN working.
2016-07-25  drhFix the --enable-memsysN options in configure so that...
2016-07-25  drhAdd --enable-memsys3 and --enable-memsys5 options to...
2016-05-23  drhUpdate the configure script with additional hints on...
2016-05-03  drhThe session extension is disabled by default. To enabl...
2016-05-03  drhTurn the session extension off by default. Enable... session-make
2016-04-05  mistachkinMerge updates from trunk.
2016-04-03  mistachkinMerge updates from trunk.
2016-03-16  drhAvoid a few unnecessary fstat()s on journal files.
2016-03-09  danMerge latest trunk changes with this branch.
2016-03-04  drhMerge recent enhancements from trunk. Default page...
2016-03-04  drhMerge changes from trunk.
2016-03-04  drhDetect the presence of pread()/pwrite() system calls...
2016-03-04  drhUpdate the configure script to detect pread/pwrite...
2016-02-25  danDisable the RESTRICT foreign key action if "PRAGMA...
2016-02-22  drhMerge up to trunk.
2016-02-09  danMerge latest trunk changes with this branch.
2016-02-02  drhMerge all recent enhancements from trunk.
2016-01-30  drhAdd the BTREE_FORDELETE and BTREE_AUXDELETE flags to...
2016-01-28  drhFix for pthread detection in the configure scripts.
2016-01-22  danMerge latest trunk changes into this branch.
2016-01-14  drhMerge the latest fixes and enhancements from trunk.
2016-01-13  drhLook for pthread_mutexattr_init() instead of pthread_cr...
2015-10-30  drhMerge all the latest enhancements from trunk.
2015-10-30  danAdd new API function sqlite3_db_cacheflush().
next