index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Age
Commit message (
Expand
)
Author
2014-02-15
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-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-09
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-01-29
Fix compiler warning in EXEC_BACKEND builds.
Robert Haas
2014-01-28
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-28
Revert dup2() checking in syslogger.c
Stephen Frost
2014-01-27
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-26
Check dup2() results in syslogger
Stephen Frost
2014-01-19
Fix VACUUM's reporting of dead-tuple counts to the stats collector.
Tom Lane
2014-01-15
Logging running transactions every 15 seconds.
Robert Haas
2014-01-11
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-08
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-03
Ooops, should use double not single quotes in StaticAssertStmt().
Tom Lane
2014-01-03
Fix calculation of maximum statistics-message size.
Tom Lane
2013-12-12
New autovacuum_work_mem parameter
Simon Riggs
2013-12-11
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-11-29
Fix assorted race conditions in the new timeout infrastructure.
Tom Lane
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-10-24
Increase the number of different values used when seeding random().
Heikki Linnakangas
2013-10-23
Suppress a couple of compiler warnings seen with older gcc versions.
Tom Lane
2013-10-18
Provide a reliable mechanism for terminating a background worker.
Robert Haas
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-09
Centralize effective_cache_size default setting
Bruce Momjian
2013-10-09
Adjust the effective_cache_size default for standalone backends
Bruce Momjian
2013-10-09
Again move function where we set effective_cache_size's default
Bruce Momjian
2013-10-09
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-06
Fix various bugs in postmaster SIGKILL processing
Alvaro Herrera
2013-09-19
Fix compiler warning in WaitForBackgroundWorkerStartup().
Robert Haas
2013-09-16
Rename various "freeze multixact" variables
Alvaro Herrera
2013-08-29
Make error wording more consistent
Alvaro Herrera
2013-08-28
Allow discovery of whether a dynamic background worker is running.
Robert Haas
2013-08-19
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-16
Move more bgworker code to bgworker.c; also, some renaming.
Robert Haas
2013-08-13
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-08-08
Message style improvements
Peter Eisentraut
2013-08-07
Fix assertion failure by an immediate shutdown.
Fujii Masao
2013-08-01
Assorted bgworker-related comment fixes.
Robert Haas
2013-07-24
Improve ilist.h's support for deletion of slist elements during iteration.
Tom Lane
2013-07-22
Remove bgw_sighup and bgw_sigterm.
Robert Haas
2013-07-16
Allow background workers to be started dynamically.
Robert Haas
2013-07-10
Fix lack of message pluralization
Peter Eisentraut
2013-07-04
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-03
Unbreak postmaster restart-after-crash sequence
Alvaro Herrera
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
[next]