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
*
Add more columns to pg_stat_ssl
Peter Eisentraut
2019-02-01
1
-1
/
+3
*
Log PostgreSQL version number on startup
Peter Eisentraut
2019-01-30
1
-0
/
+4
*
postmaster: Start syslogger earlier
Peter Eisentraut
2019-01-30
1
-60
/
+60
*
Change function call information to be variable length.
Andres Freund
2019-01-26
1
-1
/
+1
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
2
-2
/
+0
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
2
-6
/
+6
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
1
-1
/
+1
*
Fix typos in documentation and for one wait event
Michael Paquier
2019-01-15
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
11
-11
/
+11
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
1
-61
/
+1
*
Use pg_strong_random() to select each server process's random seed.
Tom Lane
2018-12-29
1
-8
/
+25
*
Prioritize history files when archiving
Michael Paquier
2018-12-24
1
-26
/
+46
*
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
2
-21
/
+6
*
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-16
1
-6
/
+4
*
Ensure cleanup of orphan archive status files
Michael Paquier
2018-12-10
1
-0
/
+55
*
Silence compiler warnings
Alvaro Herrera
2018-11-23
1
-4
/
+4
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
6
-61
/
+40
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
2
-9
/
+13
*
Avoid defining SIGTTIN/SIGTTOU on Windows.
Tom Lane
2018-11-17
1
-0
/
+4
*
Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.
Tom Lane
2018-11-17
8
-28
/
+11
*
Further adjustment to random() seed initialization.
Thomas Munro
2018-11-15
1
-3
/
+3
*
Increase the number of possible random seeds per time period.
Thomas Munro
2018-11-15
1
-2
/
+10
*
Add pg_promote function
Michael Paquier
2018-10-25
1
-0
/
+3
*
List wait events in alphabetical order
Michael Paquier
2018-10-24
1
-9
/
+9
*
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-10-19
2
-40
/
+30
*
Add application_name to connection authorized msg
Stephen Frost
2018-09-28
1
-0
/
+16
*
Refactor dlopen() support
Peter Eisentraut
2018-09-06
1
-1
/
+0
*
Implement "pg_ctl logrotate" command
Alexander Korotkov
2018-09-01
2
-5
/
+42
*
Stop bgworkers during fast shutdown with postmaster in startup phase
Michael Paquier
2018-08-29
1
-1
/
+1
*
Make syslogger more robust against failures in opening CSV log files.
Tom Lane
2018-08-26
1
-39
/
+123
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
1
-1
/
+1
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
1
-13
/
+7
*
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-08
5
-76
/
+45
*
Fix incorrect initialization of BackendActivityBuffer.
Tom Lane
2018-08-07
1
-1
/
+1
*
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
4
-40
/
+6
*
Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
Michael Paquier
2018-07-12
1
-1
/
+1
*
Add wait event for fsync of WAL segments
Michael Paquier
2018-07-02
1
-0
/
+3
*
Further improve code for probing the availability of ARM CRC instructions.
Tom Lane
2018-05-03
1
-1
/
+9
*
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-28
4
-4
/
+4
*
Allocate enough shared string memory for stats of auxiliary processes.
Heikki Linnakangas
2018-04-11
1
-2
/
+2
*
Make local copy of client hostnames in backend status array.
Heikki Linnakangas
2018-04-11
1
-0
/
+7
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
4
-870
/
+2
*
Fix EXEC BACKEND + Windows builds for group privs
Stephen Frost
2018-04-07
1
-0
/
+8
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
1
-72
/
+15
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
2
-5
/
+7
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
4
-2
/
+870
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
2
-6
/
+6
*
Log when a BRIN autosummarization request fails
Alvaro Herrera
2018-03-14
1
-1
/
+6
*
Avoid holding AutovacuumScheduleLock while rechecking table statistics.
Tom Lane
2018-03-13
1
-16
/
+37
*
Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.
Tom Lane
2018-03-08
1
-9
/
+6
[next]