index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Age
Commit message (
Expand
)
Author
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
2017-06-26
Don't lose walreceiver start requests due to race condition in postmaster.
Tom Lane
2017-06-26
Ignore old stats file timestamps when starting the stats collector.
Tom Lane
2017-06-22
Fix autovacuum launcher attachment to its DSA
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-06
Clean up latch related code.
Andres Freund
2017-06-05
Revert "Prevent panic during shutdown checkpoint"
Andres Freund
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-16
Try to ensure that stats collector's receive buffer size is at least 100KB.
Tom Lane
2017-05-14
Make pgstat tabstat lookup hash table less fragile.
Tom Lane
2017-05-12
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-06
Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records.
Andres Freund
2017-05-05
Prevent panic during shutdown checkpoint
Peter Eisentraut
2017-04-26
Allow multiple bgworkers to be launched per postmaster iteration.
Tom Lane
2017-04-24
Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...
Tom Lane
2017-04-24
Use pselect(2) not select(2), if available, to wait in postmaster's loop.
Tom Lane
2017-04-24
Run the postmaster's signal handlers without SA_RESTART.
Tom Lane
2017-04-24
Fix postmaster's handling of fork failure for a bgworker process.
Tom Lane
2017-04-21
Avoid depending on non-POSIX behavior of fcntl(2).
Tom Lane
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-14
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
Report statistics in logical replication workers
Peter Eisentraut
2017-04-11
Add an Assert() to max_parallel_workers enforcement.
Robert Haas
2017-04-11
Fix confusion of max_parallel_workers mechanism following crash.
Robert Haas
2017-04-07
Add ProcArrayGroupUpdate wait event.
Robert Haas
2017-04-01
BRIN auto-summarization
Alvaro Herrera
2017-03-31
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-27
Improve performance of find_tabstat_entry()/get_tabstat_entry()
Teodor Sigaev
2017-03-26
Show more processes in pg_stat_activity.
Robert Haas
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-18
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-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-10
Reduce log verbosity of startup/shutdown for launcher subprocesses.
Tom Lane
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-06
Fix user-after-free bug.
Robert Haas
2017-03-03
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-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-15
btree: Support parallel index scans.
Robert Haas
[next]