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
2018-08-30
Stop bgworkers during fast shutdown with postmaster in startup phase
Michael Paquier
2018-08-26
Make syslogger more robust against failures in opening CSV log files.
Tom Lane
2018-08-15
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-13
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-08
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-07
Fix incorrect initialization of BackendActivityBuffer.
Tom Lane
2018-05-03
Further improve code for probing the availability of ARM CRC instructions.
Tom Lane
2018-04-28
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-11
Allocate enough shared string memory for stats of auxiliary processes.
Heikki Linnakangas
2018-04-11
Make local copy of client hostnames in backend status array.
Heikki Linnakangas
2018-04-09
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-07
Fix EXEC BACKEND + Windows builds for group privs
Stephen Frost
2018-04-07
Allow group access on PGDATA
Stephen Frost
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-04-05
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
Allow background workers to bypass datallowconn
Magnus Hagander
2018-03-14
Log when a BRIN autosummarization request fails
Alvaro Herrera
2018-03-13
Avoid holding AutovacuumScheduleLock while rechecking table statistics.
Tom Lane
2018-03-08
Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.
Tom Lane
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-26
Use abstracted SSL API in server connection log messages
Peter Eisentraut
2018-01-23
Remove unnecessary include
Alvaro Herrera
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-21
Add parallel-aware hash joins.
Andres Freund
2017-12-06
Report failure to start a background worker.
Robert Haas
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-21
Provide for forward compatibility with future minor protocol versions.
Robert Haas
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-30
Fix autovacuum work item error handling
Alvaro Herrera
2017-10-03
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-09-29
Add background worker type
Peter Eisentraut
2017-09-23
Improve memory management in autovacuum.c.
Tom Lane
2017-09-20
Sync process names between ps and pg_stat_activity
Peter Eisentraut
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
s/NULL byte/NUL byte/ in comment refering to C string terminator.
Andres Freund
2017-09-19
Avoid use of non-portable strnlen() in pgstat_clip_activity().
Andres Freund
2017-09-19
Speedup pgstat_report_activity by moving mb-aware truncation to read side.
Andres Freund
2017-09-19
Fix crash restart bug introduced in 8356753c212.
Andres Freund
2017-09-14
Perform only one ReadControlFile() during startup.
Andres Freund
2017-09-01
Use group updates when setting transaction status in clog.
Robert Haas
2017-08-15
Simplify autovacuum work-item implementation
Alvaro Herrera
2017-08-15
Fix error handling path in autovacuum launcher
Alvaro Herrera
2017-08-08
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-08
Fix inadequacies in recently added wait events
Alvaro Herrera
2017-07-10
On Windows, retry process creation if we fail to reserve shared memory.
Tom Lane
2017-06-28
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
[next]