summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/ps_status.c
AgeCommit message (Expand)Author
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-12-02On win32, there is currently no way to get the equivalent function ofBruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-03-19Code review for log_line_prefix patch. Cooperate with StringInfo insteadTom Lane
2004-03-09Add:Bruce Momjian
2004-02-22Move responsibility for copying argv[] array into ps_status.c, where itTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-08Fix process-status handling for OS X 10.3.Tom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2002-09-04pgindent run.Bruce Momjian
2001-12-21Use MemSet() rather than a loop to do blank-padding on PS_USE_CLOBBER_ARGVTom Lane
2001-11-06Add Darwin to list of known systems for ps_status.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-22Further cleanup of ps_status setup code. On platforms where theTom Lane
2001-10-21Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane
2001-10-05> > I am quite sure that all AIX Versions accept the CLOBBER method,Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-20Fix 'ps' WAIT status display bug on setproctitle() platforms, cleared byBruce Momjian
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-06-04New ps display code, works on more platforms.Peter Eisentraut