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