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