summaryrefslogtreecommitdiff
path: root/src/backend/utils/error
Commit message (Expand)AuthorAgeFilesLines
* Fix for early log messages during postmaster startup getting lost whenMagnus Hagander2007-02-111-3/+6
* Don't use 'int' where you mean 'bool'.Tom Lane2007-01-201-4/+4
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Move code that places LOG error level between ERROR and PANIC into newBruce Momjian2007-01-201-26/+29
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-052-4/+4
* Fix some translator comments so that xgettext finds them and pgindent doesPeter Eisentraut2006-11-281-5/+4
* Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane2006-11-211-2/+7
* Adjust elog.c so that elog(FATAL) exits (including cases where ERROR isTom Lane2006-11-211-9/+7
* Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERRORTom Lane2006-10-011-2/+9
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-271-7/+11
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+3
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-111-2/+2
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-201-5/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-052-4/+4
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-4/+4
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-051-5/+13
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-6/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-152-104/+100
* Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane2005-10-141-37/+41
* Pass a strdup'd ident string to openlog(), to ensure that reallocationTom Lane2005-10-141-21/+41
* This patch fixes the event type used to log output from theBruce Momjian2005-08-121-29/+30
* Adjust comment about %t and %s to cover %m as well. Some trivialTom Lane2005-06-101-21/+17
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-101-16/+22
* This patch against 8.0.0beta1 source adds log_line_prefix options forBruce Momjian2005-06-091-1/+32
* Fix problem with infinite recursion between write_syslogger_file andTom Lane2005-03-121-7/+12
* Cause Win32 to output to the event log rather than stderr by default.Bruce Momjian2005-02-271-1/+12
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-28/+28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-312-4/+4
* Make getpid() use %d consistently for printing.Bruce Momjian2004-10-091-4/+4
* Suppress timezone output on log_line_prefix %t on Win32, because it isBruce Momjian2004-10-091-1/+6
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-2/+2
* This patch from Alvaro Herrera adds transaction ID to the list ofNeil Conway2004-09-221-3/+12
* On further consideration, there's another problem here: the existingTom Lane2004-09-051-6/+37
* Tweak elog.c's logic for promoting errors into more severe errors.Tom Lane2004-09-051-94/+89
* Pgindent run for 8.0.Bruce Momjian2004-08-292-87/+94
* Update copyright to 2004.Bruce Momjian2004-08-292-4/+4
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-051-2/+7
* Add LOG_NOWAIT flag to openlog() call, per my note of 2004-06-24.Tom Lane2004-08-041-2/+2
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-311-124/+267
* Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR)Tom Lane2004-07-281-13/+2
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-242-4/+38
* Add comment about rationale for continuing to use C library functionsTom Lane2004-06-211-1/+11
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-6/+8
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-291-1/+2
* Make sure elog behaves sanely if invoked before GUC initializes.Tom Lane2004-05-281-2/+2
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-7/+6
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-9/+9
* Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian2004-04-221-1/+6
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-2/+6