| Commit message (Expand) | Author | Age |
* | Fix elog tab-insertion code to insert tabs only where wanted. | Tom Lane | 2003-10-17 |
* | Have log_min_duration_statement = 0 always print duration/statement. | Bruce Momjian | 2003-10-08 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Work around ENOTEMPTY being an alias for EEXIST on some platforms. | Tom Lane | 2003-09-03 |
* | Share PG_DIAG_* macros between client and server and use them internally. | Peter Eisentraut | 2003-08-27 |
* | Use separate SQLSTATE codes for file not found/file exists, rather than | Tom Lane | 2003-08-26 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Reconsider context for calling callback functions --- original idea | Tom Lane | 2003-08-03 |
* | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 |
* | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 |
* | First bits of work on error message editing. | Tom Lane | 2003-07-18 |
* | Add GUC option log_error_verbosity to control which fields of error | Tom Lane | 2003-06-30 |
* | 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-05-28 |
* | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 |
* | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 |
* | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 |
* | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane | 2003-01-07 |
* | Rename server_min_messages to log_min_messages. Part of consolidation | Bruce Momjian | 2002-11-14 |
* | After elog(PANIC), exit with abort() not proc_exit(). This allows a | Tom Lane | 2002-11-01 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | 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-09-02 |
* | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 |
* | Neil's patch was supposed to remove this, too. | Tom Lane | 2002-08-11 |
* | This patch removes a lot of unused code related to assertions and | Bruce Momjian | 2002-08-10 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Remove --enable-syslog option | Tatsuo Ishii | 2002-04-21 |
* | Cleanup of level ordering and add missing LOG entry. | Bruce Momjian | 2002-04-04 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane | 2002-03-04 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Fix memory leakage when sending notice messages to client. | Tom Lane | 2001-10-18 |
* | Use a fixed error message for ERANGE to avoid duplicate test result files. | Peter Eisentraut | 2001-08-06 |
* | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut | 2001-06-20 |
* | Preliminary code cleanup in elog(). Split out some code into utility | Peter Eisentraut | 2001-06-08 |
* | Native Language Support (NLS) | Peter Eisentraut | 2001-06-02 |
* | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | FATAL errors should cause exit with nonzero status if we are not running | Tom Lane | 2001-03-10 |
* | Safe guard in case of imporper data is provided to elog() | Tatsuo Ishii | 2001-02-21 |
* | Out-of-bounds memory allocation request sizes should be treated as just | Tom Lane | 2001-02-06 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Remove rangechecks on errno; just call strerror unconditionally. This | Tom Lane | 2001-01-22 |