aboutsummaryrefslogtreecommitdiff
path: root/src/rowset.c
Commit message (Expand)AuthorAge
* Add a C-source spell-checking facility. make misspell (on Nix)larrybr2023-06-07
* Fix typos in RowSet.pdr2020-03-09
* Also free up the MEM_RowSet bit in the Mem.flags field and have RowSet objectsdrh2018-08-29
* Optimizations to link list merge sort code in vdbesort.c, pcache.c, anddrh2016-05-20
* Further simplifications and improved commentting on the rowset.c module,drh2016-04-28
* Comment changes only: Add several optimization marks in rowset.c. Adddrh2016-04-28
* Fix typo in comment. No changes to code.mistachkin2016-04-28
* Rearrange some code in the RowSet logic for clarity of presentation, whiledrh2016-04-28
* Add the slightly faster sqlite3DbMallocRawNN(db,n) routine for the majoritydrh2016-02-05
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
* Modify the OR-clause handling so that it can safely deal with OR-clause drh2014-04-10
* Fix all known instances of 'repeated the' style typos in comments. No change...mistachkin2012-08-25
* Performance improvements for the RowSet object when it undergoes manydrh2012-04-05
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Fix an 8-byte alignment problem on HP/UX. Ticket #3869 (CVS 6666)drh2009-05-22
* Change the OP_Rowid opcode so that a deferred OP_Seek is pending, it simplydrh2009-04-22
* Extend the Rowset object to contain all the capabilities of Rowhash indrh2009-04-22
* Change an unreachable error condition test to an assert() in rowset.c. (CVS 6...drh2009-04-01
* Updates to comments as suggested by tickets #3578 and #3579. (CVS 6172)drh2009-01-13
* Increased test coverage. (CVS 6147)drh2009-01-09
* Replace the VDBE Fifo object with the new RowSet object. (CVS 5977)drh2008-12-04