index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rowset.c
Commit message (
Expand
)
Author
Age
*
Add a C-source spell-checking facility. make misspell (on Nix)
larrybr
2023-06-07
*
Fix typos in RowSet.
pdr
2020-03-09
*
Also free up the MEM_RowSet bit in the Mem.flags field and have RowSet objects
drh
2018-08-29
*
Optimizations to link list merge sort code in vdbesort.c, pcache.c, and
drh
2016-05-20
*
Further simplifications and improved commentting on the rowset.c module,
drh
2016-04-28
*
Comment changes only: Add several optimization marks in rowset.c. Add
drh
2016-04-28
*
Fix typo in comment. No changes to code.
mistachkin
2016-04-28
*
Rearrange some code in the RowSet logic for clarity of presentation, while
drh
2016-04-28
*
Add the slightly faster sqlite3DbMallocRawNN(db,n) routine for the majority
drh
2016-02-05
*
Fix typos in comments. No code changes.
peter.d.reid
2014-09-06
*
Modify the OR-clause handling so that it can safely deal with OR-clause
drh
2014-04-10
*
Fix all known instances of 'repeated the' style typos in comments. No change...
mistachkin
2012-08-25
*
Performance improvements for the RowSet object when it undergoes many
drh
2012-04-05
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Fix an 8-byte alignment problem on HP/UX. Ticket #3869 (CVS 6666)
drh
2009-05-22
*
Change the OP_Rowid opcode so that a deferred OP_Seek is pending, it simply
drh
2009-04-22
*
Extend the Rowset object to contain all the capabilities of Rowhash in
drh
2009-04-22
*
Change an unreachable error condition test to an assert() in rowset.c. (CVS 6...
drh
2009-04-01
*
Updates to comments as suggested by tickets #3578 and #3579. (CVS 6172)
drh
2009-01-13
*
Increased test coverage. (CVS 6147)
drh
2009-01-09
*
Replace the VDBE Fifo object with the new RowSet object. (CVS 5977)
drh
2008-12-04