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 |