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