------------------------------------------------------------------------------- Fix Number: FJSVfsep-CL-1200-14 Product Names and Versions: FUJITSU Enterprise Postgres Client 12 Creation date: 25.12.2023 ------------------------------------------------------------------------------- [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 2020-2023 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-CL-1200-14.msi - FJSVfsep-DOTNET-1200-14.msi - FJSVfsep-Npgsql-1200-14.msi - FJSVfsep-JDBC-1200-14.msi - FJSVfsep-ODBC-1200-14.msi - FJSVfsep-ADMIN4-1200-14.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. - pgAdmin4 - 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 2012 R2) 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 2012 R2) 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]. - In environments where .NET Data Provider is used, perform the following procedure after applying or removing this patch (the example is for Windows(R) 8.1). In this procedure, .NET Data Provider GAC is registered to the server where either applying or removing this patch is already done. In case that both 32-bit and 64-bit products are installed on the server, perform this procedure on either of the products.If this procedure is performed on both products, .NET Data Provider GAC included in the product later performed will be registered. 1) Click [Start] >> [Control Panel]. 2) In the [Control Panel] window, click [Programs and Features]. 3) Right-click below, and click [Change]. Fujitsu Npgsql .NET Data Provider GAC Register For .NET 4.5 4) In the displayed window, check the installed features. Items not marked with "X" are installed functions. a) Npgsql Performance Counters b) Npgsql GAC Only Installetion c) Npgsql Publisher Policy and machine.config Installation 5) Click [Cancel] to exit the Setup Wizard once. 6) Uninstall the following in [Programs and Features]. Fujitsu Npgsql .NET Data Provider GAC Register For .NET 4.5 7) Open Windows Explorer and navigate to the following folder. \PKG 8) Open a command prompt with administrative rights. 9) Execute the following command as a user with administrator privileges. > start /wait msiexec.exe ^ /i "Msi file path starting with FJSVfsep-Npgsql(*1)" ^ ADDLOCAL=Value of ADDLOCAL(*2)^ TARGETDIR="\^ dotnet" /quiet /norestart (*1) Please drop the target file from the explorer you opened in "3)". (*2) The value differs depending on the installed functions confirmed in 4). - If the items noted down in 4) is only a) Specify NpgsqlPerformanceCounters for the value of ADDLOCAL. - If the items noted down in 4) is only b) Specify NpgsqlGAC for the value of ADDLOCAL. - If the items noted down in 4) is only c) Specify NpgsqlRedirect for the value of ADDLOCAL. - If the items noted down in 4) are a) and b) Specify NpgsqlPerformanceCounters,NpgsqlGAC for the value of ADDLOCAL. - If the items noted down in 4) are a) and c) Specify NpgsqlPerformanceCounters,NpgsqlRedirect for the value of ADDLOCAL. - If the items noted down in 4) are b) and c) Specify NpgsqlGAC,NpgsqlRedirect for the value of ADDLOCAL. - If the items noted down in 4) are a) and b) and c) Specify NpgsqlPerformanceCounters,NpgsqlGAC,NpgsqlRedirect for the value of ADDLOCAL. ------------------------------------------------------------------------------- [Description] Fix Number: FJSVfsep-CL-1200-1 01 PH18957 Add bytea datatype to embedded SQL in COBOL The handling of the bytea type is similar to that of VARCHAR. Every definition of an array of bytea is converted into a named group item. A declaration like: 01 bytea var(180); is converted into: 01 var. 49 LEN PIC S9(9) COMP-5. 49 ARR PIC X(180). If the option --bytea-with-named-member is set as ecobpg command-line option, the above declaration is changed into: 01 var. 49 var-LEN PIC S9(9) COMP-5. 49 var-ARR PIC X(180). Other usage and precautions are same as VARCHAR ones. Also note that bytea variable can be used only when bytea_output parameter is set to hex. ------------------------------------------------------------------------------- [Patch Description] The following fixes are included in this patch: Fix Number: FJSVfsep-CL-1200-14 01 PH23344 [*]Security failure [*]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description This fix reflects fixes up to OpenSSL 3.0.12 in this product and does not indicate any specific symptoms. - Requirements to reproduce this issue This fix reflects fixes up to OpenSSL 3.0.12 in this product and has no specific occurrence conditions. The version of OpenSSL in which this product reflects the correction is as follows. - Enterprise Postgres 12, 12SP1, 12SP1A, 12SP1B, 13, 13SP1, 13SP1A 14, 14SP1,15, 15SP1 1.1.1t - Symfoware Server V12.4.1, V12.5.0, V12.6.0, V12.6.0A, V12.7.0 1.1.1t To check the details of the changes up to OpenSSL 3.0.12, see the OpenSSL release notes. https://www.openssl.org/docs/man3.0/man7/migration_guide.html - Action Apply OpenSSL changes to the product. - Compatibility Information - Summary Change the version of OpenSSL in this product to 3.0.12. Along with this, the following changes have been made: 1. Some of the available encryption algorithms are no longer available by default. 2. The use of certificates signed using SHA-1 is now prohibited. - Environment 1. 1) Apply the patches which including PH23344, and 2) Use one of the following encryption algorithms using the pgcrypto module. -BF -CAST5 -DES-ECB -DES-CBC -MD4 - Whirlpool 2. 1) Apply the patches which including PH23344, and 2) For certificate authentication, specify a certificate signed using SHA1. - Products combination of this compatibility problem If the patches which including PH23344 is applied and the conditions listed in "Environment" apply. - Reason of conflictions This is because of a specification change associated with the version upgrade of OpenSSL in this product. - Impacts 1. Functions of pgcrypto module cause errors. 2. Connection using certificate authentication results in an error. - Functional items (Summary, Before/After of migration) 1. When using legacy algorithms in pgcrypto, an extension module for PostgreSQL, you need to prepare an OpenSSL configuration file and add parameters to the database server configuration file. [Before] In pgcrypto, encryption algorithms that have become legacy algorithms in the OpenSSL3 can be used with default settings. [After] In pgcrypto, encyption algorithms that have become legacy algorithms in the OpenSSL3 can not be used with default settings. 2. Certificates signed using SHA1 cannot be used for certificate authentication. [Before] You can connect to a database server using a certificate signed using SHA1. [After] You can not connect to a database server using a certificate signed using SHA1. - Preventive Method 1. Change the state to use the legacy algorithm by setting the following parameters in the database server configuration file postgresql.conf and restarting the server. There is no need to change any settings on the client side. * openssl_conf(string) Specify the OpenSSL configuration file. Legacy algorithms are available by specifying a valid configuration file. Please prepare the configuration file in any directory, referring to the example below. If this parameter is not specified, an empty string will be assumed. This parameter can only be set by specifying the parameter when starting the instance. It cannot be dynamically changed during instance startup. [example of OpenSSL configuration file] ===================== openssl_conf = openssl_init [openssl_init] providers = provider_sect [provider_sect] default = default_sect legacy = legacy_sect [default_sect] activate = 1 [legacy_sect] activate = 1 ===================== [example of parameter setting] openssl_conf = '/path/to/openssl.conf' * openssl_modules(string) Specifies the directory where additional OpenSSL modules are stored. Legacy algorithms can be used by specifying 'server installation directory/lib/ossl-modules'. If this parameter is not specified, an empty string will be assumed. This parameter can only be set by specifying the parameter when starting the instance. It cannot be dynamically changed during instance startup. This parameter sets the environment variable OPENSSL_MODULES that applies to the server process. Please do not set the environment variable OPENSSL_MODULES using any method other than setting this parameter, as this may result in abnormal behavior. [example of parameter setting] openssl_modules = '/opt/fsepv15server64/lib/ossl-modules' 2. Please reissue the certificate used for certificate authentication with SHA2 or higher. -Back out method of the functions None. - User action It is the same as the Preventive Method. 02 PH23431 [*]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 12.17 apply to FUJITSU Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 12.17 to FUJITSU Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/12/release-12-17.html - Action Apply the changes of PostgreSQL 12 to FUJITSU Enterprise Postgres. - Compatibility Information None. ------------------------------------------------------------------------------- [Accumulated Patches] The following fixes are included in this patch: Fix Number: FJSVfsep-CL-1200-13 01 PH23115 [*]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 12.16 apply to FUJITSU Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 12.16 to FUJITSU Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/12/release-12-16.html - Action Apply the changes of PostgreSQL 12 to FUJITSU Enterprise Postgres. - Compatibility Information None. Fix Number: FJSVfsep-CL-1200-12 01 PH22597 [*]Security failure [ ]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issues because this fix applies the changes of PostgreSQL JDBC Driver 42.2.27 to FUJITSU Enterprise Postgres Client. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL JDBC Driver 42.2.27 to FUJITSU Enterprise Postgres Client. You can see applied changes in the below URL. https://github.com/pgjdbc/pgjdbc/security/advisories /GHSA-562r-vg33-8x8h - Action Fix the processing of FUJITSU Enterprise Postgres Client. - Compatibility Information None. 02 PH22962 [*]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 12.15 apply to FUJITSU Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 12.15 to FUJITSU Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/12/release-12-15.html - Action Apply the changes of PostgreSQL 12 to FUJITSU Enterprise Postgres. - Compatibility Information None. Fix Number: FJSVfsep-CL-1200-11 01 PH22723 [*]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 12.14 apply to FUJITSU Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 12.14 to FUJITSU Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/12/release-12-14.html - Action Apply the changes of PostgreSQL 12 to FUJITSU Enterprise Postgres. - Compatibility Information None. 02 PH22743 [*]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description This fix reflects fixes up to OpenSSL 1.1.1t in this product and does not indicate any specific symptoms. - Requirements to reproduce this issue This fix reflects fixes up to OpenSSL 1.1.1t in this product and has no specific occurrence conditions. To check the details of the changes up to OpenSSL 1.1.1t, click See the OpenSSL release notes. https://www.openssl.org/news/openssl-1.1.1-notes.html The version of OpenSSL in which this product reflects the correction is as follows. - Enterprise Postgres 12, 12 SP1, 12 SP1A, 12SP1B 1.1.1t, 1.1.1s, 1.1.1r, 1.1.1q, 1.1.1p, 1.1.1o, 1.1.1n, 1.1.1m, 1.1.1l, 1.1.1k, 1.1.1j, 1.1.1i, 1.1.1h, 1.1.1g, 1.1.1f, 1.1.1e - Enterprise Postgres 13, 13 SP1, 13 SP1A 1.1.1t, 1.1.1s, 1.1.1r, 1.1.1q, 1.1.1p, 1.1.1o, 1.1.1n, 1.1.1m, 1.1.1l, 1.1.1k, 1.1.1j, 1.1.1i - Enterprise Postgres 14, 14 SP1, 15 1.1.1t, 1.1.1s, 1.1.1r, 1.1.1q, 1.1.1p, 1.1.1o, 1.1.1n, 1.1.1m - Symfoware Server V12.6.0, V12.6.0A, V12.5.0, V12.4.1 1.1.1t, 1.1.1s, 1.1.1r, 1.1.1q, 1.1.1p, 1.1.1o, 1.1.1n, 1.1.1m, 1.1.1l, 1.1.1k, 1.1.1j, 1.1.1i, 1.1.1h, 1.1.1g, 1.1.1f, 1.1.1e - Symfoware Server Enterprise Edition V12.7.0, Symfoware Server Standard Edition V12.7.0 1.1.1t, 1.1.1s, 1.1.1r, 1.1.1q, 1.1.1p, 1.1.1o, 1.1.1n, 1.1.1m, 1.1.1l, 1.1.1k, 1.1.1j, 1.1.1i, 1.1.1h, 1.1.1g, 1.1.1f, 1.1.1e - Symfoware Server Enterprise Extended Edition V12.7.0 1.1.1t, 1.1.1s, 1.1.1r, 1.1.1q, 1.1.1p, 1.1.1o, 1.1.1n, 1.1.1m - Action Apply OpenSSL changes to the product. - Compatibility Information None. Fix Number: FJSVfsep-CL-1200-10 01 PH22477 [ ]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 12.13 apply to FUJITSU Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 12.13 to FUJITSU Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/12/release-12-13.html - Action Apply the changes of PostgreSQL 12 to FUJITSU Enterprise Postgres. - Compatibility Information None. Fix Number: FJSVfsep-CL-1200-9 01 PH22251 [*]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 12.12 apply to FUJITSU Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 12.12 to FUJITSU Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/12/release-12-12.html - Action Apply the changes of PostgreSQL 12 to FUJITSU Enterprise Postgres. - Compatibility Information None. Fix Number: FJSVfsep-CL-1200-8 01 PH21903 [*]Security failure [*]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issues because this fix applies the changes of PostgreSQL JDBC Driver 42.2.9, 42.2.10, 42.2.11, 42.2.12, 42.2.13, 42.2.14, 42.2.15, 42.2.16, 42.2.17 and 42.2.18 to FUJITSU Enterprise Postgres Client. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL JDBC Driver 42.2.9, 42.2.10, 42.2.11, 42.2.12, 42.2.13, 42.2.14, 42.2.15, 42.2.16, 42.2.17 and 42.2.18 to FUJITSU Enterprise Postgres Client. You can see applied changes in the below URL. https://jdbc.postgresql.org/documentation/changelog.html - Action Fix the processing of FUJITSU Enterprise Postgres Client. - Compatibility Information The following incompatibilities have been observed: - The getTypeInfo methods of the PgDatabaseMetaData class now returns in the order DATA_TYPE. - When converting java.time.LocalTime, it will round in nanoseconds instead of milliseconds. - The getIndexInfo method of the PgDatabaseMetaData class now returns the following values in order:. table_schem, table_name, non_unique, index_qualifier, index_name, type, ordinal_position, column_name, asc_or_desc, cardinality, pages, filter_condition - The getProcedures method of the PgDatabaseMetaData class now only retrieves descriptions of procedures. - The wasNull method of the Result class now returns NULL for a column of type Decimal or Numeric that does not specify the scale value returned by the getColumns method of the DatabaseMetaData class. - The getTypeMap method of the PgConnection class now returns an empty TypeMap if the entry does not exist. - Non-ASCII space characters in the text array that are not enclosed in quotation marks are now returned untruncated. - The createArray method of the Connection class now creates a 1-based array. - The PGbox, PGcircle, PGline, PGlseg, PGpath, PGpoint, PGpolygon, and PGmoney classes now return NULL if the database column value is NULL and the JRE assertion is enabled. - If the last token is NULL or blank, it will also be included in the return value of the PgTokenizer class. - Change the default value of the gssEncMode parameter to ALLOW. 02 PH21904 [ ]Security failure [*]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issues because this fix applies the changes of PostgreSQL JDBC Driver 42.2.19, 42.2.20, 42.2.21, 42.2.22 and 42.2.23 to FUJITSU Enterprise Postgres Client. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL JDBC Driver 42.2.19, 42.2.20, 42.2.21, 42.2.22 and 42.2.23 to FUJITSU Enterprise Postgres Client. You can see applied changes in the below URL. https://jdbc.postgresql.org/documentation/changelog.html - Action Fix the processing of FUJITSU Enterprise Postgres Client. - Compatibility Information The following incompatibilities have been observed: - The getProcedures and getFunctions methods of the DatabaseMetaData class will return results that include more than the current schema if no schema pattern is specified. - Changes the closing behavior of the PgStatement class. For example, if the closeOnCompletion method is called on an existing statement and then executed a second time on that statement, it will correctly throw the PSQLException exception and return the message "This statement has been closed". - The getColumns method of the DatabaseMetaData class now returns the size of columns of type numeric with no precision specified as 0. - The getTables method of the PgDatabaseMetaData class now returns column names in uppercase. - Change the behavior of the PgTokenizer class to split strings that contain parentheses in double quotes as tokens. - The readFromCopy method of the PGCopyInputStream class now returns the last line exactly once. 03 PH21905 [*]Security failure [*]Serious failure ([ ]Degradation) [ ]Incompatibility does not exist / [*]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issues because this fix applies the changes of PostgreSQL JDBC Driver 42.2.24 and 42.2.25 to FUJITSU Enterprise Postgres Client. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL JDBC Driver 42.2.24 and 42.2.25 to FUJITSU Enterprise Postgres Client. You can see applied changes in the below URL. https://jdbc.postgresql.org/documentation/changelog.html - Action Fix the processing of FUJITSU Enterprise Postgres Client. - Compatibility Information The following incompatibilities have been observed: - The getTables method of the PgDatabaseMetaData class now correctly returns one row for each table, even if the table's objects have comments. - The getColumns method of the DatabaseMetaData class now correctly retrieves information as array types for columns that have user-defined data types defined as arrays. - If the class of the plug-in specified at the time of connection does not have an appropriate interface as a plug-in, the connection will fail. Plugins are authentificationPluginClassName, sslhostnamverifier, socketFactory, sslfactory, and sslpasswordcallback. 04 PH22179 [*]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description If the malicious JDBC application uses cursor, this could lead to SQL injection. (*) * CVE-2022-31197 - Requirements to reproduce this issue 1) Create a table which has a primary key and column name which contains semicolon, and 2) Insert data into the table defined at 1), and 3) Create an updatable cursor which refers the table defined at 1) in a Java applications using JDBC driver, and 4) Call executeQuery() method for the cursor defined at 3) and obtain ResultSet, and 5) Call next() method for the ResultSet obtained at 4), and 6) Call refreshRow() method for the ResultSet obtained at 4). - Action Fix the process of PostgreSQL JDBC Driver that FUJITSU Enterprise Postgres bases on. - Compatibility Information None. 05 PH22226 [*]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no particular issues because this fix applies the changes of PostgreSQL JDBC Driver 42.2.26 to FUJITSU Enterprise Postgres Client. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL JDBC Driver 42.2.26 to FUJITSU Enterprise Postgres Client. You can see applied changes in the below URL. https://jdbc.postgresql.org/documentation/changelog.html - Action Fix the processing of FUJITSU Enterprise Postgres Client. - Compatibility Information None. Fix Number: FJSVfsep-CL-1200-7 01 PH21758 [ ]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description Attempt to apply an urgent fix for FUJITSU Enterprise Postgres or Symfoware Server(Postgres), the following error message. An error occurred in restoration processing after update application failed. - Requirements to reproduce this issue 1) Install one of the following products. and - FUJITSU Enterprise Postgres Advanced Edition 12 - 13SP1A - FUJITSU Enterprise Postgres Standard Edition 12 - 13SP1A - FUJITSU Enterprise Postgres Client 10 - 13SP1A - FUJITSU Enterprise Postgres WebAdmin 12 - 13SP1A - Symfoware Server Enterprise Edition(Postgres) V12.5.0 - V12.6.0A - Symfoware Server Standard Edition(Postgres) V12.5.0 - V12.6.0A - Symfoware Server Client(Postgres) V12.4.1 - V12.6.0A - Symfoware Server WebAdmin(Postgres) V12.4.1 - V12.6.0A - UpdateAdvisor(middleware) 2) Specify the installation directory for the "1)" products as follows. and a) A drive that is different from the system drive. and b) The path name contains one of the following characters. - space(" ") - semicolon(";") - equal("=") - comma(",") - closing parenthesis(")") 3) When execute the following command. > uam add [-s] -d - Action Modify the Apply Process and Remove process. - Compatibility Information None. 02 PH21901 [*]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 12.11 apply to FUJITSU Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 12.11 to FUJITSU Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/12/release-12-11.html - Action Apply the changes of PostgreSQL 12 to FUJITSU Enterprise Postgres. - Compatibility Information None. Fix Number: FJSVfsep-CL-1200-6 01 PH19536 [ ]Security failure [*]Serious failure ([*]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description .NET application using Application Connection Switch Feature may not connect to the new primary server after failover. - Requirements to reproduce this issue 1) Create .NET application, and 2) Use Application Connection Switch Feature, and 3) Failover occurs, and 4) The application of 1) reestablish the connection. - Action Fix the processing of Application Connection Switch Feature of .NET Data Provider. - Compatibility Information None. 02 PH19544 [ ]Security failure [*]Serious failure ([*]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description The connection may not be pooled when .NET application uses Application Connection Switch Feature. - Requirements to reproduce this issue 1) Create .NET application, and 2) Connection pooling is enabled, and 3) Use Application Connection Switch Feature, and 4) Specify one of the following in the connection string of NpgsqlConnection, or in the data source, and 4-1) Specify master in TargetServerType, and specify the servers in the order of standby and primary in the host name or IP address of the server to be connected, or 4-2) Specify preferSlave in TargetServerType, and specify the servers in the order of primary and standby in the host name or IP address of the server to be connected, or 4-3) Specify slave in TargetServerType, and specify the servers in the order of primary and standby in the host name or IP address of the server to be connected. 5) Execute one of the following methods before the first database connection, and 5-1) ClearAllPools, or 5-2) ClearPool. 6) Connect to database. - Action Fix the processing of connection pooling and connection management method in Application Connection Switch Feature of .NET Data Provider. - Compatibility Information None. 03 PH21396 [ ]Security failure [*]Serious failure ([*]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description If you issue the "uam setup" command after applying the emergency fix, the following occurs. - The installed Symfoware version changes from V12.5.0 to V12.4.1. - "uam showup" command no longer displays the emergency fixes that you have applied. - You will not be able to delete the emergency fix you applied.. - Symfoware Server V12.4.1 emergency fixes can now be applied. - Requirements to reproduce this issue 1) One of the following products is installed. and Symfoware Server Client(Postgres) V12.5.0 Symfoware Server WebAdmin(Postgres) V12.5.0 2) Apply the following emergency amendments. and Symfoware Server Client(Postgres) V12.5.0 emergency amendment - T016073WP-04 - T016073WP-05(Windows Client 32bit) - T016074XP-04 - T016074XP-05(Windows Cilent 64bit) - T016075LP-04 - T016075LP-05(RHEL7 Client) - T016076LP-04 - T016076LP-05(RHEL8 Clinet) - T016077LP-03 - T016077LP-04(SUSE12 Client) Symfoware Server WebAdmin(Postgres) V12.5.0 emergency amendment - T016086XP-03(Windows WebAdmin) - T016087LP-03(RHEL7 WebAdmin) - T016088LP-03(RHEL8 WebAdmin) - T016089LP-03(SUSE12 WebAdmin) 3) When excute the "uam setup" command. - Action Prevents the product information file from being updated. - Compatibility Information None. 04 PH21569 [ ]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 12.10 apply to FUJITSU Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 12.10 to FUJITSU Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/12/release-12-10.html - Action Apply the changes of PostgreSQL 12 to FUJITSU Enterprise Postgres. - Compatibility Information None. Fix Number: FJSVfsep-CL-1200-5 01 PH19190 [ ]Security failure [ ]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description FUJITSU Enterprise Postgres manual cannot be viewed from pgAdmin4. - Requirements to reproduce this issue 1) Select a user language other than English or Japanese in pgAdmin4 configuration screen, and 2) Restart pgAdmin4, and 3) Do one of the following. 3-1) Click "Fujitsu Enterprise Postgres Help" under "Help" in the Menu field, or 3-2) Click "Fujitsu Enterprise Postgres Help" on the dashboard. - Action Fix the processing of pgAdmin. - Compatibility Information None. 02 PH20941 [ ]Security failure [ ]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description [Issue 1] pgAdmin4 may not be able to drop the WHEN statement of the trigger. [Issue 2] pgAdmin4 may output unnecessary WHEN statements in the schema comparison screen. - Requirements to reproduce this issue [Requirements to reproduce Issue 1] 1) Display the properties screen of trigger in pgAdmin4. and, 2) Drop the WHEN statement. and, 3) Press the Save button or the SQL tag. [Requirements to reproduce Issue 2] 1) Display the schema comparison screen in pgAdmin4. and, 2) Select and compare the following databases. 2-1) Trigger in the source database do not have WHEN statement. and, 2-2) There is a WHEN statement in the target database trigger. - Action Fix processing of WHEN statement in trigger in pgAdmin4. - Compatibility Information None. 03 PH21159 [*]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 12.9 apply to FUJITSU Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 12.9 to FUJITSU Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/12/release-12-9.html - Action Apply the changes of PostgreSQL 12 to FUJITSU Enterprise Postgres. - Compatibility Information None. Fix Number: FJSVfsep-CL-1200-4 01 PH19961 [ ]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([ ]Always / [ ]Rarely / [*]Irregularly) - Description There is no particular issue because security issue corrections(*) in PostgreSQL JDBC Driver 42.2.13 apply to FUJITSU Enterprise Postgres Client. * The targeted security issues are: - CVE-2020-13692 - Requirements to reproduce this issue There is no particular condition because this fix applies the security issue corrections of PostgreSQL JDBC Driver 42.2.13 to FUJITSU Enterprise Postgres Client. You can see applied security issues in the below URLs. https://jdbc.postgresql.org/documentation/changelog.html#version_ 42.2.13 - Action Apply the changes of PostgreSQL JDBC Driver to FUJITSU Enterprise Postgres Client. - Compatibility Information None. 02 PH20622 [ ]Security failure [ ]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description This fix applies pgAdmin4 changes to the product. - Requirements to reproduce this issue This fix applies pgAdmin4 v4.16 to v4.29 changes to the product. Please also refer the release notes for the pgAdmin4 to check the details. https://www.pgadmin.org/docs/pgadmin4/latest/release_notes.html Version 4.16 - 4.29 - Action pgAdmin4 changes to the product. - Compatibility Information None. 03 PH20864 [*]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 12.8 apply to FUJITSU Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 12.8 to FUJITSU Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/12/release-12-8.html - Action Apply the changes of PostgreSQL 12 to FUJITSU Enterprise Postgres. - Compatibility Information None. Fix Number: FJSVfsep-CL-1200-3 01 PH19668 [ ]Security failure [*]Serious failure ([*]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description When ODBC driver's advanced configuration in the ODBC Data Source Administrator is performed, the MyLog settings are automatically enabled and cannot be disabled. - Requirements to reproduce this issue It may occur under the one of following conditions: [Requirements to reproduce 1] 1) In the [ODBC Data Source Administrator]'s Setup window, click the [Datasource] to display the [Advanced Options] window, and 2) Click the [Apply] button on any page of the [Advanced Options] window. [Requirements to reproduce 2] 1) In the [ODBC Data Source Administrator]'s Setup window, click the [Datasource] to display the [Advanced Options] window, and 2) Click the one of following buttons on the [Advanced Options] window, and - [OK] - [Page 2] - [Page 3] 3) Close the [Advanced Options] window, and click the [Save] button on the [ODBC Data Source Administrator]'s Setup window. - Action Fix the processing of the ODBC driver setup window. - Compatibility Information None. 02 PH19883 [ ]Security failure [ ]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description Executing a SQL statement with an integer host variable in the FOR clause of bulk INSERT may result in an error with the following message, with SQLSTATE YE000: unsupported datatype found at FOR statement - Requirements to reproduce this issue [Requirements to reproduce 1] 1) Create an application using embedded SQL in C, and 2) Define the host variable as one of the following integer types, and 2-1) short, or 2-2) long long. 3) Specify the 2)'s host variable in the FOR clause of bulk INSERT, and 4) Execute the application of 1). [Requirements to reproduce 2] 1) Create an application using embedded SQL in COBOL, and 2) Define the host variable as one of the following integer types, and 2-1) PIC S9([1-4]) {BINARY|COMP|COMP-5}, or 2-2) PIC S9([10-18]) {BINARY|COMP|COMP-5}. 3) Specify the 2)'s host variable in the FOR clause of bulk INSERT, and 4) Execute the application of 1). - Action Modify the data types accepted by the FOR clause of bulk INSERT so that PostgreSQL short and long long data types are accepted. - Compatibility Information None. 03 PH20355 [*]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 12.6 and 12.7 apply to FUJITSU Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 12.6 and 12.7 to FUJITSU Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/12/release-12-6.html https://www.postgresql.org/docs/12/release-12-7.html - Action Apply the changes of PostgreSQL 12 to FUJITSU Enterprise Postgres. - Compatibility Information None. Fix Number: FJSVfsep-CL-1200-2 01 PH14670 [ ]Security failure [ ]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([ ]Always / [ ]Rarely / [*]Irregularly) - Description If you execute a SQL statement from an embedded in SQL COBOL application and receive the execution result of the query in the host variable, a memory access violation may occur. - Requirements to reproduce this issue Condition 1. 1) The application developed by embedded SQL in COBOL, and 2) Receive the execution result of the query with the host variable of the following type, and 2-1) PIC X(n) VARYING 3) The length of the host variable and the length of the execution result are the same number of bytes. Condition 2. 1) The application developed by embedded SQL in COBOL, and 2) Receive the execution result of the query with the host variable of the following types, and 2-1) PIC N(n), or 2-2) PIC N(n) VARYING 3) The data obtained from the execution result of the query consists only of the characters of the maximum number of bytes in the encoding specified in the environment variable ECOBPG_NCHAR (*), and 4) The length of the host variable and the length of the execution result are the same number of bytes. (*) ECOBPG_NCHAR value For Linux/Windows ECOBPG_NCHAR={ UTF16LE | UTF16BE | UTF32LE | UTF32BE | SJIS } For Solaris ECOBPG_NCHAR={ UTF16LE | UTF16BE | UTF32LE | UTF32BE | SJIS | COBOL_EUC } Condition 3. 1) The application developed by embedded SQL in COBOL, and 2) Receive the execution result of the query with the host variable of the following type, and 2-1) PIC X(n) 3) The data of NAME field which is extracted by GET DESCRIPTOR is stored into host variable of 2), and 4) The length of the host variable and the length of the execution result are the same number of bytes. - Action Fix the processing when storing the execution result of the query in the host variable of the string. - Compatibility Information None. 02 PH16195 [ ]Security failure [ ]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description Output the following message when precompiling an application using embedded SQL in COBOL which includes an external file. ERROR: could not open include file "xxx" on line xxx (16289) - Requirements to reproduce this issue 1) Create an application using embedded SQL in COBOL, and 2) Either of following commands is specified in the application of 1), and - EXEC SQL INCLUDE filename END-EXEC. - EXEC SQL INCLUDE END-EXEC. - EXEC SQL INCLUDE "filename" END-EXEC. 3) The file name without the extension ".pco" is specified to the EXEC SQL INCLUDE command of 2), and 4) There is a specified file name with the extension ".pco" in directories where the ecobpg preprocessor will search a file, and 5) Use the ecobpg command to precompile the application. - Action Fix the processing of searching an external file in the precompiler ecobpg. - Compatibility Information None. 03 PH16471 [ ]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description [Issue 1] An embedded SQL COBOL application may not store any data even if it exists. [Issue 2] An embedded SQL COBOL application may return or insert wrong data. - Requirements to reproduce this issue [Requirements to reproduce Issue 1] 1) Create an application using embedded SQL in COBOL, and 2) Client encoding is set to UTF-8, and 3) The ECOBPG_NCHAR environment variable is not set, or set to the following values, and 3-1) UTF16LE, or 3-2) UTF16BE, or 3-3) UTF32LE, or 3-4) UTF32BE. 4) The application of 1) has PIC N(n) host variable, and 5) A SELECT statement stores its result to the host variable of 4) 6) The host variable length of 4) is longer than the length of columns which is target to get the data by SELECT statement of 5). [Requirements to reproduce 1 of Issue 2] 1) Create an application using embedded SQL in COBOL, and 2) Client encoding is set to UTF-8, and 3) The ECOBPG_NCHAR environment variable is not set, or set to the following values, and 3-1) UTF16LE, or 3-2) UTF16BE. 4) The application of 1) has PIC N(n) host variable, and 5) SELECT statement is set to host variable of 4), and 6) The data which is got by 5) has UTF-8 4-byte character (Surrogate pair). [Requirements to reproduce 2 of Issue 2] 1) Create an application using embedded SQL in COBOL, and 2) Client encoding is set to UTF-8, and 3) The ECOBPG_NCHAR environment variable is not set, or set to UTF16BE, and 4) The application of 1) has PIC N(n) host variable, and 5) INSERT statement is set to host variable of 4), and 6) The data which is got by 5) has UTF-8 4-byte character (Surrogate pair). (*) If the condition matches both [Requirements to reproduce Issue 1] and [Requirements to reproduce 1 of Issue 2], Issue 1 is occurred. - Action Fix the processing of calculating the character length in encoding conversion. - Compatibility Information None. 04 PH17860 [ ]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description Precompiling embedded SQL in COBOL fails with below error message when the "DO" command was used in the application. Error message: test.pco:xx: ERROR: syntax error at or near "do" - Requirements to reproduce this issue 1) An embedded SQL application is created using COBOL, and 2) The application has "WHENEVER" command, and 3) "DO" command is not used in 2)'s command, and 4) "DO" command is used as a part of SQL after 2)'s command, and 5) The application is precompiled by ecobpg command. - Action This update modifies the parsing of DO command in ecobpg. - Compatibility Information None. 05 PH19802 [*]Security failure [*]Serious failure ([ ]Degradation) [*]Incompatibility does not exist / [ ]Incompatibility exists - Frequency ([*]Always / [ ]Rarely / [ ]Irregularly) - Description There is no issue phenomena because bug corrections in PostgreSQL 12.2, 12.3, 12.4 and 12.5 apply to FUJITSU Enterprise Postgres. - Requirements to reproduce this issue There is no particular condition because this fix applies the changes of PostgreSQL 12.2, 12.3, 12.4 and 12.5 to FUJITSU Enterprise Postgres. You can see applied changes in the below URL. https://www.postgresql.org/docs/12/release-12-2.html https://www.postgresql.org/docs/12/release-12-3.html https://www.postgresql.org/docs/12/release-12-4.html https://www.postgresql.org/docs/12/release-12-5.html - Action Apply the changes of PostgreSQL 12 to FUJITSU Enterprise Postgres. - Compatibility Information None. ------------------------------------------------------------------------------- [List of fixed files] Files replaced by the patch: [InstallFolder]\bin\clusterdb.exe [InstallFolder]\bin\comerr32.dll [InstallFolder]\bin\createdb.exe [InstallFolder]\bin\createuser.exe [InstallFolder]\bin\dropdb.exe [InstallFolder]\bin\dropuser.exe [InstallFolder]\bin\ecobpg.exe [InstallFolder]\bin\ecpg.exe [InstallFolder]\bin\func.vbs [InstallFolder]\bin\gssapi32.dll [InstallFolder]\bin\k5sprt32.dll [InstallFolder]\bin\krb5_32.dll [InstallFolder]\bin\libcrypto-3.dll [InstallFolder]\bin\libecpg.dll [InstallFolder]\bin\libecpg_compat.dll [InstallFolder]\bin\libiconv.dll [InstallFolder]\bin\libintl.dll [InstallFolder]\bin\libpgtypes.dll [InstallFolder]\bin\libpq.dll [InstallFolder]\bin\libssl-3.dll [InstallFolder]\bin\libxml2.dll [InstallFolder]\bin\libxslt.dll [InstallFolder]\bin\oid2name.exe [InstallFolder]\bin\pg_basebackup.exe [InstallFolder]\bin\pg_config.exe [InstallFolder]\bin\pg_dump.exe [InstallFolder]\bin\pg_dumpall.exe [InstallFolder]\bin\pg_isready.exe [InstallFolder]\bin\pg_receivewal.exe [InstallFolder]\bin\pg_recvlogical.exe [InstallFolder]\bin\pg_restore.exe [InstallFolder]\bin\pgbench.exe [InstallFolder]\bin\pgx_loader.exe [InstallFolder]\bin\psql.exe [InstallFolder]\bin\reindexdb.exe [InstallFolder]\bin\vacuumdb.exe [InstallFolder]\bin\vacuumlo.exe [InstallFolder]\bin\zlib1.dll [InstallFolder]\doc\Licence\ConvertUTF.txt [InstallFolder]\doc\Licence\EntityFramework6.Npgsql.txt [InstallFolder]\doc\Licence\Jackson-databind.txt [InstallFolder]\doc\Licence\Kerberos-5.txt [InstallFolder]\doc\Licence\Marionette.js.txt [InstallFolder]\doc\Licence\MigLayout.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\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\Shaj.txt [InstallFolder]\doc\Licence\WiX-Toolset.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-commons-codec.txt [InstallFolder]\doc\Licence\apache-commons-configuration.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.txt [InstallFolder]\doc\Licence\asynckit.txt [InstallFolder]\doc\Licence\axios.txt [InstallFolder]\doc\Licence\backbone.js.txt [InstallFolder]\doc\Licence\bootstrap.txt [InstallFolder]\doc\Licence\combined-stream.txt [InstallFolder]\doc\Licence\cryptopp.txt [InstallFolder]\doc\Licence\delayed-stream.txt [InstallFolder]\doc\Licence\ecj.txt [InstallFolder]\doc\Licence\elevate.txt [InstallFolder]\doc\Licence\follow-redirects.txt [InstallFolder]\doc\Licence\form-data.txt [InstallFolder]\doc\Licence\gettext_libintl.txt [InstallFolder]\doc\Licence\icu.txt [InstallFolder]\doc\Licence\jackson-annotations.txt [InstallFolder]\doc\Licence\jackson-core.txt [InstallFolder]\doc\Licence\jakarta-regexp.txt [InstallFolder]\doc\Licence\java-native-access.txt [InstallFolder]\doc\Licence\javax-inject.txt [InstallFolder]\doc\Licence\jcl-over-slf4j.txt [InstallFolder]\doc\Licence\jquery-html5storage.txt [InstallFolder]\doc\Licence\jquery-ui.txt [InstallFolder]\doc\Licence\jquery.txt [InstallFolder]\doc\Licence\json2.txt [InstallFolder]\doc\Licence\jstl.txt [InstallFolder]\doc\Licence\libedit.txt [InstallFolder]\doc\Licence\libevent.txt [InstallFolder]\doc\Licence\libiconv.txt [InstallFolder]\doc\Licence\libxml2.txt [InstallFolder]\doc\Licence\libxslt.txt [InstallFolder]\doc\Licence\log4cplus.txt [InstallFolder]\doc\Licence\lombok.txt [InstallFolder]\doc\Licence\mime-db.txt [InstallFolder]\doc\Licence\mime-types.txt [InstallFolder]\doc\Licence\moment.js.txt [InstallFolder]\doc\Licence\ms-vc2010_en.txt [InstallFolder]\doc\Licence\ms-vc2010_jp.txt [InstallFolder]\doc\Licence\ms-vc2013_en.txt [InstallFolder]\doc\Licence\ms-vc2013_jp.txt [InstallFolder]\doc\Licence\ms-vc2015-2019_en.txt [InstallFolder]\doc\Licence\ms-vc2015-2019_jp.txt [InstallFolder]\doc\Licence\numeral-js.txt [InstallFolder]\doc\Licence\nwjs.txt [InstallFolder]\doc\Licence\oracle_fdw.txt [InstallFolder]\doc\Licence\orafce.txt [InstallFolder]\doc\Licence\paexec.txt [InstallFolder]\doc\Licence\pgAdmin4.txt [InstallFolder]\doc\Licence\pgBadger.txt [InstallFolder]\doc\Licence\pg_bigm.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\pgaudit.txt [InstallFolder]\doc\Licence\proxy-from-env.txt [InstallFolder]\doc\Licence\psqlODBC.txt [InstallFolder]\doc\Licence\python.txt [InstallFolder]\doc\Licence\slf4j.txt [InstallFolder]\doc\Licence\spin.js.txt [InstallFolder]\doc\Licence\spring-framework.txt [InstallFolder]\doc\Licence\spring-security-web.txt [InstallFolder]\doc\Licence\underscore.js.txt [InstallFolder]\doc\Licence\vis.js.txt [InstallFolder]\doc\Licence\xerces-c.txt [InstallFolder]\doc\Licence\zlib.txt [InstallFolder]\dotnet\EntityFramework6.Npgsql.3.2.1.nupkg [InstallFolder]\dotnet\Npgsql.12.0.0.nupkg [InstallFolder]\dotnet\Npgsql.EntityFrameworkCore.PostgreSQL.2.2.4.nupkg [InstallFolder]\dotnet \Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite.2.2.4.nupkg [InstallFolder]\dotnet \Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime.2.2.4.nupkg [InstallFolder]\dotnet\Npgsql.GeoJSON.12.0.0.nupkg [InstallFolder]\dotnet\Npgsql.Json.NET.12.0.0.nupkg [InstallFolder]\dotnet\Npgsql.LegacyPostgis.12.0.0.nupkg [InstallFolder]\dotnet\Npgsql.NetTopologySuite.12.0.0.nupkg [InstallFolder]\dotnet\Npgsql.NodaTime.12.0.0.nupkg [InstallFolder]\dotnet\Npgsql.RawPostgis.12.0.0.nupkg [InstallFolder]\dotnet\Npgsql.vsix [InstallFolder]\dotnet\NpgsqlRegister.exe [InstallFolder]\etc\product.inf [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\libpq-int.h [InstallFolder]\include\internal\libpq\pqcomm.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_ext.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\FSEP_vci.h [InstallFolder]\include\server\access\amapi.h [InstallFolder]\include\server\access\amvalidate.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\commit_ts.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\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\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\rmgrlist.h [InstallFolder]\include\server\access\sdir.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\sysattr.h [InstallFolder]\include\server\access\table.h [InstallFolder]\include\server\access\tableam.h [InstallFolder]\include\server\access\timeline.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\tuptoaster.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\xact.h [InstallFolder]\include\server\access\xlog.h [InstallFolder]\include\server\access\xlog_internal.h [InstallFolder]\include\server\access\xlogdefs.h [InstallFolder]\include\server\access\xloginsert.h [InstallFolder]\include\server\access\xlogreader.h [InstallFolder]\include\server\access\xlogrecord.h [InstallFolder]\include\server\access\xlogutils.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\opfam_internal.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_partitioned_table.h [InstallFolder]\include\server\catalog\pg_partitioned_table_d.h [InstallFolder]\include\server\catalog\pg_pltemplate.h [InstallFolder]\include\server\catalog\pg_pltemplate_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_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\schemapg.h [InstallFolder]\include\server\catalog\storage.h [InstallFolder]\include\server\catalog\storage_xlog.h [InstallFolder]\include\server\catalog\toasting.h [InstallFolder]\include\server\com_err.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\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\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\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\variable.h [InstallFolder]\include\server\commands\view.h [InstallFolder]\include\server\common\base64.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\fe_memutils.h [InstallFolder]\include\server\common\file_perm.h [InstallFolder]\include\server\common\file_utils.h [InstallFolder]\include\server\common\int.h [InstallFolder]\include\server\common\int128.h [InstallFolder]\include\server\common\ip.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\pg_lzcompress.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\sha2.h [InstallFolder]\include\server\common\shortest_dec.h [InstallFolder]\include\server\common\string.h [InstallFolder]\include\server\common\unicode_norm.h [InstallFolder]\include\server\common\unicode_norm_table.h [InstallFolder]\include\server\common\username.h [InstallFolder]\include\server\datatype\timestamp.h [InstallFolder]\include\server\executor\execExpr.h [InstallFolder]\include\server\executor\execParallel.h [InstallFolder]\include\server\executor\execPartition.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\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\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\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\conditional.h [InstallFolder]\include\server\fe_utils\connect.h [InstallFolder]\include\server\fe_utils\mbprint.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\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\funcapi.h [InstallFolder]\include\server\getaddrinfo.h [InstallFolder]\include\server\getopt_long.h [InstallFolder]\include\server\gssapi\gssapi.h [InstallFolder]\include\server\gssapi\gssapi_alloc.h [InstallFolder]\include\server\gssapi\gssapi_ext.h [InstallFolder]\include\server\gssapi\gssapi_krb5.h [InstallFolder]\include\server\jit\jit.h [InstallFolder]\include\server\jit\llvmjit.h [InstallFolder]\include\server\jit\llvmjit_emit.h [InstallFolder]\include\server\krb5.h [InstallFolder]\include\server\krb5\krb5.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\rbtree.h [InstallFolder]\include\server\lib\simplehash.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.h [InstallFolder]\include\server\libpq\libpq-fs.h [InstallFolder]\include\server\libpq\libpq.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\scram.h [InstallFolder]\include\server\libxml\DOCBparser.h [InstallFolder]\include\server\libxml\HTMLparser.h [InstallFolder]\include\server\libxml\HTMLtree.h [InstallFolder]\include\server\libxml\SAX.h [InstallFolder]\include\server\libxml\SAX2.h [InstallFolder]\include\server\libxml\c14n.h [InstallFolder]\include\server\libxml\catalog.h [InstallFolder]\include\server\libxml\chvalid.h [InstallFolder]\include\server\libxml\debugXML.h [InstallFolder]\include\server\libxml\dict.h [InstallFolder]\include\server\libxml\encoding.h [InstallFolder]\include\server\libxml\entities.h [InstallFolder]\include\server\libxml\globals.h [InstallFolder]\include\server\libxml\hash.h [InstallFolder]\include\server\libxml\list.h [InstallFolder]\include\server\libxml\nanoftp.h [InstallFolder]\include\server\libxml\nanohttp.h [InstallFolder]\include\server\libxml\parser.h [InstallFolder]\include\server\libxml\parserInternals.h [InstallFolder]\include\server\libxml\pattern.h [InstallFolder]\include\server\libxml\relaxng.h [InstallFolder]\include\server\libxml\schemasInternals.h [InstallFolder]\include\server\libxml\schematron.h [InstallFolder]\include\server\libxml\threads.h [InstallFolder]\include\server\libxml\tree.h [InstallFolder]\include\server\libxml\uri.h [InstallFolder]\include\server\libxml\valid.h [InstallFolder]\include\server\libxml\xinclude.h [InstallFolder]\include\server\libxml\xlink.h [InstallFolder]\include\server\libxml\xmlIO.h [InstallFolder]\include\server\libxml\xmlautomata.h [InstallFolder]\include\server\libxml\xmlerror.h [InstallFolder]\include\server\libxml\xmlexports.h [InstallFolder]\include\server\libxml\xmlmemory.h [InstallFolder]\include\server\libxml\xmlmodule.h [InstallFolder]\include\server\libxml\xmlreader.h [InstallFolder]\include\server\libxml\xmlregexp.h [InstallFolder]\include\server\libxml\xmlsave.h [InstallFolder]\include\server\libxml\xmlschemas.h [InstallFolder]\include\server\libxml\xmlschemastypes.h [InstallFolder]\include\server\libxml\xmlstring.h [InstallFolder]\include\server\libxml\xmlunicode.h [InstallFolder]\include\server\libxml\xmlversion.h [InstallFolder]\include\server\libxml\xmlwriter.h [InstallFolder]\include\server\libxml\xpath.h [InstallFolder]\include\server\libxml\xpathInternals.h [InstallFolder]\include\server\libxml\xpointer.h [InstallFolder]\include\server\lic\fjlic-client.h [InstallFolder]\include\server\mb\char_conv.h [InstallFolder]\include\server\mb\char_edf.h [InstallFolder]\include\server\mb\iconv.h [InstallFolder]\include\server\mb\pg_wchar.h [InstallFolder]\include\server\mb\rdb2biconv.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\nodeFuncs.h [InstallFolder]\include\server\nodes\nodes.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\readfuncs.h [InstallFolder]\include\server\nodes\replnodes.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\gram.h [InstallFolder]\include\server\parser\gramparse.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_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_ext.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\aix.h [InstallFolder]\include\server\port\atomics.h [InstallFolder]\include\server\port\atomics\arch-arm.h [InstallFolder]\include\server\port\atomics\arch-hppa.h [InstallFolder]\include\server\port\atomics\arch-ia64.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-acc.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-xlc.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\hpux.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\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\pwd.h [InstallFolder]\include\server\port\win32\sys\socket.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\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\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\pgarch.h [InstallFolder]\include\server\postmaster\postmaster.h [InstallFolder]\include\server\postmaster\startup.h [InstallFolder]\include\server\postmaster\syslogger.h [InstallFolder]\include\server\postmaster\walwriter.h [InstallFolder]\include\server\postmaster\xlogmultiplexer.h [InstallFolder]\include\server\profile.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\basebackup.h [InstallFolder]\include\server\replication\decode.h [InstallFolder]\include\server\replication\followsend.h [InstallFolder]\include\server\replication\logical.h [InstallFolder]\include\server\replication\logicalfuncs.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\snapbuild.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\rewriteSupport.h [InstallFolder]\include\server\rewrite\rowsecurity.h [InstallFolder]\include\server\rusagestub.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_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_ISO_8859_2_romanian.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_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_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_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_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\statistics\extended_stats_internal.h [InstallFolder]\include\server\statistics\statistics.h [InstallFolder]\include\server\storage\backendid.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\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\fd.h [InstallFolder]\include\server\storage\freespace.h [InstallFolder]\include\server\storage\fsm_internals.h [InstallFolder]\include\server\storage\indexfsm.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\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\procsignal.h [InstallFolder]\include\server\storage\reinit.h [InstallFolder]\include\server\storage\relfilenode.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\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\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\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\geo_decls.h [InstallFolder]\include\server\utils\guc.h [InstallFolder]\include\server\utils\guc_tables.h [InstallFolder]\include\server\utils\hashutils.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\int8.h [InstallFolder]\include\server\utils\inval.h [InstallFolder]\include\server\utils\json.h [InstallFolder]\include\server\utils\jsonapi.h [InstallFolder]\include\server\utils\jsonb.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\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\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\relfilenodemap.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\resowner_private.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\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\uuid.h [InstallFolder]\include\server\utils\varbit.h [InstallFolder]\include\server\utils\varlena.h [InstallFolder]\include\server\utils\xml.h [InstallFolder]\include\server\win-mac.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-jdbc4.jar [InstallFolder]\jdbc\lib\postgresql-jdbc41.jar [InstallFolder]\jdbc\lib\postgresql-jdbc42.jar [InstallFolder]\lib\libecpg.dll [InstallFolder]\lib\libecpg.lib [InstallFolder]\lib\libecpg_compat.dll [InstallFolder]\lib\libecpg_compat.lib [InstallFolder]\lib\libintl.lib [InstallFolder]\lib\libpgcommon.lib [InstallFolder]\lib\libpgport.lib [InstallFolder]\lib\libpgtypes.dll [InstallFolder]\lib\libpgtypes.lib [InstallFolder]\lib\libpq.dll [InstallFolder]\lib\libpq.lib [InstallFolder]\lib\postgres.lib [InstallFolder]\share\cobol_entry.info [InstallFolder]\share\locale\cs\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\initdb-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_archivecleanup-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_basebackup-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_checksums-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_dump-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_resetwal-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_rewind-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_upgrade-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pg_waldump-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pgscripts-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\cs\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\initdb-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_archivecleanup-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_basebackup-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_checksums-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_dump-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_resetwal-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_rewind-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_upgrade-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pg_waldump-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pgscripts-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\de\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\initdb-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pg_archivecleanup-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pg_basebackup-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pg_checksums-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pg_dump-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pg_resetwal-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pg_rewind-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pg_upgrade-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pg_waldump-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pgscripts-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pgx_copy-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pgx_dmpall-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pgx_keystore-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pgx_pclrsc-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\en\LC_MESSAGES\vci-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\initdb-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_archivecleanup-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_basebackup-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_checksums-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_dump-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_resetwal-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_rewind-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_upgrade-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pg_waldump-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pgscripts-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\es\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\initdb-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_archivecleanup-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_basebackup-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_checksums-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_dump-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_resetwal-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_rewind-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_upgrade-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pg_waldump-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pgscripts-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\fr\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\he\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\he\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\he\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\it\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\it\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\it\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\it\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\it\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\it\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\it\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\it\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\it\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\initdb-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_archivecleanup-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_basebackup-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_checksums-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_dump-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_resetwal-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_rewind-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_upgrade-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pg_waldump-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pgscripts-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pgx_copy-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pgx_dmpall-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pgx_keystore-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pgx_loader-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pgx_pclrsc-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\ja\LC_MESSAGES\vci-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\initdb-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_archivecleanup-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_basebackup-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_checksums-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_dump-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_resetwal-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_rewind-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_upgrade-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pg_waldump-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pgscripts-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\ko\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\pl\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\pt_BR\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\ro\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\ro\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\initdb-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_archivecleanup-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_basebackup-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_checksums-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_dump-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_resetwal-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_rewind-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_upgrade-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pg_waldump-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pgscripts-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\ru\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\initdb-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_archivecleanup-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_basebackup-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_checksums-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_dump-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_resetwal-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_rewind-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_upgrade-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pg_waldump-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pgscripts-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\sv\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\initdb-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_archivecleanup-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_basebackup-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_checksums-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_dump-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_resetwal-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_rewind-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_upgrade-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pg_waldump-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pgscripts-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\tr\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\initdb-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_archivecleanup-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_basebackup-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_checksums-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_dump-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_resetwal-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_rewind-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_upgrade-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pg_waldump-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pgscripts-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\uk\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\vi\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\ecpglib-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\initdb-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\libpq-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_archivecleanup-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_basebackup-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_checksums-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_controldata-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_ctl-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_dump-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_resetwal-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_rewind-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_test_fsync-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_test_timing-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_upgrade-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pg_waldump-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pgscripts-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\plperl-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\plpgsql-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\plpython-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\pltcl-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\postgres-12.mo [InstallFolder]\share\locale\zh_CN\LC_MESSAGES\psql-12.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\ecpg-12.mo [InstallFolder]\share\locale\zh_TW\LC_MESSAGES\pg_config-12.mo [InstallFolder]\share\pg_hba.conf.remover.sample [InstallFolder]\share\pg_service.conf.sample [InstallFolder]\share\psqlrc.sample [InstallFolder]\symbols\clusterdb.pdb [InstallFolder]\symbols\createdb.pdb [InstallFolder]\symbols\createuser.pdb [InstallFolder]\symbols\dropdb.pdb [InstallFolder]\symbols\dropuser.pdb [InstallFolder]\symbols\ecobpg.pdb [InstallFolder]\symbols\ecpg.pdb [InstallFolder]\symbols\libecpg.pdb [InstallFolder]\symbols\libecpg_compat.pdb [InstallFolder]\symbols\libpgtypes.pdb [InstallFolder]\symbols\libpq.pdb [InstallFolder]\symbols\oid2name.pdb [InstallFolder]\symbols\pg_basebackup.pdb [InstallFolder]\symbols\pg_config.pdb [InstallFolder]\symbols\pg_dump.pdb [InstallFolder]\symbols\pg_dumpall.pdb [InstallFolder]\symbols\pg_isready.pdb [InstallFolder]\symbols\pg_receivewal.pdb [InstallFolder]\symbols\pg_recvlogical.pdb [InstallFolder]\symbols\pg_restore.pdb [InstallFolder]\symbols\pgbench.pdb [InstallFolder]\symbols\psql.pdb [InstallFolder]\symbols\reindexdb.pdb [InstallFolder]\symbols\vacuumdb.pdb [InstallFolder]\symbols\vacuumlo.pdb -------------------------------------------------------------------------------