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
Age
Commit message (
Expand
)
Author
2025-04-03
Update code comment
Peter Eisentraut
2025-04-03
Fix update-unicode make target
Peter Eisentraut
2025-04-03
Fix slot synchronization for two_phase enabled slots.
Amit Kapila
2025-04-02
Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025-04-02
Add test for HeapBitmapScan's broken skip_fetch optimization
Andres Freund
2025-04-02
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-04-02
Add GiST and btree sortsupport routines for range types
Heikki Linnakangas
2025-04-02
docs: Fix column count attribute in table
Heikki Linnakangas
2025-04-02
Improve accounting for PredXactList, RWConflictPool and PGPROC
Tomas Vondra
2025-04-02
Improve accounting for memory used by shared hash tables
Tomas Vondra
2025-04-02
Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025-04-02
docs: Add a new section and a table listing protocol versions
Heikki Linnakangas
2025-04-02
Make cancel request keys longer
Heikki Linnakangas
2025-04-02
libpq: Add min/max_protocol_version connection options
Heikki Linnakangas
2025-04-02
libpq: Handle NegotiateProtocolVersion message differently
Heikki Linnakangas
2025-04-02
Fix code comment
Peter Eisentraut
2025-04-02
Add timingsafe_bcmp(), for constant-time memory comparison
Heikki Linnakangas
2025-04-02
docs: Update phrase on message lengths in the protocol
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-02
Doc: add information about partition locking
David Rowley
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
doc: Adjust some notes about pg_upgrade's file transfer modes.
Nathan Bossart
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
docs: Add acronym and glossary entries for I/O and AIO
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
doc: Mention clock synchronization recommendation for hot_standby_feedback
Peter Eisentraut
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
[next]