projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
[postgresql.git]
/
src
/
backend
/
replication
/
14 hours ago
Amit Kapila
Don't retreat slot's confirmed_flush LSN.
tree
|
commitdiff
12 days ago
Nathan Bossart
Remove pg_replication_origin's TOAST table.
tree
|
commitdiff
2025-04-29
Amit Kapila
Fix assertion failure during decoding from synced slots.
tree
|
commitdiff
2025-04-28
Amit Kapila
Fix xmin advancement during fast_forward decoding.
tree
|
commitdiff
2025-04-23
Amit Kapila
Fix an oversight in 3f28b2fcac.
tree
|
commitdiff
2025-04-21
Tom Lane
Use the same cmd_context throughout a walsender's lifetime.
tree
|
commitdiff
2025-04-11
Michael Paquier
Fix race with synchronous_standby_names at startup
tree
|
commitdiff
2025-04-10
David Rowley
Improve various new-to-v18 appendStringInfo calls
tree
|
commitdiff
2025-04-10
Amit Kapila
Fix data loss in logical replication.
tree
|
commitdiff
2025-04-08
Amit Kapila
Fix uninitialized index information access during apply.
tree
|
commitdiff
2025-04-07
Michael Paquier
Flush the IO statistics of active WAL senders more...
tree
|
commitdiff
2025-04-04
Heikki Linnakangas
Use standard die() signal handler in walreceiver
tree
|
commitdiff
2025-04-03
Masahiko Sawada
Restrict copying of invalidated replication slots.
tree
|
commitdiff
2025-04-03
Amit Kapila
Fix slot synchronization for two_phase enabled slots.
tree
|
commitdiff
2025-03-29
Peter Eisentraut
Use PRI?64 instead of "ll?" in format strings (continued).
tree
|
commitdiff
2025-03-27
Daniel Gustafsson
Fix guc_malloc calls for consistency and OOM checks
tree
|
commitdiff
2025-03-26
Tom Lane
Use PG_MODULE_MAGIC_EXT in our installable shared libra...
tree
|
commitdiff
2025-03-25
Amit Kapila
Fix an oversight in 3abe9dc188.
tree
|
commitdiff
2025-03-24
Amit Kapila
Detect and Log multiple_unique_conflicts type conflict.
tree
|
commitdiff
2025-03-21
Masahiko Sawada
Add GUC option to control maximum active replication...
tree
|
commitdiff
2025-03-17
Andres Freund
aio: Basic subsystem initialization
tree
|
commitdiff
2025-03-14
Amit Kapila
Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.
tree
|
commitdiff
2025-03-13
Peter Eisentraut
pg_noreturn to replace pg_attribute_noreturn()
tree
|
commitdiff
2025-03-13
Amit Kapila
Avoid invalidating all RelationSyncCache entries on...
tree
|
commitdiff
2025-03-12
Heikki Linnakangas
Rename alloc/free functions in reorderbuffer.c
tree
|
commitdiff
2025-03-11
Masahiko Sawada
pg_logicalinspect: Fix possible crash when passing...
tree
|
commitdiff
2025-03-09
Heikki Linnakangas
Fix incorrect assertion in libpqwalreceiver
tree
|
commitdiff
2025-03-06
Amit Kapila
Avoid invalidating all RelationSyncCache entries on...
tree
|
commitdiff
2025-03-06
Michael Paquier
Add more monitoring data for WAL writes in the WAL...
tree
|
commitdiff
2025-03-05
Heikki Linnakangas
Rename some signal and interrupt handling functions...
tree
|
commitdiff
2025-03-05
Michael Paquier
Fix some gaps in pg_stat_io with WAL receiver and WAL...
tree
|
commitdiff
2025-02-27
Amit Kapila
Fix the race condition in ReplicationSlotAcquire().
tree
|
commitdiff
2025-02-25
Andres Freund
Change relpath() et al to return path by value
tree
|
commitdiff
2025-02-25
Amit Kapila
Doc: Fix pg_copy_logical_replication_slot description.
tree
|
commitdiff
2025-02-24
Masahiko Sawada
Fix assertion when decoding XLOG_PARAMETER_CHANGE on...
tree
|
commitdiff
2025-02-23
Peter Eisentraut
SnapBuildRestoreContents() void * argument for binary...
tree
|
commitdiff
2025-02-21
Peter Eisentraut
Drop opcintype from index AM strategy translation API
tree
|
commitdiff
2025-02-21
Peter Eisentraut
backend launchers void * arguments for binary data
tree
|
commitdiff
2025-02-20
Amit Kapila
Improve errdetail message added by ac0e33136a.
tree
|
commitdiff
2025-02-19
Tom Lane
Fix crash in brininsertcleanup during logical replication.
tree
|
commitdiff
2025-02-19
Amit Kapila
Add a test for commit ac0e33136a using the injection...
tree
|
commitdiff
2025-02-19
Amit Kapila
Invalidate inactive replication slots.
tree
|
commitdiff
2025-02-13
Peter Eisentraut
Remove unnecessary (char *) casts [xlog]
tree
|
commitdiff
2025-02-13
Masahiko Sawada
Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better...
tree
|
commitdiff
2025-02-13
Masahiko Sawada
Skip logical decoding of already-aborted transactions.
tree
|
commitdiff
2025-02-12
Peter Eisentraut
Remove unnecessary (char *) casts [mem]
tree
|
commitdiff
2025-02-12
Peter Eisentraut
Remove unnecessary (char *) casts [string]
tree
|
commitdiff
2025-02-07
Peter Eisentraut
Virtual generated columns
tree
|
commitdiff
2025-02-07
Amit Langote
Track unpruned relids to avoid processing pruned relations
tree
|
commitdiff
2025-02-05
Amit Kapila
Avoid updating inactive_since for invalid replication...
tree
|
commitdiff
2025-02-03
Peter Eisentraut
Integrate GistTranslateCompareType() into IndexAmTransl...
tree
|
commitdiff
2025-01-31
Tom Lane
Get rid of our dependency on type "long" for memory...
tree
|
commitdiff
2025-01-31
Amit Kapila
Raise an error while trying to acquire an invalid slot.
tree
|
commitdiff
2025-01-29
John Naylor
Fix grammatical typos around possessive "its"
tree
|
commitdiff
2025-01-24
Peter Eisentraut
Return yyparse() result not via global variable
tree
|
commitdiff
2025-01-23
Amit Kapila
Change publication's publish_generated_columns option...
tree
|
commitdiff
2025-01-10
Andres Freund
postmaster: Rename some shutdown related PMState phase...
tree
|
commitdiff
2025-01-06
Peter Eisentraut
flex code modernization: Replace YY_EXTRA_TYPE define...
tree
|
commitdiff
2025-01-01
David Rowley
Fix an assortment of spelling mistakes and typos
tree
|
commitdiff
2025-01-01
Bruce Momjian
Update copyright for 2025
tree
|
commitdiff
2024-12-30
Michael Paquier
Fix memory leak in pgoutput with relation attribute map
tree
|
commitdiff
2024-12-25
Peter Eisentraut
Partial pgindent of .l and .y files
tree
|
commitdiff
2024-12-24
Peter Eisentraut
syncrep parser: pure parser and reentrant scanner
tree
|
commitdiff
2024-12-24
Peter Eisentraut
replication parser: pure parser and reentrant scanner
tree
|
commitdiff
2024-12-23
Heikki Linnakangas
Remove unnecessary GetTransactionSnapshot() calls
tree
|
commitdiff
2024-12-20
Heikki Linnakangas
Fix variable reference in comment
tree
|
commitdiff
2024-12-20
David Rowley
Introduce CompactAttribute array in TupleDesc, take 2
tree
|
commitdiff
2024-12-19
Peter Eisentraut
Small whitespace improvement
tree
|
commitdiff
2024-12-13
Álvaro Herrera
Rewrite maybe_reread_subscription() comment
tree
|
commitdiff
2024-12-10
Peter Eisentraut
Make the conditions in IsIndexUsableForReplicaIdentityF...
tree
|
commitdiff
2024-12-10
Peter Eisentraut
Replace get_equal_strategy_number_for_am() by get_equal...
tree
|
commitdiff
2024-12-09
Michael Paquier
Fix memory leak in pgoutput with publication list cache
tree
|
commitdiff
2024-12-04
Peter Eisentraut
Simplify IsIndexUsableForReplicaIdentityFull()
tree
|
commitdiff
2024-12-03
Álvaro Herrera
Fix synchronized_standby_slots GUC check hook
tree
|
commitdiff
2024-11-28
Peter Eisentraut
Remove useless casts to (void *)
tree
|
commitdiff
2024-11-27
Álvaro Herrera
Make GUC_check_errdetail messages full sentences
tree
|
commitdiff
2024-11-27
Amit Kapila
Improve error message for replication of generated...
tree
|
commitdiff
2024-11-25
Amit Kapila
Doc: Clarify the `inactive_since` field description.
tree
|
commitdiff
2024-11-21
Michael Paquier
Fix memory leak in pgoutput for the WAL sender
tree
|
commitdiff
2024-11-16
Masahiko Sawada
Fix a possibility of logical replication slot's restart...
tree
|
commitdiff
2024-11-08
Álvaro Herrera
Add pg_constraint rows for not-null constraints
tree
|
commitdiff
2024-11-07
Amit Kapila
Replicate generated columns when 'publish_generated_col...
tree
|
commitdiff
2024-11-01
Heikki Linnakangas
Use ProcNumbers instead of direct Latch pointers to...
tree
|
commitdiff
2024-10-30
Amit Kapila
Replicate generated columns when specified in the colum...
tree
|
commitdiff
2024-10-27
Peter Eisentraut
Remove unused #include's from backend .c files
tree
|
commitdiff
2024-10-25
Noah Misch
For inplace update, send nontransactional invalidations.
tree
|
commitdiff
2024-10-25
Michael Paquier
Refactor code converting a publication name List to...
tree
|
commitdiff
2024-10-16
Masahiko Sawada
Reduce memory block size for decoded tuple storage...
tree
|
commitdiff
2024-10-15
Masahiko Sawada
Add contrib/pg_logicalinspect.
tree
|
commitdiff
2024-10-15
Masahiko Sawada
Move SnapBuild and SnapBuildOnDisk structs to snapshot_...
tree
|
commitdiff
2024-10-08
Andres Freund
Use aux process resource owner in walsender
tree
|
commitdiff
2024-10-05
Heikki Linnakangas
Remove unused latch
tree
|
commitdiff
2024-09-13
Amit Kapila
Prohibit altering invalidated replication slots.
tree
|
commitdiff
2024-09-11
Amit Kapila
Improve assertion in FindReplTupleInLocalRel().
tree
|
commitdiff
2024-09-04
Michael Paquier
Apply more quoting to GUC names in messages
tree
|
commitdiff
2024-09-04
Amit Kapila
Collect statistics about conflicts in logical replication.
tree
|
commitdiff
2024-09-03
Peter Eisentraut
Add const qualifiers to XLogRegister*() functions
tree
|
commitdiff
2024-09-03
Michael Paquier
Fix typos and grammar in code comments and docs
tree
|
commitdiff
2024-08-30
Michael Paquier
Define PG_LOGICAL_DIR for path pg_logical/ in data...
tree
|
commitdiff
2024-08-30
Michael Paquier
Define PG_REPLSLOT_DIR for path pg_replslot/ in data...
tree
|
commitdiff
next