| Age | Commit message (Expand) | Author |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-15 | The attached patch changes most of the usages of sprintf() to | Bruce Momjian |
| 2002-05-03 | Remove the last traces of datatypes datetime and timespan. | Tom Lane |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-09-06 | To fix the perpetually broken makefiles in the contrib tree, I have | Peter Eisentraut |
| 2001-08-16 | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane |
| 2001-04-04 | Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to | Tom Lane |
| 2001-03-23 | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-02-20 | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut |
| 2000-12-04 | Seems to have been missed in GetPgUserName updates. | Tom Lane |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-11-20 | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-08-03 | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane |
| 2000-07-09 | Another round of those unportable config/build changes :-/ | Peter Eisentraut |
| 2000-07-05 | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane |
| 2000-07-04 | Makefile cleanup from Karel. | Bruce Momjian |
| 2000-07-03 | Very small changes in the contrib's pg_dumplo in the attache. | Bruce Momjian |
| 2000-06-19 | Remove old README files. | Bruce Momjian |
| 2000-06-19 | Add missing /contrib files | Bruce Momjian |
| 2000-06-19 | Update to /contrib from Karel. | Bruce Momjian |
| 2000-06-16 | Cleanup README Makefile installs. | Bruce Momjian |
| 2000-06-15 | Add missing /contrib files to CVS. | Bruce Momjian |
| 2000-06-15 | /contrib patch from Karel. | Bruce Momjian |
| 2000-06-11 | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane |
| 2000-06-09 | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane |
| 2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
| 2000-05-29 | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-05-17 | Updates for 6.5. | Bruce Momjian |
| 1999-05-16 | Undo collateral damage from recent patch: Makefile had | Tom Lane |
| 1999-05-12 | I am sorry, I misinterpreted the still failing trigger regression test. | Bruce Momjian |
| 1999-05-10 | I send you a attach of my modified refint.c that | Bruce Momjian |
| 1999-03-15 | Hi All, | Bruce Momjian |
| 1998-12-14 | OK, here is a diff for the README file in /usr/src/pgsql/contrib/spi/. | Bruce Momjian |
| 1998-12-12 | New moddatetime contrib from Terry Mackintosh. | Bruce Momjian |
| 1998-10-06 | > > There is a bug in check_foreign_key of refint.c which is bundled with | Bruce Momjian |
| 1998-04-22 | From: Jun Kuwamura <juk@rccm.co.jp> | Marc G. Fournier |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-14 | From: plh@opim.uconn.edu | Marc G. Fournier |
| 1998-01-17 | From: "Michael J. Maravillo" <mmj@philonline.com> | Marc G. Fournier |
| 1998-01-06 | Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu... | Bruce Momjian |
| 1997-10-17 | Trigger function for inserting user names. | Vadim B. Mikheev |
| 1997-10-02 | General function for SERIAL/IDENTITY/AUTOINCREMENT feature. | Vadim B. Mikheev |
| 1997-09-24 | General trigger functions for time-travel | Vadim B. Mikheev |
| 1997-09-12 | char* --> Datum | Vadim B. Mikheev |