| Commit message (Expand) | Author | Age |
* | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 |
* | Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR) | Tom Lane | 2004-07-28 |
* | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane | 2004-06-24 |
* | Add comment about rationale for continuing to use C library functions | Tom Lane | 2004-06-21 |
* | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 |
* | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 |
* | Make sure elog behaves sanely if invoked before GUC initializes. | Tom Lane | 2004-05-28 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | Per discussion earlier today, here is a fix that lets ereport() on win32 | Bruce Momjian | 2004-04-22 |
* | Handle Warn_restart_ready properly in SIGTERM safety patch. | Bruce Momjian | 2004-04-16 |
* | Exit backend from SIGTERM or FATAL by simulating client EOF, rather than | Bruce Momjian | 2004-04-11 |
* | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian | 2004-04-05 |
* | Standardize output buffer size and display format for strftime; | Tom Lane | 2004-03-22 |
* | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 |
* | Code review for log_line_prefix patch. Cooperate with StringInfo instead | Tom Lane | 2004-03-19 |
* | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian | 2004-03-15 |
* | Add: | Bruce Momjian | 2004-03-09 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | 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 |
* | 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 |