]> granicus.if.org Git - postgresql/history - src/backend/utils/error
Preliminary code cleanup in elog(). Split out some code into utility
[postgresql] / src / backend / utils / error /
2001-06-08 Peter EisentrautPreliminary code cleanup in elog(). Split out some...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-05-30 Bruce MomjianRemove SEP_CHAR, replace with / or '/' as appropriate.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-10 Tom LaneFATAL errors should cause exit with nonzero status...
2001-02-21 Tatsuo IshiiSafe guard in case of imporper data is provided to...
2001-02-06 Tom LaneOut-of-bounds memory allocation request sizes should...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-22 Tom LaneRemove rangechecks on errno; just call strerror uncondi...
2001-01-21 Tom LaneDeal with C++ incompatibility of sys_nerr declaration...
2001-01-19 Tom LaneMake critical sections (elog->crash) and interrupt...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-09 Peter EisentrautAdd configure check for sys_nerr, to end all discussions.
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-12-06 Tom LaneDon't include miscadmin.h in elog.h, since the former...
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-21 Peter EisentrautPut external declarations into header files.
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-28 Peter Eisentraut#define JMP_BUF has been unnecessary since the arrival...
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-08-31 Peter EisentrautFix relative path references so that make knowns which...
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-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
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-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
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-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-19 Bruce MomjianRename to vararg_format().
1999-06-19 Bruce MomjianChange form() to varargform() to prevent portability...
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-17 Tom LaneReplace direct inclusions of c.h with inclusion of...
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-18 Bruce MomjianAdd SLEEP_ON_ABORT
1998-06-18 Bruce Momjianport name cleanup
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-05-19 Bruce MomjianAllow cancel from client of backend query. Change...
1998-04-06 Bruce MomjianHi,
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-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-11-09 Marc G. FournierFrom: Bryan Henderson <bryanh@giraffe.netgate.net>
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
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-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-05-17 Edmund Mergladded const declaration E.Mergl
1997-04-17 Marc G. FournierFrom: Raymond Toy <toy@rtp.ericsson.se>
1997-03-26 Marc G. FournierAdd string.h for strerror() prototype
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-12-27 Vadim B. MikheevThere was JMP_BUF defined in config.h. And SIGJMP_BUF...
next