summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-241-3/+3
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-2/+3
* Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway2005-03-101-2/+2
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-051-2/+2
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-211-2/+2
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-211-2/+2
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-191-2/+2
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-291-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-2/+2
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Hi,Bruce Momjian1998-04-061-5/+3
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier1997-04-021-12/+1
* Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian1996-12-281-1/+12
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+3
* Clean up Makefile, make sure that postmaster.c compilesMarc G. Fournier1996-11-031-4/+2
* Simplify make files, add full dependencies.Bryan Henderson1996-10-271-0/+37