Wed, 19 Jul 2023 16:48:22 +0200 |
wenzelm |
clarified options;
|
changeset |
files
|
Wed, 19 Jul 2023 16:04:59 +0200 |
wenzelm |
clarified options;
|
changeset |
files
|
Wed, 19 Jul 2023 15:56:32 +0200 |
wenzelm |
proper Build_Cluster.Host.parse for parameters and system options;
|
changeset |
files
|
Wed, 19 Jul 2023 15:40:02 +0200 |
wenzelm |
more operations for independent "inline" options;
|
changeset |
files
|
Wed, 19 Jul 2023 13:29:18 +0200 |
wenzelm |
clarified options: accommodate potentially slow database connection;
|
changeset |
files
|
Wed, 19 Jul 2023 13:17:38 +0200 |
wenzelm |
minor performance tuning;
|
changeset |
files
|
Wed, 19 Jul 2023 11:40:00 +0200 |
wenzelm |
add option "build_context" in anticipation of AFP entries that require special tricks in Isabelle/ML (NB: system component settings are unavailable in AFP);
|
changeset |
files
|
Wed, 19 Jul 2023 11:31:19 +0200 |
wenzelm |
proper build_options (amending 822ddccda899);
|
changeset |
files
|
Wed, 19 Jul 2023 10:56:19 +0200 |
wenzelm |
clarified options;
|
changeset |
files
|
Wed, 19 Jul 2023 10:42:40 +0200 |
wenzelm |
proforma support for remote build hosts;
|
changeset |
files
|
Tue, 18 Jul 2023 23:03:39 +0200 |
wenzelm |
more options for performance tuning;
|
changeset |
files
|
Tue, 18 Jul 2023 21:06:11 +0200 |
wenzelm |
more operations;
|
changeset |
files
|
Tue, 18 Jul 2023 20:14:57 +0200 |
wenzelm |
support for management of build cluster;
|
changeset |
files
|
Tue, 18 Jul 2023 19:41:56 +0200 |
wenzelm |
clarified modules;
|
changeset |
files
|
Tue, 18 Jul 2023 19:51:12 +0200 |
wenzelm |
renamed object Data to private_data, to emphasize its intended scope (but it is publicly accessible in the database);
|
changeset |
files
|
Tue, 18 Jul 2023 13:34:18 +0200 |
wenzelm |
more conservative build_delay (despite 9600720071e6): avoid exessive build_database operations, notably via ssh;
|
changeset |
files
|
Tue, 18 Jul 2023 13:32:34 +0200 |
wenzelm |
proper running limit, based on this worker process;
|
changeset |
files
|
Tue, 18 Jul 2023 12:55:43 +0200 |
wenzelm |
more robust: implicit locking of tables in standard order;
|
changeset |
files
|
Tue, 18 Jul 2023 12:50:34 +0200 |
wenzelm |
more uniform guard (!exists_table(table)): avoid "ALTER TABLE" on already existing table, which could lead to deadlocks if this is presently locked;
|
changeset |
files
|
Tue, 18 Jul 2023 12:39:20 +0200 |
wenzelm |
removed unused "create_index": implicit index from primary_key is usually sufficient;
|
changeset |
files
|
Tue, 18 Jul 2023 12:32:07 +0200 |
wenzelm |
clarified "vacuum" (again, reverting 0bd366fad888);
|
changeset |
files
|
Tue, 18 Jul 2023 12:19:12 +0200 |
wenzelm |
clarified signature: eliminate SQL.Tables.empty to avoid confusion (see also 0bd366fad888);
|
changeset |
files
|
Tue, 18 Jul 2023 11:39:43 +0200 |
wenzelm |
update for release;
|
changeset |
files
|
Mon, 17 Jul 2023 21:41:14 +0200 |
wenzelm |
merged
|
changeset |
files
|
Mon, 17 Jul 2023 21:35:27 +0200 |
wenzelm |
more elementary transaction implementation (despite fda3f7a158b9 and 9da65bc75610);
|
changeset |
files
|
Mon, 17 Jul 2023 20:59:50 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Mon, 17 Jul 2023 20:44:58 +0200 |
wenzelm |
proper check (amending 234f2ff9afe6);
|
changeset |
files
|
Mon, 17 Jul 2023 20:32:19 +0200 |
wenzelm |
more robust: exclude accidental nesting (synchronized block is re-entrant);
|
changeset |
files
|
Mon, 17 Jul 2023 20:31:45 +0200 |
wenzelm |
clarified errors;
|
changeset |
files
|
Mon, 17 Jul 2023 16:09:59 +0200 |
wenzelm |
removed junk (amending f8e3b228670c);
|
changeset |
files
|
Mon, 17 Jul 2023 16:02:28 +0200 |
wenzelm |
tuned output;
|
changeset |
files
|
Mon, 17 Jul 2023 15:31:42 +0200 |
wenzelm |
reuse SSH.Server connection for database server;
|
changeset |
files
|
Mon, 17 Jul 2023 12:22:39 +0200 |
wenzelm |
tuned source structure;
|
changeset |
files
|
Mon, 17 Jul 2023 12:22:31 +0200 |
wenzelm |
clarified check: uniform session_info_exists;
|
changeset |
files
|
Mon, 17 Jul 2023 12:16:12 +0200 |
wenzelm |
more complete check;
|
changeset |
files
|
Mon, 17 Jul 2023 12:15:06 +0200 |
wenzelm |
clarified signature: more specific exists_table --- avoid retrieving full list beforehand;
|
changeset |
files
|
Mon, 17 Jul 2023 11:39:32 +0200 |
wenzelm |
reuse database_server connection;
|
changeset |
files
|
Mon, 17 Jul 2023 11:20:28 +0200 |
wenzelm |
more informative trace;
|
changeset |
files
|
Sun, 16 Jul 2023 21:01:33 +0200 |
wenzelm |
reuse SSH.Server connection database server;
|
changeset |
files
|
Sun, 16 Jul 2023 19:38:12 +0200 |
wenzelm |
tuned output;
|
changeset |
files
|
Sun, 16 Jul 2023 19:30:10 +0200 |
wenzelm |
make double-sure that this is a transaction context, notably for LOCK TABLE;
|
changeset |
files
|
Sun, 16 Jul 2023 19:13:08 +0200 |
wenzelm |
more robust Java/Scala multithreading: transaction is always connection.synchronized;
|
changeset |
files
|
Sun, 16 Jul 2023 16:12:38 +0200 |
wenzelm |
clarified signature: proper Scala function for command-line tool;
|
changeset |
files
|
Sun, 16 Jul 2023 16:11:12 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Sun, 16 Jul 2023 15:53:13 +0200 |
wenzelm |
clarified signature: more operations;
|
changeset |
files
|
Sun, 16 Jul 2023 14:19:36 +0200 |
wenzelm |
more standard time unit;
|
changeset |
files
|
Sun, 16 Jul 2023 14:11:56 +0200 |
wenzelm |
clarified options;
|
changeset |
files
|
Sun, 16 Jul 2023 13:45:46 +0200 |
wenzelm |
tuned output;
|
changeset |
files
|
Sun, 16 Jul 2023 13:41:00 +0200 |
wenzelm |
global transaction_count;
|
changeset |
files
|
Sun, 16 Jul 2023 12:34:41 +0200 |
wenzelm |
tuned output;
|
changeset |
files
|
Sun, 16 Jul 2023 12:34:30 +0200 |
wenzelm |
tuned output;
|
changeset |
files
|
Sun, 16 Jul 2023 12:19:48 +0200 |
wenzelm |
prefer asynchronous operations: reduce time spent within synchronized_database("Build_Process.start_job");
|
changeset |
files
|
Sun, 16 Jul 2023 11:46:53 +0200 |
wenzelm |
clarified isabelle.transaction_log: support time_min (in ms);
|
changeset |
files
|
Sun, 16 Jul 2023 11:43:32 +0200 |
wenzelm |
more operations;
|
changeset |
files
|
Sun, 16 Jul 2023 11:29:23 +0200 |
wenzelm |
more informative trace;
|
changeset |
files
|
Sun, 16 Jul 2023 11:03:10 +0200 |
wenzelm |
support trace of transaction_lock via property "isabelle.transaction_log";
|
changeset |
files
|
Sun, 16 Jul 2023 10:50:40 +0200 |
wenzelm |
proper db.transaction_lock instead of adhoc clone (amending 2df0f3604a67);
|
changeset |
files
|
Sun, 16 Jul 2023 09:54:55 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Sun, 16 Jul 2023 09:50:42 +0200 |
wenzelm |
proper close() operation;
|
changeset |
files
|
Sun, 16 Jul 2023 09:34:30 +0200 |
wenzelm |
tuned comments;
|
changeset |
files
|