postgresql/src/backend
Tom Lane cd6bc85aa2 Remove uses of MSG_WAITALL temporarily, since it doesn't
seem to be portable (HPUX doesn't like it, anyway).  Also, clean up
StreamConnection(), which was mis-coded to assume that the address
family field is already set when it's called.
1999-01-17 03:10:23 +00:00
..
access SET TRANSACTION ISOLATION LEVEL ... 1998-12-18 09:10:39 +00:00
bootstrap New HeapTuple structure/interface. 1998-11-27 19:52:36 +00:00
catalog Initial MVCC code. 1998-12-15 12:47:01 +00:00
commands From: Magnus Hagander <mha@sollentuna.net> 1999-01-11 03:56:11 +00:00
executor SET TRANSACTION ISOLATION LEVEL ... 1998-12-18 09:10:39 +00:00
lib more cleanups...of note, appendStringInfo now performs like sprintf(), 1998-12-14 08:11:17 +00:00
libpq Remove uses of MSG_WAITALL temporarily, since it doesn't 1999-01-17 03:10:23 +00:00
main OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
nodes finished cleaning up outnodes.c ... 1998-12-20 07:13:36 +00:00
optimizer Add support for the CASE statement in the rewrite handling. 1998-12-14 00:02:17 +00:00
parser SELECT FOR UPDATE syntax 1999-01-05 15:46:25 +00:00
port Replace direct inclusions of c.h with inclusion of postgres.h, 1999-01-17 03:04:57 +00:00
postmaster Portability fix for old SunOS releases: fflush(NULL) 1998-11-29 01:51:56 +00:00
regex OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
rewrite Initial MVCC code. 1998-12-15 12:47:01 +00:00
storage Replace direct inclusions of c.h with inclusion of postgres.h, 1999-01-17 03:04:57 +00:00
tcop SET TRANSACTION ISOLATION LEVEL ... 1998-12-18 09:10:39 +00:00
tioga OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
utils Replace direct inclusions of c.h with inclusion of postgres.h, 1999-01-17 03:04:57 +00:00
Makefile New HeapTuple structure/interface. 1998-11-27 19:52:36 +00:00