postgresql/src/interfaces/libpq
Michael Paquier 1301c80b21 Remove MSVC scripts
This commit removes all the scripts located in src/tools/msvc/ to build
PostgreSQL with Visual Studio on Windows, meson becoming the recommended
way to achieve that.  The scripts held some information that is still
relevant with meson, information kept and moved to better locations.
Comments that referred directly to the scripts are removed.

All the documentation still relevant that was in install-windows.sgml
has been moved to installation.sgml under a new subsection for Visual.
All the content specific to the scripts is removed.  Some adjustments
for the documentation are planned in a follow-up set of changes.

Author: Michael Paquier
Reviewed-by: Peter Eisentraut, Andres Freund
Discussion: https://postgr.es/m/ZQzp_VMJcerM1Cs_@paquier.xyz
2023-12-20 09:44:37 +09:00
..
po Translation updates 2023-08-07 12:39:30 +02:00
t Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
test Remove distprep 2023-11-06 15:18:04 +01:00
.gitignore Run tap tests in src/interfaces/libpq. 2022-02-26 16:51:47 -08:00
Makefile Remove MSVC scripts 2023-12-20 09:44:37 +09:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
exports.txt libpq: Add support for Close on portals and statements 2023-07-04 14:48:10 +09:00
fe-auth-sasl.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-auth-scram.c Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
fe-auth.c Introduce macros for protocol characters. 2023-08-22 19:16:12 -07:00
fe-auth.h Make SCRAM iteration count configurable 2023-03-27 09:46:29 +02:00
fe-connect.c Introduce macros for protocol characters. 2023-08-22 19:16:12 -07:00
fe-exec.c Fix handling of errors in libpq pipelines 2023-12-05 12:43:24 +01:00
fe-gssapi-common.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-gssapi-common.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-lobj.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
fe-misc.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
fe-print.c Remove --disable-thread-safety and related code. 2023-07-12 08:20:43 +12:00
fe-protocol3.c Fix handling of errors in libpq pipelines 2023-12-05 12:43:24 +01:00
fe-secure-common.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
fe-secure-common.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-secure-gssapi.c Fix timing-dependent failure in GSSAPI data transmission. 2023-11-23 13:30:18 -05:00
fe-secure-openssl.c Be more wary about OpenSSL not setting errno on error. 2023-12-11 11:51:56 -05:00
fe-secure.c Be more wary about OpenSSL not setting errno on error. 2023-12-11 11:51:56 -05:00
fe-trace.c Introduce macros for protocol characters. 2023-08-22 19:16:12 -07:00
legacy-pqsignal.c Remove --disable-thread-safety and related code. 2023-07-12 08:20:43 +12:00
libpq-events.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
libpq-events.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
libpq-fe.h libpq: Add support for Close on portals and statements 2023-07-04 14:48:10 +09:00
libpq-int.h Fix handling of errors in libpq pipelines 2023-12-05 12:43:24 +01:00
meson.build Support connection load balancing in libpq 2023-03-29 21:53:38 +02:00
nls.mk Rename port/thread.c to port/user.c. 2023-07-09 18:17:09 +12:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Add some const qualifiers 2023-09-26 11:28:57 +01:00
pqexpbuffer.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
pthread-win32.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
win32.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
win32.h Recognize network-failure errnos as indicating hard connection loss. 2020-10-10 13:28:12 -04:00

README

src/interfaces/libpq/README

This directory contains the C version of Libpq, the POSTGRES frontend library.