| Age | Commit message (Expand) | Author |
| 1997-09-18 | Inline memset() as MemSet(). | Bruce Momjian |
| 1997-09-12 | Dec alphaserver patch from Malcolm Beattie | Bruce Momjian |
| 1997-09-12 | heapattr functions now return a Datum, not char *. | Bruce Momjian |
| 1997-09-08 | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian |
| 1997-09-08 | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian |
| 1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian |
| 1997-08-27 | Remove unneeded stat calls. | Bruce Momjian |
| 1997-08-25 | pg_password utility. Cleanup for psql passwords. New datetime contrib stuff... | Bruce Momjian |
| 1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian |
| 1997-08-18 | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian |
| 1997-08-18 | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian |
| 1997-08-12 | Remove more (void) and fix -Wall warnings. | Bruce Momjian |
| 1997-08-12 | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian |
| 1997-07-28 | Added SCO support, from Daniel Harris. | Bruce Momjian |
| 1997-07-01 | Fix code to do the right thing with mixed-endian clients and servers. | Thomas G. Lockhart |
| 1997-06-11 | From: Robert Bruccoleri <bruc@bms.com> | Marc G. Fournier |
| 1997-06-10 | LO patches for loimport/loexport from Raymond Toy | Bruce Momjian |
| 1997-05-26 | From: David Friend <dfriend@atlsci.atlsci.com> | Marc G. Fournier |
| 1997-05-06 | Change LOread() and LOwrite() to loread() and lowrite() to allow use | Thomas G. Lockhart |
| 1997-04-21 | #include <string.h> | Vadim B. Mikheev |
| 1997-04-17 | From: Raymond Toy <toy@rtp.ericsson.se> | Marc G. Fournier |
| 1997-04-17 | From: Raymond Toy <toy@rtp.ericsson.se> | Marc G. Fournier |
| 1997-04-16 | StreamConnection(): setsockopt (..., TCP_NODELAY, ...) added. | Vadim B. Mikheev |
| 1997-04-15 | 2. The file /usr/local/pgsql/src/backend/lipq/pgcomprim.c has two | Marc G. Fournier |
| 1997-04-04 | Move YACC and YFLAGS into the template files | Marc G. Fournier |
| 1997-04-04 | This commit represents a clean compile with the new templates under | Marc G. Fournier |
| 1997-03-28 | Slight Linux related bug pointed out by Gabriel Akos <gabriel@rocker.sch.bme.hu> | Marc G. Fournier |
| 1997-03-28 | From: "D'Arcy J.M. Cain" <darcy@druid.net> | Marc G. Fournier |
| 1997-03-25 | Rather than make this a Linux test, we should just test for the existence | Marc G. Fournier |
| 1997-03-25 | I don't know whether this breaks what the previous person tried to | Marc G. Fournier |
| 1997-03-20 | change strtok(0.. to strtok(NULL.. | Marc G. Fournier |
| 1997-03-20 | From: "D'Arcy J.M. Cain" <darcy@druid.net> | Marc G. Fournier |
| 1997-03-20 | Check for and set HAVE_CRYPT_H if <crypt.h> exists | Marc G. Fournier |
| 1997-03-18 | From: Jun Kuwamura <juk@rccm.co.jp> | Marc G. Fournier |
| 1997-03-18 | Replace strsep() by strtok() | Marc G. Fournier |
| 1997-03-18 | Patch from Sven Verdoolaege <skimo@breughel.ufsia.ac.be> for large_objects | Marc G. Fournier |
| 1997-03-18 | - Move most of the I/O in both libpq and the backend to a set | Marc G. Fournier |
| 1997-03-18 | Resync the source tree, commit some things that were missing (pqcomprim.c) and | Marc G. Fournier |
| 1997-03-14 | Missing bits from Dan's patches...sorry :( | Marc G. Fournier |
| 1997-03-12 | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier |
| 1997-02-14 | Remove WIN32 defines. They never worked. | Bruce Momjian |
| 1997-02-13 | Patch for: | Marc G. Fournier |
| 1997-01-16 | Minor change to file point out by Andrew | Marc G. Fournier |
| 1997-01-14 | There are two prototypes for inet_aton, one in include/inet_aton.h, and | Bruce Momjian |
| 1997-01-10 | I found the following bugs in the version 6.0 (dated 961229). | Bruce Momjian |
| 1996-12-26 | pq/signal() portability patch. Also psql copy prompt fix. | Bruce Momjian |
| 1996-11-27 | More stuff to make it compile on various ports. | Bryan Henderson |
| 1996-11-24 | Move include of signal.h inside pqsignal.h so it's always where it's needed. | Bryan Henderson |
| 1996-11-18 | Add comments about the diversity of signal functionality. Came from | Bryan Henderson |
| 1996-11-16 | Add #include <sys/types.h> so it works with Ultrix's in.h | Bryan Henderson |