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
/
utils
/
activity
Age
Commit message (
Expand
)
Author
8 days
Add seq_sync_error_count to subscription statistics.
Amit Kapila
10 days
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-09-30
Fix typo in pgstat_relation.c header comment
David Rowley
2025-09-28
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-03
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-27
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-10
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
2025-04-06
Use "(void)" to mark pgstat_lock_entry(..., false) calls.
Tom Lane
2025-04-02
Get rid of WALBufMappingLock
Alexander Korotkov
2025-03-30
pgstat: Allow checksum errors to be reported in critical sections
Andres Freund
2025-03-29
Fix mis-attribution of checksum failure stats to the wrong database
Andres Freund
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-26
aio: Add io_method=io_uring
Andres Freund
2025-03-24
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-18
Fix copy-paste error related to the autovacuum launcher in pgstat_io.c
Michael Paquier
2025-03-18
Optimize check for pending backend IO stats
Michael Paquier
2025-03-18
aio: Add io_method=worker
Andres Freund
2025-03-18
aio: Infrastructure for io_method=worker
Andres Freund
2025-03-17
aio: Add core asynchronous I/O infrastructure
Andres Freund
[next]