Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 3c43aa12af01c73b56dc4b37a8ec4510f80b480e https://github.com/pgadmin-org/pgadmin4/commit/3c43aa12af01c73b56dc4b37a8ec4510f80b480e Author: Akshay Joshi <akshay.jo...@enterprisedb.com> Date: 2023-08-11 (Fri, 11 Aug 2023)
Changed paths: M docs/en_US/images/preferences_schema_diff.png M docs/en_US/images/schema_diff_compare_button.png M docs/en_US/preferences.rst M docs/en_US/release_notes_7_6.rst M docs/en_US/schema_diff.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/static/js/foreign_table.ui.js M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_tables/sql/default/create.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_tables/sql/default/properties.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_tables/sql/default/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/pg/default/test_foreign_table.json M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/ppas/default/test_foreign_table.json R web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/pg/sql/11_plus/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/pg/sql/12_plus/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/pg/sql/14_plus/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/pg/sql/default/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/ppas/sql/12_plus/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/ppas/sql/14_plus/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/functions/ppas/sql/default/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/schema_diff_utils.py A web/pgadmin/browser/server_groups/servers/databases/schemas/types/templates/types/ppas/sql/default/type_schema_diff.sql M web/pgadmin/tools/schema_diff/__init__.py M web/pgadmin/tools/schema_diff/compare.py M web/pgadmin/tools/schema_diff/directory_compare.py M web/pgadmin/tools/schema_diff/static/js/SchemaDiffConstants.js M web/pgadmin/tools/schema_diff/static/js/components/ResultGridComponent.jsx M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffButtonComponent.jsx M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx R web/pgadmin/tools/schema_diff/tests/pg/10_plus/source.sql R web/pgadmin/tools/schema_diff/tests/pg/10_plus/target.sql M web/pgadmin/tools/schema_diff/tests/pg/11_plus/source.sql M web/pgadmin/tools/schema_diff/tests/pg/11_plus/target.sql M web/pgadmin/tools/schema_diff/tests/pg/12_plus/target.sql R web/pgadmin/tools/schema_diff/tests/ppas/10_plus/source.sql R web/pgadmin/tools/schema_diff/tests/ppas/10_plus/target.sql M web/pgadmin/tools/schema_diff/tests/ppas/11_plus/source.sql M web/pgadmin/tools/schema_diff/tests/ppas/11_plus/target.sql M web/pgadmin/tools/schema_diff/tests/test_schema_diff_comp.py Log Message: ----------- 1) Added 'Ignore Grants' option in the schema diff tool. #5759 2) Added 'Ignore Tablespace' option in the schema diff tool. #6004 3) Ensure that Schema Diff comparison results should be displayed in the sorted order. #6595 4) Fixed an issue where the SET directive is excluded from the function header in the schema diff tool. #6651