summaryrefslogtreecommitdiff
path: root/src/include/utils/elog.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-16/+16
* Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane2005-10-141-1/+4
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-101-1/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)Tom Lane2004-09-161-2/+2
* On further consideration, there's another problem here: the existingTom Lane2004-09-051-2/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-10/+11
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-051-2/+2
* Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane2004-07-311-1/+5
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-311-1/+90
* Add comment describing ereport() NOTICE/WARNING distinction.Bruce Momjian2004-07-061-2/+5
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-241-1/+11
* Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian2004-04-051-5/+6
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-1/+7
* Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian2004-03-151-3/+1
* Add:Bruce Momjian2004-03-091-1/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-22/+28
* Move ERRCODE_XXX macros into their own header file.Tom Lane2003-07-271-287/+4
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-5/+7
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-1/+3
* Error message editing in backend/storage.Tom Lane2003-07-241-2/+4
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-1/+4
* Error message editing for foreign-key triggers.Tom Lane2003-07-221-2/+2
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-1/+12
* Error message editing in backend/access.Tom Lane2003-07-211-1/+3
* Error message editing in backend/executor.Tom Lane2003-07-211-1/+4
* Error message editing in backend/catalog.Tom Lane2003-07-211-2/+5
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-15/+23
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-102/+175
* First bits of work on error message editing.Tom Lane2003-07-181-11/+46
* Remove duplicate definition of ERROR.Tom Lane2003-07-141-4/+2
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-1/+29
* Add GUC option log_error_verbosity to control which fields of errorTom Lane2003-06-301-1/+10
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-2/+2
* Fix compilation on Cygwin.Peter Eisentraut2003-05-221-2/+2
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-151-1/+10
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-8/+222
* pgindent run.Bruce Momjian2002-09-041-24/+24
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-021-12/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-5/+5
* Remove --enable-syslog optionTatsuo Ishii2002-04-211-2/+2
* Improve elog descriptions.Bruce Momjian2002-03-061-11/+12
* Change made to elog:Bruce Momjian2002-03-061-7/+6
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-041-22/+23