index
:
users/andresfreund/postgres.git
REL9_2_STABLE-rwlock-contention
aio
bdr
bdr-next
bgwriter-rewrite
cabal-rebasing
checkpoint-flush
clone-fd-checkpointer
commit_ts
executor-rewrite
faster-expr-2
faster-hashtable
feature/hs-cancel-subtxn
feature/hs-cleanup
feature/hs-idle-query-cancellation
feature/idle-query-cancellation
header
hs-query-cancel
insert_conflict_4
insert_on_conflict
int/fastbloat
int/grouping_sets
int/grouping_sets_2
jit
jit-01
jsonb_and_hstore
latch
llvm-12
master
move-contrib-bins-to-bin
no-work-in-signal-handlers
oidnix
pgxact-split
pluggable-storage
pluggable-zheap
pluggable_compression
replication-identifiers
rwlock-contention
rwlock-contention-clean
sane-catalog
seqam-0.2
simple_statement_perf
speedup/frontend_protocol
speedup/slab2
speedup/slab2-experimental
tmp
tmp-insert-sgml-doc-fix
tmp-multixact-truncate
tmp2
xlogreader
Andres' PG stuff
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-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
2014-11-13
Fix and improve cache invalidation logic for logical decoding.
Andres Freund
2014-11-13
Fix xmin/xmax horizon computation during logical decoding initialization.
Andres Freund
2014-11-12
Fix several weaknesses in slot and logical replication on-disk serialization.
Andres Freund
2014-11-12
Message improvements
Peter Eisentraut
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-10-20
Fix typos.
Robert Haas
2014-10-01
Improve documentation about binary/textual output mode for output plugins.
Andres Freund
2014-09-25
Fix VPATH builds of the replication parser from git for some !gcc compilers.
Andres Freund
2014-09-12
Add GUC to enable logging of replication commands.
Fujii Masao
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-09-01
Fix s/pluggins/plugins/ typo in two comments.
Andres Freund
2014-08-31
Declare two variables in snapbuild.c as static.
Andres Freund
2014-08-19
Revert "Fix bug in checking of IDENTIFY_SYSTEM result."
Fujii Masao
2014-08-19
Fix bug in checking of IDENTIFY_SYSTEM result.
Fujii Masao
2014-08-12
Be less aggressive in asking for feedback of logical walsender clients.
Andres Freund
2014-07-31
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-24
Properly remove ephemeral replication slots after a crash restart.
Andres Freund
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-12
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-06
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-07-02
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-06-30
Check interrupts during logical decoding more frequently.
Andres Freund
2014-06-12
Consistency improvements for slot and decoding code.
Andres Freund
2014-06-11
Fix typos in comments.
Fujii Masao
2014-06-05
Fix off-by-one in decoding causing one-record events to be skipped.
Andres Freund
2014-05-28
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
Don't pay heed to wal_sender_timeout while creating a decoding slot.
Andres Freund
2014-05-28
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
Ensure cleanup in case of early errors in streaming base backups
Magnus Hagander
2014-05-23
Fix misc typos in comments.
Heikki Linnakangas
2014-05-22
Fix typos in comments.
Fujii Masao
[next]