postgresql/src/interfaces/libpq
2004-12-03 01:58:43 +00:00
..
po Translation update 2004-11-16 22:58:44 +00:00
.cvsignore Generate the various .def files for libpq DLLs from a single list of 2004-10-16 20:10:57 +00:00
bcc32.mak Not entirely sure when this broke, but libpq's VC++ build is currently 2004-11-13 03:18:50 +00:00
exports.txt Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. 2004-10-30 23:11:27 +00:00
fe-auth.c Get rid of perror(), substitute some better phrased error messages. 2004-11-09 15:57:57 +00:00
fe-auth.h Update copyright to 2004. 2004-08-29 04:13:13 +00:00
fe-connect.c Code review for recent libpq changes. Be more careful about error 2004-12-02 23:20:21 +00:00
fe-exec.c Standardize on using the Min, Max, and Abs macros that are in our c.h file, 2004-10-21 19:28:36 +00:00
fe-lobj.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
fe-misc.c Add new macro as shorthand for MS VC and Borland C++: 2004-09-27 23:24:45 +00:00
fe-print.c Code review for recent libpq changes. Be more careful about error 2004-12-02 23:20:21 +00:00
fe-protocol2.c Remove dllist.c from libpq. It's overkill for what libpq needs; we can 2004-10-16 22:52:55 +00:00
fe-protocol3.c Add PQprepare/PQsendPrepared functions to libpq to support preparing 2004-10-18 22:00:42 +00:00
fe-secure.c Fix compile breakage from SIGPIPE fix for threading. 2004-12-03 01:58:43 +00:00
libpq-fe.h Code review for recent libpq changes. Be more careful about error 2004-12-02 23:20:21 +00:00
libpq-int.h Code review for recent libpq changes. Be more careful about error 2004-12-02 23:20:21 +00:00
libpq.rc Stamp libpq.rc with 8.0 version. 2004-08-09 01:55:42 +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
Makefile Fix up makefile dependencies for pg_config_paths.h. 2004-11-20 21:13:06 +00:00
nls.mk Translation updates 2004-10-27 11:09:33 +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 Not entirely sure when this broke, but libpq's VC++ build is currently 2004-11-13 03:18:50 +00:00

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