pgAgent commit: Updates for 4.0 release

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAgent commit: Updates for 4.0 release
Date: 2018-06-05 09:38:49
Message-ID: E1fQ8QT-00031n-Ug@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Updates for 4.0 release

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=86ca5c5ed1ad572075ba27e05e4680ebdf5b9feb

Modified Files
--------------
.gitignore | 13 +++++++---
CMakeLists.txt | 12 ++++------
LICENSE | 2 +-
cmake/MakeExt.cmake | 2 +-
connection.cpp | 2 +-
include/connection.h | 2 +-
include/job.h | 2 +-
include/misc.h | 2 +-
include/pgAgent.h | 2 +-
job.cpp | 2 +-
misc.cpp | 2 +-
pgAgent.cpp | 2 +-
pgAgent.rc | 14 +++++------
pgaevent/CMakeLists.txt | 2 +-
pgaevent/pgaevent.c | 2 +-
pgaevent/pgaevent.def | 2 +-
pgaevent/pgamsgevent.h | 2 +-
pgaevent/pgamsgevent.rc | 2 +-
precomp.cpp | 2 +-
sql/pgagent--3.4--4.0.sql | 19 +++++++++++++++
sql/pgagent--unpackaged--3.4.sql | 2 +-
sql/pgagent.sql | 6 ++---
sql/pgagent_upgrade.sql | 52 ----------------------------------------
unix.cpp | 2 +-
win32.cpp | 2 +-
25 files changed, 63 insertions(+), 91 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-06-05 09:40:35 Re: pgAgent 4.0 patch
Previous Message Khushboo Vashi 2018-06-05 08:50:52 Re: [pgadmin4][Patch]: Test cases for the backup module