Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / backend /
2021-01-25 biao716.wangRemove timeout logic to wait for shared lock in db3... 90/252190/1 submit/tizen_base/20210222.062837
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2013-02-03 Anas NashifSuspend exclusive database lock when scriptlets get...
2013-02-03 Anas NashifFix global (DB_PRIVATE) lock code
2013-02-03 Anas NashifSupport a database-local fsync setting.
2012-08-30 Panu MatilainenStore transaction element pointers in the removedPkgs...
2012-08-29 Panu MatilainenDefine separate hash for rpmdb header check cache
2012-06-21 Panu MatilainenFall back to using fsync() on systems without fdatasync()
2012-05-03 Panu MatilainenFall back to private db environment on system level...
2012-02-02 Panu MatilainenUse private environment for database rebuilds too,...
2011-06-08 Panu MatilainenAdd cursor method for retrieving the underlying db...
2011-05-31 Panu MatilainenPass dbiClose() flags down to db->close()
2011-05-31 Panu MatilainenReturn an explicit NULL from dbiFree(), remove dead...
2011-04-20 Panu MatilainenEliminate last three assert()'s from the backend
2011-04-20 Panu MatilainenAnd finally at six feet, the old cursor api is official...
2011-04-20 Panu MatilainenAnd another foot deeper...
2011-04-20 Panu MatilainenBury the old cursor api one foot deeper
2011-04-20 Panu MatilainenAdd a db cursor abstraction and interfaces for using it
2011-04-20 Panu MatilainenRename _dbConfig and _dbiIndex structs to common foo_s...
2011-04-20 Panu MatilainenRemove non-cursor support from dbiDel(), dbiPut() and...
2011-03-28 Jindrich NovyRemove unused variables from db3.c
2011-03-02 Panu MatilainenSilence error callback during from BDB during environme...
2011-02-07 Panu MatilainenCallback argument mismatch from previous commit, meh
2011-02-07 Panu MatilainenAdd + use a db error callback function
2011-01-21 Panu MatilainenDon't try to remove existing environment when using...
2011-01-21 Panu MatilainenPermit queries from rpmdb on read-only media (RhBug...
2011-01-05 Panu MatilainenTweak up BDB flags to avoid breakage from --verifydb
2011-01-03 Panu MatilainenBump up default BDB cache- and allowed mmap size consid...
2010-12-13 Panu MatilainenReplace verified header tracking bitfield with a hash...
2010-11-04 Panu MatilainenLose the remaining dbapi references in code + configuration
2010-10-22 Panu MatilainenChange rpmdb internals and iterator APIs to use the...
2010-10-20 Panu MatilainenHardwire the fundamental BDB access method configuratio...
2010-10-20 Panu MatilainenLift fsync enable/disable configuration handling to...
2010-10-20 Panu MatilainenHardwire the fundamental BDB subsystem configuration...
2010-10-20 Panu MatilainenLift missing index detection to rpmdb layer
2010-10-20 Panu MatilainenAdd a getter for dbi name
2010-10-20 Panu MatilainenLose leftover, unwired pagesize db option
2010-10-20 Panu MatilainenAdd a backend-independent flags + getter for dbis
2010-10-19 Panu MatilainenPass rpmdb, not dbi to db_init() and db_fini()
2010-10-19 Panu MatilainenAdd a no-dbi version of the db error reporting function
2010-10-19 Panu MatilainenMove db environment-level configuration out of per...
2010-10-19 Panu MatilainenGroup the database options to per-dbi and per-environme...
2010-10-19 Panu MatilainenA few more rpmdb variable/argument renames, missed...
2010-10-19 Panu MatilainenDecouple dbiVerify() from dbiClose()
2010-10-19 Panu MatilainenAdd flags argument to dbiOpen(), pass through from...
2010-10-19 Panu MatilainenRename rpmdb variables in the backend to rdb to disting...
2010-10-18 Panu MatilainenGenerate missing database indexes automatically
2010-10-18 Panu MatilainenAvoid returning NULL from prDbiOpenFlags()
2010-10-18 Panu MatilainenRemember if we created the db backing file on open
2010-10-18 Panu MatilainenLift dbi fcntl() locking out of dbiOpen()
2010-09-21 Panu MatilainenAdd "c++ protection" to (hopefully) all of our internal...
2010-05-31 Panu MatilainenUse the new chroot API everywhere, eliminate old relate...
2010-04-22 Panu MatilainenDitch "fcntl_locking" bdb config option
2010-04-09 Panu MatilainenClean up dbiOpen() a bit
2010-04-09 Panu MatilainenMove environment open "refcounting" to db_init() /...
2010-04-09 Panu MatilainenAnd now lose db_use_env from rpmdb struct
2010-04-09 Panu MatilainenSimplify the dbenv->open() flags shuffle
2010-04-09 Panu MatilainenMove dbi_use_dbenv from dbi to rpmdb, this is a per...
2010-04-09 Panu MatilainenMove dbhome directory create/verify to openDatabase()
2010-04-08 Panu MatilainenEliminate DB_JOINENV usage and config option
2010-04-08 Panu MatilainenEliminate "thread" BDB option
2010-04-08 Panu MatilainenLose redundant dbi_use_env check
2010-04-08 Panu MatilainenA little bit of sanity to dbiNew()
2010-04-08 Panu MatilainenEliminate exclusive and rdonly BDB configuration options
2010-04-08 Panu MatilainenMop up ancient BDB leftovers
2010-04-08 Panu MatilainenEliminate BDB transaction tuning knobs from configuration
2010-04-08 Panu Matilainendb_env_create() doesn't take any flags currently
2010-04-08 Panu MatilainenRemove per-dbi perms and configuration
2010-04-08 Panu MatilainenRemove per-dbi mode and configuration
2010-04-08 Panu MatilainenRequire BDB >= 4.5 for sanity's sake
2010-04-08 Panu MatilainenRemove unused dbi_txnid member from dbiIndex
2010-04-08 Panu Matilainendb_create() doesn't take any flags currently
2010-04-07 Panu MatilainenChange nextInstance() to permit retrieval too, use...
2010-04-07 Panu MatilainenStash rpmdb struct definition out of sight into dbi.h
2010-04-01 Panu MatilainenGenerate package database statistics on close & make...
2010-04-01 Panu MatilainenLose "support" for truly ancient BDB versions
2010-04-01 Panu MatilainenRename dbiOpen() + dbiOpenDB() to make their layer...
2010-04-01 Panu MatilainenEliminate dbi_rpmtag member from dbiIndex struct
2010-04-01 Panu MatilainenDefine + use enum for primary/secondary index types...
2010-04-01 Panu MatilainenRename the dbi access method member dbi_type -> dbi_dbtype
2010-04-01 Panu MatilainenSplit dbiIndex out of rpmdb_internal.h into header...
2010-04-01 Panu MatilainenEliminate unnecessary argument to dbiCopen()
2010-04-01 Panu MatilainenMove dbi_no_dbsync logic to inside dbiSync()
2010-03-31 Panu MatilainenRemove BDB recno + queue access methods from configuration
2010-03-30 Panu MatilainenDatabase metadata integer byte order is not user servic...
2010-03-30 Panu MatilainenLose dbi file configuration option
2010-03-30 Panu MatilainenLose the BDB access method configuration options
2010-03-30 Panu MatilainenWe really dont care about macro expanded per-db error...
2010-03-30 Panu MatilainenLose shmkey + shared BDB config options
2010-03-30 Panu MatilainenRemove "truncate" BDB config option
2010-03-30 Panu MatilainenWe dont want to use DB_HOME environment, ever
2010-03-30 Panu MatilainenWe dont have any temporary databases anymore, lose...
2010-03-30 Panu MatilainenLose pointless per-db and per-dbi errfile and errcall...
2010-03-30 Panu MatilainenShred a pile of BDB config goo that's never been actual...
2010-03-30 Panu MatilainenShed the pointless per-dbi memory allocators
2010-03-19 Panu MatilainenLose unused temporary/pseudo rpmdbi tags
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2010-01-05 Panu MatilainenUnconditionally include <sys/wait.h> where needed
2009-12-07 Florian FestiRemoved obsolete "db3" entry in dbi_config_default
2009-12-07 Florian FestiRemove support for sqlite based rpm database
next