pgadmin3/include
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
..
agent support PG11 2018-10-10 22:59:25 +05:00
ctl buf fix sort and procedure 2020-04-13 21:11:13 +05:00
db CFS options add 2020-03-25 21:43:19 +05:00
dd support PG11 2018-10-10 22:59:25 +05:00
debugger support PG11 2018-10-10 22:59:25 +05:00
dlg add global find 2019-06-02 23:01:31 +05:00
frm Add support walsender process in form Server Status 2020-07-11 13:57:12 +05:00
gqb support PG11 2018-10-10 22:59:25 +05:00
hotdraw support PG11 2018-10-10 22:59:25 +05:00
images Add pgpro_scheduler 2018-11-28 00:07:42 +05:00
libssh2 support PG11 2018-10-10 22:59:25 +05:00
ogl support PG11 2018-10-10 22:59:25 +05:00
parser support PG11 2018-10-10 22:59:25 +05:00
pgscript support PG11 2018-10-10 22:59:25 +05:00
pro_scheduler bug fix 2018-12-05 21:25:22 +05:00
schema add generate and identity columns 2020-04-19 20:45:26 +05:00
slony Add support Subscription 2018-11-22 23:25:51 +05:00
utils correct find and new color for stattus server 2019-06-28 20:42:18 +05:00
.gitignore support PG11 2018-10-10 22:59:25 +05:00
copyright.h support PG11 2018-10-10 22:59:25 +05:00
module.mk support PG11 2018-10-10 22:59:25 +05:00
pgAdmin3.h CFS options add 2020-03-25 21:43:19 +05:00
postgres.h support PG11 2018-10-10 22:59:25 +05:00
precomp.h support PG11 2018-10-10 22:59:25 +05:00
version.h multicolumns sort query result, vacuum opt 2020-04-11 20:55:49 +05:00