| Age | Commit message (Expand) | Author |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1999-01-27 | Another SELECT speedup: extract OIDs of column print functions | Tom Lane |
| 1999-01-24 | Replace typtoout() and gettypelem() with a single routine, | Tom Lane |
| 1998-12-18 | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev |
| 1998-12-16 | Serialized mode works! | Vadim B. Mikheev |
| 1998-12-15 | Initial MVCC code. | Vadim B. Mikheev |
| 1998-11-27 | New HeapTuple structure/interface. | Vadim B. Mikheev |
| 1998-10-08 | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian |
| 1998-10-06 | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane |
| 1998-10-04 | hash.h's use of BSHIFT conflicts with <sys/param.h> on my | Tom Lane |
| 1998-09-08 | Fix for macro for AIX. | Bruce Momjian |
| 1998-09-07 | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian |
| 1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
| 1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
| 1998-08-19 | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian |
| 1998-08-11 | index strategy cleanup | Bruce Momjian |
| 1998-07-30 | Fix scan adjustment. | Vadim B. Mikheev |
| 1998-07-27 | Use Snapshot in heap access methods. | Vadim B. Mikheev |
| 1998-07-21 | VariableCache (next XID generator) is placed in shmem. | Vadim B. Mikheev |
| 1998-07-12 | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian |
| 1998-06-15 | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian |
| 1998-06-14 | Make new DISABLE_COMPLEX_MACRO for compilers that can't handle our | Bruce Momjian |
| 1998-04-26 | Re-apply Darren's char2-16 removal code. | Bruce Momjian |
| 1998-04-24 | Inline some small functions called for every row. | Bruce Momjian |
| 1998-04-07 | Back out char2-char16 removal. Add later. | Bruce Momjian |
| 1998-03-30 | The following uuencoded, gzip'd file will ... | Bruce Momjian |
| 1998-03-01 | From: "Billy G. Allie" <Bill.Allie@mug.org> | Marc G. Fournier |
| 1998-02-26 | index_markpos()/index_restrpos() are in use now. | Vadim B. Mikheev |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-10 | Pass around typmod as int16. | Bruce Momjian |
| 1998-02-10 | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian |
| 1998-02-06 | Update now that attcacheoff initial value is -1 always. | Bruce Momjian |
| 1998-02-01 | Reduce size of inlining. | Bruce Momjian |
| 1998-01-31 | Inline fastgetattr and others so data access does not use function | Bruce Momjian |
| 1998-01-27 | dummyret cleanup | Bruce Momjian |
| 1998-01-27 | Deadlock ceallnup. | Bruce Momjian |
| 1998-01-25 | Somehow the 'comment' here got messed up | Marc G. Fournier |
| 1998-01-24 | Fix prototypes so they don't look like function definitions. | Bruce Momjian |
| 1998-01-15 | Thank god for searchable mail archives. | PostgreSQL Daemon |
| 1997-11-26 | Cleanup up include files. | Bruce Momjian |
| 1997-11-24 | Remove tqual.h includes not needed. | Bruce Momjian |
| 1997-11-20 | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian |
| 1997-11-07 | Include transam.h to get NullTransactionId defined | Thomas G. Lockhart |
| 1997-11-02 | Good Bye, Time Travel! | Vadim B. Mikheev |
| 1997-10-30 | No more warnings on macros, thanks VAdim. | Bruce Momjian |
| 1997-09-18 | Inline frequently called functions. | Bruce Momjian |
| 1997-09-14 | Add mention of heap_getattr() compiler warning. | Bruce Momjian |
| 1997-09-12 | Fix heap_getattr bug I just added. | Bruce Momjian |
| 1997-09-12 | Macro cleanup of heap_getattr. | Bruce Momjian |
| 1997-09-12 | heapattr functions now return a Datum, not char *. | Bruce Momjian |