| Age | Commit message (Expand) | Author |
| 2003-07-22 | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane |
| 2003-07-18 | First bits of work on error message editing. | Tom Lane |
| 2003-06-30 | Add GUC option log_error_verbosity to control which fields of error | Tom Lane |
| 2003-05-28 | Fix things so that an error occuring during standalone-backend processing | Tom Lane |
| 2003-05-28 | In bootstrap and standalone-backend modes, do not sort LOG elevel out | Tom Lane |
| 2003-04-24 | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane |
| 2003-04-22 | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane |
| 2003-03-20 | Add start time to pg_stat_activity | Bruce Momjian |
| 2003-01-07 | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane |
| 2002-11-14 | Rename server_min_messages to log_min_messages. Part of consolidation | Bruce Momjian |
| 2002-11-01 | After elog(PANIC), exit with abort() not proc_exit(). This allows a | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Add GUC variable to print original query to the server logs when there | Bruce Momjian |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
| 2002-08-11 | Neil's patch was supposed to remove this, too. | Tom Lane |
| 2002-08-10 | This patch removes a lot of unused code related to assertions and | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
| 2002-04-21 | Remove --enable-syslog option | Tatsuo Ishii |
| 2002-04-04 | Cleanup of level ordering and add missing LOG entry. | Bruce Momjian |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-03-04 | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-18 | Fix memory leakage when sending notice messages to client. | Tom Lane |
| 2001-08-06 | Use a fixed error message for ERANGE to avoid duplicate test result files. | Peter Eisentraut |
| 2001-06-20 | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut |
| 2001-06-08 | Preliminary code cleanup in elog(). Split out some code into utility | Peter Eisentraut |
| 2001-06-02 | Native Language Support (NLS) | Peter Eisentraut |
| 2001-05-30 | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-10 | FATAL errors should cause exit with nonzero status if we are not running | Tom Lane |
| 2001-02-21 | Safe guard in case of imporper data is provided to elog() | Tatsuo Ishii |
| 2001-02-06 | Out-of-bounds memory allocation request sizes should be treated as just | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-22 | Remove rangechecks on errno; just call strerror unconditionally. This | Tom Lane |
| 2001-01-21 | Deal with C++ incompatibility of sys_nerr declaration by taking it out | Tom Lane |
| 2001-01-19 | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane |
| 2001-01-14 | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane |
| 2001-01-09 | Add configure check for sys_nerr, to end all discussions. | Peter Eisentraut |
| 2000-12-18 | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane |
| 2000-12-06 | Don't include miscadmin.h in elog.h, since the former is not part of | Tom Lane |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-12-03 | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev |
| 2000-12-01 | Make elog() switch to ErrorContext while invoking libpq output routines, | Tom Lane |
| 2000-11-25 | Fix elog logic so that error messages displayed during initdb (or | Tom Lane |
| 2000-11-25 | > > Looking some more, I found some other places that need a space (I | Bruce Momjian |