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
4 days
Fix performance regression with flush of pending fixed-numbered stats
Michael Paquier
8 days
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
2025-03-16
Revert "Add redo LSN to pgstats files"
Michael Paquier
2025-03-12
Remove initialization from PendingBackendStats
Michael Paquier
2025-03-11
Add WAL data to backend statistics
Michael Paquier
2025-03-08
Make parallel nbtree index scans use an LWLock.
Peter Geoghegan
2025-03-08
Improve check for detection of pending data in backend statistics
Michael Paquier
2025-03-05
Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer
Michael Paquier
2025-03-04
Split pgstat_bestart() into three different routines
Michael Paquier
2025-03-03
Handle auxiliary processes in SQL functions of backend statistics
Michael Paquier
2025-02-28
Invent pgstat_fetch_stat_backend_by_pid()
Michael Paquier
2025-02-26
Adding new PgStat_WalCounters structure in pgstat.h
Michael Paquier
2025-02-26
Remove pgstat_flush_wal()
Michael Paquier
2025-02-26
Re-add GUC track_wal_io_timing
Michael Paquier
2025-02-24
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-17
Revert: Get rid of WALBufMappingLock
Alexander Korotkov
2025-02-17
Move wal_buffers_full from PgStat_PendingWalStats to WalUsage
Michael Paquier
2025-02-17
Get rid of WALBufMappingLock
Alexander Korotkov
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [string]
Peter Eisentraut
2025-02-04
Add data for WAL in pg_stat_io and backend statistics
Michael Paquier
2025-02-03
Improve comment on top of pgstat_count_io_op_time()
Michael Paquier
[next]