postgresql/src/interfaces/libpq
2006-07-04 13:22:15 +00:00
..
po
.cvsignore
bcc32.mak Have BCC echo output "" using "", rather than \"\" as earlier reported. 2006-06-06 16:17:20 +00:00
exports.txt Remove libpq's PQescapeIdentifier(), not safe from injection attacks. 2006-07-04 13:22:15 +00:00
fe-auth.c Split definitions for md5.c out of crypt.h and into their own header 2006-06-20 19:56:52 +00:00
fe-auth.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
fe-connect.c Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00
fe-exec.c Remove libpq's PQescapeIdentifier(), not safe from injection attacks. 2006-07-04 13:22:15 +00:00
fe-lobj.c Further thoughts about lo_export/lo_import error handling: if one of 2006-06-14 17:49:25 +00:00
fe-misc.c Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00
fe-print.c Fix ancient memory leak in PQprintTuples(); our code no longer uses this 2006-04-19 16:15:29 +00:00
fe-protocol2.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
fe-protocol3.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
fe-secure.c Fix typo in comment. 2006-05-11 23:27:35 +00:00
libpq-fe.h Remove libpq's PQescapeIdentifier(), not safe from injection attacks. 2006-07-04 13:22:15 +00:00
libpq-int.h Modify libpq's string-escaping routines to be aware of encoding considerations 2006-05-21 20:19:23 +00:00
libpq.rc.in
libpqdll.c Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
Makefile Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consistency. 2006-05-07 01:05:11 +00:00
nls.mk
pg_service.conf.sample
pqexpbuffer.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pqexpbuffer.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pqsignal.c Remove pqsignalinquire(), which is unused and has portability issues. 2006-05-30 15:57:56 +00:00
pqsignal.h Remove pqsignalinquire(), which is unused and has portability issues. 2006-05-30 15:57:56 +00:00
pthread-win32.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pthread-win32.h
README
win32.c Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00
win32.h
win32.mak Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00

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