postgresql/src
Tom Lane 475cb157b9 Squash some more CLUSTER bugs. Never has worked on multiple-column
indexes, apparently, nor on functional indexes with more than one input
column (force of natts = 1 was in the wrong branch of IF statement).
Coredumped if source relation contained any uncommitted tuples, due to
failure to test for success return from heap_fetch.  Fetched tuple
was passed directly to heap_insert, which clobbers the TID and commit
status in the tuple header it's given, which meant that the source
relation's tuples all got trashed as the copy proceeded.  Abort partway
through, and you're left with a lot of missing tuples.
I wonder what else is lurking here ...
2000-05-12 16:10:09 +00:00
..
backend Squash some more CLUSTER bugs. Never has worked on multiple-column 2000-05-12 16:10:09 +00:00
bin Small cleanup of file. 2000-05-12 00:54:53 +00:00
corba Updating and addign files... 1998-11-19 02:39:51 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include this fixes the bug where setting the entry in he process table no longer works 2000-05-12 14:33:08 +00:00
interfaces ImageViewer transaction fixes 2000-05-05 07:35:29 +00:00
makefiles Please forget all I said about gcc and AIX in my previous mail. 2000-04-05 14:47:21 +00:00
pl Oops, plpgsql didn't have the datetime->timestamp and timespan->interval 2000-05-11 04:00:00 +00:00
template Finally figured out that HP's cpp won't do ANSI preprocessing constructs 2000-04-21 03:07:51 +00:00
test Repair list-vs-node confusion that resulted in failure for INNER JOIN ON. 2000-05-12 01:33:56 +00:00
tools Update pgindent 2000-04-12 01:01:49 +00:00
tutorial Fix some bogosity in the tutorial examples. 2000-03-28 02:49:19 +00:00
utils Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
win32 Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
config.guess Added latest config.guess and config.sub 2000-03-29 16:12:31 +00:00
config.sub Added latest config.guess and config.sub 2000-03-29 16:12:31 +00:00
configure Add two checks ... one for setproctitle and one for -lutil ... 2000-05-12 13:58:25 +00:00
configure.in Add two checks ... one for setproctitle and one for -lutil ... 2000-05-12 13:58:25 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in Update ecpg to use snprintf 2000-02-28 23:28:41 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in fixed another psql \e bug (handle newlines as whitespace) 2000-04-14 23:43:44 +00:00
Makefile.shlib Fix for bsdi 4.1 shared libraries. 2000-03-09 17:07:32 +00:00
mkinstalldirs Added new pg_id to fix initdb problems 2000-01-20 21:51:09 +00:00
win32.mak Hi! 2000-01-18 19:05:31 +00:00