summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2020-12-08Speed up rechecking if relation needs to be vacuumed or analyze in autovacuum.Fujii Masao
2020-12-04Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut
2020-12-02Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao
2020-11-16Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera
2020-11-10Fix out of date commentMagnus Hagander
2020-11-10Remove -o option to postmasterMagnus Hagander
2020-11-06Add pg_strong_random_init function to initialize random number generatorMagnus Hagander
2020-11-06Use strlcpy instead of memcpy for copying the slot name in pgstat.c.Amit Kapila
2020-11-04Get rid of the dedicated latch for signaling the startup process.Fujii Masao
2020-11-04Use standard SIGHUP handler in syslogger.Fujii Masao
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-10-29Track statistics for streaming of changes from ReorderBuffer.Amit Kapila
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-09-16Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane
2020-09-12Fix inconsistency in determining the timestamp of the db statfile.Amit Kapila
2020-09-11Accept SIGQUIT during error recovery in auxiliary processes.Tom Lane
2020-09-11Log a message when resorting to SIGKILL during shutdown/crash recovery.Tom Lane
2020-09-11Don't run atexit callbacks during signal exits from ProcessStartupPacket.Tom Lane
2020-09-10Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.Tom Lane
2020-09-09Make archiver's SIGQUIT handler exit via _exit().Tom Lane
2020-09-03Avoid lockup of a parallel worker when reporting a long error message.Tom Lane
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-08-26Extend the BufFile interface.Amit Kapila
2020-08-14snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-12Improve comments for postmaster.c's BackendList.Tom Lane
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-07-30Introduce a WaitEventSet for the stats collector.Thomas Munro
2020-07-30Use a long lived WaitEventSet for WaitLatch().Thomas Munro
2020-07-29Remove non-fast promotion.Fujii Masao
2020-07-25Use RAND_poll() for seeding randomness after fork().Noah Misch
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-07-08Fix typoMagnus Hagander
2020-07-07Check ssl_in_use flag when reporting statisticsMagnus Hagander
2020-06-17Improve server code to read files as part of a base backup.Robert Haas
2020-06-12Make more use of RELKIND_HAS_STORAGE()Peter Eisentraut
2020-06-07pgindent run prior to branching v13.Tom Lane
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-05-21Clear some style deviations.Noah Misch
2020-05-17Mop-up for wait event naming issues.Tom Lane
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-14Fix async.c to not register any SLRU stats counts in the postmaster.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-13Improve management of SLRU statistics collection.Tom Lane
2020-05-13Initialize SLRU stats entries to zero.Fujii Masao
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera