-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pgcenter (devel) unstable; urgency=low | ||
pgcenter (0.2.0) unstable; urgency=low | ||
|
||
* change default long query age to 00:00:00.5 | ||
* fix segfault when adding new connection cancelled. | ||
|
@@ -25,7 +25,7 @@ pgcenter (devel) unstable; urgency=low | |
* implement pg_stat_statements.queryid for non-9.4 pg. | ||
* fix broken pg_stat_statements before 9.4. | ||
|
||
-- Alexey Lesovsky <[email protected]> Sun, 28 Aug 2015 14:27:07 +0500 | ||
-- Alexey Lesovsky <[email protected]> Sat, 19 Dec 2015 13:54:12 +0500 | ||
|
||
pgcenter (0.1.3) unstable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
#define __PGCENTER_H__ | ||
|
||
#define PROGRAM_NAME "pgcenter" | ||
#define PROGRAM_VERSION 0.1 | ||
#define PROGRAM_RELEASE 3 | ||
#define PROGRAM_VERSION 0.2 | ||
#define PROGRAM_RELEASE 0 | ||
#define PROGRAM_AUTHORS_CONTACTS "<[email protected]>" | ||
|
||
/* sizes, limits and defaults */ | ||
|