summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-03Update code commentPeter Eisentraut
2025-04-03Fix update-unicode make targetPeter Eisentraut
2025-04-03Fix slot synchronization for two_phase enabled slots.Amit Kapila
2025-04-02Remove unnecessary type violation in tsvectorrecv().Tom Lane
2025-04-02Add test for HeapBitmapScan's broken skip_fetch optimizationAndres Freund
2025-04-02Remove HeapBitmapScan's skip_fetch optimizationAndres Freund
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-04-02Add GiST and btree sortsupport routines for range typesHeikki Linnakangas
2025-04-02docs: Fix column count attribute in tableHeikki Linnakangas
2025-04-02Improve accounting for PredXactList, RWConflictPool and PGPROCTomas Vondra
2025-04-02Improve accounting for memory used by shared hash tablesTomas Vondra
2025-04-02Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane
2025-04-02docs: Add a new section and a table listing protocol versionsHeikki Linnakangas
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-04-02libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas
2025-04-02libpq: Handle NegotiateProtocolVersion message differentlyHeikki Linnakangas
2025-04-02Fix code commentPeter Eisentraut
2025-04-02Add timingsafe_bcmp(), for constant-time memory comparisonHeikki Linnakangas
2025-04-02docs: Update phrase on message lengths in the protocolHeikki Linnakangas
2025-04-02tests: Fix incompatibility of test_aio with *_FORCE_RELEASEAndres Freund
2025-04-02tests: Cope with WARNINGs during failed CREATE DB on windowsAndres Freund
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-04-02tests: Cope with io_method in TEMP_CONFIG in test_aioAndres Freund
2025-04-02Get rid of WALBufMappingLockAlexander Korotkov
2025-04-02Improve error message when standby does accept connections.Fujii Masao
2025-04-02Doc: add information about partition lockingDavid Rowley
2025-04-01aio: Add errcontext for processing I/Os for another backendMelanie Plageman
2025-04-01Fix planner's failure to identify multiple hashable ScalarArrayOpExprsDavid Rowley
2025-04-01Introduce a SQL-callable function array_sort(anyarray).Tom Lane
2025-04-01Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane
2025-04-01Use workaround of __builtin_setjmp only on MINGW on MSVCRTAndrew Dunstan
2025-04-01aio: Minor comment improvementsAndres Freund
2025-04-01aio: Add README.md explaining higher level designAndres Freund
2025-04-01doc: Adjust some notes about pg_upgrade's file transfer modes.Nathan Bossart
2025-04-01md: Add comment & assert to buffer-zeroing path in md[start]readv()Andres Freund
2025-04-01aio: Add test_aio moduleAndres Freund
2025-04-01aio: Add pg_aios viewAndres Freund
2025-04-01docs: Add acronym and glossary entries for I/O and AIOAndres Freund
2025-04-01Verify roundtrip dump/restore of regression databaseÁlvaro Herrera
2025-04-01Remove a stray "pgrminclude" annotationPeter Eisentraut
2025-04-01Fix minor C type confusionPeter Eisentraut
2025-04-01heapam: Only set tuple's block once per page in pagemodeHeikki Linnakangas
2025-04-01Use function attributes for SSE 4.2 even when targeting that extensionJohn Naylor
2025-03-31Fix failing regression test on x86-32 machinesDavid Rowley
2025-03-31Fix accidentally-harmless thinko in psqlscan_test_variable().Tom Lane
2025-03-31doc: Mention clock synchronization recommendation for hot_standby_feedbackPeter Eisentraut
2025-03-31Inline CRC computation for small fixed-length input on x86John Naylor
2025-03-31Add relallfrozen to pg_dump statistics.Jeff Davis
2025-03-30Enable IO concurrency on all systemsAndres Freund
2025-03-30read_stream: Introduce and use optional batchmode supportAndres Freund