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
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-04-25
Fix vacuum_cost_delay check for balance calculation.
Daniel Gustafsson
2023-03-17
Small tidyup for commit d41a178b, part II.
Thomas Munro
2023-03-16
Small tidyup for commit d41a178b.
Thomas Munro
2023-03-15
Fix waitpid() emulation on Windows.
Thomas Munro
2023-01-21
Reject CancelRequestPacket having unexpected length.
Noah Misch
2022-08-31
Prevent long-term memory leakage in autovacuum launcher.
Tom Lane
2022-08-23
Doc: prefer sysctl to /proc/sys in docs and comments.
Tom Lane
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-05-15
Be more careful about barriers when releasing BackgroundWorkerSlots.
Tom Lane
2021-04-05
Shut down transaction tracking at startup process exit.
Fujii Masao
2020-12-24
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-10-15
In the postmaster, rely on the signal infrastructure to block signals.
Tom Lane
2020-09-10
Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.
Tom Lane
2020-09-09
Make archiver's SIGQUIT handler exit via _exit().
Tom Lane
2020-09-03
Avoid lockup of a parallel worker when reporting a long error message.
Tom Lane
2020-08-14
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-07-16
Replace use of sys_siglist[] with strsignal().
Tom Lane
2020-02-29
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2019-10-23
Clean up properly error_context_stack in autovacuum worker on exception
Michael Paquier
2019-10-07
Check for too many postmaster children before spawning a bgworker.
Tom Lane
2019-09-04
Fix thinko when ending progress report for a backend
Michael Paquier
2019-05-12
Rearrange pgstat_bestart() to avoid failures within its critical section.
Tom Lane
2019-04-24
Fix some minor postmaster-state-machine issues.
Tom Lane
2019-04-13
Consistently test for in-use shared memory.
Noah Misch
2019-04-10
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-09
Avoid "could not reattach" by providing space for concurrent allocation.
Noah Misch
2019-04-05
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-04
Consistently test for in-use shared memory.
Noah Misch
2019-03-24
Make current_logfiles use permissions assigned to files in data directory
Michael Paquier
2019-03-19
Make checkpoint requests more robust.
Tom Lane
2019-02-22
Report correct name in autovacuum "work items" activity
Alvaro Herrera
2019-01-14
Fix typos in documentation and for one wait event
Michael Paquier
2018-12-24
Prioritize history files when archiving
Michael Paquier
2018-12-16
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-08-30
Stop bgworkers during fast shutdown with postmaster in startup phase
Michael Paquier
2018-08-26
Make syslogger more robust against failures in opening CSV log files.
Tom Lane
2018-08-15
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-13
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-08
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-07
Fix incorrect initialization of BackendActivityBuffer.
Tom Lane
2018-05-03
Further improve code for probing the availability of ARM CRC instructions.
Tom Lane
2018-04-28
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-11
Allocate enough shared string memory for stats of auxiliary processes.
Heikki Linnakangas
2018-04-11
Make local copy of client hostnames in backend status array.
Heikki Linnakangas
2018-04-09
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-07
Fix EXEC BACKEND + Windows builds for group privs
Stephen Frost
2018-04-07
Allow group access on PGDATA
Stephen Frost
[next]