postgresql/src/interfaces
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
..
cli Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
ecpg Since we're depending on %option noyywrap in the main scanner now, 2002-07-30 16:33:08 +00:00
jdbc Enhancements to how queries with bind values are stored internally and sent to 2002-08-23 20:45:49 +00:00
libpgeasy Remove int16 from libpgeasy examples. Improve error reporting. 2002-06-07 16:53:40 +00:00
libpgtcl Back out tcl patch, per Tom Lane: 2002-08-18 01:39:43 +00:00
libpq The cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
perl5 I'm giving a try at some TODO items. Currently it's the turn of the 2002-08-15 02:56:19 +00:00
python This fixes some text as well as enforces the use of "drop table cascade" 2002-08-15 03:33:36 +00:00
Makefile Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc 2002-08-22 22:43:14 +00:00