]> git.sur5r.net Git - bacula/bacula/history - bacula/src/cats/make_postgresql_tables.in
Big backport from Enterprise
[bacula/bacula] / bacula / src / cats / make_postgresql_tables.in
2017-05-22 Kern SibbaldBig backport from Enterprise
2015-08-13 Kern SibbaldBackport from Bacula Enterprise
2015-01-03 Kern SibbaldRevert to using LGPLv3 for simple scripts
2014-03-27 Kern SibbaldBackport from BEE
2013-04-20 Eric BollengierFix missing index on Media table
2013-04-20 Eric BollengierUpdate Catalog version and use DeltaSeq instead of...
2013-04-20 Marco van WieringenBackport of class based catalog backends into Branch...
2010-08-02 Kern SibbaldAdd BDB_VERSION for scripts + prepare update 11 to...
2010-08-02 Eric BollengierFix RestoreObject for PostgreSQL
2010-08-02 Eric BollengierFix RestoreObject schema on PostgreSQL
2010-08-02 Kern SibbaldAdd compress/decompress of Object Record data
2010-08-02 Eric BollengierAdd performance notes in make_xxx_tables.in files
2010-08-02 Kern SibbaldFix badly named index
2010-08-02 Kern SibbaldConvert restore object to use STREAM_RESTORE_OBJECT...
2010-08-02 Kern SibbaldExtract restore object and send to FD first cut
2010-08-02 Kern SibbaldCreate and put data into RestoreObject table
2010-01-11 Eric BollengierAdd Job.Reviewed field
2010-01-11 Eric BollengierChange DB version from 11 to 12
2009-09-30 Eric BollengierMerge branch 'master' into basejobv3
2009-09-22 Eric Bollengiertweak comment
2009-09-22 Eric BollengierRemove the file_fp_idx index for Postgresql (FilenameId...
2009-08-06 Eric BollengierMerge branch 'master' into basejobv3
2009-08-06 Eric BollengierDocument FT_DELETED FileIndex=0 special value in databa...
2009-02-18 Kern SibbaldApply Eric's next-beta.patch that enables 64 bit FileId...
2008-11-10 Eric Bollengierebl Add tips for big postgresql setup
2008-11-04 Eric Bollengierebl Turn to sh instead of bash
2008-10-20 Eric Bollengierebl Rename JobStat to JobHistory
2008-08-28 Eric Bollengierebl Modify catalog scripts to have an easier packaging...
2008-03-22 Eric Bollengierebl Revert to database version 10
2008-03-21 Eric Bollengierebl Change VersionId from 10 to 11
2008-03-20 Eric Bollengierebl Apply jobstat patch to add longterm statistics
2008-01-06 Eric Bollengierebl Do some postgresql optimizations with advices...
2007-10-25 Eric Bollengierebl Add new SD despooling attributes and Dir inserting...
2007-03-30 Kern Sibbaldkes Make database name and user configurable
2006-07-22 Kern Sibbald- Tweak catalog make scripts.
2006-07-19 Kern Sibbald19July06
2006-07-10 Kern Sibbald- Add Enabled column to Location, correct some typos...
2006-07-10 Kern Sibbald- Correct bug I introduced into RunScripts enum.
2006-07-01 Kern Sibbald- Fix a complier warning in files/backup.c
2006-06-24 Kern Sibbald- ========= Remove Accept Any Volume ========= directive.
2006-06-22 Kern Sibbald- Update some very old licenses in src/cats.
2006-04-17 Kern SibbaldCorrect some problems with database creation (new tables).
2006-02-26 Kern Sibbald- Fix the block listing bug pointed out by Arno.
2006-02-20 Kern Sibbald20Feb06
2005-08-02 Kern Sibbald02Aug05
2005-06-29 Kern Sibbald- Attempt to fix DVD writing by eliminating a number...
2005-05-16 Kern Sibbald- Add Scratch to PoolType in PostgreSQL make...tables...
2005-04-19 Kern SibbaldFix SQLite and PostgreSQL table creation script syntax
2005-04-09 Kern Sibbald- Update of web site to replace old released doc with...
2005-04-02 Kern Sibbald- Reset NumVols in Pool record from database on every...
2005-02-28 Kern Sibbald- Corrected some typos in the make_xxx_tables.in files.
2005-02-21 Dan LangilleAdd patches from Roger HÃ¥kansson <hson <at> ludd.luth.se>
2005-02-19 Kern Sibbald- Add back JobId index for MySQL as default -- speeds up
2005-02-02 Kern SibbaldSecond cut ANSI labels
2005-01-29 Kern SibbaldVacation work -- see tech log
2005-01-08 Kern SibbaldIntegrate Nicolas' patch for direct DVD support.
2004-11-08 Kern Sibbald08Nov04
2004-10-29 Kern Sibbald30Oct04
2004-10-16 Scott BarningerUpdate database scripts to include CDImages table for...
2004-10-15 Kern Sibbald- Update all the db update scripts to include the new...
2004-10-13 Kern Sibbald- Add a kludge to detect bad date/times, which cause...
2004-10-07 Kern Sibbald- Added Rerun Failed Levels = yes/no
2004-09-22 Kern Sibbald- Incremented the release number because this version...
2004-09-20 Dan LangilleBackout previous commit. The index already exists.
2004-09-20 Dan LangilleImprove speed of VolumeToCatalog verify jobs by adding
2004-09-18 Kern SibbaldAdd new PostgreSQL indexes
2004-09-01 Kern Sibbald- Add index file to JobId field of File records for...
2004-06-08 Dan LangilleMove the database name to the command line rather than...
2004-04-27 Kern SibbaldDoc + DB script updates
2004-03-12 Kern SibbaldUse bigint in postgresql for Start/EndBlock
2004-01-03 Dan LangilleRemove "not null" and "default current_timestamp" from
2003-12-20 Dan LangilleOops, remove media.drive added in errror
2003-12-20 Dan LangilleAdd volreadtime and volwritetime to media table.
2003-12-20 Kern SibbaldSQL updates + Vol read/write times
2003-12-12 Dan LangilleAdjust some field names to their correct values.
2003-12-10 Dan LangilleIt is maxvolbytes, not mavvolbytes
2003-12-09 Dan LangilleAdd PostgreSQL support. Coding and testing is incomplete.