postgresql/src/interfaces/libpq
Peter Eisentraut 58b30d9829 Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 01a9485e7f9d18e1195250ec68634f1d3c9497f6
2015-08-03 14:10:33 -04:00
..
po Translation updates 2015-08-03 14:10:33 -04:00
test Fix libpq test expected output file 2015-03-11 17:04:27 -03:00
.gitignore Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:19:38 -04:00
bcc32.mak Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:19:38 -04:00
exports.txt Add API functions to libpq to interrogate SSL related stuff. 2015-02-03 19:57:52 +02:00
fe-auth.c Fix more typos in comments. 2015-05-20 19:45:43 +03:00
fe-auth.h Fix libpq's behavior when /etc/passwd isn't readable. 2015-01-11 12:35:44 -05:00
fe-connect.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
fe-exec.c Fix documentation for libpq's PQfn(). 2015-03-08 13:35:28 -04:00
fe-lobj.c Cast to (void *) rather than (int *) when passing int64's to PQfn(). 2015-03-08 13:58:28 -04:00
fe-misc.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
fe-print.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
fe-protocol2.c Improve handling of out-of-memory in libpq. 2015-07-07 18:47:25 +03:00
fe-protocol3.c Improve handling of out-of-memory in libpq. 2015-07-07 18:47:25 +03:00
fe-secure-openssl.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
fe-secure.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
libpq-events.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
libpq-events.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
libpq-fe.h Add API functions to libpq to interrogate SSL related stuff. 2015-02-03 19:57:52 +02:00
libpq-int.h Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
libpq.rc.in Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:19:38 -04:00
nls.mk Add new files to nls.mk 2015-05-17 22:55:17 -04:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
pqexpbuffer.h Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
pthread-win32.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
win32.h Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
win32.mak Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:19:38 -04:00

src/interfaces/libpq/README

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