Handle hostnames with upper-case letters
[webmin.git] / postgresql / CHANGELOG
1 ---- Changes since 1.150 ----
2 Added a button on the module's main page for backing up all databases, either immediately or on schedule.
3 When using PostgreSQL version 7.4 or later, users can now be re-named.
4 A Webmin user who has been set up to login to PostgreSQL as a different user will now be prompted to login if his password set in the Webmin Users module incorrect.
5 Added an access control restriction to limit the number of databases a Webmin user can own.
6 Fields can now be deleted from a table by clicking the Delete button on the field details page, rather than using the complex field-removal form.
7 ---- Changes since 1.160 ----
8 Added the ability to select which tables to include when making a backup.
9 ---- Changes since 1.170 ----
10 When viewing table data, the Advanced Search button can be used to perform and/or searches on multiple fields.
11 ---- Changes since 1.180 ----
12 Improved support for editing tables in schemas, and granting privileges on them.
13 ---- Changes since 1.190 ----
14 Added support for allowed hosts using CIDR netmask format, and IPv6 addresses.
15 ---- Changes since 1.200 ----
16 Added a Module Config option to specify the encoding for database content.
17 ---- Changes since 1.210 ----
18 When creating a database, the character set encoding can be specified.
19 Added a Module Config page option to show the database and table lists using tables rather than icons.
20 Added checkboxes and a button to the Edit Database page for dropping multiple tables at once.
21 Added checkboxes and a button to the module index for dropping multiple databases at once.
22 ---- Changes since 1.220 ----
23 Added checkboxes and a button to the lists of users, groups and allowed hosts for deleted several at once.
24 When there are too many databases or tables to reasonable list, a search form is show instead for finding matching databases or tables by name.
25 Added a button on the Edit Table page for exporting in CSV format, either to a file or for display in the browser.
26 ---- Changes since 1.230 ----
27 Added a search field to the Granted Privileges page when there are too many to resonably display.
28 Added an option on the CSV export page for selecting which columns to include.
29 Added a section to the Execute SQL page for importing data from a CSV or tab-separated file.
30 ---- Changes since 1.240 ----
31 Group management is now done using the create/alter/drop group SQL commands for PostgreSQL versions 8.0 and above.
32 The full PostgreSQL error message is now shown when Webmin cannot login to the database.
33 Allowed hosts can be edited even when PostgreSQL is not running.
34 ---- Changes since 1.260 ----
35 Added support for viewing, creating and managing indexes, views and sequences in databases.
36 If the before-backup command fails, the entire backup is halted.
37 When backing up all databases at once, an option is now available to run commands before/after all of them, rather than before/after each.
38 ---- Changes since 1.270 ----
39 Added a button for resetting multiple grants at once.
40 Cleaned up table data editing code.
41 Added Module Config option to limit the displayed size of large text field data.
42 ---- Changes since 1.290 ----
43 Added support for editing data in tables under PostgreSQL version 8, which does not use OID columns.
44 Merged the table data editor code with the MySQL module.
45 Column headings in the Table Data page can be clicked to sort the data by that column.
46 ---- Changes since 1.300 ----
47 The database login now uses a .pgpass file, rather than a temporary file and the -u option.
48 Database restores can now be done from an uploaded file.
49 Re-factored backup and restore code into new functions, which can be called from other modules.
50 Added access control options to prevent the viewing and management of views, sequences and indexes.
51 ---- Changes since 1.310 ----
52 Updated the module to run on Windows, and created a default configuration that will sort with the PostgreSQL 8.2 Windows install.
53 ---- Changes since 1.320 ----
54 When there are too many databases or tables to display, a menu for editing a specific one is displayed in addition to the search field.
55 ---- Changes since 1.340 ----
56 Use HTML format output from the pgsql command, to handle queries for rows containing newlines and special characters.
57 ---- Changes since 1.350 ----
58 Fixed a bug that prevented the 'valid until' date from being displayed for existing users.
59 ---- Changes since 1.370 ----
60 Added an option on the backup form to create the destination directory if missing.
61 Re-wrote the backup form to use the new Webmin UI library.
62 Improved support for Debian/Ubuntu systems that can have different PostgreSQL versions.
63 ---- Changes since 1.380 ----
64 Fixed a bug that prevented 'Jump to row' from working properly.
65 ---- Changes since 1.400 ----
66 Added a Module Config option to show databases and tables using just their names.
67 ---- Changes since 1.410 ----
68 Improve support for PostgreSQL 8.3 on Ubuntu 8.04.
69 ---- Changes since 1.440 ----
70 Re-wrote the entire user interface to use Webmin's new UI library, for a more consistent and themable look.
71 Added a history of previous commands to the Execute SQL page.
72 ---- Changes since 1.510 ----
73 Added greater than / less than selectors to the table data search form.
74 ---- Changes since 1.530 ----
75 Added an option to the restore form to limit the restore to only certain tables.
76 When creating a new database, a template database to copy from can now be selected.