]> granicus.if.org Git - postgresql/history - src/backend/utils/error
Error message editing in backend/libpq, backend/postmaster, backend/tcop.
[postgresql] / src / backend / utils / error /
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...
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-21 Peter EisentrautPut external declarations into header files.
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-28 Peter Eisentraut#define JMP_BUF has been unnecessary since the arrival...
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-08-31 Peter EisentrautFix relative path references so that make knowns which...
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-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
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
2000-01-26 Bruce MomjianAdd:
1999-12-30 Tom Laneelog() was set up to call abort() if it saw an ERROR...
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-11-22 Tom LaneClean up some problems in error recovery --- elog(...
1999-11-16 Tom LaneModify elog() logic so that it won't try to longjmp...
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-09-11 Tom LaneEliminate elog()'s hardwired limit on length of an...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-19 Bruce MomjianRename to vararg_format().
1999-06-19 Bruce MomjianChange form() to varargform() to prevent portability...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-25 Tom LaneStill had a few MULTIBYTE problems when client encoding was
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-04-20 Tom LaneChange elog(ERROR) to get back to main loop via a plain...
1999-04-16 Tatsuo IshiiFix kill() call in elog() so that it gets its own pid...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-23 Tom LaneAdd explicit buffering in backend libpq, to compensate for
1999-01-17 Tom LaneReplace direct inclusions of c.h with inclusion of...
1999-01-11 Marc G. FournierFrom: Magnus Hagander <mha@sollentuna.net>
1999-01-01 Bruce Momjian Some security, since we now have vsnprintf, I remade...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-31 Bruce MomjianTwo spaces after a colon.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-07-07 Bruce MomjianRename signal to SIGHUP.
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
next