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
/
storage
Age
Commit message (
Expand
)
Author
2024-03-20
Rework lwlocknames.txt to become lwlocklist.h
Alvaro Herrera
2024-03-14
Allow a no-wait lock acquisition to succeed in more cases.
Robert Haas
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-11
Don't destroy SMgrRelations at relcache invalidation
Heikki Linnakangas
2024-03-09
Document units of "timeout" in ConditionVariableTimedSleep()
Michael Paquier
2024-03-04
Put back required #include
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-03-01
Return ssize_t in fd.c I/O functions.
Thomas Munro
2024-02-28
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
2024-02-26
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-23
Fix compiler warning on typedef redeclaration
Heikki Linnakangas
2024-02-23
Introduce a new smgr bulk loading facility.
Heikki Linnakangas
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-21
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-16
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
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-02-02
Fix typo in comments
Heikki Linnakangas
2024-02-02
Fix bug in bulk extending temp relation after failure
Heikki Linnakangas
2024-01-31
Fix copy&paste typo in comment
Alvaro Herrera
2024-01-31
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-30
Split use of SerialSLRULock, creating SerialControlLock
Alvaro Herrera
2024-01-26
Make spelling of cancelled/cancellation consistent
Alvaro Herrera
2024-01-25
Remove dummy_spinlock
Alvaro Herrera
2024-01-25
Fix s_lock_test compile
Alvaro Herrera
2024-01-24
Improve notation of BuiltinTrancheNames
Alvaro Herrera
2024-01-23
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-18
Error message capitalisation
Peter Eisentraut
2024-01-12
Refactor code checking for file existence
Michael Paquier
2024-01-09
Cross-check lists of predefined LWLocks.
Nathan Bossart
2024-01-05
Fix corruption of local buffer state during extend of temp relation
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-12-20
Add support for incremental backup.
Robert Haas
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-19
Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a807026e6139d.
Robert Haas
2023-12-18
Provide vectored variants of smgrread() and smgrwrite().
Thomas Munro
2023-12-16
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
[next]