postgresql/src
Tom Lane 8c43300ccc Make sure printtup() always sends the number of columns previously
advertised in RowDescription message.  Depending on the physical tuple's
column count is not really correct, since according to heap_getattr()
conventions the tuple may be short some columns, which will automatically
get read as nulls.  Problem has been latent since forever, but was only
exposed by recent change to skip a projection step in SELECT * FROM...
2003-05-26 17:51:38 +00:00
..
backend Make sure printtup() always sends the number of columns previously 2003-05-26 17:51:38 +00:00
bin Fix breakage induced by recent patch (careless use of fmtId()). 2003-05-17 15:53:12 +00:00
corba
data
include Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 2003-05-26 00:11:29 +00:00
interfaces Forgot these. 2003-05-23 15:22:38 +00:00
makefiles Fix compilation on Cygwin. 2003-05-22 17:20:44 +00:00
pl Seems pl_funcs didn't have support for plpgsql PERFORM statement. 2003-05-23 04:08:34 +00:00
port Allow interfaces to compile under MingGW/Win32 by adding _P to symbols 2003-05-16 04:59:24 +00:00
template Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
test Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 2003-05-26 00:11:29 +00:00
tools Make Win32 tests to match existing Cygwin tests, where appropriate. 2003-04-18 01:03:42 +00:00
tutorial
utils
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Finish removing HPUXMATHLIB. 2003-05-11 20:50:53 +00:00
Makefile.shlib Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls-global.mk
win32.mak