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-08-03
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
2023-07-17
Remove db_user_namespace.
Nathan Bossart
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-03
Increase size of bgw_library_name.
Nathan Bossart
2023-07-03
Don't truncate database and user names in startup packets.
Nathan Bossart
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-14
Fix wal_writer_flush_after initializer value.
Thomas Munro
2023-04-25
Fix vacuum_cost_delay check for balance calculation.
Daniel Gustafsson
2023-04-20
Fix autovacuum cost debug logging
Daniel Gustafsson
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-06
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-06
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-06
Move various prechecks from vacuum() into ExecVacuum()
David Rowley
2023-04-05
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-03-25
Comment on expectations for AutoVacuumWorkItem handlers.
Noah Misch
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-03-06
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-02-17
Redesign archive modules
Michael Paquier
2023-02-09
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Andres Freund
2023-02-06
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
2023-02-02
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-01
Simplify main waiting loop of the archiver process
Michael Paquier
2023-01-28
Remove unneeded volatile qualifiers from postmaster.c.
Thomas Munro
2023-01-26
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-21
Reject CancelRequestPacket having unexpected length.
Noah Misch
2023-01-21
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-20
Add new GUC reserved_connections.
Robert Haas
2023-01-20
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-12
Refactor DetermineSleepTime() to use milliseconds.
Thomas Munro
2023-01-12
Use WaitEventSet API for postmaster's event loop.
Thomas Munro
2023-01-11
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-06
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-12
Order getopt arguments
Peter Eisentraut
2022-12-06
Generate pg_stat_get*() functions for tables using macros
Michael Paquier
2022-11-24
Add the database name to the ps display of logical WAL senders
Michael Paquier
2022-11-21
Provide options for postmaster to kill child processes with SIGABRT.
Tom Lane
2022-11-15
Disallow setting archive_library and archive_command at the same time
Peter Eisentraut
2022-11-09
Provide sigaction() for Windows.
Thomas Munro
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-19
Rework shutdown callback of archiver modules
Michael Paquier
2022-10-14
Store GUC data in a memory context, instead of using malloc().
Tom Lane
[next]