| Age | Commit message (Expand) | Author |
| 1998-06-16 | More mb patches. | Bruce Momjian |
| 1998-06-16 | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian |
| 1998-06-16 | Here is the long awaited optimized version of the S_LOCK patch. | Bruce Momjian |
| 1998-06-16 | Hello! | Bruce Momjian |
| 1998-06-16 | Change error message and remove non-functional update message, from | Bruce Momjian |
| 1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
| 1998-06-15 | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian |
| 1998-06-14 | RelationForgetRelation not needed in heap_destroy(). | Bruce Momjian |
| 1998-06-13 | Fix problem with table drop after rollback of transaction, no flush | Bruce Momjian |
| 1998-06-13 | Cleanup of 'sameuser' patch. | Bruce Momjian |
| 1998-06-13 | > I needed to do that for the web database that I'm setting up. We | Bruce Momjian |
| 1998-06-09 | Auto-seed random so user's can't request random values based on | Bruce Momjian |
| 1998-06-09 | Fix for exec() removal. | Bruce Momjian |
| 1998-06-09 | Another for for exec() removal and finding binaries. | Bruce Momjian |
| 1998-06-09 | Attached is a patch that fixes these leaks, and does a couple other | Bruce Momjian |
| 1998-06-08 | Fixed exec path problem. | Bruce Momjian |
| 1998-06-08 | Show filename on exec failure. | Bruce Momjian |
| 1998-06-08 | Fix typo. | Bruce Momjian |
| 1998-06-08 | Add real random() call to postmaster for use in cancel. | Bruce Momjian |
| 1998-06-05 | I made several adjustments to my earlier patch to handle the | Bruce Momjian |
| 1998-06-04 | Show backend status on ps command line. Remove unused args from | Bruce Momjian |
| 1998-05-29 | cleanup. | Bruce Momjian |
| 1998-05-29 | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian |
| 1998-05-29 | Do type conversion to match columns in UNION clauses. | Thomas G. Lockhart |
| 1998-05-29 | Require #define variable ALLOW_ABSOLUTE_DBPATHS if absolute paths are | Thomas G. Lockhart |
| 1998-05-29 | Fix up a couple of comments broken by the automatic indenting process. | Thomas G. Lockhart |
| 1998-05-29 | Add conversion functions to and from the "name" data type. | Thomas G. Lockhart |
| 1998-05-29 | Ensure string is completely null padded on input (as advertised). | Thomas G. Lockhart |
| 1998-05-27 | postmaster/postgres options cleanup. | Bruce Momjian |
| 1998-05-26 | Cleanup. | Bruce Momjian |
| 1998-05-26 | Fix for drop database and junk filters. | Bruce Momjian |
| 1998-05-26 | Fix for postgres started from command line, sends 'Z' protocol | Bruce Momjian |
| 1998-05-24 | Clean up pg_hba.conf | Bruce Momjian |
| 1998-05-21 | From: David Hartwig <daveh@insightdist.com> | Marc G. Fournier |
| 1998-05-19 | Allow cancel from client of backend query. Change some int variables | Bruce Momjian |
| 1998-05-14 | Pass atttypmod to the frontend. | Bruce Momjian |
| 1998-05-13 | Remove extraneous -DPARSEDEBUG from CFLAGS options. | Thomas G. Lockhart |
| 1998-05-13 | Remove added NullProc define, and use fmgr.h value from fmgr.h. | Bruce Momjian |
| 1998-05-12 | Cleanups for large objects, so file is trucated on open, fix for | Bruce Momjian |
| 1998-05-12 | Someone remove a #define too much from pg_proc.h which breaks | Bruce Momjian |
| 1998-05-09 | Add some more node print routines for debugging only | Thomas G. Lockhart |
| 1998-05-09 | Fix CACHEDEBUG debugging statements; usually not used and apparently | Thomas G. Lockhart |
| 1998-05-09 | Change parameters to func_error(). | Thomas G. Lockhart |
| 1998-05-09 | Add capabilities for automatic type conversion. | Thomas G. Lockhart |
| 1998-05-09 | Add TIMEZONE_HOUR, TIMEZONE_MINUTE keywords per SQL92 specs. | Thomas G. Lockhart |
| 1998-05-09 | llow more variations on valid floating point numbers (e.g. ".1", "1e6"). | Thomas G. Lockhart |
| 1998-05-09 | Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs. | Thomas G. Lockhart |
| 1998-05-09 | Add parse_coerce.c for type conversion handling. | Thomas G. Lockhart |
| 1998-05-09 | Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs. | Thomas G. Lockhart |
| 1998-05-09 | Allow more variations on valid floating point numbers (e.g. ".1", "1e6"). | Thomas G. Lockhart |