| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix compilation on Cygwin. | Peter Eisentraut | 2003-05-22 | 1 | -2/+2 |
| * | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 | 1 | -1/+10 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -8/+222 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -24/+24 |
| * | Add GUC variable to print original query to the server logs when there | Bruce Momjian | 2002-09-02 | 1 | -12/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -5/+5 |
| * | Remove --enable-syslog option | Tatsuo Ishii | 2002-04-21 | 1 | -2/+2 |
| * | Improve elog descriptions. | Bruce Momjian | 2002-03-06 | 1 | -11/+12 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -7/+6 |
| * | Add PQunescapeBytea libpq function. | Bruce Momjian | 2002-03-04 | 1 | -22/+23 |