]> git.sur5r.net Git - bacula/bacula/history - bacula/src/cats
Improve the "update stats" sql command
[bacula/bacula] / bacula / src / cats /
2010-08-02 Eric BollengierImprove the "update stats" sql command
2010-08-02 Eric BollengierImprove performance for MySQL with update stats command
2010-08-02 Eric Bollengiercleanup sql queries
2010-08-02 Kern SibbaldFix Makefile and build problems
2010-08-02 Eric BollengierFix #1594 about prune copy jobs
2010-08-02 Kern SibbaldAdd new upgrade script from DB vers 12 to 13
2010-08-02 Kern SibbaldCorrect copy/paste typos
2010-08-02 Kern SibbaldAdd BDB_VERSION for scripts + prepare update 11 to...
2010-08-02 Marco van WieringenCreate table with jobids as a temporary table and move...
2010-08-02 Eric BollengierUpdate makefiles for new libtool revision
2010-08-02 Eric BollengierFix #1571 and install libraries with 755 perms
2010-08-02 Marco van WieringenRemoved workaround for bug in Ingres with insert into...
2010-08-02 Kern SibbaldFix sqlite.c typo that fails build
2010-08-02 Marco van WieringenFirst stab at a simple script to dump the content of...
2010-08-02 Eric Bollengiertweak debug level
2010-08-02 Eric BollengierMySQL compilation fix
2010-08-02 Eric Bollengiertweak comments
2010-08-02 Eric BollengierFix RestoreObject for PostgreSQL
2010-08-02 Eric BollengierFix RestoreObject schema on PostgreSQL
2010-08-02 Eric BollengierFix insertion of RestoreObject
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 WieringenAdded missing column in Ingres database definition...
2010-08-02 Marco van WieringenChange Ingres query filter to set a realy early timesta...
2010-08-02 Kern SibbaldUpdate Ingres RestoreObject table
2010-08-02 Kern SibbaldAdd compress/decompress of Object Record data
2010-08-02 Eric BollengierFix #1558 about bscan that doesn't update PurgedFiles...
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 WieringenLets not use the mdb->transaction bool but create a...
2010-08-02 Marco van WieringenLets have a single exit from db_write_batch_file_record...
2010-08-02 Marco van WieringenImplement IS_NUM for Ingres by using eqsqlda.h IISQ_...
2010-08-02 Eric BollengierAdd performance notes in make_xxx_tables.in files
2010-08-02 Marco van WieringenFix Ingres problems with queries with have both an...
2010-08-02 Eric BollengierCheck if sql backend is thread-safe
2010-08-02 Eric BollengierFix error message with PostgreSQL on JobHisto sequence
2010-08-02 Kern SibbaldAdd RestoreObject postgresql privilege
2010-08-02 Marco van WieringenUpdate Ingres temporary table definitions with new...
2010-08-02 Marco van WieringenAdded extra check to scream when we encounter a databas...
2010-08-02 Marco van WieringenSome small indent changes.
2010-08-02 Kern SibbaldFix badly named index
2010-08-02 Marco van WieringenFirst stab at rewriting the ingres database schema...
2010-08-02 Kern SibbaldConvert restore object to use STREAM_RESTORE_OBJECT...
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 Kern SibbaldFix RestoreObject make_sqlite3_table.in syntax
2010-08-02 Marco van WieringenDISTINCT ON postgresql queries won't work on Ingres...
2010-08-02 Eric BollengierRemove bad index tips on mysql creation script
2010-08-02 Kern SibbaldCleanup restore_object packet
2010-08-02 Marco van WieringenFix typos.
2010-08-02 Marco van WieringenIngres doesn't understand a query string with ORDER...
2010-08-02 Kern SibbaldTweak remove trailing space add doxygen doc marks
2010-08-02 Kern SibbaldExtract restore object and send to FD first cut
2010-08-02 Kern SibbaldAdd Ingres RestoreObject SQL changes
2010-08-02 Marco van WieringenFix typo in sqlite
2010-08-02 Marco van WieringenRename sql_insert_id into sql_insert_autokey_record...
2010-08-02 Kern SibbaldCreate and put data into RestoreObject table
2010-08-02 Kern SibbaldCreate db_create_restore_object_record and code to...
2010-08-02 Marco van WieringenDrop all Ingres tables with one commit.
2010-08-02 Marco van WieringenFixed postgresql grant script which I seem to have...
2010-08-02 Eric Bollengierfix grant_postgresql_privileges doesn t grant permissio...
2010-08-02 Marco van WieringenFix stupid inverted logic
2010-08-02 Marco van WieringenMake the batch insert functions return bool instead...
2010-08-02 Marco van WieringenAdded empty db_check_backend_thread_safe to dbi backend.
2010-08-02 Marco van WieringenFix some typos and some forgotten things. Now the code...
2010-08-02 Marco van WieringenMake sql_insert_id a atomic function which executes...
2010-08-02 Marco van WieringenDrop have_insert_id in mdb as its always true for all...
2010-08-02 Marco van WieringenLets call it COMMIT and not END as that seems to be...
2010-08-02 Marco van WieringenFix typo in sql.
2010-08-02 Marco van WieringenFirst attempt at making things multi-threaded and make...
2010-08-02 Marco van WieringenAs we have a multithreaded application let tell that...
2010-08-02 Marco van WieringenCreating a database as an other user and giving grants...
2010-08-02 Marco van WieringenCreate user in the right database for Ingres.
2010-08-02 Marco van WieringenDo all Ingres operations as the user invoking the scrip...
2010-08-02 Marco van WieringenFix username argument to sql for Ingres grants.
2010-08-02 Marco van WieringenMake the Ingres grant script work.
2010-08-02 Marco van WieringenFix grant script to set grants on correct sequence...
2010-08-02 Marco van WieringenFix typo
2010-08-02 Marco van WieringenAdded limit_filter which rewrites queries which use...
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 Marco van WieringenChange Ingres drop script so we can run any form of...
2010-08-02 Kern SibbaldSimplify db_check_max_connections code and ifdeffing
2010-08-02 Kern SibbaldFix SQL warning message about concurrency pointed out...
2010-08-02 Eric BollengierUse file and line for rwlock and lmgr in db_lock()
2010-08-02 Marco van WieringenFix database locking calling db_lock and returning...
2010-08-02 Marco van WieringenAdd missing db_unlock to bvfs_update_cache.
2010-08-02 Stefan Reddigsyntax fix, test improved, empty results fixed
2010-08-02 Eric BollengierAdd TODO in bvfs
2010-08-02 Eric BollengierFix #1511 when trying to insert more than 50.000 direct...
2010-08-02 Eric BollengierFix bug in bvfs_update function, should work much bette...
2010-08-02 Kern SibbaldTweak: add sqlite3 FIXME
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 Marco van WieringenLets not generate the ingres code automatically when...
2010-08-02 Marco van WieringenLets generate ingres code by calling esqlcc and not...
2010-08-02 Marco van WieringenAdded comment on dbi backend needing a recent version...
2010-08-02 Kern SibbaldAdd Warning check to SQL
2010-08-02 Kern SibbaldTweak SQL for future additions
next