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-03-08
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-03-05
Run pgindent again on the same file.
Jeff Davis
2024-03-05
Run pgindent for commit ef4cfdce0e.
Jeff Davis
2024-03-05
Fix references to renamed function in comments
Heikki Linnakangas
2024-03-05
Fix a leftover reference to backend_id in comment
Heikki Linnakangas
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-02-28
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-26
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-26
Use NULL instead of 0 for 'arg' argument in dshash_create() calls.
Nathan Bossart
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-01
Sync PG_VERSION file in CREATE DATABASE.
Noah Misch
2024-02-01
Fix stats_fetch_consistency with stats for fixed-numbered objects
Michael Paquier
2024-01-30
Split use of SerialSLRULock, creating SerialControlLock
Alvaro Herrera
2024-01-22
Fix some typos
Michael Paquier
2024-01-22
Add backend support for injection points
Michael Paquier
2024-01-19
Introduce the dynamic shared memory registry.
Nathan Bossart
2024-01-17
Fix incorrect comment on how BackendStatusArray is indexed
Heikki Linnakangas
2024-01-09
Cross-check lists of predefined LWLocks.
Nathan Bossart
2024-01-03
Update copyright for 2024
Bruce Momjian
2024-01-02
Remove Lock suffix from WALSummarizerLock in wait_event_names.txt
Robert Haas
2024-01-02
Add WALSummarizerLock to wait_event_names.txt
Robert Haas
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-12-25
Enhance checkpointer restartpoint statistics
Alexander Korotkov
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-16
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-30
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-30
Refactor some code related to transaction-level statistics for relations
Michael Paquier
2023-10-27
Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer
Michael Paquier
2023-10-24
Fix typos in wait_event.c
Michael Paquier
2023-10-19
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-18
Count write times when extending relation files for shared buffers
Michael Paquier
2023-10-13
Add wait events for checkpoint delay mechanism.
Thomas Munro
2023-10-03
Avoid memory size overflow when allocating backend activity buffer
Michael Paquier
2023-09-26
Fix behavior of "force" in pgstat_report_wal()
Michael Paquier
2023-09-06
Remove column for wait event names in wait_event_names.txt
Michael Paquier
2023-09-06
Use more consistent names for wait event objects and types
Michael Paquier
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-04
Fix handling of shared statistics with dropped databases
Michael Paquier
2023-08-30
Use actual backend IDs in pg_stat_get_backend_subxact().
Nathan Bossart
2023-08-30
Rename some support functions for pgstat* views.
Nathan Bossart
2023-08-28
Fix some typos in wait_event_names.txt
Michael Paquier
2023-08-20
Add system view pg_wait_events
Michael Paquier
2023-08-18
Fix format if entry in wait_event_names.txt
Michael Paquier
2023-08-14
Change custom wait events to use dynamic shared hash tables
Michael Paquier
2023-08-08
doc: Fix incorrect entries generated from wait_event_names.txt
Michael Paquier
[prev]
[next]