PgWorksheet is a simple GUI frontend to PostgreSQL for executing SQL queries and psql commands without using the psql command line tool. Please see the project home page for bug reports, forums and installation instructions.
Be the first to post a text review of PgWorksheet. Rate and review a project by clicking thumbs up or thumbs down in the right column.
PgWorksheet is a simple GUI frontend to Postgresql for executing SQL query and psql commands without using the psql command line tool. This release adds support for the python-pgsql module to resolve dependencies problems on some operating systems (pyPgSQL is still supported) and official support and binary packages for OpenSUSE. Please see the project home page for bug reports, help and installation instructions.
2008-03-14 Henri Michelon * official OpenSUSE support * better win32 support * added support for python-pgsql 2006-03-29 Henri Michelon * started 1.9 * rememeber last SQL file name 2006-01-13 Henri Michelon * bug #1000527 2006-01-10 Henri Michelon * 1.8 released * bug #1000526 2006-01-09 Henri Michelon * switched from cx_Freeze to py2exe 2005-10-25 Henri Michelon * corrected a newly inserted bug in the dollar quoted strings 2005-10-24 Henri Michelon * Better support for dollar quoted strings * corrected bug #1000402 2005-09-27 Henri Michelon * Added a .desktop file 2005-06-10 Henri Michelon * first working version of the syntax highlight * double quoted strings * Undo/Redo 2005-06-06 Henri Michelon * corrected a bug in the history loading * correctly convert error messages in UTF-8 2005-06-03 Henri Michelon * corrected bug #1000255 * corrected bug #1000318 * implemented feature #1000283 * fix deprecation warning using py-Gtk 2.6.2 2005-03-07 Henri Michelon * commited ja I18N (feature #1000260) 2005-03-02 Henri Michelon * Better management of connection errors 2005-02-29 Henri Michelon * Implements connection history 2005-02-28 Henri Michelon * De-Gladification * Use Gtk Stock icons * I18N * UI rewrite * Implements Save Results, Save All Results 2004-02-26 Henri Michelon * re-license as GPL (no more use of the pgst glade file) 2004-11-24 Henri Michelon * return the correct format for dates * Corrected bug #1070973 * Released 1.6.1 2004-11-22 Henri Michelon * Integrated psql.exe to the MS Windows release * Released 1.6 2004-11-19 Henri Michelon * Using a modified version of pyPgSQL for correct type representation (bug #1068880) 2004-11-18 Henri Michelon * multiple queries can have errors AND correct results * multiple GtkTextView have multiple proportinal fonts * more explicit colors on tabs titles * SQL queries and psql commands can be mixed * implementation of the database drop down combo * Using a FileChooser instead of a FileSelection only if PyGtk 2.4 is installed * disable the database drop down combo 2004-11-17 Henri Michelon * display log messages in a GtkTextView * display PostgreSQL version in the status bar * corrected bug #1061044 * corrected bug #1065206 2004-11-09 Henri Michelon * Using a FileChooser instead of a FileSelection 2004-11-05 Henri Michelon * 1.5 works under Windows XP * NSIS script for Windows XP Installer * Shell script for sources distribution 2004-11-04 Henri Michelon * The history is saved/restored from a text file (task #107207) * Save the window state, position & divider position (feature #1060249) 2004-11-03 Henri Michelon * Create a default button in the connect_server dialog (feature #1058861) * Add a disconnect menu (feature #1058810) * Dynamically create the GtkTreeView and GtkTextView for the results and errors (bug #1058872) * Make the connection works in auto-commit mode * Display a waiting cursor while fetching the results * Execution of psql commands * Corrected bug #1059689 by filtering comments * Corrected bug #1059670 2004-10-28 Henri Michelon * Use cx_Freeze under Microsoft Windows to build an executable * Added a GtkNotebook and tree panes in this notebook * Move the result treeview into the new noteboook * Added a GtkTextView for the results of multiples queries * Added a GtkTextView for the errors * Added the "Open SQL" function 2004-10-27 Henri Michelon * Make it run under Microsoft Windows (added mswindows() and configdir(), change the way we connect to pgsql) * renamed the main package to avoid name conflits when using PgWorksheet on a FAT32 partition * using pyPgSQL instead of pyGreSQL for Win32 compatibility * run the queries in a separate thread (not useful at this time, will be used later) 2004-10-26 Henri Michelon * Replaced the GtkTextView by a GtkTreeView for the results
2008-03-14 Henri Michelon * official OpenSUSE support * better win32 support * added support for python-pgsql 2006-03-29 Henri Michelon * started 1.9 * rememeber last SQL file name 2006-01-13 Henri Michelon * bug #1000527 2006-01-10 Henri Michelon * 1.8 released * bug #1000526 2006-01-09 Henri Michelon * switched from cx_Freeze to py2exe 2005-10-25 Henri Michelon * corrected a newly inserted bug in the dollar quoted strings 2005-10-24 Henri Michelon * Better support for dollar quoted strings * corrected bug #1000402 2005-09-27 Henri Michelon * Added a .desktop file 2005-06-10 Henri Michelon * first working version of the syntax highlight * double quoted strings * Undo/Redo 2005-06-06 Henri Michelon * corrected a bug in the history loading * correctly convert error messages in UTF-8 2005-06-03 Henri Michelon * corrected bug #1000255 * corrected bug #1000318 * implemented feature #1000283 * fix deprecation warning using py-Gtk 2.6.2 2005-03-07 Henri Michelon * commited ja I18N (feature #1000260) 2005-03-02 Henri Michelon * Better management of connection errors 2005-02-29 Henri Michelon * Implements connection history 2005-02-28 Henri Michelon * De-Gladification * Use Gtk Stock icons * I18N * UI rewrite * Implements Save Results, Save All Results 2004-02-26 Henri Michelon * re-license as GPL (no more use of the pgst glade file) 2004-11-24 Henri Michelon * return the correct format for dates * Corrected bug #1070973 * Released 1.6.1 2004-11-22 Henri Michelon * Integrated psql.exe to the MS Windows release * Released 1.6 2004-11-19 Henri Michelon * Using a modified version of pyPgSQL for correct type representation (bug #1068880) 2004-11-18 Henri Michelon * multiple queries can have errors AND correct results * multiple GtkTextView have multiple proportinal fonts * more explicit colors on tabs titles * SQL queries and psql commands can be mixed * implementation of the database drop down combo * Using a FileChooser instead of a FileSelection only if PyGtk 2.4 is installed * disable the database drop down combo 2004-11-17 Henri Michelon * display log messages in a GtkTextView * display PostgreSQL version in the status bar * corrected bug #1061044 * corrected bug #1065206 2004-11-09 Henri Michelon * Using a FileChooser instead of a FileSelection 2004-11-05 Henri Michelon * 1.5 works under Windows XP * NSIS script for Windows XP Installer * Shell script for sources distribution 2004-11-04 Henri Michelon * The history is saved/restored from a text file (task #107207) * Save the window state, position & divider position (feature #1060249) 2004-11-03 Henri Michelon * Create a default button in the connect_server dialog (feature #1058861) * Add a disconnect menu (feature #1058810) * Dynamically create the GtkTreeView and GtkTextView for the results and errors (bug #1058872) * Make the connection works in auto-commit mode * Display a waiting cursor while fetching the results * Execution of psql commands * Corrected bug #1059689 by filtering comments * Corrected bug #1059670 2004-10-28 Henri Michelon * Use cx_Freeze under Microsoft Windows to build an executable * Added a GtkNotebook and tree panes in this notebook * Move the result treeview into the new noteboook * Added a GtkTextView for the results of multiples queries * Added a GtkTextView for the errors * Added the "Open SQL" function 2004-10-27 Henri Michelon * Make it run under Microsoft Windows (added mswindows() and configdir(), change the way we connect to pgsql) * renamed the main package to avoid name conflits when using PgWorksheet on a FAT32 partition * using pyPgSQL instead of pyGreSQL for Win32 compatibility * run the queries in a separate thread (not useful at this time, will be used later) 2004-10-26 Henri Michelon * Replaced the GtkTextView by a GtkTreeView for the results
2008-03-14 Henri Michelon * official OpenSUSE support * better win32 support * added support for python-pgsql 2006-03-29 Henri Michelon * started 1.9 * rememeber last SQL file name 2006-01-13 Henri Michelon * bug #1000527 2006-01-10 Henri Michelon * 1.8 released * bug #1000526 2006-01-09 Henri Michelon * switched from cx_Freeze to py2exe 2005-10-25 Henri Michelon * corrected a newly inserted bug in the dollar quoted strings 2005-10-24 Henri Michelon * Better support for dollar quoted strings * corrected bug #1000402 2005-09-27 Henri Michelon * Added a .desktop file 2005-06-10 Henri Michelon * first working version of the syntax highlight * double quoted strings * Undo/Redo 2005-06-06 Henri Michelon * corrected a bug in the history loading * correctly convert error messages in UTF-8 2005-06-03 Henri Michelon * corrected bug #1000255 * corrected bug #1000318 * implemented feature #1000283 * fix deprecation warning using py-Gtk 2.6.2 2005-03-07 Henri Michelon * commited ja I18N (feature #1000260) 2005-03-02 Henri Michelon * Better management of connection errors 2005-02-29 Henri Michelon * Implements connection history 2005-02-28 Henri Michelon * De-Gladification * Use Gtk Stock icons * I18N * UI rewrite * Implements Save Results, Save All Results 2004-02-26 Henri Michelon * re-license as GPL (no more use of the pgst glade file) 2004-11-24 Henri Michelon * return the correct format for dates * Corrected bug #1070973 * Released 1.6.1 2004-11-22 Henri Michelon * Integrated psql.exe to the MS Windows release * Released 1.6 2004-11-19 Henri Michelon * Using a modified version of pyPgSQL for correct type representation (bug #1068880) 2004-11-18 Henri Michelon * multiple queries can have errors AND correct results * multiple GtkTextView have multiple proportinal fonts * more explicit colors on tabs titles * SQL queries and psql commands can be mixed * implementation of the database drop down combo * Using a FileChooser instead of a FileSelection only if PyGtk 2.4 is installed * disable the database drop down combo 2004-11-17 Henri Michelon * display log messages in a GtkTextView * display PostgreSQL version in the status bar * corrected bug #1061044 * corrected bug #1065206 2004-11-09 Henri Michelon * Using a FileChooser instead of a FileSelection 2004-11-05 Henri Michelon * 1.5 works under Windows XP * NSIS script for Windows XP Installer * Shell script for sources distribution 2004-11-04 Henri Michelon * The history is saved/restored from a text file (task #107207) * Save the window state, position & divider position (feature #1060249) 2004-11-03 Henri Michelon * Create a default button in the connect_server dialog (feature #1058861) * Add a disconnect menu (feature #1058810) * Dynamically create the GtkTreeView and GtkTextView for the results and errors (bug #1058872) * Make the connection works in auto-commit mode * Display a waiting cursor while fetching the results * Execution of psql commands * Corrected bug #1059689 by filtering comments * Corrected bug #1059670 2004-10-28 Henri Michelon * Use cx_Freeze under Microsoft Windows to build an executable * Added a GtkNotebook and tree panes in this notebook * Move the result treeview into the new noteboook * Added a GtkTextView for the results of multiples queries * Added a GtkTextView for the errors * Added the "Open SQL" function 2004-10-27 Henri Michelon * Make it run under Microsoft Windows (added mswindows() and configdir(), change the way we connect to pgsql) * renamed the main package to avoid name conflits when using PgWorksheet on a FAT32 partition * using pyPgSQL instead of pyGreSQL for Win32 compatibility * run the queries in a separate thread (not useful at this time, will be used later) 2004-10-26 Henri Michelon * Replaced the GtkTextView by a GtkTreeView for the results
2008-03-14 Henri Michelon * official OpenSUSE support * better win32 support * added support for python-pgsql 2006-03-29 Henri Michelon * started 1.9 * rememeber last SQL file name 2006-01-13 Henri Michelon * bug #1000527 2006-01-10 Henri Michelon * 1.8 released * bug #1000526 2006-01-09 Henri Michelon * switched from cx_Freeze to py2exe 2005-10-25 Henri Michelon * corrected a newly inserted bug in the dollar quoted strings 2005-10-24 Henri Michelon * Better support for dollar quoted strings * corrected bug #1000402 2005-09-27 Henri Michelon * Added a .desktop file 2005-06-10 Henri Michelon * first working version of the syntax highlight * double quoted strings * Undo/Redo 2005-06-06 Henri Michelon * corrected a bug in the history loading * correctly convert error messages in UTF-8 2005-06-03 Henri Michelon * corrected bug #1000255 * corrected bug #1000318 * implemented feature #1000283 * fix deprecation warning using py-Gtk 2.6.2 2005-03-07 Henri Michelon * commited ja I18N (feature #1000260) 2005-03-02 Henri Michelon * Better management of connection errors 2005-02-29 Henri Michelon * Implements connection history 2005-02-28 Henri Michelon * De-Gladification * Use Gtk Stock icons * I18N * UI rewrite * Implements Save Results, Save All Results 2004-02-26 Henri Michelon * re-license as GPL (no more use of the pgst glade file) 2004-11-24 Henri Michelon * return the correct format for dates * Corrected bug #1070973 * Released 1.6.1 2004-11-22 Henri Michelon * Integrated psql.exe to the MS Windows release * Released 1.6 2004-11-19 Henri Michelon * Using a modified version of pyPgSQL for correct type representation (bug #1068880) 2004-11-18 Henri Michelon * multiple queries can have errors AND correct results * multiple GtkTextView have multiple proportinal fonts * more explicit colors on tabs titles * SQL queries and psql commands can be mixed * implementation of the database drop down combo * Using a FileChooser instead of a FileSelection only if PyGtk 2.4 is installed * disable the database drop down combo 2004-11-17 Henri Michelon * display log messages in a GtkTextView * display PostgreSQL version in the status bar * corrected bug #1061044 * corrected bug #1065206 2004-11-09 Henri Michelon * Using a FileChooser instead of a FileSelection 2004-11-05 Henri Michelon * 1.5 works under Windows XP * NSIS script for Windows XP Installer * Shell script for sources distribution 2004-11-04 Henri Michelon * The history is saved/restored from a text file (task #107207) * Save the window state, position & divider position (feature #1060249) 2004-11-03 Henri Michelon * Create a default button in the connect_server dialog (feature #1058861) * Add a disconnect menu (feature #1058810) * Dynamically create the GtkTreeView and GtkTextView for the results and errors (bug #1058872) * Make the connection works in auto-commit mode * Display a waiting cursor while fetching the results * Execution of psql commands * Corrected bug #1059689 by filtering comments * Corrected bug #1059670 2004-10-28 Henri Michelon * Use cx_Freeze under Microsoft Windows to build an executable * Added a GtkNotebook and tree panes in this notebook * Move the result treeview into the new noteboook * Added a GtkTextView for the results of multiples queries * Added a GtkTextView for the errors * Added the "Open SQL" function 2004-10-27 Henri Michelon * Make it run under Microsoft Windows (added mswindows() and configdir(), change the way we connect to pgsql) * renamed the main package to avoid name conflits when using PgWorksheet on a FAT32 partition * using pyPgSQL instead of pyGreSQL for Win32 compatibility * run the queries in a separate thread (not useful at this time, will be used later) 2004-10-26 Henri Michelon * Replaced the GtkTextView by a GtkTreeView for the results
2008-03-14 Henri Michelon * official OpenSUSE support * better win32 support * added support for python-pgsql 2006-03-29 Henri Michelon * started 1.9 * rememeber last SQL file name 2006-01-13 Henri Michelon * bug #1000527 2006-01-10 Henri Michelon * 1.8 released * bug #1000526 2006-01-09 Henri Michelon * switched from cx_Freeze to py2exe 2005-10-25 Henri Michelon * corrected a newly inserted bug in the dollar quoted strings 2005-10-24 Henri Michelon * Better support for dollar quoted strings * corrected bug #1000402 2005-09-27 Henri Michelon * Added a .desktop file 2005-06-10 Henri Michelon * first working version of the syntax highlight * double quoted strings * Undo/Redo 2005-06-06 Henri Michelon * corrected a bug in the history loading * correctly convert error messages in UTF-8 2005-06-03 Henri Michelon * corrected bug #1000255 * corrected bug #1000318 * implemented feature #1000283 * fix deprecation warning using py-Gtk 2.6.2 2005-03-07 Henri Michelon * commited ja I18N (feature #1000260) 2005-03-02 Henri Michelon * Better management of connection errors 2005-02-29 Henri Michelon * Implements connection history 2005-02-28 Henri Michelon * De-Gladification * Use Gtk Stock icons * I18N * UI rewrite * Implements Save Results, Save All Results 2004-02-26 Henri Michelon * re-license as GPL (no more use of the pgst glade file) 2004-11-24 Henri Michelon * return the correct format for dates * Corrected bug #1070973 * Released 1.6.1 2004-11-22 Henri Michelon * Integrated psql.exe to the MS Windows release * Released 1.6 2004-11-19 Henri Michelon * Using a modified version of pyPgSQL for correct type representation (bug #1068880) 2004-11-18 Henri Michelon * multiple queries can have errors AND correct results * multiple GtkTextView have multiple proportinal fonts * more explicit colors on tabs titles * SQL queries and psql commands can be mixed * implementation of the database drop down combo * Using a FileChooser instead of a FileSelection only if PyGtk 2.4 is installed * disable the database drop down combo 2004-11-17 Henri Michelon * display log messages in a GtkTextView * display PostgreSQL version in the status bar * corrected bug #1061044 * corrected bug #1065206 2004-11-09 Henri Michelon * Using a FileChooser instead of a FileSelection 2004-11-05 Henri Michelon * 1.5 works under Windows XP * NSIS script for Windows XP Installer * Shell script for sources distribution 2004-11-04 Henri Michelon * The history is saved/restored from a text file (task #107207) * Save the window state, position & divider position (feature #1060249) 2004-11-03 Henri Michelon * Create a default button in the connect_server dialog (feature #1058861) * Add a disconnect menu (feature #1058810) * Dynamically create the GtkTreeView and GtkTextView for the results and errors (bug #1058872) * Make the connection works in auto-commit mode * Display a waiting cursor while fetching the results * Execution of psql commands * Corrected bug #1059689 by filtering comments * Corrected bug #1059670 2004-10-28 Henri Michelon * Use cx_Freeze under Microsoft Windows to build an executable * Added a GtkNotebook and tree panes in this notebook * Move the result treeview into the new noteboook * Added a GtkTextView for the results of multiples queries * Added a GtkTextView for the errors * Added the "Open SQL" function 2004-10-27 Henri Michelon * Make it run under Microsoft Windows (added mswindows() and configdir(), change the way we connect to pgsql) * renamed the main package to avoid name conflits when using PgWorksheet on a FAT32 partition * using pyPgSQL instead of pyGreSQL for Win32 compatibility * run the queries in a separate thread (not useful at this time, will be used later) 2004-10-26 Henri Michelon * Replaced the GtkTextView by a GtkTreeView for the results
2008-03-14 Henri Michelon * official OpenSUSE support * better win32 support * added support for python-pgsql 2006-03-29 Henri Michelon * started 1.9 * rememeber last SQL file name 2006-01-13 Henri Michelon * bug #1000527 2006-01-10 Henri Michelon * 1.8 released * bug #1000526 2006-01-09 Henri Michelon * switched from cx_Freeze to py2exe 2005-10-25 Henri Michelon * corrected a newly inserted bug in the dollar quoted strings 2005-10-24 Henri Michelon * Better support for dollar quoted strings * corrected bug #1000402 2005-09-27 Henri Michelon * Added a .desktop file 2005-06-10 Henri Michelon * first working version of the syntax highlight * double quoted strings * Undo/Redo 2005-06-06 Henri Michelon * corrected a bug in the history loading * correctly convert error messages in UTF-8 2005-06-03 Henri Michelon * corrected bug #1000255 * corrected bug #1000318 * implemented feature #1000283 * fix deprecation warning using py-Gtk 2.6.2 2005-03-07 Henri Michelon * commited ja I18N (feature #1000260) 2005-03-02 Henri Michelon * Better management of connection errors 2005-02-29 Henri Michelon * Implements connection history 2005-02-28 Henri Michelon * De-Gladification * Use Gtk Stock icons * I18N * UI rewrite * Implements Save Results, Save All Results 2004-02-26 Henri Michelon * re-license as GPL (no more use of the pgst glade file) 2004-11-24 Henri Michelon * return the correct format for dates * Corrected bug #1070973 * Released 1.6.1 2004-11-22 Henri Michelon * Integrated psql.exe to the MS Windows release * Released 1.6 2004-11-19 Henri Michelon * Using a modified version of pyPgSQL for correct type representation (bug #1068880) 2004-11-18 Henri Michelon * multiple queries can have errors AND correct results * multiple GtkTextView have multiple proportinal fonts * more explicit colors on tabs titles * SQL queries and psql commands can be mixed * implementation of the database drop down combo * Using a FileChooser instead of a FileSelection only if PyGtk 2.4 is installed * disable the database drop down combo 2004-11-17 Henri Michelon * display log messages in a GtkTextView * display PostgreSQL version in the status bar * corrected bug #1061044 * corrected bug #1065206 2004-11-09 Henri Michelon * Using a FileChooser instead of a FileSelection 2004-11-05 Henri Michelon * 1.5 works under Windows XP * NSIS script for Windows XP Installer * Shell script for sources distribution 2004-11-04 Henri Michelon * The history is saved/restored from a text file (task #107207) * Save the window state, position & divider position (feature #1060249) 2004-11-03 Henri Michelon * Create a default button in the connect_server dialog (feature #1058861) * Add a disconnect menu (feature #1058810) * Dynamically create the GtkTreeView and GtkTextView for the results and errors (bug #1058872) * Make the connection works in auto-commit mode * Display a waiting cursor while fetching the results * Execution of psql commands * Corrected bug #1059689 by filtering comments * Corrected bug #1059670 2004-10-28 Henri Michelon * Use cx_Freeze under Microsoft Windows to build an executable * Added a GtkNotebook and tree panes in this notebook * Move the result treeview into the new noteboook * Added a GtkTextView for the results of multiples queries * Added a GtkTextView for the errors * Added the "Open SQL" function 2004-10-27 Henri Michelon * Make it run under Microsoft Windows (added mswindows() and configdir(), change the way we connect to pgsql) * renamed the main package to avoid name conflits when using PgWorksheet on a FAT32 partition * using pyPgSQL instead of pyGreSQL for Win32 compatibility * run the queries in a separate thread (not useful at this time, will be used later) 2004-10-26 Henri Michelon * Replaced the GtkTextView by a GtkTreeView for the results
2008-03-14 Henri Michelon * official OpenSUSE support * better win32 support * added support for python-pgsql 2006-03-29 Henri Michelon * started 1.9 * rememeber last SQL file name 2006-01-13 Henri Michelon * bug #1000527 2006-01-10 Henri Michelon * 1.8 released * bug #1000526 2006-01-09 Henri Michelon * switched from cx_Freeze to py2exe 2005-10-25 Henri Michelon * corrected a newly inserted bug in the dollar quoted strings 2005-10-24 Henri Michelon * Better support for dollar quoted strings * corrected bug #1000402 2005-09-27 Henri Michelon * Added a .desktop file 2005-06-10 Henri Michelon * first working version of the syntax highlight * double quoted strings * Undo/Redo 2005-06-06 Henri Michelon * corrected a bug in the history loading * correctly convert error messages in UTF-8 2005-06-03 Henri Michelon * corrected bug #1000255 * corrected bug #1000318 * implemented feature #1000283 * fix deprecation warning using py-Gtk 2.6.2 2005-03-07 Henri Michelon * commited ja I18N (feature #1000260) 2005-03-02 Henri Michelon * Better management of connection errors 2005-02-29 Henri Michelon * Implements connection history 2005-02-28 Henri Michelon * De-Gladification * Use Gtk Stock icons * I18N * UI rewrite * Implements Save Results, Save All Results 2004-02-26 Henri Michelon * re-license as GPL (no more use of the pgst glade file) 2004-11-24 Henri Michelon * return the correct format for dates * Corrected bug #1070973 * Released 1.6.1 2004-11-22 Henri Michelon * Integrated psql.exe to the MS Windows release * Released 1.6 2004-11-19 Henri Michelon * Using a modified version of pyPgSQL for correct type representation (bug #1068880) 2004-11-18 Henri Michelon * multiple queries can have errors AND correct results * multiple GtkTextView have multiple proportinal fonts * more explicit colors on tabs titles * SQL queries and psql commands can be mixed * implementation of the database drop down combo * Using a FileChooser instead of a FileSelection only if PyGtk 2.4 is installed * disable the database drop down combo 2004-11-17 Henri Michelon * display log messages in a GtkTextView * display PostgreSQL version in the status bar * corrected bug #1061044 * corrected bug #1065206 2004-11-09 Henri Michelon * Using a FileChooser instead of a FileSelection 2004-11-05 Henri Michelon * 1.5 works under Windows XP * NSIS script for Windows XP Installer * Shell script for sources distribution 2004-11-04 Henri Michelon * The history is saved/restored from a text file (task #107207) * Save the window state, position & divider position (feature #1060249) 2004-11-03 Henri Michelon * Create a default button in the connect_server dialog (feature #1058861) * Add a disconnect menu (feature #1058810) * Dynamically create the GtkTreeView and GtkTextView for the results and errors (bug #1058872) * Make the connection works in auto-commit mode * Display a waiting cursor while fetching the results * Execution of psql commands * Corrected bug #1059689 by filtering comments * Corrected bug #1059670 2004-10-28 Henri Michelon * Use cx_Freeze under Microsoft Windows to build an executable * Added a GtkNotebook and tree panes in this notebook * Move the result treeview into the new noteboook * Added a GtkTextView for the results of multiples queries * Added a GtkTextView for the errors * Added the "Open SQL" function 2004-10-27 Henri Michelon * Make it run under Microsoft Windows (added mswindows() and configdir(), change the way we connect to pgsql) * renamed the main package to avoid name conflits when using PgWorksheet on a FAT32 partition * using pyPgSQL instead of pyGreSQL for Win32 compatibility * run the queries in a separate thread (not useful at this time, will be used later) 2004-10-26 Henri Michelon * Replaced the GtkTextView by a GtkTreeView for the results
2008-03-14 Henri Michelon * official OpenSUSE support * better win32 support * added support for python-pgsql 2006-03-29 Henri Michelon * started 1.9 * rememeber last SQL file name 2006-01-13 Henri Michelon * bug #1000527 2006-01-10 Henri Michelon * 1.8 released * bug #1000526 2006-01-09 Henri Michelon * switched from cx_Freeze to py2exe 2005-10-25 Henri Michelon * corrected a newly inserted bug in the dollar quoted strings 2005-10-24 Henri Michelon * Better support for dollar quoted strings * corrected bug #1000402 2005-09-27 Henri Michelon * Added a .desktop file 2005-06-10 Henri Michelon * first working version of the syntax highlight * double quoted strings * Undo/Redo 2005-06-06 Henri Michelon * corrected a bug in the history loading * correctly convert error messages in UTF-8 2005-06-03 Henri Michelon * corrected bug #1000255 * corrected bug #1000318 * implemented feature #1000283 * fix deprecation warning using py-Gtk 2.6.2 2005-03-07 Henri Michelon * commited ja I18N (feature #1000260) 2005-03-02 Henri Michelon * Better management of connection errors 2005-02-29 Henri Michelon * Implements connection history 2005-02-28 Henri Michelon * De-Gladification * Use Gtk Stock icons * I18N * UI rewrite * Implements Save Results, Save All Results 2004-02-26 Henri Michelon * re-license as GPL (no more use of the pgst glade file) 2004-11-24 Henri Michelon * return the correct format for dates * Corrected bug #1070973 * Released 1.6.1 2004-11-22 Henri Michelon * Integrated psql.exe to the MS Windows release * Released 1.6 2004-11-19 Henri Michelon * Using a modified version of pyPgSQL for correct type representation (bug #1068880) 2004-11-18 Henri Michelon * multiple queries can have errors AND correct results * multiple GtkTextView have multiple proportinal fonts * more explicit colors on tabs titles * SQL queries and psql commands can be mixed * implementation of the database drop down combo * Using a FileChooser instead of a FileSelection only if PyGtk 2.4 is installed * disable the database drop down combo 2004-11-17 Henri Michelon * display log messages in a GtkTextView * display PostgreSQL version in the status bar * corrected bug #1061044 * corrected bug #1065206 2004-11-09 Henri Michelon * Using a FileChooser instead of a FileSelection 2004-11-05 Henri Michelon * 1.5 works under Windows XP * NSIS script for Windows XP Installer * Shell script for sources distribution 2004-11-04 Henri Michelon * The history is saved/restored from a text file (task #107207) * Save the window state, position & divider position (feature #1060249) 2004-11-03 Henri Michelon * Create a default button in the connect_server dialog (feature #1058861) * Add a disconnect menu (feature #1058810) * Dynamically create the GtkTreeView and GtkTextView for the results and errors (bug #1058872) * Make the connection works in auto-commit mode * Display a waiting cursor while fetching the results * Execution of psql commands * Corrected bug #1059689 by filtering comments * Corrected bug #1059670 2004-10-28 Henri Michelon * Use cx_Freeze under Microsoft Windows to build an executable * Added a GtkNotebook and tree panes in this notebook * Move the result treeview into the new noteboook * Added a GtkTextView for the results of multiples queries * Added a GtkTextView for the errors * Added the "Open SQL" function 2004-10-27 Henri Michelon * Make it run under Microsoft Windows (added mswindows() and configdir(), change the way we connect to pgsql) * renamed the main package to avoid name conflits when using PgWorksheet on a FAT32 partition * using pyPgSQL instead of pyGreSQL for Win32 compatibility * run the queries in a separate thread (not useful at this time, will be used later) 2004-10-26 Henri Michelon * Replaced the GtkTextView by a GtkTreeView for the results
2008-03-14 Henri Michelon * official OpenSUSE support * better win32 support * added support for python-pgsql 2006-03-29 Henri Michelon * started 1.9 * rememeber last SQL file name 2006-01-13 Henri Michelon * bug #1000527 2006-01-10 Henri Michelon * 1.8 released * bug #1000526 2006-01-09 Henri Michelon * switched from cx_Freeze to py2exe 2005-10-25 Henri Michelon * corrected a newly inserted bug in the dollar quoted strings 2005-10-24 Henri Michelon * Better support for dollar quoted strings * corrected bug #1000402 2005-09-27 Henri Michelon * Added a .desktop file 2005-06-10 Henri Michelon * first working version of the syntax highlight * double quoted strings * Undo/Redo 2005-06-06 Henri Michelon * corrected a bug in the history loading * correctly convert error messages in UTF-8 2005-06-03 Henri Michelon * corrected bug #1000255 * corrected bug #1000318 * implemented feature #1000283 * fix deprecation warning using py-Gtk 2.6.2 2005-03-07 Henri Michelon * commited ja I18N (feature #1000260) 2005-03-02 Henri Michelon * Better management of connection errors 2005-02-29 Henri Michelon * Implements connection history 2005-02-28 Henri Michelon * De-Gladification * Use Gtk Stock icons * I18N * UI rewrite * Implements Save Results, Save All Results 2004-02-26 Henri Michelon * re-license as GPL (no more use of the pgst glade file) 2004-11-24 Henri Michelon * return the correct format for dates * Corrected bug #1070973 * Released 1.6.1 2004-11-22 Henri Michelon * Integrated psql.exe to the MS Windows release * Released 1.6 2004-11-19 Henri Michelon * Using a modified version of pyPgSQL for correct type representation (bug #1068880) 2004-11-18 Henri Michelon * multiple queries can have errors AND correct results * multiple GtkTextView have multiple proportinal fonts * more explicit colors on tabs titles * SQL queries and psql commands can be mixed * implementation of the database drop down combo * Using a FileChooser instead of a FileSelection only if PyGtk 2.4 is installed * disable the database drop down combo 2004-11-17 Henri Michelon * display log messages in a GtkTextView * display PostgreSQL version in the status bar * corrected bug #1061044 * corrected bug #1065206 2004-11-09 Henri Michelon * Using a FileChooser instead of a FileSelection 2004-11-05 Henri Michelon * 1.5 works under Windows XP * NSIS script for Windows XP Installer * Shell script for sources distribution 2004-11-04 Henri Michelon * The history is saved/restored from a text file (task #107207) * Save the window state, position & divider position (feature #1060249) 2004-11-03 Henri Michelon * Create a default button in the connect_server dialog (feature #1058861) * Add a disconnect menu (feature #1058810) * Dynamically create the GtkTreeView and GtkTextView for the results and errors (bug #1058872) * Make the connection works in auto-commit mode * Display a waiting cursor while fetching the results * Execution of psql commands * Corrected bug #1059689 by filtering comments * Corrected bug #1059670 2004-10-28 Henri Michelon * Use cx_Freeze under Microsoft Windows to build an executable * Added a GtkNotebook and tree panes in this notebook * Move the result treeview into the new noteboook * Added a GtkTextView for the results of multiples queries * Added a GtkTextView for the errors * Added the "Open SQL" function 2004-10-27 Henri Michelon * Make it run under Microsoft Windows (added mswindows() and configdir(), change the way we connect to pgsql) * renamed the main package to avoid name conflits when using PgWorksheet on a FAT32 partition * using pyPgSQL instead of pyGreSQL for Win32 compatibility * run the queries in a separate thread (not useful at this time, will be used later) 2004-10-26 Henri Michelon * Replaced the GtkTextView by a GtkTreeView for the results
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?