]> granicus.if.org Git - postgresql/history - src/backend/utils/error/elog.c
Make getpid() use %d consistently for printing.
[postgresql] / src / backend / utils / error / elog.c
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-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-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-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-22 Tom LaneRemove rangechecks on errno; just call strerror uncondi...
2001-01-21 Tom LaneDeal with C++ incompatibility of sys_nerr declaration...
2001-01-19 Tom LaneMake critical sections (elog->crash) and interrupt...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-09 Peter EisentrautAdd configure check for sys_nerr, to end all discussions.
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-12-06 Tom LaneDon't include miscadmin.h in elog.h, since the former...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-12-03 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-12-01 Tom LaneMake elog() switch to ErrorContext while invoking libpq...
2000-11-25 Tom LaneFix elog logic so that error messages displayed during...
2000-11-25 Bruce Momjian> > Looking some more, I found some other places that...
2000-11-14 Peter EisentrautSmall polishing of syslog facility and ident settings...
2000-11-13 Bruce MomjianOk, You guys are probably tired of me, BUT, here is...
2000-10-30 Tatsuo Ishiiinclude pg_wchar.h to import a fucntion prototype of...
2000-10-07 Bruce Momjian The beos port in the source tree doesn't even...
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-09-29 Peter EisentrautCygwin uses _sys_nerr for sys_nerr
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-04 Peter EisentrautRemoved ELOG_TIMESTAMPS #define in favor of two run...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-15 Tom Laneelog(NOTICE) during COPY incorrectly reset lineno to...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-13 Bruce Momjiancontrib-array.patch
next