]> granicus.if.org Git - icinga2/history - components/db_ido_pgsql
Config: Fix IcingaMacros const identifier.
[icinga2] / components / db_ido_pgsql /
2014-03-30 Gunnar BeutnerMerge branch 'feature/config-5870' into next
2014-03-28 Gunnar BeutnerRename __name and __type properties.
2014-03-24 Gunnar BeutnerFix the PostgreSQL schema.
2014-03-24 Gunnar BeutnerMerge branch 'feature/config-parser-5846' into next
2014-03-21 Michael FriedrichMake host 'check' attribute available in legacy interfaces.
2014-03-21 Michael FriedrichRevert "DB IDO: Add check_source_object_id reference...
2014-03-20 Michael FriedrichMerge branch 'feature/db-endpoints-5636' into next
2014-03-20 Michael FriedrichDB IDO: Add check_source_object_id reference to endpoin...
2014-03-20 Michael FriedrichDB IDO: Additional endpoint object id tables.
2014-03-20 Michael FriedrichDB IDO: Clean schema.
2014-03-20 Michael FriedrichDB IDO: Send endpoint authority for status updates.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-03-10 Michael FriedrichHealth Check: Sanitize perfdata.
2014-03-10 Michael FriedrichPrepare schema for endpoint object id (tbd).
2014-03-08 Michael FriedrichDB IDO: Fix agent_version column.
2014-03-08 Michael FriedrichDB IDO: Clean schema.
2014-03-07 Michael FriedrichDB IDO: Schema update for 0.0.8 provides 1.11.0 version.
2014-03-07 Michael FriedrichDocument DB IDO schema changes for 0.0.8
2014-02-20 Michael FriedrichRefactor status/perfdata stats registry.
2014-02-17 Michael FriedrichImplement StatsFunction Registry for features.
2014-02-12 Michael FriedrichDB IDO: Fix deleted config objects not marked is_active=0.
2014-02-10 Gunnar BeutnerFix: PostgreSQL's GetAffectedRows() function always...
2014-02-06 Michael FriedrichMerge branch 'feature/ido-hist-node-5470' into next
2014-02-06 Michael FriedrichDB IDO: Add icinga_node to *history tables.
2014-02-06 Michael FriedrichDB IDO: Add check_source to statehistory table.
2014-02-05 Gunnar BeutnerFix stack overflow in IdoPgsqlConnection::InternalExecu...
2014-02-04 Gunnar BeutnerMerge branch 'feature/ido-reuse-ids-5565' into next
2014-02-04 Gunnar BeutnerRe-use IDs where possible.
2014-02-04 Gunnar BeutnerMove the ClearConfigTables function into the DbConnecti...
2014-01-29 Michael FriedrichDB IDO: Implement notification object insert id cache.
2014-01-28 Gunnar BeutnerIncrementally fetch MySQL/PGsql rows.
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-02 Gunnar BeutnerMerge branch 'feature/ido-performance-5246' into next
2013-12-02 Gunnar BeutnerAvoid unnecessary copies when iterating over dictionaries.
2013-11-28 Gunnar BeutnerMerge branch 'feature/fix-ido-queries-5235' into next
2013-11-28 Gunnar BeutnerMake sure IDO reconnect attempts don't recurse.
2013-11-22 Gunnar BeutnerAvoid unnecessary updates for the is_active column.
2013-11-21 Gunnar BeutnerImprove latency after start-up.
2013-11-21 Gunnar BeutnerMerge branch 'feature/log-context-5085' into next
2013-11-21 Gunnar BeutnerImplement support for high-level stack traces.
2013-11-20 Gunnar BeutnerImplement support for stack traces for STL exceptions.
2013-11-20 Gunnar BeutnerClear ID cache when (re-)connecting.
2013-11-20 Gunnar BeutnerUpdate database schemas.
2013-11-12 Gunnar BeutnerFix library path for libpq on Windows.
2013-11-12 Gunnar BeutnerMerge remote-tracking branch 'origin/feature/release...
2013-11-11 Gunnar BeutnerFix Convert::ToString.
2013-11-08 Gunnar BeutnerMerge branch 'feature/dtype-5036' into next
2013-11-08 Gunnar BeutnerClean up the DynamicType class.
2013-11-08 Markus FroschMerge branch 'feature/debian-packaging-4988' into next
2013-11-08 Gunnar BeutnerImplement serializer support for arbitrary classes.
2013-11-07 Gunnar BeutnerRemove namespace qualifiers for boost::make_shared...
2013-11-05 Gunnar BeutnerUse boost::bind for WorkQueue::SetExceptionCallback.
2013-11-05 Gunnar BeutnerFix exception in Exception in IdoPgsqlConnection::Query.
2013-11-05 Gunnar BeutnerCreate RPM package for ido-pgsql.
2013-11-05 Gunnar BeutnerMerge branch 'feature/reflection-4996' into next
2013-11-05 Gunnar BeutnerMerge ReflectionObject methods into the Object class.
2013-11-04 Gunnar BeutnerImplement PostgreSQL adapter for IDO.