| Commit message (Expand) | Author | Age |
* | Provide database object names as separate fields in error messages. | Tom Lane | 2013-01-29 |
* | Improve handling of ereport(ERROR) and elog(ERROR). | Tom Lane | 2013-01-13 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Use correct text domain for translating errcontext() messages. | Heikki Linnakangas | 2012-11-12 |
* | Teach compiler that ereport(>=ERROR) does not return | Peter Eisentraut | 2012-08-21 |
* | Mark ReThrowError() with attribute noreturn | Peter Eisentraut | 2012-04-30 |
* | Add a hook for processing messages due to be sent to the server log. | Tom Lane | 2012-03-06 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Add an errdetail_internal() ereport auxiliary routine. | Tom Lane | 2011-07-16 |
* | Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin... | Andrew Dunstan | 2011-04-28 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Revise the API for GUC variable assign hooks. | Tom Lane | 2011-04-07 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Improve the recently-added support for properly pluralized error messages | Tom Lane | 2009-06-04 |
* | Change a couple of ill-advised uses of INFO elog level to WARNINGs; in | Tom Lane | 2009-01-06 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 |
* | Fix two flaws in comments I just introduced, pointed out by Tom. | Alvaro Herrera | 2008-10-09 |
* | Improve translatability of error messages for external modules by tweaking | Alvaro Herrera | 2008-10-09 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 |
* | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 |
* | Add a new ereport auxiliary function errdetail_log(), which works the same as | Tom Lane | 2008-03-24 |
* | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander | 2008-03-10 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 |
* | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 |
* | A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, | Tom Lane | 2007-05-04 |
* | Fix oversight in PG_RE_THROW processing: it's entirely possible that there | Tom Lane | 2007-05-02 |
* | Make log_min_error_statement put LOG level at the same priority as | Tom Lane | 2007-03-02 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix syslog bug: if any messages are emitted to write_syslog before | Tom Lane | 2005-10-14 |
* | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1) | Tom Lane | 2004-09-16 |
* | On further consideration, there's another problem here: the existing | Tom Lane | 2004-09-05 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 |
* | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane | 2004-07-31 |
* | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 |
* | Add comment describing ereport() NOTICE/WARNING distinction. | Bruce Momjian | 2004-07-06 |
* | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane | 2004-06-24 |
* | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian | 2004-04-05 |
* | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 |