]> git.sur5r.net Git - bacula/bacula/history - bacula/src/cats
Enhance mountcache with rescan option after interval.
[bacula/bacula] / bacula / src / cats /
2013-04-20 Marco van WieringenRemove last traces of @SQL_BINDIR@ and @DB_TYPE@
2013-04-20 Marco van WieringenFix bug #1774
2013-04-20 Eric Bollengierbvfs: Use single transaction for each job during update
2013-04-20 Eric Bollengierbvfs: add clear_cache function
2013-04-20 Eric Bollengierbvfs: Handle windows drive when building path hierarchy
2013-04-20 Eric Bollengierbvfs: fix filter for pattern= bvfs parameter
2013-04-20 Eric BollengierImprove speed of BVFS with SQLite, Thanks to J.Starek
2013-04-20 Kern SibbaldUpdate ChangeLog, ReleaseNotes, version, and catalog...
2013-04-20 Marco van WieringenFix lurking bug in match when db_driver is not set...
2013-04-20 Eric BollengierFix #1761 about create_postgresql_database
2013-04-20 Marco van WieringenDrop unused sqlite_dump function from make_catalog_back...
2013-04-20 Eric BollengierAdapt make_catalog_backup.pl for backend
2013-04-20 Marco van WieringenTweak script
2013-04-20 Marco van WieringenTweak script
2013-04-20 Laurent PapierFix typo in db upgrade scripts
2013-04-20 Marco van WieringenFix libtool definition and make the helper script execu...
2013-04-20 Marco van WieringenUse a helper script to link the correct database backend.
2013-04-20 Marco van WieringenSolaris make doesn't like comments in make rules.
2013-04-20 Marco van WieringenStoring the result in a local variable from sql_num_fie...
2013-04-20 Eric BollengierImplement RestoreObject for sqlite + cleanups
2013-04-20 Kern SibbaldRemove Ingres and DBI backends
2013-04-20 Eric BollengierAdd db_strtime_handler to get DATE fields from database
2013-04-20 Marco van WieringenDrop old unused protypes from before backend refactoring.
2013-04-20 Eric BollengierUse user arguments when upgrading catalog
2013-04-20 Marco van WieringenFree database results on class destruction (e.g. when...
2013-04-20 Marco van WieringenSome more use DeltaSeq instead of MarkId
2013-04-20 Eric BollengierUpdate Catalog version and use DeltaSeq instead of...
2013-04-20 Kern SibbaldFix Sqlite driver seg fault
2013-04-20 Marco van WieringenFix typo.
2013-04-20 Marco van WieringenExecute the Index creation for mysql in bvfs.c
2013-04-20 Marco van WieringenFix some esc_obj handling in DBI and wrong free in...
2013-04-20 Kern SibbaldFix seg fault in PostgreSQL driver code
2013-04-20 Marco van WieringenTweak sql_cmds, remove unreferenced sql and reformat...
2013-04-20 Kern SibbaldFirst cut restart Jobs
2013-04-20 Marco van WieringenTweak layout and remove double cats.h include.
2013-04-20 Eric BollengierFix double query in db_list_basefiles()
2013-04-20 Eric BollengierAllow using sql_fetch_field() in db_sql_query() callbac...
2013-04-20 Eric BollengierUse old list_result() in db_list_xxx for good formating
2013-04-20 Eric BollengierUse db_escape_string() in all db_xxx functions
2013-04-20 Marco van WieringenTweak remove last reference to __SQL_C which is not...
2013-04-20 Eric BollengierAdapt bvfs for SQLite3
2013-04-20 Eric BollengierRename db_list_ctx.cat() to db_list_ctx.add()
2013-04-20 Eric BollengierFix bvfs for mysql
2013-04-20 Eric BollengierAdd simple way to add string elements to db_list_ctx
2013-04-20 Eric BollengierClose cursor in big sql query
2013-04-20 Kern SibbaldFix bad character in cats/sql_cmds.c
2013-04-20 Marco van WieringenRemoved old queries from sql_cmds.[ch] which are no...
2013-04-20 Eric BollengierTweak ident some queries
2013-04-20 Eric BollengierEnsure that we always close the transaction in db_big_s...
2013-04-20 Eric BollengierImplement db_big_sql_query() that uses cursor on Postgr...
2013-04-20 Marco van WieringenFix typo
2013-04-20 Eric BollengierAdd more ingres code
2013-04-20 Marco van WieringenBackport of class based catalog backends into Branch...
2013-04-20 Eric BollengierFix #1684 Use --with-db-password option in grant_bacula...
2013-04-20 Eric BollengierTweak TODO
2013-04-20 Martin SimmonsFix #1661 about verify differences with VERIFY_VOLUME_T...
2013-04-20 Martin SimmonsFixes some problems in update_sqlite3_tables.in
2010-11-25 Eric BollengierModify MySQL accurate query with Delta
2010-11-25 Eric BollengierYet an other tweak of MySQL accurate query with Delta
2010-11-25 Eric BollengierAdd missing MarkId in mysql accurate query
2010-11-25 Eric BollengierFix sql typo
2010-11-25 Eric BollengierAdd delta option to db_get_file_list()
2010-11-25 Eric BollengierAdd db_get_file_list_with_delta() for restore
2010-11-25 Eric BollengierDon't compute accurate list with MD5 if not used
2010-11-25 Eric BollengierUse JobTDate instead of StartTime, and sort by JobTDate...
2010-11-18 Eric BollengierAdd delta sequence to batch mode, accurate query and...
2010-11-18 Kern SibbaldStart adding DeltaSeq
2010-11-18 Eric Bollengierbvfs: Tweak pattern in lsdir, lsfiles
2010-11-18 Eric Bollengierbvfs: Tweak BaseJob code, should be ok now
2010-11-18 Eric Bollengierbvfs: support basejobs and migration for PostgreSQL
2010-11-18 Eric Bollengierbvfs: support for bweb user acl
2010-11-12 Eric Bollengiertweak queries for bvfs
2010-10-14 Kern SibbaldTweak fix MySQL quoting again :-(
2010-10-13 Eric BollengierFix bug #1643 about orphan records with delete volume...
2010-10-07 Eric Bollengierbvfs: fix mysql query, restore seems to be ok
2010-10-07 Eric Bollengierbvfs: Restore should be ok with MySQL
2010-10-06 Eric Bollengiertweak debug
2010-10-06 Eric BollengierTweak basejobs + bvfs
2010-10-06 Eric BollengierAdapt bvfs for BaseJobs (path is ok)
2010-10-06 Eric BollengierAdd .bvfs_restore command
2010-10-06 Eric BollengierAdd "all" option to .bvfs_get_jobids dot command.
2010-10-06 Eric BollengierUpdate BVFS file versions browser
2010-10-05 Eric BollengierFix #1648 about make_catalog_backup.pl with multiple...
2010-09-20 Marco van WieringenTweak insert_autokey to use unsigned int64 instead...
2010-09-20 Marco van WieringenFix the insert_autokey_record functions to be 64bit...
2010-09-15 Richard MortimerFix postgresql version detection in database creation...
2010-08-29 Kern SibbaldTweak fix bad quoting in make_mysql_tables.in
2010-08-08 Kern SibbaldFix bug #1504 -- Error when creating tables in MySQL 5.5
2010-08-02 Eric BollengierFix postgresql catalog creation when version is not...
2010-08-02 Kern SibbaldMore changes from GPLv2 to AGPLv3
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Kern SibbaldTweak remove bdb from cats Makefile.in
2010-08-02 Eric Bollengieradd comments
2010-08-02 Eric BollengierFix #1600 about problems with Accurate code on MySQL
2010-08-02 Marco van WieringenRemove prototypes of removed prune queries.
2010-08-02 Eric BollengierCleanup prune queries
2010-08-02 Eric Bollengierupdate prune code
2010-08-02 Eric BollengierFix db_get_base_jobid()
2010-08-02 Eric BollengierFix postgresql error in grant script
2010-08-02 Eric BollengierFix accurate code
next