postgresql/src/interfaces/libpq
Bruce Momjian 786f3d147d Here is a patch that adds the version info from libpq.rc to the DLL
build in mingw. The MSVC build already did this, but it was not linked
into the mingw one.

This is not the same as the versioninfo patch that's in the queue.
Please apply this one before beta-3 if at all possible.

Magnus Hagander
2004-09-26 02:14:47 +00:00
..
po Translation update 2004-09-20 08:15:29 +00:00
bcc32.mak Remove pg_config_paths.h from libpq *.mak builds so later MinGW builds 2004-09-02 02:02:02 +00:00
blibpqdll.def Add PQserverVersion() to libpq to provide more-convenient access to 2004-08-11 18:06:01 +00:00
fe-auth.c Update copyright to 2004. 2004-08-29 04:13:13 +00:00
fe-auth.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
fe-connect.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
fe-exec.c Another pgindent run with lib typedefs added. 2004-08-30 02:54:42 +00:00
fe-lobj.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
fe-misc.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
fe-print.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
fe-protocol2.c Another pgindent run with lib typedefs added. 2004-08-30 02:54:42 +00:00
fe-protocol3.c Another pgindent run with lib typedefs added. 2004-08-30 02:54:42 +00:00
fe-secure.c If we're going to print unrecognized result codes from SSL_get_error 2004-09-23 20:27:50 +00:00
libpq-fe.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
libpq-int.h Another pgindent run with lib typedefs added. 2004-08-30 02:54:42 +00:00
libpq.rc Stamp libpq.rc with 8.0 version. 2004-08-09 01:55:42 +00:00
libpqddll.def Add PQserverVersion() to libpq to provide more-convenient access to 2004-08-11 18:06:01 +00:00
libpqdll.c Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
libpqdll.def Add PQserverVersion() to libpq to provide more-convenient access to 2004-08-11 18:06:01 +00:00
Makefile Here is a patch that adds the version info from libpq.rc to the DLL 2004-09-26 02:14:47 +00:00
nls.mk Some source files was not scanned for translatable strings. 2004-09-09 06:32:13 +00:00
pg_service.conf.sample Prevent service dbname from defaulting to service name, per bug report 2003-12-19 21:50:54 +00:00
pqexpbuffer.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pqexpbuffer.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pqsignal.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
pqsignal.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
pthread-win32.c Use <> not "" for include of pthread.h. 2004-09-26 01:40:55 +00:00
pthread.h.win32 Enable thread safety for win32.mak build of PostgreSQL. 2004-06-19 04:22:17 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
win32.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
win32.h >OK, if you look at the last few commits to interfaces/libpq/win32.mak, 2004-07-31 06:19:23 +00:00
win32.mak Remove pg_config_paths.h from libpq *.mak builds so later MinGW builds 2004-09-02 02:02:02 +00:00

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