postgresql/src/backend/postmaster
Tom Lane 0ceeb4cbbe Adjust pgstat message definitions so that the target message size is
specified in just one place and adhered to exactly, rather than just more
or less.  A side effect is to increase PGSTAT_ACTIVITY_SIZE (maximum
reported query length) from 256 to nearly 1000.
2004-06-26 16:32:04 +00:00
..
bgwriter.c Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
Makefile Separate out bgwriter code into a logically separate module, rather 2004-05-29 22:48:23 +00:00
pgstat.c Adjust pgstat message definitions so that the target message size is 2004-06-26 16:32:04 +00:00
postmaster.c Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00