aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/ps_status.h
Commit message (Collapse)AuthorAge
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
|
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-27
| | | | for every command, default to on.
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
| | | | | | | | | | | to assume that the string pointer passed to set_ps_display is good forever. There's no need to anyway since ps_status.c itself saves the string, and we already had an API (get_ps_display) to return it. I believe this explains Jim Nasby's report of intermittent crashes in elog.c when %i format code is in use in log_line_prefix. While at it, repair a previously unnoticed problem: on some platforms such as Darwin, the string returned by get_ps_display was blank-padded to the maximum length, meaning that lock.c's attempt to append " waiting" to it never worked.
* Move responsibility for copying argv[] array into ps_status.c, where itTom Lane2004-02-22
| | | | | | | logically belongs. Arrange to update the _NSGetArgv() copy of the argv pointer on Darwin. (It seems likely that other NeXT-derived platforms also have an _NSGetArgv() problem, but until we have some reports I'll just make this #ifdef __darwin__.)
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
|
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
| | | | initdb/regression tests pass.
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
| | | | spacing. Also adds space for one-line comments.
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
| | | | tests pass.
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-21
| | | | | | per suggestion from Peter. Simplify several APIs by transmitting the original argv location directly from main.c to ps_status.c, instead of passing it down through several levels of subroutines.
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
|
* Clean up #include's.Bruce Momjian2000-06-15
|
* New ps display code, works on more platforms.Peter Eisentraut2000-06-04
| | | | | | Install a default configuration file. Clean up some funny business in the config file code.
* Update so init displays status with setproctitle too, like the rest of them.Bruce Momjian2000-05-24
|
* Make setproctitle update for every query.Bruce Momjian2000-05-24
|
* Comment out no-op ps updates for setproctitle(), until we figure outBruce Momjian2000-05-23
| | | | what to do.
* this fixes the bug where setting the entry in he process table no longer worksMarc G. Fournier2000-05-12
| | | | | | | | under FreeBSD ... basically, if setproctitle() exists, use it ... the draw back right now is the PS_SET_STATUS stuff doesn't work, but am looking into that one right now ... at lesat now you can see who is connecting where and from where ...
* A few more macro cleanupsBruce Momjian2000-04-12
|
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
|
* >> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian2000-03-23
| | | | | | easy (maybe dumb) fix for 5 in attachment define.patch greetings, Andreas
* Fix memory overrun while setting ps statusTatsuo Ishii1999-12-10
|
* configure cleanupBruce Momjian1999-07-18
|
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
|
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
|
* I suggest the following portability patch, which does notBruce Momjian1999-03-19
| | | | | | | | | | change functionality, but makes the code more ANSI C'ish. My AIX xlc compiler barfs on all of these. Can someone please review and apply to current. <<port.patch>> Thanks Andreas
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
|
* SET_ARGS cleanupBruce Momjian1999-02-02
|
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
|
* missed adding a new include fileMarc G. Fournier1998-08-25