OSDN Git Service

Ensure that all uses of <ctype.h> functions are applied to unsigned-char
[pg-rex/syncrep.git] / src / backend / utils / error / elog.c
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-12-03 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-12-01 Tom LaneMake elog() switch to ErrorContext while invoking libpq...
2000-11-25 Tom LaneFix elog logic so that error messages displayed during...
2000-11-25 Bruce Momjian> > Looking some more, I found some other places that...
2000-11-14 Peter EisentrautSmall polishing of syslog facility and ident settings...
2000-11-13 Bruce MomjianOk, You guys are probably tired of me, BUT, here is...
2000-10-30 Tatsuo Ishiiinclude pg_wchar.h to import a fucntion prototype of...
2000-10-07 Bruce Momjian The beos port in the source tree doesn't even...
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-09-29 Peter EisentrautCygwin uses _sys_nerr for sys_nerr
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-04 Peter EisentrautRemoved ELOG_TIMESTAMPS #define in favor of two run...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-15 Tom Laneelog(NOTICE) during COPY incorrectly reset lineno to...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-13 Bruce Momjiancontrib-array.patch
2000-01-26 Bruce MomjianAdd:
1999-12-30 Tom Laneelog() was set up to call abort() if it saw an ERROR...
1999-11-22 Tom LaneClean up some problems in error recovery --- elog(...
1999-11-16 Tom LaneModify elog() logic so that it won't try to longjmp...
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-09-11 Tom LaneEliminate elog()'s hardwired limit on length of an...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-25 Tom LaneStill had a few MULTIBYTE problems when client encoding was
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-04-20 Tom LaneChange elog(ERROR) to get back to main loop via a plain...
1999-04-16 Tatsuo IshiiFix kill() call in elog() so that it gets its own pid...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-23 Tom LaneAdd explicit buffering in backend libpq, to compensate for
1999-01-11 Marc G. FournierFrom: Magnus Hagander <mha@sollentuna.net>
1999-01-01 Bruce Momjian Some security, since we now have vsnprintf, I remade...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-31 Bruce MomjianTwo spaces after a colon.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-07-07 Bruce MomjianRename signal to SIGHUP.
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-19 Bruce MomjianAllow cancel from client of backend query. Change...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-25 Bruce Momjiangetpid/pid cleanup
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-09 Marc G. FournierFrom: Bryan Henderson <bryanh@giraffe.netgate.net>
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-03-18 Marc G. FournierThis is an attempt to get rid of some cruft...
1997-03-18 Marc G. FournierPatch from Sven Verdoolaege <skimo@breughel.ufsia.ac...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-02-14 Bruce MomjianRemove WIN32 defines. They never worked.
1996-11-14 Bryan HendersonRemove most compile-time options, add a few runtime...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierAnother directory that compiles with no errors, and...
1996-10-31 Marc G. Fourniermore removal of PORTNAME_*
1996-10-13 Bruce MomjianRemoved const warning.
1996-08-14 Marc G. FournierI grabbed the latest version of the source code via...
1996-07-22 Marc G. Fournier- merging in Dr. George's tree with ours
1996-07-19 Marc G. FournierFixes:
1996-07-16 Marc G. Fournierfix: BSDi 2.1 requires a port seperate from BSDi 2...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources