summaryrefslogtreecommitdiff
path: root/src/include/utils/ps_status.h
AgeCommit message (Expand)Author
2023-02-20Speedup and increase usability of set proc title functionsDavid Rowley
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2006-06-27Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian
2005-11-05Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane
2004-02-22Move responsibility for copying argv[] array into ps_status.c, where itTom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
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-21Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2000-06-15Clean up #include's.Bruce Momjian
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-05-24Update so init displays status with setproctitle too, like the rest of them.Bruce Momjian
2000-05-24Make setproctitle update for every query.Bruce Momjian
2000-05-23Comment out no-op ps updates for setproctitle(), until we figure outBruce Momjian
2000-05-12this fixes the bug where setting the entry in he process table no longer worksMarc G. Fournier
2000-04-12A few more macro cleanupsBruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-23>> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian
1999-12-10Fix memory overrun while setting ps statusTatsuo Ishii
1999-07-18configure cleanupBruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-03-19I suggest the following portability patch, which does notBruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-02SET_ARGS cleanupBruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-08-25missed adding a new include fileMarc G. Fournier