index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compiler warning in EXEC_BACKEND builds.
Robert Haas
2014-01-28
1
-1
/
+1
*
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-29
2
-18
/
+124
*
Revert dup2() checking in syslogger.c
Stephen Frost
2014-01-28
1
-8
/
+7
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
1
-6
/
+3
*
Code review for auto-tuned effective_cache_size.
Tom Lane
2014-01-27
1
-1
/
+0
*
Check dup2() results in syslogger
Stephen Frost
2014-01-26
1
-2
/
+8
*
Fix VACUUM's reporting of dead-tuple counts to the stats collector.
Tom Lane
2014-01-18
1
-5
/
+6
*
Logging running transactions every 15 seconds.
Robert Haas
2014-01-15
1
-0
/
+62
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
1
-6
/
+0
*
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-08
1
-0
/
+9
*
Update copyright for 2014
Bruce Momjian
2014-01-07
11
-11
/
+11
*
Ooops, should use double not single quotes in StaticAssertStmt().
Tom Lane
2014-01-02
1
-1
/
+1
*
Fix calculation of maximum statistics-message size.
Tom Lane
2014-01-02
1
-0
/
+10
*
New autovacuum_work_mem parameter
Simon Riggs
2013-12-12
1
-0
/
+1
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
1
-2
/
+2
*
Fix assorted race conditions in the new timeout infrastructure.
Tom Lane
2013-11-29
1
-2
/
+1
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
1
-1
/
+1
*
Increase the number of different values used when seeding random().
Heikki Linnakangas
2013-10-24
1
-2
/
+2
*
Suppress a couple of compiler warnings seen with older gcc versions.
Tom Lane
2013-10-22
1
-1
/
+1
*
Provide a reliable mechanism for terminating a background worker.
Robert Haas
2013-10-18
2
-6
/
+69
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
1
-6
/
+1
*
Centralize effective_cache_size default setting
Bruce Momjian
2013-10-09
1
-2
/
+0
*
Adjust the effective_cache_size default for standalone backends
Bruce Momjian
2013-10-08
1
-2
/
+2
*
Again move function where we set effective_cache_size's default
Bruce Momjian
2013-10-08
1
-2
/
+2
*
Move new effective_cache_size function
Bruce Momjian
2013-10-08
1
-2
/
+2
*
Auto-tune effective_cache size to be 4x shared buffers
Bruce Momjian
2013-10-08
1
-0
/
+3
*
Fix various bugs in postmaster SIGKILL processing
Alvaro Herrera
2013-10-05
1
-5
/
+10
*
Fix compiler warning in WaitForBackgroundWorkerStartup().
Robert Haas
2013-09-19
1
-2
/
+4
*
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
1
-5
/
+4
*
Make error wording more consistent
Alvaro Herrera
2013-08-29
1
-2
/
+4
*
Allow discovery of whether a dynamic background worker is running.
Robert Haas
2013-08-28
2
-2
/
+256
*
Be more wary of unwanted whitespace in pgstat_reset_remove_files().
Tom Lane
2013-08-19
1
-16
/
+14
*
Fix removal of files in pgstats directories
Alvaro Herrera
2013-08-19
1
-5
/
+28
*
Move more bgworker code to bgworker.c; also, some renaming.
Robert Haas
2013-08-16
2
-213
/
+229
*
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-08-13
2
-2
/
+24
*
Message style improvements
Peter Eisentraut
2013-08-07
2
-4
/
+4
*
Fix assertion failure by an immediate shutdown.
Fujii Masao
2013-08-08
1
-7
/
+9
*
Assorted bgworker-related comment fixes.
Robert Haas
2013-08-01
1
-7
/
+5
*
Improve ilist.h's support for deletion of slist elements during iteration.
Tom Lane
2013-07-24
3
-7
/
+19
*
Remove bgw_sighup and bgw_sigterm.
Robert Haas
2013-07-22
2
-13
/
+2
*
Allow background workers to be started dynamically.
Robert Haas
2013-07-16
3
-180
/
+534
*
Fix lack of message pluralization
Peter Eisentraut
2013-07-09
1
-2
/
+4
*
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-04
1
-48
/
+6
*
Unbreak postmaster restart-after-crash sequence
Alvaro Herrera
2013-07-03
1
-0
/
+2
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
2
-4
/
+8
*
Send SIGKILL to children if they don't die quickly in immediate shutdown
Alvaro Herrera
2013-06-28
1
-39
/
+117
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
7
-49
/
+51
*
Improve message about failed transaction log archiving
Peter Eisentraut
2013-04-26
1
-1
/
+1
*
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-04-18
1
-1
/
+1
*
Fix SIGUSR1 handling by unconnected bgworkers
Alvaro Herrera
2013-04-10
1
-1
/
+17
[next]