Add librpm-tizen.spec file & Debian packaging.
[tools/librpm-tizen.git] / lib / backend / dbconfig.c
2023-11-16 xuhyAdd librpm-tizen.spec file & Debian packaging. 60/301360/6 devel master
2023-11-16 wangbiaoUpgrade version to 4.14 71/301471/1 tizen/4.14.1.1.tizen20230628
2014-06-11 Markus LehtonenEnable building using --with-external-db
2013-02-03 Anas NashifSupport a database-local fsync setting.
2011-05-31 Panu MatilainenReturn an explicit NULL from dbiFree(), remove dead...
2011-04-20 Panu MatilainenRename _dbConfig and _dbiIndex structs to common foo_s...
2011-01-03 Panu MatilainenBump up default BDB cache- and allowed mmap size consid...
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 MatilainenHardwire the fundamental BDB subsystem configuration...
2010-10-20 Panu MatilainenLose leftover, unwired pagesize db option
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-18 Panu MatilainenAvoid returning NULL from prDbiOpenFlags()
2010-10-18 Panu MatilainenRemember if we created the db backing file on open
2010-04-22 Panu MatilainenDitch "fcntl_locking" bdb config option
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-08 Panu MatilainenEliminate DB_JOINENV usage and config option
2010-04-08 Panu MatilainenEliminate "thread" BDB option
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 MatilainenRemove per-dbi perms and configuration
2010-04-08 Panu MatilainenRemove per-dbi mode and configuration
2010-04-01 Panu MatilainenGenerate package database statistics on close & make...
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-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 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 MatilainenShred a pile of BDB config goo that's never been actual...
2010-03-19 Panu MatilainenLose unused temporary/pseudo rpmdbi tags
2009-12-07 Florian FestiRemoved obsolete "db3" entry in dbi_config_default
2009-12-07 Florian FestiRemove support for sqlite based rpm database
2009-09-21 Panu MatilainenDB config stuff not needed outside dbconfig.c, make...
2009-09-21 Panu MatilainenBDB is not optional at least currently, remove useless...
2009-09-21 Panu MatilainenRemove useless no-op "teardown" and "usecursors" config...
2009-09-21 Panu MatilainenRemove BDB RPC "support"
2009-09-21 Panu MatilainenRemove XA "support" from the backend
2009-09-21 Panu MatilainenAlways populate dbi->dbi_file on db3New()
2009-09-21 Panu MatilainenPer-dbi root and home dont make sense, always use rpmdb...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2008-10-09 Panu MatilainenGet db vectors out of exported ABI
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-12 Panu MatilainenStart (re-)joining librpmdb and librpm