File pgadmin3.changes of Package pgadmin3
-------------------------------------------------------------------
Mon Jan 28 16:16:48 UTC 2013 - bruno@ioda-net.ch
- fix bnc#800831
- update to 1.16.1
http://www.pgadmin.org/development/changelog.php
Date Dev Ver Change details
---------- --- ------ --------------
2012-12-03 DP 1.16.1 Prevent a crash that could happen if further changes
were made on a dialogue after using the Apply button.
[Akshay Joshi]
2012-11-29 GL 1.16.1 Save new comments on already existing columns when
editing a table. Per a report from Jeff Janes.
2012-11-29 GL 1.16.1 Fix the query editor behaviour when executing COPY TO
stdout and COPY FROM stdin [Heikki Linnakangas]
2012-11-28 AV 1.16.1 Date picker controls returns a full timestamp by
default, which can cause inadvertent date changes
on jobs and role validty dates. Ignore the time part.
2012-11-26 MH 1.16.1 Fix query for database descriptions
2012-11-15 DP 1.16.1 Avoid querying the catalogs for toast table settings
for every table in the database. This gives a huge
performance gain with large schemas.
2012-11-08 DP 1.16.1 Prevent a crash when refreshing a node which has a
child with an open dialogue [Dhiraj Chawla]
2012-11-08 DP 1.16.1 Fix dropping/renaming of indexes [Akshay Joshi]
2012-11-08 DP 1.16.1 Avoid updating the GQB model on every key press in
the query tool [Dhiraj Chawla]
2012-11-02 DP 1.16.1 Fix a crash that can occur when renaming objects.
[Ashesh Vashi/Sachin Srivastava]
2012-11-01 DP 1.16.1 Fix dropping of constraints [Akshay Joshi]
2012-10-31 DP 1.16.1 Fix the "blocked by" column in the server status
dialogue on 9.2 servers [Sachin Srivastava]
2012-10-11 DP 1.16.1 Prevent a crash if the query tool is closed whilst a
file is loading [Akshay Joshi]
2012-10-09 AV 1.16.1 Fix setting of comments on PPAS procedures.
2012-10-08 DP 1.16.1 Don't autosize the search results columns if no
results are found [Akshay Joshi]
2012-10-08 AV 1.16.1 Prevent a crash if opening a second config file in
the editor.
2012-10-08 DP 1.16.1 Prevent the SSL options combo box displaying
duplicate options if the server dialogue is
reopened [Akshay Joshi]
2012-09-14 GL 1.16.1 Fix trigger query when connected to PostgreSQL 8.2 or
lower, per a report from Jon Roberts.
2012-09-12 GL 1.16.1 Fix message when executing an empty query, per Marc
Mamin.
2012-05-08 GL 1.16.0 Add privilege support on aggregates.
2012-05-05 GL 1.16.0 Add inline function support on languages.
2012-04-29 GL 1.16.0 Add support for range types.
2012-04-28 GL 1.16.0 Add support for setting db/user config on dlgRole.
2012-04-08 GL 1.16.0 Move references table textbox to the third tab in
dlgForeignKey. Per request from Colin Beckingham.
2012-04-05 GL 1.16.0 Support for the new two columns in 9.2 pg_stat_database
2012-03-12 GL 1.16.0 Support for renaming constraints (9.2).
2012-03-02 GL 1.16.0 Fix wxWidgets 2.9 compatibility with pgAdmin on Linux
[Akshay Joshi].
2012-02-23 GL 1.16.0 New import tool.
2012-02-15 GL 1.16.0 Support for the LEAKPROOF option in functions.
2012-02-13 GL 1.16.0 Support ANALYZE, CATEGORY, and PREFERED items for
CREATE TYPE statement.
2012-02-11 GL 1.16.0 Support CREATE TABLE LIKE.
2012-02-09 GL 1.16.0 Support for the new TIMING option in EXPLAIN ANALYZE.
2012-01-26 GL 1.16.0 Support for the new three columns in 9.2 pg_stat_database
2012-01-22 GL 1.16.0 Use date_trunc to skip the microseconds part of all
timestamp fields in frmStatus.
2012-01-22 GL 1.16.0 Support new/changed pg_stat_activity fields.
2012-01-08 GL 1.16.0 Allow renaming a domain.
2012-01-07 GL 1.16.0 Add subitems to the schemas and catalogs in GQB.
Request from Colin Beckingham.
2012-01-05 GL 1.16.0 Support section options for pg_dump/pg_restore.
2012-01-03 GL 1.16.0 Add security_barrier option handling for views.
2011-12-19 DP 1.16.0 Add an "New Folder" button to the "Add Favourite" dialog
in the query tool [Dhiraj Chawla]
2011-12-12 GL 1.16.0 Support for the new sslcompression connection option.
2011-12-11 GL 1.16.0 Add renaming of FDW and Server objects.
2011-12-10 GL 1.16.0 Support for TRUNCATE permission
2011-09-10 GL 1.16.0 Reverse engineering in the database designer.
Patch from Luis Ochoa with some fixes by me.
2011-09-04 GL 1.16.0 Highlight the other brace even if the current one is
before the caret (request from Andreas).
2011-08-24 DP 1.16.0 Add options to refresh objects automatically when
clicked [Vinicius Santos]
2011-08-15 GL 1.16.0 Redesign frmOptions.
2011-08-11 GL 1.16.0 Prevents dropping connection, dropping or refreshing
object when a properties dialog is open.
2011-08-11 GL 1.16.0 Support for multimodels diagram in the database
designer. Patch from Luis Ochoa with some fixes by me.
2011-08-07 GL 1.16.0 Implement enable/disable save button, on text change.
Patch from Vinicius Santos.
2011-07-25 GL 1.16.0 Change doc build system.
2011-07-25 GL 1.16.0 Support for security labels on global/shared objects
(9.2 feature).
2011-07-25 GL 1.16.0 Support for security labels on local objects (9.1
feature).
2011-07-25 GL 1.16.0 Support for non valid domains, and check constraints
(9.2 feature).
2011-07-25 GL 1.16.0 Add load/save support for the Database Designer. Patch
from Luis Ochoa.
2011-07-09 GL 1.16.0 Allow change of schema in the UI. Patch from Thom
Brown.
2011-07-05 GL 1.16.0 Add "Search Objects" dialog. Patch from Jasmin Dizdarevic.
2011-07-03 GL 1.16.0 New maintenance action: CLUSTER. Patch from Thom Brown.
2011-07-02 GL 1.16.0 Enable "Has OIDs" on 8.4+ even when the table is
already created. Patch from Thom Brown.
2011-06-27 GL 1.16.0 Add Database Designer. Patch from Luis Ochoa.
2011-06-23 DP 1.16.0 Allow change of the fill factor. Patch from Thom Brown.
-------------------------------------------------------------------
Sun Jun 24 16:52:10 UTC 2012 - pascal.bleser@opensuse.org
- update to 1.14.3:
http://www.pgadmin.org/development/changelog.php
-------------------------------------------------------------------
Fri Dec 2 16:45:00 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Fri Sep 16 20:36:25 UTC 2011 - klaussfreire@gmail.com
- update to upstream 1.14.0
* see http://www.pgadmin.org/development/changelog.php
-------------------------------------------------------------------
Mon Apr 11 11:23:42 UTC 2011 - saschpe@suse.de
- set license to 'PostgreSQL', fixes bnc#675943
-------------------------------------------------------------------
Mon Mar 28 15:49:37 UTC 2011 - klaussfreire@gmail.com
- update to upstream git 2011-03-28
-------------------------------------------------------------------
Tue Mar 1 17:21:38 UTC 2011 - mrueckert@suse.de
- use wx_requires on 11.4 and newer
-------------------------------------------------------------------
Thu Feb 3 18:56:27 UTC 2011 - saschpe@gmx.de
- added dependency on wxWidgets for openSUSE-11.4 and greater
-------------------------------------------------------------------
Wed Oct 27 03:06:27 UTC 2010 - termim@gmail.com
- update to 1.12.1:
* see http://www.pgadmin.org/development/changelog.php
-------------------------------------------------------------------
Sun Aug 1 07:49:05 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.10.5:
* see http://www.pgadmin.org/development/changelog.php
- splitted out I18N into -lang subpackage
-------------------------------------------------------------------
Mon Jun 7 20:44:00 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.10.3:
* fix the "quiet log" query in the status server
* call Stored Procedures in EnterpriseDB in an anonymous block to prevent errors with out/inout parameters.
* fix an error when working with packages on EnterpriseDB in 'postgres' mode
* prevent a crash if the user cancels a restore operation
* fix the refresh of a dropped function
* fix to only show Storage value if the value is different from the type's default value
* fix uncalled attempt to "change" array data types in dlgColumn
* fix a crash that could occur if viewing a table with no rows in the Edit Grid
* fix a crash occuring when a function with a parameter with a default is selected
* don't offer debugging options to non-superusers on Postgres Plus Advanced Server < 8.4 which doesn't have support for user debugging
* fix the saving and reverse engineering of parameters for database, table, and function
* specify the schema of the table/function to restore if pg_restore's release is 8.2 or later
* fix the reverse engineering of a rule
* fix the recent files, by notifying each frmQuery to update their recent files -- same support for macros and favourites
* fix the canvas resizing with really big table
* add the missing RULEs for VIEWs in SQL pane
* add groups in the owner combobox
* get back to the Properties tab when a user connects to a server
* fix the reverse engineering of a table when its columns have Storage or Statistics value
* correct reverse engineering of a function that RETURNS TABLE
* display the tablespace in the reverse-engineered SQL of the database
* make sure "Use Replication" is visible even with a big comment on an column
* prevent a crash on the GQB when someone right click to delete a join rather than properly select it
* make sure that Statistics tab doesn't show more databases than Properties tab
* warn the user if a file couldn't be opened because it contains invalid characters
* fix command line quoting for backup/restore
* avoid a crash when debugging NULL procedures
-------------------------------------------------------------------
Fri Mar 12 08:51:32 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.10.2:
* correctly save the position of a pgFrame
* fix the reverse engineering of a function
* fix the xmlTextWriterEndDocument check when saving a favorite
* fix an SQL error when changing a parameter for a database, role/user and a function
* fix the display of a type with a specific typmod
* select the server choosen with the /s command-line argument.
* fix the call to the Slony-I storenode function
* fix display of the date/time chooser
- changes from 1.10.1:
* replace Alt-F4 with Ctrl-Q and Ctrl-W
* prevent a crash if the edit grid is closed whilst it is loading data
* don't attempt to remove rows in the edit grid if the user presses the delete key when the delete button is disabled
* only offer valid server encodings for new databases
* fix an issue with the ordering of the mappings in a text search configuration
* fix a potential crash bug in the object browser
* reverse engineer empty (not NULL) ACLs correctly
* fix Greenplum support for column oriented partitions
* ensure function variables get reset if the function is modified
* fix cluster creation for Slony 2.0
* reverse engineer function defaults values correctly
* fix a potential crash in the edit grid
* fix domain creation/modification for domains in non-default schemas
* reverse engineer language privileges correctly
* get rid of "No SQL query was generated." message dialog when no tables are selected in the GQB
* hints files should be encoded in UTF-8
* include comments on procedures in the reverse engineered SQL
* fix an SQL syntax error when viewing the dependencies of a sequence
* better fix for schedule and step dialogs
* fix the menu entry in frmQuery
* fix the dlgFunction handling of preload libraries
* fix schedule and step dialogs
* fix macros writing
* fix error thrown when examining a Slony 2.x cluster
-------------------------------------------------------------------
Wed Oct 14 17:20:10 CEST 2009 - max@suse.de
- New version: 1.10.0
- Clean up spec file.
- bnc#546680:
* Fix build in 11.2
* Loosen dependency on PostgreSQL version
-------------------------------------------------------------------
Thu Dec 11 03:13:59 CET 2008 - crrodriguez@suse.de
- fix build in 11.1
-------------------------------------------------------------------
Mon Jun 16 22:19:17 CEST 2008 - crrodriguez@suse.de
- do not require postgresql-server only Recommend it
-------------------------------------------------------------------
Mon Jun 2 06:41:14 CEST 2008 - crrodriguez@suse.de
- use rpm opt flags