aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/error/elog.c
Commit message (Expand)AuthorAge
* 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
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian2004-04-22
* Handle Warn_restart_ready properly in SIGTERM safety patch.Bruce Momjian2004-04-16
* Exit backend from SIGTERM or FATAL by simulating client EOF, rather thanBruce Momjian2004-04-11
* Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian2004-04-05
* Standardize output buffer size and display format for strftime;Tom Lane2004-03-22
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21
* Code review for log_line_prefix patch. Cooperate with StringInfo insteadTom Lane2004-03-19
* Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian2004-03-15
* Add:Bruce Momjian2004-03-09
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix elog tab-insertion code to insert tabs only where wanted.Tom Lane2003-10-17
* Have log_min_duration_statement = 0 always print duration/statement.Bruce Momjian2003-10-08
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Work around ENOTEMPTY being an alias for EEXIST on some platforms.Tom Lane2003-09-03
* Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut2003-08-27
* Use separate SQLSTATE codes for file not found/file exists, rather thanTom Lane2003-08-26
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08