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
2023-07-26
Fix crash with RemoveFromWaitQueue() when detecting a deadlock.
Masahiko Sawada
2023-07-26
Document more assumptions of LWLock variable changes with WAL inserts
Michael Paquier
2023-07-25
Optimize WAL insertion lock acquisition and release with some atomics
Michael Paquier
2023-07-25
Fix off-by-one in LimitAdditionalPins()
Andres Freund
2023-07-14
Remove wal_sync_method=fsync_writethrough on Windows.
Thomas Munro
2023-07-10
Message wording improvements
Peter Eisentraut
2023-07-06
Add GUC parameter "huge_pages_status"
Michael Paquier
2023-07-06
Revert the commits related to allowing page lock to conflict among parallel g...
Amit Kapila
2023-07-05
Generate automatically code and documentation related to wait events
Michael Paquier
2023-07-04
Ensure that creation of an empty relfile is fsync'd at checkpoint.
Heikki Linnakangas
2023-07-03
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-07-02
Trust signalfd on illumos, again.
Thomas Munro
2023-06-29
Error message wording improvements
Peter Eisentraut
2023-06-23
Error message refactoring
Peter Eisentraut
2023-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-19
fd.c: Retry after EINTR in more places
Andres Freund
2023-06-14
Fix typo in comment.
Masahiko Sawada
2023-06-12
Report stats when replaying XLOG_RUNNING_XACTS
Andres Freund
2023-06-12
Remove a few unused global variables and declarations.
Heikki Linnakangas
2023-05-21
Remove over-eager assertion in ExtendBufferedRelTo()
Andres Freund
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Remove stray mid-sentence tabs in comments
Peter Eisentraut
2023-05-19
Move mdwriteback() to better place
Peter Eisentraut
2023-05-19
Reindent some comments
Peter Eisentraut
2023-05-17
Add writeback to pg_stat_io
Andres Freund
2023-05-17
Update parameter name context to wb_context
Andres Freund
2023-05-14
Rename io_direct to debug_io_direct.
Thomas Munro
2023-05-05
Fix typo with wait event for SLRU buffer of commit timestamps
Michael Paquier
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-24
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-18
Fix various typos
David Rowley
2023-04-14
Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add tests
Andres Freund
2023-04-13
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
Track IO times in pg_stat_io
Andres Freund
2023-04-07
Improve IO accounting for temp relation writes
Andres Freund
2023-04-07
Fix copy-paste bug in 12f3867f553 triggering an assert after a write error
Andres Freund
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-06
Use ExtendBufferedRelTo() in {vm,fsm}_extend()
Andres Freund
2023-04-05
bufmgr: Introduce infrastructure for faster relation extension
Andres Freund
2023-04-05
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-04-05
bufmgr: Acquire and clean victim buffer separately
Andres Freund
2023-04-05
bufmgr: Add Pin/UnpinLocalBuffer()
Andres Freund
2023-04-05
bufmgr: Add some more error checking [infrastructure] around pinning
Andres Freund
2023-04-05
Add smgrzeroextend(), FileZero(), FileFallocate()
Andres Freund
2023-04-05
Don't initialize page in {vm,fsm}_extend(), not needed
Andres Freund
2023-04-04
bufmgr: Remove buffer-write-dirty tracepoints
Andres Freund
[next]