| Commit message (Expand) | Author | Age | Files | Lines |
* | Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERROR | Tom Lane | 2006-10-01 | 1 | -2/+9 |
* | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 1 | -7/+11 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+3 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 1 | -5/+4 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 2 | -4/+4 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -4/+4 |
* | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane | 2005-11-05 | 1 | -5/+13 |
* | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera | 2005-11-03 | 1 | -6/+6 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 2 | -104/+100 |
* | Fix syslog bug: if any messages are emitted to write_syslog before | Tom Lane | 2005-10-14 | 1 | -37/+41 |
* | Pass a strdup'd ident string to openlog(), to ensure that reallocation | Tom Lane | 2005-10-14 | 1 | -21/+41 |
* | This patch fixes the event type used to log output from the | Bruce Momjian | 2005-08-12 | 1 | -29/+30 |
* | Adjust comment about %t and %s to cover %m as well. Some trivial | Tom Lane | 2005-06-10 | 1 | -21/+17 |
* | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 | 1 | -16/+22 |
* | This patch against 8.0.0beta1 source adds log_line_prefix options for | Bruce Momjian | 2005-06-09 | 1 | -1/+32 |
* | Fix problem with infinite recursion between write_syslogger_file and | Tom Lane | 2005-03-12 | 1 | -7/+12 |
* | Cause Win32 to output to the event log rather than stderr by default. | Bruce Momjian | 2005-02-27 | 1 | -1/+12 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -28/+28 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 2 | -4/+4 |
* | Make getpid() use %d consistently for printing. | Bruce Momjian | 2004-10-09 | 1 | -4/+4 |
* | Suppress timezone output on log_line_prefix %t on Win32, because it is | Bruce Momjian | 2004-10-09 | 1 | -1/+6 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 1 | -2/+2 |
* | This patch from Alvaro Herrera adds transaction ID to the list of | Neil Conway | 2004-09-22 | 1 | -3/+12 |
* | On further consideration, there's another problem here: the existing | Tom Lane | 2004-09-05 | 1 | -6/+37 |
* | Tweak elog.c's logic for promoting errors into more severe errors. | Tom Lane | 2004-09-05 | 1 | -94/+89 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 2 | -87/+94 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 2 | -4/+4 |
* | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 | 1 | -2/+7 |
* | Add LOG_NOWAIT flag to openlog() call, per my note of 2004-06-24. | Tom Lane | 2004-08-04 | 1 | -2/+2 |
* | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 | 1 | -124/+267 |
* | Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR) | Tom Lane | 2004-07-28 | 1 | -13/+2 |
* | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane | 2004-06-24 | 2 | -4/+38 |
* | Add comment about rationale for continuing to use C library functions | Tom Lane | 2004-06-21 | 1 | -1/+11 |
* | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 | 1 | -6/+8 |
* | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 | 1 | -1/+2 |
* | Make sure elog behaves sanely if invoked before GUC initializes. | Tom Lane | 2004-05-28 | 1 | -2/+2 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -7/+6 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -9/+9 |
* | Per discussion earlier today, here is a fix that lets ereport() on win32 | Bruce Momjian | 2004-04-22 | 1 | -1/+6 |
* | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 | 1 | -2/+6 |
* | Handle Warn_restart_ready properly in SIGTERM safety patch. | Bruce Momjian | 2004-04-16 | 1 | -1/+5 |
* | Exit backend from SIGTERM or FATAL by simulating client EOF, rather than | Bruce Momjian | 2004-04-11 | 1 | -2/+9 |
* | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian | 2004-04-05 | 1 | -20/+66 |
* | Standardize output buffer size and display format for strftime; | Tom Lane | 2004-03-22 | 1 | -5/+5 |
* | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 1 | -2/+110 |
* | Code review for log_line_prefix patch. Cooperate with StringInfo instead | Tom Lane | 2004-03-19 | 1 | -130/+135 |
* | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian | 2004-03-15 | 1 | -48/+3 |
* | Add: | Bruce Momjian | 2004-03-09 | 1 | -5/+145 |