postgresql/src
Tom Lane 846c364dd4 Change do_tup_output() to take Datum/isnull arrays instead of a char * array,
so it doesn't go through BuildTupleFromCStrings.  This is more or less a
wash for current uses, but will avoid inefficiency for planned changes to
EXPLAIN.

Robert Haas
2009-07-22 17:00:23 +00:00
..
backend Change do_tup_output() to take Datum/isnull arrays instead of a char * array, 2009-07-22 17:00:23 +00:00
bin Make pg_dump/pg_restore --clean options drop large objects too. 2009-07-21 21:46:10 +00:00
include Change do_tup_output() to take Datum/isnull arrays instead of a char * array, 2009-07-22 17:00:23 +00:00
interfaces Fix mismatch in const:ness of parameters. 2009-07-22 11:07:02 +00:00
makefiles When calling unsupported "make check" with a pgxs module, return a nonzero 2009-07-08 13:47:29 +00:00
pl Replace PLpgSQL_dstring by StringInfo. 2009-07-22 02:31:38 +00:00
port Add erand48() to the set of functions supported by our src/port/ library, 2009-07-16 17:43:52 +00:00
template
test DROP IF EXISTS for columns and constraints. Andres Freund. 2009-07-20 02:42:28 +00:00
timezone
tools Add a further customization to the SGML Emacs mode to prevent the use of 2009-07-21 19:07:24 +00:00
tutorial
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak