]> git.sur5r.net Git - bacula/bacula/history - bacula/src/cats/sql_cmds.c
Tweak insert_autokey to use unsigned int64 instead of signed int64.
[bacula/bacula] / bacula / src / cats / sql_cmds.c
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Eric Bollengieradd comments
2010-08-02 Eric BollengierFix #1600 about problems with Accurate code on MySQL
2010-08-02 Eric BollengierCleanup prune queries
2010-08-02 Eric Bollengierupdate prune code
2010-08-02 Eric BollengierImprove the "update stats" sql command
2010-08-02 Eric Bollengiercleanup sql queries
2010-08-02 Eric BollengierFix #1594 about prune copy jobs
2010-08-02 Marco van WieringenCreate table with jobids as a temporary table and move...
2010-08-02 Eric BollengierRework sql queries for update copies
2010-08-02 Marco van WieringenDon't hardcode temporary table creation as some backend...
2010-08-02 Marco van WieringenChange Ingres query filter to set a realy early timesta...
2010-08-02 Marco van WieringenA timestamp can only be assigned to a timestamp in...
2010-08-02 Marco van Wieringenreindent some Ingres DECLARE queries so they are better...
2010-08-02 Marco van WieringenUpdate Ingres temporary table definitions with new...
2010-08-02 Marco van WieringenFor now the Ingres type is not TEXT but VARCHAR(256...
2010-08-02 Marco van WieringenSeperate some basejob queries into sql_cmds.c so the...
2010-08-02 Marco van WieringenRemove some strange includes halve way this file which...
2010-08-02 Marco van WieringenDISTINCT ON postgresql queries won't work on Ingres...
2010-08-02 Marco van WieringenFix typos.
2010-08-02 Marco van WieringenIngres doesn't understand a query string with ORDER...
2010-08-02 Marco van WieringenFix typo in sql.
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 Stefan Reddigsyntax fix, test improved, empty results fixed
2010-08-02 Stefan Reddig- fixed the database/table scripts - db_user was missin...
2010-01-11 Eric BollengierAdd Job.Reviewed field
2010-01-11 Eric BollengierChange DB version from 11 to 12
2009-11-11 Eric BollengierTweak base file query for Mysql 4.1
2009-11-08 Eric BollengierMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-11-05 Eric BollengierMerge branch 'master' into basejobv3
2009-11-05 Eric BollengierDisplay a message if catalog max_connections setting...
2009-11-02 Eric BollengierMerge branch 'master' into basejobv3
2009-10-23 Eric BollengierMerge branch 'master' into basejobv3
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 BollengierMerge branch 'master' into basejobv3
2009-10-05 Eric BollengierFix postgresql MD5 missing field
2009-10-05 Eric BollengierMerge commit 'sf/master' into basejobv3
2009-10-03 Eric BollengierMerge branch 'master' into basejobv3
2009-09-30 Eric BollengierMerge branch 'master' into basejobv3
2009-09-28 Kern SibbaldAttempt to fix MySQL SQL error
2009-09-18 Eric BollengierMerge branch 'master' into basejobv3
2009-09-17 Eric BollengierRestore comments
2009-09-17 Eric BollengierFix for sqlite, now it works
2009-09-17 Eric Bollengiersmall fix
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-17 Eric BollengierCleanup, change FROM order
2009-09-17 Eric BollengierFix small typo
2009-09-17 Eric BollengierUse new query for Mysql and Sqlite for basejob + accurate
2009-09-17 Eric Bollengierupdate sql query for basefile+accurate
2009-09-16 Eric BollengierFix sql query
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 BollengierMerge branch 'master' into basejobv3
2009-08-31 Eric BollengierMerge branch 'master' into basejobv3
2009-08-26 Eric BollengierMerge branch 'master' into basejobv3
2009-08-24 Eric BollengierMerge branch 'master' into basejobv3
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-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 Bollengierdisplay base jobs during restore
2009-07-15 Eric Bollengierebl fix technotes
2009-07-03 Eric Bollengierebl Should fix the first part #1323 about the restore...
2009-05-15 Kern Sibbaldkes Apply fix to sql_cmds.c suggested by
2009-03-07 Kern Sibbaldkes Prepare to add JS_Warnings termination status.
2009-02-18 Kern SibbaldApply Eric's next-beta.patch that enables 64 bit FileId...
2008-12-21 Eric Bollengierebl revert "copies" changes
2008-12-20 Eric Bollengierebl Work on copy jobs
2008-09-29 Kern SibbaldApply dbi driver patch from Joao
2008-07-14 Kern Sibbaldkes Change Bacula trademark owner from John Walker...
2008-07-06 Kern Sibbaldkes Remove sleep at end of ./bacula
2008-02-24 Kern SibbaldImplement first cut of Copy Job
2008-02-22 Kern SibbaldApply patch (with some difficulties) from Joao Henrique...
2008-01-12 Kern SibbaldFix Win32 build with new .def files and DLL_IMP_EXP ...
2007-10-21 Dan Langillefix bug 994
2007-07-25 Kern SibbaldApply patch from Felix Schwarz <Felix.Schwarz@web.de...
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-05-25 Kern Sibbaldkes Ensure that when labelling a tape with Slot=0...
2007-04-02 Kern SibbaldCorrect migration prune SQL typo
2007-03-24 Kern Sibbaldkes Write new subroutine is_volume_purged() that expli...
2007-03-22 Kern Sibbaldkes Implement new prunning code that prunes up to...
2007-02-10 Kern SibbaldCorrect VolCatBytes bug from media patch
2006-11-27 Kern Sibbaldkes More copyright changes.
2006-08-24 Kern Sibbaldkes Add Media.Enabled flag to client backups for dotcmds.c
2006-08-19 Kern Sibbaldkes Apply Maritn's fix to src/win32/Makefile.
next