Commit Graph

61008 Commits (eec0040c4bcd650993bb058ebdf61ab94171fda4)
 

Author SHA1 Message Date
Peter Eisentraut eec0040c4b Add support for NOT ENFORCED in foreign key constraints 9 months ago
Andres Freund 327d987df1 tests: Cope with io_method in TEMP_CONFIG in test_aio 9 months ago
Alexander Korotkov bc22dc0e0d Get rid of WALBufMappingLock 9 months ago
Fujii Masao b53b88109f Improve error message when standby does accept connections. 9 months ago
David Rowley 121d774cae Doc: add information about partition locking 9 months ago
Melanie Plageman b3219c69fc aio: Add errcontext for processing I/Os for another backend 9 months ago
David Rowley b136db07c6 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs 9 months ago
Tom Lane 6c12ae09f5 Introduce a SQL-callable function array_sort(anyarray). 9 months ago
Tom Lane 6da2ba1d8a Fix detection and handling of strchrnul() for macOS 15.4. 9 months ago
Andrew Dunstan c313fa4602 Use workaround of __builtin_setjmp only on MINGW on MSVCRT 9 months ago
Andres Freund e19dc74491 aio: Minor comment improvements 9 months ago
Andres Freund fdd146a8ef aio: Add README.md explaining higher level design 9 months ago
Nathan Bossart 5aec7e07fb doc: Adjust some notes about pg_upgrade's file transfer modes. 9 months ago
Andres Freund 00066aa173 md: Add comment & assert to buffer-zeroing path in md[start]readv() 9 months ago
Andres Freund 93bc3d75d8 aio: Add test_aio module 9 months ago
Andres Freund 60f566b4f2 aio: Add pg_aios view 9 months ago
Andres Freund 46250cdcb0 docs: Add acronym and glossary entries for I/O and AIO 9 months ago
Álvaro Herrera 172259afb5
Verify roundtrip dump/restore of regression database 9 months ago
Peter Eisentraut 764d501d24 Remove a stray "pgrminclude" annotation 9 months ago
Peter Eisentraut 113ecf1f8c Fix minor C type confusion 9 months ago
Heikki Linnakangas 2904324a88 heapam: Only set tuple's block once per page in pagemode 9 months ago
John Naylor af0c248557 Use function attributes for SSE 4.2 even when targeting that extension 9 months ago
David Rowley 3dbdf86c63 Fix failing regression test on x86-32 machines 9 months ago
Tom Lane 2fd3e2fa5c Fix accidentally-harmless thinko in psqlscan_test_variable(). 9 months ago
Peter Eisentraut 0fcf02ad45 doc: Mention clock synchronization recommendation for hot_standby_feedback 9 months ago
John Naylor e2809e3a10 Inline CRC computation for small fixed-length input on x86 9 months ago
Jeff Davis 4694aedf63 Add relallfrozen to pg_dump statistics. 9 months ago
Andres Freund 2a5e709e72 Enable IO concurrency on all systems 9 months ago
Andres Freund ae3df4b341 read_stream: Introduce and use optional batchmode support 9 months ago
Andres Freund f4d0730bbc aio: Basic read_stream adjustments for real AIO 9 months ago
Andres Freund b27f8637ea docs: Reframe track_io_timing related docs as wait time 9 months ago
Andres Freund 12ce89fd07 bufmgr: Use AIO in StartReadBuffers() 9 months ago
Andres Freund 047cba7fa0 bufmgr: Implement AIO read support 9 months ago
Andres Freund ef64fe26ba aio: Add WARNING result status 9 months ago
Andres Freund d445990adc Let caller of PageIsVerified() control ignore_checksum_failure 9 months ago
Andres Freund b96d3c3897 pgstat: Allow checksum errors to be reported in critical sections 9 months ago
Andres Freund 4244cf6876 Add errhint_internal() 9 months ago
Tomas Vondra 49b82522f1 Remove incidental md5() function use from test 9 months ago
Andres Freund d6d8054dc7 localbuf: Track pincount in BufferDesc as well 9 months ago
Andres Freund 08ccd56ac7 aio, bufmgr: Comment fixes/improvements 9 months ago
Andres Freund 50cb7505b3 aio: Implement support for reads in smgr/md/fd 9 months ago
Andres Freund dee8002468 Fix mis-attribution of checksum failure stats to the wrong database 9 months ago
Tomas Vondra 68f97aeadb amcheck: Add a GIN index to the CREATE INDEX CONCURRENTLY tests 9 months ago
Tomas Vondra ca738bdc4c amcheck: Add a test with GIN index on JSONB data 9 months ago
Tomas Vondra ec4327d106 amcheck: Fix indentation in verify_gin.c 9 months ago
Andres Freund 116e851db5 Fix "‘static’ is not at beginning of declaration" warning 9 months ago
Tomas Vondra 14ffaece0f amcheck: Add gin_index_check() to verify GIN index 9 months ago
Peter Eisentraut 53a2a1564a pgbench: Make set_random_seed() 64-bit everywhere. 9 months ago
Tomas Vondra d70b17636d amcheck: Move common routines into a separate module 9 months ago
Tomas Vondra fb9dff7663 Fix grammar in GIN README 9 months ago