index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
postmaster
Commit message (
Expand
)
Author
Age
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-10-19
*
Implement "pg_ctl logrotate" command
Alexander Korotkov
2018-09-01
*
Add comment explaining BGWORKER_BYPASS_ALLOWCONN
Magnus Hagander
2018-04-23
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
*
Log when a BRIN autosummarization request fails
Alvaro Herrera
2018-03-14
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-05
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Add background worker type
Peter Eisentraut
2017-09-29
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Add an Assert() to max_parallel_workers enforcement.
Robert Haas
2017-04-11
*
Make header self-contained
Peter Eisentraut
2017-04-03
*
BRIN auto-summarization
Alvaro Herrera
2017-04-01
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
*
Add pg_current_logfile() function.
Robert Haas
2017-03-03
*
Notify bgworker registrant after freeing worker slot.
Robert Haas
2017-03-03
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-23
*
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
*
Allow Pin/UnpinBuffer to operate in a lockfree manner.
Andres Freund
2016-04-10
*
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-16
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-11-05
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
At promotion, archive last segment from old timeline with .partial suffix.
Heikki Linnakangas
2015-05-08
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2015-02-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add some noreturn attributes based on compiler recommendations
Peter Eisentraut
2014-08-13
*
When a background worker exists with code 0, unregister it.
Robert Haas
2014-05-07
*
Restart bgworkers immediately after a crash-and-restart cycle.
Robert Haas
2014-05-07
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-29
*
Export a few more symbols required for test_shm_mq module.
Andrew Dunstan
2014-01-18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
[next]