postgresql/src/interfaces/libpq
Peter Eisentraut 52472bdcf0 Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 2ba4cf334b8ed1d46593e3127ecc673eb96bc7a8
2015-02-01 23:08:39 -05:00
..
po Translation updates 2015-02-01 23:08:39 -05:00
test Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
.gitignore Include files copied from libpqport in .gitignore 2014-05-08 11:02:22 +03:00
bcc32.mak Re-include pqsignal() in libpq. 2013-03-17 15:45:31 -04:00
exports.txt Add libpq function PQconninfo() 2012-11-30 15:11:08 +09:00
fe-auth.c Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
fe-auth.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
fe-connect.c Fix minor bugs in commit 30bf4689a9 et al. 2014-11-30 12:20:51 -05:00
fe-exec.c Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
fe-lobj.c Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
fe-misc.c Ensure libpq reports a suitable error message on unexpected socket EOF. 2014-10-22 18:41:51 -04:00
fe-print.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
fe-protocol2.c Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
fe-protocol3.c Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
fe-secure.c Replace a bunch more uses of strncpy() with safer coding. 2015-01-24 13:05:49 -05:00
libpq-events.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
libpq-events.h pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
libpq-fe.h Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
libpq-int.h check socket creation errors against PGINVALID_SOCKET 2014-04-16 10:45:48 -04:00
libpq.rc.in Stamp 9.3.5. 2014-07-21 15:10:42 -04:00
Makefile Install libpq DLL with $(INSTALL_SHLIB). 2014-08-18 23:01:04 -04:00
nls.mk Translation updates 2013-09-02 02:28:21 -04:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
pqexpbuffer.h Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
pthread-win32.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
win32.h Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
win32.mak Re-include pqsignal() in libpq. 2013-03-17 15:45:31 -04:00

src/interfaces/libpq/README

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