aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/error/elog.c
Commit message (Expand)AuthorAge
* Ooops ... fix some confusion between gettext() and _() in my previous patch.Tom Lane2009-03-03
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-02
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* Fix performance bug in write_syslog(): the code to preferentially break theTom Lane2008-07-08
* Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane2007-07-21
* Only use the pipe chunking protocol if we know the syslogger shouldAndrew Dunstan2007-07-19
* Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan2007-06-14
* Fix for early log messages during postmaster startup getting lost whenMagnus Hagander2007-02-11
* Fix some translator comments so that xgettext finds them and pgindent doesPeter Eisentraut2006-11-28
* Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane2006-11-21
* Adjust elog.c so that elog(FATAL) exits (including cases where ERROR isTom Lane2006-11-21
* Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERRORTom Lane2006-10-01
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-11
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane2005-10-14
* Pass a strdup'd ident string to openlog(), to ensure that reallocationTom Lane2005-10-14
* This patch fixes the event type used to log output from theBruce Momjian2005-08-12
* Adjust comment about %t and %s to cover %m as well. Some trivialTom Lane2005-06-10
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-10
* This patch against 8.0.0beta1 source adds log_line_prefix options forBruce Momjian2005-06-09
* Fix problem with infinite recursion between write_syslogger_file andTom Lane2005-03-12
* Cause Win32 to output to the event log rather than stderr by default.Bruce Momjian2005-02-27
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Make getpid() use %d consistently for printing.Bruce Momjian2004-10-09
* Suppress timezone output on log_line_prefix %t on Win32, because it isBruce Momjian2004-10-09
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07
* This patch from Alvaro Herrera adds transaction ID to the list ofNeil Conway2004-09-22
* On further consideration, there's another problem here: the existingTom Lane2004-09-05
* Tweak elog.c's logic for promoting errors into more severe errors.Tom Lane2004-09-05
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-05
* Add LOG_NOWAIT flag to openlog() call, per my note of 2004-06-24.Tom Lane2004-08-04
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-31
* Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR)Tom Lane2004-07-28
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-24
* Add comment about rationale for continuing to use C library functionsTom Lane2004-06-21
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Make sure elog behaves sanely if invoked before GUC initializes.Tom Lane2004-05-28
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21