| Commit message (Expand) | Author | Age | Files | Lines |
| * | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 | 1 | -1/+8 |
| * | Add a new ereport auxiliary function errdetail_log(), which works the same as | Tom Lane | 2008-03-24 | 1 | -1/+8 |
| * | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander | 2008-03-10 | 1 | -2/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -2/+2 |
| * | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 | 1 | -1/+2 |
| * | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 | 1 | -3/+3 |
| * | A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, | Tom Lane | 2007-05-04 | 1 | -2/+11 |
| * | Fix oversight in PG_RE_THROW processing: it's entirely possible that there | Tom Lane | 2007-05-02 | 1 | -2/+3 |
| * | Make log_min_error_statement put LOG level at the same priority as | Tom Lane | 2007-03-02 | 1 | -1/+4 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -16/+16 |
| * | Fix syslog bug: if any messages are emitted to write_syslog before | Tom Lane | 2005-10-14 | 1 | -1/+4 |
| * | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 | 1 | -1/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1) | Tom Lane | 2004-09-16 | 1 | -2/+2 |
| * | On further consideration, there's another problem here: the existing | Tom Lane | 2004-09-05 | 1 | -2/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -10/+11 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 | 1 | -2/+2 |
| * | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane | 2004-07-31 | 1 | -1/+5 |
| * | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 | 1 | -1/+90 |
| * | Add comment describing ereport() NOTICE/WARNING distinction. | Bruce Momjian | 2004-07-06 | 1 | -2/+5 |
| * | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane | 2004-06-24 | 1 | -1/+11 |
| * | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian | 2004-04-05 | 1 | -5/+6 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 1 | -1/+7 |
| * | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian | 2004-03-15 | 1 | -3/+1 |
| * | Add: | Bruce Momjian | 2004-03-09 | 1 | -1/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -3/+3 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -22/+28 |
| * | Move ERRCODE_XXX macros into their own header file. | Tom Lane | 2003-07-27 | 1 | -287/+4 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -5/+7 |
| * | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 | 1 | -1/+3 |
| * | Error message editing in backend/storage. | Tom Lane | 2003-07-24 | 1 | -2/+4 |
| * | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 | 1 | -1/+4 |
| * | Error message editing for foreign-key triggers. | Tom Lane | 2003-07-22 | 1 | -2/+2 |
| * | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 | 1 | -1/+12 |
| * | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 1 | -1/+3 |
| * | Error message editing in backend/executor. | Tom Lane | 2003-07-21 | 1 | -1/+4 |
| * | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 | 1 | -2/+5 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -15/+23 |
| * | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 1 | -102/+175 |
| * | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 1 | -11/+46 |
| * | Remove duplicate definition of ERROR. | Tom Lane | 2003-07-14 | 1 | -4/+2 |
| * | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 | 1 | -1/+29 |
| * | Add GUC option log_error_verbosity to control which fields of error | Tom Lane | 2003-06-30 | 1 | -1/+10 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -2/+2 |