index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Age
Commit message (
Expand
)
Author
7 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Widen MultiXactOffset to 64 bits
Heikki Linnakangas
2025-12-08
Unify some more messages
Álvaro Herrera
2025-12-08
Unify error messages
Álvaro Herrera
2025-12-02
Replace pointer comparisons and assignments to literal zero with NULL
Peter Eisentraut
2025-11-12
Remove obsolete autovacuum comment.
Nathan Bossart
2025-11-07
Fix "inconsistent DLL linkage" warning on Windows MSVC
Peter Eisentraut
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-11-05
Add sequence synchronization for logical replication.
Amit Kapila
2025-11-04
Fix snapshot handling bug in recent BRIN fix
Álvaro Herrera
2025-11-04
BRIN autosummarization may need a snapshot
Álvaro Herrera
2025-10-22
Avoid assuming that time_t can fit in an int.
Tom Lane
2025-10-15
Add log_autoanalyze_min_duration
Peter Eisentraut
2025-09-26
Create a separate file listing backend types
Álvaro Herrera
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-24
Fix LOCK_TIMEOUT handling during parallel apply.
Amit Kapila
2025-09-16
Fix incorrect const qualifier
Peter Eisentraut
2025-09-11
Move named LWLock tranche requests to shared memory.
Nathan Bossart
2025-09-03
Move dynamically-allocated LWLock tranche names to shared memory.
Nathan Bossart
2025-08-29
Make LWLockCounter a global variable.
Nathan Bossart
2025-08-28
Use LW_SHARED in walsummarizer.c for WALSummarizerLock lock where possible.
Masahiko Sawada
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-21
Disallow server start with sync_replication_slots = on and wal_level < logical.
Fujii Masao
2025-08-07
Fix checkpointer shared memory allocation
Alexander Korotkov
2025-08-02
Silence Valgrind leakage complaints in more-or-less-hackish ways.
Tom Lane
2025-08-01
Fix typo in AutoVacLauncherMain().
Masahiko Sawada
2025-07-27
Process sync requests incrementally in AbsorbSyncRequests
Alexander Korotkov
2025-07-25
Fix background worker not restarting after crash-and-restart cycle.
Fujii Masao
2025-07-12
aio: Remove obsolete IO worker ID references.
Thomas Munro
2025-07-11
Add FLUSH_UNLOGGED option to CHECKPOINT command.
Nathan Bossart
2025-07-11
Add MODE option to CHECKPOINT command.
Nathan Bossart
2025-07-11
Add option list to CHECKPOINT command.
Nathan Bossart
2025-07-11
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
Nathan Bossart
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-07-01
Make more use of binaryheap_empty() and binaryheap_size().
Nathan Bossart
2025-06-30
Rationalize handling of VacuumParams
Michael Paquier
2025-05-30
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-23
Fix per-relation memory leakage in autovacuum.
Tom Lane
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-10
Add support for runtime arguments in injection points
Michael Paquier
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-09
Fix a few oversights in the longer cancel keys patch
Heikki Linnakangas
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-07
Use XLOG_CONTROL_FILE macro consistently for control file name.
Fujii Masao
2025-04-02
Improve error message when standby does accept connections.
Fujii Masao
2025-03-29
aio, bufmgr: Comment fixes/improvements
Andres Freund
2025-03-27
Remove the query_id_squash_values GUC
Álvaro Herrera
2025-03-18
Introduce squashing of constant lists in query jumbling
Álvaro Herrera
2025-03-18
aio: Infrastructure for io_method=worker
Andres Freund
[next]