| Age | Commit message (Expand) | Author |
| 1997-12-17 | First pass through, of many to come, towards making the whole source | Marc G. Fournier |
| 1997-12-16 | Use MAXPGPATH to declare size of socket name storage. | Thomas G. Lockhart |
| 1997-12-12 | Make password null on startup. | Bruce Momjian |
| 1997-12-11 | Remove PGDATA setting and use DataDir. | Bruce Momjian |
| 1997-12-09 | Major code cleanup following the pg_password insertion... | Marc G. Fournier |
| 1997-12-08 | More VARHDRSZ additions. | Bruce Momjian |
| 1997-12-07 | Add error check on getenv("DATADIR") | Marc G. Fournier |
| 1997-12-06 | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian |
| 1997-12-04 | Missed a few files from Todd's patch...oops :) | Marc G. Fournier |
| 1997-12-04 | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier |
| 1997-11-27 | Salt fix for password, from Tatsuo Ishii. | Bruce Momjian |
| 1997-11-27 | Prevent flushing from packets, by Massimo. | Bruce Momjian |
| 1997-11-21 | Remove archive stuff. | Bruce Momjian |
| 1997-11-19 | Fix socket file permissions, from Goran Thyni. | Bruce Momjian |
| 1997-11-19 | FIx for unix domain sockets, from Goran Thyni. | Bruce Momjian |
| 1997-11-17 | Include unistd.h to get read/write function declarations. | Thomas G. Lockhart |
| 1997-11-17 | Add storage/ipc.h include file to get read/write function declarations. | Thomas G. Lockhart |
| 1997-11-17 | Fix compiler complaints about mismatched pointer args using coersions. | Thomas G. Lockhart |
| 1997-11-10 | Clean up indenting. | Bruce Momjian |
| 1997-11-10 | Patch from Goran Thyni | Bruce Momjian |
| 1997-11-07 | Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se | Bruce Momjian |
| 1997-10-25 | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian |
| 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 |