summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2012-02-21Avoid double close of file handle in syslogger on win32Magnus Hagander
2012-02-06Fix postmaster to attempt restart after a hot-standby crash.Tom Lane
2012-01-30Minor bug fix and cleanup from self-review of sync rep queues patch.Simon Riggs
2012-01-30Various minor comments changes from bgwriter to checkpointer.Simon Riggs
2012-01-26Make bgwriter sleep longer when it has no work to do, to save electricity.Heikki Linnakangas
2012-01-26Fix a copy/pasted typo in several commentsMagnus Hagander
2012-01-26Add deadlock counter to pg_stat_databaseMagnus Hagander
2012-01-26Classify DROP operations by whether or not they are user-initiated.Robert Haas
2012-01-26Track temporary file count and size in pg_stat_databaseMagnus Hagander
2012-01-25Allow pg_basebackup from standby node with safety checking.Simon Riggs
2012-01-24Suppress possibly-uninitialized-variable warning seen with older gcc versions.Tom Lane
2012-01-19Separate state from query string in pg_stat_activityMagnus Hagander
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-30Prevent autovacuum transactions from running in serializable mode.Tom Lane
2011-11-25Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas
2011-11-13Wakeup WALWriter as needed for asynchronous commit performance.Simon Riggs
2011-11-09In COPY, insert tuples to the heap in batches.Heikki Linnakangas
2011-11-02Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs
2011-11-01Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs
2011-11-01Have checkpointer send stats once each processing loop.Simon Riggs
2011-11-01Add new file for checkpointer.cSimon Riggs
2011-11-01Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs
2011-10-21Code review for pgstat_get_crashed_backend_activity patch.Tom Lane
2011-10-21Try to log current the query string when a backend crashes.Robert Haas
2011-10-19Suppress -Wunused-result warnings about write() and fwrite().Tom Lane
2011-10-06Add postmaster -C option to query configuration parameters, and haveBruce Momjian
2011-09-29Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properlyBruce Momjian
2011-09-16Remove debug logging for pgstat wait timeout.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-09Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-07Emit cascaded standby message on shutdown only when appropriate.Simon Riggs
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-08-10Add a bit of debug logging to backend_read_statsfile().Tom Lane
2011-08-10Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane
2011-08-09Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane
2011-08-09Use clearer notation for getnameinfo() return handlingPeter Eisentraut
2011-08-09Fix grammar and spelling in log message.Heikki Linnakangas
2011-08-04Create VXID locks "lazily" in the main lock table.Robert Haas
2011-07-19Cascading replication feature for streaming log-based replication.Simon Riggs
2011-07-18Create a "fast path" for acquiring weak relation locks.Robert Haas
2011-07-08Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas
2011-07-05Message style improvements of errmsg_internal() callsPeter Eisentraut
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-07-04Remove silent_mode. You get the same functionality with "pg_ctl -lHeikki Linnakangas
2011-06-29Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut
2011-06-18Make external_pid_file world readablePeter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian