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
/
ipc
Age
Commit message (
Expand
)
Author
2023-07-10
Message wording improvements
Peter Eisentraut
2023-07-06
Add GUC parameter "huge_pages_status"
Michael Paquier
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-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-12
Report stats when replaying XLOG_RUNNING_XACTS
Andres Freund
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
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-08
Handle logical slot conflicts on standby
Andres Freund
2023-03-30
Fix incorrect format placeholders
Peter Eisentraut
2023-03-17
Improve several permission-related error messages.
Peter Eisentraut
2023-03-08
Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids
Andres Freund
2023-02-20
Speedup and increase usability of set proc title functions
David Rowley
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-25
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-21
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-20
Remove SHM_QUEUE
Andres Freund
2023-01-12
Fix WaitEventSetWait() buffer overrun.
Thomas Munro
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-02
Update copyright for 2023
Bruce Momjian
2023-01-02
Avoid special XID snapshotConflictHorizon values.
Peter Geoghegan
2022-12-23
Allow parent's WaitEventSets to be freed after fork().
Thomas Munro
2022-12-23
Don't leak a signalfd when using latches in the postmaster.
Thomas Munro
2022-12-23
Add WL_SOCKET_ACCEPT event to WaitEventSet API.
Thomas Munro
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-19
Expose some information about backend subxact status.
Robert Haas
2022-11-29
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-22
Ignore invalidated slots while computing oldest catalog Xmin
Alvaro Herrera
2022-11-17
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-15
Improve comments referring snapshot's subxip array.
Amit Kapila
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-14
Standardize format for printing PIDs
Peter Eisentraut
2022-10-11
Harden pmsignal.c against clobbered shared memory.
Tom Lane
2022-10-06
Take care to de-duplicate entries in standby.c's table of locks.
Tom Lane
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-22
Used optimized linear search in more code paths
Michael Paquier
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-14
Use SIGNAL_ARGS consistently to declare signal handlers.
Tom Lane
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-08-13
Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.
Thomas Munro
2022-07-28
Fix comment in procarray.c.
Fujii Masao
2022-07-16
Make dsm_impl_posix_resize more future-proof.
Thomas Munro
2022-07-14
Don't clobber postmaster sigmask in dsm_impl_resize.
Thomas Munro
2022-07-14
Create a distinct wait event for POSIX DSM allocation.
Thomas Munro
2022-07-14
Remove redundant ftruncate() for POSIX DSM memory.
Thomas Munro
2022-07-14
Block signals while allocating DSM memory.
Thomas Munro
[next]