| Age | Commit message (Expand) | Author |
| 1998-08-24 | Fix bootstrap so it properly defines alignment of attributes. | Bruce Momjian |
| 1998-08-24 | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian |
| 1998-08-19 | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian |
| 1998-08-06 | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian |
| 1998-07-27 | Use Snapshot in heap access methods. | Vadim B. Mikheev |
| 1998-07-26 | From: t-ishii@sra.co.jp | Marc G. Fournier |
| 1998-07-24 | I really hope that I haven't missed anything in this one... | Marc G. Fournier |
| 1998-06-27 | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian |
| 1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
| 1998-05-29 | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian |
| 1998-05-19 | Allow cancel from client of backend query. Change some int variables | Bruce Momjian |
| 1998-04-26 | Re-apply Darren's char2-16 removal code. | Bruce Momjian |
| 1998-04-07 | Back out char2-char16 removal. Add later. | Bruce Momjian |
| 1998-04-06 | Hi, | Bruce Momjian |
| 1998-03-30 | The following uuencoded, gzip'd file will ... | Bruce Momjian |
| 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 |