index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Commit message (
Expand
)
Author
Age
*
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-12
*
Move canAcceptConnections check from ProcessStartupPacket to caller.
Heikki Linnakangas
2023-10-11
*
Refactor InitPostgres() to use bitwise option flags
Michael Paquier
2023-10-11
*
Rename StartBackgroundWorker() to BackgroundWorkerMain().
Heikki Linnakangas
2023-10-09
*
Allocate Backend structs in PostmasterContext.
Heikki Linnakangas
2023-10-09
*
Clarify the checks in RegisterBackgroundWorker.
Heikki Linnakangas
2023-10-09
*
Fix crash on syslogger startup
Heikki Linnakangas
2023-10-06
*
Refactor ListenSocket array.
Heikki Linnakangas
2023-10-05
*
Flush WAL stats in bgwriter
Heikki Linnakangas
2023-10-02
*
Move PG_TEMP_FILE* macros to file_utils.h.
Nathan Bossart
2023-09-05
*
Initialize ListenSocket array earlier.
Heikki Linnakangas
2023-08-29
*
Use FD_CLOEXEC on ListenSockets
Heikki Linnakangas
2023-08-24
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
2023-08-03
*
Remove db_user_namespace.
Nathan Bossart
2023-07-17
*
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
*
Increase size of bgw_library_name.
Nathan Bossart
2023-07-03
*
Don't truncate database and user names in startup packets.
Nathan Bossart
2023-07-03
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix wal_writer_flush_after initializer value.
Thomas Munro
2023-05-15
*
Fix vacuum_cost_delay check for balance calculation.
Daniel Gustafsson
2023-04-25
*
Fix autovacuum cost debug logging
Daniel Gustafsson
2023-04-20
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
*
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-07
*
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-07
*
Move various prechecks from vacuum() into ExecVacuum()
David Rowley
2023-04-06
*
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-04-05
*
Comment on expectations for AutoVacuumWorkItem handlers.
Noah Misch
2023-03-25
*
Small tidyup for commit d41a178b, part II.
Thomas Munro
2023-03-17
*
Small tidyup for commit d41a178b.
Thomas Munro
2023-03-17
*
Fix waitpid() emulation on Windows.
Thomas Munro
2023-03-15
*
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-06
*
Redesign archive modules
Michael Paquier
2023-02-17
*
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Andres Freund
2023-02-08
*
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
2023-02-06
*
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-03
*
Simplify main waiting loop of the archiver process
Michael Paquier
2023-02-01
*
Remove unneeded volatile qualifiers from postmaster.c.
Thomas Munro
2023-01-28
*
Improve TimestampDifferenceMilliseconds to cope with overflow sanely.
Tom Lane
2023-01-26
*
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
*
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-25
*
Process pending postmaster work before connections.
Thomas Munro
2023-01-25
*
Reject CancelRequestPacket having unexpected length.
Noah Misch
2023-01-21
*
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-21
*
Add new GUC reserved_connections.
Robert Haas
2023-01-20
*
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-20
*
Refactor DetermineSleepTime() to use milliseconds.
Thomas Munro
2023-01-12
*
Use WaitEventSet API for postmaster's event loop.
Thomas Munro
2023-01-12
*
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-11
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
[next]