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
2015-05-08
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-05
Fix typos
Peter Eisentraut
2015-05-01
Copy editing of the replication origins patch.
Andres Freund
2015-04-29
Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.
Andres Freund
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-27
Use a fd opened for read/write when syncing slots during startup.
Andres Freund
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-21
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-16
Fix assertion failure in logical decoding.
Heikki Linnakangas
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-12
Remove duplicated words in comments.
Heikki Linnakangas
2015-04-03
Fix error handling of XLogReaderAllocate in case of OOM
Fujii Masao
2015-04-02
Correct comment to use RS_EPHEMERAL
Simon Riggs
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-15
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-13
Fix integer overflow in debug message of walreceiver
Tatsuo Ishii
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-04
Fix an obsolete reference to SnapshotNow in comment.
Fujii Masao
2015-02-24
Error when creating names too long for tar format
Peter Eisentraut
2015-02-24
Fix typo in README.
Heikki Linnakangas
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-12
Fix missing PQclear() in libpqrcv_endstreaming().
Tom Lane
2015-02-06
Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM
Heikki Linnakangas
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-26
Further cleanup of ReorderBufferCommit().
Tom Lane
2015-01-24
Fix unsafe coding in ReorderBufferCommit().
Tom Lane
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-17
Replace walsender's latch with the general shared latch.
Andres Freund
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-13
Commonalize process startup code.
Andres Freund
2015-01-13
Add barriers to the latch code.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-03
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2014-12-25
Remove duplicate include of slot.h.
Fujii Masao
2014-12-23
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-16
Misc comment typo fixes.
Heikki Linnakangas
2014-12-12
Put the logic to decide which synchronous standby is active into a function.
Heikki Linnakangas
2014-12-11
Fix assorted confusion between Oid and int32.
Tom Lane
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-02
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-11-25
Allow using connection URI in primary_conninfo.
Heikki Linnakangas
2014-11-24
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-14
Improve logical decoding log messages
Peter Eisentraut
[next]