]> git.sur5r.net Git - bacula/bacula/shortlog
bacula/bacula
2010-04-09 Marco van WieringenPrepare and describe the Ingres statement in one line...
2010-04-09 Marco van WieringenMake the batch insert functions return bool instead...
2010-04-09 Marco van WieringenImplement a different default locking mode for our...
2010-04-09 Marco van WieringenWe need to fool the Ingres code a bit more to think...
2010-04-09 Marco van WieringenProgram currval retrieval somewhat more robust.
2010-04-09 Marco van WieringenFix error introduced when refactoring some of the code.
2010-04-09 Marco van WieringenLets uniformly call a INGconn a dbconn in all Ingres...
2010-04-09 Marco van WieringenRegenerated Ingres code using esqlcc
2010-04-09 Marco van WieringenReplace INGcheck with EXEC SQL WHENEVER SQLERROR GOTO...
2010-04-09 Marco van WieringenFix typo
2010-04-09 Marco van WieringenAdded empty db_check_backend_thread_safe to dbi backend.
2010-04-09 Marco van WieringenFix some typos and some forgotten things. Now the code...
2010-04-09 Marco van WieringenMake sql_insert_id a atomic function which executes...
2010-04-09 Marco van WieringenDrop have_insert_id in mdb as its always true for all...
2010-04-09 Marco van WieringenFix typo
2010-04-09 Marco van WieringenLets claim we also did something on it.
2010-04-09 Marco van WieringenLets call it COMMIT and not END as that seems to be...
2010-04-09 Marco van WieringenFix typos
2010-04-09 Marco van WieringenAdd support for transactions. Normal operations for...
2010-04-09 Marco van WieringenFirst version of Ingres Batch Insert code.
2010-04-09 Marco van WieringenFix typo in sql.
2010-04-09 Marco van WieringenFix logic error introduced when implementing multi...
2010-04-09 Marco van WieringenFirst attempt at making things multi-threaded and make...
2010-04-09 Marco van WieringenNeed an extra lib for dynamic linking against Ingres.
2010-04-09 Marco van WieringenUse -lq.1 -lcompat.1 as shared libraries instead of...
2010-04-09 Marco van WieringenFix typo
2010-04-09 Marco van WieringenAs we have a multithreaded application let tell that...
2010-04-09 Marco van WieringenRegenerated myingres.c from myingres.sc
2010-04-09 Marco van WieringenLets close the session based on session_id so we close...
2010-04-09 Marco van WieringenLets rewrite the query at a higher level then we see...
2010-04-09 Marco van WieringenCreating a database as an other user and giving grants...
2010-04-09 Marco van WieringenCreate user in the right database for Ingres.
2010-04-09 Marco van WieringenDo all Ingres operations as the user invoking the scrip...
2010-04-09 Marco van WieringenFix username argument to sql for Ingres grants.
2010-04-09 Marco van WieringenMake the Ingres grant script work.
2010-04-09 Marco van WieringenLets not use PostgreSQL macros for sizes.
2010-04-09 Marco van WieringenImplement my_ingres_currval function.
2010-04-09 Marco van WieringenLets fix calling INGfreeDescriptor before INGfreeINGres...
2010-04-09 Marco van WieringenLet INGgetisnull return an bool
2010-04-09 Marco van WieringenFix typo
2010-04-09 Marco van WieringenAdd header to both myingres.sc and myingres.sh
2010-04-09 Marco van WieringenFix typo
2010-04-09 Marco van WieringenRegenerated code for Ingres using esqlcc
2010-04-09 Marco van WieringenAdded limit_filter which rewrites queries which use...
2010-04-09 Marco van WieringenUse bstrdup and use a goto for one exit from function.
2010-04-09 Marco van WieringenMake some static functions inline as they only are...
2010-04-09 Marco van WieringenName all function arguments query so we can use stmt...
2010-04-09 Marco van WieringenDrop Ingres specific versions of queries with #ifdefs
2010-04-09 Stefan Reddigfixed syntax LIMIT/NULL behavior/improved tests
2010-04-08 Marco van WieringenRemove line added as Eric seems to have done so also.
2010-04-08 Marco van WieringenMerge branch 'Branch-5.0' of ssh://marcovw@bacula.git...
2010-04-08 Marco van WieringenAdded missing grant for postgresql as reported by Marti...
2010-04-08 Eric Bollengierfix grant_postgresql_privileges doesn t grant permissio...
2010-04-07 Eric BollengierAdd lock position info to volume manager
2010-04-07 Eric BollengierPermits to use lock manager with file/line from outside
2010-04-05 Kern SibbaldFix compiler warning
2010-04-03 Kern SibbaldRework SD mount.c locking again
2010-04-03 Kern SibbaldReplace ASSERT in block.c with fail Job
2010-04-03 Kern SibbaldUse uint32_t for max_concurrent_jobs
2010-03-31 Marco van WieringenChange Ingres drop script so we can run any form of...
2010-03-29 Eric BollengierUse file and line for rwlock and lmgr in db_lock()
2010-03-29 Eric BollengierAdd File and Line info to rw_lock for lmgr
2010-03-27 Marco van WieringenMerge branch 'Branch-5.0' of ssh://marcovw@bacula.git...
2010-03-27 Marco van WieringenFix database locking calling db_lock and returning...
2010-03-27 Kern SibbaldTweak rebuild configure
2010-03-27 Kern SibbaldTweak Ingres ./configure
2010-03-26 Marco van WieringenAdd missing db_unlock to bvfs_update_cache.
2010-03-26 Marco van WieringenFix array dimensions due to adding Ingres to certain...
2010-03-22 Eric BollengierUpdate configure
2010-03-22 Eric BollengierFix #1532 about permission on binaries
2010-03-15 Eric Bollengierbweb: fix fileindex for deleted items
2010-03-15 Eric Bollengierbweb: add filter on fileindex to bfileview
2010-03-14 Scott BarningerAllow users to build bat without static QT if desired.
2010-03-14 Scott BarningerFix for qt mkspecs location on Fedora 12.
2010-03-12 Marco van WieringenRun ingres template code through esqlcc.
2010-03-12 Stefan Reddiganother small fix
2010-03-12 Stefan Reddigescaping,typo fix
2010-03-12 Stefan Reddigsyntax fix, test improved, empty results fixed
2010-03-12 Eric BollengierFix #1527 about deadlock during migration
2010-03-10 Kern SibbaldAnother fix for OpenSSLv1
2010-03-10 Kern SibbaldTweak: rebuild configure
2010-03-10 Kern SibbaldAdd -lrt to Solaris links
2010-03-09 Kern SibbaldFix tls.c for OpenSSLv1
2010-03-08 Eric BollengierFix #1511 when trying to insert more than 50.000 direct...
2010-03-08 Kern SibbaldFix plugin load not to stop if one plugin bad -- pointe...
2010-03-07 Scott BarningerRemove --without-qwt from configure statement.
2010-03-07 Eric BollengierFix bug in bvfs_update function, should work much bette...
2010-03-06 Kern SibbaldSecond correct fix to bug #1524 verify fails after...
2010-03-06 Kern SibbaldFix bug #1524 verify fails after adding or removing...
2010-03-06 Scott BarningerFix bug 1523.
2010-03-06 Kern SibbaldApply fix suggested by Andreas in bug #1502 for mediavi...
2010-03-06 Marco van WieringenMerge branch 'Branch-5.0' of ssh://marcovw@bacula.git...
2010-03-06 Marco van WieringenLets not generate the ingres code automatically when...
2010-03-06 Frank SweetserFix CentOS detection in regression get-os script
2010-03-05 Kern SibbaldCreate subroutines to add exclusion for plugins
2010-03-05 Dirk H BartleyThis adds sql debugging to these classes that Eric...
2010-03-05 Dirk H BartleyThis is a 1/2 fix of the issue. It allows for the sorti...
2010-03-03 Kern SibbaldMerge branch 'Branch-5.0' of ssh://bacula.git.sourcefor...
2010-03-03 Kern SibbaldTweak rebuild configure
2010-03-03 Kern SibbaldFix configure.in
next