/ Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins occurring around bcc8b38ac75b731a.

2019-07-17
12:42
New test cases for PRAGMA index_xinfo on a WITHOUT ROWID table. And new testcases using index_xinfo to verify that WITHOUT ROWID tables are constructed correctly. Closed-Leaf check-in: 340378c1e6 user: drh tags: wor-pk-dups
11:01
Enhance the "PRAGMA index_info()" and "PRAGMA index_xinfo()" statements so that they allow a WITHOUT ROWID table as their argument, and in that case show the structure of the underlying index used to implement the WITHOUT ROWID table. check-in: 62274ff683 user: drh tags: wor-pk-dups
09:18
Fix problems with duplicate fields in the PRIMARY KEYs of WITHOUT ROWID tables. check-in: bd9a47a3a2 user: dan tags: wor-pk-dups
07:23
Add casts to shell.c.in to avoid warnings on systems where size_t is 32 bits. check-in: fe014288ac user: dan tags: trunk
2019-07-16
19:44
Add new assert() statements in an attempt to help static analyzers avoid false-positives. check-in: 9e66458592 user: drh tags: trunk
18:27
Add assert()s in os_win.c in an effort to silence false-positives from static analyzers. check-in: 22a7c15b26 user: drh tags: trunk
05:11
Call ioctl() with the correct signature on both Android and stock Linux. check-in: 2422534908 user: dan tags: trunk
2019-07-15
13:58
Fix a problem that could cause a crash if a blob handle were closed after the associated database handle was closed using sqlite3_close_v2(). check-in: 52f463d294 user: dan tags: trunk
07:58
Call ioctl() with the correct signature on both Android and stock Linux. Closed-Leaf check-in: 68e12e063f user: dan tags: ioctl-signature
2019-07-14
00:15
Mark an unreachable branch using ALWAYS(). check-in: 0fff105a3e user: drh tags: trunk
2019-07-13
18:27
Fix a memory leak that could follow an OOM in the new FILTER code. check-in: 85fd70fead user: dan tags: trunk
17:54
Fix a typo in test file window1.test. check-in: 8c80e81d01 user: dan tags: trunk
17:45
Fix error handling for the case where a window function is passed the wrong number of arguments. check-in: 871796bb19 user: dan tags: trunk
17:21
Fix a double-quoted string literal used in the ".schema" command of the CLI. check-in: fcd937d978 user: drh tags: trunk
16:39
Add support for attaching a FILTER clause to an aggregate function. check-in: ee293e5aea user: dan tags: trunk
16:22
Rework the FILTER clause implementation to share more code with window functions. Leaf check-in: 5dac8c38df user: dan tags: filter-clause
16:15
Remove unreachable "break" statements to silence harmless compiler warnings from ICC. check-in: 0d7287e1bf user: drh tags: trunk
09:56
Merge latest trunk changes into this branch. check-in: 86ab963cc5 user: dan tags: filter-clause
09:55
Trivial performance improvement for balance(). check-in: c7920f5569 user: dan tags: filter-clause
2019-07-12
15:15
Minor performance improvement in vdbeRecordCompareString(). check-in: 777fec84a5 user: dan tags: filter-clause
2019-07-11
19:50
Improved comments and extra testcase() macros on the serial-type computation logic in the OP_MakeRecord opcode. check-in: 18bfb2179c user: drh tags: trunk
19:27
Increase the version number to 3.30.0 for the next release cycle. check-in: 2578e3c64b user: drh tags: trunk
19:22
Move the sqlite3VdbeSerialType() routine in-line in the OP_MakeRecord opcode. Optimizing compilers were doing this already. By doing it manually, we can omit some redundant tests and make the whole thing run a million cycles faster and use about 80 bytes less code space. check-in: d837ab0da5 user: drh tags: trunk
18:43
Change the parser on this branch to more closely match trunk. This saves a few more cycles. check-in: be01b801fb user: dan tags: filter-clause
2019-07-10
20:16
Minor performance improvement in sqlite3ExprDeleteNN(). check-in: bcc8b38ac7 user: dan tags: filter-clause
18:45
Merge the version 3.29.0 release enhancements into the reuse-schema branch. check-in: 9819ead089 user: drh tags: reuse-schema
18:40
Merge the 3.29.0 updates into the begin-concurrent-pnu-wal2 branch. check-in: 627b428fc8 user: drh tags: begin-concurrent-pnu-wal2
18:30
Merge the 3.29.0 release into the wal2 branch. check-in: 8baa402282 user: drh tags: wal2
18:21
Merge the 3.29.0 changes into the begin-concurrent-pnu branch. check-in: c89949ccd1 user: drh tags: begin-concurrent-pnu
18:11
Merge the 3.29.0 release into the begin-concurrent branch. check-in: 983733aeb8 user: drh tags: begin-concurrent
17:58
Merge the 3.29.0 release into the apple-osx branch. check-in: 87aa1d7051 user: drh tags: apple-osx
17:32
Version 3.29.0 check-in: fc82b73eaa user: drh tags: trunk, release, version-3.29.0
2019-07-09
23:35
Add the "LL" suffix on a pair of larger integer literals, for compatibility with older C compilers. check-in: 6f328c3594 user: drh tags: trunk
17:36
Update rtree.c so that SQLITE_DEBUG is required to turn on assert() statements, even if it is compiled separately from the amalgamation. check-in: b6e17f0139 user: dan tags: trunk
12:03
Fix a test script problem in windowfault.test. check-in: 47010bf17c user: dan tags: trunk
2019-07-08
21:32
Merge recent trunk enhancements into the reuse-schema branch. check-in: fae92fee54 user: drh tags: reuse-schema
21:25
Merge enhancments from wal2, which also merges trunk enhancements. check-in: 08dcb4593d user: drh tags: begin-concurrent-pnu-wal2
21:19
Merge all enhancements from trunk into the wal2 branch. check-in: dcbcbc2a69 user: drh tags: wal2
21:12
Merge enhancements from trunk into the begin-concurrent-pnu branch. check-in: 05aa93afdb user: drh tags: begin-concurrent-pnu
21:06
Merge recent trunk enhancements into the begin-concurrent branch. check-in: 7fff080335 user: drh tags: begin-concurrent
20:59
Merge recent enhancements from trunk into apple-osx. check-in: de88ed862e user: drh tags: apple-osx
18:35
Fix dbfuzz2 so that it will compile on systems that do not support getrlimit(). check-in: 36295dcebc user: drh tags: trunk
13:45
Fix an assert() that [28196d89] caused to fail. check-in: 8fb0c6d5a3 user: dan tags: trunk
12:44
Comment improvements. No changes to code. Leaf check-in: b0629132bc user: drh tags: tkt9b78184b-alt
12:01
Ensure collation sequences and affinities work in window function queries. Fix for [9ece23d2]. check-in: 28196d894a user: dan tags: trunk
2019-07-05
19:10
Another very small performance improvement. check-in: 7a1e30a17f user: dan tags: filter-clause
17:38
Minor tweak to patch on this branch to reclaim some cycles. check-in: 81eed055de user: dan tags: filter-clause
15:16
Fix a valgrind problem in fts3corrupt4.test. check-in: cb3dec427e user: dan tags: trunk
2019-07-04
19:19
As it requires wal mode support, do not run test file chunksize.test as part of the "journaltest" permutation. check-in: acd2df36c2 user: dan tags: trunk
16:30
Fix a typo in the wapptest.tcl script. check-in: 971b4422ae user: dan tags: trunk