summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
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
1997-06-11From: Robert Bruccoleri <bruc@bms.com>Marc G. Fournier
1997-06-10LO patches for loimport/loexport from Raymond ToyBruce Momjian
1997-05-26From: David Friend <dfriend@atlsci.atlsci.com>Marc G. Fournier
1997-05-06Change LOread() and LOwrite() to loread() and lowrite() to allow useThomas G. Lockhart
1997-04-21#include <string.h>Vadim B. Mikheev
1997-04-17From: Raymond Toy <toy@rtp.ericsson.se>Marc G. Fournier
1997-04-17From: Raymond Toy <toy@rtp.ericsson.se>Marc G. Fournier
1997-04-16StreamConnection(): setsockopt (..., TCP_NODELAY, ...) added.Vadim B. Mikheev
1997-04-152. The file /usr/local/pgsql/src/backend/lipq/pgcomprim.c has twoMarc G. Fournier
1997-04-04Move YACC and YFLAGS into the template filesMarc G. Fournier
1997-04-04This commit represents a clean compile with the new templates underMarc G. Fournier
1997-03-28Slight Linux related bug pointed out by Gabriel Akos <gabriel@rocker.sch.bme.hu>Marc G. Fournier
1997-03-28From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier
1997-03-25Rather than make this a Linux test, we should just test for the existenceMarc G. Fournier
1997-03-25I don't know whether this breaks what the previous person tried toMarc G. Fournier
1997-03-20change strtok(0.. to strtok(NULL..Marc G. Fournier
1997-03-20From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier
1997-03-20Check for and set HAVE_CRYPT_H if <crypt.h> existsMarc G. Fournier
1997-03-18From: Jun Kuwamura <juk@rccm.co.jp>Marc G. Fournier
1997-03-18Replace strsep() by strtok()Marc G. Fournier
1997-03-18Patch from Sven Verdoolaege <skimo@breughel.ufsia.ac.be> for large_objectsMarc G. Fournier
1997-03-18 - Move most of the I/O in both libpq and the backend to a setMarc G. Fournier
1997-03-18Resync the source tree, commit some things that were missing (pqcomprim.c) andMarc G. Fournier
1997-03-14Missing bits from Dan's patches...sorry :(Marc G. Fournier
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
1997-02-14Remove WIN32 defines. They never worked.Bruce Momjian
1997-02-13Patch for:Marc G. Fournier
1997-01-16Minor change to file point out by AndrewMarc G. Fournier
1997-01-14There are two prototypes for inet_aton, one in include/inet_aton.h, andBruce Momjian
1997-01-10I found the following bugs in the version 6.0 (dated 961229).Bruce Momjian
1996-12-26pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian
1996-11-27More stuff to make it compile on various ports.Bryan Henderson
1996-11-24Move include of signal.h inside pqsignal.h so it's always where it's needed.Bryan Henderson
1996-11-18Add comments about the diversity of signal functionality. Came fromBryan Henderson
1996-11-16Add #include <sys/types.h> so it works with Ultrix's in.hBryan Henderson