Commit Graph

91 Commits (8d8aa931ef5a3489764de222b1bfe43463d58a13)

Author SHA1 Message Date
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 43568d11ad Fix memory leakage when sending notice messages to client. 24 years ago
Peter Eisentraut bf51b8608b Use a fixed error message for ERANGE to avoid duplicate test result files. 24 years ago
Peter Eisentraut 9b4bfbdc2c Handle reading of startup packet and authentication exchange after forking 24 years ago
Peter Eisentraut 959dc927d3 Preliminary code cleanup in elog(). Split out some code into utility 24 years ago
Peter Eisentraut e542036461 Native Language Support (NLS) 24 years ago
Bruce Momjian 33f2614aa1 Remove SEP_CHAR, replace with / or '/' as appropriate. 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane 2cfc8fcb5d FATAL errors should cause exit with nonzero status if we are not running 25 years ago
Tatsuo Ishii fa877ed8ee Safe guard in case of imporper data is provided to elog() 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane e9c936ff38 Remove rangechecks on errno; just call strerror unconditionally. This 25 years ago
Tom Lane 023a48b811 Deal with C++ incompatibility of sys_nerr declaration by taking it out 25 years ago
Tom Lane 6ce0ed2813 Make critical sections (elog->crash) and interrupt holdoff sections 25 years ago
Tom Lane 36839c1927 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 25 years ago
Peter Eisentraut c3f9371956 Add configure check for sys_nerr, to end all discussions. 25 years ago
Tom Lane a626b78c89 Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks 25 years ago
Tom Lane 5fb1022212 Don't include miscadmin.h in elog.h, since the former is not part of 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Vadim B. Mikheev 65b362fae1 Disable elog(ERROR|FATAL) in signal handlers in 25 years ago
Tom Lane 08ede423d1 Make elog() switch to ErrorContext while invoking libpq output routines, 25 years ago
Tom Lane 0432ce994d Fix elog logic so that error messages displayed during initdb (or 25 years ago
Bruce Momjian 91ba4cc761 > > Looking some more, I found some other places that need a space (I 25 years ago
Peter Eisentraut 0937bf9544 Small polishing of syslog facility and ident settings. Only allow setting 25 years ago
Bruce Momjian d63a762f79 Ok, You guys are probably tired of me, BUT, here is another one, that 25 years ago
Tatsuo Ishii dd9dcd59cf include pg_wchar.h to import a fucntion prototype of pg_mbcliplen 25 years ago
Bruce Momjian 7ea8403c8a The beos port in the source tree doesn't even compile. and even 25 years ago
Bruce Momjian 87c0e623ba New diff that now covers the entire tree. Applying this gets postgresql 25 years ago
Peter Eisentraut 52dda5ec05 Cygwin uses _sys_nerr for sys_nerr 25 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 25 years ago
Peter Eisentraut 0a54de8faf Removed ELOG_TIMESTAMPS #define in favor of two run-time 25 years ago
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 25 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 25 years ago
Tom Lane 4ca7d148cb elog(NOTICE) during COPY incorrectly reset lineno to 0, causing any 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian a2226ad237 contrib-array.patch 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane 8a40400d40 elog() was set up to call abort() if it saw an ERROR or FATAL exit 26 years ago
Tom Lane 316c4c57e2 Clean up some problems in error recovery --- elog() was pretty broken 26 years ago
Tom Lane e1492cc34c Modify elog() logic so that it won't try to longjmp(Warn_restart) before 26 years ago
Tom Lane 51f62d505e Standardize on MAXPGPATH as the size of a file pathname buffer, 26 years ago
Vadim B. Mikheev 4793740367 XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 26 years ago
Tom Lane b399805e22 Eliminate elog()'s hardwired limit on length of an error message. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian 69817665cb Final cleanup 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
Tom Lane 122923c97f Still had a few MULTIBYTE problems when client encoding was 27 years ago
Tom Lane 95cc41b81d Revise backend libpq interfaces so that messages to the frontend 27 years ago