summaryrefslogtreecommitdiff
path: root/src/include/utils/elog.h
Commit message (Expand)AuthorAgeFilesLines
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-161-1/+8
* Add a new ereport auxiliary function errdetail_log(), which works the same asTom Lane2008-03-241-1/+8
* Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander2008-03-101-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-191-1/+2
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-251-3/+3
* A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,Tom Lane2007-05-041-2/+11
* Fix oversight in PG_RE_THROW processing: it's entirely possible that thereTom Lane2007-05-021-2/+3
* Make log_min_error_statement put LOG level at the same priority asTom Lane2007-03-021-1/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* 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