postgresql/src/interfaces
Tom Lane cab9437a43 Arrange to compile flex output files as inclusions into other files
(usually bison output files), not as standalone files.  This hack
works around flex's insistence on including <stdio.h> before we are
able to include postgres.h; postgres.h will already be read before
the compiler starts to read the flex output file.  Needed for largefile
support on some platforms.
2002-11-01 22:52:34 +00:00
..
cli pgindent run. 2002-09-04 20:31:48 +00:00
ecpg Arrange to compile flex output files as inclusions into other files 2002-11-01 22:52:34 +00:00
jdbc Return something meaningful for Statement.getFetchSize(). Previously we were 2002-10-30 04:33:29 +00:00
libpgtcl Fix free-slot search in PgSetResultId so it actually works. 2002-10-17 14:53:32 +00:00
libpq Code review for connection timeout patch. Avoid unportable assumption 2002-10-24 23:35:55 +00:00
python Move PyGreSQL usage documentation from README into DocBook. Some other 2002-09-23 21:10:13 +00:00
Makefile perl5 interface moved to gborg 2002-08-30 13:06:22 +00:00