Commit Graph

196 Commits (c96375a39b28e54e19fa5c9c2e3dd69c44b7618c)

Author SHA1 Message Date
Tom Lane 111e29ef5e Adjust comment about %t and %s to cover %m as well. Some trivial 21 years ago
Neil Conway d46bc444ac Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. 21 years ago
Bruce Momjian 6c2ba14d8d This patch against 8.0.0beta1 source adds log_line_prefix options for 21 years ago
Tom Lane a214e9c996 Fix problem with infinite recursion between write_syslogger_file and 21 years ago
Bruce Momjian 76fa5e6e18 Cause Win32 to output to the event log rather than stderr by default. 21 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Bruce Momjian 67608a393b Make getpid() use %d consistently for printing. 22 years ago
Bruce Momjian abc1d28ba7 Suppress timezone output on log_line_prefix %t on Win32, because it is 22 years ago
Bruce Momjian a5d7ba773d Adjust comments previously moved to column 1 by pgident. 22 years ago
Neil Conway a3c53c834f This patch from Alvaro Herrera adds transaction ID to the list of 22 years ago
Tom Lane 1a86e6eabf On further consideration, there's another problem here: the existing 22 years ago
Tom Lane cefb4b141b Tweak elog.c's logic for promoting errors into more severe errors. 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Tom Lane bdf8ef6925 Create a built-in log rotation program, so that we no longer have to 22 years ago
Tom Lane ecb68138e9 Add LOG_NOWAIT flag to openlog() call, per my note of 2004-06-24. 22 years ago
Tom Lane a393fbf937 Restructure error handling as recently discussed. It is now really 22 years ago
Tom Lane 98c120a203 Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR) 22 years ago
Tom Lane b15f9b08ef Replace direct fprintf(stderr) calls by write_stderr(), and cause this 22 years ago
Tom Lane 5ca40c5d31 Add comment about rationale for continuing to use C library functions 22 years ago
Tom Lane 921d749bd4 Adjust our timezone library to use pg_time_t (typedef'd as int64) in 22 years ago
Tom Lane 076a055acf Separate out bgwriter code into a logically separate module, rather 22 years ago
Tom Lane 2ac8c96ecb Make sure elog behaves sanely if invoked before GUC initializes. 22 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Bruce Momjian b00d50d365 Per discussion earlier today, here is a fix that lets ereport() on win32 22 years ago
Bruce Momjian 31338352bd * Most changes are to fix warnings issued when compiling win32 22 years ago
Bruce Momjian 3e2aef58a2 Handle Warn_restart_ready properly in SIGTERM safety patch. 22 years ago
Bruce Momjian 3c4ab3f51d Exit backend from SIGTERM or FATAL by simulating client EOF, rather than 22 years ago
Bruce Momjian 6165bbab8c Remove 'syslog' GUC variable, and add more logical 'log_destination' 22 years ago
Tom Lane d81cd7032e Standardize output buffer size and display format for strftime; 22 years ago
Tom Lane f938c2b91b Revise syntax-error reporting behavior to give pleasant results for 22 years ago
Tom Lane 74ffc77279 Code review for log_line_prefix patch. Cooperate with StringInfo instead 22 years ago
Bruce Momjian d6b57925ca Remove GUC log_statement, log_pid, log_timestamp, log_source_port. 22 years ago
Bruce Momjian 2d3fe86bc4 Add: 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane bbba5080b5 Fix elog tab-insertion code to insert tabs only where wanted. 23 years ago
Bruce Momjian b8382c2688 Have log_min_duration_statement = 0 always print duration/statement. 23 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 23 years ago
Tom Lane b96e32ebf8 Work around ENOTEMPTY being an alias for EEXIST on some platforms. 23 years ago
Peter Eisentraut f2c2943aae Share PG_DIAG_* macros between client and server and use them internally. 23 years ago
Tom Lane 1de9615a58 Use separate SQLSTATE codes for file not found/file exists, rather than 23 years ago
Bruce Momjian 46785776c4 Another pgindent run with updated typedefs. 23 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane c1c7b338ee Reconsider context for calling callback functions --- original idea 23 years ago
Tom Lane b556e8200e elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. 23 years ago
Tom Lane b05d3ae1ed Error message editing in backend/libpq, backend/postmaster, backend/tcop. 23 years ago
Tom Lane 216311d590 First bits of work on error message editing. 23 years ago