]> granicus.if.org Git - postgresql/history - src/include/utils/elog.h
Preliminary code cleanup in elog(). Split out some code into utility
[postgresql] / src / include / utils / elog.h
2001-06-08 Peter EisentrautPreliminary code cleanup in elog(). Split out some...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2001-01-07 Tom LaneFix recent breakage of query-cancel logic, see my pghac...
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 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-06-04 Peter EisentrautRemoved ELOG_TIMESTAMPS #define in favor of two run...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-13 Peter EisentrautFixed everything in and surrounding createdb and dropdb...
1999-09-27 Vadim B. MikheevTransaction log manager core code.
1999-09-11 Tom LaneEliminate elog()'s hardwired limit on length of an...
1999-07-13 Bruce MomjianRemove S*I comments from Stephan.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-18 Bruce MomjianHi!
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
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.
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-06 Marc G. FournierAdd prototype for: int DebugFileOpen()
1996-08-28 Marc G. FournierMore cleanups of the include files