index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
Makefile
Age
Commit message (
Expand
)
Author
2024-11-14
Assign a child slot to every postmaster child process
Heikki Linnakangas
2024-03-18
Move some functions from postmaster.c to a new source file
Heikki Linnakangas
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-02-17
Redesign archive modules
Michael Paquier
2022-04-06
pgstat: move pgstat.c to utils/activity.
Andres Freund
2022-01-28
Move the code to archive files via the shell to a separate file.
Robert Haas
2021-08-05
process startup: Move AuxiliaryProcessMain into its own file.
Andres Freund
2019-12-17
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2018-04-09
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-05
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2013-07-16
Allow background workers to be started dynamically.
Robert Haas
2011-11-02
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-11-01
Split work of bgwriter between 2 processes: bgwriter and checkpointer.
Simon Riggs
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2007-07-24
Create a new dedicated Postgres process, "wal writer", which exists to write
Tom Lane
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2005-07-14
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2005-03-10
Refactor fork()-related code. We need to do various housekeeping tasks
Neil Conway
2004-08-05
Create a built-in log rotation program, so that we no longer have to
Tom Lane
2004-07-21
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-19
XLOG file archiving and point-in-time recovery. There are still some
Tom Lane
2004-05-29
Separate out bgwriter code into a logically separate module, rather
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2001-06-22
Statistical system views (yet without the config stuff, but
Jan Wieck
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-05-29
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
1999-12-13
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-09
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1998-04-06
Hi,
Bruce Momjian
1997-12-20
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-19
More cleanups. I can now compile without PORTNAME being defined n
Marc G. Fournier
1997-04-02
From: Oleg Bartunov <oleg@sai.msu.su>
Marc G. Fournier
1996-12-28
Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full
Bruce Momjian
1996-11-09
Makefile cleanup after reorganization
Bruce Momjian
1996-11-03
Clean up Makefile, make sure that postmaster.c compiles
Marc G. Fournier
1996-10-27
Simplify make files, add full dependencies.
Bryan Henderson