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-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
2022-10-14
Standardize format for printing PIDs
Peter Eisentraut
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-15
Fix grammar in error message
John Naylor
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
pg_clean_ascii(): escape bytes rather than lose them
Peter Eisentraut
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-08-31
Prevent long-term memory leakage in autovacuum launcher.
Tom Lane
2022-08-29
Clean up inconsistent use of fflush().
Tom Lane
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Remove initialization of MyClientConnectionInfo at backend startup
Michael Paquier
2022-08-24
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-23
Doc: prefer sysctl to /proc/sys in docs and comments.
Tom Lane
2022-08-23
Remove redundant call to pgstat_report_wal()
Andres Freund
2022-08-13
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-13
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-11
Fix non-specific error message.
Robert Haas
2022-08-05
Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logs
Michael Paquier
2022-07-26
Reduce overhead of renaming archive status files.
Fujii Masao
2022-07-25
Process session_preload_libraries within InitPostgres's transaction.
Tom Lane
2022-07-19
Use STDOUT/STDERR_FILENO in most of syslogger.
Andres Freund
2022-07-16
Remove postmaster.c's reset_shared() wrapper function.
Tom Lane
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-11
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-11
Silence extra logging when using "postgres -C" on runtime-computed GUCs
Michael Paquier
2022-05-06
Fix misleading comments about background worker registration.
Robert Haas
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
[next]