aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/error/elog.c
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane2001-01-21
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-19
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-09
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Don't include miscadmin.h in elog.h, since the former is not part ofTom Lane2000-12-06
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* Make elog() switch to ErrorContext while invoking libpq output routines,Tom Lane2000-12-01
* Fix elog logic so that error messages displayed during initdb (orTom Lane2000-11-25
* > > Looking some more, I found some other places that need a space (IBruce Momjian2000-11-25
* Small polishing of syslog facility and ident settings. Only allow settingPeter Eisentraut2000-11-14
* Ok, You guys are probably tired of me, BUT, here is another one, thatBruce Momjian2000-11-13
* include pg_wchar.h to import a fucntion prototype of pg_mbcliplenTatsuo Ishii2000-10-30
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-07
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-03
* Cygwin uses _sys_nerr for sys_nerrPeter Eisentraut2000-09-29
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Removed ELOG_TIMESTAMPS #define in favor of two run-timePeter Eisentraut2000-06-04
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* elog(NOTICE) during COPY incorrectly reset lineno to 0, causing anyTom Lane2000-04-15
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12