index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Age
Commit message (
Expand
)
Author
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-29
Fix issues in pgarch's new directory-scanning logic.
Tom Lane
2021-12-13
Remove InitXLOGAccess().
Robert Haas
2021-12-13
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-12-01
Remove mention of TimeLineID update from comments
Daniel Gustafsson
2021-11-30
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-22
autovacuum: Improve wording in a couple places
Alvaro Herrera
2021-11-22
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-11
Improve performance of pgarch_readyXlog() with many status files.
Robert Haas
2021-11-09
Remove check for accept() argument types
Peter Eisentraut
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-10-29
Fix race condition in startup progress reporting.
Robert Haas
2021-10-25
Report progress of startup operations that take a long time.
Robert Haas
2021-10-12
Make autovacuum launcher more responsive to pg_log_backend_memory_contexts().
Fujii Masao
2021-10-07
Fix compilation warning in syslogger.c
Michael Paquier
2021-10-07
Refactor per-destination file rotation in logging collector
Michael Paquier
2021-09-29
Refactor output file handling when forking syslogger under EXEC_BACKEND
Michael Paquier
2021-09-20
pgstat: Prepare to use mechanism for truncated rels also for droppped rels.
Andres Freund
2021-09-20
pgstat: Split out relation stats handling from AtEO[Sub]Xact_PgStat() etc.
Andres Freund
2021-09-18
process startup: Split single user code out of PostgresMain().
Andres Freund
2021-09-16
process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND.
Andres Freund
2021-09-16
Fix performance regression from session statistics.
Andres Freund
2021-09-16
Support "postgres -C" with runtime-computed GUCs
Michael Paquier
2021-09-13
Refactor the syslogger pipe protocol to use a bitmask for its options
Michael Paquier
2021-09-08
Introduce GUC shared_memory_size
Michael Paquier
2021-09-07
Consistently use read-only instead of "read only"
Magnus Hagander
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-02
Enhance pg_stat_reset_single_table_counters function.
Fujii Masao
2021-08-28
Keep stats up to date for partitioned tables
Alvaro Herrera
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-16
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-13
Remove support for background workers without BGWORKER_SHMEM_ACCESS.
Andres Freund
2021-08-07
pgstat: Schedule per-backend pgstat shutdown via before_shmem_exit().
Andres Freund
2021-08-07
pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.
Andres Freund
2021-08-05
process startup: Always call Init[Auxiliary]Process() before BaseInit().
Andres Freund
2021-08-05
Call pgwin32_signal_initialize() in postmaster as well.
Andres Freund
2021-08-05
process startup: Centralize pgwin32_signal_initialize() calls.
Andres Freund
2021-08-05
process startup: Remove bootstrap / checker modes from AuxProcType.
Andres Freund
2021-08-05
process startup: Move AuxiliaryProcessMain into its own file.
Andres Freund
2021-08-05
process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.
Andres Freund
2021-08-05
process startup: Rename postmaster's --forkboot to --forkaux.
Andres Freund
2021-08-05
pgstat: split reporting/fetching of bgwriter and checkpointer stats.
Andres Freund
2021-08-02
Run checkpointer and bgwriter in crash recovery.
Thomas Munro
2021-07-31
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-15
Remove unnecessary assertion in postmaster.c
Michael Paquier
2021-07-08
Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h
Daniel Gustafsson
2021-06-28
Message style improvements
Peter Eisentraut
2021-06-19
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
Make archiver process handle barrier events.
Fujii Masao
[next]