~ubuntu-branches/ubuntu/maverick/pgadmin3/maverick

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-12-17 20:34:00 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20091217203400-tlnmt4m3v7udjp0h
Tags: 1.10.1-1
* New upstream release, containing fix for:
  - default value in function parameters not shown (closes: #547940)
  - cannot open files without dot in names for restore (closes: #451038)
* Suggest postgresql-contrib (closes: #503291)
* Set myself as Maintainer and remove Raphael. Thanks for his work so far.
* Switch Uploaders and Maintainer role to better describe reality.
* Bump to Standards-Version to 3.8.3.
* Update to debhelper level 7, use dh_prep instead of dh_clean -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
pgAdmin III Changelog
2
 
=====================
3
 
 
4
 
Notes
5
 
-----
6
 
 
7
 
This is the pgAdmin III changelog. Items are marked with the initials of the 
8
 
developer responsible for them, and the version of pgAdmin that the change
9
 
will first appear in. For convenience, changes during Beta and RC phases may
10
 
include an RCx or Bx suffix on the version number, but for simplicity these 
11
 
will not normally be retained.
12
 
 
13
 
A name in square braces [Joe Bloggs] indicates that the change was written by
14
 
Joe. The initialed developer was responsible for reviewing the changes in these
15
 
cases.
16
 
 
17
 
Names shown as "per Joe Bloggs", indicate that Joe reported the problem and may
18
 
have provided help debugging it, but did not actually provide the change.
19
 
 
20
 
Key to developers
21
 
-----------------
22
 
 
23
 
- DP   Dave Page
24
 
- AP   Andreas Pflug
25
 
- JMP  Jean-Michel Poure
26
 
- HS   Hiroshi Saito
27
 
- AHP  Adam H. Pendleton
28
 
- MP   Marc Persuy
29
 
- DAP  Darko Prenosil
30
 
- FGP  Florian G. Pflug
31
 
- MH   Magnus Hagander
32
 
- GL   Guillaume Lelarge
33
 
 
34
 
Changes
35
 
-------
36
 
 
37
 
Date       Dev Ver     Change details
38
 
---------- --- ------  --------------
39
 
2009-04-01 DP  1.10.0  Add support for RETURNS TABLE() on functions [Ashesh
40
 
                       Vashi].
41
 
2009-04-01 DP  1.10.0  Fix the validation of database and schema restriction
42
 
                       strings.
43
 
2009-03-31 DP  1.10.0  Support ldap, gss, sspi & cert authentication methods in
44
 
                       the pg_hba.conf editor.
45
 
2009-03-27 DP  1.10.0  Remove the 'use tab key for autocomplete' option as it
46
 
                       breaks other editor features for little gain.
47
 
2009-03-19 DP  1.10.0  Ensure that dependencies between tables and sequences
48
 
                       used by serial columns are displayed properly [Ashesh
49
 
                       Vashi].
50
 
2009-03-10 DP  1.10.0  Enhance support for Greenplum - add resource queue,
51
 
                       external table and partitioned table support. Teach
52
 
                       the graphical explain tool about Greenplum query node
53
 
                       types, add Greenplum help and utility support [Chuck
54
 
                       McDevitt].
55
 
2009-02-27 DP  1.10.0  Fix handling of aggregate initial conditions to allow
56
 
                       NULL or empty strings to be specified.
57
 
2009-02-27 GL  1.10.0  Allow the contents of the panes on the Server Status
58
 
                       window to be copied to the clipboard.
59
 
2009-02-26 GL  1.10.0  Complete UI rework of the "Server Status" Window.
60
 
2009-02-23 DP  1.10.0  Add support for per-table TOAST autovacuum settings in
61
 
                       PostgreSQL 8.4+ [Ashesh Vashi].
62
 
2009-02-18 DP  1.10.0  Add support for per-table autovacuum settings in
63
 
                       PostgreSQL 8.4+ [Ashesh Vashi].
64
 
2009-02-13 DP  1.10.0  Fix support for 'bit varying' columns [Quan Zongliang].
65
 
2009-02-03 DP  1.10.0  Add support for column level privileges on PostgreSQL
66
 
                       8.4 and above [Ashesh Vashi].
67
 
2009-01-13 DP  1.10.0  Warn the user if connecting to a newer version of the
68
 
                       server than is supported.
69
 
2009-01-12 DP  1.10.0  Add support for Window functions [Ashesh Vashi]
70
 
2009-01-09 DP  1.10.0  Add an option to ignore server version mismatches with
71
 
                       pg_dump/pg_dumpall/pg_restore.
72
 
2009-01-08 DP  1.10.0  Add support for default values for function parameters
73
 
                       in PostgreSQL 8.4+ [Ashesh Vashi]
74
 
2009-01-08 DP  1.10.0  Restore old behaviour of the Edit Grid where <return>
75
 
                       moves to the next column, but <enter> moves to the next
76
 
                       row rather than both changing column [mei ben]
77
 
2009-01-07 DP  1.10.0  Add support for direct debugging of functions with
78
 
                       variadic parameters.
79
 
2009-01-05 GL  1.10.0  Add -S and -Sc command line options to open a server
80
 
                       status window
81
 
2009-01-01 DP  1.10.0  Add support for the many new node types in Postgres 8.4
82
 
                       [Ashesh Vashi]
83
 
2008-12-31 GL  1.10.0  Add CONNECTION LIMIT support for roles (8.1+).
84
 
2008-12-29 DP  1.10.0  Allow pgAgent to connect to databases on remote servers,
85
 
                       such as hot standby machines [Ashesh Vashi]
86
 
2008-11-25 DP  1.10.0  Add support for DESC and NULLs FIRST/LAST options for
87
 
                       index columns [Quan Zongliang].
88
 
2008-11-18 DP  1.10.0  Add support for per-database collation, ctype and
89
 
                       connection limits [Ashesh Vashi]
90
 
2008-11-14 GL  1.10.0  Add ALTER DATABASE SET TABLESPACE support (8.4)
91
 
                       and re-adds ALTER DATABASE RENAME TO support.
92
 
2008-11-07 DP  1.10.0  Fix the index UI to handle columns with commas in the
93
 
                       name [Quan Zongliang]
94
 
2008-11-04 DP  1.10.0  Remove the un-maintained Tip of the Day feature [Ashesh 
95
 
                       Vashi]
96
 
2008-10-27 GL  1.10.0  Add more index stats.
97
 
2008-10-13 DP  1.10.0  Fix the edit grid to work with bit(x).
98
 
2008-09-15 MH  1.10.0  Add pgScript scripting framework [Mickael Deloison - GSoC]
99
 
2008-09-08 DP  1.10.0  Add support for variadic functions in PostgreSQL 8.4+.
100
 
2008-09-04 DP  1.10.0  Ensure we never try to refresh the Servers node.
101
 
2008-09-01 DP  1.10.0  Don't fetch temp schemas if not actually required, as 
102
 
                       Greenplum seems to generate thousands in some
103
 
                       circumstances.
104
 
2008-08-30 GL  1.10.0  SQL text field can be enabled to allow SQL changes on
105
 
                       properties dialog.
106
 
2008-08-26 GL  1.10.0  Review of the dialogs to make them growable.
107
 
2008-08-22 DP  1.10.0  Add options to shift selected text to upper or lower
108
 
                       case in the SQL editor.
109
 
2008-08-22 DP  1.10.0  Add block commenting and uncommenting to the SQL editor.
110
 
2008-08-21 DP  1.10.0  Add block indenting and outdenting to the SQL editor.
111
 
2008-08-20 DP  1.10.0  Prevent the auto complete in the query tool being used
112
 
                       while a query is running.
113
 
2008-08-19 DP  1.10.0  Graphical query builder [Luis Ochoa - GSoC]
114
 
2008-08-11 GL  1.10.0  Support for FTS objects.
115
 
2008-08-11 GL  1.10.0  Support for adding/removing inherited tables with 8.2+
116
 
                       servers.
117
 
2008-07-04 GL  1.10.0  Don't display SQL tab on Server properties dialog.
118
 
2008-07-04 DP  1.10.0  Ensure a newline is included between notices in the query
119
 
                       tool.
120
 
2008-06-20 DP  1.10.0  Save and restore the user-selected line ending type in
121
 
                       styled text controls.
122
 
2008-09-18 MH  1.10.0  Avoid running excess queries on pg_shdescription when 
123
 
                       connecting to a server, fixing performnce regression
124
 
                       with large number of databases.
125
 
2008-06-20 DP  1.10.0  Ensure that line endings stay consistent when editing in
126
 
                       styled text controls.
127
 
2008-06-11 DP  1.10.0  Fix listing of group roles in the combo box on privilege
128
 
                       panels.
129
 
2008-06-10 DP  1.10.0  Reverse engineer multi-word type names correctly when
130
 
                       quoting.
131
 
2008-06-04 DP  1.8.4   Fix potential crash bug in the query tool logging code,
132
 
                       per Erwin.
133
 
2008-05-30 DP  1.8.3   Allow comments to be edited on EDB stored procedures.
134
 
2008-05-29 DP  1.8.3   Fix comments on EDB packages.
135
 
2008-05-29 DP  1.8.3   Ensure the grant wizard works correctly with EDB stored
136
 
                       procedures.
137
 
2008-05-28 DP  1.8.3   Ensure functions in databases with non-ASCII names can be
138
 
                       debugged.
139
 
2008-05-27 DP  1.8.3   Allow a debugging session to be cancelled correctly on
140
 
                       windows.
141
 
2008-05-23 DP  1.10.0  Allow the treeview nodes to be colour-coded for each
142
 
                       server, per Michael Glaeseman.
143
 
2008-05-19 DP  1.10.0  Allow external utilities such as pg_dump & pg_restore to
144
 
                       work with SSL connections.
145
 
2008-05-19 DP  1.10.0  Add support for pg_restore's --clean option.
146
 
2008-05-16 DP  1.10.0  Allow default settings to be set via a global config
147
 
                       file. This allows redistributors and sysadmins to
148
 
                       pre-configure an installation as required.
149
 
2008-05-15 DP  1.10.0  Add support for TRUNCATE triggers on PostgreSQL 8.4+.
150
 
2008-05-06 DP  1.10.0  Auto-discover Postgres Plus servers on Mac and Unix.
151
 
2008-05-06 DP  1.8.3   Fix a corner case in which closing the debugger window
152
 
                       following a failed attempt to create a global breakpoint
153
 
                       (for example, because of an existing breakpoint) could 
154
 
                       cause a crash on Windows.
155
 
2008-05-06 GL  1.10.0  Add 8.2 and 8.3 stats columns to tables list.
156
 
2008-05-06 GL  1.10.0  Add owner's column to list of objects.
157
 
2008-05-06 DP  1.8.3   Store pgAgent job step result codes in an int4 column. 
158
 
                       int2 was proving too small in some cases resulting in an
159
 
                       error.
160
 
2008-05-02 DP  1.8.3   Allow EnterpriseDB packages to be created without bodies.
161
 
2008-05-02 DP  1.8.3   Always refresh the data when the user clicks OK on the
162
 
                       edit grid options dialogue to ensure the filter/sort is
163
 
                       applied to current data.
164
 
2008-05-02 DP  1.8.3   Prevent unsaved changes in the edit grid being lost if
165
 
                       the filter or sorting dialogue is opened.
166
 
2008-05-02 DP  1.8.3   Update node text when refreshing treeview nodes in case
167
 
                       part of the identifier has changed.
168
 
2008-05-01 DP  1.8.3   Correct config window help paths.
169
 
2008-05-01 DP  1.8.3   Don't load group roles and old-style groups on the
170
 
                       security tab on 8.1 and higher.
171
 
2008-05-01 DP  1.8.3   Correctly quote role names when reverse engineering ACLs.
172
 
2008-04-20 DP  1.8.3   Don't allow the user to attempt to remove columns from
173
 
                       an existing index or index constraint.
174
 
2008-04-08 DP  1.8.3   Disable the RULE privilege on 8.2+ for views per Erwin.
175
 
2008-04-04 DP  1.8.3   Fix the logging system to ensure that errors from the
176
 
                       query tool get logged, and notices are only output once.
177
 
                       Cleanup some other minor misbehaviours at the same time.
178
 
                       Per report from Erwin.
179
 
2008-03-27 DP  1.8.3   Ignore the type modifier for domains in function
180
 
                       signatures.
181
 
2008-03-22 DP  1.8.3   If stopping the server service fails after stopping
182
 
                       dependent services, wait 5 seconds and try again up to 10
183
 
                       times to allow the dependents time to shutdown fully.
184
 
2008-03-20 DP  1.10.0  Add a DELETE script option for tables [R�mi Flament]
185
 
2008-03-19 DP  1.8.3   Don't include the -h option when calling pg_dump or
186
 
                       pg_restore if there is no hostname to specify.
187
 
2008-03-18 DP  1.8.3   Convert setting names to lower case so we don't end up
188
 
                       with DateStyle and datestyle for example.
189
 
2008-03-11 DP  1.8.3   Construct SQL used to add columns such that the entire
190
 
                       operation happens in one statement to ensure default
191
 
                       values and NOT NULL can be set together. Per report from
192
 
                       Laurent ROCHE.
193
 
2008-03-04 DP  1.8.3   Properly quote the maintenance database name when
194
 
                       creating a new connection.
195
 
2008-03-04 DP  1.8.3   Show the schema correctly for EDB public synonyms that
196
 
                       point to other synonyms.
197
 
2008-03-04 DP  1.8.3   Remove long-dead Explain Text option from the Query Tool.
198
 
2008-03-03 DP  1.10.0  Add the ability to register external applications on
199
 
                       a plugins menu. Menu options can be activated based on
200
 
                       the current object selection, and a variety of variables
201
 
                       including everything needed to open a database connection
202
 
                       can be passed to the external utility.
203
 
2008-02-27 DP  1.10.0  Allow the user a chance to abort if there is an error
204
 
                       when deleting rows in the edit grid [Robins Tharakan]
205
 
2008-02-27 DP  1.10.0  Remove an obsolete FORCE option on the Maintenance 
206
 
                       dialogue [Robins Tharakan]
207
 
2008-02-27 DP  1.8.3   Properly quote synonym names when refreshing.
208
 
2008-02-27 DP  1.10.0  Add basic support for function parameter default values
209
 
                       on EnterpriseDB.
210
 
2008-02-26 DP  1.8.3   Parse function parameter names correctly when they
211
 
                       contain commas.
212
 
2008-02-24 DP  1.8.3   FOSDEM fix: Include overriding columns in reverse
213
 
                       engineered SQL for child tables, rather than commenting
214
 
                       them out and marking as inherited.
215
 
2008-02-20 DP  1.8.3   Avoid quoting 'text' when used as a type name per Erwin.
216
 
2008-02-18 DP  1.8.3   Correctly generate table DDL when inherited columns
217
 
                       follow the last 'real' column, per Peter Gagarinov.
218
 
2008-02-13 DP  1.8.3   Sort the functions in the combo box on the Trigger
219
 
                       dialogue [Robins Tharakan]
220
 
2008-02-13 DP  1.8.3   Hide array variants of table-types in datatype selectors
221
 
                       where we already hide the table type itself.
222
 
2008-02-08 GL  1.8.3   Fix query that tries to apply the schema restriction.
223
 
2008-02-08 DP  1.8.3   Specify the length correctly when creating columns of 
224
 
                       'time with time zone' and friends.
225
 
2008-02-07 GL  1.10.0  Add Drop/Reassign Owned support with a specific dialog.
226
 
2008-02-06 DP  1.10.0  Add options to the Edit Grid to allow sorting and 
227
 
                       filtering based on the selected cell [Robins Tharakan]
228
 
2008-02-04 DP  1.8.3   Allow non-superusers to debug their own functions.
229
 
2008-02-01 GL  1.8.3   Fix query that tries to apply the DB restriction.
230
 
2008-02-01 DP  1.8.3   Ensure info passed to Guru hints is HTML-safe.
231
 
2008-02-01 HS  1.8.2   Size of the column label of SQLGrid was made variable.
232
 
2008-01-30 DP  1.8.2   Prevent a crash when viewing databases with % in the 
233
 
                       name.
234
 
2008-01-23 DP  1.8.2   Don't try to force new databases into a specific
235
 
                       tablespace as this will error is non-superusers default
236
 
                       to pg_default.
237
 
2008-01-23 DP  1.8.2   Correct the SQL generation for EDB inline triggers.
238
 
2008-01-23 DP  1.8.2   Generate function signatures correctly if the first
239
 
                       parameters are OUT only. 
240
 
2008-01-18 DP  1.8.2   Remove the confusing and near-useless sequence combo box
241
 
                       from the column dialog per discussion on support list.
242
 
2008-01-18 DP  1.8.2   Fix the WITH ADMIN membership option when creating roles.
243
 
2008-01-16 DP  1.8.2   Refresh Views correctly on EnterpriseDB.
244
 
2008-01-14 DP  1.8.2   Fix the privilege editor on the Language dialogue, per
245
 
                       Bborie Park.
246
 
2008-01-10 DP  1.8.2   Correctly identify the schema of trigger functions that
247
 
                       are in system catalogs as can be the case with integrated
248
 
                       full text search.
249
 
2008-01-09 HS  1.8.2   Warn the user if a file cannot be saved in the default
250
 
                       encoding.
251
 
2008-01-07 DP  1.8.2   Undecorated out-param types must be included in EDB-SPL
252
 
                       function signatures when altering comments or privileges
253
 
                       or dropping functions or procedures.
254
 
2008-01-07 DP  1.8.2   Ensure enums are offered as datatypes for columns.
255
 
2008-01-07 DP  1.8.2   Fix column dialogue to allow proper modification of array
256
 
                       columns per Erwin.
257
 
2008-01-07 DP  1.8.2   Newer build of EnterpriseDB consistently strip trailing
258
 
                       semi-colons from package headers and bodies. Update 
259
 
                       reverse engineering allow for this.
260
 
2008-01-07 DP  1.8.2   Ensure the properties dialogues will work sanely with
261
 
                       objects named " " (!).
262
 
2008-01-07 DP  1.8.2   EDB-SPL functions require NULL to be passed in out-params
263
 
                       when debugging.
264
 
2008-01-07 DP  1.8.2   Ensure that EDB-SPL trigger DDL code is appropriately
265
 
                       formatted on newer builds of EnterpriseDB.
266
 
2008-01-03 DP  1.8.2   Ensure the password and confirmed password always match
267
 
                       when adding or editing roles or users.
268
 
2008-01-02 DP  1.8.1   Fix a bug that could cause a crash on GTK when closing
269
 
                       the query tool in certain circumstances.
270
 
2008-01-02 DP  1.8.1   Avoid a crash if the connection is lost and the Functions
271
 
                       node is refreshed.
272
 
2008-01-02 DP  1.8.1   Avoid crashes when working with objects with % characters
273
 
                       in the name.
274
 
2008-01-01 DP  1.8.1   Properly reverse-engineer the SQL for indexes with DESC,
275
 
                       NULLS FIRST or NULLS LAST column options. 
276
 
2008-01-01 DP  1.8.1   Only offer the Jobs node if the user can access the
277
 
                       pgagent schema.
278
 
2007-12-19 DP  1.8.1   Ensure the 'Create Rule' context menu option is always
279
 
                       offered when appropriate.
280
 
2007-12-19 DP  1.8.1   Prevent the user from trying to debug catalog objects.
281
 
2007-12-17 DP  1.8.1   Refresh the tree without erroring after creating a new
282
 
                       package on EnterpriseDB.
283
 
2007-12-17 DP  1.8.1   Fix a crash that occured if an object called '%' was
284
 
                       selected in the treeview, per Alexander Steffens.
285
 
2007-12-14 DP  1.8.1   Fix a line number error in the debugger seen with
286
 
                       procedures which start on the same line as the 'CREATE
287
 
                       PROCEDURE foo IS ...' Per report from Heikki Linnakangas.
288
 
2007-12-14 GL  1.8.1   Cleanup the covering index control logic in the Foreign
289
 
                       Key dialogue.
290
 
2007-12-13 GL  1.8.1   Fix to refresh version string and number, and last OID,
291
 
                       per a report from Alexander Kirpa.
292
 
2007-12-12 DP  1.8.1   Disable CREATE FUNCTION etc. under EnterpriseDB packages
293
 
                       because they are created as part of the main package 
294
 
                       body. 
295
 
2007-12-12 DP  1.8.1   Fix some broken references to online help pages.
296
 
2007-12-12 DP  1.8.1   Don't offer 'Drop Cascaded' unless the user can 'Drop'
297
 
                       the object.
298
 
2007-12-12 DP  1.8.1   Prevent non-superusers from attempting to use the
299
 
                       debugger because the plugin API won't let them anyway.
300
 
2007-12-11 DP  1.8.1   Check that functions exist before debugging or setting
301
 
                       global breakpoints on them. Remove them from the treeview
302
 
                       if not.
303
 
2007-12-11 DP  1.8.1   Correct the URL for the EDB public synonym help page
304
 
2007-12-11 HS  1.10.0  Add the keyword 'WHILE' of debugger.
305
 
2007-12-10 DP  1.10.0  Add support for typmod in/out functions on custom types
306
 
                       [Guillaume Lelarge]
307
 
2007-12-10 DP  1.8.1   Fix the debugger's connection class to ensure database
308
 
                       names requiring quotes will work and that is can be used
309
 
                       with SSL and Kerberos connections.
310
 
2007-12-07 DP  1.8.1   Allow the length of array-typed columns to be changed
311
 
                       (eg. 'character varying[](100)'), per report from Ferenc
312
 
                       Lutischan
313
 
2007-12-05 DP  1.8.1   Don't allow the user to direct-debug trigger functions,
314
 
                       only global breakpoints should be used on them (or the
315
 
                       trigger itself).
316
 
2007-12-05 DP  1.8.1   Don't offer edbspl functions when creating triggers as
317
 
                       they should have inline bodies.
318
 
2007-12-04 DP  1.8.1   Don't quote database names that happen to be keywords
319
 
                       when starting the debugger.
320
 
2007-12-03 GL  1.10.0  Add an option to alter a language's owner
321
 
2007-11-30 DP  1.8.1   Don't offer package names and system schemas as schemas
322
 
                       when creating public synonyms.
323
 
2007-11-28 DP  1.8.1   Fix pgAgent's job query when a host agent is specified
324
 
                       so that jobs don't execute every time round the loop
325
 
                       regardless of schedule, per Brian Kalbfus.
326
 
2007-11-28 DP  1.8.1   Add EnterpriseDB's default database (edb) to the Server
327
 
                       dialog's default option.
328
 
2007-11-28 DP  1.8.1   Don't allow the user to debug an EnterpriseDB package
329
 
                       function or procedure if the body isn't defined.
330
 
2007-11-28 DP  1.8.1   Don't offer the user the chance to create new columns
331
 
                       on system catalogues.
332
 
2007-11-28 DP  1.8.1   Fix the debugger to send actual NULL values rather than
333
 
                       'NULL' through the EnterpriseDB callable statement API.
334
 
                       Allow parameter values to be NULL or empty strings on
335
 
                       both PostgreSQL and EnterpriseDB using the same syntax
336
 
                       as the Edit Grid.
337
 
2007-11-27 DP  1.8.1   Always open the PostgreSQL Help when selecting that menu
338
 
                       option, even if connected to EnterpriseDB.
339
 
2007-11-27 DP  1.8.1   Fix EnterpriseDB public synonym loading so that they
340
 
                       aren't considered system objects.
341
 
2007-11-23 DP  1.10.0  Add an option to enable/disable rules on tables [Guillaume
342
 
                       Lelarge]
343
 
2007-11-23 DP  1.10.0  Add options to TRUNCATE and TRUNCATE...CASCADE tables.
344
 
                       [Guillaume Lelarge]
345
 
2007-11-23 DP  1.8.1   Fix path discovery on Unix so standard installs can be
346
 
                       relocated easily.
347
 
2007-11-13 DP  1.8.1   Fix character number display in the query tool.
348
 
2007-11-07 DP  1.8.1   Use popen() when testing the versions of helper apps on
349
 
                       non-windows platforms to avoid an obscure bug on PPC Macs
350
 
                       that could leave wxExecute hanging indefinitely whilst
351
 
                       waiting on a zombie process.
352
 
2007-10-30 DP  1.8.1   When creating a new index and specifying both tablespace
353
 
                       and fill factor, make sure the SQL is formulated
354
 
                       correctly, per Stefan Wolf
355
 
2007-10-29 DP  1.8.1   Fix the locks tab on the server status dialogue so it
356
 
                       works correctly with PostgreSQL 8.3+.
357
 
2007-10-29 DP  1.8.1   Properly format the object comments shown in the
358
 
                       properties list when a collection node is selected. Per
359
 
                       report from Mike Blackwell.
360
 
2007-10-29 DP  1.8.1   Fix a bug preventing the 'on error' flag of a pgAgent job
361
 
                       step being edited, per Jon Roberts.
362
 
2007-10-26 DP  1.8.1   Handle the corner case when a user includes quotes in an
363
 
                       object name.
364
 
2007-10-26 MH  1.10.0  Add a 'Blocked By' column to the Server Status dialog
365
 
                       to show if a transaction is blocked by another process.
366
 
2007-10-26 DP  1.8.1   Properly escape _'s in queries for schemas, per Derek
367
 
                       Fonda.
368
 
2007-10-26 DP  1.8.1   Don't try to enable/disable prepared transaction related
369
 
                       controls on pre-8.1 servers, per Karl Zellnig
370
 
2007-10-12 DP  1.8.0   Avoid using a correlated subquery that Greenplum doesn't
371
 
                       support, per report from Jon Roberts.
372
 
2007-09-24 DP  1.8.0   Allow GUCs to be set on functions in PostgreSQL 8.3 and
373
 
                       above. [Guillaume Lelarge]
374
 
2007-09-24 DP  1.8.0   Allow GUCs to be set on users, roles and databases at
375
 
                       create time.
376
 
2007-09-03 DP  1.8.0   Fix the table, index and index constraint tablespace
377
 
                       property combo boxes to allow changes to tablespace.
378
 
2007-09-03 DP  1.8.0   Modify the object browser so that the expanded/collapsed
379
 
                       state of child nodes is retained when a node is
380
 
                       refreshed.
381
 
2007-07-19 DP  1.8.0   Refactor the Query Tool's execQuery function to prevent
382
 
                       pgAdmin freezing while two long running queries are 
383
 
                       executing simultaneously.
384
 
2007-07-05 HS  1.8.0   Fixed UTF8 option was not effective by file reading and
385
 
                       writing of a query. and fixed crash at the time of file
386
 
                       save. Per report from Claudia.
387
 
2007-07-02 DP  1.8.0   Add an option to the Report Tool to open the output file
388
 
                       in the default browser.
389
 
2007-07-02 DP  1.8.0   Add a macro facility to the Query Tool [Krzysztof
390
 
                       Smigrodzki]
391
 
2007-06-25 DP  1.8.0   Add keyboard shortcuts to show and hide UI elements,
392
 
                       per Jan Kowalski.
393
 
2007-06-25 DP  1.8.0   Display the output pane in the query tool at query 
394
 
                       completion if it's currently hidden, per Jan Kowalski.
395
 
2007-06-12 DP  1.8.0   Ensure files can be converted to the required encoding
396
 
                       before saving, per report from Christian Lins.
397
 
2007-06-12 DP  1.8.0   Warn the user and allow her to abort before re-running
398
 
                       a backup or restore to or from the same file, in the same
399
 
                       session (can occur if the first attempt returns an error
400
 
                       or warning). Per gripes from various users :-)
401
 
2007-06-01 DP  1.8.0   Add support for multi-parameter aggregates.
402
 
2007-05-31 DP  1.8.0   Retain column widths when refreshing the edit grid, per
403
 
                       Ferenc Lutischan.
404
 
2007-05-30 DP  1.8.0   Ensure logfiles and pgpass files can be correctly saved
405
 
                       on Windows when the username contains non-ASCII chars.
406
 
                       Per report from Athanasios E. Samaras.
407
 
2007-05-26 DP  1.8.0   Ensure we always allow the maximum string length possible
408
 
                       to be entered in the Edit Grid.
409
 
2007-05-24 GL  1.8.0   Sort servers' list alphabetically.
410
 
2007-05-18 DP  1.8.0   Fix a crash in the Edit Grid which occured if Delete was
411
 
                       pressed whilst editing a boolean. Per report from Erwin.
412
 
2007-05-17 DP  1.8.0   Remove bundled copies of PostgreSQL/Slony docs to make it
413
 
                       easier to localise the rest. Instead allow the use of 
414
 
                       local or online copies of the PostgreSQL, EnterpriseDB or
415
 
                       Slony docs, each independently of the other.
416
 
2007-05-10 DP  1.8.0   Add a new command line option (-f <file>) to open an SQL
417
 
                       script automatically when using -q or -qc. Per request 
418
 
                       from Taras Kopets.
419
 
2007-05-10 GL  1.8.0   Add fillfactor support on tables and indexes.
420
 
2007-05-10 DP  1.8.0   Add a new command line options (-cp <file>) to allow 
421
 
                       direct editing of pgpass files.
422
 
2007-05-09 DP  1.8.0   Treat view columns as first class citizens. Show them on
423
 
                       the treeview, and allow their properties page to be
424
 
                       viewed. Allow editting of the default value and comment,
425
 
                       and reflect this in the reverse engineered SQL for the
426
 
                       view. Per request from Luiz.
427
 
2007-05-09 DP  1.8.0   Load second and subsequent postgresql.conf files
428
 
                       into the config editor correctly.
429
 
2007-05-09 DP  1.8.0   Prompt the user to save changes before opening a file
430
 
                       from the recent files menu on the Query Tool, per Taras 
431
 
                       Kopets
432
 
2007-05-02 DP  1.8.0   Add auto-indent to the query tool.
433
 
2007-05-02 DP  1.8.0   Add an option to show indent guides in the query tool.
434
 
2007-05-02 DP  1.8.0   Allow spaces to be used instead of tabs in SQL editors,
435
 
                       and ensure the width can be set sensibly.
436
 
2007-04-30 DP  1.8.0   Allow detection and conversion of line ending format in
437
 
                       the query tool.
438
 
2007-04-24 DP  1.8.0   Integrate the EnterpriseDB pl/pgsql and EDB-SPL debugger
439
 
                       with pgAdmin [Hiroshi Saito, Dave Page]
440
 
2007-04-23 DP  1.8.0   Don't try to detect if integrated autovacuum is
441
 
                       running on < 8.1. Per Simon Riggs.
442
 
2007-04-04 DP  1.8.0   Display the constraint OID for index constraints, not
443
 
                       the index OID. Add the index OID as a new property,
444
 
                       per Harald.
445
 
2007-04-04 DP  1.8.0   Ensure the password change dialog works with stored
446
 
                       passwords.
447
 
2007-04-03 DP  1.8.0   Add support for function cost and row estimations in
448
 
                       PostgreSQL 8.3+.
449
 
2007-04-03 DP  1.8.0   Add support for enums in PostgreSQL 8.3+.
450
 
2007-04-03 DP  1.8.0   Copy and paste data correctly when in a cell editor in
451
 
                       the edit grid, per Stephan Jaensch.
452
 
2007-03-30 DP  1.8.0   Avoid creating graphical explain nodes for triggers as
453
 
                       they aren't part of the plan and mess up the layout.
454
 
                       Per report from Jeremy Drake.
455
 
2007-03-30 DP  1.8.0   Fix reverse engineering of data types with a size of 0,
456
 
                       such as "timestamp(0) without timezone" per Erwin.
457
 
2007-03-30 DP  1.8.0   Display the is_called sequence flag, per Erwin.
458
 
2007-03-27 DP  1.8.0   Handle resetting of sequence values more consistently,
459
 
                       per Erwin.
460
 
2007-03-27 DP  1.8.0   Allow editting of rows with a blank string in the primary
461
 
                       key in the edit grid, per Jeremy Palmer.
462
 
2007-03-16 DP  1.6.3   Fix an overflow bug in pgAgent, per report from Sabin
463
 
                       Coanda
464
 
2007-03-14 DP  1.8.0   Function/procedure signatures do not include OUT params.
465
 
                       Fix this oversight, and cleanup much of the related code.
466
 
2007-03-12 DP  1.8.0   Remove a lot debugging code of little or no use.
467
 
2007-03-12 DP  1.8.0   Position the cursor at the error position when an error
468
 
                       occurs in the Query Tool. Ensure the line is visible.
469
 
2007-03-12 DP  1.8.0   Use Oracle style syntax for edbspl triggers.
470
 
2007-03-12 DP  1.8.0   Show only tables & views (as 'catalog objects') in
471
 
                       pseudo-system catalogs such as information_schema and
472
 
                       EDB's sys and dbo catalogs. Lock down functionality to
473
 
                       prevent create/edit/drop options being offered.
474
 
2007-03-09 DP  1.8.0   Create and reverse engineer edbspl procedures using
475
 
                       Oracle compatible syntax.
476
 
2007-03-09 DP  1.8.0   Treat all functions & procedures as 'Functions' in
477
 
                       PostgreSQL, and class only EnterpriseDB edbspl functions
478
 
                       returning void as 'Procedures'.
479
 
2007-03-08 DP  1.8.0   Preserve column widths between queries.
480
 
2007-03-08 DP  1.8.0   Use EnterpriseDB's utilities for dump and restore EDB
481
 
                       databases to ensure non-PG extensions can be handled.
482
 
2007-03-07 DP  1.8.0   Speed up loading of functions and procedures by rewriting
483
 
                       some horribly inefficient code.
484
 
2007-03-06 DP  1.6.3   Fix a bug that prevented adding new nodes to a Slony
485
 
                       cluster, per Duncan Beeby.
486
 
2007-03-06 DP  1.6.3   Remember the server's SSL mode property correctly.
487
 
2007-03-05 DP  1.6.3   Prevent the RULE privilege becoming re-enabled for tables
488
 
                       on PostgreSQL 8.2+, per Erwin.
489
 
2007-03-05 DP  1.8.0   Add support for packages on EnterpriseDB.
490
 
2007-03-05 DP  1.6.3   Minor fix for edb/spl functions.
491
 
2007-03-02 DP  1.6.3   Fix procedure support on EnterpriseDB AS81.
492
 
2007-03-02 DP  1.8.0   Add support for public synonyms on EnterpriseDB.
493
 
2007-03-02 DP  1.8.0   Use pg_statindex (if available) to optionally display
494
 
                       additional index statistics on a per-table basis. Also
495
 
                       works for index-constraints [Guillaume Lelarge]
496
 
2007-03-01 DP  1.8.0   Display catalogs separately from schemas, and don't
497
 
                       treat them as system objects any longer (they can be
498
 
                       hidden using the display options).
499
 
2007-02-27 DP  1.8.0   Allow install time re-branding. This allows rebranded
500
 
                       versions of pgAdmin to be distributed without code
501
 
                       modifications, but with references to the original
502
 
                       pgAdmin being displayed instead. Also add support for
503
 
                       shaped splash screens.
504
 
2007-02-26 DP  1.8.0   Add a set of options to allow the user to hide selected
505
 
                       object types from the treeview. Note that the new default
506
 
                       settings will hide less commonly used objects such as
507
 
                       casts, languages, aggregates, operators etc.
508
 
2007-02-23 DP  1.6.3   Fix a rare bug in the Edit Grid which could cause a crash
509
 
                       when editting data in tables with deleted columns and a
510
 
                       primary key that isn;t at the beginning of the table.
511
 
                       Thanks to Patrick De Visschere for the test case.
512
 
2007-02-23 DP  1.6.3   Use the correct version of the Slony scripts when
513
 
                       creating a new cluster, per Duncan Beeby.
514
 
2007-02-22 DP  1.6.3   Prevent the Edit Grid Filter causing a crash if an
515
 
                       invalid filter containing a % is used, per Erwin.
516
 
2007-02-16 DP  1.8.0   Replace the Mac installer with code to create a
517
 
                       distribution disk image [Florian G. Pflug]
518
 
2007-02-16 DP  1.6.3   Fix a minor bug in app bundle creation for Mac [Florian
519
 
                       G. Pflug]
520
 
2007-02-14 DP  1.8.0   Allow entire servers to be backed up.
521
 
2007-02-14 DP  1.8.0   Allow global objects to be backed up.
522
 
2007-02-05 DP  1.8.0   Add a guru hint to warn the user of the consequences of
523
 
                       storing passwords, per Tony Caduto.
524
 
2007-02-05 DP  1.6.3   Fix the graphical explain to properly display backwards
525
 
                       index scan nodes, per Brendan O'Shea.
526
 
2007-02-05 DP  1.6.3   Fix default perspective names, per Ezequias
527
 
2007-02-05 DP  1.6.3   Monitor the streams again whilst backing up on Mac -
528
 
                       this no longer crashesin wx2.8. Per Dave Livesay.
529
 
2007-02-05 DP  1.6.3   Fix a crash on Mac that occurred when using some combo
530
 
                       boxes, per David Lowry.
531
 
2007-01-29 DP  1.6.3   Fix menu icon for Gnome [Nathan Egge]
532
 
2007-01-26 DP  1.6.3   Allow users with SUPERUSER but no other privilege flags
533
 
                       to create roles and databases etc. per Andy Shellam.
534
 
2007-01-23 DP  1.8.0   Browser support for Operator Families in PstgreSQL 8.3.
535
 
2007-01-22 DP  1.6.3   Handle non-default schema paths properly in the Foreign
536
 
                       Key dialogue, per Philipp Specht
537
 
2007-01-19 DP  1.6.3   Fix localisation of 'Tab' as a copy delimiter.
538
 
2007-01-19 DP  1.8.0   Add options to enable/disable triggers, both individually
539
 
                       and per-table [Guillaume Lelarge, Dave Page]
540
 
2007-01-17 DP  1.6.3   Update to support the changed syntax of pg_dump 8.2+.
541
 
2007-01-15 DP  1.6.3   Add support for Sun's compiler [Dhanaraj M]
542
 
2007-01-12 DP  1.8.0   Use pg_stattuple (if available) to optionally display
543
 
                       additional table statistics on a per-table basis
544
 
                       [Guillaume Lelarge, Dave Page]
545
 
2007-01-11 DP  1.8.0   Support for operators and op-classes in PostgreSQL 8.3.
546
 
2007-01-10 DP  1.6.3   Fix an issue in the Query Tool export option that could
547
 
                       result in blank lines in the export file, per Mathias 
548
 
                       Durst and Mike.
549
 
2007-01-09 DP  1.6.3   Truncate comments containing \r\n correctly, per Erwin.
550
 
2007-01-09 DP  1.6.3   Fix query tool title which was unfortunately broken by
551
 
                       an earlier fix for another bug.
552
 
2007-01-04 DP  1.6.2   Enable the OK button on the database properties dialog
553
 
                       when variables are changed.
554
 
2007-01-04 DP  1.6.2   Refresh database objects correctly, per Guy Rouillier.
555
 
2006-12-28 DP  1.8.0   Add a 'Run Now' options for pgAgent jobs.
556
 
2006-12-28 DP  1.8.0   Retain the clipboard contents on app exit.
557
 
2006-12-28 DP  1.8.0   Add an option to show NULLs as <NULL> in the Query Tool.
558
 
2006-12-28 DP  1.8.0   Remember last used save definition filename.
559
 
2006-12-28 DP  1.8.0   Remember last used backup/restore filenames.
560
 
2006-12-28 DP  1.8.0   Refactor code to remove support for building the Query
561
 
                       Tool with a listview rather than a grid.
562
 
2006-12-28 DP  1.6.2   Avoid displaying multi line data in single line list 
563
 
                       controls, per Clodoaldo Pinto Neto
564
 
2006-12-15 DP  1.6.2   Properly drop foreign keys in schemas whose names require
565
 
                       quoting, per M S.
566
 
2006-12-14 DP  1.6.2   Avoid a crash when closing the query tool on Solaris
567
 
                       [Dhanaraj M]
568
 
2006-12-07 DP  1.6.2   Display the transation start time on the server status
569
 
                       windows on PostgreSQL 8.3+
570
 
2006-12-07 DP  1.6.2   Reverse engineer columns with multi-word names (like
571
 
                       'timestamp with timezone') correctly so that precision
572
 
                       and array modifiers are included properly. Per Erwin.
573
 
2006-12-07 DP  1.6.2   Add '...' to truncated column comments in table SQL, per
574
 
                       Erwin Brandstetter.
575
 
2006-12-05 DP  1.6.2   Properly size the backup dialog, per Patrick Headley.
576
 
2006-12-05 DP  1.6.2   Ensure column headers and the insert row are shown in the
577
 
                       edit grid when no rows exist in the table being editted,
578
 
                       per Bob Pawley.
579
 
2006-12-05 DP  1.6.2   Restore dialog sizes correctly.
580
 
2006-12-04 DP  1.8.0   Refactor code to remove database base classes
581
 
2006-12-04 DP  1.8.0   Remove code specific to versions of wxWidgets that we
582
 
                       no longer support.
583
 
2006-12-04 DP  1.8.0   Remove obsolete support for non-Unicode builds.
584
 
2006-12-04 DP  1.6.2   Build against PostgreSQL 8.2 on Windows.
585
 
2006-12-01 DP  1.6.2   Fix some oddities in the way current per-table vacuum
586
 
                       settings are displayed.
587
 
2006-12-01 DP  1.6.2   Fix per-table autovacuum settings for PostgreSQL >= 8.2
588
 
                       per Devrim Gunduz.
589
 
2006-12-01 DP  1.6.2   Prevent the filter/sort options dialogue being opened
590
 
                       when data is being refreshed, per Erwin.
591
 
2006-11-29 DP  1.6.1   Prevent a crash from the query too when using File ->
592
 
                       Exit on GTK.
593
 
2006-11-29 DP  1.6.1   Don't paste into empty edit grids, per Howard Wang.
594
 
2006-11-29 DP  1.6.1   Guard against permission denied errors in the edit grid
595
 
                       per Howard Wang.
596
 
2006-11-29 DP  1.6.1   Fix some portability issues in the configure code [Max
597
 
                       Khon]
598
 
2006-11-28 DP  1.6.1   Properly quote function parameter names, per Ken Priest.
599
 
2006-11-28 DP  1.6.1   Don't display index constraints under the Indexes node
600
 
                       as well as the Contraints node, per Erwin.
601
 
2006-11-27 DP  1.6.1   Fix a minor bug in the index reverse engineering when
602
 
                       using non-default operator classes per Andrus.
603
 
2006-11-23 DP  1.6.1   Only enable the 'Include SQL' checkbox on the report
604
 
                       dialog if there is SQL to include, Per Ezequias 
605
 
                       Rodrigues da Rocha
606
 
2006-11-21 DP  1.6.1   When checking the position & size of windows, use the
607
 
                       dimensions of the current display, not the primary.
608
 
2006-11-17 DP  1.6.1   Include IN/OUT/INOUT keywords in procedure identifiers
609
 
                       in the treeview.
610
 
2006-11-17 DP  1.6.1   Fix deletion of stored procedures, Per Erwin.
611
 
2006-11-16 DP  1.6.1   Rework the Find/Replace code to fix a couple of minor 
612
 
                       bugs and improve readability.
613
 
2006-11-16 DP  1.6.1   Enable the OK button on the Database properties dialog
614
 
                       when the owner is changed, per Jim Cullison
615
 
2006-11-15 DP  1.6.1   Prevent a crash if the 'View Filtered Data' filter dialog
616
 
                       is cancelled. Per Erwin Brandstetter
617
 
2006-11-06 DP  1.6.0   Hide binary data (bytea) in the edit grid.
618
 
2006-10-12 DP  1.6.0   Add an installer for Mac.
619
 
2006-10-03 HS  1.6.0   Fixed display of pg_dump/pg_restore output in non-ASCII
620
 
                       charactersets.
621
 
2006-09-28 DP  1.6.0   Ensure the schema is specified when backing up individual
622
 
                       tables [Luca Arzeni]
623
 
2006-09-15 DP  1.6.0   When exporting data to the local charset wxFile::Write 
624
 
                       will crash if it can't convert the data. Check that
625
 
                       conversion is possible before writing each row and skip 
626
 
                       if not. If any failures have occured, tell the user how 
627
 
                       many, and suggest they use UTF8 instead. Per Harald 
628
 
                       Armin Massa
629
 
2006-09-11 DP  1.6.0   Add support for building indexes concurrently on 8.2.
630
 
2006-09-08 DP  1.6.0   Use SQL standard type names where appropriate. Show
631
 
                       them as 'aliases' in the browser. [Magnus Hagander/
632
 
                       Dave Page]
633
 
2006-09-06 DP  1.6.0   The RULE privilege is not applicable to tables in 8.2
634
 
                       so don't use it.
635
 
2006-09-01 DP  1.6.0   Add support for building Mac Universal Binaries.
636
 
                       With help from Florian G. Pflug and Chris Campbell.
637
 
2006-08-30 DP  1.6.0   Fix maintenance dialogue for Primary Keys and Unique
638
 
                       constraints per Alexander Kirpa
639
 
2006-08-30 DP  1.6.0   Favour a primary key over an OID column when updating
640
 
                       data in the edit grid to benefit from the index, per
641
 
                       Vivek Khera.
642
 
2006-08-30 DP  1.6.0   Require the use of wxWidgets 2.7 or above (needed for the
643
 
                       wxAUI classes.
644
 
2006-08-30 DP  1.6.0   Use the wxAUI library to provide dockable window elements
645
 
                       on the main window, query tool and edit grid, giving
646
 
                       us a much more modern look and feel.
647
 
2006-08-30 MH  1.6.0   Allow for -q to open query tool without opening
648
 
                       main window. Add -qc switch to open query tool and
649
 
                       autoconnect using a connection string.
650
 
2006-08-30 MH  1.6.0   Disable splash-screen completely in debug builds.
651
 
2006-08-29 MH  1.6.0   Add a New Window menu/toolbar to the query tool.
652
 
2006-08-15 DP  1.6.0   Set focus on the filter textbox when opening the View
653
 
                       data filter options [Guillaume Lelarge]
654
 
2006-08-15 DP  1.6.0   Auto-select the next item when removing columns from 
655
 
                       the View Data sort options dialog [Guillaume Lelarge]
656
 
2006-07-21 DP  1.6.0   Fix custom vacuum settings editting, per Benjamin 
657
 
                       Krajmalnik
658
 
2006-07-18 DP  1.4.3   Display job steps and schedules properly in the Job
659
 
                       dialogue, per Eric Shuman.
660
 
2006-07-17 DP  1.4.3   Display interval precision properly, per Walter Haslbeck
661
 
2006-07-04 DP  1.6.0   Make elements of the main windows dockable for 
662
 
                       maximum configurability.
663
 
2006-07-04 DP  1.6.0   Add 'scratch pads' to the Edit Grid and Query Tool
664
 
                       windows to use when copying and pasting data back
665
 
                       and forth.
666
 
2006-07-04 DP  1.6.0   Add a proper menu to the Edit Grid window.
667
 
2006-06-30 DP  1.4.3   Return the script return value when executing shell
668
 
                       scripts from pgAgent, per Eric Shuman
669
 
2006-06-22 DP  1.4.3   Use a slider instead of a spin control to avoid a
670
 
                       wxGTK bug on the status form, per Peter Eisentraut.
671
 
2006-06-15 DP  1.6.0   Add a new Find & Replace dialogue to the query tool,
672
 
                       implementing all the normal Find & Replace options as
673
 
                       well as a powerful regular expression search mode.
674
 
2006-06-15 DP  1.6.0   Add a pgAgent option to log to a file on *nix [Jeremy
675
 
                       Palmer]
676
 
2006-06-14 DP  1.6.0   Add a Redhat init script for pgAgent [Jeremy Palmer]
677
 
2006-06-13 DP  1.6.0   Display non-default op classes in index definitions.
678
 
2006-06-12 DP  1.6.0   Minor fixes to the browser code to properly add new nodes
679
 
2006-06-12 DP  1.6.0   Fix creation of jobs with multiple steps or schedules per
680
 
                       Jeremy Palmer
681
 
2006-06-12 DP  1.6.0   Remove unused fc1 packaging files
682
 
2006-05-31 DP  1.6.0   Retain values in the edit grid following a failed
683
 
                       insert or update per Mario Splivalo. Don't silently lose
684
 
                       changes if the user refreshes the data or closes the 
685
 
                       window.
686
 
2006-05-30 DP  1.6.0   Display, and allow null values to be set in boolean
687
 
                       columns in the Edit Grid per Hubert Plaschke.
688
 
2006-05-26 DP  1.6.0   Add a data dictionary report for tables.
689
 
2006-05-24 DP  1.6.0   Don't enable the OK button on the Grant Wizard until
690
 
                       there is something to do, per Dave Minter.
691
 
2006-05-24 DP  1.6.0   Use PQresultErrorField() to get more error details
692
 
                       from query results. Requires libpq 7.4+.
693
 
2006-05-23 DP  1.6.0   Highlight the error word in the query tool if a syntax
694
 
                       error is reported by the database.
695
 
2006-05-23 DP  1.6.0   Add a guru hint to advise users to use the CREATE script
696
 
                       tool to edit function/view code in the Query Tool.
697
 
2006-05-22 DP  1.6.0   Display the current character number in the query tool
698
 
                       status bar.
699
 
2006-05-22 DP  1.4.3   Allow non-superusers to edit roles where appropriate
700
 
                       [Thomas Sondag]
701
 
2006-05-22 DP  1.6.0   Add options to show line ends and whitespaces in the
702
 
                       query tool.
703
 
2006-05-17 DP  1.4.3   Allow non-superuser roles with the appropriate 
704
 
                       permissions to create roles and DBs.
705
 
2006-05-15 DP  1.4.3   Fix a bug in the pgpass save code that could
706
 
                       damage files.
707
 
2006-05-15 DP  1.6.0   Add a word wrap option to the query tool editor.
708
 
2006-05-15 DP  1.6.0   Add brace highlighting to the SQL Text Box control.
709
 
2006-05-15 DP  1.6.0   Don't save the position/size when closing minimised
710
 
                       Windows as the size values will be wrong on some OSs.
711
 
2006-05-15 DP  1.6.0   Add a Copy menu option to the main form to copy from the
712
 
                       SQL pane.
713
 
2006-05-15 DP  1.6.0   Detect and warn the user of concurrent edits of
714
 
                       functions, views and job steps.
715
 
2006-05-12 DP  1.6.0   Allow the user to choose whether or not to restore the
716
 
                       environment when reconnecting to a particular server.
717
 
2006-05-10 DP  1.6.0   Allow pasting of entire rows in the View Data tool
718
 
                       [Edward Di Geronimo Jr]
719
 
2006-05-10 DP  1.6.0   Use escape string syntax (E'foo') where required.
720
 
2006-05-09 DP  1.6.0   Update the Windows build environment for VC++ 8.0 (now
721
 
                       free from http://msdn.microsoft.com/vstudio/express/)
722
 
2006-05-05 DP  1.6.0   Add an internal XML reporting API, HTML XSL stylesheet
723
 
                       with XSLT processing capabilities and selection of
724
 
                       schema/object/data reports.
725
 
2006-05-03 DP  1.6.0   Add support for PostgreSQL 8.2's CONNECT privilege on
726
 
                       databases, and USAGE on sequences (which also have a
727
 
                       reduced set of privileges now).
728
 
2006-05-03 DP  1.4.3   Use the correct encoding in the View Data filter options
729
 
                       per Ferenc.
730
 
2006-04-30 DP  1.6.0   Pre-encrypt passwords before sending them down the wire,
731
 
                       or displaying them in SQL statements.
732
 
2006-04-30 AP  1.6.0   Fix Explain issue with multiple lines [Miha Radej]
733
 
2006-04-30 AP  1.6.0   Scripting for view SELECT/INSERT/UPDATE
734
 
2006-04-30 AP  1.6.0   Scripting for table SELECT/INSERT/UPDATE
735
 
2006-04-30 AP  1.6.0   cleanup submenu handling to avoid touching events.cpp
736
 
                       when menus are added
737
 
2006-04-30 AP  1.6.0   Use virtual ListView for Query Tool, so no more retrieval
738
 
                       time
739
 
2006-04-28 DP  1.4.3   Ensure the user is warned if files cannot be written.
740
 
2006-04-27 DP  1.6.0   Add an accelerator key (Delete) for deleting rows in the
741
 
                       edit grid, per Emil Nowak.
742
 
2006-04-21 DP  1.6.0   (pgAgent) Replace the batch job execution code for
743
 
                       Windows with a custom popen equivalent based on
744
 
                       CreateProcess(). This is needed on Win2K on which
745
 
                       _popen() will not work from a service.
746
 
2006-04-12 DP  1.6.0   Allow the tab character to be used as the clipboard
747
 
                       column separator to allow pasting of query results
748
 
                       straight into apps like Excel, or OOo Calc [Edward Di
749
 
                       Geronimo Jr.]
750
 
2006-04-06 DP  1.6.0   Add a --disable-docs configure option to prevent the
751
 
                       installation of docs [Miha Radej]
752
 
2006-03-20 DP  1.6.0   Refactor Edit Grid and Query Grid into one common base
753
 
                       class for the control. Use the in-built wxTable for
754
 
                       further a performance boost [Edward Di Geronimo Jr.]
755
 
2006-03-20 DP  1.4.3   Install PkgInfo into the Contents directory in the OSX
756
 
                       appbundle, per John DeSoi.
757
 
2006-03-20 DP  1.4.3   Detect and correctly use GNU vs. BSD xargs when
758
 
                       completing an appbundle install, per John DeSoi.
759
 
2006-02-27 DP  1.6.0   Don't double-link to libssl/libcrypto [Loic Minier]
760
 
2006-02-27 DP  1.6.0   Enhance the query tool to allow copy/paste of arbitrary
761
 
                       groups of columns, rows or individual cells.
762
 
                       [Edward Di Geronimo Jr]
763
 
2006-02-27 DP  1.6.0   Change '<localpipe>' to 'local socket' [Peter Eisentraut]
764
 
2006-02-22 DP  1.6.0   Tidy up dlgServer, per Peter Eisentraut.
765
 
2006-02-22 DP  1.6.0   Split src/Makefile.am into one fragment per sub directory
766
 
                       for ease of maintenance.
767
 
2006-02-22 DP  1.6.0   Allow the admin modules to be built with PGXS if required
768
 
                       [August Zajonc]
769
 
2006-02-21 MH  1.6.0   Reject invalid command line options in pgAgent
770
 
2006-02-21 MH  1.6.0   Minimal linking for pgAgent under *nix
771
 
2006-02-21 DP  1.4.2   Fix a typo in the admin pack README [August Zajonc]
772
 
2006-02-19 AP  1.4.2   Fix serial column detection for 8.1 per Kris Jurka
773
 
2006-02-19 AP  1.6.0   Display column dependencies
774
 
2006-02-19 AP  1.6.0   Rearrange "view data" position in toolbar/menu
775
 
2006-02-17 DP  1.4.2   Mask the password when logging the connection string.
776
 
2006-02-17 DP  1.4.2   Properly escape single quotes in connection strings.
777
 
2006-02-08 DP  1.4.2   Re-arrange the Win32 dependencies so that iconv, libxml2
778
 
                       and wxwidgets are located in $PGADIR/../pgadmin3-deps/
779
 
2006-02-08 MH  1.6.0   Add a 'Favourites' query organiser to the Query Tool.
780
 
                       Note; this adds a dependecy on libxml2 (and iconv).
781
 
2006-02-06 DP  1.4.2   Properly enable the redo button in the Query Tool when
782
 
                       appropriate, per PromoTrade
783
 
2006-02-06 DP  1.6.0   Allow selection and copy of subsets of the columns and 
784
 
                       rows in the Edit Grid [Edward Di Geronimo Jr]
785
 
2006-02-06 DP  1.6.0   Cleanup if the query tool leaves a transaction in an 
786
 
                       error state when the query ends.
787
 
2006-01-30 AP  1.6.0   Fix inherited columns (don't create/edit them) per Peter
788
 
                       Eisentraut.
789
 
2006-01-30 MH  1.6.0   Add autocompletion to the Query Tool, based on the logic
790
 
                       used by psql. Triggered with Control+Space, and 
791
 
                       optionally the Tab key as well.
792
 
2006-01-30 DP  1.4.2   Add missing files to the Unix tarball, per Andrus
793
 
                       xtra/wxbuild/*, src/utils/precomp.cpp, 
794
 
                       src/main/pgAdmin3.rc
795
 
2006-01-27 DP  1.6.0   Allow the number of rows shown in the Edit Grid to be 
796
 
                       limited and add a 'View top 100 rows' option to the
797
 
                       table/view context menus. [Magnus Hagander, Dave Page]
798
 
2006-01-25 DP  1.6.0   Prevent deletion of the blank item in config editors, and
799
 
                       ensure undo will only work on the appropriate line.
800
 
2006-01-25 MH  1.6.0   Add a password file editor,
801
 
2006-01-23 MH  1.4.2   Read config files in the local encoding scheme
802
 
2006-01-22 DP  1.6.0   Rename text docs to match GNUish standards, remove all
803
 
                       HTML markup and wrap at col 80.
804
 
2006-01-19 DP  1.6.0   Fix capitalisation of menu items. Add '...' to the end of
805
 
                       items that open dialogues [Peter Eisentraut]
806
 
2006-01-19 MH  1.6.0   Display the client start time on the status dialogue with
807
 
                       PostgreSQL 8.1+
808
 
2006-01-17 DP  1.6.0   Allow set returning functions to be created.
809
 
2006-01-17 DP  1.4.2   Display the definition of set returning procedures 
810
 
                       correctly.
811
 
2006-01-17 DP  1.4.2   Fix drop procedure by including IN/OUT parameter flags in 
812
 
                       the name.
813
 
2006-01-13 DP  1.4.2   Fix role SQL - correctly define CREATEROLE/NOCREATEROLE 
814
 
                       per Andrus.
815
 
2006-01-11 MH  1.6.0   Allow result copy quoting configuration to be set
816
 
                       explicitly rather than using the result export settings 
817
 
2006-01-09 MH  1.6.0   Add -a and -q command line options to auto connect to a 
818
 
                       server and open a query window respectively
819
 
2006-01-09 MH  1.4.2   Honour the copy quoting setting properly in the SQL 
820
 
                       results pane
821
 
2006-01-09 MH  1.6.0   Use Ctrl-A to select all results in the query results 
822
 
                       pane.
823
 
2006-01-09 MH  1.4.2   Set the initial Unicode/Local charset options correctly 
824
 
                       in the Export dialogue
825
 
2005-12-26 AP  1.4.2   Fix PK detection in EditGrid per Andrus Moor
826
 
2005-12-26 AP  1.4.2   Fix Bitmap Index explain per Alexander Kirpa
827
 
2005-12-23 DP  1.4.2   Use ELSIF not ELSEIF in pgagent.sql for compatibility 
828
 
                       with 7.x servers [Glen Sasek]
829
 
2005-12-22 HS  1.6.0   dlgLanguage name+comment, dlgDatabase comment
830
 
2005-12-15 DP  1.4.2   Exclude system schemas by name rather than OID, so that 
831
 
                       'public' can be safely renamed.
832
 
2005-12-12 AP  1.4.2   fix slony node statistics
833
 
2005-12-11 AP  1.6.0   support 8.1 language templates
834
 
2005-12-11 AP  1.4.2   Fix: Unsubscribe set on receiver
835
 
2005-12-11 AP  1.4.2   Another wxComboBox(2.6.2) related fix
836
 
2005-12-09 DP  1.4.1   Default the encoding of new databases to the cluster 
837
 
                       encoding, per Peter Eisentraut.
838
 
2005-12-09 DP  1.4.1   Sort encoding names in dlgDatabase, per Peter Eisentraut.
839
 
2005-12-06 AP  1.4.1   store UTF8 connect info in pgpass.conf if necessary
840
 
2005-12-03 AP  1.4.1   Major fix for wx2.6.2 API changes (comboboxes)
841
 
2005-12-02 DP  1.4.1   Drop constraints on columns before the columns themselves
842
 
                       [Miha Radej]
843
 
2005-12-01 AP  1.4.1   Deal with incompatible wx2.6.2 API changes (comboboxes)
844
 
2005-11-30 AP  1.4.1   Graphical explain: distinct scan images
845
 
2005-11-25 DP  1.4.1   Fix the server status SQL query
846
 
2005-11-25 FGP 1.4.1   Don't include pgAgent in the Mac OSX bundle
847
 
2005-11-25 FGP 1.4.1   Include pg_dump/pg_restore in the Mac OSX bundle
848
 
2005-11-20 DP  1.4.1   Use a proper 'Save As' style dialogue for selecting 
849
 
                       backup files
850
 
2005-11-20 AP  1.4.1   Don't show pk hint when editing view
851
 
2005-11-20 AP  1.4.1   Add missing NO ACTION FK constraint
852
 
2005-11-11 DP  1.6.0   Set version numbers whereever required from version.h 
853
 
                       during bootstrap
854
 
2005-11-11 AP  1.6.0   leave pre-1.5 server config settings untouched
855
 
2005-11-10 AP  1.6.0   Configurable indent in ctlSqlBox
856
 
2005-11-10 DP  1.6.0   Ensure we always use aclocal/automake 1.9 during bootstrap
857
 
2005-11-10 AP  1.4.1   Fix role rename per Antonio
858
 
2005-11-09 AP  1.6.0   database and schema display restriction
859
 
2005-11-09 AP  1.6.0   overhaul of server config settings
860
 
2005-11-09 AP  1.4.1   fix procedure/triggerFunc collection list
861
 
2005-11-09 AP  1.4.1   Allow all 8.x column changes per Chris Velevitch
862
 
2005-11-09 AP  1.4.1   Fix param name quoting for procedures per Alex Tyagloff
863
 
2005-11-10 DP  1.6.0   Overhaul the autoconf stuff. Make full use of
864
 
                       pg_config/wx-config.
865
 
2005-11-04 AP  1.4.0   Fix SET role per Florian Pflug, fix role help
866
 
2005-11-04 DP  1.4.0   Fix role inheritance option when creating roles, per Mike
867
 
                       Allen
868
 
2005-11-03 DP  1.4.0   Minor fix to the pgAgent command line parser, per Harald 
869
 
                       Armin Massa
870
 
2005-11-03 DP  1.4.0   Honour type length/precision when creating composite types
871
 
                       per Ivan
872
 
2005-11-02 AP  1.4.0   Fix crash in trigger property per Oriza Triznyak
873
 
2005-11-01 AP  1.4.0   Fix function return type array per Andras Voros
874
 
2005-11-01 AP  1.4.0   Fix query tool connect annoyance per Florian Pflug
875
 
2005-10-31 DP  1.4.0   Fix eventlog output in pgAgent, per Paolo Saudin
876
 
2005-10-31 DP  1.4.0   Quote member names in compsoite types, per Ivan
877
 
2005-10-31 DP  1.4.0   Enable the precision textbox when adding numeric members 
878
 
                       to composite types, per Ivan
879
 
2005-10-30 DP  1.4.0   Display line numbers in the query tool to aid function 
880
 
                       debugging/editting 
881
 
2005-10-30 DP  1.4.0   Don't enable the OK button when setting the ACL for 
882
 
                       as-yet-uncreated objects
883
 
2005-10-27 DP  1.4.0   Reverse dialog OK/Cancel buttons for UI consistency on 
884
 
                       OS X per John DeSoi
885
 
2005-10-27 DP  1.4.0   Append the .sql file extension when saving files as type 
886
 
                       sql on OS X, per Florian G. Pflug
887
 
2005-10-24 DP  1.4.0   Prevent attempts to backup or restore if pg_dump or
888
 
                       pg_restore cannot be found.
889
 
2005-10-23 AP  1.4.0   Fix crash when extracting schema from slony cluster
890
 
2005-10-22 AP  1.4.0   Fix New.. context menu
891
 
2005-10-21 AP  1.4.0   Fix Create a.. toolbar button on collection per Li Fei
892
 
2005-10-20 AP  1.4.0   Fix Maintenance crash of disconnected DBs per 
893
 
                       A.J.Langereis
894
 
2005-10-20 AP  1.4.0   Fix Unicode/pgsql80win32 hint per Oryza Triznyak
895
 
2005-10-20 DP  1.4.0   Ensure the user can cancel the maintenance dialogue when
896
 
                       it is running.
897
 
2005-10-20 DP  1.4.0   Fix the recent files list on the config file editor. per
898
 
                       Miha Radej
899
 
2005-10-18 DP  1.4.0   Correct font size on Splash and About forms on Mac.
900
 
2005-10-18 AP  1.4.0   Prevent refresh of the servers treeview node
901
 
2005-10-18 DP  1.4.0   Fix the autoconf code to ensure the debug and static 
902
 
                       options do what they should, and that a unicode wx build
903
 
                       is used 
904
 
2005-10-18 DP  1.4.0   Ensure strings can be editted in the data grid on Mac.
905
 
2005-10-14 DP  1.4.0   Prevent errors in the logger causing crashes
906
 
2005-10-14 DP  1.4.0   Use a sensible default location for the logfile
907
 
2005-10-12 AP  1.4.0   Fix 'ambiguous proname column' bug for servers < 8.0
908
 
2005-10-12 AP  1.4.0   Fix count crash on tables per Merlin Moncure
909
 
2005-10-12 AP  1.4.0   Fix slony detection on tables for pgsql7.x
910
 
2005-10-08 AP  1.4.0   Fix "New" context menu crash on disconnected server per 
911
 
                       Tomasz Rybak
912
 
2005-10-08 AP  1.4.0   Check for catalog access privilege in pg_authid and 
913
 
                       pg_depend per Christopher St.John
914
 
2005-10-04 AP  1.4.0   -t cmd line option to enable language debugging
915
 
2005-10-03 AP  1.4.0   pg_autovacuum support
916
 
2005-10-03 AP  1.4.0   upgrade slony node
917
 
2005-09-17 AP  1.4.0   Allow Query Tool to use multiple connections
918
 
2005-09-04 AP  1.4.0   use ddlscript to replicate schema changes
919
 
2005-09-04 AP  1.4.0   table reverse engineering sql changes
920
 
2005-09-04 AP  1.4.0   role fixes
921
 
2005-09-04 AP  1.4.0   more guru hints
922
 
2005-09-03 DP  1.4.0   new splash screen
923
 
2005-08-23 AP  1.4.0   shared dependencies
924
 
2005-08-21 AP  1.4.0   Roles
925
 
2005-08-21 AP  1.4.0   smaller icons for win32
926
 
2005-08-11 DP  1.4.0   New set of icons, custom designed by Niko [ennixo at 
927
 
                       free.fr]
928
 
2005-08-11 AP  1.4.0   pgServerObjCollection per Eugene Shekhtman
929
 
2005-08-08 AP  1.4.0   Refactoring object and tool handling using class factories
930
 
                       to make extensions easier
931
 
2005-08-02 AP  1.4.0   Support for pgsql 8.1 prepared transactions
932
 
2005-08-01 AP  1.4.0   Store passwords in .pgpass/pgpass.conf
933
 
2005-08-01 AP  1.4.0   Allow server registration without connect
934
 
2005-07-21 DP  1.4.0   Prompt the user before removing columns, constraints or 
935
 
                       inherited tables in the table dialogue.
936
 
2005-07-06 DP  1.4.0   Prompt the user to cancel running queries before closing 
937
 
                       the Query tool.
938
 
2005-07-04 DP  1.4.0   Check for and display asynchronous notifications in the 
939
 
                       query tool.
940
 
2005-06-21 AP  1.4.0   typo fixes, rename "initial db" to "maintenance db"
941
 
2005-06-19 AP  1.4.0   pgAgent moved under server, some more fixes
942
 
2005-06-19 AP  1.4.0   further translation issues
943
 
2005-06-17 AP  1.4.0   reduce translation nightmare
944
 
2005-06-17 AP  1.4.0   use wxDatePickCtrl for wxCalendarBox
945
 
2005-06-17 AP  1.2.3   Fix changing initial db
946
 
2005-06-09 DP  1.4.0   Flash the task bar icon at the user if a query finishes 
947
 
                       and the query window is not active.
948
 
2005-06-09 AP  1.4.0   Different icons for own and foreign slony sets and 
949
 
                       subscriptions
950
 
2005-06-09 DP  1.2.3   Fix disable triggers option for data only plain text 
951
 
                       backups per Howard Cole.
952
 
2005-06-03 AP  1.4.0   Support for pgsql 8.1 aggregate sortop
953
 
2005-06-03 AP  1.4.0   Support for pgsql 8.1 pg_stat_activity
954
 
2005-06-03 AP  1.4.0   Support for pgsql 8.1 instrumentation
955
 
2005-06-01 AP  1.4.0   Support for Procedures aka functions "with out-parameters"
956
 
2005-06-01 AP  1.4.0   Support for EDB8.0
957
 
2005-05-31 DP  1.2.3   Fix domain RE SQL, per Ivan
958
 
2005-05-31 DP  1.2.3   Add missing ; to RE SQL, per Ivan
959
 
2005-05-27 DP  1.4.0   New WiX based installer for Win32
960
 
2005-05-25 DP  1.4.0   Cleanup doc location code for internal consistency
961
 
2005-05-25 DP  1.4.0   Reorganise doc index, cleanup inappropriate/old docs and 
962
 
                       improve admin pack documentation
963
 
2005-05-24 DP  1.4.0   Add pgAgent service/daemon, pgAdmin control interface and 
964
 
                       documentation
965
 
2005-05-10 HS  1.2.2   Display comments on contraints properly
966
 
2005-05-08 DP  1.4.0   Major source code reshuffle
967
 
2005-05-08 DP  1.4.0   Overhaul *nix automake build system
968
 
2005-03-25 DP  1.4.0   Mac OSX support [Florian G. Pflug]
969
 
2005-04-22 AP  1.4.0   more Hint enhancements
970
 
2005-04-19 AP  1.4.0   Hint enhancements
971
 
2005-04-18 AP  1.4.0   Unix Domain Socket additional stuff
972
 
2005-04-18 AP  1.4.0   switch to wxWidgets 2.6
973
 
2005-04-15 DP  1.4.0   Unix Domain Socket support as inspired by Dominique 
974
 
                       Quatravaux
975
 
2005-04-07 AP  1.4.0   VACUUM hint
976
 
2005-04-04 AP  1.4.0   Control dependent win32 services
977
 
2005-04-01 AP  1.4.0   Speed up of column property retrieval
978
 
2005-04-01 DP  1.2.2   Fix changing of view ownership
979
 
2005-03-28 AP  1.4.0   FK MATCH FULL
980
 
2005-03-28 AP  1.4.0   Option: User defined system schemas
981
 
2005-03-27 AP  1.4.0   Guru hint for server connections
982
 
2005-03-25 DP  1.2.1   Correctly identify primary key columns in properties pane.
983
 
2005-03-18 DP  1.2.1   Set column stats and comments correctly when creating 
984
 
                       tables.
985
 
2005-03-18 DP  1.2.1   Include the hostname in the connect string for Kerberos 
986
 
                       support, per Magnus Hagander
987
 
2005-03-15 FGP 1.4.0   Fix for non-SSL enabled libpq builds
988
 
2005-03-15 HS  1.4.0   Mask the password on the main tab of the user properties 
989
 
                       dialogue
990
 
2005-03-13 AP  1.4.0   Change plain backup file default extension to .sql
991
 
2005-03-13 AP  1.4.0   Add CASCADE dropping
992
 
2005-03-04 DP  1.2.1   Fix aggregate SQL generation per James Prichard
993
 
2005-03-03 AP  1.4.0   graphical EXPLAIN
994
 
2005-03-03 AP  1.4.0   pgAgent fixes (jobId)
995
 
2005-03-02 DP  1.4.0   Rewrite pgAgent browser code to use pgCollection
996
 
2005-02-25 AP  1.4.0   some more Slony-I stuff
997
 
2005-02-24 AP  1.4.0   some Slony-I stuff
998
 
2005-02-24 AP  1.2.1   require unicode to compile utffile.cpp
999
 
2005-02-23 AP  1.4.0   Slony-1 statistics
1000
 
2005-02-14 AP  1.2.1   TreeSelChange fixes (menu/statistics/dependency refresh)
1001
 
2005-02-14 AP  1.4.0   wx2.5.4 preparation
1002
 
2005-02-13 AP  1.4.0   Slony admin node, join cluster using pg_dump
1003
 
2005-02-13 AP  1.2.1   Make sure IsAlive check isn't affected by dead 
1004
 
                       transactions
1005
 
2005-02-13 AP  1.2.1   Fix missing schema prefix for casts
1006
 
2005-02-11 AP  1.4.0   Slony-I support
1007
 
2005-02-09 AP  1.2.1   fix trigger reengineering name quoting per Lucas Galfaso
1008
 
2005-02-07 AP  1.2.1   remove tablespace for sequences
1009
 
2005-02-07 AHP 1.2.1   fix libpq/ssl library detection
1010
 
2005-01-14 AP  1.2.1   table statistics including TOAST and indexes
1011
 
2005-01-14 AP  1.2.1   fix adding sequence columns
1012
 
2005-01-14 AP  1.2.1   fix Grant Wizard for functions per Robert K�pferl
1013
 
2005-01-14 AP  1.2.1   fix reengineered DOMAIN with CHECK per Robert K�pferl
1014
 
2005-01-13 DP  1.2.1   fix EXPLICIT CAST sql generation per Merlin Moncure
1015
 
2005-01-07 AP  1.2.1   fix closing QueryTool if FindDlg still open per 
1016
 
                       Maximiliano Di Rienzo
1017
 
2005-01-07 AP  1.2.1   fix quoting identifiers starting with numbers per 
1018
 
                       Alexander Borkowski
1019
 
2005-01-04 AP  1.2.1   fix typo in pgDomain per Pascal Pochet
1020
 
2004-12-16 AP  1.2.1   fix server menu after failed connect
1021
 
2004-12-15 AP  1.4.0   Fix changing pg_hba.conf
1022
 
2004-12-10 AP  1.2.1   Fix missing drop confirmation per Cheetah
1023
 
2004-12-06 AP  1.2.1   Fix tablespace reference in namespace
1024
 
2004-11-19 AP  1.2.0   catch possible false error msg
1025
 
2004-11-19 AP  1.2.0   fix tables statistics
1026
 
2004-11-18 AP  1.2.0   fix change column dialog per Walter Haslbeck
1027
 
2004-11-18 AP  1.2.0   fix missing schema in EditGrid per Martin Susil
1028
 
2004-11-16 AP  1.2.0   fix pg_dump option
1029
 
2004-11-10 AP  1.2.0   Remove tablespace from schema (pgsql post-beta4 change)
1030
 
2004-11-10 AP  1.2.0   Fix properties for multiply inherited tables per Riccardo 
1031
 
                       G. Facchini
1032
 
2004-11-10 AP  1.2.0   Fix OSX issue per Patrick Hatcher
1033
 
2004-11-09 AP  1.2.0   Fix remembering SSL connection parameter per Justin Clift
1034
 
2004-11-09 AP  1.2.0   Fix GTK comboboxes per Tim Booth
1035
 
2004-11-05 AP  1.2.0   Disable changing parameters of connected servers
1036
 
2004-11-04 AP  1.2.0   Fix duplicate functions in Cast dialog per Alexander 
1037
 
                       Borkowski
1038
 
2004-11-03 AP  1.2.0   MSW Combobox Workaround: missing EVT_TEXT events
1039
 
2004-11-02 AP  1.2.0   Fix some type related issues per Alexander Borkowski
1040
 
2004-11-02 AP  1.2.0   Fix some owner change related issues per Alexander 
1041
 
                       Borkowski
1042
 
2004-10-29 AP  1.2.0   full casting in utffile fixing some compilers
1043
 
2004-10-27 AP  1.2.0   Workaround for wxGrid bug not returning selected rows
1044
 
2004-10-27 AP  1.2.0   Fix user/group selection in privileges per Walter 
1045
 
                       Haslbeck, Gary Doades
1046
 
2004-10-27 AP  1.2.0   Fix refresh when dropping single object from collection 
1047
 
                       listview
1048
 
2004-10-26 AP  1.2.0   fix $$ translation problem per Miha Radej
1049
 
2004-10-22 AP  1.2.0   fix Edit Tool to store data when selecting a row per 
1050
 
                       Virgil Frum
1051
 
2004-10-22 AP  1.2.0   fix Query Tool which marked text as changed when scrolling
1052
 
                       per Gary Doades
1053
 
2004-10-22 AP  1.2.0   Workaround for wxMSW-2.5.3 malfunctioning combobox per 
1054
 
                       Gary Doades
1055
 
2004-10-22 AP  1.2.0   fix Query Tool recent menu per Gary Doades
1056
 
2004-10-22 AP  1.2.0   fix column type change sql per Ben Trewern
1057
 
2004-10-21 AP  1.2.0   fix SET DEFAULT FK restriction per Ferenc from Hungary
1058
 
2004-10-21 AP  1.2.0   refresh fixes when modifying object from collection list
1059
 
2004-10-21 AP  1.2.0   sequence fixes
1060
 
2004-10-16 AP  1.2.0   use wxWidgets 2.5.3
1061
 
2004-10-15 AP  1.2.0   change unsigned conversion for oids per Richard van den 
1062
 
                       Berg, Patrick Hatcher
1063
 
2004-10-14 AP  1.2.0   Prevent StatusBar from being overwritten by Toolbar per 
1064
 
                       Virgil Frum
1065
 
2004-10-13 AP  1.2.0   Connect to databases with special names per Frank Lupo
1066
 
2004-10-08 AP  1.2.0   review object owner code regarding pgsql versions
1067
 
2004-10-08 AP  1.2.0   remove maximize button on MSW
1068
 
2004-10-07 AP  1.2.0   Fix new server ssl option duplication on connect failure 
1069
 
                       per Alexander Borkowski
1070
 
2004-10-06 AP  1.2.0   Fix cast property crash per Alexander Borkowski
1071
 
2004-10-05 AP  1.2.0   Use PostgreSQL's list of keywords for syntax highlighting
1072
 
2004-10-05 AP  1.2.0   Fix adding columns with constraints using table properties 
1073
 
                       on 7.3 and 7.4 per teknokrat, Virgil Frum
1074
 
2004-10-05 DP  1.2.0   Drop rows correctly when selected in reverse in the edit 
1075
 
                       grid. Also, confirm drop first. per Virgil Frum
1076
 
2004-09-27 DP  1.2.0   Dynamically link libpq/OpenSSL for sensible installation 
1077
 
                       with Win32 PostgreSQL
1078
 
2004-09-18 DP  1.2.0   Prevent dropped servers reappearing after View System 
1079
 
                       Objects change.
1080
 
2004-09-17 AP  1.2.0   GRANT for functions in reengineered SQL window
1081
 
2004-09-17 AP  1.2.0   Fix Database creation for 7.3/7.4 per Jona
1082
 
2004-09-16 AP  1.2.0   resources: use wxID_xxx IDs to enable GTK wxStockButtons
1083
 
2004-09-16 AP  1.2.0   resources: use 12d height for comboboxes (GTK positioning 
1084
 
                       issue)
1085
 
2004-09-16 AP  1.2.0   rewrite of properties actions
1086
 
2004-09-16 DP  1.2.0   mask passwords on dlgServer [Ivan Nejgebauer]
1087
 
2004-09-15 DP  1.2.0   fix function return type quoting
1088
 
2004-09-10 AP  1.2.0   fix GrantWizard for sequence and view
1089
 
2004-09-10 AP  1.2.0   fix type quoting
1090
 
2004-09-08 AP  1.2.0   fix OnAdd server property positioning
1091
 
2004-09-05 AP  1.2.0   performance speedup retrieving server features
1092
 
2004-09-05 AP  1.2.0   qtIdent checks keywords
1093
 
2004-08-29 AP  1.2.0   Sequence schema fix
1094
 
2004-08-25 DAP 1.2.0   Prevent crash when non-superuser views database 
1095
 
                       properties.
1096
 
2004-08-18 AP  1.2.0   set PGPASSWORD environment for backup/restore
1097
 
2004-08-18 AP  1.2.0   fix ACL for quoted user/group names
1098
 
2004-08-15 AP  1.2.0   buglet cleanups
1099
 
2004-08-11 AP  1.2.0   restore wizard
1100
 
2004-08-11 AP  1.2.0   rework of ctlComboBox
1101
 
2004-08-09 AP  1.2.0   server property
1102
 
2004-08-05 AP  1.2.0   win32 service control
1103
 
2004-08-05 AP  1.2.0   refactor tree context menu: create instead of en/disable 
1104
 
                       items
1105
 
2004-08-02 DP  1.2.0   Auto-discover locally installed servers when registered by
1106
 
                       the Win32 binary installer.
1107
 
2004-07-30 AP  1.2.0   Tablespace usage fix for objects using the database's 
1108
 
                       default tablespace
1109
 
2004-07-27 AP  1.2.0   Reworked schema prefixing
1110
 
2004-07-25 AP  1.2.0   support of pg_xxx_size if available
1111
 
2004-07-21 AP  1.2.0   Improved disconnect handling
1112
 
2004-07-21 AP  1.2.0   StatusBar with size handle for frmStatus, dlgFunction and
1113
 
                       dlgView
1114
 
2004-07-21 AP  1.2.0   Update ServerStatus to pg_logdir_ls
1115
 
2004-07-21 AP  1.2.0   catch SIGPIPE
1116
 
2004-07-20 AP  1.2.0   owner, name, comment refactoring in dlgProperty
1117
 
2004-07-20 AP  1.2.0   support of function parameters
1118
 
2004-07-20 AP  1.2.0   tablespace changes
1119
 
2004-07-19 AP  1.2.0   fix dependency display for tablespaces and users
1120
 
2004-07-18 AP  1.2.0   Update ServerStatus to pg_logfiles_ls and 
1121
 
                       pg_file_read/pg_file_length
1122
 
2004-07-18 AP  1.2.0   Allow change of some function attributes
1123
 
2004-07-12 AP  1.2.0   Fix check constraint in table reengineering
1124
 
2004-07-11 AP  1.2.0   Fix combobox size/position issue on gtk
1125
 
2004-07-11 AP  1.2.0   Fix button height issue with modern gtk themes
1126
 
2004-06-30 AP  1.2.0   Tablespace ACLs
1127
 
2004-06-23 DP  1.2.0   Split Windows installer into a merge module and installer
1128
 
                       to allow inclusion in other packages.
1129
 
2004-06-23 DP  1.2.0   Allow cancelling of queries and termination of backends 
1130
 
                       from server status dialogue for 8.0+.
1131
 
2004-06-20 AP  1.2.0   backup database using pg_dump
1132
 
2004-06-19 AP  1.2.0   Tablespace dependencies
1133
 
2004-06-19 AP  1.2.0   combobox guessing cleanups
1134
 
2004-06-18 AP  1.2.0   8.0 Tablespace
1135
 
2004-06-18 AP  1.2.0   Count menu instead of refresh to count rows in a table
1136
 
2004-06-18 AP  1.2.0   CLUSTERed index support for PostgreSQL 7.4 - ALTER TABLE 
1137
 
                       foo CLUSTER ON blah;
1138
 
2004-06-17 AP  1.2.0   copy rows to clipboard from Query Tool and View Data Tool
1139
 
2004-06-16 AP  1.2.0   allow omitting server disconnect when switching "Show 
1140
 
                       System Objects"
1141
 
2004-06-16 AP  1.2.0   guess combobox selection while typing
1142
 
2004-06-13 AP  1.2.0   fix "no schema" bug when database is initial database
1143
 
2004-06-11 AP  1.2.0   Apply for some function and view property dialogs
1144
 
2004-06-11 AP  1.2.0   Display server log
1145
 
2004-06-08 AP  1.2.0   Allow Server Status & Maintenance windows to be resized 
1146
 
                       to allow easy reading of data
1147
 
2004-06-07 AP  1.2.0   changed connection loss handling
1148
 
2004-06-07 AP  1.2.0   fix storing of existing files (didn't truncate)
1149
 
2004-06-06 AP  1.2.0   GRANT wizard
1150
 
2004-06-06 AP  1.2.0   ALTER AGGREGATE/FUNCTION/GROUP/LANGUAGE/SCHEMA/TRIGGER
1151
 
                       /USER RENAME TO for 7.4+
1152
 
2004-06-04 AP  1.2.0   SQL Window: Try to preserve result column width
1153
 
2004-06-04 AP  1.2.0   8.0 support: comment on cast/conversion/language
1154
 
2004-06-04 AP  1.2.0   checks on column type changes
1155
 
2004-05-28 AP  1.2.0   handle lost connections safely
1156
 
2004-05-28 AP  1.2.0   fix server status not cleaning old connections
1157
 
2004-05-28 AP  1.2.0   line numbers in function definition property dialog
1158
 
2004-05-26 AP  1.2.0   warn when deleting superuser privilege
1159
 
2004-05-10 DP  1.2.0   Generate function SQL correctly when the return type needs
1160
 
                       a schema specification
1161
 
2004-05-04 DP  1.2.0   Prevent duplication of functional indexes
1162
 
2004-03-30 AP  1.2.0   no initial language selection (using system default)
1163
 
2004-03-25 AP  1.2.0   Allow initial selection of language "Default"
1164
 
2004-03-24 AP  1.2.0   changed font handling to accept exotic weights
1165
 
2004-03-17 AP  1.2.0   Updated sources for wx 2.5.1
1166
 
2004-03-17 AP  1.2.0   Added Font Option
1167
 
2004-03-06 AP  1.2.0   Fixed missing qtIdent for CREATE DATABASE TEMPLATE option
1168
 
2004-02-23 DP  1.2.0   Correct syntax for constraint comments generated SQL
1169
 
2004-01-30 DP  1.2.0   Include column comments in generated table SQL
1170
 
2004-01-13 AP  1.2.0   Fix crash refreshing dropped object
1171
 
2003-12-28 AP  1.2.0   gtk: fix for dlgForeignKey combobox illegal selection 
1172
 
2003-12-28 AP  1.2.0   Fix for pgDatabase::database crash
1173
 
2003-12-10 AP  1.2.0   serial/bigserial datatype for ALTER TABLE; can create new
1174
 
                       sequence/dependency
1175
 
2003-12-09 AP  1.2.0   Fix for Tagalog language
1176
 
2003-12-08 AP  1.2.0   Refactor virtual pgObject::GetDatabase()
1177
 
2003-12-08 AP  1.2.0   Rewrite of schema qualifier suppression: configurable or 
1178
 
                       search_path
1179
 
2003-12-08 DP  1.2.0   Prompt to save changes before opening SQL files.
1180
 
2003-12-08 AP  1.2.0   Query tool: display of inserted OIDs
1181
 
2003-12-08 AP  1.2.0   pgAgent schema, changed system schema discovery
1182
 
2003-12-05 AP  1.2.0   allow all 'p' types except any,trigger,language_handler 
1183
 
                       as return types for functions
1184
 
2003-12-03 AP  1.2.0   fix connect to MULE_INTERNAL db
1185
 
2003-12-02 AP  1.2.0   fix acl property display
1186
 
2003-12-02 AP  1.2.0   another fix closing Query Tool
1187
 
2003-12-01 AP  1.2.0   add display of superuser context settings
1188
 
2003-11-30 AP  1.2.0   handle covering index for Foreign Keys
1189
 
2003-11-30 AP  1.2.0   fix closing Query Tool while query is running
1190
 
2003-11-30 AP  1.2.0   fix error message when SET client_encoding fails
1191
 
2003-11-28 HS  1.2.0   Fix case sensitive keyword highlighting.
1192
 
2003-11-28 DP  1.0.2   Update PostgreSQL docs to 7.4
1193
 
2003-11-26 AP  1.0.2   fix notice processing for pgQueryThread
1194
 
2003-11-24 AP  1.2.0   refactoring stats/depends: populate on demand
1195
 
2003-11-24 AP  1.2.0   remember property dialog sizes (refactoring syssettings 
1196
 
                       for pos/size)
1197
 
2003-11-16 AP  1.2.0   Fix file writing
1198
 
2003-11-14 DP  1.2.0   Allow creation/display of functions with class data types.
1199
 
2003-11-11 AP  1.2.0   refactoring: ctlListView
1200
 
2003-11-11 AP  1.2.0   Show referencing/referenced objects
1201
 
2003-11-05 AP  1.2.0   File format (won't change existing format)
1202
 
2003-10-31 AP  1.2.0   Rows affected in query tool
1203
 
2003-10-31 AP  1.2.0   counting non-constraint FKs for databases
1204
 
2003-10-26 AP  1.2.0   precompiled headers under msw
1205
 
2003-10-23 AP  1.0.2   another SQL_ASCII fix
1206
 
2003-10-23 AP  1.2.0   Fix estimated rowcount
1207
 
2003-10-20 AP  1.2.0   wxTimeSpinCtrl
1208
 
2003-10-20 HS  1.2.0   Added support for column statistics.
1209
 
2003-10-19 AP  1.2.0   Loading of ctlSQLBox from resource
1210
 
2003-10-19 AP  1.2.0   User expiry
1211
 
2003-10-18 DP  1.2.0   Allow filtering of data in the edit grid.
1212
 
2003-10-17 DP  1.2.0   Allow sorting of data in the edit grid.
1213
 
2003-10-16 AHP 1.2.0   Fix SSL compile bug.
1214
 
2003-10-14 DP  1.0.1   Update PostgreSQL docs to 7.4Beta4
1215
 
2003-10-13 AP  1.0.1   Fix ReadOnly security
1216
 
2003-10-13 AP  1.0.1   Fix encoding when connecting
1217
 
2003-10-10 AP  1.2.0   Query Tool execute to file
1218
 
2003-10-07 DP  1.0.1   Set cache value correctly when creating sequences.
1219
 
2003-10-07 DP  1.2.0   Handle array of definable length types correctly e.g. 
1220
 
                       numeric(12,8)[].
1221
 
2003-10-07 DP  1.0.1   Display/use char instead of bpchar.
1222
 
2003-10-07 AP  1.0.1   Fixed the frogfrog constraint (doubling of names).
1223
 
2003-10-06 AP  1.2.0   Check if PQfnumber wants quoting or not
1224
 
2003-10-06 AP  1.0.1   Fix Unique Constraint creation
1225
 
2003-10-06 AP  1.2.0   Fix DlgUnit sizing, review of XRC files
1226
 
2003-10-03 DP  1.2.0   When connecting to a new server, if logon fails remember 
1227
 
                       description as well as other info.
1228
 
2003-10-03 DP  1.2.0   Added locks tab to server status window.
1229
 
2003-10-03 DP  1.0.1   Reconnect to databases properly after failed attempt to 
1230
 
                       drop.
1231
 
2003-10-01 AP  1.2.0   generic TreeItem renderer for gtk [+] / [-]
1232
 
2003-10-01 AP  1.0.1   client encoding SQL_ASCII for server SQL_ASCII
1233
 
2003-10-01 DP  1.0.1   Correctly quote table names when creating indexes.
1234
 
2003-10-01 AP  1.2.0   fonts determine metrics for dialog resizing
1235
 
2003-09-30 HS  1.0.1   Display new triggers correctly in the treeview.
1236
 
2003-09-30 DP  1.0.1   Allow creation of triggers with functions in schemas not 
1237
 
                       in the search path.
1238
 
2003-09-28 AP  1.2.0   Statistics translatable
1239
 
2003-09-26 HS  1.0.0   Handle Primary Key comments correctly.
1240
 
2003-09-24 AP  1.0.0   rule condition fix
1241
 
2003-09-26 HS  1.0.0   column quoting when reading pgSet
1242
 
2003-09-14 AP  1.0.0   document-here support for pgsql8.0
1243
 
2003-09-12 HS  1.0.0   Display and edit check constraint comments properly.
1244
 
2003-09-12 HS  1.0.0   Display fkey comments properly.
1245
 
2003-09-11 JMP 1.0.0   RPM packages now install pgAdmin3 icon.
1246
 
2003-09-11 JMP 1.0.0   SRPM package should rebuild anywhere.
1247
 
2003-09-10 AP  1.0.0   correct quoting in dlg Operator, support schema qualified 
1248
 
                       merge ops.
1249
 
2003-09-10 AHP 1.0.0   Search for PostgreSQL includes in /usr/include and 
1250
 
                       /usr/include/pgsql.
1251
 
2003-09-09 HS  1.0.0   Populate Operator combos properly.
1252
 
2003-09-09 HS  1.0.0   Retrieve freshly created conversions correctly.
1253
 
2003-09-09 HS  1.0.0   Correctly quote the ANY keyword in aggregate definitions.
1254
 
2003-09-09 HS  1.0.0   Fix for casts with created WITHOUT FUNCTION (binary 
1255
 
                       compatible).
1256
 
2003-09-09 AP  1.0.0   fix grid for tables with multicolumn pk
1257
 
2003-09-08 HS  1.0.0   Don't crash when selecting SQL command help when not 
1258
 
                       connected to a server
1259
 
2003-09-08 AP  1.0.0   update query tool toolbar after clipboard cut/copy
1260
 
2003-09-08 AP  1.0.0   fix trigger dialog for multiple events
1261
 
2003-09-08 AP  1.0.0   export and option dialog partially bigger
1262
 
2003-09-06 AP  1.0.0   missed some strings for translation
1263
 
2003-09-03 AP  1.0.0   fixing the grid's edit control 
1264
 
2003-09-03 AP  1.0.0   enabling menu etc from a collection's properties listview,
1265
 
                       including a bugfix if the object wasn't expanded and still
1266
 
                       had a dummy child.
1267
 
2003-09-02 AP  0.9.3   include public trigger functions
1268
 
2003-08-29 AP  0.9.3   frmEditGrid: double click on labels resizes column or row
1269
 
2003-08-28 AP  0.9.3   handle editor scrolling in frmEditGrid
1270
 
2003-08-28 AP  0.9.3   Fix numeric truncation in frmEditGrid
1271
 
2003-08-25 AP  0.9.3   SSL support for win32.
1272
 
2003-08-25 AP  0.9.3   save SSL option under Servers/SSL%d.
1273
 
2003-08-24 AP  0.9.3   Provide dummy child item to make [+] appear in tree for 
1274
 
                       table and view.
1275
 
2003-08-24 AP  0.9.3   proxy option.
1276
 
2003-08-24 AP  0.9.3   Shift-F10 in tree control for context menu.
1277
 
2003-08-23 AP  0.9.3   Fixed missing comments and function arguments.
1278
 
2003-08-21 AP  0.9.3   Using EVT_TEXT for combobox selchange events.
1279
 
2003-08-21 AP  0.9.3   encoding names read from backend, removed from resource.
1280
 
2003-08-19 DP  0.9.3   Prevent comments on view columns causing display problems.
1281
 
2003-08-19 MP  0.9.3   Updated wxWindows-pgAdmin3 to resolve FreeBSD 5.1 locale 
1282
 
                       search bug.
1283
 
2003-08-18 DP  0.9.3   Correctly quote primary key name in Edit Grid. Was 
1284
 
                       preventing viewing of data in some tables.
1285
 
2003-08-17 AP  0.9.3   added REINDEX, frmVacuum->frmMaintenance.
1286
 
2003-08-15 AP  0.9.3   added SSL-support.
1287
 
2003-08-15 AP  0.9.3   Wording: "maintenance" instead of "reorganize".
1288
 
2003-08-14 DP  0.9.3   Shorten minimum length of rule definition to allow 
1289
 
                       'NOTHING'.
1290
 
2003-08-14 DP  0.9.3   Add DROP SQL for rule definitions.
1291
 
2003-08-13 AP  0.9.3   Added VERSION Resource for win32.
1292
 
2003-08-11 DP  0.9.3   Use compiled HTML help file for Help on windows.
1293
 
2003-08-11 AP  0.9.3   Added "Change column" in table property.
1294
 
2003-08-11 AP  0.9.3   Corrected SQL generation for table property.
1295
 
2003-08-11 AP  0.9.2   Select current item if right click on tree item.
1296
 
2003-08-11 AP  0.9.2   Added win32 version resource.
1297
 
2003-08-11 AP  0.9.2   Corrected missing quoting for FK.
1298
 
2003-08-08 AP  0.9.2   Allow tables without columns for 7.4
1299
 
2003-08-08 AP  0.9.2   Support of several new 7.4 features.
1300
 
2003-08-08 DP  0.9.2   Added missing helpfile images to Win32 Installer.
1301
 
2003-08-07 AP  0.9.2   help system cleanups, support of CHM help for win32.
1302
 
2003-08-07 AP  0.9.2   Added missing comment in domain property.
1303
 
2003-08-06 DP  0.9.2   Bumped version number.
1304
 
 
1305
 
 
1306
 
 
1307
 
 
1308
 
 
1309
 
 
1310
 
 
1311
 
 
1312
 
 
1313
 
 
1314
 
 
 
1
pgAdmin III Changelog
 
2
=====================
 
3
 
 
4
Notes
 
5
-----
 
6
 
 
7
This is the pgAdmin III changelog. Items are marked with the initials of the 
 
8
developer responsible for them, and the version of pgAdmin that the change
 
9
will first appear in. For convenience, changes during Beta and RC phases may
 
10
include an RCx or Bx suffix on the version number, but for simplicity these 
 
11
will not normally be retained.
 
12
 
 
13
A name in square braces [Joe Bloggs] indicates that the change was written by
 
14
Joe. The initialed developer was responsible for reviewing the changes in these
 
15
cases.
 
16
 
 
17
Names shown as "per Joe Bloggs", indicate that Joe reported the problem and may
 
18
have provided help debugging it, but did not actually provide the change.
 
19
 
 
20
Key to developers
 
21
-----------------
 
22
 
 
23
- DP   Dave Page
 
24
- AP   Andreas Pflug
 
25
- JMP  Jean-Michel Poure
 
26
- HS   Hiroshi Saito
 
27
- AHP  Adam H. Pendleton
 
28
- MP   Marc Persuy
 
29
- DAP  Darko Prenosil
 
30
- FGP  Florian G. Pflug
 
31
- MH   Magnus Hagander
 
32
- GL   Guillaume Lelarge
 
33
 
 
34
Changes
 
35
-------
 
36
 
 
37
Date       Dev Ver     Change details
 
38
---------- --- ------  --------------
 
39
2009-12-03 GL  1.10.1  Replace Alt-F4 with Ctrl-Q and Ctrl-W.
 
40
2009-11-26 DP  1.10.1  Prevent a crash if the edit grid is closed whilst it
 
41
                       is loading data.
 
42
2009-11-25 DP  1.10.1  Don't attempt to remove rows in the edit grid if the
 
43
                       user presses the delete key when the delete button is
 
44
                       disabled.
 
45
2009-11-23 DP  1.10.1  Only offer valid server encodings for new databases
 
46
                       [Quan Zongliang]
 
47
2009-11-20 DP  1.10.1  Fix font dialogue on Snow Leopard.
 
48
2009-11-16 GL  1.10.1  Fix an issue with the ordering of the mappings in a
 
49
                       text search configuration.
 
50
2009-10-21 DP  1.10.1  Fix a potential crash bug in the object browser.
 
51
2009-10-13 DP  1.10.1  Reverse engineer empty (not NULL) ACLs correctly.
 
52
2009-10-08 DP  1.10.1  Fix Greenplum support for column oriented partitions
 
53
                       [Chuck McDevitt]
 
54
2009-10-05 DP  1.10.1  Ensure function variables get reset if the function is
 
55
                       modified, per Dmitry Samokhin.
 
56
2009-10-01 DP  1.10.1  Fix cluster creation for Slony 2.0 [Sachin Srivastava]
 
57
2009-09-24 GL  1.10.1  Reverse engineer function defaults values correctly.
 
58
2009-09-01 DP  1.10.1  Fix a potential crash in the edit grid.
 
59
2009-09-01 DP  1.10.1  Fix domain creation/modification for domains in
 
60
                       non-default schemas.
 
61
2009-09-01 DP  1.10.1  Reverse engineer language privileges correctly [Sachin
 
62
                       Srivastava].
 
63
2009-08-10 GL  1.10.1  Get rid of "No SQL query was generated." message dialog
 
64
                       when no tables are selected in the GQB, per request
 
65
                       from Rainer Bauer.
 
66
2009-08-10 GL  1.10.1  Hints files should be encoded in UTF-8.
 
67
2009-08-04 DP  1.10.1  Include comments on procedures in the reverse engineered
 
68
                       SQL.
 
69
2009-07-30 DP  1.10.1  Fix debugger name resolution on 64 bit Solaris.
 
70
2009-07-30 DP  1.10.1  Fix Slony cluster creation on Solaris.
 
71
2009-07-30 DP  1.10.1  Fix foreign key creation on Solaris.
 
72
2009-07-29 DP  1.10.1  Fix an SQL syntax error when viewing the dependencies of 
 
73
                       a sequence [Ashesh Vashi].
 
74
2009-07-24 GL  1.10.1  Fix macros writing, per report from Mauro Bertoli.
 
75
2009-07-24 GL  1.10.1  Better fix for schedule and step dialogs.
 
76
2009-07-24 GL  1.10.1  Fix the menu entry in frmQuery, per a report from Luiz
 
77
                       K. Matsumura
 
78
2009-07-20 GL  1.10.1  Fix the dlgFunction handling of preload libraries, per
 
79
                       report from Michael Shapiro.
 
80
2009-07-19 GL  1.10.1  Fix schedule and step dialogs [Ashesh Vashi, Guillaume
 
81
                       Lelarge].
 
82
2009-07-01 DP  1.10.1  Fix error thrown when examining a Slony 2.x cluster.
 
83
2009-04-01 DP  1.10.0  Add support for RETURNS TABLE() on functions [Ashesh
 
84
                       Vashi].
 
85
2009-04-01 DP  1.10.0  Fix the validation of database and schema restriction
 
86
                       strings.
 
87
2009-03-31 DP  1.10.0  Support ldap, gss, sspi & cert authentication methods in
 
88
                       the pg_hba.conf editor.
 
89
2009-03-27 DP  1.10.0  Remove the 'use tab key for autocomplete' option as it
 
90
                       breaks other editor features for little gain.
 
91
2009-03-19 DP  1.10.0  Ensure that dependencies between tables and sequences
 
92
                       used by serial columns are displayed properly [Ashesh
 
93
                       Vashi].
 
94
2009-03-10 DP  1.10.0  Enhance support for Greenplum - add resource queue,
 
95
                       external table and partitioned table support. Teach
 
96
                       the graphical explain tool about Greenplum query node
 
97
                       types, add Greenplum help and utility support [Chuck
 
98
                       McDevitt].
 
99
2009-02-27 DP  1.10.0  Fix handling of aggregate initial conditions to allow
 
100
                       NULL or empty strings to be specified.
 
101
2009-02-27 GL  1.10.0  Allow the contents of the panes on the Server Status
 
102
                       window to be copied to the clipboard.
 
103
2009-02-26 GL  1.10.0  Complete UI rework of the "Server Status" Window.
 
104
2009-02-23 DP  1.10.0  Add support for per-table TOAST autovacuum settings in
 
105
                       PostgreSQL 8.4+ [Ashesh Vashi].
 
106
2009-02-18 DP  1.10.0  Add support for per-table autovacuum settings in
 
107
                       PostgreSQL 8.4+ [Ashesh Vashi].
 
108
2009-02-13 DP  1.10.0  Fix support for 'bit varying' columns [Quan Zongliang].
 
109
2009-02-03 DP  1.10.0  Add support for column level privileges on PostgreSQL
 
110
                       8.4 and above [Ashesh Vashi].
 
111
2009-01-13 DP  1.10.0  Warn the user if connecting to a newer version of the
 
112
                       server than is supported.
 
113
2009-01-12 DP  1.10.0  Add support for Window functions [Ashesh Vashi]
 
114
2009-01-09 DP  1.10.0  Add an option to ignore server version mismatches with
 
115
                       pg_dump/pg_dumpall/pg_restore.
 
116
2009-01-08 DP  1.10.0  Add support for default values for function parameters
 
117
                       in PostgreSQL 8.4+ [Ashesh Vashi]
 
118
2009-01-08 DP  1.10.0  Restore old behaviour of the Edit Grid where <return>
 
119
                       moves to the next column, but <enter> moves to the next
 
120
                       row rather than both changing column [mei ben]
 
121
2009-01-07 DP  1.10.0  Add support for direct debugging of functions with
 
122
                       variadic parameters.
 
123
2009-01-05 GL  1.10.0  Add -S and -Sc command line options to open a server
 
124
                       status window
 
125
2009-01-01 DP  1.10.0  Add support for the many new node types in Postgres 8.4
 
126
                       [Ashesh Vashi]
 
127
2008-12-31 GL  1.10.0  Add CONNECTION LIMIT support for roles (8.1+).
 
128
2008-12-29 DP  1.10.0  Allow pgAgent to connect to databases on remote servers,
 
129
                       such as hot standby machines [Ashesh Vashi]
 
130
2008-11-25 DP  1.10.0  Add support for DESC and NULLs FIRST/LAST options for
 
131
                       index columns [Quan Zongliang].
 
132
2008-11-18 DP  1.10.0  Add support for per-database collation, ctype and
 
133
                       connection limits [Ashesh Vashi]
 
134
2008-11-14 GL  1.10.0  Add ALTER DATABASE SET TABLESPACE support (8.4)
 
135
                       and re-adds ALTER DATABASE RENAME TO support.
 
136
2008-11-07 DP  1.10.0  Fix the index UI to handle columns with commas in the
 
137
                       name [Quan Zongliang]
 
138
2008-11-04 DP  1.10.0  Remove the un-maintained Tip of the Day feature [Ashesh 
 
139
                       Vashi]
 
140
2008-10-27 GL  1.10.0  Add more index stats.
 
141
2008-10-13 DP  1.10.0  Fix the edit grid to work with bit(x).
 
142
2008-09-15 MH  1.10.0  Add pgScript scripting framework [Mickael Deloison - GSoC]
 
143
2008-09-08 DP  1.10.0  Add support for variadic functions in PostgreSQL 8.4+.
 
144
2008-09-04 DP  1.10.0  Ensure we never try to refresh the Servers node.
 
145
2008-09-01 DP  1.10.0  Don't fetch temp schemas if not actually required, as 
 
146
                       Greenplum seems to generate thousands in some
 
147
                       circumstances.
 
148
2008-08-30 GL  1.10.0  SQL text field can be enabled to allow SQL changes on
 
149
                       properties dialog.
 
150
2008-08-26 GL  1.10.0  Review of the dialogs to make them growable.
 
151
2008-08-22 DP  1.10.0  Add options to shift selected text to upper or lower
 
152
                       case in the SQL editor.
 
153
2008-08-22 DP  1.10.0  Add block commenting and uncommenting to the SQL editor.
 
154
2008-08-21 DP  1.10.0  Add block indenting and outdenting to the SQL editor.
 
155
2008-08-20 DP  1.10.0  Prevent the auto complete in the query tool being used
 
156
                       while a query is running.
 
157
2008-08-19 DP  1.10.0  Graphical query builder [Luis Ochoa - GSoC]
 
158
2008-08-11 GL  1.10.0  Support for FTS objects.
 
159
2008-08-11 GL  1.10.0  Support for adding/removing inherited tables with 8.2+
 
160
                       servers.
 
161
2008-07-04 GL  1.10.0  Don't display SQL tab on Server properties dialog.
 
162
2008-07-04 DP  1.10.0  Ensure a newline is included between notices in the query
 
163
                       tool.
 
164
2008-06-20 DP  1.10.0  Save and restore the user-selected line ending type in
 
165
                       styled text controls.
 
166
2008-09-18 MH  1.10.0  Avoid running excess queries on pg_shdescription when 
 
167
                       connecting to a server, fixing performnce regression
 
168
                       with large number of databases.
 
169
2008-06-20 DP  1.10.0  Ensure that line endings stay consistent when editing in
 
170
                       styled text controls.
 
171
2008-06-11 DP  1.10.0  Fix listing of group roles in the combo box on privilege
 
172
                       panels.
 
173
2008-06-10 DP  1.10.0  Reverse engineer multi-word type names correctly when
 
174
                       quoting.
 
175
2008-06-04 DP  1.8.4   Fix potential crash bug in the query tool logging code,
 
176
                       per Erwin.
 
177
2008-05-30 DP  1.8.3   Allow comments to be edited on EDB stored procedures.
 
178
2008-05-29 DP  1.8.3   Fix comments on EDB packages.
 
179
2008-05-29 DP  1.8.3   Ensure the grant wizard works correctly with EDB stored
 
180
                       procedures.
 
181
2008-05-28 DP  1.8.3   Ensure functions in databases with non-ASCII names can be
 
182
                       debugged.
 
183
2008-05-27 DP  1.8.3   Allow a debugging session to be cancelled correctly on
 
184
                       windows.
 
185
2008-05-23 DP  1.10.0  Allow the treeview nodes to be colour-coded for each
 
186
                       server, per Michael Glaeseman.
 
187
2008-05-19 DP  1.10.0  Allow external utilities such as pg_dump & pg_restore to
 
188
                       work with SSL connections.
 
189
2008-05-19 DP  1.10.0  Add support for pg_restore's --clean option.
 
190
2008-05-16 DP  1.10.0  Allow default settings to be set via a global config
 
191
                       file. This allows redistributors and sysadmins to
 
192
                       pre-configure an installation as required.
 
193
2008-05-15 DP  1.10.0  Add support for TRUNCATE triggers on PostgreSQL 8.4+.
 
194
2008-05-06 DP  1.10.0  Auto-discover Postgres Plus servers on Mac and Unix.
 
195
2008-05-06 DP  1.8.3   Fix a corner case in which closing the debugger window
 
196
                       following a failed attempt to create a global breakpoint
 
197
                       (for example, because of an existing breakpoint) could 
 
198
                       cause a crash on Windows.
 
199
2008-05-06 GL  1.10.0  Add 8.2 and 8.3 stats columns to tables list.
 
200
2008-05-06 GL  1.10.0  Add owner's column to list of objects.
 
201
2008-05-06 DP  1.8.3   Store pgAgent job step result codes in an int4 column. 
 
202
                       int2 was proving too small in some cases resulting in an
 
203
                       error.
 
204
2008-05-02 DP  1.8.3   Allow EnterpriseDB packages to be created without bodies.
 
205
2008-05-02 DP  1.8.3   Always refresh the data when the user clicks OK on the
 
206
                       edit grid options dialogue to ensure the filter/sort is
 
207
                       applied to current data.
 
208
2008-05-02 DP  1.8.3   Prevent unsaved changes in the edit grid being lost if
 
209
                       the filter or sorting dialogue is opened.
 
210
2008-05-02 DP  1.8.3   Update node text when refreshing treeview nodes in case
 
211
                       part of the identifier has changed.
 
212
2008-05-01 DP  1.8.3   Correct config window help paths.
 
213
2008-05-01 DP  1.8.3   Don't load group roles and old-style groups on the
 
214
                       security tab on 8.1 and higher.
 
215
2008-05-01 DP  1.8.3   Correctly quote role names when reverse engineering ACLs.
 
216
2008-04-20 DP  1.8.3   Don't allow the user to attempt to remove columns from
 
217
                       an existing index or index constraint.
 
218
2008-04-08 DP  1.8.3   Disable the RULE privilege on 8.2+ for views per Erwin.
 
219
2008-04-04 DP  1.8.3   Fix the logging system to ensure that errors from the
 
220
                       query tool get logged, and notices are only output once.
 
221
                       Cleanup some other minor misbehaviours at the same time.
 
222
                       Per report from Erwin.
 
223
2008-03-27 DP  1.8.3   Ignore the type modifier for domains in function
 
224
                       signatures.
 
225
2008-03-22 DP  1.8.3   If stopping the server service fails after stopping
 
226
                       dependent services, wait 5 seconds and try again up to 10
 
227
                       times to allow the dependents time to shutdown fully.
 
228
2008-03-20 DP  1.10.0  Add a DELETE script option for tables [R�mi Flament]
 
229
2008-03-19 DP  1.8.3   Don't include the -h option when calling pg_dump or
 
230
                       pg_restore if there is no hostname to specify.
 
231
2008-03-18 DP  1.8.3   Convert setting names to lower case so we don't end up
 
232
                       with DateStyle and datestyle for example.
 
233
2008-03-11 DP  1.8.3   Construct SQL used to add columns such that the entire
 
234
                       operation happens in one statement to ensure default
 
235
                       values and NOT NULL can be set together. Per report from
 
236
                       Laurent ROCHE.
 
237
2008-03-04 DP  1.8.3   Properly quote the maintenance database name when
 
238
                       creating a new connection.
 
239
2008-03-04 DP  1.8.3   Show the schema correctly for EDB public synonyms that
 
240
                       point to other synonyms.
 
241
2008-03-04 DP  1.8.3   Remove long-dead Explain Text option from the Query Tool.
 
242
2008-03-03 DP  1.10.0  Add the ability to register external applications on
 
243
                       a plugins menu. Menu options can be activated based on
 
244
                       the current object selection, and a variety of variables
 
245
                       including everything needed to open a database connection
 
246
                       can be passed to the external utility.
 
247
2008-02-27 DP  1.10.0  Allow the user a chance to abort if there is an error
 
248
                       when deleting rows in the edit grid [Robins Tharakan]
 
249
2008-02-27 DP  1.10.0  Remove an obsolete FORCE option on the Maintenance 
 
250
                       dialogue [Robins Tharakan]
 
251
2008-02-27 DP  1.8.3   Properly quote synonym names when refreshing.
 
252
2008-02-27 DP  1.10.0  Add basic support for function parameter default values
 
253
                       on EnterpriseDB.
 
254
2008-02-26 DP  1.8.3   Parse function parameter names correctly when they
 
255
                       contain commas.
 
256
2008-02-24 DP  1.8.3   FOSDEM fix: Include overriding columns in reverse
 
257
                       engineered SQL for child tables, rather than commenting
 
258
                       them out and marking as inherited.
 
259
2008-02-20 DP  1.8.3   Avoid quoting 'text' when used as a type name per Erwin.
 
260
2008-02-18 DP  1.8.3   Correctly generate table DDL when inherited columns
 
261
                       follow the last 'real' column, per Peter Gagarinov.
 
262
2008-02-13 DP  1.8.3   Sort the functions in the combo box on the Trigger
 
263
                       dialogue [Robins Tharakan]
 
264
2008-02-13 DP  1.8.3   Hide array variants of table-types in datatype selectors
 
265
                       where we already hide the table type itself.
 
266
2008-02-08 GL  1.8.3   Fix query that tries to apply the schema restriction.
 
267
2008-02-08 DP  1.8.3   Specify the length correctly when creating columns of 
 
268
                       'time with time zone' and friends.
 
269
2008-02-07 GL  1.10.0  Add Drop/Reassign Owned support with a specific dialog.
 
270
2008-02-06 DP  1.10.0  Add options to the Edit Grid to allow sorting and 
 
271
                       filtering based on the selected cell [Robins Tharakan]
 
272
2008-02-04 DP  1.8.3   Allow non-superusers to debug their own functions.
 
273
2008-02-01 GL  1.8.3   Fix query that tries to apply the DB restriction.
 
274
2008-02-01 DP  1.8.3   Ensure info passed to Guru hints is HTML-safe.
 
275
2008-02-01 HS  1.8.2   Size of the column label of SQLGrid was made variable.
 
276
2008-01-30 DP  1.8.2   Prevent a crash when viewing databases with % in the 
 
277
                       name.
 
278
2008-01-23 DP  1.8.2   Don't try to force new databases into a specific
 
279
                       tablespace as this will error is non-superusers default
 
280
                       to pg_default.
 
281
2008-01-23 DP  1.8.2   Correct the SQL generation for EDB inline triggers.
 
282
2008-01-23 DP  1.8.2   Generate function signatures correctly if the first
 
283
                       parameters are OUT only. 
 
284
2008-01-18 DP  1.8.2   Remove the confusing and near-useless sequence combo box
 
285
                       from the column dialog per discussion on support list.
 
286
2008-01-18 DP  1.8.2   Fix the WITH ADMIN membership option when creating roles.
 
287
2008-01-16 DP  1.8.2   Refresh Views correctly on EnterpriseDB.
 
288
2008-01-14 DP  1.8.2   Fix the privilege editor on the Language dialogue, per
 
289
                       Bborie Park.
 
290
2008-01-10 DP  1.8.2   Correctly identify the schema of trigger functions that
 
291
                       are in system catalogs as can be the case with integrated
 
292
                       full text search.
 
293
2008-01-09 HS  1.8.2   Warn the user if a file cannot be saved in the default
 
294
                       encoding.
 
295
2008-01-07 DP  1.8.2   Undecorated out-param types must be included in EDB-SPL
 
296
                       function signatures when altering comments or privileges
 
297
                       or dropping functions or procedures.
 
298
2008-01-07 DP  1.8.2   Ensure enums are offered as datatypes for columns.
 
299
2008-01-07 DP  1.8.2   Fix column dialogue to allow proper modification of array
 
300
                       columns per Erwin.
 
301
2008-01-07 DP  1.8.2   Newer build of EnterpriseDB consistently strip trailing
 
302
                       semi-colons from package headers and bodies. Update 
 
303
                       reverse engineering allow for this.
 
304
2008-01-07 DP  1.8.2   Ensure the properties dialogues will work sanely with
 
305
                       objects named " " (!).
 
306
2008-01-07 DP  1.8.2   EDB-SPL functions require NULL to be passed in out-params
 
307
                       when debugging.
 
308
2008-01-07 DP  1.8.2   Ensure that EDB-SPL trigger DDL code is appropriately
 
309
                       formatted on newer builds of EnterpriseDB.
 
310
2008-01-03 DP  1.8.2   Ensure the password and confirmed password always match
 
311
                       when adding or editing roles or users.
 
312
2008-01-02 DP  1.8.1   Fix a bug that could cause a crash on GTK when closing
 
313
                       the query tool in certain circumstances.
 
314
2008-01-02 DP  1.8.1   Avoid a crash if the connection is lost and the Functions
 
315
                       node is refreshed.
 
316
2008-01-02 DP  1.8.1   Avoid crashes when working with objects with % characters
 
317
                       in the name.
 
318
2008-01-01 DP  1.8.1   Properly reverse-engineer the SQL for indexes with DESC,
 
319
                       NULLS FIRST or NULLS LAST column options. 
 
320
2008-01-01 DP  1.8.1   Only offer the Jobs node if the user can access the
 
321
                       pgagent schema.
 
322
2007-12-19 DP  1.8.1   Ensure the 'Create Rule' context menu option is always
 
323
                       offered when appropriate.
 
324
2007-12-19 DP  1.8.1   Prevent the user from trying to debug catalog objects.
 
325
2007-12-17 DP  1.8.1   Refresh the tree without erroring after creating a new
 
326
                       package on EnterpriseDB.
 
327
2007-12-17 DP  1.8.1   Fix a crash that occured if an object called '%' was
 
328
                       selected in the treeview, per Alexander Steffens.
 
329
2007-12-14 DP  1.8.1   Fix a line number error in the debugger seen with
 
330
                       procedures which start on the same line as the 'CREATE
 
331
                       PROCEDURE foo IS ...' Per report from Heikki Linnakangas.
 
332
2007-12-14 GL  1.8.1   Cleanup the covering index control logic in the Foreign
 
333
                       Key dialogue.
 
334
2007-12-13 GL  1.8.1   Fix to refresh version string and number, and last OID,
 
335
                       per a report from Alexander Kirpa.
 
336
2007-12-12 DP  1.8.1   Disable CREATE FUNCTION etc. under EnterpriseDB packages
 
337
                       because they are created as part of the main package 
 
338
                       body. 
 
339
2007-12-12 DP  1.8.1   Fix some broken references to online help pages.
 
340
2007-12-12 DP  1.8.1   Don't offer 'Drop Cascaded' unless the user can 'Drop'
 
341
                       the object.
 
342
2007-12-12 DP  1.8.1   Prevent non-superusers from attempting to use the
 
343
                       debugger because the plugin API won't let them anyway.
 
344
2007-12-11 DP  1.8.1   Check that functions exist before debugging or setting
 
345
                       global breakpoints on them. Remove them from the treeview
 
346
                       if not.
 
347
2007-12-11 DP  1.8.1   Correct the URL for the EDB public synonym help page
 
348
2007-12-11 HS  1.10.0  Add the keyword 'WHILE' of debugger.
 
349
2007-12-10 DP  1.10.0  Add support for typmod in/out functions on custom types
 
350
                       [Guillaume Lelarge]
 
351
2007-12-10 DP  1.8.1   Fix the debugger's connection class to ensure database
 
352
                       names requiring quotes will work and that is can be used
 
353
                       with SSL and Kerberos connections.
 
354
2007-12-07 DP  1.8.1   Allow the length of array-typed columns to be changed
 
355
                       (eg. 'character varying[](100)'), per report from Ferenc
 
356
                       Lutischan
 
357
2007-12-05 DP  1.8.1   Don't allow the user to direct-debug trigger functions,
 
358
                       only global breakpoints should be used on them (or the
 
359
                       trigger itself).
 
360
2007-12-05 DP  1.8.1   Don't offer edbspl functions when creating triggers as
 
361
                       they should have inline bodies.
 
362
2007-12-04 DP  1.8.1   Don't quote database names that happen to be keywords
 
363
                       when starting the debugger.
 
364
2007-12-03 GL  1.10.0  Add an option to alter a language's owner
 
365
2007-11-30 DP  1.8.1   Don't offer package names and system schemas as schemas
 
366
                       when creating public synonyms.
 
367
2007-11-28 DP  1.8.1   Fix pgAgent's job query when a host agent is specified
 
368
                       so that jobs don't execute every time round the loop
 
369
                       regardless of schedule, per Brian Kalbfus.
 
370
2007-11-28 DP  1.8.1   Add EnterpriseDB's default database (edb) to the Server
 
371
                       dialog's default option.
 
372
2007-11-28 DP  1.8.1   Don't allow the user to debug an EnterpriseDB package
 
373
                       function or procedure if the body isn't defined.
 
374
2007-11-28 DP  1.8.1   Don't offer the user the chance to create new columns
 
375
                       on system catalogues.
 
376
2007-11-28 DP  1.8.1   Fix the debugger to send actual NULL values rather than
 
377
                       'NULL' through the EnterpriseDB callable statement API.
 
378
                       Allow parameter values to be NULL or empty strings on
 
379
                       both PostgreSQL and EnterpriseDB using the same syntax
 
380
                       as the Edit Grid.
 
381
2007-11-27 DP  1.8.1   Always open the PostgreSQL Help when selecting that menu
 
382
                       option, even if connected to EnterpriseDB.
 
383
2007-11-27 DP  1.8.1   Fix EnterpriseDB public synonym loading so that they
 
384
                       aren't considered system objects.
 
385
2007-11-23 DP  1.10.0  Add an option to enable/disable rules on tables [Guillaume
 
386
                       Lelarge]
 
387
2007-11-23 DP  1.10.0  Add options to TRUNCATE and TRUNCATE...CASCADE tables.
 
388
                       [Guillaume Lelarge]
 
389
2007-11-23 DP  1.8.1   Fix path discovery on Unix so standard installs can be
 
390
                       relocated easily.
 
391
2007-11-13 DP  1.8.1   Fix character number display in the query tool.
 
392
2007-11-07 DP  1.8.1   Use popen() when testing the versions of helper apps on
 
393
                       non-windows platforms to avoid an obscure bug on PPC Macs
 
394
                       that could leave wxExecute hanging indefinitely whilst
 
395
                       waiting on a zombie process.
 
396
2007-10-30 DP  1.8.1   When creating a new index and specifying both tablespace
 
397
                       and fill factor, make sure the SQL is formulated
 
398
                       correctly, per Stefan Wolf
 
399
2007-10-29 DP  1.8.1   Fix the locks tab on the server status dialogue so it
 
400
                       works correctly with PostgreSQL 8.3+.
 
401
2007-10-29 DP  1.8.1   Properly format the object comments shown in the
 
402
                       properties list when a collection node is selected. Per
 
403
                       report from Mike Blackwell.
 
404
2007-10-29 DP  1.8.1   Fix a bug preventing the 'on error' flag of a pgAgent job
 
405
                       step being edited, per Jon Roberts.
 
406
2007-10-26 DP  1.8.1   Handle the corner case when a user includes quotes in an
 
407
                       object name.
 
408
2007-10-26 MH  1.10.0  Add a 'Blocked By' column to the Server Status dialog
 
409
                       to show if a transaction is blocked by another process.
 
410
2007-10-26 DP  1.8.1   Properly escape _'s in queries for schemas, per Derek
 
411
                       Fonda.
 
412
2007-10-26 DP  1.8.1   Don't try to enable/disable prepared transaction related
 
413
                       controls on pre-8.1 servers, per Karl Zellnig
 
414
2007-10-12 DP  1.8.0   Avoid using a correlated subquery that Greenplum doesn't
 
415
                       support, per report from Jon Roberts.
 
416
2007-09-24 DP  1.8.0   Allow GUCs to be set on functions in PostgreSQL 8.3 and
 
417
                       above. [Guillaume Lelarge]
 
418
2007-09-24 DP  1.8.0   Allow GUCs to be set on users, roles and databases at
 
419
                       create time.
 
420
2007-09-03 DP  1.8.0   Fix the table, index and index constraint tablespace
 
421
                       property combo boxes to allow changes to tablespace.
 
422
2007-09-03 DP  1.8.0   Modify the object browser so that the expanded/collapsed
 
423
                       state of child nodes is retained when a node is
 
424
                       refreshed.
 
425
2007-07-19 DP  1.8.0   Refactor the Query Tool's execQuery function to prevent
 
426
                       pgAdmin freezing while two long running queries are 
 
427
                       executing simultaneously.
 
428
2007-07-05 HS  1.8.0   Fixed UTF8 option was not effective by file reading and
 
429
                       writing of a query. and fixed crash at the time of file
 
430
                       save. Per report from Claudia.
 
431
2007-07-02 DP  1.8.0   Add an option to the Report Tool to open the output file
 
432
                       in the default browser.
 
433
2007-07-02 DP  1.8.0   Add a macro facility to the Query Tool [Krzysztof
 
434
                       Smigrodzki]
 
435
2007-06-25 DP  1.8.0   Add keyboard shortcuts to show and hide UI elements,
 
436
                       per Jan Kowalski.
 
437
2007-06-25 DP  1.8.0   Display the output pane in the query tool at query 
 
438
                       completion if it's currently hidden, per Jan Kowalski.
 
439
2007-06-12 DP  1.8.0   Ensure files can be converted to the required encoding
 
440
                       before saving, per report from Christian Lins.
 
441
2007-06-12 DP  1.8.0   Warn the user and allow her to abort before re-running
 
442
                       a backup or restore to or from the same file, in the same
 
443
                       session (can occur if the first attempt returns an error
 
444
                       or warning). Per gripes from various users :-)
 
445
2007-06-01 DP  1.8.0   Add support for multi-parameter aggregates.
 
446
2007-05-31 DP  1.8.0   Retain column widths when refreshing the edit grid, per
 
447
                       Ferenc Lutischan.
 
448
2007-05-30 DP  1.8.0   Ensure logfiles and pgpass files can be correctly saved
 
449
                       on Windows when the username contains non-ASCII chars.
 
450
                       Per report from Athanasios E. Samaras.
 
451
2007-05-26 DP  1.8.0   Ensure we always allow the maximum string length possible
 
452
                       to be entered in the Edit Grid.
 
453
2007-05-24 GL  1.8.0   Sort servers' list alphabetically.
 
454
2007-05-18 DP  1.8.0   Fix a crash in the Edit Grid which occured if Delete was
 
455
                       pressed whilst editing a boolean. Per report from Erwin.
 
456
2007-05-17 DP  1.8.0   Remove bundled copies of PostgreSQL/Slony docs to make it
 
457
                       easier to localise the rest. Instead allow the use of 
 
458
                       local or online copies of the PostgreSQL, EnterpriseDB or
 
459
                       Slony docs, each independently of the other.
 
460
2007-05-10 DP  1.8.0   Add a new command line option (-f <file>) to open an SQL
 
461
                       script automatically when using -q or -qc. Per request 
 
462
                       from Taras Kopets.
 
463
2007-05-10 GL  1.8.0   Add fillfactor support on tables and indexes.
 
464
2007-05-10 DP  1.8.0   Add a new command line options (-cp <file>) to allow 
 
465
                       direct editing of pgpass files.
 
466
2007-05-09 DP  1.8.0   Treat view columns as first class citizens. Show them on
 
467
                       the treeview, and allow their properties page to be
 
468
                       viewed. Allow editting of the default value and comment,
 
469
                       and reflect this in the reverse engineered SQL for the
 
470
                       view. Per request from Luiz.
 
471
2007-05-09 DP  1.8.0   Load second and subsequent postgresql.conf files
 
472
                       into the config editor correctly.
 
473
2007-05-09 DP  1.8.0   Prompt the user to save changes before opening a file
 
474
                       from the recent files menu on the Query Tool, per Taras 
 
475
                       Kopets
 
476
2007-05-02 DP  1.8.0   Add auto-indent to the query tool.
 
477
2007-05-02 DP  1.8.0   Add an option to show indent guides in the query tool.
 
478
2007-05-02 DP  1.8.0   Allow spaces to be used instead of tabs in SQL editors,
 
479
                       and ensure the width can be set sensibly.
 
480
2007-04-30 DP  1.8.0   Allow detection and conversion of line ending format in
 
481
                       the query tool.
 
482
2007-04-24 DP  1.8.0   Integrate the EnterpriseDB pl/pgsql and EDB-SPL debugger
 
483
                       with pgAdmin [Hiroshi Saito, Dave Page]
 
484
2007-04-23 DP  1.8.0   Don't try to detect if integrated autovacuum is
 
485
                       running on < 8.1. Per Simon Riggs.
 
486
2007-04-04 DP  1.8.0   Display the constraint OID for index constraints, not
 
487
                       the index OID. Add the index OID as a new property,
 
488
                       per Harald.
 
489
2007-04-04 DP  1.8.0   Ensure the password change dialog works with stored
 
490
                       passwords.
 
491
2007-04-03 DP  1.8.0   Add support for function cost and row estimations in
 
492
                       PostgreSQL 8.3+.
 
493
2007-04-03 DP  1.8.0   Add support for enums in PostgreSQL 8.3+.
 
494
2007-04-03 DP  1.8.0   Copy and paste data correctly when in a cell editor in
 
495
                       the edit grid, per Stephan Jaensch.
 
496
2007-03-30 DP  1.8.0   Avoid creating graphical explain nodes for triggers as
 
497
                       they aren't part of the plan and mess up the layout.
 
498
                       Per report from Jeremy Drake.
 
499
2007-03-30 DP  1.8.0   Fix reverse engineering of data types with a size of 0,
 
500
                       such as "timestamp(0) without timezone" per Erwin.
 
501
2007-03-30 DP  1.8.0   Display the is_called sequence flag, per Erwin.
 
502
2007-03-27 DP  1.8.0   Handle resetting of sequence values more consistently,
 
503
                       per Erwin.
 
504
2007-03-27 DP  1.8.0   Allow editting of rows with a blank string in the primary
 
505
                       key in the edit grid, per Jeremy Palmer.
 
506
2007-03-16 DP  1.6.3   Fix an overflow bug in pgAgent, per report from Sabin
 
507
                       Coanda
 
508
2007-03-14 DP  1.8.0   Function/procedure signatures do not include OUT params.
 
509
                       Fix this oversight, and cleanup much of the related code.
 
510
2007-03-12 DP  1.8.0   Remove a lot debugging code of little or no use.
 
511
2007-03-12 DP  1.8.0   Position the cursor at the error position when an error
 
512
                       occurs in the Query Tool. Ensure the line is visible.
 
513
2007-03-12 DP  1.8.0   Use Oracle style syntax for edbspl triggers.
 
514
2007-03-12 DP  1.8.0   Show only tables & views (as 'catalog objects') in
 
515
                       pseudo-system catalogs such as information_schema and
 
516
                       EDB's sys and dbo catalogs. Lock down functionality to
 
517
                       prevent create/edit/drop options being offered.
 
518
2007-03-09 DP  1.8.0   Create and reverse engineer edbspl procedures using
 
519
                       Oracle compatible syntax.
 
520
2007-03-09 DP  1.8.0   Treat all functions & procedures as 'Functions' in
 
521
                       PostgreSQL, and class only EnterpriseDB edbspl functions
 
522
                       returning void as 'Procedures'.
 
523
2007-03-08 DP  1.8.0   Preserve column widths between queries.
 
524
2007-03-08 DP  1.8.0   Use EnterpriseDB's utilities for dump and restore EDB
 
525
                       databases to ensure non-PG extensions can be handled.
 
526
2007-03-07 DP  1.8.0   Speed up loading of functions and procedures by rewriting
 
527
                       some horribly inefficient code.
 
528
2007-03-06 DP  1.6.3   Fix a bug that prevented adding new nodes to a Slony
 
529
                       cluster, per Duncan Beeby.
 
530
2007-03-06 DP  1.6.3   Remember the server's SSL mode property correctly.
 
531
2007-03-05 DP  1.6.3   Prevent the RULE privilege becoming re-enabled for tables
 
532
                       on PostgreSQL 8.2+, per Erwin.
 
533
2007-03-05 DP  1.8.0   Add support for packages on EnterpriseDB.
 
534
2007-03-05 DP  1.6.3   Minor fix for edb/spl functions.
 
535
2007-03-02 DP  1.6.3   Fix procedure support on EnterpriseDB AS81.
 
536
2007-03-02 DP  1.8.0   Add support for public synonyms on EnterpriseDB.
 
537
2007-03-02 DP  1.8.0   Use pg_statindex (if available) to optionally display
 
538
                       additional index statistics on a per-table basis. Also
 
539
                       works for index-constraints [Guillaume Lelarge]
 
540
2007-03-01 DP  1.8.0   Display catalogs separately from schemas, and don't
 
541
                       treat them as system objects any longer (they can be
 
542
                       hidden using the display options).
 
543
2007-02-27 DP  1.8.0   Allow install time re-branding. This allows rebranded
 
544
                       versions of pgAdmin to be distributed without code
 
545
                       modifications, but with references to the original
 
546
                       pgAdmin being displayed instead. Also add support for
 
547
                       shaped splash screens.
 
548
2007-02-26 DP  1.8.0   Add a set of options to allow the user to hide selected
 
549
                       object types from the treeview. Note that the new default
 
550
                       settings will hide less commonly used objects such as
 
551
                       casts, languages, aggregates, operators etc.
 
552
2007-02-23 DP  1.6.3   Fix a rare bug in the Edit Grid which could cause a crash
 
553
                       when editting data in tables with deleted columns and a
 
554
                       primary key that isn;t at the beginning of the table.
 
555
                       Thanks to Patrick De Visschere for the test case.
 
556
2007-02-23 DP  1.6.3   Use the correct version of the Slony scripts when
 
557
                       creating a new cluster, per Duncan Beeby.
 
558
2007-02-22 DP  1.6.3   Prevent the Edit Grid Filter causing a crash if an
 
559
                       invalid filter containing a % is used, per Erwin.
 
560
2007-02-16 DP  1.8.0   Replace the Mac installer with code to create a
 
561
                       distribution disk image [Florian G. Pflug]
 
562
2007-02-16 DP  1.6.3   Fix a minor bug in app bundle creation for Mac [Florian
 
563
                       G. Pflug]
 
564
2007-02-14 DP  1.8.0   Allow entire servers to be backed up.
 
565
2007-02-14 DP  1.8.0   Allow global objects to be backed up.
 
566
2007-02-05 DP  1.8.0   Add a guru hint to warn the user of the consequences of
 
567
                       storing passwords, per Tony Caduto.
 
568
2007-02-05 DP  1.6.3   Fix the graphical explain to properly display backwards
 
569
                       index scan nodes, per Brendan O'Shea.
 
570
2007-02-05 DP  1.6.3   Fix default perspective names, per Ezequias
 
571
2007-02-05 DP  1.6.3   Monitor the streams again whilst backing up on Mac -
 
572
                       this no longer crashesin wx2.8. Per Dave Livesay.
 
573
2007-02-05 DP  1.6.3   Fix a crash on Mac that occurred when using some combo
 
574
                       boxes, per David Lowry.
 
575
2007-01-29 DP  1.6.3   Fix menu icon for Gnome [Nathan Egge]
 
576
2007-01-26 DP  1.6.3   Allow users with SUPERUSER but no other privilege flags
 
577
                       to create roles and databases etc. per Andy Shellam.
 
578
2007-01-23 DP  1.8.0   Browser support for Operator Families in PstgreSQL 8.3.
 
579
2007-01-22 DP  1.6.3   Handle non-default schema paths properly in the Foreign
 
580
                       Key dialogue, per Philipp Specht
 
581
2007-01-19 DP  1.6.3   Fix localisation of 'Tab' as a copy delimiter.
 
582
2007-01-19 DP  1.8.0   Add options to enable/disable triggers, both individually
 
583
                       and per-table [Guillaume Lelarge, Dave Page]
 
584
2007-01-17 DP  1.6.3   Update to support the changed syntax of pg_dump 8.2+.
 
585
2007-01-15 DP  1.6.3   Add support for Sun's compiler [Dhanaraj M]
 
586
2007-01-12 DP  1.8.0   Use pg_stattuple (if available) to optionally display
 
587
                       additional table statistics on a per-table basis
 
588
                       [Guillaume Lelarge, Dave Page]
 
589
2007-01-11 DP  1.8.0   Support for operators and op-classes in PostgreSQL 8.3.
 
590
2007-01-10 DP  1.6.3   Fix an issue in the Query Tool export option that could
 
591
                       result in blank lines in the export file, per Mathias 
 
592
                       Durst and Mike.
 
593
2007-01-09 DP  1.6.3   Truncate comments containing \r\n correctly, per Erwin.
 
594
2007-01-09 DP  1.6.3   Fix query tool title which was unfortunately broken by
 
595
                       an earlier fix for another bug.
 
596
2007-01-04 DP  1.6.2   Enable the OK button on the database properties dialog
 
597
                       when variables are changed.
 
598
2007-01-04 DP  1.6.2   Refresh database objects correctly, per Guy Rouillier.
 
599
2006-12-28 DP  1.8.0   Add a 'Run Now' options for pgAgent jobs.
 
600
2006-12-28 DP  1.8.0   Retain the clipboard contents on app exit.
 
601
2006-12-28 DP  1.8.0   Add an option to show NULLs as <NULL> in the Query Tool.
 
602
2006-12-28 DP  1.8.0   Remember last used save definition filename.
 
603
2006-12-28 DP  1.8.0   Remember last used backup/restore filenames.
 
604
2006-12-28 DP  1.8.0   Refactor code to remove support for building the Query
 
605
                       Tool with a listview rather than a grid.
 
606
2006-12-28 DP  1.6.2   Avoid displaying multi line data in single line list 
 
607
                       controls, per Clodoaldo Pinto Neto
 
608
2006-12-15 DP  1.6.2   Properly drop foreign keys in schemas whose names require
 
609
                       quoting, per M S.
 
610
2006-12-14 DP  1.6.2   Avoid a crash when closing the query tool on Solaris
 
611
                       [Dhanaraj M]
 
612
2006-12-07 DP  1.6.2   Display the transation start time on the server status
 
613
                       windows on PostgreSQL 8.3+
 
614
2006-12-07 DP  1.6.2   Reverse engineer columns with multi-word names (like
 
615
                       'timestamp with timezone') correctly so that precision
 
616
                       and array modifiers are included properly. Per Erwin.
 
617
2006-12-07 DP  1.6.2   Add '...' to truncated column comments in table SQL, per
 
618
                       Erwin Brandstetter.
 
619
2006-12-05 DP  1.6.2   Properly size the backup dialog, per Patrick Headley.
 
620
2006-12-05 DP  1.6.2   Ensure column headers and the insert row are shown in the
 
621
                       edit grid when no rows exist in the table being editted,
 
622
                       per Bob Pawley.
 
623
2006-12-05 DP  1.6.2   Restore dialog sizes correctly.
 
624
2006-12-04 DP  1.8.0   Refactor code to remove database base classes
 
625
2006-12-04 DP  1.8.0   Remove code specific to versions of wxWidgets that we
 
626
                       no longer support.
 
627
2006-12-04 DP  1.8.0   Remove obsolete support for non-Unicode builds.
 
628
2006-12-04 DP  1.6.2   Build against PostgreSQL 8.2 on Windows.
 
629
2006-12-01 DP  1.6.2   Fix some oddities in the way current per-table vacuum
 
630
                       settings are displayed.
 
631
2006-12-01 DP  1.6.2   Fix per-table autovacuum settings for PostgreSQL >= 8.2
 
632
                       per Devrim Gunduz.
 
633
2006-12-01 DP  1.6.2   Prevent the filter/sort options dialogue being opened
 
634
                       when data is being refreshed, per Erwin.
 
635
2006-11-29 DP  1.6.1   Prevent a crash from the query too when using File ->
 
636
                       Exit on GTK.
 
637
2006-11-29 DP  1.6.1   Don't paste into empty edit grids, per Howard Wang.
 
638
2006-11-29 DP  1.6.1   Guard against permission denied errors in the edit grid
 
639
                       per Howard Wang.
 
640
2006-11-29 DP  1.6.1   Fix some portability issues in the configure code [Max
 
641
                       Khon]
 
642
2006-11-28 DP  1.6.1   Properly quote function parameter names, per Ken Priest.
 
643
2006-11-28 DP  1.6.1   Don't display index constraints under the Indexes node
 
644
                       as well as the Contraints node, per Erwin.
 
645
2006-11-27 DP  1.6.1   Fix a minor bug in the index reverse engineering when
 
646
                       using non-default operator classes per Andrus.
 
647
2006-11-23 DP  1.6.1   Only enable the 'Include SQL' checkbox on the report
 
648
                       dialog if there is SQL to include, Per Ezequias 
 
649
                       Rodrigues da Rocha
 
650
2006-11-21 DP  1.6.1   When checking the position & size of windows, use the
 
651
                       dimensions of the current display, not the primary.
 
652
2006-11-17 DP  1.6.1   Include IN/OUT/INOUT keywords in procedure identifiers
 
653
                       in the treeview.
 
654
2006-11-17 DP  1.6.1   Fix deletion of stored procedures, Per Erwin.
 
655
2006-11-16 DP  1.6.1   Rework the Find/Replace code to fix a couple of minor 
 
656
                       bugs and improve readability.
 
657
2006-11-16 DP  1.6.1   Enable the OK button on the Database properties dialog
 
658
                       when the owner is changed, per Jim Cullison
 
659
2006-11-15 DP  1.6.1   Prevent a crash if the 'View Filtered Data' filter dialog
 
660
                       is cancelled. Per Erwin Brandstetter
 
661
2006-11-06 DP  1.6.0   Hide binary data (bytea) in the edit grid.
 
662
2006-10-12 DP  1.6.0   Add an installer for Mac.
 
663
2006-10-03 HS  1.6.0   Fixed display of pg_dump/pg_restore output in non-ASCII
 
664
                       charactersets.
 
665
2006-09-28 DP  1.6.0   Ensure the schema is specified when backing up individual
 
666
                       tables [Luca Arzeni]
 
667
2006-09-15 DP  1.6.0   When exporting data to the local charset wxFile::Write 
 
668
                       will crash if it can't convert the data. Check that
 
669
                       conversion is possible before writing each row and skip 
 
670
                       if not. If any failures have occured, tell the user how 
 
671
                       many, and suggest they use UTF8 instead. Per Harald 
 
672
                       Armin Massa
 
673
2006-09-11 DP  1.6.0   Add support for building indexes concurrently on 8.2.
 
674
2006-09-08 DP  1.6.0   Use SQL standard type names where appropriate. Show
 
675
                       them as 'aliases' in the browser. [Magnus Hagander/
 
676
                       Dave Page]
 
677
2006-09-06 DP  1.6.0   The RULE privilege is not applicable to tables in 8.2
 
678
                       so don't use it.
 
679
2006-09-01 DP  1.6.0   Add support for building Mac Universal Binaries.
 
680
                       With help from Florian G. Pflug and Chris Campbell.
 
681
2006-08-30 DP  1.6.0   Fix maintenance dialogue for Primary Keys and Unique
 
682
                       constraints per Alexander Kirpa
 
683
2006-08-30 DP  1.6.0   Favour a primary key over an OID column when updating
 
684
                       data in the edit grid to benefit from the index, per
 
685
                       Vivek Khera.
 
686
2006-08-30 DP  1.6.0   Require the use of wxWidgets 2.7 or above (needed for the
 
687
                       wxAUI classes.
 
688
2006-08-30 DP  1.6.0   Use the wxAUI library to provide dockable window elements
 
689
                       on the main window, query tool and edit grid, giving
 
690
                       us a much more modern look and feel.
 
691
2006-08-30 MH  1.6.0   Allow for -q to open query tool without opening
 
692
                       main window. Add -qc switch to open query tool and
 
693
                       autoconnect using a connection string.
 
694
2006-08-30 MH  1.6.0   Disable splash-screen completely in debug builds.
 
695
2006-08-29 MH  1.6.0   Add a New Window menu/toolbar to the query tool.
 
696
2006-08-15 DP  1.6.0   Set focus on the filter textbox when opening the View
 
697
                       data filter options [Guillaume Lelarge]
 
698
2006-08-15 DP  1.6.0   Auto-select the next item when removing columns from 
 
699
                       the View Data sort options dialog [Guillaume Lelarge]
 
700
2006-07-21 DP  1.6.0   Fix custom vacuum settings editting, per Benjamin 
 
701
                       Krajmalnik
 
702
2006-07-18 DP  1.4.3   Display job steps and schedules properly in the Job
 
703
                       dialogue, per Eric Shuman.
 
704
2006-07-17 DP  1.4.3   Display interval precision properly, per Walter Haslbeck
 
705
2006-07-04 DP  1.6.0   Make elements of the main windows dockable for 
 
706
                       maximum configurability.
 
707
2006-07-04 DP  1.6.0   Add 'scratch pads' to the Edit Grid and Query Tool
 
708
                       windows to use when copying and pasting data back
 
709
                       and forth.
 
710
2006-07-04 DP  1.6.0   Add a proper menu to the Edit Grid window.
 
711
2006-06-30 DP  1.4.3   Return the script return value when executing shell
 
712
                       scripts from pgAgent, per Eric Shuman
 
713
2006-06-22 DP  1.4.3   Use a slider instead of a spin control to avoid a
 
714
                       wxGTK bug on the status form, per Peter Eisentraut.
 
715
2006-06-15 DP  1.6.0   Add a new Find & Replace dialogue to the query tool,
 
716
                       implementing all the normal Find & Replace options as
 
717
                       well as a powerful regular expression search mode.
 
718
2006-06-15 DP  1.6.0   Add a pgAgent option to log to a file on *nix [Jeremy
 
719
                       Palmer]
 
720
2006-06-14 DP  1.6.0   Add a Redhat init script for pgAgent [Jeremy Palmer]
 
721
2006-06-13 DP  1.6.0   Display non-default op classes in index definitions.
 
722
2006-06-12 DP  1.6.0   Minor fixes to the browser code to properly add new nodes
 
723
2006-06-12 DP  1.6.0   Fix creation of jobs with multiple steps or schedules per
 
724
                       Jeremy Palmer
 
725
2006-06-12 DP  1.6.0   Remove unused fc1 packaging files
 
726
2006-05-31 DP  1.6.0   Retain values in the edit grid following a failed
 
727
                       insert or update per Mario Splivalo. Don't silently lose
 
728
                       changes if the user refreshes the data or closes the 
 
729
                       window.
 
730
2006-05-30 DP  1.6.0   Display, and allow null values to be set in boolean
 
731
                       columns in the Edit Grid per Hubert Plaschke.
 
732
2006-05-26 DP  1.6.0   Add a data dictionary report for tables.
 
733
2006-05-24 DP  1.6.0   Don't enable the OK button on the Grant Wizard until
 
734
                       there is something to do, per Dave Minter.
 
735
2006-05-24 DP  1.6.0   Use PQresultErrorField() to get more error details
 
736
                       from query results. Requires libpq 7.4+.
 
737
2006-05-23 DP  1.6.0   Highlight the error word in the query tool if a syntax
 
738
                       error is reported by the database.
 
739
2006-05-23 DP  1.6.0   Add a guru hint to advise users to use the CREATE script
 
740
                       tool to edit function/view code in the Query Tool.
 
741
2006-05-22 DP  1.6.0   Display the current character number in the query tool
 
742
                       status bar.
 
743
2006-05-22 DP  1.4.3   Allow non-superusers to edit roles where appropriate
 
744
                       [Thomas Sondag]
 
745
2006-05-22 DP  1.6.0   Add options to show line ends and whitespaces in the
 
746
                       query tool.
 
747
2006-05-17 DP  1.4.3   Allow non-superuser roles with the appropriate 
 
748
                       permissions to create roles and DBs.
 
749
2006-05-15 DP  1.4.3   Fix a bug in the pgpass save code that could
 
750
                       damage files.
 
751
2006-05-15 DP  1.6.0   Add a word wrap option to the query tool editor.
 
752
2006-05-15 DP  1.6.0   Add brace highlighting to the SQL Text Box control.
 
753
2006-05-15 DP  1.6.0   Don't save the position/size when closing minimised
 
754
                       Windows as the size values will be wrong on some OSs.
 
755
2006-05-15 DP  1.6.0   Add a Copy menu option to the main form to copy from the
 
756
                       SQL pane.
 
757
2006-05-15 DP  1.6.0   Detect and warn the user of concurrent edits of
 
758
                       functions, views and job steps.
 
759
2006-05-12 DP  1.6.0   Allow the user to choose whether or not to restore the
 
760
                       environment when reconnecting to a particular server.
 
761
2006-05-10 DP  1.6.0   Allow pasting of entire rows in the View Data tool
 
762
                       [Edward Di Geronimo Jr]
 
763
2006-05-10 DP  1.6.0   Use escape string syntax (E'foo') where required.
 
764
2006-05-09 DP  1.6.0   Update the Windows build environment for VC++ 8.0 (now
 
765
                       free from http://msdn.microsoft.com/vstudio/express/)
 
766
2006-05-05 DP  1.6.0   Add an internal XML reporting API, HTML XSL stylesheet
 
767
                       with XSLT processing capabilities and selection of
 
768
                       schema/object/data reports.
 
769
2006-05-03 DP  1.6.0   Add support for PostgreSQL 8.2's CONNECT privilege on
 
770
                       databases, and USAGE on sequences (which also have a
 
771
                       reduced set of privileges now).
 
772
2006-05-03 DP  1.4.3   Use the correct encoding in the View Data filter options
 
773
                       per Ferenc.
 
774
2006-04-30 DP  1.6.0   Pre-encrypt passwords before sending them down the wire,
 
775
                       or displaying them in SQL statements.
 
776
2006-04-30 AP  1.6.0   Fix Explain issue with multiple lines [Miha Radej]
 
777
2006-04-30 AP  1.6.0   Scripting for view SELECT/INSERT/UPDATE
 
778
2006-04-30 AP  1.6.0   Scripting for table SELECT/INSERT/UPDATE
 
779
2006-04-30 AP  1.6.0   cleanup submenu handling to avoid touching events.cpp
 
780
                       when menus are added
 
781
2006-04-30 AP  1.6.0   Use virtual ListView for Query Tool, so no more retrieval
 
782
                       time
 
783
2006-04-28 DP  1.4.3   Ensure the user is warned if files cannot be written.
 
784
2006-04-27 DP  1.6.0   Add an accelerator key (Delete) for deleting rows in the
 
785
                       edit grid, per Emil Nowak.
 
786
2006-04-21 DP  1.6.0   (pgAgent) Replace the batch job execution code for
 
787
                       Windows with a custom popen equivalent based on
 
788
                       CreateProcess(). This is needed on Win2K on which
 
789
                       _popen() will not work from a service.
 
790
2006-04-12 DP  1.6.0   Allow the tab character to be used as the clipboard
 
791
                       column separator to allow pasting of query results
 
792
                       straight into apps like Excel, or OOo Calc [Edward Di
 
793
                       Geronimo Jr.]
 
794
2006-04-06 DP  1.6.0   Add a --disable-docs configure option to prevent the
 
795
                       installation of docs [Miha Radej]
 
796
2006-03-20 DP  1.6.0   Refactor Edit Grid and Query Grid into one common base
 
797
                       class for the control. Use the in-built wxTable for
 
798
                       further a performance boost [Edward Di Geronimo Jr.]
 
799
2006-03-20 DP  1.4.3   Install PkgInfo into the Contents directory in the OSX
 
800
                       appbundle, per John DeSoi.
 
801
2006-03-20 DP  1.4.3   Detect and correctly use GNU vs. BSD xargs when
 
802
                       completing an appbundle install, per John DeSoi.
 
803
2006-02-27 DP  1.6.0   Don't double-link to libssl/libcrypto [Loic Minier]
 
804
2006-02-27 DP  1.6.0   Enhance the query tool to allow copy/paste of arbitrary
 
805
                       groups of columns, rows or individual cells.
 
806
                       [Edward Di Geronimo Jr]
 
807
2006-02-27 DP  1.6.0   Change '<localpipe>' to 'local socket' [Peter Eisentraut]
 
808
2006-02-22 DP  1.6.0   Tidy up dlgServer, per Peter Eisentraut.
 
809
2006-02-22 DP  1.6.0   Split src/Makefile.am into one fragment per sub directory
 
810
                       for ease of maintenance.
 
811
2006-02-22 DP  1.6.0   Allow the admin modules to be built with PGXS if required
 
812
                       [August Zajonc]
 
813
2006-02-21 MH  1.6.0   Reject invalid command line options in pgAgent
 
814
2006-02-21 MH  1.6.0   Minimal linking for pgAgent under *nix
 
815
2006-02-21 DP  1.4.2   Fix a typo in the admin pack README [August Zajonc]
 
816
2006-02-19 AP  1.4.2   Fix serial column detection for 8.1 per Kris Jurka
 
817
2006-02-19 AP  1.6.0   Display column dependencies
 
818
2006-02-19 AP  1.6.0   Rearrange "view data" position in toolbar/menu
 
819
2006-02-17 DP  1.4.2   Mask the password when logging the connection string.
 
820
2006-02-17 DP  1.4.2   Properly escape single quotes in connection strings.
 
821
2006-02-08 DP  1.4.2   Re-arrange the Win32 dependencies so that iconv, libxml2
 
822
                       and wxwidgets are located in $PGADIR/../pgadmin3-deps/
 
823
2006-02-08 MH  1.6.0   Add a 'Favourites' query organiser to the Query Tool.
 
824
                       Note; this adds a dependecy on libxml2 (and iconv).
 
825
2006-02-06 DP  1.4.2   Properly enable the redo button in the Query Tool when
 
826
                       appropriate, per PromoTrade
 
827
2006-02-06 DP  1.6.0   Allow selection and copy of subsets of the columns and 
 
828
                       rows in the Edit Grid [Edward Di Geronimo Jr]
 
829
2006-02-06 DP  1.6.0   Cleanup if the query tool leaves a transaction in an 
 
830
                       error state when the query ends.
 
831
2006-01-30 AP  1.6.0   Fix inherited columns (don't create/edit them) per Peter
 
832
                       Eisentraut.
 
833
2006-01-30 MH  1.6.0   Add autocompletion to the Query Tool, based on the logic
 
834
                       used by psql. Triggered with Control+Space, and 
 
835
                       optionally the Tab key as well.
 
836
2006-01-30 DP  1.4.2   Add missing files to the Unix tarball, per Andrus
 
837
                       xtra/wxbuild/*, src/utils/precomp.cpp, 
 
838
                       src/main/pgAdmin3.rc
 
839
2006-01-27 DP  1.6.0   Allow the number of rows shown in the Edit Grid to be 
 
840
                       limited and add a 'View top 100 rows' option to the
 
841
                       table/view context menus. [Magnus Hagander, Dave Page]
 
842
2006-01-25 DP  1.6.0   Prevent deletion of the blank item in config editors, and
 
843
                       ensure undo will only work on the appropriate line.
 
844
2006-01-25 MH  1.6.0   Add a password file editor,
 
845
2006-01-23 MH  1.4.2   Read config files in the local encoding scheme
 
846
2006-01-22 DP  1.6.0   Rename text docs to match GNUish standards, remove all
 
847
                       HTML markup and wrap at col 80.
 
848
2006-01-19 DP  1.6.0   Fix capitalisation of menu items. Add '...' to the end of
 
849
                       items that open dialogues [Peter Eisentraut]
 
850
2006-01-19 MH  1.6.0   Display the client start time on the status dialogue with
 
851
                       PostgreSQL 8.1+
 
852
2006-01-17 DP  1.6.0   Allow set returning functions to be created.
 
853
2006-01-17 DP  1.4.2   Display the definition of set returning procedures 
 
854
                       correctly.
 
855
2006-01-17 DP  1.4.2   Fix drop procedure by including IN/OUT parameter flags in 
 
856
                       the name.
 
857
2006-01-13 DP  1.4.2   Fix role SQL - correctly define CREATEROLE/NOCREATEROLE 
 
858
                       per Andrus.
 
859
2006-01-11 MH  1.6.0   Allow result copy quoting configuration to be set
 
860
                       explicitly rather than using the result export settings 
 
861
2006-01-09 MH  1.6.0   Add -a and -q command line options to auto connect to a 
 
862
                       server and open a query window respectively
 
863
2006-01-09 MH  1.4.2   Honour the copy quoting setting properly in the SQL 
 
864
                       results pane
 
865
2006-01-09 MH  1.6.0   Use Ctrl-A to select all results in the query results 
 
866
                       pane.
 
867
2006-01-09 MH  1.4.2   Set the initial Unicode/Local charset options correctly 
 
868
                       in the Export dialogue
 
869
2005-12-26 AP  1.4.2   Fix PK detection in EditGrid per Andrus Moor
 
870
2005-12-26 AP  1.4.2   Fix Bitmap Index explain per Alexander Kirpa
 
871
2005-12-23 DP  1.4.2   Use ELSIF not ELSEIF in pgagent.sql for compatibility 
 
872
                       with 7.x servers [Glen Sasek]
 
873
2005-12-22 HS  1.6.0   dlgLanguage name+comment, dlgDatabase comment
 
874
2005-12-15 DP  1.4.2   Exclude system schemas by name rather than OID, so that 
 
875
                       'public' can be safely renamed.
 
876
2005-12-12 AP  1.4.2   fix slony node statistics
 
877
2005-12-11 AP  1.6.0   support 8.1 language templates
 
878
2005-12-11 AP  1.4.2   Fix: Unsubscribe set on receiver
 
879
2005-12-11 AP  1.4.2   Another wxComboBox(2.6.2) related fix
 
880
2005-12-09 DP  1.4.1   Default the encoding of new databases to the cluster 
 
881
                       encoding, per Peter Eisentraut.
 
882
2005-12-09 DP  1.4.1   Sort encoding names in dlgDatabase, per Peter Eisentraut.
 
883
2005-12-06 AP  1.4.1   store UTF8 connect info in pgpass.conf if necessary
 
884
2005-12-03 AP  1.4.1   Major fix for wx2.6.2 API changes (comboboxes)
 
885
2005-12-02 DP  1.4.1   Drop constraints on columns before the columns themselves
 
886
                       [Miha Radej]
 
887
2005-12-01 AP  1.4.1   Deal with incompatible wx2.6.2 API changes (comboboxes)
 
888
2005-11-30 AP  1.4.1   Graphical explain: distinct scan images
 
889
2005-11-25 DP  1.4.1   Fix the server status SQL query
 
890
2005-11-25 FGP 1.4.1   Don't include pgAgent in the Mac OSX bundle
 
891
2005-11-25 FGP 1.4.1   Include pg_dump/pg_restore in the Mac OSX bundle
 
892
2005-11-20 DP  1.4.1   Use a proper 'Save As' style dialogue for selecting 
 
893
                       backup files
 
894
2005-11-20 AP  1.4.1   Don't show pk hint when editing view
 
895
2005-11-20 AP  1.4.1   Add missing NO ACTION FK constraint
 
896
2005-11-11 DP  1.6.0   Set version numbers whereever required from version.h 
 
897
                       during bootstrap
 
898
2005-11-11 AP  1.6.0   leave pre-1.5 server config settings untouched
 
899
2005-11-10 AP  1.6.0   Configurable indent in ctlSqlBox
 
900
2005-11-10 DP  1.6.0   Ensure we always use aclocal/automake 1.9 during bootstrap
 
901
2005-11-10 AP  1.4.1   Fix role rename per Antonio
 
902
2005-11-09 AP  1.6.0   database and schema display restriction
 
903
2005-11-09 AP  1.6.0   overhaul of server config settings
 
904
2005-11-09 AP  1.4.1   fix procedure/triggerFunc collection list
 
905
2005-11-09 AP  1.4.1   Allow all 8.x column changes per Chris Velevitch
 
906
2005-11-09 AP  1.4.1   Fix param name quoting for procedures per Alex Tyagloff
 
907
2005-11-10 DP  1.6.0   Overhaul the autoconf stuff. Make full use of
 
908
                       pg_config/wx-config.
 
909
2005-11-04 AP  1.4.0   Fix SET role per Florian Pflug, fix role help
 
910
2005-11-04 DP  1.4.0   Fix role inheritance option when creating roles, per Mike
 
911
                       Allen
 
912
2005-11-03 DP  1.4.0   Minor fix to the pgAgent command line parser, per Harald 
 
913
                       Armin Massa
 
914
2005-11-03 DP  1.4.0   Honour type length/precision when creating composite types
 
915
                       per Ivan
 
916
2005-11-02 AP  1.4.0   Fix crash in trigger property per Oriza Triznyak
 
917
2005-11-01 AP  1.4.0   Fix function return type array per Andras Voros
 
918
2005-11-01 AP  1.4.0   Fix query tool connect annoyance per Florian Pflug
 
919
2005-10-31 DP  1.4.0   Fix eventlog output in pgAgent, per Paolo Saudin
 
920
2005-10-31 DP  1.4.0   Quote member names in compsoite types, per Ivan
 
921
2005-10-31 DP  1.4.0   Enable the precision textbox when adding numeric members 
 
922
                       to composite types, per Ivan
 
923
2005-10-30 DP  1.4.0   Display line numbers in the query tool to aid function 
 
924
                       debugging/editting 
 
925
2005-10-30 DP  1.4.0   Don't enable the OK button when setting the ACL for 
 
926
                       as-yet-uncreated objects
 
927
2005-10-27 DP  1.4.0   Reverse dialog OK/Cancel buttons for UI consistency on 
 
928
                       OS X per John DeSoi
 
929
2005-10-27 DP  1.4.0   Append the .sql file extension when saving files as type 
 
930
                       sql on OS X, per Florian G. Pflug
 
931
2005-10-24 DP  1.4.0   Prevent attempts to backup or restore if pg_dump or
 
932
                       pg_restore cannot be found.
 
933
2005-10-23 AP  1.4.0   Fix crash when extracting schema from slony cluster
 
934
2005-10-22 AP  1.4.0   Fix New.. context menu
 
935
2005-10-21 AP  1.4.0   Fix Create a.. toolbar button on collection per Li Fei
 
936
2005-10-20 AP  1.4.0   Fix Maintenance crash of disconnected DBs per 
 
937
                       A.J.Langereis
 
938
2005-10-20 AP  1.4.0   Fix Unicode/pgsql80win32 hint per Oryza Triznyak
 
939
2005-10-20 DP  1.4.0   Ensure the user can cancel the maintenance dialogue when
 
940
                       it is running.
 
941
2005-10-20 DP  1.4.0   Fix the recent files list on the config file editor. per
 
942
                       Miha Radej
 
943
2005-10-18 DP  1.4.0   Correct font size on Splash and About forms on Mac.
 
944
2005-10-18 AP  1.4.0   Prevent refresh of the servers treeview node
 
945
2005-10-18 DP  1.4.0   Fix the autoconf code to ensure the debug and static 
 
946
                       options do what they should, and that a unicode wx build
 
947
                       is used 
 
948
2005-10-18 DP  1.4.0   Ensure strings can be editted in the data grid on Mac.
 
949
2005-10-14 DP  1.4.0   Prevent errors in the logger causing crashes
 
950
2005-10-14 DP  1.4.0   Use a sensible default location for the logfile
 
951
2005-10-12 AP  1.4.0   Fix 'ambiguous proname column' bug for servers < 8.0
 
952
2005-10-12 AP  1.4.0   Fix count crash on tables per Merlin Moncure
 
953
2005-10-12 AP  1.4.0   Fix slony detection on tables for pgsql7.x
 
954
2005-10-08 AP  1.4.0   Fix "New" context menu crash on disconnected server per 
 
955
                       Tomasz Rybak
 
956
2005-10-08 AP  1.4.0   Check for catalog access privilege in pg_authid and 
 
957
                       pg_depend per Christopher St.John
 
958
2005-10-04 AP  1.4.0   -t cmd line option to enable language debugging
 
959
2005-10-03 AP  1.4.0   pg_autovacuum support
 
960
2005-10-03 AP  1.4.0   upgrade slony node
 
961
2005-09-17 AP  1.4.0   Allow Query Tool to use multiple connections
 
962
2005-09-04 AP  1.4.0   use ddlscript to replicate schema changes
 
963
2005-09-04 AP  1.4.0   table reverse engineering sql changes
 
964
2005-09-04 AP  1.4.0   role fixes
 
965
2005-09-04 AP  1.4.0   more guru hints
 
966
2005-09-03 DP  1.4.0   new splash screen
 
967
2005-08-23 AP  1.4.0   shared dependencies
 
968
2005-08-21 AP  1.4.0   Roles
 
969
2005-08-21 AP  1.4.0   smaller icons for win32
 
970
2005-08-11 DP  1.4.0   New set of icons, custom designed by Niko [ennixo at 
 
971
                       free.fr]
 
972
2005-08-11 AP  1.4.0   pgServerObjCollection per Eugene Shekhtman
 
973
2005-08-08 AP  1.4.0   Refactoring object and tool handling using class factories
 
974
                       to make extensions easier
 
975
2005-08-02 AP  1.4.0   Support for pgsql 8.1 prepared transactions
 
976
2005-08-01 AP  1.4.0   Store passwords in .pgpass/pgpass.conf
 
977
2005-08-01 AP  1.4.0   Allow server registration without connect
 
978
2005-07-21 DP  1.4.0   Prompt the user before removing columns, constraints or 
 
979
                       inherited tables in the table dialogue.
 
980
2005-07-06 DP  1.4.0   Prompt the user to cancel running queries before closing 
 
981
                       the Query tool.
 
982
2005-07-04 DP  1.4.0   Check for and display asynchronous notifications in the 
 
983
                       query tool.
 
984
2005-06-21 AP  1.4.0   typo fixes, rename "initial db" to "maintenance db"
 
985
2005-06-19 AP  1.4.0   pgAgent moved under server, some more fixes
 
986
2005-06-19 AP  1.4.0   further translation issues
 
987
2005-06-17 AP  1.4.0   reduce translation nightmare
 
988
2005-06-17 AP  1.4.0   use wxDatePickCtrl for wxCalendarBox
 
989
2005-06-17 AP  1.2.3   Fix changing initial db
 
990
2005-06-09 DP  1.4.0   Flash the task bar icon at the user if a query finishes 
 
991
                       and the query window is not active.
 
992
2005-06-09 AP  1.4.0   Different icons for own and foreign slony sets and 
 
993
                       subscriptions
 
994
2005-06-09 DP  1.2.3   Fix disable triggers option for data only plain text 
 
995
                       backups per Howard Cole.
 
996
2005-06-03 AP  1.4.0   Support for pgsql 8.1 aggregate sortop
 
997
2005-06-03 AP  1.4.0   Support for pgsql 8.1 pg_stat_activity
 
998
2005-06-03 AP  1.4.0   Support for pgsql 8.1 instrumentation
 
999
2005-06-01 AP  1.4.0   Support for Procedures aka functions "with out-parameters"
 
1000
2005-06-01 AP  1.4.0   Support for EDB8.0
 
1001
2005-05-31 DP  1.2.3   Fix domain RE SQL, per Ivan
 
1002
2005-05-31 DP  1.2.3   Add missing ; to RE SQL, per Ivan
 
1003
2005-05-27 DP  1.4.0   New WiX based installer for Win32
 
1004
2005-05-25 DP  1.4.0   Cleanup doc location code for internal consistency
 
1005
2005-05-25 DP  1.4.0   Reorganise doc index, cleanup inappropriate/old docs and 
 
1006
                       improve admin pack documentation
 
1007
2005-05-24 DP  1.4.0   Add pgAgent service/daemon, pgAdmin control interface and 
 
1008
                       documentation
 
1009
2005-05-10 HS  1.2.2   Display comments on contraints properly
 
1010
2005-05-08 DP  1.4.0   Major source code reshuffle
 
1011
2005-05-08 DP  1.4.0   Overhaul *nix automake build system
 
1012
2005-03-25 DP  1.4.0   Mac OSX support [Florian G. Pflug]
 
1013
2005-04-22 AP  1.4.0   more Hint enhancements
 
1014
2005-04-19 AP  1.4.0   Hint enhancements
 
1015
2005-04-18 AP  1.4.0   Unix Domain Socket additional stuff
 
1016
2005-04-18 AP  1.4.0   switch to wxWidgets 2.6
 
1017
2005-04-15 DP  1.4.0   Unix Domain Socket support as inspired by Dominique 
 
1018
                       Quatravaux
 
1019
2005-04-07 AP  1.4.0   VACUUM hint
 
1020
2005-04-04 AP  1.4.0   Control dependent win32 services
 
1021
2005-04-01 AP  1.4.0   Speed up of column property retrieval
 
1022
2005-04-01 DP  1.2.2   Fix changing of view ownership
 
1023
2005-03-28 AP  1.4.0   FK MATCH FULL
 
1024
2005-03-28 AP  1.4.0   Option: User defined system schemas
 
1025
2005-03-27 AP  1.4.0   Guru hint for server connections
 
1026
2005-03-25 DP  1.2.1   Correctly identify primary key columns in properties pane.
 
1027
2005-03-18 DP  1.2.1   Set column stats and comments correctly when creating 
 
1028
                       tables.
 
1029
2005-03-18 DP  1.2.1   Include the hostname in the connect string for Kerberos 
 
1030
                       support, per Magnus Hagander
 
1031
2005-03-15 FGP 1.4.0   Fix for non-SSL enabled libpq builds
 
1032
2005-03-15 HS  1.4.0   Mask the password on the main tab of the user properties 
 
1033
                       dialogue
 
1034
2005-03-13 AP  1.4.0   Change plain backup file default extension to .sql
 
1035
2005-03-13 AP  1.4.0   Add CASCADE dropping
 
1036
2005-03-04 DP  1.2.1   Fix aggregate SQL generation per James Prichard
 
1037
2005-03-03 AP  1.4.0   graphical EXPLAIN
 
1038
2005-03-03 AP  1.4.0   pgAgent fixes (jobId)
 
1039
2005-03-02 DP  1.4.0   Rewrite pgAgent browser code to use pgCollection
 
1040
2005-02-25 AP  1.4.0   some more Slony-I stuff
 
1041
2005-02-24 AP  1.4.0   some Slony-I stuff
 
1042
2005-02-24 AP  1.2.1   require unicode to compile utffile.cpp
 
1043
2005-02-23 AP  1.4.0   Slony-1 statistics
 
1044
2005-02-14 AP  1.2.1   TreeSelChange fixes (menu/statistics/dependency refresh)
 
1045
2005-02-14 AP  1.4.0   wx2.5.4 preparation
 
1046
2005-02-13 AP  1.4.0   Slony admin node, join cluster using pg_dump
 
1047
2005-02-13 AP  1.2.1   Make sure IsAlive check isn't affected by dead 
 
1048
                       transactions
 
1049
2005-02-13 AP  1.2.1   Fix missing schema prefix for casts
 
1050
2005-02-11 AP  1.4.0   Slony-I support
 
1051
2005-02-09 AP  1.2.1   fix trigger reengineering name quoting per Lucas Galfaso
 
1052
2005-02-07 AP  1.2.1   remove tablespace for sequences
 
1053
2005-02-07 AHP 1.2.1   fix libpq/ssl library detection
 
1054
2005-01-14 AP  1.2.1   table statistics including TOAST and indexes
 
1055
2005-01-14 AP  1.2.1   fix adding sequence columns
 
1056
2005-01-14 AP  1.2.1   fix Grant Wizard for functions per Robert K�pferl
 
1057
2005-01-14 AP  1.2.1   fix reengineered DOMAIN with CHECK per Robert K�pferl
 
1058
2005-01-13 DP  1.2.1   fix EXPLICIT CAST sql generation per Merlin Moncure
 
1059
2005-01-07 AP  1.2.1   fix closing QueryTool if FindDlg still open per 
 
1060
                       Maximiliano Di Rienzo
 
1061
2005-01-07 AP  1.2.1   fix quoting identifiers starting with numbers per 
 
1062
                       Alexander Borkowski
 
1063
2005-01-04 AP  1.2.1   fix typo in pgDomain per Pascal Pochet
 
1064
2004-12-16 AP  1.2.1   fix server menu after failed connect
 
1065
2004-12-15 AP  1.4.0   Fix changing pg_hba.conf
 
1066
2004-12-10 AP  1.2.1   Fix missing drop confirmation per Cheetah
 
1067
2004-12-06 AP  1.2.1   Fix tablespace reference in namespace
 
1068
2004-11-19 AP  1.2.0   catch possible false error msg
 
1069
2004-11-19 AP  1.2.0   fix tables statistics
 
1070
2004-11-18 AP  1.2.0   fix change column dialog per Walter Haslbeck
 
1071
2004-11-18 AP  1.2.0   fix missing schema in EditGrid per Martin Susil
 
1072
2004-11-16 AP  1.2.0   fix pg_dump option
 
1073
2004-11-10 AP  1.2.0   Remove tablespace from schema (pgsql post-beta4 change)
 
1074
2004-11-10 AP  1.2.0   Fix properties for multiply inherited tables per Riccardo 
 
1075
                       G. Facchini
 
1076
2004-11-10 AP  1.2.0   Fix OSX issue per Patrick Hatcher
 
1077
2004-11-09 AP  1.2.0   Fix remembering SSL connection parameter per Justin Clift
 
1078
2004-11-09 AP  1.2.0   Fix GTK comboboxes per Tim Booth
 
1079
2004-11-05 AP  1.2.0   Disable changing parameters of connected servers
 
1080
2004-11-04 AP  1.2.0   Fix duplicate functions in Cast dialog per Alexander 
 
1081
                       Borkowski
 
1082
2004-11-03 AP  1.2.0   MSW Combobox Workaround: missing EVT_TEXT events
 
1083
2004-11-02 AP  1.2.0   Fix some type related issues per Alexander Borkowski
 
1084
2004-11-02 AP  1.2.0   Fix some owner change related issues per Alexander 
 
1085
                       Borkowski
 
1086
2004-10-29 AP  1.2.0   full casting in utffile fixing some compilers
 
1087
2004-10-27 AP  1.2.0   Workaround for wxGrid bug not returning selected rows
 
1088
2004-10-27 AP  1.2.0   Fix user/group selection in privileges per Walter 
 
1089
                       Haslbeck, Gary Doades
 
1090
2004-10-27 AP  1.2.0   Fix refresh when dropping single object from collection 
 
1091
                       listview
 
1092
2004-10-26 AP  1.2.0   fix $$ translation problem per Miha Radej
 
1093
2004-10-22 AP  1.2.0   fix Edit Tool to store data when selecting a row per 
 
1094
                       Virgil Frum
 
1095
2004-10-22 AP  1.2.0   fix Query Tool which marked text as changed when scrolling
 
1096
                       per Gary Doades
 
1097
2004-10-22 AP  1.2.0   Workaround for wxMSW-2.5.3 malfunctioning combobox per 
 
1098
                       Gary Doades
 
1099
2004-10-22 AP  1.2.0   fix Query Tool recent menu per Gary Doades
 
1100
2004-10-22 AP  1.2.0   fix column type change sql per Ben Trewern
 
1101
2004-10-21 AP  1.2.0   fix SET DEFAULT FK restriction per Ferenc from Hungary
 
1102
2004-10-21 AP  1.2.0   refresh fixes when modifying object from collection list
 
1103
2004-10-21 AP  1.2.0   sequence fixes
 
1104
2004-10-16 AP  1.2.0   use wxWidgets 2.5.3
 
1105
2004-10-15 AP  1.2.0   change unsigned conversion for oids per Richard van den 
 
1106
                       Berg, Patrick Hatcher
 
1107
2004-10-14 AP  1.2.0   Prevent StatusBar from being overwritten by Toolbar per 
 
1108
                       Virgil Frum
 
1109
2004-10-13 AP  1.2.0   Connect to databases with special names per Frank Lupo
 
1110
2004-10-08 AP  1.2.0   review object owner code regarding pgsql versions
 
1111
2004-10-08 AP  1.2.0   remove maximize button on MSW
 
1112
2004-10-07 AP  1.2.0   Fix new server ssl option duplication on connect failure 
 
1113
                       per Alexander Borkowski
 
1114
2004-10-06 AP  1.2.0   Fix cast property crash per Alexander Borkowski
 
1115
2004-10-05 AP  1.2.0   Use PostgreSQL's list of keywords for syntax highlighting
 
1116
2004-10-05 AP  1.2.0   Fix adding columns with constraints using table properties 
 
1117
                       on 7.3 and 7.4 per teknokrat, Virgil Frum
 
1118
2004-10-05 DP  1.2.0   Drop rows correctly when selected in reverse in the edit 
 
1119
                       grid. Also, confirm drop first. per Virgil Frum
 
1120
2004-09-27 DP  1.2.0   Dynamically link libpq/OpenSSL for sensible installation 
 
1121
                       with Win32 PostgreSQL
 
1122
2004-09-18 DP  1.2.0   Prevent dropped servers reappearing after View System 
 
1123
                       Objects change.
 
1124
2004-09-17 AP  1.2.0   GRANT for functions in reengineered SQL window
 
1125
2004-09-17 AP  1.2.0   Fix Database creation for 7.3/7.4 per Jona
 
1126
2004-09-16 AP  1.2.0   resources: use wxID_xxx IDs to enable GTK wxStockButtons
 
1127
2004-09-16 AP  1.2.0   resources: use 12d height for comboboxes (GTK positioning 
 
1128
                       issue)
 
1129
2004-09-16 AP  1.2.0   rewrite of properties actions
 
1130
2004-09-16 DP  1.2.0   mask passwords on dlgServer [Ivan Nejgebauer]
 
1131
2004-09-15 DP  1.2.0   fix function return type quoting
 
1132
2004-09-10 AP  1.2.0   fix GrantWizard for sequence and view
 
1133
2004-09-10 AP  1.2.0   fix type quoting
 
1134
2004-09-08 AP  1.2.0   fix OnAdd server property positioning
 
1135
2004-09-05 AP  1.2.0   performance speedup retrieving server features
 
1136
2004-09-05 AP  1.2.0   qtIdent checks keywords
 
1137
2004-08-29 AP  1.2.0   Sequence schema fix
 
1138
2004-08-25 DAP 1.2.0   Prevent crash when non-superuser views database 
 
1139
                       properties.
 
1140
2004-08-18 AP  1.2.0   set PGPASSWORD environment for backup/restore
 
1141
2004-08-18 AP  1.2.0   fix ACL for quoted user/group names
 
1142
2004-08-15 AP  1.2.0   buglet cleanups
 
1143
2004-08-11 AP  1.2.0   restore wizard
 
1144
2004-08-11 AP  1.2.0   rework of ctlComboBox
 
1145
2004-08-09 AP  1.2.0   server property
 
1146
2004-08-05 AP  1.2.0   win32 service control
 
1147
2004-08-05 AP  1.2.0   refactor tree context menu: create instead of en/disable 
 
1148
                       items
 
1149
2004-08-02 DP  1.2.0   Auto-discover locally installed servers when registered by
 
1150
                       the Win32 binary installer.
 
1151
2004-07-30 AP  1.2.0   Tablespace usage fix for objects using the database's 
 
1152
                       default tablespace
 
1153
2004-07-27 AP  1.2.0   Reworked schema prefixing
 
1154
2004-07-25 AP  1.2.0   support of pg_xxx_size if available
 
1155
2004-07-21 AP  1.2.0   Improved disconnect handling
 
1156
2004-07-21 AP  1.2.0   StatusBar with size handle for frmStatus, dlgFunction and
 
1157
                       dlgView
 
1158
2004-07-21 AP  1.2.0   Update ServerStatus to pg_logdir_ls
 
1159
2004-07-21 AP  1.2.0   catch SIGPIPE
 
1160
2004-07-20 AP  1.2.0   owner, name, comment refactoring in dlgProperty
 
1161
2004-07-20 AP  1.2.0   support of function parameters
 
1162
2004-07-20 AP  1.2.0   tablespace changes
 
1163
2004-07-19 AP  1.2.0   fix dependency display for tablespaces and users
 
1164
2004-07-18 AP  1.2.0   Update ServerStatus to pg_logfiles_ls and 
 
1165
                       pg_file_read/pg_file_length
 
1166
2004-07-18 AP  1.2.0   Allow change of some function attributes
 
1167
2004-07-12 AP  1.2.0   Fix check constraint in table reengineering
 
1168
2004-07-11 AP  1.2.0   Fix combobox size/position issue on gtk
 
1169
2004-07-11 AP  1.2.0   Fix button height issue with modern gtk themes
 
1170
2004-06-30 AP  1.2.0   Tablespace ACLs
 
1171
2004-06-23 DP  1.2.0   Split Windows installer into a merge module and installer
 
1172
                       to allow inclusion in other packages.
 
1173
2004-06-23 DP  1.2.0   Allow cancelling of queries and termination of backends 
 
1174
                       from server status dialogue for 8.0+.
 
1175
2004-06-20 AP  1.2.0   backup database using pg_dump
 
1176
2004-06-19 AP  1.2.0   Tablespace dependencies
 
1177
2004-06-19 AP  1.2.0   combobox guessing cleanups
 
1178
2004-06-18 AP  1.2.0   8.0 Tablespace
 
1179
2004-06-18 AP  1.2.0   Count menu instead of refresh to count rows in a table
 
1180
2004-06-18 AP  1.2.0   CLUSTERed index support for PostgreSQL 7.4 - ALTER TABLE 
 
1181
                       foo CLUSTER ON blah;
 
1182
2004-06-17 AP  1.2.0   copy rows to clipboard from Query Tool and View Data Tool
 
1183
2004-06-16 AP  1.2.0   allow omitting server disconnect when switching "Show 
 
1184
                       System Objects"
 
1185
2004-06-16 AP  1.2.0   guess combobox selection while typing
 
1186
2004-06-13 AP  1.2.0   fix "no schema" bug when database is initial database
 
1187
2004-06-11 AP  1.2.0   Apply for some function and view property dialogs
 
1188
2004-06-11 AP  1.2.0   Display server log
 
1189
2004-06-08 AP  1.2.0   Allow Server Status & Maintenance windows to be resized 
 
1190
                       to allow easy reading of data
 
1191
2004-06-07 AP  1.2.0   changed connection loss handling
 
1192
2004-06-07 AP  1.2.0   fix storing of existing files (didn't truncate)
 
1193
2004-06-06 AP  1.2.0   GRANT wizard
 
1194
2004-06-06 AP  1.2.0   ALTER AGGREGATE/FUNCTION/GROUP/LANGUAGE/SCHEMA/TRIGGER
 
1195
                       /USER RENAME TO for 7.4+
 
1196
2004-06-04 AP  1.2.0   SQL Window: Try to preserve result column width
 
1197
2004-06-04 AP  1.2.0   8.0 support: comment on cast/conversion/language
 
1198
2004-06-04 AP  1.2.0   checks on column type changes
 
1199
2004-05-28 AP  1.2.0   handle lost connections safely
 
1200
2004-05-28 AP  1.2.0   fix server status not cleaning old connections
 
1201
2004-05-28 AP  1.2.0   line numbers in function definition property dialog
 
1202
2004-05-26 AP  1.2.0   warn when deleting superuser privilege
 
1203
2004-05-10 DP  1.2.0   Generate function SQL correctly when the return type needs
 
1204
                       a schema specification
 
1205
2004-05-04 DP  1.2.0   Prevent duplication of functional indexes
 
1206
2004-03-30 AP  1.2.0   no initial language selection (using system default)
 
1207
2004-03-25 AP  1.2.0   Allow initial selection of language "Default"
 
1208
2004-03-24 AP  1.2.0   changed font handling to accept exotic weights
 
1209
2004-03-17 AP  1.2.0   Updated sources for wx 2.5.1
 
1210
2004-03-17 AP  1.2.0   Added Font Option
 
1211
2004-03-06 AP  1.2.0   Fixed missing qtIdent for CREATE DATABASE TEMPLATE option
 
1212
2004-02-23 DP  1.2.0   Correct syntax for constraint comments generated SQL
 
1213
2004-01-30 DP  1.2.0   Include column comments in generated table SQL
 
1214
2004-01-13 AP  1.2.0   Fix crash refreshing dropped object
 
1215
2003-12-28 AP  1.2.0   gtk: fix for dlgForeignKey combobox illegal selection 
 
1216
2003-12-28 AP  1.2.0   Fix for pgDatabase::database crash
 
1217
2003-12-10 AP  1.2.0   serial/bigserial datatype for ALTER TABLE; can create new
 
1218
                       sequence/dependency
 
1219
2003-12-09 AP  1.2.0   Fix for Tagalog language
 
1220
2003-12-08 AP  1.2.0   Refactor virtual pgObject::GetDatabase()
 
1221
2003-12-08 AP  1.2.0   Rewrite of schema qualifier suppression: configurable or 
 
1222
                       search_path
 
1223
2003-12-08 DP  1.2.0   Prompt to save changes before opening SQL files.
 
1224
2003-12-08 AP  1.2.0   Query tool: display of inserted OIDs
 
1225
2003-12-08 AP  1.2.0   pgAgent schema, changed system schema discovery
 
1226
2003-12-05 AP  1.2.0   allow all 'p' types except any,trigger,language_handler 
 
1227
                       as return types for functions
 
1228
2003-12-03 AP  1.2.0   fix connect to MULE_INTERNAL db
 
1229
2003-12-02 AP  1.2.0   fix acl property display
 
1230
2003-12-02 AP  1.2.0   another fix closing Query Tool
 
1231
2003-12-01 AP  1.2.0   add display of superuser context settings
 
1232
2003-11-30 AP  1.2.0   handle covering index for Foreign Keys
 
1233
2003-11-30 AP  1.2.0   fix closing Query Tool while query is running
 
1234
2003-11-30 AP  1.2.0   fix error message when SET client_encoding fails
 
1235
2003-11-28 HS  1.2.0   Fix case sensitive keyword highlighting.
 
1236
2003-11-28 DP  1.0.2   Update PostgreSQL docs to 7.4
 
1237
2003-11-26 AP  1.0.2   fix notice processing for pgQueryThread
 
1238
2003-11-24 AP  1.2.0   refactoring stats/depends: populate on demand
 
1239
2003-11-24 AP  1.2.0   remember property dialog sizes (refactoring syssettings 
 
1240
                       for pos/size)
 
1241
2003-11-16 AP  1.2.0   Fix file writing
 
1242
2003-11-14 DP  1.2.0   Allow creation/display of functions with class data types.
 
1243
2003-11-11 AP  1.2.0   refactoring: ctlListView
 
1244
2003-11-11 AP  1.2.0   Show referencing/referenced objects
 
1245
2003-11-05 AP  1.2.0   File format (won't change existing format)
 
1246
2003-10-31 AP  1.2.0   Rows affected in query tool
 
1247
2003-10-31 AP  1.2.0   counting non-constraint FKs for databases
 
1248
2003-10-26 AP  1.2.0   precompiled headers under msw
 
1249
2003-10-23 AP  1.0.2   another SQL_ASCII fix
 
1250
2003-10-23 AP  1.2.0   Fix estimated rowcount
 
1251
2003-10-20 AP  1.2.0   wxTimeSpinCtrl
 
1252
2003-10-20 HS  1.2.0   Added support for column statistics.
 
1253
2003-10-19 AP  1.2.0   Loading of ctlSQLBox from resource
 
1254
2003-10-19 AP  1.2.0   User expiry
 
1255
2003-10-18 DP  1.2.0   Allow filtering of data in the edit grid.
 
1256
2003-10-17 DP  1.2.0   Allow sorting of data in the edit grid.
 
1257
2003-10-16 AHP 1.2.0   Fix SSL compile bug.
 
1258
2003-10-14 DP  1.0.1   Update PostgreSQL docs to 7.4Beta4
 
1259
2003-10-13 AP  1.0.1   Fix ReadOnly security
 
1260
2003-10-13 AP  1.0.1   Fix encoding when connecting
 
1261
2003-10-10 AP  1.2.0   Query Tool execute to file
 
1262
2003-10-07 DP  1.0.1   Set cache value correctly when creating sequences.
 
1263
2003-10-07 DP  1.2.0   Handle array of definable length types correctly e.g. 
 
1264
                       numeric(12,8)[].
 
1265
2003-10-07 DP  1.0.1   Display/use char instead of bpchar.
 
1266
2003-10-07 AP  1.0.1   Fixed the frogfrog constraint (doubling of names).
 
1267
2003-10-06 AP  1.2.0   Check if PQfnumber wants quoting or not
 
1268
2003-10-06 AP  1.0.1   Fix Unique Constraint creation
 
1269
2003-10-06 AP  1.2.0   Fix DlgUnit sizing, review of XRC files
 
1270
2003-10-03 DP  1.2.0   When connecting to a new server, if logon fails remember 
 
1271
                       description as well as other info.
 
1272
2003-10-03 DP  1.2.0   Added locks tab to server status window.
 
1273
2003-10-03 DP  1.0.1   Reconnect to databases properly after failed attempt to 
 
1274
                       drop.
 
1275
2003-10-01 AP  1.2.0   generic TreeItem renderer for gtk [+] / [-]
 
1276
2003-10-01 AP  1.0.1   client encoding SQL_ASCII for server SQL_ASCII
 
1277
2003-10-01 DP  1.0.1   Correctly quote table names when creating indexes.
 
1278
2003-10-01 AP  1.2.0   fonts determine metrics for dialog resizing
 
1279
2003-09-30 HS  1.0.1   Display new triggers correctly in the treeview.
 
1280
2003-09-30 DP  1.0.1   Allow creation of triggers with functions in schemas not 
 
1281
                       in the search path.
 
1282
2003-09-28 AP  1.2.0   Statistics translatable
 
1283
2003-09-26 HS  1.0.0   Handle Primary Key comments correctly.
 
1284
2003-09-24 AP  1.0.0   rule condition fix
 
1285
2003-09-26 HS  1.0.0   column quoting when reading pgSet
 
1286
2003-09-14 AP  1.0.0   document-here support for pgsql8.0
 
1287
2003-09-12 HS  1.0.0   Display and edit check constraint comments properly.
 
1288
2003-09-12 HS  1.0.0   Display fkey comments properly.
 
1289
2003-09-11 JMP 1.0.0   RPM packages now install pgAdmin3 icon.
 
1290
2003-09-11 JMP 1.0.0   SRPM package should rebuild anywhere.
 
1291
2003-09-10 AP  1.0.0   correct quoting in dlg Operator, support schema qualified 
 
1292
                       merge ops.
 
1293
2003-09-10 AHP 1.0.0   Search for PostgreSQL includes in /usr/include and 
 
1294
                       /usr/include/pgsql.
 
1295
2003-09-09 HS  1.0.0   Populate Operator combos properly.
 
1296
2003-09-09 HS  1.0.0   Retrieve freshly created conversions correctly.
 
1297
2003-09-09 HS  1.0.0   Correctly quote the ANY keyword in aggregate definitions.
 
1298
2003-09-09 HS  1.0.0   Fix for casts with created WITHOUT FUNCTION (binary 
 
1299
                       compatible).
 
1300
2003-09-09 AP  1.0.0   fix grid for tables with multicolumn pk
 
1301
2003-09-08 HS  1.0.0   Don't crash when selecting SQL command help when not 
 
1302
                       connected to a server
 
1303
2003-09-08 AP  1.0.0   update query tool toolbar after clipboard cut/copy
 
1304
2003-09-08 AP  1.0.0   fix trigger dialog for multiple events
 
1305
2003-09-08 AP  1.0.0   export and option dialog partially bigger
 
1306
2003-09-06 AP  1.0.0   missed some strings for translation
 
1307
2003-09-03 AP  1.0.0   fixing the grid's edit control 
 
1308
2003-09-03 AP  1.0.0   enabling menu etc from a collection's properties listview,
 
1309
                       including a bugfix if the object wasn't expanded and still
 
1310
                       had a dummy child.
 
1311
2003-09-02 AP  0.9.3   include public trigger functions
 
1312
2003-08-29 AP  0.9.3   frmEditGrid: double click on labels resizes column or row
 
1313
2003-08-28 AP  0.9.3   handle editor scrolling in frmEditGrid
 
1314
2003-08-28 AP  0.9.3   Fix numeric truncation in frmEditGrid
 
1315
2003-08-25 AP  0.9.3   SSL support for win32.
 
1316
2003-08-25 AP  0.9.3   save SSL option under Servers/SSL%d.
 
1317
2003-08-24 AP  0.9.3   Provide dummy child item to make [+] appear in tree for 
 
1318
                       table and view.
 
1319
2003-08-24 AP  0.9.3   proxy option.
 
1320
2003-08-24 AP  0.9.3   Shift-F10 in tree control for context menu.
 
1321
2003-08-23 AP  0.9.3   Fixed missing comments and function arguments.
 
1322
2003-08-21 AP  0.9.3   Using EVT_TEXT for combobox selchange events.
 
1323
2003-08-21 AP  0.9.3   encoding names read from backend, removed from resource.
 
1324
2003-08-19 DP  0.9.3   Prevent comments on view columns causing display problems.
 
1325
2003-08-19 MP  0.9.3   Updated wxWindows-pgAdmin3 to resolve FreeBSD 5.1 locale 
 
1326
                       search bug.
 
1327
2003-08-18 DP  0.9.3   Correctly quote primary key name in Edit Grid. Was 
 
1328
                       preventing viewing of data in some tables.
 
1329
2003-08-17 AP  0.9.3   added REINDEX, frmVacuum->frmMaintenance.
 
1330
2003-08-15 AP  0.9.3   added SSL-support.
 
1331
2003-08-15 AP  0.9.3   Wording: "maintenance" instead of "reorganize".
 
1332
2003-08-14 DP  0.9.3   Shorten minimum length of rule definition to allow 
 
1333
                       'NOTHING'.
 
1334
2003-08-14 DP  0.9.3   Add DROP SQL for rule definitions.
 
1335
2003-08-13 AP  0.9.3   Added VERSION Resource for win32.
 
1336
2003-08-11 DP  0.9.3   Use compiled HTML help file for Help on windows.
 
1337
2003-08-11 AP  0.9.3   Added "Change column" in table property.
 
1338
2003-08-11 AP  0.9.3   Corrected SQL generation for table property.
 
1339
2003-08-11 AP  0.9.2   Select current item if right click on tree item.
 
1340
2003-08-11 AP  0.9.2   Added win32 version resource.
 
1341
2003-08-11 AP  0.9.2   Corrected missing quoting for FK.
 
1342
2003-08-08 AP  0.9.2   Allow tables without columns for 7.4
 
1343
2003-08-08 AP  0.9.2   Support of several new 7.4 features.
 
1344
2003-08-08 DP  0.9.2   Added missing helpfile images to Win32 Installer.
 
1345
2003-08-07 AP  0.9.2   help system cleanups, support of CHM help for win32.
 
1346
2003-08-07 AP  0.9.2   Added missing comment in domain property.
 
1347
2003-08-06 DP  0.9.2   Bumped version number.
 
1348