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
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
*
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
*
Block signals earlier during postmaster startup.
Tom Lane
2014-04-05
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
*
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Tom Lane
2014-04-01
*
Make it easy to detach completely from shared memory.
Robert Haas
2014-03-18
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
*
Remove the correct pgstat file on DROP DATABASE
Alvaro Herrera
2014-03-05
*
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-25
*
Fix unportable coding in BackgroundWorkerStateChange().
Tom Lane
2014-02-15
*
Fix unportable coding in DetermineSleepTime().
Tom Lane
2014-02-15
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-08
*
Fix compiler warning in EXEC_BACKEND builds.
Robert Haas
2014-01-28
*
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-29
*
Revert dup2() checking in syslogger.c
Stephen Frost
2014-01-28
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
*
Code review for auto-tuned effective_cache_size.
Tom Lane
2014-01-27
*
Check dup2() results in syslogger
Stephen Frost
2014-01-26
*
Fix VACUUM's reporting of dead-tuple counts to the stats collector.
Tom Lane
2014-01-18
*
Logging running transactions every 15 seconds.
Robert Haas
2014-01-15
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
*
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-08
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Ooops, should use double not single quotes in StaticAssertStmt().
Tom Lane
2014-01-02
*
Fix calculation of maximum statistics-message size.
Tom Lane
2014-01-02
*
New autovacuum_work_mem parameter
Simon Riggs
2013-12-12
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Fix assorted race conditions in the new timeout infrastructure.
Tom Lane
2013-11-29
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Increase the number of different values used when seeding random().
Heikki Linnakangas
2013-10-24
*
Suppress a couple of compiler warnings seen with older gcc versions.
Tom Lane
2013-10-22
*
Provide a reliable mechanism for terminating a background worker.
Robert Haas
2013-10-18
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Centralize effective_cache_size default setting
Bruce Momjian
2013-10-09
*
Adjust the effective_cache_size default for standalone backends
Bruce Momjian
2013-10-08
*
Again move function where we set effective_cache_size's default
Bruce Momjian
2013-10-08
*
Move new effective_cache_size function
Bruce Momjian
2013-10-08
*
Auto-tune effective_cache size to be 4x shared buffers
Bruce Momjian
2013-10-08
*
Fix various bugs in postmaster SIGKILL processing
Alvaro Herrera
2013-10-05
*
Fix compiler warning in WaitForBackgroundWorkerStartup().
Robert Haas
2013-09-19
*
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
*
Make error wording more consistent
Alvaro Herrera
2013-08-29
*
Allow discovery of whether a dynamic background worker is running.
Robert Haas
2013-08-28
*
Be more wary of unwanted whitespace in pgstat_reset_remove_files().
Tom Lane
2013-08-19
*
Fix removal of files in pgstats directories
Alvaro Herrera
2013-08-19
*
Move more bgworker code to bgworker.c; also, some renaming.
Robert Haas
2013-08-16
*
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-08-13
[next]