aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/error
Commit message (Expand)AuthorAge
* Fix elog tab-insertion code to insert tabs only where wanted.Tom Lane2003-10-17
* Have log_min_duration_statement = 0 always print duration/statement.Bruce Momjian2003-10-08
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Work around ENOTEMPTY being an alias for EEXIST on some platforms.Tom Lane2003-09-03
* Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut2003-08-27
* Use separate SQLSTATE codes for file not found/file exists, rather thanTom Lane2003-08-26
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Reconsider context for calling callback functions --- original ideaTom Lane2003-08-03
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-27
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22
* First bits of work on error message editing.Tom Lane2003-07-18
* Add GUC option log_error_verbosity to control which fields of errorTom Lane2003-06-30
* Fix things so that an error occuring during standalone-backend processingTom Lane2003-05-28
* In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane2003-05-28
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* Add start time to pg_stat_activityBruce Momjian2003-03-20
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-07
* Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian2002-11-14
* After elog(PANIC), exit with abort() not proc_exit(). This allows aTom Lane2002-11-01
* pgindent run.Bruce Momjian2002-09-04
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-02
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Neil's patch was supposed to remove this, too.Tom Lane2002-08-11
* This patch removes a lot of unused code related to assertions andBruce Momjian2002-08-10
* Update copyright to 2002.Bruce Momjian2002-06-20
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Remove --enable-syslog optionTatsuo Ishii2002-04-21
* Cleanup of level ordering and add missing LOG entry.Bruce Momjian2002-04-04
* Change made to elog:Bruce Momjian2002-03-06
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-04
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix memory leakage when sending notice messages to client.Tom Lane2001-10-18
* Use a fixed error message for ERANGE to avoid duplicate test result files.Peter Eisentraut2001-08-06
* Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut2001-06-20
* Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut2001-06-08
* Native Language Support (NLS)Peter Eisentraut2001-06-02
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-30
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* FATAL errors should cause exit with nonzero status if we are not runningTom Lane2001-03-10
* Safe guard in case of imporper data is provided to elog()Tatsuo Ishii2001-02-21
* Out-of-bounds memory allocation request sizes should be treated as justTom Lane2001-02-06
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane2001-01-22