index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
Makefile
Commit message (
Expand
)
Author
Age
*
Allow background workers to be started dynamically.
Robert Haas
2013-07-16
*
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-11-02
*
Split work of bgwriter between 2 processes: bgwriter and checkpointer.
Simon Riggs
2011-11-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-19
*
Create a new dedicated Postgres process, "wal writer", which exists to write
Tom Lane
2007-07-24
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
*
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2005-07-14
*
Refactor fork()-related code. We need to do various housekeeping tasks
Neil Conway
2005-03-10
*
Create a built-in log rotation program, so that we no longer have to
Tom Lane
2004-08-05
*
Back out pg_autovacuum commit after cvs clean failure causes commit.
Bruce Momjian
2004-07-21
*
lease find enclosed a patch that matches the PL/Perl documentation
Bruce Momjian
2004-07-21
*
XLOG file archiving and point-in-time recovery. There are still some
Tom Lane
2004-07-19
*
Separate out bgwriter code into a logically separate module, rather
Tom Lane
2004-05-29
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Statistical system views (yet without the config stuff, but
Jan Wieck
2001-06-22
*
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-08-31
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
*
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-12-09
*
Hi,
Bruce Momjian
1998-04-06
*
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-20
*
More cleanups. I can now compile without PORTNAME being defined n
Marc G. Fournier
1997-12-19
*
From: Oleg Bartunov <oleg@sai.msu.su>
Marc G. Fournier
1997-04-02
*
Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full
Bruce Momjian
1996-12-28
*
Makefile cleanup after reorganization
Bruce Momjian
1996-11-09
*
Clean up Makefile, make sure that postmaster.c compiles
Marc G. Fournier
1996-11-03
*
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-27