| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -15/+19 |
| * | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane | 2002-03-04 | 1 | -66/+82 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -24/+192 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -3/+3 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -24/+26 |
| * | Fix memory leakage when sending notice messages to client. | Tom Lane | 2001-10-18 | 1 | -31/+11 |
| * | Use a fixed error message for ERANGE to avoid duplicate test result files. | Peter Eisentraut | 2001-08-06 | 1 | -2/+6 |
| * | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut | 2001-06-20 | 1 | -20/+4 |
| * | Preliminary code cleanup in elog(). Split out some code into utility | Peter Eisentraut | 2001-06-08 | 1 | -123/+166 |
| * | Native Language Support (NLS) | Peter Eisentraut | 2001-06-02 | 1 | -1/+2 |
| * | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 | 1 | -3/+3 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -57/+69 |
| * | FATAL errors should cause exit with nonzero status if we are not running | Tom Lane | 2001-03-10 | 1 | -3/+6 |
| * | Safe guard in case of imporper data is provided to elog() | Tatsuo Ishii | 2001-02-21 | 1 | -1/+3 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Remove rangechecks on errno; just call strerror unconditionally. This | Tom Lane | 2001-01-22 | 1 | -13/+2 |
| * | Deal with C++ incompatibility of sys_nerr declaration by taking it out | Tom Lane | 2001-01-21 | 1 | -10/+16 |
| * | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane | 2001-01-19 | 1 | -9/+19 |
| * | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 | 1 | -23/+17 |
| * | Add configure check for sys_nerr, to end all discussions. | Peter Eisentraut | 2001-01-09 | 1 | -9/+3 |
| * | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 | 1 | -13/+13 |
| * | Don't include miscadmin.h in elog.h, since the former is not part of | Tom Lane | 2000-12-06 | 1 | -1/+2 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -3/+3 |
| * | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev | 2000-12-03 | 1 | -2/+3 |
| * | Make elog() switch to ErrorContext while invoking libpq output routines, | Tom Lane | 2000-12-01 | 1 | -10/+27 |
| * | Fix elog logic so that error messages displayed during initdb (or | Tom Lane | 2000-11-25 | 1 | -37/+26 |
| * | > > Looking some more, I found some other places that need a space (I | Bruce Momjian | 2000-11-25 | 1 | -2/+11 |
| * | Small polishing of syslog facility and ident settings. Only allow setting | Peter Eisentraut | 2000-11-14 | 1 | -4/+4 |
| * | Ok, You guys are probably tired of me, BUT, here is another one, that | Bruce Momjian | 2000-11-13 | 1 | -2/+21 |
| * | include pg_wchar.h to import a fucntion prototype of pg_mbcliplen | Tatsuo Ishii | 2000-10-30 | 1 | -1/+5 |
| * | The beos port in the source tree doesn't even compile. and even | Bruce Momjian | 2000-10-07 | 1 | -4/+4 |
| * | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian | 2000-10-03 | 1 | -1/+6 |
| * | Cygwin uses _sys_nerr for sys_nerr | Peter Eisentraut | 2000-09-29 | 1 | -1/+5 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -23/+38 |
| * | Removed ELOG_TIMESTAMPS #define in favor of two run-time | Peter Eisentraut | 2000-06-04 | 1 | -47/+66 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -36/+178 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -3/+1 |
| * | elog(NOTICE) during COPY incorrectly reset lineno to 0, causing any | Tom Lane | 2000-04-15 | 1 | -3/+4 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -43/+61 |
| * | contrib-array.patch | Bruce Momjian | 2000-02-13 | 1 | -2/+11 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | elog() was set up to call abort() if it saw an ERROR or FATAL exit | Tom Lane | 1999-12-30 | 1 | -8/+2 |
| * | Clean up some problems in error recovery --- elog() was pretty broken | Tom Lane | 1999-11-22 | 1 | -10/+28 |
| * | Modify elog() logic so that it won't try to longjmp(Warn_restart) before | Tom Lane | 1999-11-16 | 1 | -5/+9 |
| * | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane | 1999-10-25 | 1 | -3/+3 |
| * | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 | 1 | -20/+27 |
| * | Eliminate elog()'s hardwired limit on length of an error message. | Tom Lane | 1999-09-11 | 1 | -78/+214 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -4/+1 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 1 | -3/+3 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -9/+15 |