summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
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
2011-05-30Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane
2011-05-09Add C comment about the fact that the autovacuum limit can go backwardsBruce Momjian
2011-04-28Add some casts to try to silence most of the remaining format warnings on Min...Andrew Dunstan
2011-04-27Revert "Remove hard coded formats for INT64 and use configured settings inste...Andrew Dunstan
2011-04-27Remove hard coded formats for INT64 and use configured settings instead.Andrew Dunstan
2011-04-25Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-04Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs
2011-04-04Merge synchronous_replication setting into synchronous_commit.Robert Haas
2011-04-03Avoid possible hang during smart shutdown.Robert Haas
2011-03-23Remove synchronous_replication/max_wal_senders cross-check.Robert Haas
2011-03-19Move synchronous_standbys_defined updates from WAL writer to BG writer.Robert Haas
2011-03-17Fix various possible problems with synchronous replication.Robert Haas
2011-03-07Zero out vacuum_count and related counters in pgstat_recv_tabstat().Tom Lane
2011-03-07Begin error message with lower-case letter.Heikki Linnakangas
2011-03-06Efficient transaction-controlled synchronous replication.Simon Riggs
2011-02-17Add client_hostname field to pg_stat_activity.Robert Haas
2011-02-16pg_ctl promoteRobert Haas
2011-02-10Track last time for statistics reset on databases and bgwriterMagnus Hagander
2011-02-08Avoid having autovacuum workers wait for relation locks.Robert Haas
2011-01-29Try to avoid running with a full fsync request queue.Robert Haas
2011-01-22Avoid treating WAL senders as normal backends.Robert Haas
2011-01-14Code review for postmaster.pid contents changes.Tom Lane
2011-01-03Add views and functions to monitor hot standby query conflictsMagnus Hagander
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-31Include the first valid listen address in pg_ctl to improve server startBruce Momjian
2010-12-17Remove unnecessary definition for autovacuum in SignalSomeChildren.Alvaro Herrera
2010-12-16Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane