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
Age
Commit message (
Expand
)
Author
2025-04-02
Add timingsafe_bcmp(), for constant-time memory comparison
Heikki Linnakangas
2025-04-02
tests: Fix incompatibility of test_aio with *_FORCE_RELEASE
Andres Freund
2025-04-02
tests: Cope with WARNINGs during failed CREATE DB on windows
Andres Freund
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-04-02
tests: Cope with io_method in TEMP_CONFIG in test_aio
Andres Freund
2025-04-02
Get rid of WALBufMappingLock
Alexander Korotkov
2025-04-02
Improve error message when standby does accept connections.
Fujii Masao
2025-04-01
aio: Add errcontext for processing I/Os for another backend
Melanie Plageman
2025-04-01
Fix planner's failure to identify multiple hashable ScalarArrayOpExprs
David Rowley
2025-04-01
Introduce a SQL-callable function array_sort(anyarray).
Tom Lane
2025-04-01
Fix detection and handling of strchrnul() for macOS 15.4.
Tom Lane
2025-04-01
Use workaround of __builtin_setjmp only on MINGW on MSVCRT
Andrew Dunstan
2025-04-01
aio: Minor comment improvements
Andres Freund
2025-04-01
aio: Add README.md explaining higher level design
Andres Freund
2025-04-01
md: Add comment & assert to buffer-zeroing path in md[start]readv()
Andres Freund
2025-04-01
aio: Add test_aio module
Andres Freund
2025-04-01
aio: Add pg_aios view
Andres Freund
2025-04-01
Verify roundtrip dump/restore of regression database
Álvaro Herrera
2025-04-01
Remove a stray "pgrminclude" annotation
Peter Eisentraut
2025-04-01
Fix minor C type confusion
Peter Eisentraut
2025-04-01
heapam: Only set tuple's block once per page in pagemode
Heikki Linnakangas
2025-04-01
Use function attributes for SSE 4.2 even when targeting that extension
John Naylor
2025-03-31
Fix failing regression test on x86-32 machines
David Rowley
2025-03-31
Fix accidentally-harmless thinko in psqlscan_test_variable().
Tom Lane
2025-03-31
Inline CRC computation for small fixed-length input on x86
John Naylor
2025-03-31
Add relallfrozen to pg_dump statistics.
Jeff Davis
2025-03-30
Enable IO concurrency on all systems
Andres Freund
2025-03-30
read_stream: Introduce and use optional batchmode support
Andres Freund
2025-03-30
aio: Basic read_stream adjustments for real AIO
Andres Freund
2025-03-30
bufmgr: Use AIO in StartReadBuffers()
Andres Freund
2025-03-30
bufmgr: Implement AIO read support
Andres Freund
2025-03-30
aio: Add WARNING result status
Andres Freund
2025-03-30
Let caller of PageIsVerified() control ignore_checksum_failure
Andres Freund
2025-03-30
pgstat: Allow checksum errors to be reported in critical sections
Andres Freund
2025-03-30
Add errhint_internal()
Andres Freund
2025-03-29
localbuf: Track pincount in BufferDesc as well
Andres Freund
2025-03-29
aio, bufmgr: Comment fixes/improvements
Andres Freund
2025-03-29
aio: Implement support for reads in smgr/md/fd
Andres Freund
2025-03-29
Fix mis-attribution of checksum failure stats to the wrong database
Andres Freund
2025-03-29
Fix "‘static’ is not at beginning of declaration" warning
Andres Freund
2025-03-29
amcheck: Add gin_index_check() to verify GIN index
Tomas Vondra
2025-03-29
pgbench: Make set_random_seed() 64-bit everywhere.
Peter Eisentraut
2025-03-29
amcheck: Move common routines into a separate module
Tomas Vondra
2025-03-29
Fix grammar in GIN README
Tomas Vondra
2025-03-29
Fix MERGE with DO NOTHING actions into a partitioned table.
Dean Rasheed
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-28
Matview statistics depend on matview data.
Jeff Davis
2025-03-28
Make group_similar_or_args() reorder clause list as little as possible
Alexander Korotkov
2025-03-28
Optimize popcount functions with ARM SVE intrinsics.
Nathan Bossart
2025-03-28
Revert "Tidy up locale thread safety in ECPG library."
Peter Eisentraut
[prev]
[next]