]> git.sur5r.net Git - bacula/bacula/history - bacula/src/cats/sql_get.c
Big backport from Enterprise
[bacula/bacula] / bacula / src / cats / sql_get.c
2017-05-22 Kern SibbaldBig backport from Enterprise
2016-01-12 Kern SibbaldTweak remove blank line
2016-01-10 Kern SibbaldChange copyright as per agreement with FSFE
2015-12-31 Kern SibbaldChange copyright as per agreement with FSFE
2015-08-13 Kern SibbaldBackport from Bacula Enterprise
2014-08-05 Kern SibbaldMake selection by Volume Name or MediaId a bit clearer
2014-03-27 Kern SibbaldBackport from BEE
2013-04-20 Marco van WieringenFix bug #1859
2013-04-20 Kern SibbaldDefinitive fix for MySQL MaxValue problem
2013-04-20 Kern SibbaldBack out bad MinValue patch
2013-04-20 Kern SibbaldFix bug #1810 use single quotes instead of double quote...
2013-04-20 Eric BollengierUpdate Catalog version and use DeltaSeq instead of...
2013-04-20 Eric BollengierUse db_escape_string() in all db_xxx functions
2013-04-20 Eric BollengierImplement db_big_sql_query() that uses cursor on Postgr...
2013-04-20 Marco van WieringenBackport of class based catalog backends into Branch...
2013-04-20 Martin SimmonsFix #1661 about verify differences with VERIFY_VOLUME_T...
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-10-13 Eric BollengierFix bug #1643 about orphan records with delete volume...
2010-08-08 Kern SibbaldFix bug #1504 -- Error when creating tables in MySQL 5.5
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Eric BollengierFix db_get_base_jobid()
2010-08-02 Eric BollengierFix accurate code
2010-08-02 Marco van WieringenCreate table with jobids as a temporary table and move...
2010-08-02 Eric BollengierFix #1558 about bscan that doesn't update PurgedFiles...
2010-08-02 Marco van WieringenDrop Ingres specific versions of queries with #ifdefs
2010-08-02 Stefan Reddigfixed syntax LIMIT/NULL behavior/improved tests
2010-08-02 Kern SibbaldSecond correct fix to bug #1524 verify fails after...
2010-08-02 Kern SibbaldTweak: sql_get doc + vol-cat-test
2010-08-02 Eric BollengierChange db_get_media_ids() to use more MEDIA_DBR info...
2010-01-08 Kern SibbaldMerge my changes and previous ones
2010-01-06 Holger MuellerModify the sql query to get alphabetical order of clien...
2010-01-04 Stefan ReddigAdd commit from Stefan Reddig
2009-12-05 Kern SibbaldFix Win32 build after adding Base Job code
2009-12-05 Kern SibbaldImproved database warning message
2009-12-02 Eric BollengierRemove JobMedia.Copy references
2009-11-11 Eric BollengierFix segfault on basejob code
2009-11-11 Eric BollengierReplace POOL_MEM by POOLMEM to avoid segfaults
2009-11-11 Eric BollengierFix base-job-test with Mysql
2009-11-11 Eric Bollengierfix segfault on redhat4
2009-11-08 Eric BollengierMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-11-05 Eric BollengierMerge branch 'master' into basejobv3
2009-11-02 Eric BollengierMerge branch 'master' into basejobv3
2009-10-23 Eric BollengierMerge branch 'master' into basejobv3
2009-10-18 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-10-17 Eric BollengierMerge remote branch 'sf/master' into purge
2009-10-17 Eric BollengierMerge branch 'master' into basejobv3
2009-10-17 Eric BollengierMerge branch 'master' into basejobv3
2009-10-16 Eric BollengierMerge branch 'master' into basejobv3
2009-10-09 Eric BollengierMerge branch 'master' into basejobv3
2009-10-09 Eric Bollengierremove old db_get_int_handler()
2009-10-09 Eric BollengierMerge branch 'master' into basejobv3
2009-10-05 Eric BollengierMerge commit 'sf/master' into basejobv3
2009-10-03 Michael StapelbergLittle fixes for the action_on_purge command
2009-10-03 Michael StapelbergImplement the ActionOnPurge setting for pools and indiv...
2009-10-03 Eric BollengierMerge branch 'master' into basejobv3
2009-09-30 Eric Bollengierremove debug
2009-09-30 Eric BollengierMerge branch 'master' into basejobv3
2009-09-18 Eric BollengierMerge branch 'master' into basejobv3
2009-09-17 Eric BollengierFix for sqlite, now it works
2009-09-17 Eric BollengierRestrict Join using JobTDate to a selection of JobIds
2009-09-17 Eric BollengierFix for sqlite
2009-09-17 Eric BollengierFix and document new queries
2009-09-16 Eric BollengierFix sql query for mysql
2009-09-16 Eric BollengierFix sqlite3 syntax
2009-09-16 Eric Bollengierfix sql
2009-09-16 Eric Bollengierupdate db_get_file_list() to use StartTime instead...
2009-09-14 Eric BollengierMerge branch 'master' into basejobv3
2009-09-08 Eric BollengierMerge branch 'master' into basejobv3
2009-09-07 Eric BollengierMerge branch 'master' into basejobv3
2009-09-02 Eric BollengierMerge branch 'master' into basejobv3
2009-08-31 Eric Bollengiercleanup
2009-08-31 Eric BollengierMerge branch 'master' into basejobv3
2009-08-31 Eric BollengierUse new db_list_ctx class instead of bad POOLMEM*
2009-08-31 Eric BollengierMerge branch 'master' into basejobv3
2009-08-30 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-08-30 Kern SibbaldFix bug #1355 Director crashes with double free in...
2009-08-26 Kern SibbaldFix possible seg fault in db_get_int_handler in accurat...
2009-08-26 Eric BollengierMerge branch 'master' into basejobv3
2009-08-24 Eric BollengierMerge branch 'master' into basejobv3
2009-08-24 Eric Bollengierupdate basejob code to use checksum during accurate...
2009-08-24 Eric BollengierMerge branch 'master' into basejobv3
2009-08-14 Eric BollengierMerge branch 'master' into basejobv3
2009-08-07 Eric BollengierMerge branch 'master' into basejobv3
2009-08-07 Eric BollengierMerge branch 'master' into basejobv3
2009-08-06 Eric BollengierMerge branch 'master' into basejobv3
2009-08-06 Eric BollengierAdd the rest of files for new Bvfs
2009-08-04 Eric BollengierMerge branch 'master' into basejobv3
2009-08-04 Eric BollengierMerge branch 'master' into basejobv3
2009-08-04 Eric BollengierMerge branch 'master' into basejobv3
2009-08-03 Eric Bollengieradd list basefiles command
2009-08-03 Eric Bollengierdisplay base jobs during restore
2009-08-03 Eric Bollengiermake regression ok
2009-08-03 Eric Bollengiertweak debug
2009-08-03 Eric Bollengierupdate HasBase in catalog
2009-08-03 Eric Bollengierupdate
2009-08-03 Eric Bollengiercompile
next