summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/Makefile
AgeCommit message (Expand)Author
2024-11-14Assign a child slot to every postmaster child processHeikki Linnakangas
2024-03-18Move some functions from postmaster.c to a new source fileHeikki Linnakangas
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-02-17Redesign archive modulesMichael Paquier
2022-04-07pgstat: move pgstat.c to utils/activity.Andres Freund
2022-01-28Move the code to archive files via the shell to a separate file.Robert Haas
2021-08-05process startup: Move AuxiliaryProcessMain into its own file.Andres Freund
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2013-07-16Allow background workers to be started dynamically.Robert Haas
2011-11-02Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs
2011-11-01Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-07-24Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane
2007-01-20Remove remains of old depend target.Peter Eisentraut
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2005-03-10Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway
2004-08-05Create a built-in log rotation program, so that we no longer have toTom Lane
2004-07-21Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian
2004-07-21lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian
2004-07-19XLOG file archiving and point-in-time recovery. There are still someTom Lane
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1998-04-06Hi,Bruce Momjian
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1997-04-02From: Oleg Bartunov <[email protected]>Marc G. Fournier
1996-12-28Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-11-03Clean up Makefile, make sure that postmaster.c compilesMarc G. Fournier
1996-10-27Simplify make files, add full dependencies.Bryan Henderson