Commit Graph

61023 Commits (0dca5d68d7bebf2c1036fd84875533afef6df992)
 

Author SHA1 Message Date
Tom Lane 0dca5d68d7 Change SQL-language functions to use the plan cache. 9 months ago
Heikki Linnakangas e9e7b66044 Add GiST and btree sortsupport routines for range types 9 months ago
Heikki Linnakangas ea3f9b6da3 docs: Fix column count attribute in table 9 months ago
Tomas Vondra 46df9487d9 Improve accounting for PredXactList, RWConflictPool and PGPROC 9 months ago
Tomas Vondra f5930f9a98 Improve accounting for memory used by shared hash tables 9 months ago
Tom Lane bd178960c6 Need to do CommandCounterIncrement after StoreAttrMissingVal. 9 months ago
Heikki Linnakangas b05751220b docs: Add a new section and a table listing protocol versions 9 months ago
Heikki Linnakangas a460251f0a Make cancel request keys longer 9 months ago
Heikki Linnakangas 285613c60a libpq: Add min/max_protocol_version connection options 9 months ago
Heikki Linnakangas 5070349102 libpq: Handle NegotiateProtocolVersion message differently 9 months ago
Peter Eisentraut 748e98d05b Fix code comment 9 months ago
Heikki Linnakangas 09be391126 Add timingsafe_bcmp(), for constant-time memory comparison 9 months ago
Heikki Linnakangas 85d799ba8a docs: Update phrase on message lengths in the protocol 9 months ago
Andres Freund a6285b150a tests: Fix incompatibility of test_aio with *_FORCE_RELEASE 9 months ago
Andres Freund 43dca8a116 tests: Cope with WARNINGs during failed CREATE DB on windows 9 months ago
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