aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/Makefile
Commit message (Expand)AuthorAge
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Allow background workers to be started dynamically.Robert Haas2013-07-16
* Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs2011-11-02
* Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs2011-11-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-24
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway2005-03-10
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-05
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-21
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-21
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-19
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Hi,Bruce Momjian1998-04-06
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier1997-04-02
* Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian1996-12-28
* Makefile cleanup after reorganizationBruce Momjian1996-11-09
* Clean up Makefile, make sure that postmaster.c compilesMarc G. Fournier1996-11-03
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27