log PostgreSQL/Plugins/PostgreSQLIndex.cpp @ 193:3236894320d6

age author description
Wed, 06 Jan 2021 17:40:27 +0100 Sebastien Jodogne upgrade to year 2021
Mon, 06 Jul 2020 12:45:58 +0200 Sebastien Jodogne replacing deprecated std::auto_ptr by std::unique_ptr
Wed, 01 Jul 2020 08:54:32 +0200 Sebastien Jodogne sync
Fri, 31 Jan 2020 17:24:29 +0100 Sebastien Jodogne upgrade to year 2020
Thu, 09 May 2019 09:52:11 +0200 Sebastien Jodogne cleaning up PostgreSQL locks with constants
Wed, 08 May 2019 20:21:13 +0200 Sebastien Jodogne Added an advisory lock to avoid race conditions during database setup
Wed, 16 Jan 2019 18:14:28 +0100 Sebastien Jodogne moved extension TagMostRecentPatient into stored procedure CreateInstance db-changes
Tue, 15 Jan 2019 21:10:50 +0100 Sebastien Jodogne new extension implemented: TagMostRecentPatient db-changes
Thu, 10 Jan 2019 18:04:12 +0100 Sebastien Jodogne new extension implemented for PostgreSQL and SQLite: GetLastChangeIndex db-changes
Tue, 08 Jan 2019 14:37:41 +0100 Sebastien Jodogne optimization for /statistics URI db-changes
Sun, 06 Jan 2019 12:48:18 +0100 Sebastien Jodogne renamed macro db-changes
Sun, 06 Jan 2019 12:35:29 +0100 Sebastien Jodogne avoid warnings "An active PostgreSQL transaction was dismissed" db-changes
Fri, 04 Jan 2019 17:24:30 +0100 Sebastien Jodogne rename db-changes
Fri, 04 Jan 2019 17:06:34 +0100 Sebastien Jodogne fix compatibility with older sdk db-changes
Fri, 04 Jan 2019 14:43:35 +0100 Sebastien Jodogne new extension: FastTotalSize db-changes
Fri, 04 Jan 2019 13:51:52 +0100 Sebastien Jodogne new extension implemented for PostgreSQL: CreateInstance db-changes
Mon, 24 Dec 2018 13:35:26 +0100 Sebastien Jodogne preparing for 2019
Tue, 04 Sep 2018 08:56:42 +0200 Sebastien Jodogne Suggestion by Karsten Hilbert: CREATE EXTENSION IF NOT EXISTS pg_trgm
Mon, 03 Sep 2018 16:23:20 +0200 Sebastien Jodogne Fix Debian issue #906771
Tue, 10 Jul 2018 11:08:19 +0200 am merge
Tue, 10 Jul 2018 11:05:37 +0200 am more visibility on the index creation
Tue, 10 Jul 2018 10:10:35 +0200 Sebastien Jodogne mysql storage area working
Tue, 10 Jul 2018 07:15:13 +0200 am log: warning about index creation duration
Mon, 09 Jul 2018 18:42:34 +0200 Sebastien Jodogne preserve the original index
Mon, 09 Jul 2018 18:34:56 +0200 Sebastien Jodogne transactions for storage area
Wed, 04 Jul 2018 08:16:29 +0200 Sebastien Jodogne initial commit