summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2016-10-17Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas
2016-10-13Fix handling of pgstat counters for TRUNCATE in a prepared transaction.Tom Lane
2016-10-13Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane
2016-10-05Re-alphabetize #include directives.Robert Haas
2016-10-05Rename WAIT_* constants to PG_WAIT_*.Robert Haas
2016-10-04Fix another Windows compile break.Robert Haas
2016-10-04Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.Robert Haas
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-10-01Do ClosePostmasterPorts() earlier in SubPostmasterMain().Tom Lane
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-09-23Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane
2016-09-20Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-18Refactor RandomSalt to handle salts of different lengths.Heikki Linnakangas
2016-08-04Fix bogus coding in WaitForBackgroundWorkerShutdown().Tom Lane
2016-08-03Do not let PostmasterContext survive into background workers.Tom Lane
2016-08-02Remove duplicate InitPostmasterChild() call while starting a bgworker.Tom Lane
2016-06-22Make "postgres -C guc" print "" not "(null)" for null-valued GUCs.Tom Lane
2016-06-16Avoid crash in "postgres -C guc" for a GUC with a null string value.Tom Lane
2016-06-15Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-06Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane
2016-05-31Avoid useless closely-spaced writes of statistics files.Tom Lane
2016-05-25Ensure that backends see up-to-date statistics for shared catalogs.Tom Lane
2016-05-10Fix autovacuum for shared relationsAlvaro Herrera
2016-04-07Use GRANT system to manage access to sensitive functionsStephen Frost
2016-04-06Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894Simon Riggs
2016-04-04Avoid archiving XLOG_RUNNING_XACTS on idle serverSimon Riggs
2016-03-18Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut
2016-03-16Another comment update.Robert Haas
2016-03-16Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.Robert Haas
2016-03-15Add simple VACUUM progress reporting.Robert Haas
2016-03-11Allow to trigger kernel writeback after a configurable number of writes.Andres Freund
2016-03-10Rework wait for AccessExclusiveLocks on Hot StandbySimon Riggs
2016-03-10Provide much better wait information in pg_stat_activity.Robert Haas
2016-03-10Code review for b6fb6471f6afaf649e52f38269fd8c5c60647669.Robert Haas
2016-03-10Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-03-09Add a generic command progress reporting facility.Robert Haas
2016-02-15Allow the WAL writer to flush WAL at a reduced rate.Andres Freund
2016-02-10Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane
2016-02-10Add still more chattiness in server shutdown.Tom Lane
2016-02-08Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane
2016-02-04Change the way that LWLocks for extensions are allocated.Robert Haas
2016-02-03Add support for systemd service notificationsPeter Eisentraut
2016-02-01Fix typos in commentsMagnus Hagander
2016-01-26Fix startup so that log prefix %h works for the log_connections message.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian