]> granicus.if.org Git - postgresql/history - src/include/tcop/tcopprot.h
Preliminary code cleanup in elog(). Split out some code into utility
[postgresql] / src / include / tcop / tcopprot.h
2001-06-08 Peter EisentrautPreliminary code cleanup in elog(). Split out some...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-13 Tom LaneXLOG (and related) changes:
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2000-12-03 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-29 Peter EisentrautRevert removal of signed, volatile, and signal handler...
2000-08-27 Peter EisentrautRemove configure tests for `signed', `volatile', and...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-04 Tom LaneFix bug noted by Bruce: FETCH in an already-aborted...
2000-02-20 Peter EisentrautMoved psql \eset and \eshow to \encoding
2000-01-26 Bruce MomjianAdd:
1999-11-16 Tom LaneModify elog() logic so that it won't try to longjmp...
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-04-20 Tom LaneChange elog(ERROR) to get back to main loop via a plain...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-24 Bruce Momjian This is the final state of the rule system for...
1998-06-04 Bruce MomjianShow backend status on ps command line. Remove unused...
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-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-12-11 Bruce MomjianRename pg_plan and pg_eval to be more meaningful.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
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...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-04 Marc G. FournierAnother one completely cleaned up
1996-08-28 Marc G. FournierClean up th ecompile process by centralizing the includ...