index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
snapbuild.c
Commit message (
Expand
)
Author
Age
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-21
*
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-23
*
Fix more portability issues with casts to Size when using off_t
Michael Paquier
2018-07-18
*
Rework error messages around file handling
Michael Paquier
2018-07-18
*
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-26
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Fix Latin spelling
Peter Eisentraut
2018-01-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Reword comment for clarity
Alvaro Herrera
2017-08-12
*
Fix thinko introduced in 2bef06d516460 et al.
Andres Freund
2017-08-06
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Don't force-assign transaction id when exporting a snapshot.
Andres Freund
2017-06-14
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Avoid superfluous work for commits during logical slot creation.
Andres Freund
2017-05-13
*
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-13
*
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Fix typos in logical replication support for initial data copy.
Tom Lane
2017-03-26
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Improve grammar / fix typos in snapbuild.c.
Andres Freund
2017-03-14
*
Fix typo in comment
Magnus Hagander
2017-03-13
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix typos in comments and debug message
Magnus Hagander
2016-07-18
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
*
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-05
*
Fix typos in comments
Magnus Hagander
2016-02-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix typos in comments
Magnus Hagander
2015-05-17
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Fix assertion failure in logical decoding.
Heikki Linnakangas
2015-04-16
[next]