]> granicus.if.org Git - postgresql/history - src/include/utils/elog.h
Improve the recently-added support for properly pluralized error messages
[postgresql] / src / include / utils / elog.h
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-01-06 Tom LaneChange a couple of ill-advised uses of INFO elog level...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-27 Tom LaneInstall a more robust solution for the problem of infin...
2008-10-09 Alvaro HerreraFix two flaws in comments I just introduced, pointed...
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-03-24 Tom LaneAdd a new ereport auxiliary function errdetail_log...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-19 Andrew DunstanProvide for logfiles in machine readable CSV format...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-05-04 Tom LaneA few fixups in error handling: mark pg_re_throw()...
2007-05-02 Tom LaneFix oversight in PG_RE_THROW processing: it's entirely...
2007-03-02 Tom LaneMake log_min_error_statement put LOG level at the same...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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-06-10 Neil ConwayImplement two new special variables in PL/PgSQL: SQLSTA...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneFix oversight: there's no reason for PG_TRY to use...
2004-09-05 Tom LaneOn further consideration, there's another problem here...
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-07-31 Tom LaneSupport "OR condition ..." in plpgsql EXCEPTION clauses...
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-07-06 Bruce MomjianAdd comment describing ereport() NOTICE/WARNING distinc...
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-04-05 Bruce MomjianRemove 'syslog' GUC variable, and add more logical...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
2004-03-09 Bruce MomjianAdd:
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
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-07-27 Tom LaneMove ERRCODE_XXX macros into their own header file.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-07-24 Tom LaneError message editing in backend/storage.
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-07-22 Tom LaneError message editing for foreign-key triggers.
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-07-21 Tom LaneError message editing in backend/access.
2003-07-21 Tom LaneError message editing in backend/executor.
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-07-14 Tom LaneRemove duplicate definition of ERROR.
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-06-30 Tom LaneAdd GUC option log_error_verbosity to control which...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-22 Peter EisentrautFix compilation on Cygwin.
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianAdd GUC variable to print original query to the server...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-04-21 Tatsuo IshiiRemove --enable-syslog option
2002-03-06 Bruce MomjianImprove elog descriptions.
2002-03-06 Bruce MomjianChange made to elog:
2002-03-04 Bruce MomjianAdd PQunescapeBytea libpq function.
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-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-08 Peter EisentrautPreliminary code cleanup in elog(). Split out some...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2001-01-07 Tom LaneFix recent breakage of query-cancel logic, see my pghac...
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 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-06-04 Peter EisentrautRemoved ELOG_TIMESTAMPS #define in favor of two run...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-13 Peter EisentrautFixed everything in and surrounding createdb and dropdb...
1999-09-27 Vadim B. MikheevTransaction log manager core code.
1999-09-11 Tom LaneEliminate elog()'s hardwired limit on length of an...
1999-07-13 Bruce MomjianRemove S*I comments from Stephan.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-18 Bruce MomjianHi!
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-06 Marc G. FournierAdd prototype for: int DebugFileOpen()
1996-08-28 Marc G. FournierMore cleanups of the include files