~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-07-30 12:27:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730122716-fddbh42on721bbs2
Tags: 1.10.0-1
* New upstream release.
* Adjusted watch file to match release candidates.
* Updated to Standards-Version 3.8.2:
  - Moved to Section: database.
  - Add DEB_BUILD_OPTIONS support for parallel building.
  - Move from findstring to filter suggestion for DEB_BUILD_OPTIONS parsing.
* pgagent got split into its own separate source package by upstream.
* Exclude Docs.vcproj from installation.
* Move doc-base.enus from pgadmin3 to pgadmin3-data package, the files are
  in there too.

Show diffs side-by-side

added added

removed removed

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