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
2024-11-14
Replace postmaster.c's own backend type codes with BackendType
Heikki Linnakangas
2024-11-11
Add two attributes to pg_stat_database for parallel workers activity
Michael Paquier
2024-11-05
Clear padding of PgStat_HashKey when handling pgstats entries
Michael Paquier
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-01
Add pg_memory_is_all_zeros() in memutils.h
Michael Paquier
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-02
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-09-30
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-09
Add callbacks to control flush of fixed-numbered stats
Michael Paquier
2024-09-05
Add callback for backend initialization in pgstats
Michael Paquier
2024-09-05
Fix two NULL pointer dereferences when reading custom pgstats from file
Michael Paquier
2024-09-04
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-20
Fix a couple of wait event descriptions.
Nathan Bossart
2024-08-12
Fix a series of typos and outdated references
David Rowley
2024-08-04
Introduce pluggable APIs for Cumulative Statistics
Michael Paquier
2024-08-04
Fix incorrect format placeholders in pgstat.c
Michael Paquier
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
Switch PgStat_Kind from an enum to a uint32 type
Michael Paquier
2024-08-02
Add redo LSN to pgstats files
Michael Paquier
2024-07-30
Add more debugging information when failing to read pgstats files
Michael Paquier
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-17
Make write of pgstats file durable at shutdown
Michael Paquier
2024-07-12
Add assertion in pgstat_write_statsfile() about processes allowed
Michael Paquier
2024-07-12
Improve comment of pgstat_read_statsfile()
Michael Paquier
2024-07-11
Add a new 'F' entry type for fixed-numbered stats in pgstats file
Michael Paquier
2024-07-11
Add PgStat_KindInfo.init_shmem_cb
Michael Paquier
2024-07-09
Use pgstat_kind_infos to write fixed shared statistics
Michael Paquier
2024-07-03
Replace hardcoded identifiers of pgstats file by #defines
Michael Paquier
2024-07-02
Cleanup perl code from unused variables and routines
Michael Paquier
2024-07-01
Use pgstat_kind_infos to read fixed shared statistics
Michael Paquier
2024-07-01
Remove PgStat_KindInfo.named_on_disk
Michael Paquier
2024-06-27
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-06-27
Fix overflow with pgstats DSA reference count
Michael Paquier
2024-06-07
Add more debugging information when dropping twice pgstats entry
Michael Paquier
2024-06-06
Prevent inconsistent use of stats entry for replication slots
Michael Paquier
2024-05-17
Remove enum WaitEventExtension
Michael Paquier
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-07
Use conditional variable to wait for next MultiXact offset
Alvaro Herrera
2024-04-07
Use an LWLock instead of a spinlock in waitlsn.c
Alexander Korotkov
2024-04-05
Add "ABI_compatibility" regions to wait_event_names.txt
Michael Paquier
2024-04-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-02
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-03-22
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2024-03-22
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2024-03-20
Rework lwlocknames.txt to become lwlocklist.h
Alvaro Herrera
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
Add some asserts based on LWLockHeldByMe() for replication slot statistics
Michael Paquier
2024-03-11
Improve consistency of replication slot statistics
Michael Paquier
[prev]
[next]