summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
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
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-17Avoid defining SIGTTIN/SIGTTOU on Windows.Tom Lane
2018-11-17Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.Tom Lane
2018-11-15Further adjustment to random() seed initialization.Thomas Munro
2018-11-15Increase the number of possible random seeds per time period.Thomas Munro
2018-10-25Add pg_promote functionMichael Paquier
2018-10-24List wait events in alphabetical orderMichael Paquier
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-09-28Add application_name to connection authorized msgStephen Frost
2018-09-06Refactor dlopen() supportPeter Eisentraut
2018-09-01Implement "pg_ctl logrotate" commandAlexander Korotkov
2018-08-30Stop bgworkers during fast shutdown with postmaster in startup phaseMichael Paquier
2018-08-26Make syslogger more robust against failures in opening CSV log files.Tom Lane
2018-08-15Clean up assorted misuses of snprintf()'s result value.Tom Lane
2018-08-13Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier
2018-08-08Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas
2018-08-07Fix incorrect initialization of BackendActivityBuffer.Tom Lane
2018-07-18Use a ResourceOwner to track buffer pins in all cases.Tom Lane
2018-07-12Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKEDMichael Paquier
2018-07-02Add wait event for fsync of WAL segmentsMichael Paquier
2018-05-03Further improve code for probing the availability of ARM CRC instructions.Tom Lane
2018-04-28In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane
2018-04-11Allocate enough shared string memory for stats of auxiliary processes.Heikki Linnakangas
2018-04-11Make local copy of client hostnames in backend status array.Heikki Linnakangas
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-07Fix EXEC BACKEND + Windows builds for group privsStephen Frost
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander