]> granicus.if.org Git - postgresql/history - src/backend/utils/error
Message style improvements
[postgresql] / src / backend / utils / error /
2006-10-01 Tom LaneDo a CHECK_FOR_INTERRUPTS after emitting a message...
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-14 Tom LaneFix syslog bug: if any messages are emitted to write_sy...
2005-10-14 Tom LanePass a strdup'd ident string to openlog(), to ensure...
2005-08-12 Bruce MomjianThis patch fixes the event type used to log output...
2005-06-10 Tom LaneAdjust comment about %t and %s to cover %m as well...
2005-06-10 Neil ConwayImplement two new special variables in PL/PgSQL: SQLSTA...
2005-06-09 Bruce MomjianThis patch against 8.0.0beta1 source adds log_line_pref...
2005-03-12 Tom LaneFix problem with infinite recursion between write_syslo...
2005-02-27 Bruce MomjianCause Win32 to output to the event log rather than...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-09 Bruce MomjianMake getpid() use %d consistently for printing.
2004-10-09 Bruce MomjianSuppress timezone output on log_line_prefix %t on Win32...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-09-22 Neil ConwayThis patch from Alvaro Herrera adds transaction ID...
2004-09-05 Tom LaneOn further consideration, there's another problem here...
2004-09-05 Tom LaneTweak elog.c's logic for promoting errors into more...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-05 Tom LaneCreate a built-in log rotation program, so that we...
2004-08-04 Tom LaneAdd LOG_NOWAIT flag to openlog() call, per my note...
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-07-28 Tom LaneRevert ill-conceived patch that made elog(FATAL) the...
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-06-21 Tom LaneAdd comment about rationale for continuing to use C...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneMake sure elog behaves sanely if invoked before GUC...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-04-22 Bruce MomjianPer discussion earlier today, here is a fix that lets...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-16 Bruce MomjianHandle Warn_restart_ready properly in SIGTERM safety...
2004-04-11 Bruce MomjianExit backend from SIGTERM or FATAL by simulating client...
2004-04-05 Bruce MomjianRemove 'syslog' GUC variable, and add more logical...
2004-03-22 Tom LaneStandardize output buffer size and display format for...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-19 Tom LaneCode review for log_line_prefix patch. Cooperate with...
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
2004-03-09 Bruce MomjianAdd:
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-17 Tom LaneFix elog tab-insertion code to insert tabs only where...
2003-10-08 Bruce MomjianHave log_min_duration_statement = 0 always print durati...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-03 Tom LaneWork around ENOTEMPTY being an alias for EEXIST on...
2003-08-27 Peter EisentrautShare PG_DIAG_* macros between client and server and...
2003-08-26 Tom LaneUse separate SQLSTATE codes for file not found/file...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-03 Tom LaneReconsider context for calling callback functions ...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-06-30 Tom LaneAdd GUC option log_error_verbosity to control which...
2003-05-28 Tom LaneFix things so that an error occuring during standalone...
2003-05-28 Tom LaneIn bootstrap and standalone-backend modes, do not sort...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-01-07 Tom LaneFix various places where global s/NOTICE/WARNING/ was...
2002-11-14 Bruce MomjianRename server_min_messages to log_min_messages. Part...
2002-11-01 Tom LaneAfter elog(PANIC), exit with abort() not proc_exit...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianAdd GUC variable to print original query to the server...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-11 Tom LaneNeil's patch was supposed to remove this, too.
2002-08-10 Bruce MomjianThis patch removes a lot of unused code related to...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-21 Tatsuo IshiiRemove --enable-syslog option
2002-04-04 Bruce MomjianCleanup of level ordering and add missing LOG entry.
2002-03-06 Bruce MomjianChange made to elog:
2002-03-04 Tom LaneFurther work on elog cleanup: fix some bogosities in...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Tom LaneFix memory leakage when sending notice messages to...
2001-08-06 Peter EisentrautUse a fixed error message for ERANGE to avoid duplicate...
2001-06-20 Peter EisentrautHandle reading of startup packet and authentication...
2001-06-08 Peter EisentrautPreliminary code cleanup in elog(). Split out some...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-05-30 Bruce MomjianRemove SEP_CHAR, replace with / or '/' as appropriate.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-10 Tom LaneFATAL errors should cause exit with nonzero status...
2001-02-21 Tatsuo IshiiSafe guard in case of imporper data is provided to...
2001-02-06 Tom LaneOut-of-bounds memory allocation request sizes should...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
next