pgAgent commit: Package pgAgent as an extension for PostgreSQL.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAgent commit: Package pgAgent as an extension for PostgreSQL.
Date: 2014-02-11 12:42:45
Message-ID: E1WDCfl-0000i8-Hs@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Package pgAgent as an extension for PostgreSQL.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=e9cceff17da7e8e09dbe1a11101dd105d10c1b93
Author: David Wheeler <david(at)justatheory(dot)com>

Modified Files
--------------
CMakeLists.txt | 27 +-
cmake/FindPG.cmake | 18 +
cmake/MakeExt.cmake | 8 +
pgagent.control.in | 7 +
pgagent.sql | 657 -----------------------------------
pgagent_upgrade.sql | 52 ---
sql/pgagent--unpackaged--3.3.0.sql | 34 ++
sql/pgagent.sql | 666 ++++++++++++++++++++++++++++++++++++
sql/pgagent_upgrade.sql | 52 +++
9 files changed, 807 insertions(+), 714 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2014-02-11 14:41:19 pgAdmin III commit: Update the pgAgent installation docs now it has EXT
Previous Message Dave Page 2014-02-11 10:01:42 Re: PATCH: Fix bug in inherited column definition