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
/
replication
Age
Commit message (
Expand
)
Author
2017-04-01
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-30
Default monitoring roles
Simon Riggs
2017-03-29
Update copyright year in recently added files
Peter Eisentraut
2017-03-28
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
Cleanup slots during drop database
Simon Riggs
2017-03-27
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
Fix typos in logical replication support for initial data copy.
Tom Lane
2017-03-25
Report catalog_xmin separately in hot_standby_feedback
Simon Riggs
2017-03-24
Handle empty result set in libpqrcv_exec
Peter Eisentraut
2017-03-23
Replication lag tracking for walsenders
Simon Riggs
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-22
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
Teach xlogreader to follow timeline switches
Simon Riggs
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-15
Rewrite async-connection loop in libpqwalreceiver.c, once again.
Tom Lane
2017-03-15
Improve grammar / fix typos in snapbuild.c.
Andres Freund
2017-03-14
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-14
Spelling fixes
Peter Eisentraut
2017-03-13
Fix typo in comment
Magnus Hagander
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-10
Reduce log verbosity of startup/shutdown for launcher subprocesses.
Tom Lane
2017-03-08
Prevent logical rep workers with removed subscriptions from starting.
Fujii Masao
2017-03-07
Ensure ThisTimeLineID is valid before START_REPLICATION
Simon Riggs
2017-03-06
Reorder the asynchronous libpq calls for replication connection
Peter Eisentraut
2017-03-03
Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs
Peter Eisentraut
2017-03-03
Fix after trigger execution in logical replication
Peter Eisentraut
2017-03-03
Use asynchronous connect API in libpqwalreceiver
Peter Eisentraut
2017-03-03
Add pg_current_logfile() function.
Robert Haas
2017-02-27
chomp PQerrorMessage() in backend uses
Peter Eisentraut
2017-02-27
Use the new "Slab" context for some allocations in reorderbuffer.h.
Andres Freund
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
Fix logical replication with different encodings
Peter Eisentraut
2017-02-21
Make walsender always initialize the buffers.
Fujii Masao
2017-02-21
Remove confusing comment about unsupported feature.
Fujii Masao
2017-02-09
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-06
Fix typo in variable name.
Heikki Linnakangas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-01
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
Refactor other replication commands to use DestRemoteSimple.
Robert Haas
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-26
Reset hot standby xmin on master after restart
Simon Riggs
2017-01-25
Update copyright years in some recently added files
Peter Eisentraut
2017-01-24
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
Be sure to release the lock on failure to launch logical replication worker.
Fujii Masao
2017-01-23
Fix NULL pointer access in logical replication workers
Peter Eisentraut
2017-01-23
Fix memory leaks in libpqwalreceiver
Peter Eisentraut
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
Try to fix non-MSVC Windows builds in the wake of logical replication.
Tom Lane
2017-01-20
Logical replication
Peter Eisentraut
[next]