postgresql/src/interfaces/libpq
Tom Lane 5493ecc3a5 Adjust error-handling logic in libpq. For the first time, libpq copes
sanely with running out of memory for a query result.
2003-05-26 20:05:20 +00:00
..
po Translation updates 2002-10-21 18:51:03 +00:00
bcc32.mak Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
blibpqdll.def Add new versions DLL lists, from Karl Waclawek 2003-04-25 14:20:21 +00:00
fe-auth.c Revert kerberos code breakage. 2003-05-16 04:58:03 +00:00
fe-auth.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-connect.c Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
fe-exec.c Adjust error-handling logic in libpq. For the first time, libpq copes 2003-05-26 20:05:20 +00:00
fe-lobj.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-misc.c Use closesocket() for all socket/pipe closing, because Win32 requires 2003-04-25 01:24:00 +00:00
fe-print.c The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
fe-secure.c Fix error recovery for SSL_read/SSL_write calls. 2003-04-10 23:03:08 +00:00
libpq-fe.h Second round of FE/BE protocol changes. Frontend->backend messages now 2003-04-19 00:02:30 +00:00
libpq-int.h I think we're done with protocol instability, so mark server and libpq 2003-05-08 18:33:39 +00:00
libpq.rc Stamp minor version numbers for 7.4 release. 2002-12-04 18:14:11 +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 new versions DLL lists, from Karl Waclawek 2003-04-25 14:20:21 +00:00
Makefile Add Makefile rules for new crypt/rint() /port functions. Add include 2003-05-10 02:05:50 +00:00
nls.mk Translation updates, some messages tweaked. 2002-09-22 20:57:21 +00:00
pg_service.conf.sample Move pg_service.conf.sample to /interfaces/libpq. 2003-02-03 14:24:07 +00:00
pqexpbuffer.c The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
pqexpbuffer.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pqsignal.c Fix inclusion order, per Andreas. 2002-11-04 14:27:21 +00:00
pqsignal.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
win32.c pgindent run. 2002-09-04 20:31:48 +00:00
win32.h More cleanups now that we have crypt(). 2003-05-09 16:59:43 +00:00
win32.mak Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00

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