summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAgeFilesLines
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-011-1/+3
* Log PostgreSQL version number on startupPeter Eisentraut2019-01-301-0/+4
* postmaster: Start syslogger earlierPeter Eisentraut2019-01-301-60/+60
* Change function call information to be variable length.Andres Freund2019-01-261-1/+1
* Remove superfluous tqual.h includes.Andres Freund2019-01-212-2/+0
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-212-6/+6
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-191-1/+1
* Fix typos in documentation and for one wait eventMichael Paquier2019-01-151-1/+1
* Update copyright for 2019Bruce Momjian2019-01-0211-11/+11
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-011-61/+1
* Use pg_strong_random() to select each server process's random seed.Tom Lane2018-12-291-8/+25
* Prioritize history files when archivingMichael Paquier2018-12-241-26/+46
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-162-21/+6
* Improve detection of child-process SIGPIPE failures.Tom Lane2018-12-161-6/+4
* Ensure cleanup of orphan archive status filesMichael Paquier2018-12-101-0/+55
* Silence compiler warningsAlvaro Herrera2018-11-231-4/+4
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-236-61/+40
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-202-9/+13
* Avoid defining SIGTTIN/SIGTTOU on Windows.Tom Lane2018-11-171-0/+4
* Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.Tom Lane2018-11-178-28/+11
* Further adjustment to random() seed initialization.Thomas Munro2018-11-151-3/+3
* Increase the number of possible random seeds per time period.Thomas Munro2018-11-151-2/+10
* Add pg_promote functionMichael Paquier2018-10-251-0/+3
* List wait events in alphabetical orderMichael Paquier2018-10-241-9/+9
* Refactor pid, random seed and start time initialization.Thomas Munro2018-10-192-40/+30
* Add application_name to connection authorized msgStephen Frost2018-09-281-0/+16
* Refactor dlopen() supportPeter Eisentraut2018-09-061-1/+0
* Implement "pg_ctl logrotate" commandAlexander Korotkov2018-09-012-5/+42
* Stop bgworkers during fast shutdown with postmaster in startup phaseMichael Paquier2018-08-291-1/+1
* Make syslogger more robust against failures in opening CSV log files.Tom Lane2018-08-261-39/+123
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-151-1/+1
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-131-13/+7
* Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas2018-08-085-76/+45
* Fix incorrect initialization of BackendActivityBuffer.Tom Lane2018-08-071-1/+1
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-184-40/+6
* Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKEDMichael Paquier2018-07-121-1/+1
* Add wait event for fsync of WAL segmentsMichael Paquier2018-07-021-0/+3
* Further improve code for probing the availability of ARM CRC instructions.Tom Lane2018-05-031-1/+9
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-284-4/+4
* Allocate enough shared string memory for stats of auxiliary processes.Heikki Linnakangas2018-04-111-2/+2
* Make local copy of client hostnames in backend status array.Heikki Linnakangas2018-04-111-0/+7
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-094-870/+2
* Fix EXEC BACKEND + Windows builds for group privsStephen Frost2018-04-071-0/+8
* Allow group access on PGDATAStephen Frost2018-04-071-72/+15
* Refactor dir/file permissionsStephen Frost2018-04-072-5/+7
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-054-2/+870
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-052-6/+6
* Log when a BRIN autosummarization request failsAlvaro Herrera2018-03-141-1/+6
* Avoid holding AutovacuumScheduleLock while rechecking table statistics.Tom Lane2018-03-131-16/+37
* Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.Tom Lane2018-03-081-9/+6