Version History
|
|
Version
|
Date Released
|
|
|
Version 1.1.0.1 (Linux)
|
May 22, 2003
|
Version 1.6.0.1 (Windows)
|
May 12, 2003
|
Version 1.5.0.1 (Windows)
|
April 09, 2003
|
Version 1.4.0.1 (Windows)
|
March 12, 2003
|
Version 1.3.0.1 (Windows)
|
February 21, 2003
|
Version 1.2.1.2 (Windows)
|
January 29, 2003
|
Version 1.2.0.1 (Windows)
|
January 20, 2003
|
Version 1.1.1.1 (Windows)
|
December 20, 2002
|
Version 1.1.0.1 (Windows)
|
December 9, 2002
|
Version 1.0.0.1 (Windows)
|
December 2, 2002
|
Version 1.1.0.1 (Linux)
|
|
1. | Environment Options: A possibility of defining Qt style is added.
|
|
2. | DB Explorer: The "Add to project" dialog is improved. You can add, delete or modify folders or subfolders of the project from this dialog.
|
|
3. | Main Form: The Database->New Object and Database->Duplicate Object menu items are added.
|
|
4. | Main Form: A possibility of starting other our utilities (PostgreSQL Export, PostgreSQL Import, PostgreSQL Extract) from main form is added. If you've installed some of EMS PostgreSQL Utils (http://www.pgsqlutils.com), the program will automatically add proper buttons to the Utils toolbar on Main Form for fast calling these utils from PostgreSQL Manager.
|
|
5. | Trigger Editor: A possibility of creating or editing corresponding function is added.
|
|
6. | Data Frame: The "Set Filter..." context menu item works correctly now.
|
|
7. | Server v7.3: Fixed bug with incorrect script generation for creating functions with an argument like ..
|
|
8. | Field size for TIMESTAMP, TIMESTAMPTZ, TIME, TIMETZ, and INTERVAL shows correctly now.
|
|
9. | Fixed bug with incorrect script generation on adding a TIMETZ field to the table.
|
|
10. | Field size and precision for NUMERIC show correctly now.
|
|
11. | Some small improvements and corrections.
|
Version 1.6.0.1 (Windows)
|
|
1. | Now you can view the dependencies of the database objects at the appropriate editor tabs. The Environment Options dialog contains two new options on the Tools tab: 'Automatically expand dependencies' and 'Don't show empty object categories in dependencies'.
|
|
2. | Transactions in grids: In order to decrease a probability of other programs' hang up on editing table editors in PostgreSQL Manager, we have added a possibility to disable transactions in grids. For this purpose 'Use transaction' option on the Gird tab of the Environment Options dialog is provided. If it is on, the grid works as in previous versions: the transaction is active until the grid is closed or the Commit button is pressed; all edited records are blocked until the transaction commit. If this option is off, then the transaction starts and immediately commits (autocommit) on saving each record, which is blocked only for a little time period.
|
|
3. | Table DDLs now display SERIAL and BIGSERIAL fields correctly.
|
|
4. | SQL Editors: Now you can disable the Smart Tabs mode (when the tab positions are set according to the space characters in the previous non-empty lines). The appropriate options are added to the Editor Options dialog.
|
|
5. | Insight List: Now object names, containing capital letters, are enclosed in quotation marks.
|
|
6. | Server v7.3: Fixed bug with incorrect script generation for creating functions with an argument like <namespace>.<name>.
|
|
7. | Now program works correctly after selecting language on first startup.
|
|
8. | Server v7.3: Sequences for fields SERIAL, BIGSERIAL are no more dropped if a table is edited through recreation.
|
|
9. | Field size for timestamp, TIMESTAMPTZ, TIME, TIMETZ, and INTERVAL shows correctly now.
|
|
10. | BIT, BIT VARYING, TIMESTAMPTZ, and TIMETZ fields are displayed in the grid correctly now; no errors occur on refresh.
|
|
11. | Fixed bug with incorrect script generation on adding a TIMETZ field to the table.
|
|
12. | No error occurs on changing a field type from any integer to BIGSERIAL now.
|
|
13. | Fixed error with selecting value editor type after reordering columns with the 'Save Grid View' option on.
|
|
14. | Incorrect script was generated for some of the DB objects on saving a comment with a ' character. It is fixed now.
|
|
15. | No error occurs on dropping a view of rule through the DB Explorer any more.
|
|
16. | All experts use right DB name on their startup now.
|
|
17. | Register Host Wizard now displays the error message if an error occurs on connecting to server.
|
|
18. | Printing metadata can be called successfully from index, domain or schema editor now.
|
|
19. | Case Code does not modify object names any more.
|
|
20. | Fixed error with hiding database objects in DB Explorer after deleting the user who owned these objects.
|
|
Version 1.5.0.1 (Windows)
|
|
1. | MDI Interface implemented. Microsoft Office Style - all program windows are child windows of the main window now. You can customize the Environment Style using the Environment Options window.
|
|
2. | Two new localizations added - Italian and French.
|
|
3. | The support of composite types for PostgreSQL v7.3 is implemented.
|
|
4. | The 'Autoconnect on Startup' option was added to the Database Registration Info dialog.
|
|
5. | Table Editor: the Comment columns are added to the lists of fields, foreign keys, checks, indices, rules, and triggers.
|
|
6. | Table Editor | Fields: foreign keys are now indicated with icons similar to primary keys.
|
|
7. | The "Set Defaults to All Child Windows" item was added to the Windows menu. This item sets all the child windows to their default sizes and positions. This function is also available by Ctrl+Alt+D shortcut.
|
|
8. | Database list in child windows are now grouped by hosts if the 'Show Hosts' option is enabled.
|
|
9. | The new option 'Show only connected databases in drop-down menu' can be found on the Tools tab of the Environment Options dialog.
|
|
10. | Now the cursor position is displayed in the SQL areas of view, function and rule editors.
|
|
11. | The caption of the focused column in the grid is now displayed in bold.
|
|
12. | Autofit column widths in the grid works subject to the column name.
|
|
13. | Now you can select custom color from the color select drop-down list on the Grid tab of the Environment Options dialog.
|
|
14. | NUMERIC type without setting precision and scale is supported now.
|
|
15. | Table's Details submenu in the View Mode menu of the DB Explorer is now duplicated in the View main menu.
|
|
16. | The following buttons are added on the View Editor toolbar: Commit, Rollback, Export Data, Export as INSERT, Import Data, and BLOB Editor.
|
|
17. | Query Builder: now you can select the sorting mode of the table list, and drag tables and views from DB Explorer.
|
|
18. | Environment Options dialog | Confirmation tab: options enabling/disabling confirmation of transaction commits and rollbacks added.
|
|
19. | Fixed bug on v7.3 server with the impossibility of editing tables from not-default-schemas.
|
|
20. | Query Builder on server v7.3. Table names are being written with their namespaces, all the tables and views are displayed, not only from the default namespaces.
|
|
21. | Now on reordering fields, deleting field, changing the field name or type, the ALTER TABLE OWNER TO statement is not executed if current user is the table owner.
|
|
22. | Table is not recreated on changing only a field name.
|
|
23. | On server v7.2 tables with foreign keys are not edited by recreation any more.
|
|
24. | Program does not hang up any more on creating/opening a view if a value in the Right Margin editor box on the Display tab of the Editor Options dialog is less than 12.
|
|
25. | Now script for editing index on server v7.3 with options Primary or Unique off is generated correctly.
|
|
26. | Now index on v7.3 server created with the CREATE UNIQUE INDEX statement is deleted correctly.
|
|
27. | The Code Case parameter on the Quick Code tab in the Editor Options dialog works properly now.
|
|
28. | Fixed bug with displaying only tables and functions in the Windows | Close submenu.
|
|
29. | Database objects are refreshed completely on changing the database in the editor now.
|
|
30. | The toolbars of the object editors are saved properly now.
|
|
31. | Fixed bug with localizing several forms of some object editors.
|
|
32. | The trial form is localized now.
|
|
33. | Window list is updated on creating a new database object now.
|
|
34. | Fixed several bugs with deleting table subobjects.
|
|
35. | On adding SERIAL and BIGSERIAL fields the NotNull and Unique options are set now.
|
|
36. | Several minor improvements and small bugfixes.
|
|
Version 1.4.0.1 (Windows)
|
Version 1.3.0.1 (Windows)
|
Version 1.2.1.2 (Windows)
|
Version 1.2.0.1 (Windows)
|
|
· | Name space support
|
Now a box for setting object name space is added to each object editor, and database objects in the DB Explorer tree and in all object editor trees are divided by schemas. You can create, edit and drop database schemas in the same way as other objects via DB Explorer. You can also access database objects e.g. from SQL Editor using the following syntax: <schema_name>.<object_name>.
|
|
· | Domains added to the DB Explorer tree. Use the Domain Editor to create and edit domains .
|
· | Grant Manager allows setting privileges for Databases, Functions, Schemas, and Languages
|
Version 1.1.1.1 (Windows)
|
Version 1.1.0.1 (Windows)
|
|
Version 1.0.0.1 (Windows)
|
|