postgresql/src/backend/postmaster
Tom Lane f59b05c95d Ensure that any memory leaked during an error inside the bgwriter is
recovered.  I did not see any actual leak while testing this in CVS tip,
but 8.0 definitely has a problem with leaking the space temporarily
palloc'd by BufferSync().  In any case this seems a good idea to forestall
similar problems in future.  Per report from Arjen van der Meijden.
2005-09-12 22:20:16 +00:00
..
autovacuum.c Allow the pgstat views to show toast tables as well as regular tables 2005-08-15 16:25:19 +00:00
bgwriter.c Ensure that any memory leaked during an error inside the bgwriter is 2005-09-12 22:20:16 +00:00
fork_process.c Wrap the implementation of fork_process() inside #ifndef WIN32 -- this 2005-03-16 00:02:39 +00:00
Makefile Integrate autovacuum functionality into the backend. There's still a 2005-07-14 05:13:45 +00:00
pgarch.c Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
pgstat.c Log send() failures when sending to statistics process (but only in 2005-08-30 02:47:37 +00:00
postmaster.c Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
syslogger.c Add files to do read I/O on the cluster directory: 2005-08-12 03:25:13 +00:00