index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Commit message (
Expand
)
Author
Age
*
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
*
Improve performance of find_tabstat_entry()/get_tabstat_entry()
Teodor Sigaev
2017-03-27
*
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.
Tom Lane
2017-03-18
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
*
Reduce log verbosity of startup/shutdown for launcher subprocesses.
Tom Lane
2017-03-10
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
*
Fix user-after-free bug.
Robert Haas
2017-03-06
*
Use asynchronous connect API in libpqwalreceiver
Peter Eisentraut
2017-03-03
*
Add pg_current_logfile() function.
Robert Haas
2017-03-03
*
Notify bgworker registrant after freeing worker slot.
Robert Haas
2017-03-03
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
btree: Support parallel index scans.
Robert Haas
2017-02-15
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Fix typo: pg_statistics -> pg_statistic
Peter Eisentraut
2017-01-25
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Avoid useless respawining the autovacuum launcher at high speed.
Robert Haas
2017-01-20
*
Logical replication
Peter Eisentraut
2017-01-20
*
Re-allow SSL passphrase prompt at server start, but not thereafter.
Tom Lane
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2017-01-02
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
*
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
*
Further cleanup from the strong-random patch.
Heikki Linnakangas
2016-12-12
*
Fix two thinkos related to strong random keys.
Heikki Linnakangas
2016-12-12
*
Fix query cancellation.
Heikki Linnakangas
2016-12-07
*
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-12-05
*
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-12-02
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
*
Use latch instead of select() in walreceiver
Peter Eisentraut
2016-12-01
*
Code review for early drop of orphaned temp relations in autovacuum.
Tom Lane
2016-11-27
*
Remove barrier.h
Robert Haas
2016-11-22
*
Support condition variables.
Robert Haas
2016-11-22
*
Fix uninitialized variable.
Tom Lane
2016-11-21
*
autovacuum: Drop orphan temp tables more quickly but with more caution.
Robert Haas
2016-11-21
*
If the stats collector dies during Hot Standby, restart it.
Robert Haas
2016-10-27
*
Fix typos in comments.
Heikki Linnakangas
2016-10-26
*
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-18
*
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-10-17
*
Fix handling of pgstat counters for TRUNCATE in a prepared transaction.
Tom Lane
2016-10-13
*
Clean up handling of anonymous mmap'd shared-memory segment.
Tom Lane
2016-10-13
*
Re-alphabetize #include directives.
Robert Haas
2016-10-05
*
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-05
*
Fix another Windows compile break.
Robert Haas
2016-10-04
*
Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.
Robert Haas
2016-10-04
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
[next]