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
/
storage
/
ipc
Age
Commit message (
Expand
)
Author
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-21
Update outdated comment on WAL-logged locks with invalid XID
Heikki Linnakangas
2024-10-08
Use an shmem_exit callback to remove backend from PMChildFlags on exit
Heikki Linnakangas
2024-09-21
Increase the number of fast-path lock slots
Tomas Vondra
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-29
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-07-30
Remove --disable-spinlocks.
Thomas Munro
2024-07-29
Fix double-release of spinlock
Heikki Linnakangas
2024-07-29
Fix compiler warning/error about typedef redefinitions
Heikki Linnakangas
2024-07-29
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-26
Introduce num_os_semaphores GUC.
Nathan Bossart
2024-07-13
Fix lost Windows socket EOF events.
Thomas Munro
2024-07-09
Introduce pg_signal_autovacuum_worker.
Nathan Bossart
2024-07-08
Remove an extra period in code comment
Richard Guo
2024-07-04
Optimize memory access in GetRunningTransactionData()
Alexander Korotkov
2024-07-04
Fix typo in GetRunningTransactionData()
Alexander Korotkov
2024-06-27
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-06-27
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-05-16
Fix documentation about DROP DATABASE FORCE process termination rights.
Noah Misch
2024-04-17
Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymore
Andres Freund
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-03
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-04-03
Move WaitLSNShmemInit() to CreateOrAttachShmemStructs()
Alexander Korotkov
2024-04-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-03-14
Fix false reports in pg_visibility
Alexander Korotkov
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove the adminpack contrib extension
Daniel Gustafsson
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-26
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-22
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-14
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-02-14
Add a slot synchronization function.
Amit Kapila
2024-02-13
Fix 'mmap' DSM implementation with allocations larger than 4 GB
Heikki Linnakangas
2024-01-22
Fix possible NULL pointer dereference in GetNamedDSMSegment().
Nathan Bossart
2024-01-22
Add backend support for injection points
Michael Paquier
2024-01-19
Introduce the dynamic shared memory registry.
Nathan Bossart
2024-01-19
Fix name collision in c64086b79dba
Alexander Korotkov
2024-01-19
Reorder actions in ProcArrayApplyRecoveryInfo()
Alexander Korotkov
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-20
Add support for incremental backup.
Robert Haas
2023-12-11
Remove trace_recovery_messages
Michael Paquier
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
Initialize ShmemVariableCache like other shmem areas
Heikki Linnakangas
2023-12-03
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-11-23
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
[next]