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 unportable setvbuf() usage in initdb.
Tom Lane
2014-05-15
1
-17
/
+6
*
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-06
7
-87
/
+87
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
1
-1
/
+1
*
Block signals earlier during postmaster startup.
Tom Lane
2014-04-05
1
-29
/
+29
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
1
-6
/
+0
*
Reset OpenSSL randomness state in each postmaster child process.
Tom Lane
2013-03-27
1
-0
/
+9
*
Fix possible failure to send final transaction counts to stats collector.
Tom Lane
2013-02-07
1
-2
/
+2
*
Fix syslogger so that log_truncate_on_rotation works in the first rotation.
Tom Lane
2012-07-31
2
-14
/
+34
*
Improve coding around the fsync request queue.
Tom Lane
2012-07-17
1
-25
/
+46
*
Backport fsync queue compaction logic to all supported branches.
Robert Haas
2012-06-26
1
-9
/
+120
*
Fix syslogger's rotation disable/re-enable logic.
Tom Lane
2012-04-27
1
-6
/
+20
*
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-04-08
1
-0
/
+10
*
Fix syslogger to not lose log coherency under high load.
Tom Lane
2012-04-04
1
-61
/
+71
*
Avoid double close of file handle in syslogger on win32
Magnus Hagander
2012-02-21
1
-2
/
+5
*
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-05-30
1
-13
/
+3
*
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-16
1
-3
/
+2
*
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-12-15
1
-2
/
+3
*
Fix leakage of cost_limit when multiple autovacuum workers are active.
Tom Lane
2010-11-19
1
-18
/
+45
*
Fix canAcceptConnections() bugs introduced by replication-related patches.
Tom Lane
2010-11-14
1
-12
/
+17
*
Fix long-standing segfault when accept() or one of the calls made right
Heikki Linnakangas
2010-10-27
1
-1
/
+1
*
Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,
Magnus Hagander
2010-09-16
1
-1
/
+14
*
Cause the archiver process to adopt new postgresql.conf settings (particularly
Tom Lane
2010-05-11
1
-9
/
+20
*
On Windows, syslogger runs in two threads. The main thread processes config
Heikki Linnakangas
2010-04-16
1
-33
/
+28
*
Don't pass an invalid file handle to dup2(). That causes a crash on
Heikki Linnakangas
2010-04-01
1
-4
/
+7
*
Ignore attempts to set "application_name" in the connection startup packet.
Tom Lane
2009-12-02
1
-1
/
+3
*
Fix memory leak in syslogger: logfile_rotate() would leak a copy of the
Tom Lane
2009-11-19
1
-17
/
+33
*
Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats
Tom Lane
2009-10-02
1
-2
/
+3
*
Fix handling of autovacuum reloptions.
Alvaro Herrera
2009-08-27
1
-39
/
+47
*
Try to make silent_mode behave somewhat reasonably.
Tom Lane
2009-08-24
1
-29
/
+72
*
Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot
Tom Lane
2009-08-24
1
-2
/
+3
*
Avoid calling kill() in a postmaster signal handler.
Alvaro Herrera
2009-08-24
2
-5
/
+21
*
Reserve the shared memory region during backend startup on Windows, so
Magnus Hagander
2009-08-11
1
-2
/
+21
*
Fast shutdown stop should forcibly disconnect any active backends, even
Heikki Linnakangas
2009-08-07
1
-1
/
+2
*
Remove no-longer-necessary transmission of postmaster's LC_COLLATE and
Tom Lane
2009-07-08
1
-9
/
+1
*
Cleanup and code review for the patch that made bgwriter active during
Tom Lane
2009-06-26
2
-20
/
+22
*
Fix some serious bugs in archive recovery, now that bgwriter is active
Heikki Linnakangas
2009-06-25
1
-2
/
+11
*
Fix several places where a function was declared static and then defined
Tom Lane
2009-06-12
1
-2
/
+2
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
7
-197
/
+206
*
Fix typo, per Tom
Alvaro Herrera
2009-06-09
1
-2
/
+2
*
Dynamically set a lower bound on autovacuum nap time so that we don't rebuild
Alvaro Herrera
2009-06-09
1
-5
/
+16
*
Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane
Tom Lane
2009-06-06
1
-1
/
+8
*
Improve the recently-added support for properly pluralized error messages
Tom Lane
2009-06-04
1
-5
/
+5
*
Fix all the server-side SIGQUIT handlers (grumble ... why so many identical
Tom Lane
2009-05-15
3
-18
/
+42
*
Install a "dead man switch" to allow the postmaster to detect cases where
Tom Lane
2009-05-05
1
-72
/
+97
*
Fix missed usage of DLNewElem()
Tom Lane
2009-05-04
1
-3
/
+4
*
Avoid a memory allocation in the backend startup code, to avoid having to check
Alvaro Herrera
2009-05-04
1
-4
/
+4
*
Install some simple defenses in postmaster startup to help ensure a useful
Tom Lane
2009-05-02
1
-15
/
+56
*
Remove a boatload of useless definitions of 'int optreset'. If we
Tom Lane
2009-04-05
1
-2
/
+2
*
Modify the relcache to record the temp status of both local and nonlocal
Tom Lane
2009-03-31
1
-8
/
+8
*
Gettext plural support
Peter Eisentraut
2009-03-26
1
-2
/
+4
[next]