| Age | Commit message (Expand) | Author |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-19 | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut |
| 2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
| 2000-01-11 | More cleanups. Still doesn't work. | Bruce Momjian |
| 1999-12-21 | Added empty TOASTER files and corrected some minor glitches | Jan Wieck |
| 1999-12-20 | Required catalog changes for extended LONG attribute storage. | Jan Wieck |
| 1999-12-16 | Some changes to prepare for LONG attributes. | Jan Wieck |
| 1999-12-13 | New LDOUT makefile variable for QNX os. | Bruce Momjian |
| 1999-12-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
| 1999-11-22 | Add system indexes to match all caches. | Bruce Momjian |
| 1999-11-07 | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian |
| 1999-10-23 | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane |
| 1999-10-03 | Reimplement parsing and storage of default expressions and constraint | Tom Lane |
| 1999-07-19 | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-16 | Final cleanup. | Bruce Momjian |
| 1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
| 1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
| 1999-06-12 | Reversed out Massimo patch. | Bruce Momjian |
| 1999-06-12 | I don't like last minute patches before the final freeze, but I believe that | Bruce Momjian |
| 1999-05-26 | Make functions static or NOT_USED as appropriate. | Bruce Momjian |
| 1999-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-05-10 | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian |
| 1999-04-25 | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane |
| 1999-04-25 | Revise backend libpq interfaces so that messages to the frontend | Tom Lane |
| 1999-03-14 | cleanup | Bruce Momjian |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
| 1999-01-27 | Turns out it's easy to cache the fmgr function lookup | Tom Lane |
| 1999-01-27 | Another SELECT speedup: extract OIDs of column print functions | Tom Lane |
| 1999-01-24 | Tighten coding of inner loops in nocachegetattr ... | Tom Lane |
| 1999-01-24 | Use heap_attisnull, rather than heap_getattr, for a small | Tom Lane |
| 1999-01-24 | Replace typtoout() and gettypelem() with a single routine, | Tom Lane |
| 1998-12-14 | Initial attempt to clean up the code... | Marc G. Fournier |
| 1998-12-12 | Included patches should fix following problems in the muti-byte | Bruce Momjian |
| 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-09-07 | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian |
| 1998-09-04 | offsetof cleanup. | Bruce Momjian |
| 1998-09-04 | t_bits alignment fix from Tatsuo Ishii | 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-30 | From: Massimo Dal Zotto <[email protected]> | Marc G. Fournier |
| 1998-08-27 | Make 'name' type int aligned, like char/varchar. | Bruce Momjian |
| 1998-08-19 | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian |
| 1998-07-26 | From: [email protected] | Marc G. Fournier |
| 1998-07-18 | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian |
| 1998-07-12 | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian |
| 1998-06-16 | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian |