]> granicus.if.org Git - icinga2/history - lib/db_ido_pgsql
Fix debug builds on Apple Clang 9.0.0 (macOS High Sierra)
[icinga2] / lib / db_ido_pgsql /
2017-05-24 Michael FriedrichMerge pull request #5266 from Icinga/feature/api-cluste...
2017-05-24 Michael FriedrichAdd API & Cluster stats to /v1/status & icinga check... 5266/head
2017-05-16 Gunnar BeutnerMerge pull request #5264 from Icinga/feature/array...
2017-05-15 Michael FriedrichMerge pull request #5265 from Icinga/feature/perfdata...
2017-05-15 Michael FriedrichMove PerfdataValue() class into base library 5265/head
2017-05-09 Michael FriedrichMerge pull request #5042 from mbrgm/upgrade-docs-link
2017-04-20 Andreas ScherbaumReplace http:// links with https:// links where a secur...
2017-03-29 Gunnar BeutnerMerge branch 'support/2.6'
2017-03-28 Michael FriedrichIDO: Do not terminate Icinga 2 if the database schema...
2017-02-28 Marius BergmannAdd link to upgrade documentation to log message 5042/head
2017-02-08 Michael FriedrichAdd logging for started/stopped features
2017-01-11 Michael FriedrichEnsure that PostgreSQL timestamps are UTC
2017-01-10 Michael FriedrichEnsure that *.icinga.com is used everywhere
2016-11-18 Eric Lippmannido-pgsql: Upgrade timestamp columns to timestamp witho...
2016-11-18 Eric Lippmannido-pgsql: Bump schema version to 1.14.2
2016-11-18 Eric Lippmannido-pgsql: Use timestamp without time zone in from_unix...
2016-11-18 Eric Lippmannido-pgsql: Change timestamp columns to timestamp withou...
2016-11-18 Eric Lippmannido-pgsql: Add yet empty v2.6.0 schema upgrade script
2016-08-31 Gunnar BeutnerAnother build fix for Windows
2016-08-30 Gunnar BeutnerReplace boost::exception_ptr with std::exception_ptr
2016-08-30 Michael FriedrichMerge branch 'support/2.5'
2016-08-25 Gunnar BeutnerSet versions for all internal libraries
2016-08-25 Gunnar BeutnerMerge branch 'support/2.5'
2016-08-25 Gunnar BeutnerReplace BOOST_FOREACH with range-based for loops
2016-08-25 Gunnar BeutnerFix compiler warnings in DB IDO
2016-08-24 Gunnar BeutnerImplement unit tests for state changes
2016-08-17 Gunnar BeutnerFix problem with duplicate INSERTs for the same key...
2016-08-15 Gunnar BeutnerImplement support for incremental IDO updates
2016-08-13 Gunnar BeutnerAvoid duplicate IDO config updates at startup
2016-08-02 Michael FriedrichDB IDO: Use upsert and session token for comment/downti...
2016-08-02 Michael FriedrichDB IDO: Ensure that queries are not executed if categor...
2016-08-02 Michael FriedrichFix incorrect index drop in pgsql.sql
2016-08-01 Michael FriedrichFix incorrect session_token index for PostgreSQL
2016-08-01 Michael FriedrichFix missing session_token column
2016-07-29 Gunnar BeutnerUse application start-up time for the IDO session token
2016-07-25 Michael FriedrichDB IDO: Do not clear {host,service,contact}group_member...
2016-07-15 Gunnar BeutnerAvoid duplicate entries in the icinga_objects table...
2016-07-06 Michael FriedrichAdd missing index on statehistory table for DB IDO...
2016-06-23 Michael FriedrichChange DB IDO 'categories' attribute to Array notation
2016-06-22 Michael FriedrichDB IDO: Add missing indexes for icinga_endpoints* and...
2016-06-20 Michael FriedrichDB IDO: Add missing object_id index for icinga_{schedul...
2016-06-20 Michael FriedrichDB IDO: Fix missing schema version update in {mysql...
2016-06-17 Lee ClemensDB IDO: Make check_source a varchar(255) column
2016-06-16 Gunnar BeutnerAdd missing OnConfigLoaded calls in Ido{My,Pg}sqlConnection
2016-06-14 Gunnar BeutnerAdd name attribute for the WorkQueue class
2016-05-17 Gunnar BeutnerFix PostgreSQL warnings on startup v2.4.8
2016-05-17 Gunnar BeutnerFix PostgreSQL warnings on startup
2016-05-12 Michael FriedrichEnsure that program status updates are immediately...
2016-05-11 Michael FriedrichEnsure that program status updates are immediately...
2016-04-21 Gunnar BeutnerFix crash in Ido{Mysql,Pgsql}Connection::ExecuteMultipl...
2016-04-21 Gunnar BeutnerFix crash in Ido{Mysql,Pgsql}Connection::ExecuteMultipl...
2016-04-20 Michael FriedrichFix: Failed assertion in IdoPgsqlConnection::FieldToEsc...
2016-04-20 Michael FriedrichFix: Failed assertion in IdoPgsqlConnection::FieldToEsc...
2016-04-20 Michael FriedrichIDO: Ensure that the notification insert id is passed...
2016-03-29 Michael FriedrichIDO: Ensure that the notification insert id is passed...
2016-02-23 Michael FriedrichIncrease query queue size for testing
2016-02-23 Michael FriedrichFix duplicate key violation for downtimes
2016-02-23 Gunnar BeutnerFix crash in Ido*Connection::InternalExecuteMultipleQueries
2016-02-23 Gunnar BeutnerImplement additional query statistics for DB IDO
2016-02-23 Michael FriedrichDB IDO: Add a log message when the connection handling...
2016-02-23 Michael FriedrichImplement support for re-ordering groups of IDO queries
2016-02-23 Michael FriedrichAvoid duplicate config and status updates on startup
2016-02-23 Michael FriedrichFix invalid notification_id in DB IDO query
2016-02-23 Michael FriedrichFix priority ordering for IDO queries
2016-02-23 Gunnar BeutnerImplement support for priorities in the WorkQueue class
2016-02-23 Gunnar BeutnerMake sure that all strings in the IDO database are...
2016-02-12 Michael FriedrichIncrease query queue size for testing
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-12-16 Michael FriedrichFix duplicate key violation for downtimes
2015-12-16 Gunnar BeutnerFix crash in Ido*Connection::InternalExecuteMultipleQueries
2015-12-16 Gunnar BeutnerImplement additional query statistics for DB IDO
2015-12-15 Michael FriedrichDB IDO: Add a log message when the connection handling...
2015-12-15 Michael FriedrichImplement support for re-ordering groups of IDO queries
2015-12-15 Michael FriedrichAvoid duplicate config and status updates on startup
2015-12-15 Michael FriedrichFix invalid notification_id in DB IDO query
2015-12-15 Michael FriedrichFix priority ordering for IDO queries
2015-12-10 Gunnar BeutnerImplement support for priorities in the WorkQueue class
2015-12-10 Gunnar BeutnerMake sure that all strings in the IDO database are...
2015-11-07 Gunnar BeutnerImprove performance data for DB IDO
2015-11-06 Michael FriedrichAPI Actions: Remove -by-id from actions and require...
2015-11-05 Michael FriedrichChange session_token to integer timestamp
2015-10-30 Michael FriedrichAdd the unique_id for comments/downtimes next to legacy...
2015-10-29 Michael FriedrichFix missing field initializer in DB IDO
2015-10-29 Michael FriedrichDB IDO: Add an index for CV session delete
2015-10-29 Michael FriedrichDB IDO: Remove deleted custom variables
2015-10-28 Gunnar BeutnerFix: IDO tries to execute empty UPDATE queries
2015-10-22 Michael FriedrichExport original attributes in DB IDO and Livestatus
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-10-16 Michael FriedrichDB IDO should provide its connected state via /v1/status
2015-09-23 Jean-Marcel FlachImplement status api handler
2015-09-17 Gunnar BeutnerImplement config object sync
2015-09-05 Michael FriedrichFix string escape problem with PostgreSQL >= 9.1 and...
2015-09-05 Michael FriedrichFix string escape problem with PostgreSQL >= 9.1 and...
2015-08-18 Gunnar BeutnerFix compiler warnings
2015-08-15 Gunnar BeutnerRename DynamicObject/DynamicType to ConfigObject/ConfigType
2015-08-15 Michael FriedrichImplement modified attributes v2
2015-07-14 Michael FriedrichDB IDO: Add zones, zonestatus tables
2015-06-22 Michael FriedrichDB IDO: Fix datatype for 'check_source' in statehistory...
2015-06-17 Michael FriedrichFix wrong timestamp w/ timezone format in DB IDO PGSQL...
next