summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2019-05-26Fix typos.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-19Revert "postmaster: Start syslogger earlier".Tom Lane
2019-05-16More message style fixesAlvaro Herrera
2019-05-12Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane
2019-05-07Add TRUNCATE parameter to VACUUM.Fujii Masao
2019-05-07Avoid "invalid memory alloc request size" while reading pg_stat_activity.Tom Lane
2019-05-01Fix union for pgstat message typesMagnus Hagander
2019-04-28Use preprocessor conditions compatible with Emacs indent.Noah Misch
2019-04-25Fix function names in comments.Fujii Masao
2019-04-24Fix some minor postmaster-state-machine issues.Tom Lane
2019-04-24Allow pg_class xid & multixid horizons to not be set.Andres Freund
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-12Show shared object statistics in pg_stat_databaseMagnus Hagander
2019-04-10Avoid counting transaction stats for parallel worker cooperatingAmit Kapila
2019-04-09Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch
2019-04-05Wake up interested backends when a checkpoint fails.Thomas Munro
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Allow VACUUM to be run with index cleanup disabled.Robert Haas
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-03GSSAPI encryption supportStephen Frost
2019-03-25Add macro to cast away volatile without allowing changes to underlying typePeter Eisentraut
2019-03-24Make current_logfiles use permissions assigned to files in data directoryMichael Paquier
2019-03-19Make checkpoint requests more robust.Tom Lane
2019-03-18Fold vacuum's 'int options' parameter into VacuumParams.Robert Haas
2019-03-13Use condition variables to wait for checkpoints.Thomas Munro
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-10Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane
2019-03-09Track block level checksum failures in pg_stat_databaseMagnus Hagander
2019-03-06Don't log incomplete startup packet if it's emptyAndrew Dunstan
2019-02-22Report correct name in autovacuum "work items" activityAlvaro Herrera
2019-02-12Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier
2019-01-31Add more columns to pg_stat_sslPeter Eisentraut
2019-01-30Log PostgreSQL version number on startupPeter Eisentraut
2019-01-30postmaster: Start syslogger earlierPeter Eisentraut
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-14Fix typos in documentation and for one wait eventMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-12-29Use pg_strong_random() to select each server process's random seed.Tom Lane
2018-12-24Prioritize history files when archivingMichael Paquier
2018-12-17Modernize our code for looking up descriptive strings for Unix signals.Tom Lane
2018-12-16Improve detection of child-process SIGPIPE failures.Tom Lane
2018-12-10Ensure cleanup of orphan archive status filesMichael Paquier
2018-11-23Silence compiler warningsAlvaro Herrera
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro