Commit Graph

147 Commits (90cb9c305140684b2b00c739b724f67915e11404)

Author SHA1 Message Date
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane bdf8ef6925 Create a built-in log rotation program, so that we no longer have to 21 years ago
Tom Lane ecb68138e9 Add LOG_NOWAIT flag to openlog() call, per my note of 2004-06-24. 21 years ago
Tom Lane a393fbf937 Restructure error handling as recently discussed. It is now really 21 years ago
Tom Lane 98c120a203 Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR) 21 years ago
Tom Lane b15f9b08ef Replace direct fprintf(stderr) calls by write_stderr(), and cause this 21 years ago
Tom Lane 5ca40c5d31 Add comment about rationale for continuing to use C library functions 21 years ago
Tom Lane 921d749bd4 Adjust our timezone library to use pg_time_t (typedef'd as int64) in 21 years ago
Tom Lane 076a055acf Separate out bgwriter code into a logically separate module, rather 21 years ago
Tom Lane 2ac8c96ecb Make sure elog behaves sanely if invoked before GUC initializes. 21 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 21 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 21 years ago
Bruce Momjian b00d50d365 Per discussion earlier today, here is a fix that lets ereport() on 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. 22 years ago
Bruce Momjian b8382c2688 Have log_min_duration_statement = 0 always print duration/statement. 22 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 22 years ago
Tom Lane b96e32ebf8 Work around ENOTEMPTY being an alias for EEXIST on some platforms. 22 years ago
Peter Eisentraut f2c2943aae Share PG_DIAG_* macros between client and server and use them internally. 22 years ago
Tom Lane 1de9615a58 Use separate SQLSTATE codes for file not found/file exists, rather than 22 years ago
Bruce Momjian 46785776c4 Another pgindent run with updated typedefs. 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane c1c7b338ee Reconsider context for calling callback functions --- original idea 22 years ago
Tom Lane b556e8200e elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. 22 years ago
Tom Lane b05d3ae1ed Error message editing in backend/libpq, backend/postmaster, backend/tcop. 22 years ago
Tom Lane 216311d590 First bits of work on error message editing. 22 years ago
Tom Lane 219e29784d Add GUC option log_error_verbosity to control which fields of error 22 years ago
Tom Lane 4df52b28f0 Fix things so that an error occuring during standalone-backend processing 22 years ago
Tom Lane aae078198d In bootstrap and standalone-backend modes, do not sort LOG elevel out 22 years ago
Tom Lane f690920a75 Infrastructure for upgraded error reporting mechanism. elog.c is 23 years ago
Tom Lane 5ed27e35f3 Another round of protocol changes. Backend-to-frontend messages now all 23 years ago
Bruce Momjian a18331004a Add start time to pg_stat_activity 23 years ago
Tom Lane 9f1f2bfb66 Fix various places where global s/NOTICE/WARNING/ was applied with too 23 years ago
Bruce Momjian 001d5a7aa5 Rename server_min_messages to log_min_messages. Part of consolidation 23 years ago
Tom Lane 0d97eb6ac8 After elog(PANIC), exit with abort() not proc_exit(). This allows a 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Bruce Momjian 9fd842c4b2 Add GUC variable to print original query to the server logs when there 23 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 23 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 23 years ago