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
2019-07-04
Unwind some workarounds for lack of portable int64 format specifier
Peter Eisentraut
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-29
Add an enforcement mechanism for global object names in regression tests.
Tom Lane
2019-06-29
Disallow user-created replication origins named "pg_xxx".
Tom Lane
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-05-24
Fix typos.
Thomas Munro
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-16
More message style fixes
Alvaro Herrera
2019-05-14
Fix duplicated words in comments
Michael Paquier
2019-05-13
Fix logical replication's ideas about which type OIDs are built-in.
Tom Lane
2019-04-29
In walreceiver, don't try to do ereport() in a signal handler.
Tom Lane
2019-04-17
Fix thinko introduced by 82a5649 in slot.c
Michael Paquier
2019-04-17
Simplify some ERROR paths clearing wait events and transient files
Michael Paquier
2019-04-16
Remove duplicate assignment when initializing logical decoder context
Michael Paquier
2019-04-15
Fix SHOW ALL command for non-superusers with replication connection
Michael Paquier
2019-04-12
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-04-09
Fix typo
Alvaro Herrera
2019-04-05
Add facility to copy replication slots
Alvaro Herrera
2019-03-30
Generated columns
Peter Eisentraut
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-15
Add walreceiver API to get remote server version
Peter Eisentraut
2019-03-13
Rename pg_verify_checksums to pg_checksums
Michael Paquier
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-09
Track block level checksum failures in pg_stat_database
Magnus Hagander
2019-03-08
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-02
Use a virtual rather than a heap slot in two places where that suffices.
Andres Freund
2019-02-27
Set fallback_application_name for a walreceiver to cluster_name
Peter Eisentraut
2019-02-27
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-20
Mark correctly initial slot snapshots with MVCC type when built
Michael Paquier
2019-02-13
More unconstify use
Peter Eisentraut
2019-02-12
Relax overly strict assertion
Alvaro Herrera
2019-02-12
Fix erroneous error reports in snapbuild.c.
Tom Lane
2019-02-12
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-22
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-22
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-09
Add timestamp of last received message from standby to pg_stat_replication
Michael Paquier
2018-11-30
Fix various checksum check problems for pg_verify_checksums and base backups
Michael Paquier
2018-11-29
Fix handling of synchronous replication for stopping WAL senders
Michael Paquier
2018-11-28
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-19
PANIC on fsync() failure.
Thomas Munro
[next]