Commit Graph

61008 Commits (eec0040c4bcd650993bb058ebdf61ab94171fda4)
 

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