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
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-14
*
Update stale comments, and fix comment typos.
Noah Misch
2019-06-08
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Fix typos.
Amit Kapila
2019-05-26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Revert "postmaster: Start syslogger earlier".
Tom Lane
2019-05-19
*
More message style fixes
Alvaro Herrera
2019-05-16
*
Rearrange pgstat_bestart() to avoid failures within its critical section.
Tom Lane
2019-05-11
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
*
Avoid "invalid memory alloc request size" while reading pg_stat_activity.
Tom Lane
2019-05-07
*
Fix union for pgstat message types
Magnus Hagander
2019-05-01
*
Use preprocessor conditions compatible with Emacs indent.
Noah Misch
2019-04-28
*
Fix function names in comments.
Fujii Masao
2019-04-25
*
Fix some minor postmaster-state-machine issues.
Tom Lane
2019-04-24
*
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-04-12
*
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-10
*
Avoid "could not reattach" by providing space for concurrent allocation.
Noah Misch
2019-04-08
*
Wake up interested backends when a checkpoint fails.
Thomas Munro
2019-04-06
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
*
GSSAPI encryption support
Stephen Frost
2019-04-03
*
Add macro to cast away volatile without allowing changes to underlying type
Peter Eisentraut
2019-03-25
*
Make current_logfiles use permissions assigned to files in data directory
Michael Paquier
2019-03-24
*
Make checkpoint requests more robust.
Tom Lane
2019-03-19
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
*
Use condition variables to wait for checkpoints.
Thomas Munro
2019-03-14
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Track block level checksum failures in pg_stat_database
Magnus Hagander
2019-03-09
*
Don't log incomplete startup packet if it's empty
Andrew Dunstan
2019-03-06
*
Report correct name in autovacuum "work items" activity
Alvaro Herrera
2019-02-22
*
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-12
*
Add more columns to pg_stat_ssl
Peter Eisentraut
2019-02-01
*
Log PostgreSQL version number on startup
Peter Eisentraut
2019-01-30
*
postmaster: Start syslogger earlier
Peter Eisentraut
2019-01-30
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
*
Fix typos in documentation and for one wait event
Michael Paquier
2019-01-15
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Use pg_strong_random() to select each server process's random seed.
Tom Lane
2018-12-29
*
Prioritize history files when archiving
Michael Paquier
2018-12-24
*
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
[next]