summaryrefslogtreecommitdiff
path: root/src/backend/utils/error
AgeCommit message (Expand)Author
2003-07-22Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane
2003-07-18First bits of work on error message editing.Tom Lane
2003-06-30Add GUC option log_error_verbosity to control which fields of errorTom Lane
2003-05-28Fix things so that an error occuring during standalone-backend processingTom Lane
2003-05-28In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-03-20Add start time to pg_stat_activityBruce Momjian
2003-01-07Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane
2002-11-14Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian
2002-11-01After elog(PANIC), exit with abort() not proc_exit(). This allows aTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02Add GUC variable to print original query to the server logs when thereBruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-08-11Neil's patch was supposed to remove this, too.Tom Lane
2002-08-10This patch removes a lot of unused code related to assertions andBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-04-21Remove --enable-syslog optionTatsuo Ishii
2002-04-04Cleanup of level ordering and add missing LOG entry.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-04Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-18Fix memory leakage when sending notice messages to client.Tom Lane
2001-08-06Use a fixed error message for ERANGE to avoid duplicate test result files.Peter Eisentraut
2001-06-20Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut
2001-06-08Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-05-30Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-10FATAL errors should cause exit with nonzero status if we are not runningTom Lane
2001-02-21Safe guard in case of imporper data is provided to elog()Tatsuo Ishii
2001-02-06Out-of-bounds memory allocation request sizes should be treated as justTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-22Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane
2001-01-21Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane
2001-01-19Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane
2001-01-14Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane
2001-01-09Add configure check for sys_nerr, to end all discussions.Peter Eisentraut
2000-12-18Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane
2000-12-06Don't include miscadmin.h in elog.h, since the former is not part ofTom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-12-03Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev
2000-12-01Make elog() switch to ErrorContext while invoking libpq output routines,Tom Lane
2000-11-25Fix elog logic so that error messages displayed during initdb (orTom Lane
2000-11-25> > Looking some more, I found some other places that need a space (IBruce Momjian