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
2018-10-04
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-04
Improve some error message strings and errcodes
Michael Paquier
2018-09-03
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-09-02
Fix initial sync of slot parent directory when restoring status
Michael Paquier
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
Ignore server-side delays when enforcing wal_sender_timeout.
Noah Misch
2018-08-26
Reconsider new file extension in commit 91f26d5f.
Jeff Davis
2018-08-25
Change extension of spilled ReorderBufferChange data to ".tmp".
Jeff Davis
2018-08-16
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-08
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-08-01
Fix logical replication slot initialization
Alvaro Herrera
2018-07-30
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-23
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-22
Hand code string to integer conversion for performance.
Andres Freund
2018-07-19
Rewrite comments in replication slot advance implementation
Alvaro Herrera
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
Fix more portability issues with casts to Size when using off_t
Michael Paquier
2018-07-17
Rework error messages around file handling
Michael Paquier
2018-07-16
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-13
Fix argument of pg_create_logical_replication_slot for slot name
Michael Paquier
2018-07-12
Make logical WAL sender report streaming state appropriately
Michael Paquier
2018-07-10
Block replication slot advance for these not yet reserving WAL
Michael Paquier
2018-07-09
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-06
Allow replication slots to be dropped in single-user mode
Alvaro Herrera
2018-07-05
logical decoding: beware of an unset specinsert change
Alvaro Herrera
2018-07-02
Correct function name in comment of logical decoding code
Michael Paquier
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-25
Update obsolete comments
Alvaro Herrera
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-06-12
Convert debug message from ereport to elog
Peter Eisentraut
2018-06-11
Fix oversight from 9e149c8 with spin-lock handling
Michael Paquier
2018-06-11
Fix a couple of bugs with replication slot advancing feature
Michael Paquier
2018-06-10
Fix and document lock handling for in-memory replication slot data
Michael Paquier
2018-05-01
Fix some assorted compiler warnings on Windows.
Tom Lane
2018-04-30
Don't do logical replication of TRUNCATE of zero tables
Peter Eisentraut
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-23
Fix typo in logical truncate replication
Peter Eisentraut
2018-04-15
Don't attempt to verify checksums on new pages
Magnus Hagander
2018-04-14
Improve code comments
Peter Eisentraut
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-04-07
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
[next]