]> git.sur5r.net Git - bacula/bacula/history - bacula/src/cats/sql.c
ebl Add Plugin debug after a fatal signal.
[bacula/bacula] / bacula / src / cats / sql.c
2008-11-11 Eric Bollengierebl Add Plugin debug after a fatal signal.
2008-11-10 Eric Bollengierebl Update after fatal signal debugging
2008-11-09 Eric Bollengierebl Remove extra db lock debug
2008-11-07 Eric Bollengierebl Fix mysql compilation problem with debug lock...
2008-11-06 Kern Sibbaldturn off code that does not compile
2008-11-06 Eric Bollengierebl Add code to get more information after a violent...
2008-09-29 Kern SibbaldFix Win32 build after Joao's patch
2008-09-29 Kern SibbaldApply dbi driver patch from Joao
2008-09-22 Eric Bollengierebl Use a dedicate DB link to compute and send the...
2008-07-14 Kern Sibbaldkes Change Bacula trademark owner from John Walker...
2008-05-30 Kern SibbaldFix possible seg fault if SQL error.
2008-02-23 Kern SibbaldConvert SQL_TYPE_POSTGRE to SQL_TYPE_POSTGRESQL
2008-02-13 Kern SibbaldImplement parsing of db_driver to give db_type index.
2008-02-02 Kern Sibbaldkes Implement DB Driver = string for the DBI driver.
2007-09-26 Kern Sibbaldkes Setup SQLite busy handler before doing queries.
2007-07-03 Kern Sibbaldkes Start work on new more efficient DBId subroutine...
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-06-03 Kern Sibbaldkes Implement --with-batch-insert in configure and...
2007-05-20 Kern Sibbaldkes Fix tray-monitor by not requiring a timer interval...
2007-05-09 Kern SibbaldUpdate ReleaseNotes
2007-03-18 Kern Sibbaldkes Correct return status on db_batch... routines.
2006-11-27 Kern Sibbaldkes More copyright changes.
2006-11-21 Robert NelsonReplace explicit checks for "/" with calls to IsPathSep...
2006-08-05 Kern SibbaldCorrect improperly formated list command output reporte...
2006-07-30 Kern Sibbaldkes Make bscan ignore ACL streams.
2006-07-24 Kern Sibbald- Change cats/sql.c to elimate %-*s format, which I...
2006-06-22 Kern Sibbald- Update some very old licenses in src/cats.
2006-04-19 Kern Sibbald- Apply patch from Christopher Hull
2006-01-15 Kern Sibbald15Jan06
2005-06-04 Kern Sibbald- Implement attribute caching to put Signature into...
2005-05-08 Kern SibbaldFinal changes
2005-05-07 Kern SibbaldMore work on cached attributes + sig
2005-04-01 Kern Sibbald- Convert more atoi to str_to_int64() for DB.
2005-01-29 Kern SibbaldVacation work -- see tech log
2004-12-21 Kern SibbaldApply Preben 'Peppe' Guldberg <peppe@wielders.org>
2004-10-07 Kern SibbaldFix editing bug with new code
2004-09-22 Kern Sibbald- Turn on transactions for SQLite and PostgreSQL if
2004-08-17 Kern SibbaldFix conio.h problem on Solaris
2004-08-03 Kern SibbaldMisc
2004-06-18 Kern SibbaldFinish new restore tree code
2004-06-15 Kern SibbaldAdd Peter Eriksson's const code + turn bsscanf code
2004-06-13 Kern SibbaldFinal changes
2004-06-10 Kern SibbaldAttr spooling stats + storage override for restore
2004-06-09 Kern SibbaldFinal changes
2004-04-27 Kern SibbaldDoc + DB script updates
2004-04-04 Kern SibbaldDoc updates
2004-04-01 Kern SibbaldLots of cleanups + Christopher Hull's patches
2004-03-20 Kern SibbaldRestore old split path in sql.c
2004-03-17 Kern SibbaldFirst cut restore GUI
2004-03-09 Kern SibbaldMore data spooling updates
2004-03-03 Kern SibbaldImprove debug output scheduler+jobq+tracing
2004-02-29 Kern SibbaldTweak Makefiles + add logrotate to autostart install...
2004-01-13 Kern SibbaldMake mark run *MUCH* faster in restore tree + update...
2004-01-03 Kern SibbaldFix unsigned/int warnings in MySQL + Correct Version...
2003-12-20 Kern SibbaldSQL updates + Vol read/write times
2003-12-09 Dan LangilleModifications to take advantage of PostgreSQL support.
2003-05-30 Kern SibbaldSee kes-1.31 for details
2003-05-22 Kern Sibbaldchange all void *jcr into JCR *jcr
2003-05-17 Kern SibbaldUse rentrant mysql lib, eliminate race in sql_list...
2003-05-13 Kern SibbaldMisc see kes-1.31 13May03
2003-04-03 Kern SibbaldFix new bug in newvol
2003-03-31 Kern SibbaldAdd verbose, Uname info, better Device error msg
2003-01-17 Kern SibbaldAdd jcr to DB arguments
2003-01-14 Kern SibbaldEnhance dbcheck -- tweak Paths
2003-01-01 Kern SibbaldAdd Raw file save/restore
2002-11-14 Kern SibbaldLast major change for 1.27 code -- see kes13Nov02
2002-09-01 Kern SibbaldVerify cleanups + eliminate unwanted messages
2002-08-29 Kern SibbaldAutochanger fixes
2002-08-26 Kern SibbaldMore read multijob record fixes
2002-08-06 Kern SibbaldBug fixes + documentation -- kes06Aug02
2002-08-04 Kern Sibbaldrestore cmd + misc -- see kes04Aug02
2002-07-21 Kern SibbaldSQLite performance + misc -- see kes20Jul02
2002-05-21 Kern SibbaldImplement Auto Prune and Auto Recycle
2002-05-19 Kern SibbaldFirst cut AutoPrune
2002-05-09 Kern SibbaldDB changes for Retention Periods
2002-05-04 Kern SibbaldRetention period updates
2002-04-29 Kern Sibbaldadd Prune command -- not yet tested
2002-04-23 Kern SibbaldInitial revision