Commit graph

82 commits

Author SHA1 Message Date
lsv
7a99d5ebba Optimization compare filter (Server Status). bug fix copy query
Исправлено копирование текста запроса из под фильтра.
При сравнении текста из колонки Client порт не учитывается.
2020-09-05 14:08:23 +05:00
levinsv
da1de7fbb4 Add row filter, bug fix #8 2020-09-02 23:15:30 +05:00
lsv
5ff5c0b52e bug fix issues#8 (dropping overloaded procedures) 2020-09-02 19:56:00 +05:00
lsv
428ceaa70f Added copying of selected cells IN list format.
Результаты запроса могут скопированы в формате In списка и в формате условия WHERE.
Копирование выполняется через контекстное меню.
2020-09-02 19:55:37 +05:00
lsv
ec1535f7a1 Add LogPane color
Добавлена подсветка новых строк в логе. Изменены читающие функции для новых версий PG
2020-09-02 19:53:07 +05:00
lsv
f5885b3e82 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-11 13:57:12 +05:00
lsv
11a7bd9e61 change pg_xlog to pg_wal 2020-07-11 13:51:44 +05:00
levinsv
220e768301 Update pgAdmin3.exe 2020-07-09 22:32:18 +05:00
levinsv
682f8b3ee6 fix compile and rm svnversion.h 2020-07-09 22:24:09 +05:00
levinsv
0f95801af4 Merge branch 'master' of https://github.com/levinsv/pgadmin3 2020-07-09 21:54:58 +05:00
levinsv
5bd8e53a53 init 2020-07-09 21:23:46 +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
levinsv
61c23d272f double click select
select word double click press
2019-04-06 21:17:43 +05:00
levinsv
0bf6ff6c60 fix bug 2019-03-11 22:34:47 +05:00
levinsv
96a96b448c bug fix
correct font
2019-02-10 12:15:27 +05:00