igor2x

Results 141 comments of igor2x

3. Yes, I see now, it isn't too bad. Also in _Additional_ tab we can put labels on top of input boxes to follow the same logic as on _Basic_...

**1. xwWidgets version** [Flatpak version](https://github.com/flathub/org.pwsafe.pwsafe/blob/master/org.pwsafe.pwsafe.yml) is using xwWidgets v3.2.4. Help | About: ![image](https://github.com/pwsafe/pwsafe/assets/10895030/63939355-24ac-4b25-9565-109dbd901fec) **2. Dialogs affected** Dialogs that can go beyond minimal (problem hiding buttons): - First dialog where Master...

Tested: Password Safe v1.19.1 flatpak. Dialog can't be resized to hide buttons anymore. Fixed. Thanks.

I have now upgraded to TimescaleDB v2.21.1 and can confirm this issue still exists.

Now I did another round of testing. **ADDITIONAL TEST 1** For problematic update that locks all of chunks with RowExclusiveLock (from my first post) I have created explain: ``` explain...

**ADDITIONAL TEST 6** We have a system with heavy updates on last 10 days. We perform reorder_chunks every day at night batch window to reorder the rows and get rid...

**ADDITIONAL TEST 7** I have performed another test with "compression policy" that we intent to use in production environment. a) Update all rows in table so compression policy will have...

**ADDITIONAL TEST 8** I have done tests with DROP_CHUNKS and UPDATE statement, to see if locking issue appears. a) In session 1 execute UPDATE statement to latest chunk. `BEGIN; UPDATE...

**ADDITIONAL TEST 9** I have been testing little bit more, this time with creating indexes. First session: ``` BEGIN; UPDATE public.tab1 SET measure = NULL WHERE time = '2025-01-01' AND...

**ADDITIONAL TEST 10** I tried how does MERGE locks the tables. ``` -- Create new ordinary table just like public.tab1 hyper-table we already have from issue report. CREATE TABLE public.tab1_source...