summaryrefslogtreecommitdiff
path: root/src/backend/utils/error/elog.c
Commit message (Expand)AuthorAgeFilesLines
* Change made to elog:Bruce Momjian2002-03-061-15/+19
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-041-66/+82
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-24/+192
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-24/+26
* Fix memory leakage when sending notice messages to client.Tom Lane2001-10-181-31/+11
* Use a fixed error message for ERANGE to avoid duplicate test result files.Peter Eisentraut2001-08-061-2/+6
* Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut2001-06-201-20/+4
* Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut2001-06-081-123/+166
* Native Language Support (NLS)Peter Eisentraut2001-06-021-1/+2
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-301-3/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-57/+69
* FATAL errors should cause exit with nonzero status if we are not runningTom Lane2001-03-101-3/+6
* Safe guard in case of imporper data is provided to elog()Tatsuo Ishii2001-02-211-1/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane2001-01-221-13/+2
* Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane2001-01-211-10/+16
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-191-9/+19
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-23/+17
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-091-9/+3
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-181-13/+13
* Don't include miscadmin.h in elog.h, since the former is not part ofTom Lane2000-12-061-1/+2
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-3/+3
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-031-2/+3
* Make elog() switch to ErrorContext while invoking libpq output routines,Tom Lane2000-12-011-10/+27
* Fix elog logic so that error messages displayed during initdb (orTom Lane2000-11-251-37/+26
* > > Looking some more, I found some other places that need a space (IBruce Momjian2000-11-251-2/+11
* Small polishing of syslog facility and ident settings. Only allow settingPeter Eisentraut2000-11-141-4/+4
* Ok, You guys are probably tired of me, BUT, here is another one, thatBruce Momjian2000-11-131-2/+21
* include pg_wchar.h to import a fucntion prototype of pg_mbcliplenTatsuo Ishii2000-10-301-1/+5
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-071-4/+4
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-031-1/+6
* Cygwin uses _sys_nerr for sys_nerrPeter Eisentraut2000-09-291-1/+5
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-23/+38
* Removed ELOG_TIMESTAMPS #define in favor of two run-timePeter Eisentraut2000-06-041-47/+66
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-36/+178
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-3/+1
* elog(NOTICE) during COPY incorrectly reset lineno to 0, causing anyTom Lane2000-04-151-3/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-43/+61
* contrib-array.patchBruce Momjian2000-02-131-2/+11
* Add:Bruce Momjian2000-01-261-2/+3
* elog() was set up to call abort() if it saw an ERROR or FATAL exitTom Lane1999-12-301-8/+2
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-221-10/+28
* Modify elog() logic so that it won't try to longjmp(Warn_restart) beforeTom Lane1999-11-161-5/+9
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-3/+3
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-20/+27
* Eliminate elog()'s hardwired limit on length of an error message.Tom Lane1999-09-111-78/+214
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1
* Final cleanupBruce Momjian1999-07-161-3/+3
* pgindent run over code.Bruce Momjian1999-05-251-9/+15