aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* Try to avoid running with a full fsync request queue.Robert Haas2011-01-29
* Avoid treating WAL senders as normal backends.Robert Haas2011-01-21
* Code review for postmaster.pid contents changes.Tom Lane2011-01-13
* Add views and functions to monitor hot standby query conflictsMagnus Hagander2011-01-03
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Include the first valid listen address in pg_ctl to improve server startBruce Momjian2010-12-31
* Remove unnecessary definition for autovacuum in SignalSomeChildren.Alvaro Herrera2010-12-17
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-16
* Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()Alvaro Herrera2010-12-16
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-15
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Reset all database-level stats in pgstat_recv_resetcounter().Tom Lane2010-12-12
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-10
* Fix leakage of cost_limit when multiple autovacuum workers are active.Tom Lane2010-11-19
* Send paramHandle to subprocesses as 64-bit on Win64Magnus Hagander2010-11-16
* Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas2010-11-15
* Fix canAcceptConnections() bugs introduced by replication-related patches.Tom Lane2010-11-14
* Fix permanent memory leak in autovacuum launcherAlvaro Herrera2010-11-08
* Previous patch had no detectable virtue other than being a one-liner.Tom Lane2010-10-27
* Fix long-standing segfault when accept() or one of the calls made rightHeikki Linnakangas2010-10-27
* Support host names in pg_hba.confPeter Eisentraut2010-10-15
* Improve comment about ignoring 128 error code on Windows:Bruce Momjian2010-10-15
* Remove some unnecessary tests of pgstat_track_counts.Tom Lane2010-10-12
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,Magnus Hagander2010-09-16
* Add vacuum and analyze counters to pg_stat_*_tables views.Magnus Hagander2010-08-21
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Add stats functions and views to provide access to a transaction's ownTom Lane2010-08-08
* Add restart_after_crash GUC.Robert Haas2010-07-20
* Add a log_file_mode GUC that allows control of the file permissions set onTom Lane2010-07-16
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Add stray "else" that seems to have gone missing.Robert Haas2010-06-24
* Refactor sprintf calls with computed format strings into multiple calls withPeter Eisentraut2010-06-16
* Fix some inconsistent quoting of wal_level values in messagesPeter Eisentraut2010-06-03
* Avoid starting walreceiver in states where it shouldn't be running.Robert Haas2010-05-27
* More fixes for shutdown during recovery.Robert Haas2010-05-26
* Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.Robert Haas2010-05-15
* We now accept read-only connections in state PM_RECOVERY_CONSISTENT.Robert Haas2010-05-14
* Cause the archiver process to adopt new postgresql.conf settings (particularlyTom Lane2010-05-11
* Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane2010-04-28
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* On Windows, syslogger runs in two threads. The main thread processes configHeikki Linnakangas2010-04-16
* Make smart shutdown work in combination with Hot Standby/Streaming Replication.Robert Haas2010-04-08
* Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas2010-04-01
* Modify some new and pre-existing messages for translatability.Simon Riggs2010-03-25
* Now that we know last_statrequest > last_statwrite can be observed in theTom Lane2010-03-24
* Add some logging code for unexpected cases in pgstat.c, particularly beingTom Lane2010-03-12
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Document that archive_timeout will force new WAL files even if a singleBruce Momjian2010-02-05