]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/ps_status.c
Remove cvs keywords from all files.
[postgresql] / src / backend / utils / misc / ps_status.c
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-04 Tom LanePad the ps_status display with nulls, not blanks, on...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-27 Tom LaneChange ps_status.c to explicitly track the current...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-31 Magnus HaganderAdd pid to the pgident event name on win32.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-02-16 Bruce MomjianReduce the amount of memory "clobbered" for every proce...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-12 Tom LaneMinor code cleanup: make the WIN32 case less gratuitous...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-05 Bruce MomjianRemove QNX port.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-24 Neil ConwayFix weird indentation of function return type.
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-02 Bruce MomjianOn win32, there is currently no way to get the equivale...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-03-19 Tom LaneCode review for log_line_prefix patch. Cooperate with...
2004-03-09 Bruce MomjianAdd:
2004-02-22 Tom LaneMove responsibility for copying argv[] array into ps_st...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-08 Tom LaneFix process-status handling for OS X 10.3.
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2002-09-04 Bruce Momjianpgindent run.
2001-12-21 Tom LaneUse MemSet() rather than a loop to do blank-padding...
2001-11-06 Tom LaneAdd Darwin to list of known systems for ps_status.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Tom LaneFurther cleanup of ps_status setup code. On platforms...
2001-10-21 Tom LaneFix getopt-vs-init_ps_display problem by copying origin...
2001-10-05 Bruce Momjian> > I am quite sure that all AIX Versions accept the...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-20 Bruce MomjianFix 'ps' WAIT status display bug on setproctitle()...
2000-07-09 Peter EisentrautAnother round of those unportable config/build changes :-/
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.