postgresql/src/interfaces/libpq
Tom Lane 976246cc7e The cstring datatype can now be copied, passed around, etc. The typlen
value '-2' is used to indicate a variable-width type whose width is
computed as strlen(datum)+1.  Everything that looks at typlen is updated
except for array support, which Joe Conway is working on; at the moment
it wouldn't work to try to create an array of cstring.
2002-08-24 15:00:47 +00:00
..
po Move PO files into subdirectories separate from the source code. 2002-08-21 20:42:27 +00:00
Makefile Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
fe-auth.c Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
fe-auth.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-connect.c Add includes for prototype using timeval. 2002-08-18 01:35:40 +00:00
fe-exec.c The cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
fe-lobj.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-misc.c Add libpq connection timeout parameter. 2002-08-17 12:33:18 +00:00
fe-print.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-secure.c Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
libpq-fe.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq-int.h Add #include <sys/time.h>. 2002-08-18 03:47:08 +00:00
libpq.rc Stamp CVS as 7.2. Update all interface version numbers. This is the 2001-05-11 01:46:33 +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 PQescapeString and PQescapeBytea for Win32. 2002-06-02 22:36:30 +00:00
nls.mk Czech translation updates from Karel Zak 2001-12-21 22:30:49 +00:00
pqexpbuffer.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pqexpbuffer.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pqsignal.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pqsignal.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
win32.c Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
win32.h Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
win32.mak Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00

README

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