summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-02Add timingsafe_bcmp(), for constant-time memory comparisonHeikki 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-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-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-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-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
2025-03-30aio: Basic read_stream adjustments for real AIOAndres Freund
2025-03-30bufmgr: Use AIO in StartReadBuffers()Andres Freund
2025-03-30bufmgr: Implement AIO read supportAndres Freund
2025-03-30aio: Add WARNING result statusAndres Freund
2025-03-30Let caller of PageIsVerified() control ignore_checksum_failureAndres Freund
2025-03-30pgstat: Allow checksum errors to be reported in critical sectionsAndres Freund
2025-03-30Add errhint_internal()Andres Freund
2025-03-29localbuf: Track pincount in BufferDesc as wellAndres Freund
2025-03-29aio, bufmgr: Comment fixes/improvementsAndres Freund
2025-03-29aio: Implement support for reads in smgr/md/fdAndres Freund
2025-03-29Fix mis-attribution of checksum failure stats to the wrong databaseAndres Freund
2025-03-29Fix "‘static’ is not at beginning of declaration" warningAndres Freund
2025-03-29amcheck: Add gin_index_check() to verify GIN indexTomas Vondra
2025-03-29pgbench: Make set_random_seed() 64-bit everywhere.Peter Eisentraut
2025-03-29amcheck: Move common routines into a separate moduleTomas Vondra
2025-03-29Fix grammar in GIN READMETomas Vondra
2025-03-29Fix MERGE with DO NOTHING actions into a partitioned table.Dean Rasheed
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-28Matview statistics depend on matview data.Jeff Davis
2025-03-28Make group_similar_or_args() reorder clause list as little as possibleAlexander Korotkov
2025-03-28Optimize popcount functions with ARM SVE intrinsics.Nathan Bossart
2025-03-28Revert "Tidy up locale thread safety in ECPG library."Peter Eisentraut