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
2021-05-23
Be more verbose when the postmaster unexpectedly quits.
Tom Lane
2021-05-19
Fix issues in pg_stat_wal.
Fujii Masao
2021-05-15
Unbreak EXEC_BACKEND build
Alvaro Herrera
2021-05-15
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
Be more careful about barriers when releasing BackgroundWorkerSlots.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-04-27
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-23
Factor out system call names from error messages
Peter Eisentraut
2021-04-21
Add comment about extract_autovac_opts not holding lock
Alvaro Herrera
2021-04-19
Use correct format placeholder for pids
Peter Eisentraut
2021-04-18
Explain postmaster's treatment of SIGURG.
Thomas Munro
2021-04-16
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-14
Use NameData datatype for slotname in stats.
Amit Kapila
2021-04-09
Set pg_class.reltuples for partitioned tables
Alvaro Herrera
2021-04-08
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-04-06
Fix typo in pgstat.c.
Fujii Masao
2021-04-05
Shut down transaction tracking at startup process exit.
Fujii Masao
2021-04-03
Split backend status and progress related functionality out of pgstat.c.
Andres Freund
2021-04-03
Do not rely on pgstat.h to indirectly include storage/ headers.
Andres Freund
2021-04-03
Split wait event related code from pgstat.[ch] into wait_event.[ch].
Andres Freund
2021-04-02
Fix pgstat_report_replslot() to use proper data types for its arguments.
Fujii Masao
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-03-25
Improve connection denied error message during recovery.
Fujii Masao
2021-03-24
Change checkpoint_completion_target default to 0.9
Stephen Frost
2021-03-24
Rename wait event WalrcvExit to WalReceiverExit.
Fujii Masao
2021-03-23
Change the type of WalReceiverWaitStart wait event from Client to IPC.
Fujii Masao
2021-03-19
Fix comments in postmaster.c.
Fujii Masao
2021-03-18
Remove temporary files after backend crash
Tomas Vondra
2021-03-17
Fix memory lifetime issues of replication slot stats.
Andres Freund
2021-03-17
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-17
Update the names of Parallel Hash Join phases.
Thomas Munro
2021-03-15
Make archiver process an auxiliary process.
Fujii Masao
2021-03-12
Poll postmaster less frequently in recovery.
Thomas Munro
2021-03-12
Add condition variable for walreceiver shutdown.
Thomas Munro
2021-03-12
Send statistics collected during shutdown checkpoint to the stats collector.
Fujii Masao
2021-03-12
Force to send remaining WAL stats to the stats collector at walwriter exit.
Fujii Masao
2021-03-10
Replace buffer I/O locks with condition variables.
Thomas Munro
2021-03-09
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-03-09
Remove support for SSL compression
Michael Paquier
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-02-28
Use SIGURG rather than SIGUSR1 for latches.
Thomas Munro
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-15
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-09
Add option PROCESS_TOAST to VACUUM
Michael Paquier
2021-01-17
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-28
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
[next]