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
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
2020-12-25
Add key management system
Bruce Momjian
2020-12-24
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-24
Improve client error messages for immediate-stop situations.
Tom Lane
2020-12-20
Avoid memcpy() with same source and destination in pgstat_recv_replslot.
Tom Lane
2020-12-17
Revert "Get rid of the dedicated latch for signaling the startup process".
Fujii Masao
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-08
Speed up rechecking if relation needs to be vacuumed or analyze in autovacuum.
Fujii Masao
2020-12-04
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-02
Track total number of WAL records, FPIs and bytes generated in the cluster.
Fujii Masao
2020-11-16
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-10
Fix out of date comment
Magnus Hagander
2020-11-10
Remove -o option to postmaster
Magnus Hagander
2020-11-06
Add pg_strong_random_init function to initialize random number generator
Magnus Hagander
2020-11-06
Use strlcpy instead of memcpy for copying the slot name in pgstat.c.
Amit Kapila
2020-11-04
Get rid of the dedicated latch for signaling the startup process.
Fujii Masao
2020-11-04
Use standard SIGHUP handler in syslogger.
Fujii Masao
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
2020-10-29
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-08
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-02
Add pg_stat_wal statistics view.
Fujii Masao
2020-09-16
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-12
Fix inconsistency in determining the timestamp of the db statfile.
Amit Kapila
2020-09-11
Accept SIGQUIT during error recovery in auxiliary processes.
Tom Lane
2020-09-11
Log a message when resorting to SIGKILL during shutdown/crash recovery.
Tom Lane
2020-09-11
Don't run atexit callbacks during signal exits from ProcessStartupPacket.
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-09-03
Add support for streaming to built-in logical replication.
Amit Kapila
2020-08-30
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-26
Extend the BufFile interface.
Amit Kapila
2020-08-14
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
Improve comments for postmaster.c's BackendList.
Tom Lane
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-07-30
Introduce a WaitEventSet for the stats collector.
Thomas Munro
2020-07-30
Use a long lived WaitEventSet for WaitLatch().
Thomas Munro
2020-07-29
Remove non-fast promotion.
Fujii Masao
2020-07-25
Use RAND_poll() for seeding randomness after fork().
Noah Misch
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
Fix typo
Magnus Hagander
2020-07-07
Check ssl_in_use flag when reporting statistics
Magnus Hagander
2020-06-17
Improve server code to read files as part of a base backup.
Robert Haas
2020-06-12
Make more use of RELKIND_HAS_STORAGE()
Peter Eisentraut
2020-06-07
pgindent run prior to branching v13.
Tom Lane
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-05-21
Clear some style deviations.
Noah Misch
[next]