Added all version releated and automatically generated files. |
|
More...
|
about 6 years ago
|
Changed in all tests, that a division by zero is raised, if a test failed. |
|
More...
|
about 6 years ago
|
Changed the version in the meta file to 0.3.1. |
|
More...
|
about 6 years ago
|
Corrected the function documentation in the comment header. |
|
More...
|
about 6 years ago
|
Added all automatically created and changed files for version 0.3.0. |
|
More...
|
about 6 years ago
|
Corrected a sentence in the documentation. |
|
More...
|
about 6 years ago
|
Removed a ROLLBACK inside a test script. There is no ROLLBACK needed and in addition, the ROLLBACK inside a code block is not supported in PostgreSQL <11. |
|
More...
|
about 6 years ago
|
Added the function sha256() to the package. The function is only installed, if the package pgcrypto has been installed before. |
|
More...
|
about 6 years ago
|
Removed a comment. |
|
More...
|
about 6 years ago
|
The PostgreSQL version dependend installation of the view pg_functions is now handled inside the script of the view itself. |
|
More...
|
about 6 years ago
|
Removed the handling of scripts for different PostgreSQL versions, this is now handled inside the scripts of objects. |
|
More...
|
about 6 years ago
|
Added the information about version dependent files for the view pg_functions. |
|
More...
|
about 6 years ago
|
The view pg_functions can not be created from the array, it is version dependend. The new function create_version_dependend() does handle the creation of version dependend objects now. It is added to the installation script. |
|
More...
|
about 6 years ago
|
Added a new function to create version dependend objects. The version number can be read from PostgreSQL only with a SQL query. The function is executed after its creation and will be deleted directly afterwards. |
|
More...
|
about 6 years ago
|
Changed the view pg_functions: There are two versions needed, one for PostgreSQL 11 and newer and one for PostgreSQL 10 or older. |
|
More...
|
about 6 years ago
|
Added some parameters on psql scripts: Disabling pset with -X, disabling the output of results with -q, and returning failed queries with -b. |
|
More...
|
about 6 years ago
|
Added information about the repositories to the readme file. |
|
More...
|
about 6 years ago
|
Switched main repository location to GitLab, GitHub will be a mirror. |
|
More...
|
about 6 years ago
|
Added the documentation for the function array_trim. |
|
More...
|
about 6 years ago
|
Added the function array_trim to the build script. |
|
More...
|
about 6 years ago
|
Added tests for the new function array_trim. |
|
More...
|
about 6 years ago
|
Added a function to remove empty entries from arrays. In addition the function does support removing duplicates, too. |
|
More...
|
about 6 years ago
|
Added the new version 0.3.0 to the meta and control files. |
|
More...
|
over 6 years ago
|
Added the view view_pg_table_matview_info to the creation script. |
|
More...
|
over 6 years ago
|
Added the documentation about the view view_pg_table_matview_info to the readme file. |
|
More...
|
over 6 years ago
|
Added tests on the view view_pg_table_matview_info. |
|
More...
|
over 6 years ago
|
Added a view to get detailed informations about tables and materialized views. |
|
More...
|
over 6 years ago
|
Changed version information and new files for this bugfix release. |
|
More...
|
over 6 years ago
|
Added uninstallation scripts for the functions is_json and is_jsonb. |
|
More...
|
over 6 years ago
|
Corrected an array with tags in the PGXN meta file. |
|
More...
|
over 6 years ago
|