------------------------------------------------------------------------------- Fix Number: FJSVfsep-client-odbc-openssl-1801-1 Product Names and Versions: Fujitsu Enterprise Postgres Client 18/18SP1 Creation date: 02.06.2026 ------------------------------------------------------------------------------- [High Risk Activity] The Customer acknowledges and agrees that the Product is designed, developed and manufactured as contemplated for general use, including without limitation, general office use, personal use, household use, and ordinary industrial use, but is not designed, developed and manufactured as contemplated for use accompanying fatal risks or dangers that, unless extremely high safety is secured, could lead directly to death, personal injury, severe physical damage or other loss (hereinafter "High Safety Required Use"), including without limitation, nuclear reaction control in nuclear facility, aircraft flight control, air traffic control, mass transport control, medical life support system, missile launch control in weapon system. The Customer, shall not use the Product without securing the sufficient safety required for the High Safety Required Use. In addition, Fujitsu (or other affiliate's name) shall not be liable against the Customer and/or any third party for any claims or damages arising in connection with the High Safety Required Use of the Product. Product and company names mentioned in this manual are the trademarks or registered trademarks of their respective owners. Copyright 2025-2026 FUJITSU LIMITED ------------------------------------------------------------------------------- [Notes] - This is the readme for Windowsx86. - This correction is a correction applicable only to a application server. - Apply the following patches at the same time. - FJSVfsep-client-core-1801-1.msi - FJSVfsep-client-core-openssl-1801-1.msi - FJSVfsep-client-conmgr-1801-1.msi - FJSVfsep-client-dotnet-1801-1.msi - FJSVfsep-client-dotnet10-1801-1.msi - FJSVfsep-client-jdbc-1801-1.msi - FJSVfsep-client-odbc-1801-1.msi - FJSVfsep-client-odbc-openssl-1801-1.msi - FJSVfsep-client-psycopg-1801-1.msi - The procedure below must be performed manually for this patch. It cannot be automated via a script. 1) Before applying the patch and performing restoration, end the following. - Application programs - Application server services 2) After applying the patch and performing restoration, restart the programs and services that were stopped in step 1). - Application of the patch may fail if [Administrative Tools] >> [Event Viewer] or [Computer Management] is running. Ensure that these applications are closed before applying the patch and performing restoration. - Perform the following procedure to apply the patch and perform the restoration. [Before applying the patch and performing restoration] Ensure that the service below is disabled. Note that any services using the service below must be stopped before performing the procedure below (refer to the manual for the product that provides the relevant service for information on how to stop it). Also make a note of the service's "Startup type" and "Service status" before changing them (this will be needed to restore the service to its original state after applying the patch and performing restoration). Service name: Windows Management Instrumentation - Change procedure (Windows Server 2025) 1) Click [Start] >> [Administrative Tools] >> [Services] to open the [Services] window. 2) Right-click the service "Windows Management Instrumentation" and select [Properties] to display the [Properties] window. 3) If the "Service status" is "Started", click [Stop]. 4) In "Startup type", select "Disabled", and then click [OK]. [After applying the patch and performing restoration] If the service below already exists, restore the "Startup type" and "Service status" to the respective statuses previously noted at "Before applying the patch and performing restoration". After performing the changes, restart all services that have been stopped because they are using the following service. Service name: Windows Management Instrumentation - Procedure (Windows Server 2025) 1) Click [Start] >> [Administrative Tools] >> [Services] to open the [Services] window. 2) Right-click the service name "Windows Management Instrumentation" and select [Properties] to display the [Properties] window. 3) In "Startup type", select the value that was noted down, and then click [Apply]. 4) In "Service status", click the appropriate button to restore the status to the value that was noted down, and then click [OK]. - If you apply this patch you will be able to use new features of Fujitsu Enterprise Postgres 18. When using these features, apply one of the following fixes at the same time. - Server features (Windows) (AE): T018122XP-01 and later - Server features (Windows) (SE): T018132XP-01 and later - Server features (RHEL 8) (AE): T018120LP-01 and later - Server features (RHEL 8) (SE): T018133LP-01 and later - Server features (RHEL 9) (AE): T018123LP-01 and later - Server features (RHEL 9) (SE): T018134LP-01 and later - Server features (SUSE 15) (AE): T018124LP-01 and later - Server features (SUSE 15) (SE): T018135LP-01 and later To use new feature, refer to the Fujitsu Enterprise Postgres 18 documentation. https://www.postgresql.fastware.com/product-manuals New features are listed in "Chapter 1 New Features and Improvements" in the Release Notes. ------------------------------------------------------------------------------- [Description] Fix Number: FJSVfsep-client-odbc-openssl-1801-0 01 PH25140 Provide Npgsql 10 and EntityFrameworkCore.PG compatible with Npgsql 10. ------------------------------------------------------------------------------- [Patch Description] The following fixes are included in this patch: Fix Number: FJSVfsep-client-odbc-openssl-1801-1 01 PH25236 [*]Security failure [*]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in PostgreSQL JDBC Driver 42.7.9 and 42.7.10, as well as the security vulnerability fix(*) included in version 42.7.11 apply to Fujitsu Enterprise Postgres. * The affected security vulnerability is as follows: CVE-2026-42198 - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL JDBC Driver 42.7.9 and 42.7.10, as well as the security vulnerability fix included in version 42.7.11 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://jdbc.postgresql.org/changelogs/2026-01-15-42/ https://jdbc.postgresql.org/changelogs/2026-02-11-42/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-42198 - Action Apply the changes of PostgreSQL JDBC Driver to Fujitsu Enterprise Postgres. - Compatibility Information The following incompatibility has been observed: - When the connection is read-only, the return value of PGXAConnection.prepared(Xid) is changed from XA_OK to XA_RDONLY. - When creating a replication connection via the JDBC driver, correctly calculate the reply_time in the pg_stat_replication view. - Add the scramMaxIterations parameter. If the value of the server-side scram_iteration GUC parameter exceeds this parameter, the connection will fail and an error will be returned. The default value is 100,000. 02 PH25243 [ ]Security failure [ ]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in psqlodbc 17.00.0008 until 18.00.0001 apply to Fujitsu Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of psqlodbc 17.00.0008, 17.00.0009, 17.00.0010, 18.00.0000 and 18.00.0001 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://github.com/postgresql-interfaces/psqlodbc/releases/tag/ REL-17_00_0008 https://github.com/postgresql-interfaces/psqlodbc/releases/tag/ REL-17_00_0009 https://github.com/postgresql-interfaces/psqlodbc/releases/tag/ REL-17_00_0010 https://github.com/postgresql-interfaces/psqlodbc/releases/tag/ REL-18_00_0000 https://github.com/postgresql-interfaces/psqlodbc/releases/tag/ REL-18_00_0001 - Action Apply the changes of psqlodbc to Fujitsu Enterprise Postgres. - Compatibility Information The following incompatibility has been observed: - Setting SQL_ASYNC_ENABLE_ON now results in an error. Previously, this setting was ignored, and SQL_SUCCESS was returned. - An error is now raised if the internal conversion process fails while processing bytea-type data. Previously, the operation would complete successfully, potentially resulting in incorrect data. 03 PH25244 [ ]Security failure [ ]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in Npgsql 8.0.9 apply to Fujitsu Enterprise Postgres Client. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of Npgsql 8.0.9 to Fujitsu Enterprise Postgres Client. You can see applied changes in the below URL. https://github.com/npgsql/npgsql/releases/tag/v8.0.9 - Action Apply the changes of Npgsql to Fujitsu Enterprise Postgres Client. - Compatibility Information The following incompatibility has been observed: - When Persist Security Info=true is set, passwords have been excluded from OpenTelemetry data such as db.client.connection.pool.name and db.npgsql.data_source. - Geometry write operations is modified to respect the handleOrdinates setting. 04 PH25245 [ ]Security failure [ ]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in Npgsql 10.0.2 apply to Fujitsu Enterprise Postgres Client. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of Npgsql 10.0.2 to Fujitsu Enterprise Postgres Client. You can see applied changes in the below URL. https://github.com/npgsql/npgsql/releases/tag/v10.0.2 - Action Apply the changes of Npgsql to Fujitsu Enterprise Postgres Client. - Compatibility Information The following incompatibility has been observed: - When Persist Security Info=true is set, passwords have been excluded from OpenTelemetry data such as db.client.connection.pool.name and db.npgsql.data_source. - Geometry write operations is modified to respect the handleOrdinates setting. 05 PH25246 [ ]Security failure [ ]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in OpenLDAP 2.6.13 apply to Fujitsu Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of OpenLDAP 2.6.13 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://www.openldap.org/software/release/changes_lts.html - Action Apply the changes of OpenLDAP to Fujitsu Enterprise Postgres. - Compatibility Information None. 06 PH25248 [ ]Security failure [ ]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in zlib 1.3.2 apply to Fujitsu Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of zlib 1.3.2 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://github.com/madler/zlib/releases/tag/v1.3.2 - Action Apply the changes of zlib to Fujitsu Enterprise Postgres. - Compatibility Information None. 07 PH25249 [ ]Security failure [ ]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in Kerberos 5 1.22.2 apply to Fujitsu Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of Kerberos 5 1.22.2 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://web.mit.edu/kerberos/www/krb5-1.22/ - Action Apply the changes of Kerberos 5 to Fujitsu Enterprise Postgres. - Compatibility Information None. 08 PH25257 [*]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in PostgreSQL 18.4 apply to Fujitsu Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 18.4 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/18/release-18-4.html - Action Apply the changes of PostgreSQL 18 to Fujitsu Enterprise Postgres. - Compatibility Information None. 09 PH25312 [ ]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description The following NuGet packages for Npgsql 10 are missing from the product, so Entity Framework Core for Npgsql 10 cannot be set up. Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite.10.0.x.nupkg Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime.10.0.x.nupkg Npgsql.EntityFrameworkCore.PostgreSQL.10.0.x.nupkg - Requirements to reproduce this issue 1) Install the Fujitsu Enterprise Postgres Client, and 2) Setting up Entity Framework Core for Npgsql 10. - Action Add NuGet packages for Npgsql 10. - Compatibility Information None. 10 PH25315 [*]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in OpenSSL 3.5.6 apply to Fujitsu Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of OpenSSL 3.5.6 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://github.com/openssl/openssl/blob/openssl-3.5/ CHANGES.md#openssl-35 - Action Apply the changes of OpenSSL to Fujitsu Enterprise Postgres. - Compatibility Information None. ------------------------------------------------------------------------------- [Accumulated Patches] The following fixes are included in this patch: Fix Number: FJSVfsep-client-odbc-openssl-1801-0 01 PH25086 [ ]Security failure [ ]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in PostgreSQL JDBC Driver 42.7.8 apply to Fujitsu Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL JDBC Driver 42.7.8 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://jdbc.postgresql.org/changelogs/2025-09-18-42/ - Action Apply the changes of PostgreSQL JDBC Driver to Fujitsu Enterprise Postgres. - Compatibility Information The following incompatibility has been observed: - Add the SELF_REFERENCING_COL_NAME column in the return value of the getTables method. 02 PH25088 [ ]Security failure [ ]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in psycopg 3.2.10, 3.2.11, 3.2.12, 3.2.13, psycopg-pool 3.2.7, 3.2.8 apply to Fujitsu Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of psycopg 3.2.10, 3.2.11, 3.2.12, 3.2.13, psycopg-pool 3.2.7, 3.2.8 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://www.psycopg.org/psycopg3/docs/news.html https://www.psycopg.org/psycopg3/docs/news_pool.html - Action Apply the changes of psycopg, psycopg-pool to Fujitsu Enterprise Postgres. - Compatibility Information The following incompatibility has been observed: - Issues a warning when using closures as arguments for psycopg.types.json.set_json_dumps() and psycopg.types.json.set_json_loads(). - Issues a warning when using GSSAPI connections with libpq's gssencmode default value. The default value on psycopg-side is scheduled to be changed to disable in a future release. - Changes COPY FROM (FORMAT TEXT) to use the settings from set_types(). Previously, set_types() settings were ignored. - When copying rows with mismatched row counts in the COPY command, it now returns an exception. - If a notification arrives when a handler is registered via add_notify_handler() but the notifies() generator has not been executed, that notification will no longer be processed by the generator. Additionally, a warning is displayed when both a handler and a generator are used. - Removes infinite waits in wait, wait_selector, wait_select, wait_epoll, wait_poll, wait_c, wait_conn, wait_async, and wait_conn_async. This changes the default value of the interval parameter from None to 0. - If a connection is closed during query execution, execution will terminate and an exception will be returned. Previously, the connection was treated as ready and failed internally within libpq. 03 PH25090 [ ]Security failure [ ]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in libedit 3.1-20251016 apply to Fujitsu Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of libedit 3.1-20251016 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://www.thrysoee.dk/editline/ - Action Apply the changes of libedit to Fujitsu Enterprise Postgres. - Compatibility Information None. 04 PH25098 [*]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in PostgreSQL 18.1, 18.2, and 18.3 apply to Fujitsu Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 18.1, 18.2, and 18.3 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/18/release-18-1.html https://www.postgresql.org/docs/18/release-18-2.html https://www.postgresql.org/docs/18/release-18-3.html - Action Apply the changes of PostgreSQL 18 to Fujitsu Enterprise Postgres. - Compatibility Information None. 05 PH25119 [ ]Security failure [ ]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in Npgsql 8.0.8 apply to Fujitsu Enterprise Postgres Client. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of Npgsql 8.0.8 to Fujitsu Enterprise Postgres Client. You can see applied changes in the below URL. https://github.com/npgsql/npgsql/releases/tag/v8.0.8 - Action Apply the changes of Npgsql to Fujitsu Enterprise Postgres Client. - Compatibility Information The following incompatibility has been observed: - In batch mode, change the request parameter recorded in the log from System.Object[] to the actual value. 06 PH25132 [ ]Security failure [ ]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description In the .NET Data Provider, the NuGet filename, package, assembly, and file version do not match the major version of Fujitsu Enterprise Postgres. Specifically, for the following files, only the version-indicating numbers differ between the expected version and the actual version. Expected filenames: Npgsql.18.0.0.nupkg Npgsql.DependencyInjection.18.0.0.nupkg Npgsql.GeoJSON.18.0.0.nupkg Npgsql.Json.NET.18.0.0.nupkg Npgsql.NetTopology.18.0.0.nupkg Npgsql.NodaTime.18.0.0.nupkg Npgsql.OpenTelemetry.18.0.0.nupkg Actual filenames: Npgsql.17.0.0.nupkg Npgsql.DependencyInjection.17.0.0.nupkg Npgsql.GeoJSON.17.0.0.nupkg Npgsql.Json.NET.17.0.0.nupkg Npgsql.NetTopology.17.0.0.nupkg Npgsql.NodaTime.17.0.0.nupkg Npgsql.OpenTelemetry.17.0.0.nupkg - Requirements to reproduce this issue Install Fujitsu Enterprise Postgres Client. - Action Modify the package version definition. - Compatibility Information The following incompatibility has been observed: - Change the NuGet package name for Npgsql and update the package version from 17.0.0 to 18.0.0. Update or reinstall the package and rebuild your application. 07 PH25134 [ ]Security failure [ ]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in psqlodbc 17.00.0007 apply to Fujitsu Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of psqlodbc 17.00.0007 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://github.com/postgresql-interfaces/psqlodbc/releases/tag/ REL-17_00_0007 - Action Apply the changes of psqlodbc to Fujitsu Enterprise Postgres. - Compatibility Information The following incompatibility has been observed: - Delete the date from MyLog. - Modify the initial SQL statement executed at connection startup. It will first check the value of the DateStyle parameter. If it is ISO, execute [SHOW transaction_isolation;]. If it is not ISO, execute [SET DateStyle = 'ISO'; SHOW transaction_isolation;]. Previously, [SET DateStyle = 'ISO'; SET extra_float_digits = 2; SHOW transaction_isolation;] was executed. 08 PH25138 [*]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issue because bug corrections in OpenSSL 3.5.5 apply to Fujitsu Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of OpenSSL 3.5.5 to Fujitsu Enterprise Postgres. You can see applied changes in the below URL. https://github.com/openssl/openssl/blob/openssl-3.5/CHANGES.md #openssl-35 - Action Apply the changes of OpenSSL to Fujitsu Enterprise Postgres. - Compatibility Information None. ------------------------------------------------------------------------------- [List of fixed files] Files replaced by the patch: [InstallFolder]\bin\clusterdb.exe [InstallFolder]\bin\clusterdb.pdb [InstallFolder]\bin\cm_ctl.exe [InstallFolder]\bin\cm_ctl.pdb [InstallFolder]\bin\conmgr.exe [InstallFolder]\bin\conmgr.pdb [InstallFolder]\bin\createdb.exe [InstallFolder]\bin\createdb.pdb [InstallFolder]\bin\createuser.exe [InstallFolder]\bin\createuser.pdb [InstallFolder]\bin\dropdb.exe [InstallFolder]\bin\dropdb.pdb [InstallFolder]\bin\dropuser.exe [InstallFolder]\bin\dropuser.pdb [InstallFolder]\bin\ecobpg.exe [InstallFolder]\bin\ecobpg.pdb [InstallFolder]\bin\ecpg.exe [InstallFolder]\bin\ecpg.pdb [InstallFolder]\bin\event_core.dll [InstallFolder]\bin\func.vbs [InstallFolder]\bin\initdb.pdb [InstallFolder]\bin\libcrypto-3.dll [InstallFolder]\bin\libecpg.dll [InstallFolder]\bin\libecpg.pdb [InstallFolder]\bin\libecpg_compat.dll [InstallFolder]\bin\libecpg_compat.pdb [InstallFolder]\bin\libiconv.dll [InstallFolder]\bin\libintl.dll [InstallFolder]\bin\liblz4.dll [InstallFolder]\bin\libpgtypes.dll [InstallFolder]\bin\libpgtypes.pdb [InstallFolder]\bin\libpq.dll [InstallFolder]\bin\libpq.pdb [InstallFolder]\bin\libssl-3.dll [InstallFolder]\bin\libxml2.dll [InstallFolder]\bin\libxslt.dll [InstallFolder]\bin\libzstd.dll [InstallFolder]\bin\oid2name.exe [InstallFolder]\bin\oid2name.pdb [InstallFolder]\bin\pg_amcheck.exe [InstallFolder]\bin\pg_amcheck.pdb [InstallFolder]\bin\pg_archivecleanup.pdb [InstallFolder]\bin\pg_basebackup.exe [InstallFolder]\bin\pg_basebackup.pdb [InstallFolder]\bin\pg_checksums.pdb [InstallFolder]\bin\pg_combinebackup.exe [InstallFolder]\bin\pg_combinebackup.pdb [InstallFolder]\bin\pg_config.exe [InstallFolder]\bin\pg_config.pdb [InstallFolder]\bin\pg_controldata.pdb [InstallFolder]\bin\pg_createsubscriber.pdb [InstallFolder]\bin\pg_ctl.pdb [InstallFolder]\bin\pg_dump.exe [InstallFolder]\bin\pg_dump.pdb [InstallFolder]\bin\pg_dumpall.exe [InstallFolder]\bin\pg_dumpall.pdb [InstallFolder]\bin\pg_isready.exe [InstallFolder]\bin\pg_isready.pdb [InstallFolder]\bin\pg_receivewal.exe [InstallFolder]\bin\pg_receivewal.pdb [InstallFolder]\bin\pg_recvlogical.exe [InstallFolder]\bin\pg_recvlogical.pdb [InstallFolder]\bin\pg_resetwal.pdb [InstallFolder]\bin\pg_restore.exe [InstallFolder]\bin\pg_restore.pdb [InstallFolder]\bin\pg_rewind.pdb [InstallFolder]\bin\pg_test_fsync.pdb [InstallFolder]\bin\pg_test_timing.pdb [InstallFolder]\bin\pg_upgrade.pdb [InstallFolder]\bin\pg_verifybackup.pdb [InstallFolder]\bin\pg_waldump.pdb [InstallFolder]\bin\pg_walsummary.pdb [InstallFolder]\bin\pgbench.exe [InstallFolder]\bin\pgbench.pdb [InstallFolder]\bin\pgevent.dll [InstallFolder]\bin\pgevent.pdb [InstallFolder]\bin\pgx_copy.pdb [InstallFolder]\bin\pgx_dmpall.pdb [InstallFolder]\bin\pgx_keystore.pdb [InstallFolder]\bin\pgx_loader.exe [InstallFolder]\bin\pgx_rcvall.pdb [InstallFolder]\bin\postgres.pdb [InstallFolder]\bin\psql.exe [InstallFolder]\bin\psql.pdb [InstallFolder]\bin\reindexdb.exe [InstallFolder]\bin\reindexdb.pdb [InstallFolder]\bin\test_cloexec.exe [InstallFolder]\bin\test_cloexec.pdb [InstallFolder]\bin\vacuumdb.exe [InstallFolder]\bin\vacuumdb.pdb [InstallFolder]\bin\vacuumlo.exe [InstallFolder]\bin\vacuumlo.pdb [InstallFolder]\bin\zlib1.dll [InstallFolder]\doc\Licence\Apache Regexp.txt [InstallFolder]\doc\Licence\Apache_Felix.txt [InstallFolder]\doc\Licence\Azure_go-ntlmssp.txt [InstallFolder]\doc\Licence\ConvertUTF.txt [InstallFolder]\doc\Licence\JCommander_Library.txt [InstallFolder]\doc\Licence\Jackson-databind.txt [InstallFolder]\doc\Licence\Java Native Access (JNA).txt [InstallFolder]\doc\Licence\Kerberos-5.txt [InstallFolder]\doc\Licence\MCP_Toolbox_for_Databases.txt [InstallFolder]\doc\Licence\Marionette.js.txt [InstallFolder]\doc\Licence\Npgsql.EntityFrameworkCore.PostgreSQL.txt [InstallFolder]\doc\Licence\Npgsql.txt [InstallFolder]\doc\Licence\OSSP-uuid.txt [InstallFolder]\doc\Licence\OSS_List.pdf [InstallFolder]\doc\Licence\OpenJDK_Assembly Exception.txt [InstallFolder]\doc\Licence\OpenJDK_Classpath Exception.txt [InstallFolder]\doc\Licence\OpenLDAP.txt [InstallFolder]\doc\Licence\OpenSSL.txt [InstallFolder]\doc\Licence\Pgpool-II.txt [InstallFolder]\doc\Licence\PostgreSQL-JDBC-driver.txt [InstallFolder]\doc\Licence\PostgreSQL.txt [InstallFolder]\doc\Licence\Swing_Layout_Extensions.txt [InstallFolder]\doc\Licence\TestNG.txt [InstallFolder]\doc\Licence\The_FreeType_Project.txt [InstallFolder]\doc\Licence\VisualVM_custom.txt [InstallFolder]\doc\Licence\VividCortex-ewma.txt [InstallFolder]\doc\Licence\WiX-Toolset.txt [InstallFolder]\doc\Licence\Zstandard.txt [InstallFolder]\doc\Licence\angular-block-ui.txt [InstallFolder]\doc\Licence\angular-spinner.txt [InstallFolder]\doc\Licence\angular-translate.txt [InstallFolder]\doc\Licence\angular-visjs.txt [InstallFolder]\doc\Licence\angular.js.txt [InstallFolder]\doc\Licence\aopalliance.txt [InstallFolder]\doc\Licence\apache-age.txt [InstallFolder]\doc\Licence\apache-commons-codec.txt [InstallFolder]\doc\Licence\apache-commons-daemon.txt [InstallFolder]\doc\Licence\apache-commons-io.txt [InstallFolder]\doc\Licence\apache-commons-lang.txt [InstallFolder]\doc\Licence\apache-commons-logging.txt [InstallFolder]\doc\Licence\apache-commons-pool.txt [InstallFolder]\doc\Licence\apache-dbcp.txt [InstallFolder]\doc\Licence\apache-derby.txt [InstallFolder]\doc\Licence\apache-log4j.txt [InstallFolder]\doc\Licence\apache-tomcat-native-library.txt [InstallFolder]\doc\Licence\apache-tomcat.txt [InstallFolder]\doc\Licence\asynckit.txt [InstallFolder]\doc\Licence\auto-sdk.txt [InstallFolder]\doc\Licence\avast_retry-go.txt [InstallFolder]\doc\Licence\axios.txt [InstallFolder]\doc\Licence\backbone.js.txt [InstallFolder]\doc\Licence\bbolt.txt [InstallFolder]\doc\Licence\beorn7-perks.txt [InstallFolder]\doc\Licence\bgentry-speakeasy.txt [InstallFolder]\doc\Licence\boto3.txt [InstallFolder]\doc\Licence\cenkalti-backoff-v4.txt [InstallFolder]\doc\Licence\cespare-xxhash-v2.txt [InstallFolder]\doc\Licence\cheggaaa-pb-v3.txt [InstallFolder]\doc\Licence\click.txt [InstallFolder]\doc\Licence\combined-stream.txt [InstallFolder]\doc\Licence \contrib-instrumentation-google-golang-org-grpc-otelgrpc.txt [InstallFolder]\doc\Licence\coreos-go-semver.txt [InstallFolder]\doc\Licence\coreos-go-systemd-v22.txt [InstallFolder]\doc\Licence\cryptography-1.txt [InstallFolder]\doc\Licence\cryptography-2.txt [InstallFolder]\doc\Licence\cryptography-3.txt [InstallFolder]\doc\Licence\cryptopp.txt [InstallFolder]\doc\Licence\davecgh-go-spew.txt [InstallFolder]\doc\Licence\davecgh_go-spew.txt [InstallFolder]\doc\Licence\deckarep_golang-set.txt [InstallFolder]\doc\Licence\delayed-stream.txt [InstallFolder]\doc\Licence\dustin-go-humanize.txt [InstallFolder]\doc\Licence\ecj.txt [InstallFolder]\doc\Licence\electron-context-menu.txt [InstallFolder]\doc\Licence\electron-dl.txt [InstallFolder]\doc\Licence\electron-is-dev.txt [InstallFolder]\doc\Licence\electron-store.txt [InstallFolder]\doc\Licence\electron.txt [InstallFolder]\doc\Licence\elevate.txt [InstallFolder]\doc\Licence\etcd-api-v3.txt [InstallFolder]\doc\Licence\etcd-client-pkg-v3.txt [InstallFolder]\doc\Licence\etcd-client-v3.txt [InstallFolder]\doc\Licence\etcd-etcdctl-v3.txt [InstallFolder]\doc\Licence\etcd-etcdutl-v3.txt [InstallFolder]\doc\Licence\etcd-pkg-v3.txt [InstallFolder]\doc\Licence\etcd-server-v3.txt [InstallFolder]\doc\Licence\etcd-tests-v3.txt [InstallFolder]\doc\Licence\etcd.txt [InstallFolder]\doc\Licence\fatih-color.txt [InstallFolder]\doc\Licence\follow-redirects.txt [InstallFolder]\doc\Licence\form-data.txt [InstallFolder]\doc\Licence\gettext_libintl.txt [InstallFolder]\doc\Licence\go-asn1-ber_asn1-ber.txt [InstallFolder]\doc\Licence\go-ldap_ldap.txt [InstallFolder]\doc\Licence\go-logr-logr.txt [InstallFolder]\doc\Licence\go-logr-stdr.txt [InstallFolder]\doc\Licence\go-viper_mapstructure.txt [InstallFolder]\doc\Licence\go-yaml_yaml.txt [InstallFolder]\doc\Licence\gofail.txt [InstallFolder]\doc\Licence\gogo-protobuf.txt [InstallFolder]\doc\Licence\golang-groupcache.txt [InstallFolder]\doc\Licence\golang-jwt-jwt-v5.txt [InstallFolder]\doc\Licence\golang-protobuf.txt [InstallFolder]\doc\Licence\golang.org_x_crypto.txt [InstallFolder]\doc\Licence\golang.org_x_exp.txt [InstallFolder]\doc\Licence\golang.org_x_sys.txt [InstallFolder]\doc\Licence\golang.org_x_text.txt [InstallFolder]\doc\Licence\google-btree.txt [InstallFolder]\doc\Licence\google-go-cmp.txt [InstallFolder]\doc\Licence\google-uuid.txt [InstallFolder]\doc\Licence\google_uuid.txt [InstallFolder]\doc\Licence\googleapis_go-genproto.txt [InstallFolder]\doc\Licence\gorilla-websocket.txt [InstallFolder]\doc\Licence\gosimple_slug.txt [InstallFolder]\doc\Licence\gosimple_unidecode.txt [InstallFolder]\doc\Licence \grpc-ecosystem-go-grpc-middleware-providers-prometheus.txt [InstallFolder]\doc\Licence\grpc-ecosystem-go-grpc-middleware-v2.txt [InstallFolder]\doc\Licence\grpc-ecosystem-go-grpc-middleware.txt [InstallFolder]\doc\Licence\grpc-ecosystem-grpc-gateway-v2.txt [InstallFolder]\doc\Licence\grpc.txt [InstallFolder]\doc\Licence\grpc_grpc-go.txt [InstallFolder]\doc\Licence\icu.txt [InstallFolder]\doc\Licence\inconshreveable-mousetrap.txt [InstallFolder]\doc\Licence\jackc_pgpassfile.txt [InstallFolder]\doc\Licence\jackc_pgservicefile.txt [InstallFolder]\doc\Licence\jackc_pgx.txt [InstallFolder]\doc\Licence\jackson-annotations.txt [InstallFolder]\doc\Licence\jackson-core.txt [InstallFolder]\doc\Licence\javahelp2.txt [InstallFolder]\doc\Licence\javax-inject.txt [InstallFolder]\doc\Licence\jcl-over-slf4j.txt [InstallFolder]\doc\Licence\joho_godotenv.txt [InstallFolder]\doc\Licence\jonboulle-clockwork.txt [InstallFolder]\doc\Licence\jquery-html5storage.txt [InstallFolder]\doc\Licence\jquery-ui.txt [InstallFolder]\doc\Licence\jquery.txt [InstallFolder]\doc\Licence\json.txt [InstallFolder]\doc\Licence\json2.txt [InstallFolder]\doc\Licence\jstl.txt [InstallFolder]\doc\Licence\kazoo.txt [InstallFolder]\doc\Licence\klauspost-compress.txt [InstallFolder]\doc\Licence\knadh_koanf.txt [InstallFolder]\doc\Licence\knadh_koanf_maps.txt [InstallFolder]\doc\Licence\knadh_koanf_providers_confmap.txt [InstallFolder]\doc\Licence\knadh_koanf_providers_env.txt [InstallFolder]\doc\Licence\knadh_koanf_providers_posflag.txt [InstallFolder]\doc\Licence\ldap2pg.txt [InstallFolder]\doc\Licence\libedit.txt [InstallFolder]\doc\Licence\libevent.txt [InstallFolder]\doc\Licence\libiconv.txt [InstallFolder]\doc\Licence\libkmip.txt [InstallFolder]\doc\Licence\libssh2.txt [InstallFolder]\doc\Licence\libxml2.txt [InstallFolder]\doc\Licence\libxslt.txt [InstallFolder]\doc\Licence\lithammer_dedent.txt [InstallFolder]\doc\Licence\lmittmann_tint.txt [InstallFolder]\doc\Licence\log4cplus.txt [InstallFolder]\doc\Licence\lombok.txt [InstallFolder]\doc\Licence\lz4.txt [InstallFolder]\doc\Licence\mattn-go-colorable.txt [InstallFolder]\doc\Licence\mattn-go-isatty.txt [InstallFolder]\doc\Licence\mattn-go-runewidth.txt [InstallFolder]\doc\Licence\mattn_go-isatty.txt [InstallFolder]\doc\Licence\mime-db.txt [InstallFolder]\doc\Licence\mime-types.txt [InstallFolder]\doc\Licence\mitchellh_copystructure.txt [InstallFolder]\doc\Licence\mitchellh_mapstructure.txt [InstallFolder]\doc\Licence\mitchellh_reflectwalk.txt [InstallFolder]\doc\Licence\moment.js.txt [InstallFolder]\doc\Licence\ms-vc2015-2022_en.txt [InstallFolder]\doc\Licence\ms-vc2015-2022_jp.txt [InstallFolder]\doc\Licence\multierr.txt [InstallFolder]\doc\Licence\munnerz-goautoneg.txt [InstallFolder]\doc\Licence\natefinch-lumberjack-v2.txt [InstallFolder]\doc\Licence\netbeans_platform_custom.txt [InstallFolder]\doc\Licence\numeral-js.txt [InstallFolder]\doc\Licence\olekukonko-tablewriter.txt [InstallFolder]\doc\Licence\oracle_fdw.txt [InstallFolder]\doc\Licence\orafce.txt [InstallFolder]\doc\Licence\osgi.core.txt [InstallFolder]\doc\Licence \otel-exporters-otlp-otlptrace-otlptracegrpc.txt [InstallFolder]\doc\Licence\otel-exporters-otlp-otlptrace.txt [InstallFolder]\doc\Licence\otel-metric.txt [InstallFolder]\doc\Licence\otel-sdk.txt [InstallFolder]\doc\Licence\otel-trace.txt [InstallFolder]\doc\Licence\otel.txt [InstallFolder]\doc\Licence\paexec.txt [InstallFolder]\doc\Licence\patroni.txt [InstallFolder]\doc\Licence\pgAdmin4.txt [InstallFolder]\doc\Licence\pgBadger.txt [InstallFolder]\doc\Licence\pg_bigm.txt [InstallFolder]\doc\Licence\pg_cron.txt [InstallFolder]\doc\Licence\pg_dbms_stats.txt [InstallFolder]\doc\Licence\pg_hint_plan.txt [InstallFolder]\doc\Licence\pg_repack.txt [InstallFolder]\doc\Licence\pg_rman.txt [InstallFolder]\doc\Licence\pg_statsinfo.txt [InstallFolder]\doc\Licence\pgactive.txt [InstallFolder]\doc\Licence\pgai.txt [InstallFolder]\doc\Licence\pgaudit.txt [InstallFolder]\doc\Licence\pgbackrest.txt [InstallFolder]\doc\Licence\pgvector.txt [InstallFolder]\doc\Licence\pgvectorscale.txt [InstallFolder]\doc\Licence\pmezard-go-difflib.txt [InstallFolder]\doc\Licence\pmezard_go-difflib.txt [InstallFolder]\doc\Licence\prettytable.txt [InstallFolder]\doc\Licence\prometheus-client_golang.txt [InstallFolder]\doc\Licence\prometheus-client_model.txt [InstallFolder]\doc\Licence\prometheus-common.txt [InstallFolder]\doc\Licence\prometheus-procfs.txt [InstallFolder]\doc\Licence\proto-otlp.txt [InstallFolder]\doc\Licence\protocolbuffer-protobuf.txt [InstallFolder]\doc\Licence\proxy-from-env.txt [InstallFolder]\doc\Licence\psf-request.txt [InstallFolder]\doc\Licence\psqlODBC.txt [InstallFolder]\doc\Licence\psutil.txt [InstallFolder]\doc\Licence\psycopg-c.txt [InstallFolder]\doc\Licence\psycopg-pool.txt [InstallFolder]\doc\Licence\psycopg.txt [InstallFolder]\doc\Licence\psycopg2.txt [InstallFolder]\doc\Licence\pysyncobj.txt [InstallFolder]\doc\Licence\python-dateutil.txt [InstallFolder]\doc\Licence\python-etcd.txt [InstallFolder]\doc\Licence\python-json-logger.txt [InstallFolder]\doc\Licence\python.txt [InstallFolder]\doc\Licence\pyyaml.txt [InstallFolder]\doc\Licence\raft-v3.txt [InstallFolder]\doc\Licence\rivo-uniseg.txt [InstallFolder]\doc\Licence\sirupsen-logrus.txt [InstallFolder]\doc\Licence\slf4j-api-module.txt [InstallFolder]\doc\Licence\slf4j-log4j-12-binding.txt [InstallFolder]\doc\Licence\soheilhy-cmux.txt [InstallFolder]\doc\Licence\spf13-cobra.txt [InstallFolder]\doc\Licence\spf13_pflag.txt [InstallFolder]\doc\Licence\spin.js.txt [InstallFolder]\doc\Licence\spring-commons-logging-bridge.txt [InstallFolder]\doc\Licence\spring-framework.txt [InstallFolder]\doc\Licence\spring-security.txt [InstallFolder]\doc\Licence\spring-transaction.txt [InstallFolder]\doc\Licence\stretchr_testify.txt [InstallFolder]\doc\Licence\tmc-grpc-websocket-proxy.txt [InstallFolder]\doc\Licence\tomcat-ssi.txt [InstallFolder]\doc\Licence\underscore.js.txt [InstallFolder]\doc\Licence\urllib3.txt [InstallFolder]\doc\Licence\vis.js.txt [InstallFolder]\doc\Licence\x-crypto.txt [InstallFolder]\doc\Licence\x-net.txt [InstallFolder]\doc\Licence\x-sys.txt [InstallFolder]\doc\Licence\x-text.txt [InstallFolder]\doc\Licence\x-time.txt [InstallFolder]\doc\Licence\xerces-c.txt [InstallFolder]\doc\Licence\xiang90-probing.txt [InstallFolder]\doc\Licence\yaml-v3.txt [InstallFolder]\doc\Licence\yaml.txt [InstallFolder]\doc\Licence\ydiff.txt [InstallFolder]\doc\Licence\zap.txt [InstallFolder]\doc\Licence\zlib.txt [InstallFolder]\dotnet10\Npgsql.18.0.0.nupkg [InstallFolder]\dotnet10\Npgsql.DependencyInjection.18.0.0.nupkg [InstallFolder]\dotnet10 \Npgsql.EntityFrameworkCore.PostgreSQL.10.0.1.nupkg [InstallFolder]\dotnet10 \Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite.10.0.1.nupkg [InstallFolder]\dotnet10 \Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime.10.0.1.nupkg [InstallFolder]\dotnet10\Npgsql.GeoJSON.18.0.0.nupkg [InstallFolder]\dotnet10\Npgsql.Json.NET.18.0.0.nupkg [InstallFolder]\dotnet10\Npgsql.NetTopologySuite.18.0.0.nupkg [InstallFolder]\dotnet10\Npgsql.NodaTime.18.0.0.nupkg [InstallFolder]\dotnet10\Npgsql.OpenTelemetry.18.0.0.nupkg [InstallFolder]\dotnet\Npgsql.18.0.0.nupkg [InstallFolder]\dotnet\Npgsql.DependencyInjection.18.0.0.nupkg [InstallFolder]\dotnet\Npgsql.EntityFrameworkCore.PostgreSQL.8.0.11.nupkg [InstallFolder]\dotnet \Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite.8.0.11.nupkg [InstallFolder]\dotnet \Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime.8.0.11.nupkg [InstallFolder]\dotnet\Npgsql.GeoJSON.18.0.0.nupkg [InstallFolder]\dotnet\Npgsql.Json.NET.18.0.0.nupkg [InstallFolder]\dotnet\Npgsql.NetTopologySuite.18.0.0.nupkg [InstallFolder]\dotnet\Npgsql.NodaTime.18.0.0.nupkg [InstallFolder]\dotnet\Npgsql.OpenTelemetry.18.0.0.nupkg [InstallFolder]\include\SQLCA-COBOL [InstallFolder]\include\SQLCA-COBOL.cob [InstallFolder]\include\ecpg_config.h [InstallFolder]\include\ecpg_informix.h [InstallFolder]\include\ecpgerrno.h [InstallFolder]\include\ecpglib.h [InstallFolder]\include\ecpgtype.h [InstallFolder]\include\informix\esql\datetime.h [InstallFolder]\include\informix\esql\decimal.h [InstallFolder]\include\informix\esql\sqltypes.h [InstallFolder]\include\internal\c.h [InstallFolder]\include\internal\cmlite.h [InstallFolder]\include\internal\fe-auth-sasl.h [InstallFolder]\include\internal\libpq-int.h [InstallFolder]\include\internal\libpq\pqcomm.h [InstallFolder]\include\internal\libpq\protocol.h [InstallFolder]\include\internal\port.h [InstallFolder]\include\internal\postgres_fe.h [InstallFolder]\include\internal\pqexpbuffer.h [InstallFolder]\include\libintl.h [InstallFolder]\include\libpq-events.h [InstallFolder]\include\libpq-fe.h [InstallFolder]\include\libpq\libpq-fs.h [InstallFolder]\include\pg_config.h [InstallFolder]\include\pg_config_manual.h [InstallFolder]\include\pg_config_os.h [InstallFolder]\include\pgtypes.h [InstallFolder]\include\pgtypes_date.h [InstallFolder]\include\pgtypes_error.h [InstallFolder]\include\pgtypes_interval.h [InstallFolder]\include\pgtypes_numeric.h [InstallFolder]\include\pgtypes_timestamp.h [InstallFolder]\include\postgres_ext.h [InstallFolder]\include\server\access\amapi.h [InstallFolder]\include\server\access\amvalidate.h [InstallFolder]\include\server\access\attmap.h [InstallFolder]\include\server\access\attnum.h [InstallFolder]\include\server\access\brin.h [InstallFolder]\include\server\access\brin_internal.h [InstallFolder]\include\server\access\brin_page.h [InstallFolder]\include\server\access\brin_pageops.h [InstallFolder]\include\server\access\brin_revmap.h [InstallFolder]\include\server\access\brin_tuple.h [InstallFolder]\include\server\access\brin_xlog.h [InstallFolder]\include\server\access\bufmask.h [InstallFolder]\include\server\access\clog.h [InstallFolder]\include\server\access\cmptype.h [InstallFolder]\include\server\access\commit_ts.h [InstallFolder]\include\server\access\detoast.h [InstallFolder]\include\server\access\genam.h [InstallFolder]\include\server\access\generic_xlog.h [InstallFolder]\include\server\access\gin.h [InstallFolder]\include\server\access\gin_private.h [InstallFolder]\include\server\access\gin_tuple.h [InstallFolder]\include\server\access\ginblock.h [InstallFolder]\include\server\access\ginxlog.h [InstallFolder]\include\server\access\gist.h [InstallFolder]\include\server\access\gist_private.h [InstallFolder]\include\server\access\gistscan.h [InstallFolder]\include\server\access\gistxlog.h [InstallFolder]\include\server\access\hash.h [InstallFolder]\include\server\access\hash_xlog.h [InstallFolder]\include\server\access\heapam.h [InstallFolder]\include\server\access\heapam_xlog.h [InstallFolder]\include\server\access\heaptoast.h [InstallFolder]\include\server\access\hio.h [InstallFolder]\include\server\access\htup.h [InstallFolder]\include\server\access\htup_details.h [InstallFolder]\include\server\access\itup.h [InstallFolder]\include\server\access\multixact.h [InstallFolder]\include\server\access\nbtree.h [InstallFolder]\include\server\access\nbtxlog.h [InstallFolder]\include\server\access\parallel.h [InstallFolder]\include\server\access\printsimple.h [InstallFolder]\include\server\access\printtup.h [InstallFolder]\include\server\access\relation.h [InstallFolder]\include\server\access\reloptions.h [InstallFolder]\include\server\access\relscan.h [InstallFolder]\include\server\access\rewriteheap.h [InstallFolder]\include\server\access\rmgr.h [InstallFolder]\include\server\access\rmgrdesc_utils.h [InstallFolder]\include\server\access\rmgrlist.h [InstallFolder]\include\server\access\sdir.h [InstallFolder]\include\server\access\sequence.h [InstallFolder]\include\server\access\session.h [InstallFolder]\include\server\access\skey.h [InstallFolder]\include\server\access\slru.h [InstallFolder]\include\server\access\spgist.h [InstallFolder]\include\server\access\spgist_private.h [InstallFolder]\include\server\access\spgxlog.h [InstallFolder]\include\server\access\stratnum.h [InstallFolder]\include\server\access\subtrans.h [InstallFolder]\include\server\access\syncscan.h [InstallFolder]\include\server\access\sysattr.h [InstallFolder]\include\server\access\table.h [InstallFolder]\include\server\access\tableam.h [InstallFolder]\include\server\access\tidstore.h [InstallFolder]\include\server\access\timeline.h [InstallFolder]\include\server\access\toast_compression.h [InstallFolder]\include\server\access\toast_helper.h [InstallFolder]\include\server\access\toast_internals.h [InstallFolder]\include\server\access\transam.h [InstallFolder]\include\server\access\tsmapi.h [InstallFolder]\include\server\access\tupconvert.h [InstallFolder]\include\server\access\tupdesc.h [InstallFolder]\include\server\access\tupdesc_details.h [InstallFolder]\include\server\access\tupmacs.h [InstallFolder]\include\server\access\twophase.h [InstallFolder]\include\server\access\twophase_rmgr.h [InstallFolder]\include\server\access\valid.h [InstallFolder]\include\server\access\visibilitymap.h [InstallFolder]\include\server\access\visibilitymapdefs.h [InstallFolder]\include\server\access\wal_arbiter.h [InstallFolder]\include\server\access\xact.h [InstallFolder]\include\server\access\xlog.h [InstallFolder]\include\server\access\xlog_internal.h [InstallFolder]\include\server\access\xlogarchive.h [InstallFolder]\include\server\access\xlogbackup.h [InstallFolder]\include\server\access\xlogdefs.h [InstallFolder]\include\server\access\xloginsert.h [InstallFolder]\include\server\access\xlogprefetcher.h [InstallFolder]\include\server\access\xlogreader.h [InstallFolder]\include\server\access\xlogrecord.h [InstallFolder]\include\server\access\xlogrecovery.h [InstallFolder]\include\server\access\xlogstats.h [InstallFolder]\include\server\access\xlogutils.h [InstallFolder]\include\server\archive\archive_module.h [InstallFolder]\include\server\archive\shell_archive.h [InstallFolder]\include\server\bootstrap\bootstrap.h [InstallFolder]\include\server\c.h [InstallFolder]\include\server\catalog\binary_upgrade.h [InstallFolder]\include\server\catalog\catalog.h [InstallFolder]\include\server\catalog\catversion.h [InstallFolder]\include\server\catalog\dependency.h [InstallFolder]\include\server\catalog\genbki.h [InstallFolder]\include\server\catalog\heap.h [InstallFolder]\include\server\catalog\index.h [InstallFolder]\include\server\catalog\indexing.h [InstallFolder]\include\server\catalog\namespace.h [InstallFolder]\include\server\catalog\objectaccess.h [InstallFolder]\include\server\catalog\objectaddress.h [InstallFolder]\include\server\catalog\partition.h [InstallFolder]\include\server\catalog\pg_aggregate.h [InstallFolder]\include\server\catalog\pg_aggregate_d.h [InstallFolder]\include\server\catalog\pg_am.h [InstallFolder]\include\server\catalog\pg_am_d.h [InstallFolder]\include\server\catalog\pg_amop.h [InstallFolder]\include\server\catalog\pg_amop_d.h [InstallFolder]\include\server\catalog\pg_amproc.h [InstallFolder]\include\server\catalog\pg_amproc_d.h [InstallFolder]\include\server\catalog\pg_attrdef.h [InstallFolder]\include\server\catalog\pg_attrdef_d.h [InstallFolder]\include\server\catalog\pg_attribute.h [InstallFolder]\include\server\catalog\pg_attribute_d.h [InstallFolder]\include\server\catalog\pg_auth_members.h [InstallFolder]\include\server\catalog\pg_auth_members_d.h [InstallFolder]\include\server\catalog\pg_authid.h [InstallFolder]\include\server\catalog\pg_authid_d.h [InstallFolder]\include\server\catalog\pg_cast.h [InstallFolder]\include\server\catalog\pg_cast_d.h [InstallFolder]\include\server\catalog\pg_class.h [InstallFolder]\include\server\catalog\pg_class_d.h [InstallFolder]\include\server\catalog\pg_collation.h [InstallFolder]\include\server\catalog\pg_collation_d.h [InstallFolder]\include\server\catalog\pg_constraint.h [InstallFolder]\include\server\catalog\pg_constraint_d.h [InstallFolder]\include\server\catalog\pg_control.h [InstallFolder]\include\server\catalog\pg_conversion.h [InstallFolder]\include\server\catalog\pg_conversion_d.h [InstallFolder]\include\server\catalog\pg_database.h [InstallFolder]\include\server\catalog\pg_database_d.h [InstallFolder]\include\server\catalog\pg_db_role_setting.h [InstallFolder]\include\server\catalog\pg_db_role_setting_d.h [InstallFolder]\include\server\catalog\pg_default_acl.h [InstallFolder]\include\server\catalog\pg_default_acl_d.h [InstallFolder]\include\server\catalog\pg_depend.h [InstallFolder]\include\server\catalog\pg_depend_d.h [InstallFolder]\include\server\catalog\pg_description.h [InstallFolder]\include\server\catalog\pg_description_d.h [InstallFolder]\include\server\catalog\pg_enum.h [InstallFolder]\include\server\catalog\pg_enum_d.h [InstallFolder]\include\server\catalog\pg_event_trigger.h [InstallFolder]\include\server\catalog\pg_event_trigger_d.h [InstallFolder]\include\server\catalog\pg_extension.h [InstallFolder]\include\server\catalog\pg_extension_d.h [InstallFolder]\include\server\catalog\pg_foreign_data_wrapper.h [InstallFolder]\include\server\catalog\pg_foreign_data_wrapper_d.h [InstallFolder]\include\server\catalog\pg_foreign_server.h [InstallFolder]\include\server\catalog\pg_foreign_server_d.h [InstallFolder]\include\server\catalog\pg_foreign_table.h [InstallFolder]\include\server\catalog\pg_foreign_table_d.h [InstallFolder]\include\server\catalog\pg_index.h [InstallFolder]\include\server\catalog\pg_index_d.h [InstallFolder]\include\server\catalog\pg_inherits.h [InstallFolder]\include\server\catalog\pg_inherits_d.h [InstallFolder]\include\server\catalog\pg_init_privs.h [InstallFolder]\include\server\catalog\pg_init_privs_d.h [InstallFolder]\include\server\catalog\pg_language.h [InstallFolder]\include\server\catalog\pg_language_d.h [InstallFolder]\include\server\catalog\pg_largeobject.h [InstallFolder]\include\server\catalog\pg_largeobject_d.h [InstallFolder]\include\server\catalog\pg_largeobject_metadata.h [InstallFolder]\include\server\catalog\pg_largeobject_metadata_d.h [InstallFolder]\include\server\catalog\pg_namespace.h [InstallFolder]\include\server\catalog\pg_namespace_d.h [InstallFolder]\include\server\catalog\pg_opclass.h [InstallFolder]\include\server\catalog\pg_opclass_d.h [InstallFolder]\include\server\catalog\pg_operator.h [InstallFolder]\include\server\catalog\pg_operator_d.h [InstallFolder]\include\server\catalog\pg_opfamily.h [InstallFolder]\include\server\catalog\pg_opfamily_d.h [InstallFolder]\include\server\catalog\pg_parameter_acl.h [InstallFolder]\include\server\catalog\pg_parameter_acl_d.h [InstallFolder]\include\server\catalog\pg_partitioned_table.h [InstallFolder]\include\server\catalog\pg_partitioned_table_d.h [InstallFolder]\include\server\catalog\pg_policy.h [InstallFolder]\include\server\catalog\pg_policy_d.h [InstallFolder]\include\server\catalog\pg_proc.h [InstallFolder]\include\server\catalog\pg_proc_d.h [InstallFolder]\include\server\catalog\pg_publication.h [InstallFolder]\include\server\catalog\pg_publication_d.h [InstallFolder]\include\server\catalog\pg_publication_namespace.h [InstallFolder]\include\server\catalog\pg_publication_namespace_d.h [InstallFolder]\include\server\catalog\pg_publication_rel.h [InstallFolder]\include\server\catalog\pg_publication_rel_d.h [InstallFolder]\include\server\catalog\pg_range.h [InstallFolder]\include\server\catalog\pg_range_d.h [InstallFolder]\include\server\catalog\pg_replication_origin.h [InstallFolder]\include\server\catalog\pg_replication_origin_d.h [InstallFolder]\include\server\catalog\pg_rewrite.h [InstallFolder]\include\server\catalog\pg_rewrite_d.h [InstallFolder]\include\server\catalog\pg_seclabel.h [InstallFolder]\include\server\catalog\pg_seclabel_d.h [InstallFolder]\include\server\catalog\pg_sequence.h [InstallFolder]\include\server\catalog\pg_sequence_d.h [InstallFolder]\include\server\catalog\pg_shdepend.h [InstallFolder]\include\server\catalog\pg_shdepend_d.h [InstallFolder]\include\server\catalog\pg_shdescription.h [InstallFolder]\include\server\catalog\pg_shdescription_d.h [InstallFolder]\include\server\catalog\pg_shseclabel.h [InstallFolder]\include\server\catalog\pg_shseclabel_d.h [InstallFolder]\include\server\catalog\pg_statistic.h [InstallFolder]\include\server\catalog\pg_statistic_d.h [InstallFolder]\include\server\catalog\pg_statistic_ext.h [InstallFolder]\include\server\catalog\pg_statistic_ext_d.h [InstallFolder]\include\server\catalog\pg_statistic_ext_data.h [InstallFolder]\include\server\catalog\pg_statistic_ext_data_d.h [InstallFolder]\include\server\catalog\pg_subscription.h [InstallFolder]\include\server\catalog\pg_subscription_d.h [InstallFolder]\include\server\catalog\pg_subscription_rel.h [InstallFolder]\include\server\catalog\pg_subscription_rel_d.h [InstallFolder]\include\server\catalog\pg_tablespace.h [InstallFolder]\include\server\catalog\pg_tablespace_d.h [InstallFolder]\include\server\catalog\pg_transform.h [InstallFolder]\include\server\catalog\pg_transform_d.h [InstallFolder]\include\server\catalog\pg_trigger.h [InstallFolder]\include\server\catalog\pg_trigger_d.h [InstallFolder]\include\server\catalog\pg_ts_config.h [InstallFolder]\include\server\catalog\pg_ts_config_d.h [InstallFolder]\include\server\catalog\pg_ts_config_map.h [InstallFolder]\include\server\catalog\pg_ts_config_map_d.h [InstallFolder]\include\server\catalog\pg_ts_dict.h [InstallFolder]\include\server\catalog\pg_ts_dict_d.h [InstallFolder]\include\server\catalog\pg_ts_parser.h [InstallFolder]\include\server\catalog\pg_ts_parser_d.h [InstallFolder]\include\server\catalog\pg_ts_template.h [InstallFolder]\include\server\catalog\pg_ts_template_d.h [InstallFolder]\include\server\catalog\pg_type.h [InstallFolder]\include\server\catalog\pg_type_d.h [InstallFolder]\include\server\catalog\pg_user_mapping.h [InstallFolder]\include\server\catalog\pg_user_mapping_d.h [InstallFolder]\include\server\catalog\pgx_auth_password.h [InstallFolder]\include\server\catalog\pgx_auth_password_d.h [InstallFolder]\include\server\catalog\pgx_depend_nodes.h [InstallFolder]\include\server\catalog\pgx_depend_nodes_d.h [InstallFolder]\include\server\catalog\pgx_password_history.h [InstallFolder]\include\server\catalog\pgx_password_history_d.h [InstallFolder]\include\server\catalog\pgx_pgxnode.h [InstallFolder]\include\server\catalog\pgx_pgxnode_d.h [InstallFolder]\include\server\catalog\pgx_pgxnodedb.h [InstallFolder]\include\server\catalog\pgx_pgxnodedb_d.h [InstallFolder]\include\server\catalog\pgx_profile.h [InstallFolder]\include\server\catalog\pgx_profile_d.h [InstallFolder]\include\server\catalog\pgx_replication_object.h [InstallFolder]\include\server\catalog\pgx_replication_object_d.h [InstallFolder]\include\server\catalog \pgx_replication_object_subscription.h [InstallFolder]\include\server\catalog \pgx_replication_object_subscription_d.h [InstallFolder]\include\server\catalog\pgx_replication_table.h [InstallFolder]\include\server\catalog\pgx_replication_table_d.h [InstallFolder]\include\server\catalog\pgx_replication_table_node.h [InstallFolder]\include\server\catalog\pgx_replication_table_node_d.h [InstallFolder]\include\server\catalog\pgx_shard.h [InstallFolder]\include\server\catalog\pgx_shard_d.h [InstallFolder]\include\server\catalog\pgx_shard_placement.h [InstallFolder]\include\server\catalog\pgx_shard_placement_d.h [InstallFolder]\include\server\catalog\pgx_shard_table.h [InstallFolder]\include\server\catalog\pgx_shard_table_d.h [InstallFolder]\include\server\catalog\pgx_shard_tablespace.h [InstallFolder]\include\server\catalog\pgx_shard_tablespace_d.h [InstallFolder]\include\server\catalog\pgx_shdepend.h [InstallFolder]\include\server\catalog\pgx_shdepend_d.h [InstallFolder]\include\server\catalog\pgx_shdepend_nodes.h [InstallFolder]\include\server\catalog\pgx_shdepend_nodes_d.h [InstallFolder]\include\server\catalog\pgx_shuser_mapping.h [InstallFolder]\include\server\catalog\pgx_shuser_mapping_d.h [InstallFolder]\include\server\catalog\pgx_user_profile.h [InstallFolder]\include\server\catalog\pgx_user_profile_d.h [InstallFolder]\include\server\catalog\schemapg.h [InstallFolder]\include\server\catalog\storage.h [InstallFolder]\include\server\catalog\storage_xlog.h [InstallFolder]\include\server\catalog\syscache_ids.h [InstallFolder]\include\server\catalog\system_fk_info.h [InstallFolder]\include\server\catalog\toasting.h [InstallFolder]\include\server\commands\alter.h [InstallFolder]\include\server\commands\async.h [InstallFolder]\include\server\commands\cluster.h [InstallFolder]\include\server\commands\collationcmds.h [InstallFolder]\include\server\commands\comment.h [InstallFolder]\include\server\commands\conversioncmds.h [InstallFolder]\include\server\commands\copy.h [InstallFolder]\include\server\commands\copyapi.h [InstallFolder]\include\server\commands\copyfrom_internal.h [InstallFolder]\include\server\commands\createas.h [InstallFolder]\include\server\commands\dbcommands.h [InstallFolder]\include\server\commands\dbcommands_xlog.h [InstallFolder]\include\server\commands\defrem.h [InstallFolder]\include\server\commands\discard.h [InstallFolder]\include\server\commands\event_trigger.h [InstallFolder]\include\server\commands\explain.h [InstallFolder]\include\server\commands\explain_dr.h [InstallFolder]\include\server\commands\explain_format.h [InstallFolder]\include\server\commands\explain_state.h [InstallFolder]\include\server\commands\extension.h [InstallFolder]\include\server\commands\lockcmds.h [InstallFolder]\include\server\commands\matview.h [InstallFolder]\include\server\commands\policy.h [InstallFolder]\include\server\commands\portalcmds.h [InstallFolder]\include\server\commands\prepare.h [InstallFolder]\include\server\commands\proclang.h [InstallFolder]\include\server\commands\progress.h [InstallFolder]\include\server\commands\publicationcmds.h [InstallFolder]\include\server\commands\schemacmds.h [InstallFolder]\include\server\commands\seclabel.h [InstallFolder]\include\server\commands\sequence.h [InstallFolder]\include\server\commands\shard.h [InstallFolder]\include\server\commands\subscriptioncmds.h [InstallFolder]\include\server\commands\tablecmds.h [InstallFolder]\include\server\commands\tablespace.h [InstallFolder]\include\server\commands\trigger.h [InstallFolder]\include\server\commands\typecmds.h [InstallFolder]\include\server\commands\user.h [InstallFolder]\include\server\commands\vacuum.h [InstallFolder]\include\server\commands\view.h [InstallFolder]\include\server\common\archive.h [InstallFolder]\include\server\common\base64.h [InstallFolder]\include\server\common\blkreftable.h [InstallFolder]\include\server\common\checksum_helper.h [InstallFolder]\include\server\common\compression.h [InstallFolder]\include\server\common\config_info.h [InstallFolder]\include\server\common\connect.h [InstallFolder]\include\server\common\controldata_utils.h [InstallFolder]\include\server\common\cryptohash.h [InstallFolder]\include\server\common\fe_memutils.h [InstallFolder]\include\server\common\file_perm.h [InstallFolder]\include\server\common\file_utils.h [InstallFolder]\include\server\common\hashfn.h [InstallFolder]\include\server\common\hashfn_unstable.h [InstallFolder]\include\server\common\hmac.h [InstallFolder]\include\server\common\int.h [InstallFolder]\include\server\common\int128.h [InstallFolder]\include\server\common\ip.h [InstallFolder]\include\server\common\jsonapi.h [InstallFolder]\include\server\common\keywords.h [InstallFolder]\include\server\common\kwlookup.h [InstallFolder]\include\server\common\link-canary.h [InstallFolder]\include\server\common\logging.h [InstallFolder]\include\server\common\md5.h [InstallFolder]\include\server\common\oauth-common.h [InstallFolder]\include\server\common\openssl.h [InstallFolder]\include\server\common\parse_manifest.h [InstallFolder]\include\server\common\percentrepl.h [InstallFolder]\include\server\common\pg_lzcompress.h [InstallFolder]\include\server\common\pg_prng.h [InstallFolder]\include\server\common\relpath.h [InstallFolder]\include\server\common\restricted_token.h [InstallFolder]\include\server\common\saslprep.h [InstallFolder]\include\server\common\scram-common.h [InstallFolder]\include\server\common\sha1.h [InstallFolder]\include\server\common\sha2.h [InstallFolder]\include\server\common\shortest_dec.h [InstallFolder]\include\server\common\string.h [InstallFolder]\include\server\common\unicode_case.h [InstallFolder]\include\server\common\unicode_case_table.h [InstallFolder]\include\server\common\unicode_category.h [InstallFolder]\include\server\common\unicode_category_table.h [InstallFolder]\include\server\common\unicode_east_asian_fw_table.h [InstallFolder]\include\server\common\unicode_nonspacing_table.h [InstallFolder]\include\server\common\unicode_norm.h [InstallFolder]\include\server\common\unicode_norm_hashfunc.h [InstallFolder]\include\server\common\unicode_norm_table.h [InstallFolder]\include\server\common\unicode_normprops_table.h [InstallFolder]\include\server\common\unicode_version.h [InstallFolder]\include\server\common\username.h [InstallFolder]\include\server\datatype\timestamp.h [InstallFolder]\include\server\executor\execAsync.h [InstallFolder]\include\server\executor\execExpr.h [InstallFolder]\include\server\executor\execParallel.h [InstallFolder]\include\server\executor\execPartition.h [InstallFolder]\include\server\executor\execScan.h [InstallFolder]\include\server\executor\execdebug.h [InstallFolder]\include\server\executor\execdesc.h [InstallFolder]\include\server\executor\executor.h [InstallFolder]\include\server\executor\functions.h [InstallFolder]\include\server\executor\hashjoin.h [InstallFolder]\include\server\executor\instrument.h [InstallFolder]\include\server\executor\nodeAgg.h [InstallFolder]\include\server\executor\nodeAppend.h [InstallFolder]\include\server\executor\nodeBitmapAnd.h [InstallFolder]\include\server\executor\nodeBitmapHeapscan.h [InstallFolder]\include\server\executor\nodeBitmapIndexscan.h [InstallFolder]\include\server\executor\nodeBitmapOr.h [InstallFolder]\include\server\executor\nodeCtescan.h [InstallFolder]\include\server\executor\nodeCustom.h [InstallFolder]\include\server\executor\nodeForeignscan.h [InstallFolder]\include\server\executor\nodeFunctionscan.h [InstallFolder]\include\server\executor\nodeGather.h [InstallFolder]\include\server\executor\nodeGatherMerge.h [InstallFolder]\include\server\executor\nodeGroup.h [InstallFolder]\include\server\executor\nodeHash.h [InstallFolder]\include\server\executor\nodeHashjoin.h [InstallFolder]\include\server\executor\nodeIncrementalSort.h [InstallFolder]\include\server\executor\nodeIndexonlyscan.h [InstallFolder]\include\server\executor\nodeIndexscan.h [InstallFolder]\include\server\executor\nodeLimit.h [InstallFolder]\include\server\executor\nodeLockRows.h [InstallFolder]\include\server\executor\nodeMaterial.h [InstallFolder]\include\server\executor\nodeMemoize.h [InstallFolder]\include\server\executor\nodeMergeAppend.h [InstallFolder]\include\server\executor\nodeMergejoin.h [InstallFolder]\include\server\executor\nodeModifyTable.h [InstallFolder]\include\server\executor\nodeNamedtuplestorescan.h [InstallFolder]\include\server\executor\nodeNestloop.h [InstallFolder]\include\server\executor\nodeProjectSet.h [InstallFolder]\include\server\executor\nodeRecursiveunion.h [InstallFolder]\include\server\executor\nodeResult.h [InstallFolder]\include\server\executor\nodeSamplescan.h [InstallFolder]\include\server\executor\nodeSeqscan.h [InstallFolder]\include\server\executor\nodeSetOp.h [InstallFolder]\include\server\executor\nodeSort.h [InstallFolder]\include\server\executor\nodeSubplan.h [InstallFolder]\include\server\executor\nodeSubqueryscan.h [InstallFolder]\include\server\executor\nodeTableFuncscan.h [InstallFolder]\include\server\executor\nodeTidrangescan.h [InstallFolder]\include\server\executor\nodeTidscan.h [InstallFolder]\include\server\executor\nodeUnique.h [InstallFolder]\include\server\executor\nodeValuesscan.h [InstallFolder]\include\server\executor\nodeWindowAgg.h [InstallFolder]\include\server\executor\nodeWorktablescan.h [InstallFolder]\include\server\executor\spi.h [InstallFolder]\include\server\executor\spi_priv.h [InstallFolder]\include\server\executor\tablefunc.h [InstallFolder]\include\server\executor\tqueue.h [InstallFolder]\include\server\executor\tstoreReceiver.h [InstallFolder]\include\server\executor\tuptable.h [InstallFolder]\include\server\fe_utils\archive.h [InstallFolder]\include\server\fe_utils\astreamer.h [InstallFolder]\include\server\fe_utils\cancel.h [InstallFolder]\include\server\fe_utils\conditional.h [InstallFolder]\include\server\fe_utils\connect_utils.h [InstallFolder]\include\server\fe_utils\mbprint.h [InstallFolder]\include\server\fe_utils\option_utils.h [InstallFolder]\include\server\fe_utils\parallel_slot.h [InstallFolder]\include\server\fe_utils\print.h [InstallFolder]\include\server\fe_utils\psqlscan.h [InstallFolder]\include\server\fe_utils\psqlscan_int.h [InstallFolder]\include\server\fe_utils\query_utils.h [InstallFolder]\include\server\fe_utils\recovery_gen.h [InstallFolder]\include\server\fe_utils\simple_list.h [InstallFolder]\include\server\fe_utils\string_utils.h [InstallFolder]\include\server\fmgr.h [InstallFolder]\include\server\foreign\fdwapi.h [InstallFolder]\include\server\foreign\foreign.h [InstallFolder]\include\server\foreign\scaleout.h [InstallFolder]\include\server\funcapi.h [InstallFolder]\include\server\getopt_long.h [InstallFolder]\include\server\jit\SectionMemoryManager.h [InstallFolder]\include\server\jit\jit.h [InstallFolder]\include\server\jit\llvmjit.h [InstallFolder]\include\server\jit\llvmjit_backport.h [InstallFolder]\include\server\jit\llvmjit_emit.h [InstallFolder]\include\server\lib\binaryheap.h [InstallFolder]\include\server\lib\bipartite_match.h [InstallFolder]\include\server\lib\bloomfilter.h [InstallFolder]\include\server\lib\dshash.h [InstallFolder]\include\server\lib\hyperloglog.h [InstallFolder]\include\server\lib\ilist.h [InstallFolder]\include\server\lib\integerset.h [InstallFolder]\include\server\lib\knapsack.h [InstallFolder]\include\server\lib\pairingheap.h [InstallFolder]\include\server\lib\qunique.h [InstallFolder]\include\server\lib\radixtree.h [InstallFolder]\include\server\lib\rbtree.h [InstallFolder]\include\server\lib\simplehash.h [InstallFolder]\include\server\lib\sort_template.h [InstallFolder]\include\server\lib\stringinfo.h [InstallFolder]\include\server\libpq\auth.h [InstallFolder]\include\server\libpq\be-fsstubs.h [InstallFolder]\include\server\libpq\be-gssapi-common.h [InstallFolder]\include\server\libpq\crypt.h [InstallFolder]\include\server\libpq\hba.h [InstallFolder]\include\server\libpq\ifaddr.h [InstallFolder]\include\server\libpq\libpq-be-fe-helpers.h [InstallFolder]\include\server\libpq\libpq-be.h [InstallFolder]\include\server\libpq\libpq-fs.h [InstallFolder]\include\server\libpq\libpq.h [InstallFolder]\include\server\libpq\oauth.h [InstallFolder]\include\server\libpq\pg-gssapi.h [InstallFolder]\include\server\libpq\pqcomm.h [InstallFolder]\include\server\libpq\pqformat.h [InstallFolder]\include\server\libpq\pqmq.h [InstallFolder]\include\server\libpq\pqsignal.h [InstallFolder]\include\server\libpq\protocol.h [InstallFolder]\include\server\libpq\sasl.h [InstallFolder]\include\server\libpq\scram.h [InstallFolder]\include\server\lic\fjlic-client.h [InstallFolder]\include\server\mb\pg_wchar.h [InstallFolder]\include\server\mb\stringinfo_mb.h [InstallFolder]\include\server\miscadmin.h [InstallFolder]\include\server\nodes\bitmapset.h [InstallFolder]\include\server\nodes\execnodes.h [InstallFolder]\include\server\nodes\extensible.h [InstallFolder]\include\server\nodes\lockoptions.h [InstallFolder]\include\server\nodes\makefuncs.h [InstallFolder]\include\server\nodes\memnodes.h [InstallFolder]\include\server\nodes\miscnodes.h [InstallFolder]\include\server\nodes\multibitmapset.h [InstallFolder]\include\server\nodes\nodeFuncs.h [InstallFolder]\include\server\nodes\nodes.h [InstallFolder]\include\server\nodes\nodetags.h [InstallFolder]\include\server\nodes\params.h [InstallFolder]\include\server\nodes\parsenodes.h [InstallFolder]\include\server\nodes\pathnodes.h [InstallFolder]\include\server\nodes\pg_list.h [InstallFolder]\include\server\nodes\plannodes.h [InstallFolder]\include\server\nodes\primnodes.h [InstallFolder]\include\server\nodes\print.h [InstallFolder]\include\server\nodes\queryjumble.h [InstallFolder]\include\server\nodes\readfuncs.h [InstallFolder]\include\server\nodes\replnodes.h [InstallFolder]\include\server\nodes\subscripting.h [InstallFolder]\include\server\nodes\supportnodes.h [InstallFolder]\include\server\nodes\tidbitmap.h [InstallFolder]\include\server\nodes\value.h [InstallFolder]\include\server\optimizer\appendinfo.h [InstallFolder]\include\server\optimizer\clauses.h [InstallFolder]\include\server\optimizer\cost.h [InstallFolder]\include\server\optimizer\geqo.h [InstallFolder]\include\server\optimizer\geqo_copy.h [InstallFolder]\include\server\optimizer\geqo_gene.h [InstallFolder]\include\server\optimizer\geqo_misc.h [InstallFolder]\include\server\optimizer\geqo_mutation.h [InstallFolder]\include\server\optimizer\geqo_pool.h [InstallFolder]\include\server\optimizer\geqo_random.h [InstallFolder]\include\server\optimizer\geqo_recombination.h [InstallFolder]\include\server\optimizer\geqo_selection.h [InstallFolder]\include\server\optimizer\inherit.h [InstallFolder]\include\server\optimizer\joininfo.h [InstallFolder]\include\server\optimizer\optimizer.h [InstallFolder]\include\server\optimizer\orclauses.h [InstallFolder]\include\server\optimizer\paramassign.h [InstallFolder]\include\server\optimizer\pathnode.h [InstallFolder]\include\server\optimizer\paths.h [InstallFolder]\include\server\optimizer\placeholder.h [InstallFolder]\include\server\optimizer\plancat.h [InstallFolder]\include\server\optimizer\planmain.h [InstallFolder]\include\server\optimizer\planner.h [InstallFolder]\include\server\optimizer\prep.h [InstallFolder]\include\server\optimizer\restrictinfo.h [InstallFolder]\include\server\optimizer\subselect.h [InstallFolder]\include\server\optimizer\tlist.h [InstallFolder]\include\server\parser\analyze.h [InstallFolder]\include\server\parser\convert.h [InstallFolder]\include\server\parser\convert_item.h [InstallFolder]\include\server\parser\kwlist.h [InstallFolder]\include\server\parser\parse_agg.h [InstallFolder]\include\server\parser\parse_clause.h [InstallFolder]\include\server\parser\parse_coerce.h [InstallFolder]\include\server\parser\parse_collate.h [InstallFolder]\include\server\parser\parse_cte.h [InstallFolder]\include\server\parser\parse_enr.h [InstallFolder]\include\server\parser\parse_expr.h [InstallFolder]\include\server\parser\parse_func.h [InstallFolder]\include\server\parser\parse_merge.h [InstallFolder]\include\server\parser\parse_node.h [InstallFolder]\include\server\parser\parse_oper.h [InstallFolder]\include\server\parser\parse_param.h [InstallFolder]\include\server\parser\parse_relation.h [InstallFolder]\include\server\parser\parse_target.h [InstallFolder]\include\server\parser\parse_type.h [InstallFolder]\include\server\parser\parse_utilcmd.h [InstallFolder]\include\server\parser\parser.h [InstallFolder]\include\server\parser\parsetree.h [InstallFolder]\include\server\parser\scanner.h [InstallFolder]\include\server\parser\scansup.h [InstallFolder]\include\server\partitioning\partbounds.h [InstallFolder]\include\server\partitioning\partdefs.h [InstallFolder]\include\server\partitioning\partdesc.h [InstallFolder]\include\server\partitioning\partprune.h [InstallFolder]\include\server\pg_config.h [InstallFolder]\include\server\pg_config_manual.h [InstallFolder]\include\server\pg_config_os.h [InstallFolder]\include\server\pg_getopt.h [InstallFolder]\include\server\pg_trace.h [InstallFolder]\include\server\pgstat.h [InstallFolder]\include\server\pgtar.h [InstallFolder]\include\server\pgtime.h [InstallFolder]\include\server\plpgsql.h [InstallFolder]\include\server\port.h [InstallFolder]\include\server\port\atomics.h [InstallFolder]\include\server\port\atomics\arch-arm.h [InstallFolder]\include\server\port\atomics\arch-ppc.h [InstallFolder]\include\server\port\atomics\arch-x86.h [InstallFolder]\include\server\port\atomics\fallback.h [InstallFolder]\include\server\port\atomics\generic-gcc.h [InstallFolder]\include\server\port\atomics\generic-msvc.h [InstallFolder]\include\server\port\atomics\generic-sunpro.h [InstallFolder]\include\server\port\atomics\generic.h [InstallFolder]\include\server\port\cygwin.h [InstallFolder]\include\server\port\darwin.h [InstallFolder]\include\server\port\freebsd.h [InstallFolder]\include\server\port\linux.h [InstallFolder]\include\server\port\netbsd.h [InstallFolder]\include\server\port\openbsd.h [InstallFolder]\include\server\port\pg_bitutils.h [InstallFolder]\include\server\port\pg_bswap.h [InstallFolder]\include\server\port\pg_crc32c.h [InstallFolder]\include\server\port\pg_iovec.h [InstallFolder]\include\server\port\pg_lfind.h [InstallFolder]\include\server\port\pg_numa.h [InstallFolder]\include\server\port\pg_pthread.h [InstallFolder]\include\server\port\simd.h [InstallFolder]\include\server\port\solaris.h [InstallFolder]\include\server\port\win32.h [InstallFolder]\include\server\port\win32\arpa\inet.h [InstallFolder]\include\server\port\win32\dlfcn.h [InstallFolder]\include\server\port\win32\grp.h [InstallFolder]\include\server\port\win32\netdb.h [InstallFolder]\include\server\port\win32\netinet\in.h [InstallFolder]\include\server\port\win32\netinet\tcp.h [InstallFolder]\include\server\port\win32\pwd.h [InstallFolder]\include\server\port\win32\sys\resource.h [InstallFolder]\include\server\port\win32\sys\select.h [InstallFolder]\include\server\port\win32\sys\socket.h [InstallFolder]\include\server\port\win32\sys\un.h [InstallFolder]\include\server\port\win32\sys\wait.h [InstallFolder]\include\server\port\win32_msvc\dirent.h [InstallFolder]\include\server\port\win32_msvc\sys\file.h [InstallFolder]\include\server\port\win32_msvc\sys\param.h [InstallFolder]\include\server\port\win32_msvc\sys\time.h [InstallFolder]\include\server\port\win32_msvc\unistd.h [InstallFolder]\include\server\port\win32_msvc\utime.h [InstallFolder]\include\server\port\win32_port.h [InstallFolder]\include\server\port\win32ntdll.h [InstallFolder]\include\server\portability\instr_time.h [InstallFolder]\include\server\portability\mem.h [InstallFolder]\include\server\postgres.h [InstallFolder]\include\server\postgres_ext.h [InstallFolder]\include\server\postgres_fe.h [InstallFolder]\include\server\postmaster\autovacuum.h [InstallFolder]\include\server\postmaster\auxprocess.h [InstallFolder]\include\server\postmaster\bgworker.h [InstallFolder]\include\server\postmaster\bgworker_internals.h [InstallFolder]\include\server\postmaster\bgwriter.h [InstallFolder]\include\server\postmaster\fork_process.h [InstallFolder]\include\server\postmaster\interrupt.h [InstallFolder]\include\server\postmaster\pgarch.h [InstallFolder]\include\server\postmaster\postmaster.h [InstallFolder]\include\server\postmaster\startup.h [InstallFolder]\include\server\postmaster\syslogger.h [InstallFolder]\include\server\postmaster\walsummarizer.h [InstallFolder]\include\server\postmaster\walwriter.h [InstallFolder]\include\server\postmaster\xlogmultiplexer.h [InstallFolder]\include\server\regex\regcustom.h [InstallFolder]\include\server\regex\regerrs.h [InstallFolder]\include\server\regex\regex.h [InstallFolder]\include\server\regex\regexport.h [InstallFolder]\include\server\regex\regguts.h [InstallFolder]\include\server\replication\conflict.h [InstallFolder]\include\server\replication\decode.h [InstallFolder]\include\server\replication\followsend.h [InstallFolder]\include\server\replication\logical.h [InstallFolder]\include\server\replication\logicallauncher.h [InstallFolder]\include\server\replication\logicalproto.h [InstallFolder]\include\server\replication\logicalrelation.h [InstallFolder]\include\server\replication\logicalworker.h [InstallFolder]\include\server\replication\message.h [InstallFolder]\include\server\replication\origin.h [InstallFolder]\include\server\replication\output_plugin.h [InstallFolder]\include\server\replication\pgoutput.h [InstallFolder]\include\server\replication\reorderbuffer.h [InstallFolder]\include\server\replication\slot.h [InstallFolder]\include\server\replication\slotsync.h [InstallFolder]\include\server\replication\snapbuild.h [InstallFolder]\include\server\replication\snapbuild_internal.h [InstallFolder]\include\server\replication\syncrep.h [InstallFolder]\include\server\replication\walreceiver.h [InstallFolder]\include\server\replication\walsender.h [InstallFolder]\include\server\replication\walsender_private.h [InstallFolder]\include\server\replication\worker_internal.h [InstallFolder]\include\server\rewrite\prs2lock.h [InstallFolder]\include\server\rewrite\rewriteDefine.h [InstallFolder]\include\server\rewrite\rewriteHandler.h [InstallFolder]\include\server\rewrite\rewriteManip.h [InstallFolder]\include\server\rewrite\rewriteRemove.h [InstallFolder]\include\server\rewrite\rewriteSearchCycle.h [InstallFolder]\include\server\rewrite\rewriteSupport.h [InstallFolder]\include\server\rewrite\rowsecurity.h [InstallFolder]\include\server\snowball\header.h [InstallFolder]\include\server\snowball\libstemmer\api.h [InstallFolder]\include\server\snowball\libstemmer\header.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_basque.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_catalan.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_danish.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_dutch.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_english.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_finnish.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_french.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_german.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_indonesian.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_irish.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_italian.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_norwegian.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_porter.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_portuguese.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_spanish.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_1_swedish.h [InstallFolder]\include\server\snowball\libstemmer \stem_ISO_8859_2_hungarian.h [InstallFolder]\include\server\snowball\libstemmer\stem_KOI8_R_russian.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_arabic.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_armenian.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_basque.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_catalan.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_danish.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_dutch.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_english.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_estonian.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_finnish.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_french.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_german.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_greek.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_hindi.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_hungarian.h [InstallFolder]\include\server\snowball\libstemmer \stem_UTF_8_indonesian.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_irish.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_italian.h [InstallFolder]\include\server\snowball\libstemmer \stem_UTF_8_lithuanian.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_nepali.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_norwegian.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_porter.h [InstallFolder]\include\server\snowball\libstemmer \stem_UTF_8_portuguese.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_romanian.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_russian.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_serbian.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_spanish.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_swedish.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_tamil.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_turkish.h [InstallFolder]\include\server\snowball\libstemmer\stem_UTF_8_yiddish.h [InstallFolder]\include\server\statistics\extended_stats_internal.h [InstallFolder]\include\server\statistics\stat_utils.h [InstallFolder]\include\server\statistics\statistics.h [InstallFolder]\include\server\storage\aio.h [InstallFolder]\include\server\storage\aio_internal.h [InstallFolder]\include\server\storage\aio_subsys.h [InstallFolder]\include\server\storage\aio_types.h [InstallFolder]\include\server\storage\barrier.h [InstallFolder]\include\server\storage\block.h [InstallFolder]\include\server\storage\buf.h [InstallFolder]\include\server\storage\buf_internals.h [InstallFolder]\include\server\storage\buffile.h [InstallFolder]\include\server\storage\bufmgr.h [InstallFolder]\include\server\storage\bufpage.h [InstallFolder]\include\server\storage\bulk_write.h [InstallFolder]\include\server\storage\checksum.h [InstallFolder]\include\server\storage\checksum_impl.h [InstallFolder]\include\server\storage\condition_variable.h [InstallFolder]\include\server\storage\copydir.h [InstallFolder]\include\server\storage\dsm.h [InstallFolder]\include\server\storage\dsm_impl.h [InstallFolder]\include\server\storage\dsm_registry.h [InstallFolder]\include\server\storage\fd.h [InstallFolder]\include\server\storage\fileset.h [InstallFolder]\include\server\storage\freespace.h [InstallFolder]\include\server\storage\fsm_internals.h [InstallFolder]\include\server\storage\indexfsm.h [InstallFolder]\include\server\storage\io_worker.h [InstallFolder]\include\server\storage\ipc.h [InstallFolder]\include\server\storage\item.h [InstallFolder]\include\server\storage\itemid.h [InstallFolder]\include\server\storage\itemptr.h [InstallFolder]\include\server\storage\large_object.h [InstallFolder]\include\server\storage\latch.h [InstallFolder]\include\server\storage\lmgr.h [InstallFolder]\include\server\storage\lock.h [InstallFolder]\include\server\storage\lockdefs.h [InstallFolder]\include\server\storage\lwlock.h [InstallFolder]\include\server\storage\lwlocklist.h [InstallFolder]\include\server\storage\lwlocknames.h [InstallFolder]\include\server\storage\md.h [InstallFolder]\include\server\storage\off.h [InstallFolder]\include\server\storage\pg_sema.h [InstallFolder]\include\server\storage\pg_shmem.h [InstallFolder]\include\server\storage\pmsignal.h [InstallFolder]\include\server\storage\predicate.h [InstallFolder]\include\server\storage\predicate_internals.h [InstallFolder]\include\server\storage\proc.h [InstallFolder]\include\server\storage\procarray.h [InstallFolder]\include\server\storage\proclist.h [InstallFolder]\include\server\storage\proclist_types.h [InstallFolder]\include\server\storage\procnumber.h [InstallFolder]\include\server\storage\procsignal.h [InstallFolder]\include\server\storage\read_stream.h [InstallFolder]\include\server\storage\reinit.h [InstallFolder]\include\server\storage\relfilelocator.h [InstallFolder]\include\server\storage\s_lock.h [InstallFolder]\include\server\storage\sharedfileset.h [InstallFolder]\include\server\storage\shm_mq.h [InstallFolder]\include\server\storage\shm_toc.h [InstallFolder]\include\server\storage\shmem.h [InstallFolder]\include\server\storage\sinval.h [InstallFolder]\include\server\storage\sinvaladt.h [InstallFolder]\include\server\storage\smgr.h [InstallFolder]\include\server\storage\spin.h [InstallFolder]\include\server\storage\standby.h [InstallFolder]\include\server\storage\standbydefs.h [InstallFolder]\include\server\storage\sync.h [InstallFolder]\include\server\storage\waiteventset.h [InstallFolder]\include\server\tcop\backend_startup.h [InstallFolder]\include\server\tcop\cmdtag.h [InstallFolder]\include\server\tcop\cmdtaglist.h [InstallFolder]\include\server\tcop\deparse_utility.h [InstallFolder]\include\server\tcop\dest.h [InstallFolder]\include\server\tcop\fastpath.h [InstallFolder]\include\server\tcop\pquery.h [InstallFolder]\include\server\tcop\tcopprot.h [InstallFolder]\include\server\tcop\utility.h [InstallFolder]\include\server\tsearch\dicts\regis.h [InstallFolder]\include\server\tsearch\dicts\spell.h [InstallFolder]\include\server\tsearch\ts_cache.h [InstallFolder]\include\server\tsearch\ts_locale.h [InstallFolder]\include\server\tsearch\ts_public.h [InstallFolder]\include\server\tsearch\ts_type.h [InstallFolder]\include\server\tsearch\ts_utils.h [InstallFolder]\include\server\utils\acl.h [InstallFolder]\include\server\utils\aclchk_internal.h [InstallFolder]\include\server\utils\array.h [InstallFolder]\include\server\utils\arrayaccess.h [InstallFolder]\include\server\utils\ascii.h [InstallFolder]\include\server\utils\attoptcache.h [InstallFolder]\include\server\utils\backend_progress.h [InstallFolder]\include\server\utils\backend_status.h [InstallFolder]\include\server\utils\builtins.h [InstallFolder]\include\server\utils\bytea.h [InstallFolder]\include\server\utils\cash.h [InstallFolder]\include\server\utils\catcache.h [InstallFolder]\include\server\utils\combocid.h [InstallFolder]\include\server\utils\compatible_dbms.h [InstallFolder]\include\server\utils\conffiles.h [InstallFolder]\include\server\utils\cpu.h [InstallFolder]\include\server\utils\date.h [InstallFolder]\include\server\utils\datetime.h [InstallFolder]\include\server\utils\datum.h [InstallFolder]\include\server\utils\dsa.h [InstallFolder]\include\server\utils\dynahash.h [InstallFolder]\include\server\utils\elog.h [InstallFolder]\include\server\utils\encryption.h [InstallFolder]\include\server\utils\errcodes.h [InstallFolder]\include\server\utils\evtcache.h [InstallFolder]\include\server\utils\expandeddatum.h [InstallFolder]\include\server\utils\expandedrecord.h [InstallFolder]\include\server\utils\float.h [InstallFolder]\include\server\utils\fmgroids.h [InstallFolder]\include\server\utils\fmgrprotos.h [InstallFolder]\include\server\utils\fmgrtab.h [InstallFolder]\include\server\utils\formatting.h [InstallFolder]\include\server\utils\freepage.h [InstallFolder]\include\server\utils\funccache.h [InstallFolder]\include\server\utils\geo_decls.h [InstallFolder]\include\server\utils\guc.h [InstallFolder]\include\server\utils\guc_hooks.h [InstallFolder]\include\server\utils\guc_tables.h [InstallFolder]\include\server\utils\help_config.h [InstallFolder]\include\server\utils\hsearch.h [InstallFolder]\include\server\utils\index_selfuncs.h [InstallFolder]\include\server\utils\inet.h [InstallFolder]\include\server\utils\injection_point.h [InstallFolder]\include\server\utils\inval.h [InstallFolder]\include\server\utils\json.h [InstallFolder]\include\server\utils\jsonb.h [InstallFolder]\include\server\utils\jsonfuncs.h [InstallFolder]\include\server\utils\jsonpath.h [InstallFolder]\include\server\utils\logtape.h [InstallFolder]\include\server\utils\lsyscache.h [InstallFolder]\include\server\utils\memdebug.h [InstallFolder]\include\server\utils\memutils.h [InstallFolder]\include\server\utils\memutils_internal.h [InstallFolder]\include\server\utils\memutils_memorychunk.h [InstallFolder]\include\server\utils\multirangetypes.h [InstallFolder]\include\server\utils\numeric.h [InstallFolder]\include\server\utils\palloc.h [InstallFolder]\include\server\utils\partcache.h [InstallFolder]\include\server\utils\pg_crc.h [InstallFolder]\include\server\utils\pg_locale.h [InstallFolder]\include\server\utils\pg_lsn.h [InstallFolder]\include\server\utils\pg_rusage.h [InstallFolder]\include\server\utils\pgstat_internal.h [InstallFolder]\include\server\utils\pgstat_kind.h [InstallFolder]\include\server\utils\pidfile.h [InstallFolder]\include\server\utils\plancache.h [InstallFolder]\include\server\utils\portal.h [InstallFolder]\include\server\utils\probes.h [InstallFolder]\include\server\utils\ps_status.h [InstallFolder]\include\server\utils\queryenvironment.h [InstallFolder]\include\server\utils\rangetypes.h [InstallFolder]\include\server\utils\regproc.h [InstallFolder]\include\server\utils\rel.h [InstallFolder]\include\server\utils\relcache.h [InstallFolder]\include\server\utils\relfilenumbermap.h [InstallFolder]\include\server\utils\relmapper.h [InstallFolder]\include\server\utils\relptr.h [InstallFolder]\include\server\utils\reltrigger.h [InstallFolder]\include\server\utils\resowner.h [InstallFolder]\include\server\utils\rls.h [InstallFolder]\include\server\utils\ruleutils.h [InstallFolder]\include\server\utils\sampling.h [InstallFolder]\include\server\utils\selfuncs.h [InstallFolder]\include\server\utils\shared_meta_cache.h [InstallFolder]\include\server\utils\sharedtuplestore.h [InstallFolder]\include\server\utils\skipsupport.h [InstallFolder]\include\server\utils\snapmgr.h [InstallFolder]\include\server\utils\snapshot.h [InstallFolder]\include\server\utils\sortsupport.h [InstallFolder]\include\server\utils\spccache.h [InstallFolder]\include\server\utils\syscache.h [InstallFolder]\include\server\utils\timeout.h [InstallFolder]\include\server\utils\timestamp.h [InstallFolder]\include\server\utils\tuplesort.h [InstallFolder]\include\server\utils\tuplesortstate.h [InstallFolder]\include\server\utils\tuplestore.h [InstallFolder]\include\server\utils\typcache.h [InstallFolder]\include\server\utils\tzparser.h [InstallFolder]\include\server\utils\usercontext.h [InstallFolder]\include\server\utils\userprofile.h [InstallFolder]\include\server\utils\userprofile_shmem.h [InstallFolder]\include\server\utils\uuid.h [InstallFolder]\include\server\utils\varbit.h [InstallFolder]\include\server\utils\varlena.h [InstallFolder]\include\server\utils\wait_classes.h [InstallFolder]\include\server\utils\wait_event.h [InstallFolder]\include\server\utils\wait_event_types.h [InstallFolder]\include\server\utils\xid8.h [InstallFolder]\include\server\utils\xml.h [InstallFolder]\include\server\varatt.h [InstallFolder]\include\server\windowapi.h [InstallFolder]\include\sql3types.h [InstallFolder]\include\sqlca.h [InstallFolder]\include\sqlda-compat.h [InstallFolder]\include\sqlda-native.h [InstallFolder]\include\sqlda.h [InstallFolder]\jdbc\lib\postgresql-jdbc42.jar [InstallFolder]\lib\libecpg.a [InstallFolder]\lib\libecpg.dll [InstallFolder]\lib\libecpg.lib [InstallFolder]\lib\libecpg.pdb [InstallFolder]\lib\libecpg_compat.a [InstallFolder]\lib\libecpg_compat.dll [InstallFolder]\lib\libecpg_compat.lib [InstallFolder]\lib\libecpg_compat.pdb [InstallFolder]\lib\libintl.lib [InstallFolder]\lib\libpgcommon.a [InstallFolder]\lib\libpgcommon_shlib.a [InstallFolder]\lib\libpgfeutils.a [InstallFolder]\lib\libpgport.a [InstallFolder]\lib\libpgport_shlib.a [InstallFolder]\lib\libpgtypes.a [InstallFolder]\lib\libpgtypes.dll [InstallFolder]\lib\libpgtypes.lib [InstallFolder]\lib\libpgtypes.pdb [InstallFolder]\lib\libpq.a [InstallFolder]\lib\libpq.dll [InstallFolder]\lib\libpq.lib [InstallFolder]\lib\libpq.pdb [InstallFolder]\lib\pgevent.dll [InstallFolder]\lib\pgevent.lib [InstallFolder]\lib\pgevent.pdb [InstallFolder]\lib\pkgconfig\libecpg.pc [InstallFolder]\lib\pkgconfig\libecpg_compat.pc [InstallFolder]\lib\pkgconfig\libpgtypes.pc [InstallFolder]\lib\pkgconfig\libpq.pc [InstallFolder]\lib\postgres.lib [InstallFolder]\odbc\bin\libcrypto-3.dll [InstallFolder]\odbc\bin\libssl-3.dll [InstallFolder]\psycopg\python3.11\site-packages \psycopg-3.2.13-py3-none-any.whl [InstallFolder]\psycopg\python3.11\site-packages\psycopg-3.2.13.dist-info \METADATA [InstallFolder]\psycopg\python3.11\site-packages\psycopg-3.2.13.dist-info \RECORD [InstallFolder]\psycopg\python3.11\site-packages\psycopg-3.2.13.dist-info \WHEEL [InstallFolder]\psycopg\python3.11\site-packages\psycopg-3.2.13.dist-info \licenses\LICENSE.txt [InstallFolder]\psycopg\python3.11\site-packages\psycopg-3.2.13.dist-info \top_level.txt [InstallFolder]\psycopg\python3.11\site-packages\psycopg\__init__.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_acompat.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_adapters_map.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_capabilities.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_cmodule.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_column.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_compat.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg \_connection_base.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg \_connection_info.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg \_conninfo_attempts.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg \_conninfo_attempts_async.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg \_conninfo_utils.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_copy.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_copy_async.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_copy_base.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_cursor_base.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_dns.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_encodings.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_enums.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_oids.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_pipeline.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg \_pipeline_async.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg \_pipeline_base.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_preparing.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg \_py_transformer.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_queries.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg \_server_cursor.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg \_server_cursor_async.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg \_server_cursor_base.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_struct.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_tpc.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_transformer.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_typeinfo.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_typemod.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_tz.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\_wrappers.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\abc.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\adapt.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\client_cursor.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\connection.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg \connection_async.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\conninfo.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\copy.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\crdb\__init__.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\crdb\_types.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\crdb \connection.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\cursor.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\cursor_async.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\dbapi20.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\errors.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\generators.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\postgres.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\pq\__init__.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\pq\_debug.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\pq\_enums.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\pq\_pq_ctypes.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\pq \_pq_ctypes.pyi [InstallFolder]\psycopg\python3.11\site-packages\psycopg\pq\abc.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\pq\misc.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\pq\pq_ctypes.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\py.typed [InstallFolder]\psycopg\python3.11\site-packages\psycopg\raw_cursor.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\rows.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\sql.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\transaction.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types \__init__.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\array.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\bool.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types \composite.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types \datetime.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\enum.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\hstore.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\json.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types \multirange.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\net.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\none.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\numeric.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\numpy.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\range.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\shapely.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\string.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\types\uuid.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\version.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg\waiting.py [InstallFolder]\psycopg\python3.11\site-packages \psycopg_c-3.2.13-cp311-cp311-win32.whl [InstallFolder]\psycopg\python3.11\site-packages \psycopg_c-3.2.13.dist-info\METADATA [InstallFolder]\psycopg\python3.11\site-packages \psycopg_c-3.2.13.dist-info\RECORD [InstallFolder]\psycopg\python3.11\site-packages \psycopg_c-3.2.13.dist-info\WHEEL [InstallFolder]\psycopg\python3.11\site-packages \psycopg_c-3.2.13.dist-info\licenses\LICENSE.txt [InstallFolder]\psycopg\python3.11\site-packages \psycopg_c-3.2.13.dist-info\top_level.txt [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c\__init__.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c \_psycopg.cp311-win32.pyd [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c\_psycopg.pyi [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c\_psycopg \__init__.pxd [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c\_psycopg \endian.pxd [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c\_psycopg \oids.pxd [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c\_uuid.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c \pq.cp311-win32.pyd [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c\pq.pxd [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c\pq \__init__.pxd [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c\pq\libpq.pxd [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c\py.typed [InstallFolder]\psycopg\python3.11\site-packages\psycopg_c\version.py [InstallFolder]\psycopg\python3.11\site-packages \psycopg_pool-3.2.8-py3-none-any.whl [InstallFolder]\psycopg\python3.11\site-packages \psycopg_pool-3.2.8.dist-info\METADATA [InstallFolder]\psycopg\python3.11\site-packages \psycopg_pool-3.2.8.dist-info\RECORD [InstallFolder]\psycopg\python3.11\site-packages \psycopg_pool-3.2.8.dist-info\WHEEL [InstallFolder]\psycopg\python3.11\site-packages \psycopg_pool-3.2.8.dist-info\licenses\LICENSE.txt [InstallFolder]\psycopg\python3.11\site-packages \psycopg_pool-3.2.8.dist-info\top_level.txt [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool\__init__.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool\_acompat.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool\_compat.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool\_task.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool\abc.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool\base.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool \base_null_pool.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool\errors.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool \null_pool.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool \null_pool_async.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool\pool.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool \pool_async.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool\py.typed [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool\sched.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool \sched_async.py [InstallFolder]\psycopg\python3.11\site-packages\psycopg_pool\version.py [InstallFolder]\psycopg\python3.12\site-packages \psycopg-3.2.13-py3-none-any.whl [InstallFolder]\psycopg\python3.12\site-packages\psycopg-3.2.13.dist-info \METADATA [InstallFolder]\psycopg\python3.12\site-packages\psycopg-3.2.13.dist-info \RECORD [InstallFolder]\psycopg\python3.12\site-packages\psycopg-3.2.13.dist-info \WHEEL [InstallFolder]\psycopg\python3.12\site-packages\psycopg-3.2.13.dist-info \licenses\LICENSE.txt [InstallFolder]\psycopg\python3.12\site-packages\psycopg-3.2.13.dist-info \top_level.txt [InstallFolder]\psycopg\python3.12\site-packages\psycopg\__init__.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_acompat.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_adapters_map.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_capabilities.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_cmodule.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_column.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_compat.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg \_connection_base.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg \_connection_info.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg \_conninfo_attempts.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg \_conninfo_attempts_async.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg \_conninfo_utils.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_copy.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_copy_async.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_copy_base.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_cursor_base.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_dns.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_encodings.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_enums.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_oids.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_pipeline.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg \_pipeline_async.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg \_pipeline_base.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_preparing.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg \_py_transformer.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_queries.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg \_server_cursor.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg \_server_cursor_async.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg \_server_cursor_base.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_struct.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_tpc.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_transformer.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_typeinfo.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_typemod.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_tz.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\_wrappers.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\abc.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\adapt.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\client_cursor.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\connection.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg \connection_async.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\conninfo.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\copy.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\crdb\__init__.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\crdb\_types.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\crdb \connection.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\cursor.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\cursor_async.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\dbapi20.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\errors.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\generators.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\postgres.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\pq\__init__.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\pq\_debug.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\pq\_enums.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\pq\_pq_ctypes.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\pq \_pq_ctypes.pyi [InstallFolder]\psycopg\python3.12\site-packages\psycopg\pq\abc.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\pq\misc.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\pq\pq_ctypes.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\py.typed [InstallFolder]\psycopg\python3.12\site-packages\psycopg\raw_cursor.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\rows.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\sql.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\transaction.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types \__init__.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\array.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\bool.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types \composite.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types \datetime.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\enum.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\hstore.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\json.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types \multirange.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\net.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\none.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\numeric.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\numpy.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\range.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\shapely.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\string.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\types\uuid.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\version.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg\waiting.py [InstallFolder]\psycopg\python3.12\site-packages \psycopg_c-3.2.13-cp312-cp312-win32.whl [InstallFolder]\psycopg\python3.12\site-packages \psycopg_c-3.2.13.dist-info\METADATA [InstallFolder]\psycopg\python3.12\site-packages \psycopg_c-3.2.13.dist-info\RECORD [InstallFolder]\psycopg\python3.12\site-packages \psycopg_c-3.2.13.dist-info\WHEEL [InstallFolder]\psycopg\python3.12\site-packages \psycopg_c-3.2.13.dist-info\licenses\LICENSE.txt [InstallFolder]\psycopg\python3.12\site-packages \psycopg_c-3.2.13.dist-info\top_level.txt [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c\__init__.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c \_psycopg.cp312-win32.pyd [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c\_psycopg.pyi [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c\_psycopg \__init__.pxd [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c\_psycopg \endian.pxd [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c\_psycopg \oids.pxd [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c\_uuid.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c \pq.cp312-win32.pyd [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c\pq.pxd [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c\pq \__init__.pxd [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c\pq\libpq.pxd [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c\py.typed [InstallFolder]\psycopg\python3.12\site-packages\psycopg_c\version.py [InstallFolder]\psycopg\python3.12\site-packages \psycopg_pool-3.2.8-py3-none-any.whl [InstallFolder]\psycopg\python3.12\site-packages \psycopg_pool-3.2.8.dist-info\METADATA [InstallFolder]\psycopg\python3.12\site-packages \psycopg_pool-3.2.8.dist-info\RECORD [InstallFolder]\psycopg\python3.12\site-packages \psycopg_pool-3.2.8.dist-info\WHEEL [InstallFolder]\psycopg\python3.12\site-packages \psycopg_pool-3.2.8.dist-info\licenses\LICENSE.txt [InstallFolder]\psycopg\python3.12\site-packages \psycopg_pool-3.2.8.dist-info\top_level.txt [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool\__init__.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool\_acompat.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool\_compat.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool\_task.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool\abc.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool\base.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool \base_null_pool.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool\errors.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool \null_pool.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool \null_pool_async.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool\pool.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool \pool_async.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool\py.typed [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool\sched.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool \sched_async.py [InstallFolder]\psycopg\python3.12\site-packages\psycopg_pool\version.py [InstallFolder]\psycopg\python3.13\site-packages \psycopg-3.2.13-py3-none-any.whl [InstallFolder]\psycopg\python3.13\site-packages\psycopg-3.2.13.dist-info \METADATA [InstallFolder]\psycopg\python3.13\site-packages\psycopg-3.2.13.dist-info \RECORD [InstallFolder]\psycopg\python3.13\site-packages\psycopg-3.2.13.dist-info \WHEEL [InstallFolder]\psycopg\python3.13\site-packages\psycopg-3.2.13.dist-info \licenses\LICENSE.txt [InstallFolder]\psycopg\python3.13\site-packages\psycopg-3.2.13.dist-info \top_level.txt [InstallFolder]\psycopg\python3.13\site-packages\psycopg\__init__.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_acompat.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_adapters_map.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_capabilities.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_cmodule.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_column.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_compat.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg \_connection_base.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg \_connection_info.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg \_conninfo_attempts.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg \_conninfo_attempts_async.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg \_conninfo_utils.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_copy.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_copy_async.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_copy_base.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_cursor_base.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_dns.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_encodings.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_enums.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_oids.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_pipeline.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg \_pipeline_async.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg \_pipeline_base.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_preparing.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg \_py_transformer.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_queries.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg \_server_cursor.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg \_server_cursor_async.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg \_server_cursor_base.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_struct.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_tpc.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_transformer.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_typeinfo.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_typemod.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_tz.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\_wrappers.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\abc.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\adapt.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\client_cursor.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\connection.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg \connection_async.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\conninfo.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\copy.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\crdb\__init__.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\crdb\_types.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\crdb \connection.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\cursor.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\cursor_async.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\dbapi20.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\errors.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\generators.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\postgres.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\pq\__init__.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\pq\_debug.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\pq\_enums.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\pq\_pq_ctypes.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\pq \_pq_ctypes.pyi [InstallFolder]\psycopg\python3.13\site-packages\psycopg\pq\abc.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\pq\misc.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\pq\pq_ctypes.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\py.typed [InstallFolder]\psycopg\python3.13\site-packages\psycopg\raw_cursor.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\rows.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\sql.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\transaction.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types \__init__.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\array.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\bool.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types \composite.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types \datetime.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\enum.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\hstore.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\json.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types \multirange.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\net.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\none.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\numeric.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\numpy.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\range.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\shapely.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\string.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\types\uuid.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\version.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg\waiting.py [InstallFolder]\psycopg\python3.13\site-packages \psycopg_c-3.2.13-cp313-cp313-win32.whl [InstallFolder]\psycopg\python3.13\site-packages \psycopg_c-3.2.13.dist-info\METADATA [InstallFolder]\psycopg\python3.13\site-packages \psycopg_c-3.2.13.dist-info\RECORD [InstallFolder]\psycopg\python3.13\site-packages \psycopg_c-3.2.13.dist-info\WHEEL [InstallFolder]\psycopg\python3.13\site-packages \psycopg_c-3.2.13.dist-info\licenses\LICENSE.txt [InstallFolder]\psycopg\python3.13\site-packages \psycopg_c-3.2.13.dist-info\top_level.txt [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c\__init__.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c \_psycopg.cp313-win32.pyd [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c\_psycopg.pyi [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c\_psycopg \__init__.pxd [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c\_psycopg \endian.pxd [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c\_psycopg \oids.pxd [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c\_uuid.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c \pq.cp313-win32.pyd [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c\pq.pxd [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c\pq \__init__.pxd [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c\pq\libpq.pxd [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c\py.typed [InstallFolder]\psycopg\python3.13\site-packages\psycopg_c\version.py [InstallFolder]\psycopg\python3.13\site-packages \psycopg_pool-3.2.8-py3-none-any.whl [InstallFolder]\psycopg\python3.13\site-packages \psycopg_pool-3.2.8.dist-info\METADATA [InstallFolder]\psycopg\python3.13\site-packages \psycopg_pool-3.2.8.dist-info\RECORD [InstallFolder]\psycopg\python3.13\site-packages \psycopg_pool-3.2.8.dist-info\WHEEL [InstallFolder]\psycopg\python3.13\site-packages \psycopg_pool-3.2.8.dist-info\licenses\LICENSE.txt [InstallFolder]\psycopg\python3.13\site-packages \psycopg_pool-3.2.8.dist-info\top_level.txt [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool\__init__.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool\_acompat.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool\_compat.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool\_task.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool\abc.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool\base.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool \base_null_pool.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool\errors.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool \null_pool.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool \null_pool_async.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool\pool.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool \pool_async.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool\py.typed [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool\sched.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool \sched_async.py [InstallFolder]\psycopg\python3.13\site-packages\psycopg_pool\version.py [InstallFolder]\share\cobol_entry.info [InstallFolder]\share\locale\cs\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_upgrade-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_combinebackup-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_upgrade-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_walsummary-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\de\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\el\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\en\LC_MESSAGES\cm_ctl-18.mo [InstallFolder]\share\locale\en\LC_MESSAGES\conmgr-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_combinebackup-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_upgrade-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_walsummary-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\es\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_combinebackup-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_upgrade-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_walsummary-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\he\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\he\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\he\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\he\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\he\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\he\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\he\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\he\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\id\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\it\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\cm_ctl-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\conmgr-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_combinebackup-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_upgrade-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_walsummary-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pgx_copy-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pgx_dmpall-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pgx_keystore-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pgx_loader-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_combinebackup-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_upgrade-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pg_walsummary-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\ka\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_combinebackup-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_upgrade-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_walsummary-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\nb\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\ro\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\ro\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_combinebackup-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_upgrade-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_walsummary-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_combinebackup-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_upgrade-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_walsummary-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\ta\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_upgrade-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_combinebackup-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_upgrade-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_walsummary-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_archivecleanup-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_basebackup-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_resetwal-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_upgrade-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pgscripts-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\postgres-18.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\psql-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\ecpg-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\ecpglib6-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\initdb-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\libpq5-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\pg_amcheck-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\pg_checksums-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\pg_config-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\pg_controldata-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\pg_ctl-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\pg_dump-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\pg_rewind-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\pg_test_fsync-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\pg_test_timing-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\pg_verifybackup-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\pg_waldump-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\plpgsql-18.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\psql-18.mo [InstallFolder]\share\pg_service.conf.sample [InstallFolder]\share\psqlrc.sample -------------------------------------------------------------------------------