| Commit message (Expand) | Author | Age |
* | Ooops ... fix some confusion between gettext() and _() in my previous patch. | Tom Lane | 2009-03-03 |
* | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 |
* | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 |
* | Fix performance bug in write_syslog(): the code to preferentially break the | Tom Lane | 2008-07-08 |
* | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane | 2007-07-21 |
* | Only use the pipe chunking protocol if we know the syslogger should | Andrew Dunstan | 2007-07-19 |
* | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan | 2007-06-14 |
* | Fix for early log messages during postmaster startup getting lost when | Magnus Hagander | 2007-02-11 |
* | Fix some translator comments so that xgettext finds them and pgindent does | Peter Eisentraut | 2006-11-28 |
* | Suppress timezone (%Z) part of timestamp display when running on Windows, | Tom Lane | 2006-11-21 |
* | Adjust elog.c so that elog(FATAL) exits (including cases where ERROR is | Tom Lane | 2006-11-21 |
* | Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERROR | Tom Lane | 2006-10-01 |
* | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane | 2005-11-05 |
* | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera | 2005-11-03 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix syslog bug: if any messages are emitted to write_syslog before | Tom Lane | 2005-10-14 |
* | Pass a strdup'd ident string to openlog(), to ensure that reallocation | Tom Lane | 2005-10-14 |
* | This patch fixes the event type used to log output from the | Bruce Momjian | 2005-08-12 |
* | Adjust comment about %t and %s to cover %m as well. Some trivial | Tom Lane | 2005-06-10 |
* | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 |
* | This patch against 8.0.0beta1 source adds log_line_prefix options for | Bruce Momjian | 2005-06-09 |
* | Fix problem with infinite recursion between write_syslogger_file and | Tom Lane | 2005-03-12 |
* | Cause Win32 to output to the event log rather than stderr by default. | Bruce Momjian | 2005-02-27 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Make getpid() use %d consistently for printing. | Bruce Momjian | 2004-10-09 |
* | Suppress timezone output on log_line_prefix %t on Win32, because it is | Bruce Momjian | 2004-10-09 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 |
* | This patch from Alvaro Herrera adds transaction ID to the list of | Neil Conway | 2004-09-22 |
* | On further consideration, there's another problem here: the existing | Tom Lane | 2004-09-05 |
* | Tweak elog.c's logic for promoting errors into more severe errors. | Tom Lane | 2004-09-05 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 |
* | Add LOG_NOWAIT flag to openlog() call, per my note of 2004-06-24. | Tom Lane | 2004-08-04 |
* | 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 |