postgresql/src/backend
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
..
access Make sure printtup() always sends the number of columns previously 2003-05-26 17:51:38 +00:00
bootstrap Backend support for autocommit removed, per recent discussions. The 2003-05-14 03:26:03 +00:00
catalog Information schema improvements 2003-05-25 09:36:09 +00:00
commands Add defense against possibility that tzname[] doesn't exist. 2003-05-22 17:13:08 +00:00
executor Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall 2003-05-09 18:08:48 +00:00
lib Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
libpq Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
main Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
nodes Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
optimizer Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 2003-05-26 00:11:29 +00:00
parser Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 2003-05-26 00:11:29 +00:00
po Most of the code follows the American spelling of the word, which is 2002-11-19 17:21:40 +00:00
port Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
postmaster Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
regex Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
rewrite Portal and memory management infrastructure for extended query protocol. 2003-05-02 20:54:36 +00:00
storage Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
tcop Fix oversight: ignore-till-SYNC state should not ignore EOF ... 2003-05-14 18:40:37 +00:00
utils Remove comment that cbrt() isn't being used. 2003-05-26 00:55:25 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk Translation updates 2002-09-14 13:46:24 +00:00