pgAgent commit: Add log timestamps and a --version option per Josh Berk

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAgent commit: Add log timestamps and a --version option per Josh Berk
Date: 2015-07-17 08:07:48
Message-ID: E1ZG0gO-0004Mv-KO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add log timestamps and a --version option per Josh Berkus. Update copyright notices while passing.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=2eef6cc4928c611cecdca3c1daecb60568deca4e
Author: Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com>

Modified Files
--------------
CMakeLists.txt | 8 ++++----
LICENSE | 2 +-
cmake/MakeExt.cmake | 2 +-
connection.cpp | 2 +-
include/connection.h | 2 +-
include/job.h | 2 +-
include/misc.h | 3 ++-
include/pgAgent.h | 2 +-
job.cpp | 2 +-
misc.cpp | 14 +++++++++++++-
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 | 14 +++++++-------
precomp.cpp | 2 +-
sql/pgagent--unpackaged--3.4.sql | 2 +-
sql/pgagent.sql | 2 +-
sql/pgagent_upgrade.sql | 2 +-
unix.cpp | 16 +++++++++++-----
win32.cpp | 5 ++++-
23 files changed, 64 insertions(+), 42 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message J.F. Oster 2015-07-18 12:06:46 Re: PATCH: Format SQL (external tool)
Previous Message Ashesh Vashi 2015-07-17 05:52:17 pgAdmin 4 commit: Resolved a bug introduced in last commit