]> granicus.if.org Git - postgresql/history - src/backend/libpq/pqcomm.c
From: t-ishii@sra.co.jp
[postgresql] / src / backend / libpq / pqcomm.c
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-06-21 Bruce MomjianRemove un-needed include files.
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-05-27 Bruce Momjianpostmaster/postgres options cleanup.
1998-05-19 Bruce MomjianAllow cancel from client of backend query. Change...
1998-03-02 Marc G. FournierLast minute clean up for SunOS...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-24 Marc G. FournierVarious fixes for string.h vs strings.h
1998-02-19 Marc G. FournierVarious minor modes for i386_solaris
1998-01-27 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-25 Bruce Momjiangetpid/pid cleanup
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-16 Thomas G. LockhartUse MAXPGPATH to declare size of socket name storage.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-19 Bruce MomjianFix socket file permissions, from Goran Thyni.
1997-11-19 Bruce MomjianFIx for unix domain sockets, from Goran Thyni.
1997-11-17 Thomas G. LockhartAdd storage/ipc.h include file to get read/write functi...
1997-11-10 Bruce MomjianClean up indenting.
1997-11-10 Bruce MomjianPatch from Goran Thyni
1997-11-07 Bruce MomjianAdd Unix domain socket support, from Goran Thyni, goran...
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-07-28 Bruce MomjianAdded SCO support, from Daniel Harris.
1997-04-17 Marc G. FournierFrom: Raymond Toy <toy@rtp.ericsson.se>
1997-04-16 Vadim B. MikheevStreamConnection(): setsockopt (..., TCP_NODELAY, ...
1997-03-20 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-03-18 Marc G. Fournier - Move most of the I/O in both libpq and the backend...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-02-14 Bruce MomjianRemove WIN32 defines. They never worked.
1996-12-26 Bruce Momjianpq/signal() portability patch. Also psql copy prompt...
1996-11-24 Bryan HendersonMove include of signal.h inside pqsignal.h so it's...
1996-11-15 Marc G. FournierMulitple inclusion of sys/socket.h
1996-11-14 Bryan HendersonRemove most compile-time options, add a few runtime...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierI'm getting there, slowly :)
1996-10-31 Marc G. Fournierclean up makefile
1996-10-31 Marc G. Fournierremove use of PORTNAME_*
1996-07-23 Marc G. FournierFinished merging in src/backend from Dr. George's sourc...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01