Age | Commit message (Expand) | Author | Files | Lines |
2013-02-02 | Suspend exclusive database lock when scriptlets get called | Anas Nashif | 2 | -0/+74 |
2013-02-02 | Fix global (DB_PRIVATE) lock code | Anas Nashif | 1 | -16/+41 |
2013-02-02 | Support a database-local fsync setting. | Anas Nashif | 1 | -0/+4 |
2012-08-30 | Store transaction element pointers in the removedPkgs hash | Panu Matilainen | 1 | -9/+0 |
2012-08-29 | Define separate hash for rpmdb header check cache | Panu Matilainen | 1 | -1/+1 |
2012-06-21 | Fall back to using fsync() on systems without fdatasync() | Panu Matilainen | 1 | -0/+4 |
2012-05-03 | Fall back to private db environment on system level EINVAL | Panu Matilainen | 1 | -2/+3 |
2012-02-02 | Use private environment for database rebuilds too, document | Panu Matilainen | 1 | -5/+7 |
2011-06-08 | Add cursor method for retrieving the underlying db index handle | Panu Matilainen | 2 | -0/+12 |
2011-05-31 | Pass dbiClose() flags down to db->close() | Panu Matilainen | 1 | -3/+1 |
2011-05-31 | Return an explicit NULL from dbiFree(), remove dead assignment | Panu Matilainen | 1 | -2/+2 |
2011-04-20 | Eliminate last three assert()'s from the backend | Panu Matilainen | 1 | -9/+7 |
2011-04-20 | And finally at six feet, the old cursor api is officially dead | Panu Matilainen | 1 | -47/+28 |
2011-04-20 | And another foot deeper... | Panu Matilainen | 1 | -85/+56 |
2011-04-20 | Bury the old cursor api one foot deeper | Panu Matilainen | 2 | -79/+46 |
2011-04-20 | Add a db cursor abstraction and interfaces for using it | Panu Matilainen | 2 | -1/+67 |
2011-04-20 | Rename _dbConfig and _dbiIndex structs to common foo_s style | Panu Matilainen | 3 | -8/+8 |
2011-04-20 | Remove non-cursor support from dbiDel(), dbiPut() and dbiGet() | Panu Matilainen | 1 | -32/+17 |
2011-03-28 | Remove unused variables from db3.c | Jindrich Novy | 1 | -4/+4 |
2011-03-02 | Silence error callback during from BDB during environment open | Panu Matilainen | 1 | -1/+3 |
2011-02-07 | Callback argument mismatch from previous commit, meh | Panu Matilainen | 1 | -1/+1 |
2011-02-07 | Add + use a db error callback function | Panu Matilainen | 1 | -1/+6 |
2011-01-21 | Don't try to remove existing environment when using private environment | Panu Matilainen | 1 | -1/+3 |
2011-01-21 | Permit queries from rpmdb on read-only media (RhBug:671200) | Panu Matilainen | 1 | -1/+1 |
2011-01-05 | Tweak up BDB flags to avoid breakage from --verifydb | Panu Matilainen | 1 | -0/+5 |
2011-01-03 | Bump up default BDB cache- and allowed mmap size considerably | Panu Matilainen | 1 | -1/+1 |
2010-12-13 | Replace verified header tracking bitfield with a hash table | Panu Matilainen | 1 | -2/+10 |
2010-11-04 | Lose the remaining dbapi references in code + configuration | Panu Matilainen | 2 | -2/+2 |
2010-10-22 | Change rpmdb internals and iterator APIs to use the appropriate tag types | Panu Matilainen | 3 | -6/+6 |
2010-10-20 | Hardwire the fundamental BDB access method configuration inside rpm | Panu Matilainen | 3 | -21/+14 |
2010-10-20 | Lift fsync enable/disable configuration handling to rpmdb layer | Panu Matilainen | 2 | -5/+10 |
2010-10-20 | Hardwire the fundamental BDB subsystem configuration inside rpm | Panu Matilainen | 3 | -21/+32 |
2010-10-20 | Lift missing index detection to rpmdb layer | Panu Matilainen | 1 | -6/+0 |
2010-10-20 | Add a getter for dbi name | Panu Matilainen | 2 | -0/+14 |
2010-10-20 | Lose leftover, unwired pagesize db option | Panu Matilainen | 2 | -3/+0 |
2010-10-20 | Add a backend-independent flags + getter for dbis | Panu Matilainen | 2 | -0/+28 |
2010-10-19 | Pass rpmdb, not dbi to db_init() and db_fini() | Panu Matilainen | 1 | -18/+15 |
2010-10-19 | Add a no-dbi version of the db error reporting function | Panu Matilainen | 1 | -2/+7 |
2010-10-19 | Move db environment-level configuration out of per-dbi structs | Panu Matilainen | 3 | -54/+60 |
2010-10-19 | Group the database options to per-dbi and per-environment groups | Panu Matilainen | 1 | -21/+22 |
2010-10-19 | A few more rpmdb variable/argument renames, missed in previous round | Panu Matilainen | 2 | -5/+5 |
2010-10-19 | Decouple dbiVerify() from dbiClose() | Panu Matilainen | 3 | -60/+27 |
2010-10-19 | Add flags argument to dbiOpen(), pass through from rpmdbIndexOpen() | Panu Matilainen | 2 | -2/+3 |
2010-10-19 | Rename rpmdb variables in the backend to rdb to distinguish from its type | Panu Matilainen | 1 | -16/+16 |
2010-10-18 | Generate missing database indexes automatically | Panu Matilainen | 2 | -0/+7 |
2010-10-18 | Avoid returning NULL from prDbiOpenFlags() | Panu Matilainen | 1 | -1/+1 |
2010-10-18 | Remember if we created the db backing file on open | Panu Matilainen | 2 | -37/+26 |
2010-10-18 | Lift dbi fcntl() locking out of dbiOpen() | Panu Matilainen | 1 | -55/+62 |
2010-09-21 | Add "c++ protection" to (hopefully) all of our internal headers | Panu Matilainen | 1 | -0/+8 |
2010-05-31 | Use the new chroot API everywhere, eliminate old related goo | Panu Matilainen | 1 | -1/+0 |