summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
1998-02-011. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 isMarc G. Fournier
1998-01-31From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
1998-01-31Inline fastgetattr and others so data access does not use functionBruce Momjian
1998-01-29From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
1998-01-27From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
1998-01-27Protocol cleanup from Phil.Bruce Momjian
1998-01-26#include <sys/types.h> required for u_long in <netinet/in.h>Marc G. Fournier
1998-01-26From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
1998-01-25getpid/pid cleanupBruce Momjian
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-12-30Slightly delayed patches from Todd...damn holidays :)Marc G. Fournier
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-17First pass through, of many to come, towards making the whole sourceMarc G. Fournier
1997-12-16Use MAXPGPATH to declare size of socket name storage.Thomas G. Lockhart
1997-12-12Make password null on startup.Bruce Momjian
1997-12-11Remove PGDATA setting and use DataDir.Bruce Momjian
1997-12-09Major code cleanup following the pg_password insertion...Marc G. Fournier
1997-12-08More VARHDRSZ additions.Bruce Momjian
1997-12-07Add error check on getenv("DATADIR")Marc G. Fournier
1997-12-06Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian
1997-12-04Missed a few files from Todd's patch...oops :)Marc G. Fournier
1997-12-04From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier
1997-11-27Salt fix for password, from Tatsuo Ishii.Bruce Momjian
1997-11-27Prevent flushing from packets, by Massimo.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian
1997-11-19Fix socket file permissions, from Goran Thyni.Bruce Momjian
1997-11-19FIx for unix domain sockets, from Goran Thyni.Bruce Momjian
1997-11-17Include unistd.h to get read/write function declarations.Thomas G. Lockhart
1997-11-17Add storage/ipc.h include file to get read/write function declarations.Thomas G. Lockhart
1997-11-17Fix compiler complaints about mismatched pointer args using coersions.Thomas G. Lockhart
1997-11-10Clean up indenting.Bruce Momjian
1997-11-10Patch from Goran ThyniBruce Momjian
1997-11-07Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-12Dec alphaserver patch from Malcolm BeattieBruce Momjian
1997-09-12heapattr functions now return a Datum, not char *.Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-27Remove unneeded stat calls.Bruce Momjian
1997-08-25pg_password utility. Cleanup for psql passwords. New datetime contrib stuff...Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-18Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian
1997-08-18Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1997-08-12Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian
1997-07-28Added SCO support, from Daniel Harris.Bruce Momjian
1997-07-01Fix code to do the right thing with mixed-endian clients and servers.Thomas G. Lockhart