summaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqcomm.c
Commit message (Expand)AuthorAgeFilesLines
* Produce a more specific error message when backend sees EOF onTom Lane1999-02-181-3/+9
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Fix a couple little problems with signed vs. unsignedTom Lane1999-01-241-6/+6
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-231-52/+126
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+9
* Remove uses of MSG_WAITALL temporarily, since it doesn'tTom Lane1999-01-171-25/+13
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-121-226/+91
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-111-9/+18
* Many more cleanups...Marc G. Fournier1998-12-141-32/+28
* pq_getstr didn't handle buffer overrun correctly; it wouldTom Lane1998-11-291-26/+13
* From: Peter Gucwa <pg@softcomputer.com>Marc G. Fournier1998-10-131-5/+5
* make lock variable only used with fcntlBruce Momjian1998-10-071-1/+3
* Add configure test to make sure fcntl(SETLK) is available,Tom Lane1998-10-061-3/+7
* flock --> fcntlVadim B. Mikheev1998-09-101-4/+14
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-31/+37
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-28/+28
* Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-4/+35
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-2/+2
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-181-6/+6
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-091-78/+2
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-2/+2
* Remove un-needed include files.Bruce Momjian1998-06-211-2/+1
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-161-1/+43
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-9/+1
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-3/+6
* postmaster/postgres options cleanup.Bruce Momjian1998-05-271-2/+2
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-191-8/+5
* Last minute clean up for SunOS...Marc G. Fournier1998-03-021-4/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-21/+21
* Various fixes for string.h vs strings.hMarc G. Fournier1998-02-241-10/+13
* Various minor modes for i386_solarisMarc G. Fournier1998-02-191-1/+2
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-271-2/+2
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-261-68/+10
* getpid/pid cleanupBruce Momjian1998-01-251-4/+5
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-5/+5
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* Use MAXPGPATH to declare size of socket name storage.Thomas G. Lockhart1997-12-161-2/+6
* Remove archive stuff.Bruce Momjian1997-11-211-1/+2
* Fix socket file permissions, from Goran Thyni.Bruce Momjian1997-11-191-2/+6
* FIx for unix domain sockets, from Goran Thyni.Bruce Momjian1997-11-191-11/+13
* Add storage/ipc.h include file to get read/write function declarations.Thomas G. Lockhart1997-11-171-2/+3
* Clean up indenting.Bruce Momjian1997-11-101-56/+64
* Patch from Goran ThyniBruce Momjian1997-11-101-16/+15
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-071-41/+70
* Inline memset() as MemSet().Bruce Momjian1997-09-181-4/+4
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-50/+50
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-489/+527
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-19/+19
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-4/+4