Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qUQwx-00CsHu-Pd for pgadmin-hackers@arkaria.postgresql.org; Fri, 11 Aug 2023 12:09:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qUQww-007IAn-B3 for pgadmin-hackers@arkaria.postgresql.org; Fri, 11 Aug 2023 12:09:02 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qUQww-007I9W-2c for pgadmin-hackers@lists.postgresql.org; Fri, 11 Aug 2023 12:09:02 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qUQwt-001s7B-Qh for pgadmin-hackers@lists.postgresql.org; Fri, 11 Aug 2023 12:09:01 +0000 Received: from github.com (hubbernetes-node-968e6f3.va3-iad.github.net [10.48.200.69]) by smtp.github.com (Postfix) with ESMTPA id AE8DC8C0D14 for ; Fri, 11 Aug 2023 05:08:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691755737; bh=p25iDJfr0rE3m5ssxi6KXwvbj2j8AOfYTWPIAcd/pbU=; h=Date:From:To:Subject:From; b=WGQ/MCMgHs6G0ebk/ihQf47+yWa15EEaygMaVYLU6Mvdq4n6oO41Qe0kcFTxkieLP Jhdhgjs3cHgOwhB4RVe9ue8A7EhX4gCgEdlUbCg5rMv9km6FLhv38kp3iDuWatNp/Z qNjwNClvSdwIu5mQtqzNS55sBGaQDWJZTMBVVnzY= Date: Fri, 11 Aug 2023 05:08:57 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 3c43aa: 1) Added 'Ignore Grants' option in the schema diff... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 3c43aa12af01c73b56dc4b37a8ec4510f80b480e https://github.com/pgadmin-org/pgadmin4/commit/3c43aa12af01c73b56dc= 4b37a8ec4510f80b480e Author: Akshay Joshi 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/functio= ns/templates/functions/pg/sql/11_plus/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/functio= ns/templates/functions/pg/sql/12_plus/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/functio= ns/templates/functions/pg/sql/14_plus/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/functio= ns/templates/functions/pg/sql/default/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/functio= ns/templates/functions/ppas/sql/12_plus/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/functio= ns/templates/functions/ppas/sql/14_plus/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/functio= ns/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/t= emplates/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/ResultGridCompon= ent.jsx M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffButton= Component.jsx M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompar= e.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)=C2=A0Added '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 h= eader in the schema diff tool. #6651