]> git.sur5r.net Git - bacula/bacula/history - bacula/src/cats
Make cd accept wildcards
[bacula/bacula] / bacula / src / cats /
2012-02-15 Eric BollengierFix #1831 by dropping the table before creating it
2012-02-03 Eric BollengierEnsure that bvfs SQL link is not shared
2012-02-03 Kern SibbaldMerge branch 'Branch-5.2' of bsweb:bacula into Branch-5.2
2012-01-17 Kern SibbaldDefinitive fix for MySQL MaxValue problem
2012-01-15 Kern SibbaldBack out bad MinValue patch
2012-01-14 Kern SibbaldFix bug #1810 use single quotes instead of double quote...
2012-01-10 Marco van WieringenAdd support for soname setting in libtool.
2012-01-06 Eric BollengierSend previous Job name during Incremental/Differential...
2012-01-04 Eric BollengierUse RestoreObject type in Catalog
2012-01-04 Eric Bollengierfix warning
2012-01-02 Kern SibbaldPull compiler warning cleanup code + other from master
2011-12-16 Eric BollengierFix #3210 about slow restore with bvfs
2011-12-13 Eric Bollengierbvfs: Fix mysql REGEXP operator
2011-12-12 Oliver FalkFix Mysql 5.5.18 symbol lookup
2011-12-06 Eric BollengierFix #3419, update stats problem
2011-11-16 David WeberFix bvfs_restore on MySQL
2011-11-07 Marco van WieringenRemove last traces of @SQL_BINDIR@ and @DB_TYPE@
2011-11-07 Marco van WieringenFix bug #1774
2011-11-04 Eric Bollengierbvfs: Use single transaction for each job during update
2011-11-04 Eric Bollengierbvfs: add clear_cache function
2011-11-04 Eric Bollengierbvfs: Handle windows drive when building path hierarchy
2011-10-31 Eric Bollengierbvfs: fix filter for pattern= bvfs parameter
2011-10-31 Eric BollengierImprove speed of BVFS with SQLite, Thanks to J.Starek
2011-10-16 Kern SibbaldUpdate ChangeLog, ReleaseNotes, version, and catalog...
2011-09-26 Marco van WieringenFix lurking bug in match when db_driver is not set...
2011-08-30 Eric BollengierFix #1761 about create_postgresql_database
2011-08-16 Marco van WieringenDrop unused sqlite_dump function from make_catalog_back...
2011-08-16 Eric BollengierAdapt make_catalog_backup.pl for backend
2011-07-09 Marco van WieringenTweak script
2011-07-09 Marco van WieringenTweak script
2011-07-09 Laurent PapierFix typo in db upgrade scripts
2011-07-08 Marco van WieringenFix libtool definition and make the helper script execu...
2011-07-08 Marco van WieringenUse a helper script to link the correct database backend.
2011-06-21 Marco van WieringenSolaris make doesn't like comments in make rules.
2011-06-21 Marco van WieringenStoring the result in a local variable from sql_num_fie...
2011-06-14 Eric BollengierImplement RestoreObject for sqlite + cleanups
2011-06-11 Kern SibbaldRemove Ingres and DBI backends
2011-05-16 Eric BollengierAdd db_strtime_handler to get DATE fields from database
2011-05-10 Marco van WieringenDrop old unused protypes from before backend refactoring.
2011-04-21 Eric BollengierUse user arguments when upgrading catalog
2011-04-21 Marco van WieringenFree database results on class destruction (e.g. when...
2011-04-19 Marco van WieringenSome more use DeltaSeq instead of MarkId
2011-04-18 Eric BollengierUpdate Catalog version and use DeltaSeq instead of...
2011-04-16 Kern SibbaldFix Sqlite driver seg fault
2011-04-11 Marco van WieringenFix typo.
2011-04-11 Marco van WieringenExecute the Index creation for mysql in bvfs.c
2011-03-06 Marco van WieringenFix some esc_obj handling in DBI and wrong free in...
2011-03-05 Kern SibbaldFix seg fault in PostgreSQL driver code
2011-02-10 Marco van WieringenTweak sql_cmds, remove unreferenced sql and reformat...
2011-02-10 Kern SibbaldFirst cut restart Jobs
2011-02-06 Marco van WieringenTweak layout and remove double cats.h include.
2011-02-06 Eric BollengierFix double query in db_list_basefiles()
2011-02-06 Eric BollengierAllow using sql_fetch_field() in db_sql_query() callbac...
2011-02-06 Eric BollengierUse old list_result() in db_list_xxx for good formating
2011-02-05 Eric BollengierUse db_escape_string() in all db_xxx functions
2011-02-04 Marco van WieringenTweak remove last reference to __SQL_C which is not...
2011-02-03 Eric BollengierAdapt bvfs for SQLite3
2011-02-03 Eric BollengierRename db_list_ctx.cat() to db_list_ctx.add()
2011-02-03 Eric BollengierFix bvfs for mysql
2011-02-03 Eric BollengierAdd simple way to add string elements to db_list_ctx
2011-02-03 Eric BollengierClose cursor in big sql query
2011-02-01 Kern SibbaldFix bad character in cats/sql_cmds.c
2011-02-01 Marco van WieringenRemoved old queries from sql_cmds.[ch] which are no...
2011-01-28 Eric BollengierTweak ident some queries
2011-01-28 Eric BollengierEnsure that we always close the transaction in db_big_s...
2011-01-28 Eric BollengierImplement db_big_sql_query() that uses cursor on Postgr...
2011-01-25 Marco van WieringenFix typo
2011-01-25 Eric BollengierAdd more ingres code
2011-01-25 Marco van WieringenBackport of class based catalog backends into Branch...
2011-01-25 Eric BollengierFix #1684 Use --with-db-password option in grant_bacula...
2011-01-23 Eric BollengierTweak TODO
2011-01-05 Martin SimmonsFix #1661 about verify differences with VERIFY_VOLUME_T...
2010-12-30 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...
next