Commit graph

85 commits

Author SHA1 Message Date
lsv
0e0a29706f Properties dependents fix
Для выборки зависимостей усилены условия отбора зависимых объектов, но не для всех возможных объектов.
2020-09-07 17:51:23 +05:00
lsv
d7306e633c Add Compare options dialog.
При сравнении объектов добавлена возможность исключать сравнение привелегий и комментариев.
2020-09-04 15:37:58 +05:00
lsv
9f28e588df Optimization compare filter (Server Status). bug fix copy query
Исправлено копирование текста запроса из под фильтра.
При сравнении текста из колонки Client порт не учитывается.
2020-09-04 15:34:38 +05:00
lsv
02a9793eb3 fix 2020-09-03 09:45:24 +05:00
lsv
1b07916b05 bug fix issues#8 (dropping overloaded procedures) 2020-09-02 14:05:16 +05:00
lsv
70ffecb664 Added copying of selected cells IN list format.
Результаты запроса могут скопированы в формате In списка и в формате условия WHERE.
Копирование выполняется через контекстное меню.
2020-09-02 13:52:23 +05:00
lsv
71629f4355 Add LogPane color
Добавлена подсветка новых строк в логе. Изменены читающие функции для новых версий PG
2020-08-31 10:58:02 +05:00
lsv
de2cf5d0c8 Add filter for Server status.
При нажатии провой кнопкой на любой строке и колонке в окне Активность,
 значение под мышью становиться точным фильтром для этой колонки.
Сбросить фильтр можно по кнопке в панели инструментов.
2020-07-23 14:58:26 +05:00
lsv
6f3b809b69 Add support walsender process in form Server Status
- Для процесссов walsender отображается дополнительная информация, которая получается запросом
  select coalesce(sl.xmin,sl.catalog_xmin)::text xmin_slot,':'||slot_name||'['||sl.slot_type||']' slotinfo,'LagSent:'||pg_size_pretty(pg_wal_lsn_diff(pg_current_wal_lsn(),coalesce(confirmed_flush_lsn,restart_lsn)))||' LagXmin: '||coalesce(extract(epoch from (pg_last_committed_xact()).timestamp - pg_xact_commit_timestamp(xmin))::int,0)||' s' xminlag,coalesce(extract(epoch from (pg_last_committed_xact()).timestamp - pg_xact_commit_timestamp(xmin))::int,0) xminslotdelta from pg_replication_slots sl;
  в поле backend_xmin <- xmin_slot
  в поле query <- xminlag
- Добавлена подсветка строки оранжевым цветом, если xminslotdelta >= 1800 секунд
2020-07-10 17:35:20 +05:00
lsv
4e9958e5b3 change pg_xlog to pg_wal 2020-07-09 10:46:16 +05:00
lsv
d5d94bedc5 Merge remote-tracking branch 'r_admin/master' 2020-07-07 23:17:41 +05:00
lsv
8b202a5bdb remove libssh2 source 2020-07-07 23:12:14 +05:00
lsv
132b1cd52b gitignore 2020-07-07 23:04:34 +05:00
lsv
9c6f9f3405 init 2020-07-07 22:19:12 +05:00
levinsv
0315ab6d4c add files for correct compile 2020-07-07 21:44:28 +05:00
levinsv
1db59fe65e bug fix
bug fix refresh table and dialog crash
2020-05-09 01:08:46 +05:00
levinsv
96ca795218 fix issue #6 (Child tables are not dispayed)
fix issue #6
2020-05-08 23:44:43 +05:00
levinsv
63ccdb00d1 bug fix #4 Crash after close sql editor 2020-05-05 18:31:54 +05:00
levinsv
a6fa724c05 correct 2020-04-26 00:49:22 +05:00
levinsv
215e0ceb2a Add many output windows 2020-04-22 22:24:24 +05:00
levinsv
bea1e49770 bug fix frmmaintebance 2020-04-19 21:41:01 +05:00
levinsv
f952a75588 remove old Release dir 2020-04-19 21:22:02 +05:00
levinsv
b60012df15 add generate and identity columns
add generate and identity columns
add storage opts for PG12
2020-04-19 20:45:26 +05:00
levinsv
9b97fa1dcf buf fix sort and procedure 2020-04-13 21:11:13 +05:00
levinsv
ae8ca667e7 multicolumns sort query result, vacuum opt
Add multicolumns sort
Vacuum opt and reindex opt
2020-04-11 20:55:49 +05:00
levinsv
4e01ba92c4 add cfs partition table 2020-03-26 19:33:30 +05:00
levinsv
5e618b7dab CFS options add
remove OID option table.
CFS fragmentation option add
2020-03-25 21:43:19 +05:00
levinsv
7bb2f8bcc7 add CREATE STATISTICS
add create statistics
pgpro_scheduler correct array comands
2020-03-04 21:29:16 +05:00
levinsv
3f85d7710f compare text fix
add event javascript
2019-12-25 22:31:30 +05:00
levinsv
1948887f29 compare bug fix 2019-12-23 23:07:00 +05:00
levinsv
a2fc07c875 Update README.md 2019-12-22 22:57:55 +05:00
levinsv
748d9b7950 Compare add
add support VS2012 dll
add compare objects tree
2019-12-22 22:53:56 +05:00
levinsv
7e10968209 Postgrsql 12
add PG12 support.
Bug fix
2019-10-05 16:38:43 +05:00
levinsv
10e9e0229c add autofilter 2019-09-15 22:23:42 +05:00
levinsv
3a9372c45f fix crash server status frame 2019-09-11 23:15:08 +05:00
levinsv
a12676df94 bug fix
pg_query_state incorrect  visible
Avtoselect query fix non-ansi char
2019-09-01 19:14:59 +05:00
levinsv
8b4475f02d fix recreate script , fix object name for role 2019-08-03 20:01:25 +05:00
levinsv
440cf85fa8 add view grant objects 2019-07-28 20:44:46 +05:00
levinsv
a2c2e3c9ab pgJob fixbug 2019-07-16 13:16:01 +05:00
levinsv
74f0b5299c fix 2019-07-10 19:17:03 +05:00
levinsv
cecc5fd482 bug fix 2019-07-09 22:47:28 +05:00
levinsv
e828b5f35b Update pgAdmin3.exe 2019-07-09 00:05:06 +05:00
levinsv
04f553caf7 fix 2019-07-08 23:46:23 +05:00
levinsv
339a4f777e bug fix 2019-07-07 22:00:57 +05:00
levinsv
d5dab18175 correct find and new color for stattus server 2019-06-28 20:42:18 +05:00
levinsv
759214fe03 add global find
Query form add find all tabs
2019-06-02 23:01:31 +05:00
levinsv
1a7d00f1f4 correct bugs 2019-05-29 22:17:21 +05:00
levinsv
4760f322cd inherit support 2019-05-20 22:43:01 +05:00
levinsv
a5e9a9fd14 add inhrit support
add inhrit support
2019-05-19 20:43:12 +05:00
levinsv
9050d8fee0 add copy insert format
add copy insert format
replace path for autosave query
2019-05-14 23:08:43 +05:00