| Age | Commit message (Expand) | Author |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-11 | Goodbye register keyword. Compiler knows better. | Bruce Momjian |
| 1998-02-07 | atttypmod now -1. | Bruce Momjian |
| 1998-02-06 | Set attcacheoff value to -1 for all tables. | Bruce Momjian |
| 1998-01-25 | getpid/pid cleanup | Bruce Momjian |
| 1998-01-07 | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian |
| 1998-01-06 | Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu... | Bruce Momjian |
| 1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian |
| 1998-01-01 | Bracket #define sigsetjmp() to avoid redefinition. Linux starts out with | Thomas G. Lockhart |
| 1997-12-20 | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier |
| 1997-12-17 | Rename Query label so ctags finds real structure. | Bruce Momjian |
| 1997-12-17 | First pass through, of many to come, towards making the whole source | Marc G. Fournier |
| 1997-11-28 | Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. | Bruce Momjian |
| 1997-11-28 | Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr... | Bruce Momjian |
| 1997-11-24 | Remove tqual.h includes not needed. | Bruce Momjian |
| 1997-11-21 | Remove archive stuff. | Bruce Momjian |
| 1997-11-20 | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian |
| 1997-11-17 | Remove 16 char limit on system table/index names. Rename system indexes. | Bruce Momjian |
| 1997-09-18 | Inline memset() as MemSet(). | Bruce Momjian |
| 1997-09-08 | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian |
| 1997-09-08 | Add typdefs to pgindent run. | Bruce Momjian |
| 1997-09-08 | Lex/yacc source cleanup like indent. | 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-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-12 | Remove more (void) and fix -Wall warnings. | Bruce Momjian |
| 1997-06-25 | fix for initdb --debug core dump, from Tatsuo Ishii | Bruce Momjian |
| 1997-06-11 | From: Robert Bruccoleri <bruc@bms.com> | Marc G. Fournier |
| 1997-06-11 | From: "Brian E. Gallew" <geek+@cmu.edu> | Marc G. Fournier |
| 1997-04-18 | Fix for -Wno-error | Vadim B. Mikheev |
| 1997-04-15 | Fix up the -Wno-error problem for non-gcc compilers | Marc G. Fournier |
| 1997-04-04 | This commit represents a clean compile with the new templates under | Marc G. Fournier |
| 1997-04-02 | From: Oleg Bartunov <oleg@sai.msu.su> | Marc G. Fournier |
| 1997-03-14 | Date/Time updates from Thomas... | Marc G. Fournier |
| 1997-03-12 | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier |
| 1997-01-24 | Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configure | Marc G. Fournier |
| 1997-01-14 | Eliminate dupliclate definition of external variables reldesc and DataDir. | Bryan Henderson |
| 1997-01-10 | include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix | Bruce Momjian |
| 1996-12-26 | pq/signal() portability patch. Also psql copy prompt fix. | Bruce Momjian |
| 1996-11-22 | Fix bug: -D options implies -d option. | Bryan Henderson |
| 1996-11-15 | Fix quote/doublequote handling. | Bruce Momjian |
| 1996-11-14 | Remove most compile-time options, add a few runtime options to make up for it. | Bryan Henderson |
| 1996-11-14 | Use -Wno-error option only if compiler is gcc. | Bryan Henderson |
| 1996-11-13 | Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> | Marc G. Fournier |
| 1996-11-10 | Add #include <unistd.h> to quiet compiler warning about missing getopt() decl... | Bryan Henderson |
| 1996-11-09 | Makefile cleanup after reorganization | Bruce Momjian |
| 1996-11-08 | Compile and warning cleanup | Bruce Momjian |
| 1996-10-27 | Simplify make files, add full dependencies. | Bryan Henderson |
| 1996-10-23 | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier |