aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/elog.h
Commit message (Expand)AuthorAge
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Move ERRCODE_XXX macros into their own header file.Tom Lane2003-07-27
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Error message editing in backend/storage.Tom Lane2003-07-24
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Error message editing for foreign-key triggers.Tom Lane2003-07-22
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22
* Error message editing in backend/access.Tom Lane2003-07-21
* Error message editing in backend/executor.Tom Lane2003-07-21
* Error message editing in backend/catalog.Tom Lane2003-07-21
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-19
* First bits of work on error message editing.Tom Lane2003-07-18
* Remove duplicate definition of ERROR.Tom Lane2003-07-14
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* Add GUC option log_error_verbosity to control which fields of errorTom Lane2003-06-30
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Fix compilation on Cygwin.Peter Eisentraut2003-05-22
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* pgindent run.Bruce Momjian2002-09-04
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Remove --enable-syslog optionTatsuo Ishii2002-04-21
* Improve elog descriptions.Bruce Momjian2002-03-06
* Change made to elog:Bruce Momjian2002-03-06
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-04
* 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
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut2001-06-08
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane2001-01-07
* 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
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* Removed ELOG_TIMESTAMPS #define in favor of two run-timePeter Eisentraut2000-06-04
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26