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
2016-12-16
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-12
Add support for temporary replication slots
Peter Eisentraut
2016-12-02
Fix outdated comments
Alvaro Herrera
2016-12-02
Refactor libpqwalreceiver
Peter Eisentraut
2016-12-02
Use latch instead of select() in walreceiver
Peter Eisentraut
2016-11-22
Support condition variables.
Robert Haas
2016-10-26
Fix typos in comments.
Heikki Linnakangas
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-08
libpqwalreceiver needs to link with libintl when using --enable-nls.
Tom Lane
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-09-28
Exclude additional directories in pg_basebackup
Peter Eisentraut
2016-09-28
Fix dangling pointer problem in ReorderBufferSerializeChange.
Robert Haas
2016-09-12
Identify walsenders in pg_stat_activity
Simon Riggs
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-09-05
Dirty replication slots when using sql interface
Simon Riggs
2016-09-05
Remove duplicate code from ReorderBufferCleanupTXN().
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-19
reorderbuffer: preserve errno while reporting error
Alvaro Herrera
2016-08-17
Properly re-initialize replication slot shared memory upon creation.
Andres Freund
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-12
Code cleanup in SyncRepWaitForLSN()
Simon Riggs
2016-08-07
Don't propagate a null subtransaction snapshot up to parent transaction.
Tom Lane
2016-07-18
Fix typos in comments and debug message
Magnus Hagander
2016-07-01
walreceiver: tweak pg_stat_wal_receiver behavior
Alvaro Herrera
2016-06-30
Fix typo in ReorderBufferIterTXNInit().
Tom Lane
2016-06-29
Add conninfo to pg_stat_wal_receiver
Alvaro Herrera
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-03
Fix various common mispellings.
Greg Stark
2016-05-04
Revert timeline following in replication slots
Alvaro Herrera
2016-05-02
Fix code comments regarding logical decoding
Alvaro Herrera
2016-04-30
Remove warning about num_sync being too large in synchronous_standby_names.
Tom Lane
2016-04-29
Remember asking for feedback during walsender shutdown.
Andres Freund
2016-04-27
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-15
Fix trivial typo.
Andres Freund
2016-04-14
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
Adjust signature of walrcv_receive hook.
Tom Lane
2016-04-14
Adjust datatype of ReplicationState.acquired_by.
Tom Lane
2016-04-14
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-12
Remove unused function GetOldestWALSendPointer from walsender code.
Fujii Masao
2016-04-11
Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.
Fujii Masao
2016-04-06
Use proper format specifier %X/%X for LSN, again.
Fujii Masao
2016-04-06
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
Support multiple synchronous standby servers.
Fujii Masao
2016-04-05
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
Fix error message from wal_level value renaming
Peter Eisentraut
2016-04-01
Add Generic WAL interface
Teodor Sigaev
2016-03-31
Fix broken variable declaration
Alvaro Herrera
2016-03-31
Use proper format specifier %X/%X for LSN.
Fujii Masao
[next]