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
/
utils
/
activity
Age
Commit message (
Expand
)
Author
7 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
13 days
Change pgstat_report_vacuum() to use Relation
Michael Paquier
2025-12-15
Add retry logic to pg_sync_replication_slots().
Amit Kapila
2025-12-15
Allow cumulative statistics to read/write auxiliary data from/to disk
Michael Paquier
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Add wait event for the group commit delay before WAL flush
Heikki Linnakangas
2025-12-05
Rename column slotsync_skip_at to slotsync_last_skip.
Amit Kapila
2025-12-03
Rename BUFFERPIN wait event class to BUFFER
Andres Freund
2025-11-28
Add slotsync_skip_reason column to pg_replication_slots view.
Amit Kapila
2025-11-25
Add slotsync skip statistics.
Amit Kapila
2025-11-25
Rename routines for write/read of pgstats file
Michael Paquier
2025-11-18
Rename two columns in pg_stat_subscription_stats.
Amit Kapila
2025-11-07
Add seq_sync_error_count to subscription statistics.
Amit Kapila
2025-11-05
Add infrastructure for efficient LSN waiting
Alexander Korotkov
2025-10-28
Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()
Michael Paquier
2025-10-08
Add mem_exceeded_count column to pg_stat_replication_slots.
Masahiko Sawada
2025-10-08
Add stats_reset to pg_stat_user_functions
Michael Paquier
2025-10-06
Add stats_reset to pg_stat_all_{tables,indexes} and related views
Michael Paquier
2025-10-01
Fix typo in pgstat_relation.c header comment
David Rowley
2025-09-29
Add support for tracking of entry count in pgstats
Michael Paquier
2025-09-25
Don't include execnodes.h in replication/conflict.h
Álvaro Herrera
2025-09-24
Fix incorrect option name in usage screen
Daniel Gustafsson
2025-09-24
Consistently handle tab delimiters for wait event names
Daniel Gustafsson
2025-09-19
Document and check that PgStat_HashKey has no padding
Michael Paquier
2025-09-08
Fix corruption of pgstats shared hashtable due to OOM failures
Michael Paquier
2025-09-04
Adjust commentary for WaitEventLWLock in wait_event_names.txt.
Nathan Bossart
2025-09-04
Fix incorrect comment in pgstat_backend.c
Michael Paquier
2025-09-02
Generate pgstat_count_slru*() functions for slru using macros
Michael Paquier
2025-08-22
Revert "Get rid of WALBufMappingLock"
Alexander Korotkov
2025-08-19
Remove useless pointer update in StatsShmemInit()
Michael Paquier
2025-08-08
Remove useless/superfluous Datum conversions
Peter Eisentraut
2025-08-08
Add information about "generation" when dropping twice pgstats entry
Michael Paquier
2025-07-28
Fix performance regression with flush of pending fixed-numbered stats
Michael Paquier
2025-07-23
Cross-check lists of built-in LWLock tranches.
Nathan Bossart
2025-07-07
Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
2025-06-06
Use NULL instead of 0 for pointer arguments.
Nathan Bossart
2025-05-31
Change internal plan ID type from uint64 to int64
Michael Paquier
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-05-29
Add AioUringCompletion in wait_event_names.txt
Michael Paquier
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-03
Fix memory allocation/copy mistakes.
Etsuro Fujita
2025-05-03
Fix typos in comments.
Etsuro Fujita
2025-04-28
Remove circular #include's between wait_event.h and wait_event_types.h
Michael Paquier
2025-04-24
Add sanity check for dshash entries when reading pgstats file
Michael Paquier
2025-04-23
Remove assertion based on pending_since in pgstat_report_stat()
Michael Paquier
2025-04-11
Fix recently introduced typos
Daniel Gustafsson
2025-04-11
Add code comment explaining ins_since_vacuum and aborted inserts
David Rowley
2025-04-08
Introduce file_copy_method setting.
Thomas Munro
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-07
Fix use-after-free in pgstat_fetch_stat_backend_by_pid()
Michael Paquier
[next]