]> granicus.if.org Git - icinga2/history - lib/db_ido_pgsql
Remove duplicate severity type in the documentation
[icinga2] / lib / db_ido_pgsql /
2015-03-12 Michael FriedrichFix crash in Dependency::Stop()
2015-03-09 Gunnar BeutnerRemove incorrect VERIFY
2015-03-05 Gunnar BeutnerAdd missing "return"s in Ido*Connection::Reconnect
2015-03-04 Gunnar BeutnerFix some compile warnings
2015-02-27 Jean-Marcel FlachUse RequestShutdown with exitcode instead of Applicatio...
2015-02-23 Gunnar BeutnerMake sure to not ignore fields which are set to an...
2015-02-17 Gunnar BeutnerFix incorrect callback method name
2015-02-16 Michael FriedrichDB IDO: Fix PostgreSQL schema file
2015-02-12 Michael FriedrichDB IDO: Require schema version 1.13.0
2015-02-12 Michael FriedrichDB IDO: Fix header in sql files
2015-02-12 Michael FriedrichDB IDO: Fix duplicate entries in {host,service}depencen...
2015-02-07 Michael FriedrichRemove name and return value for stats functions
2015-02-04 Gunnar BeutnerImplement support for updating the program_end_time...
2015-02-02 Gunnar BeutnerFix missing files in the Windows package
2015-01-27 Gunnar BeutnerDon't execute DB updates for agent host objects
2015-01-22 Michael FriedrichUpdate copyright year
2015-01-09 Michael FriedrichIncrease DB IDO query queue limit
2014-12-19 Gunnar BeutnerImplement CMake options for some of the modules
2014-12-18 Gunnar BeutnerRefactor the WorkQueue class to make error reporting...
2014-12-17 Gunnar BeutnerUpdate livestatus and statusdata to properly support...
2014-12-16 Gunnar BeutnerFix another problem with boolean values in SQL queries
2014-12-16 Gunnar BeutnerFix incorrect SQL values for boolean fields
2014-12-11 Gunnar BeutnerImprove error reporting when libmysqlclient or libpq...
2014-11-14 Gunnar BeutnerMerge branch 'larsengels-master'
2014-11-14 Lars EngelsAdd support to conditionally use MysSQL and/or PostgreSQL
2014-11-11 Gunnar BeutnerFix incorrect IDO queries
2014-11-11 Jean FlachFix some Ido initialization bugs
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-04 Michael FriedrichDB IDO: Dump custom attributes as json encoded arrays...
2014-11-02 Gunnar BeutnerImplement typeof() function
2014-10-26 Michael FriedrichRevert "DB IDO: Drop invalid schema changes from 1...
2014-10-26 Michael FriedrichDB IDO: Drop invalid schema changes from 1.x IDOUtils...
2014-10-24 Michael FriedrichDB IDO: Change schema version to 1.12.0
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-10-17 Gunnar BeutnerImplement support for C/C++ comments in the TI compiler
2014-10-17 Gunnar BeutnerFix version number if schema/{mysql,pgsql}.sql
2014-10-16 Michael FriedrichDB IDO: Add program_version column to programstatus...
2014-10-13 Gunnar BeutnerMove all libraries into the lib/ directory