Commit Graph

12158 Commits (f5930f9a98ea65d659d41600a138e608988ad122)

Author SHA1 Message Date
Tomas Vondra f5930f9a98 Improve accounting for memory used by shared hash tables 10 months ago
Heikki Linnakangas a460251f0a Make cancel request keys longer 10 months ago
Heikki Linnakangas 285613c60a libpq: Add min/max_protocol_version connection options 10 months ago
Peter Eisentraut 748e98d05b Fix code comment 10 months ago
Heikki Linnakangas 09be391126 Add timingsafe_bcmp(), for constant-time memory comparison 10 months ago
Peter Eisentraut eec0040c4b Add support for NOT ENFORCED in foreign key constraints 10 months ago
Alexander Korotkov bc22dc0e0d Get rid of WALBufMappingLock 10 months ago
Fujii Masao b53b88109f Improve error message when standby does accept connections. 10 months ago
Tom Lane 6c12ae09f5 Introduce a SQL-callable function array_sort(anyarray). 10 months ago
Tom Lane 6da2ba1d8a Fix detection and handling of strchrnul() for macOS 15.4. 10 months ago
Andrew Dunstan c313fa4602 Use workaround of __builtin_setjmp only on MINGW on MSVCRT 10 months ago
Andres Freund 93bc3d75d8 aio: Add test_aio module 10 months ago
Andres Freund 60f566b4f2 aio: Add pg_aios view 10 months ago
John Naylor af0c248557 Use function attributes for SSE 4.2 even when targeting that extension 10 months ago
John Naylor e2809e3a10 Inline CRC computation for small fixed-length input on x86 10 months ago
Andres Freund 2a5e709e72 Enable IO concurrency on all systems 10 months ago
Andres Freund ae3df4b341 read_stream: Introduce and use optional batchmode support 10 months ago
Andres Freund 12ce89fd07 bufmgr: Use AIO in StartReadBuffers() 10 months ago
Andres Freund 047cba7fa0 bufmgr: Implement AIO read support 10 months ago
Andres Freund ef64fe26ba aio: Add WARNING result status 10 months ago
Andres Freund d445990adc Let caller of PageIsVerified() control ignore_checksum_failure 10 months ago
Andres Freund b96d3c3897 pgstat: Allow checksum errors to be reported in critical sections 10 months ago
Andres Freund 4244cf6876 Add errhint_internal() 10 months ago
Andres Freund 08ccd56ac7 aio, bufmgr: Comment fixes/improvements 10 months ago
Andres Freund 50cb7505b3 aio: Implement support for reads in smgr/md/fd 10 months ago
Andres Freund dee8002468 Fix mis-attribution of checksum failure stats to the wrong database 10 months ago
Peter Eisentraut a0ed19e0a9 Use PRI?64 instead of "ll?" in format strings (continued). 10 months ago
Nathan Bossart 519338ace4 Optimize popcount functions with ARM SVE intrinsics. 10 months ago
Peter Eisentraut 3c8e463b0d Revert "Tidy up locale thread safety in ECPG library." 10 months ago
Nathan Bossart 6be53c2767 Optimize popcount functions with ARM Neon intrinsics. 10 months ago
Heikki Linnakangas 51a0382e8d Fix crash if LockErrorCleanup() is called twice 10 months ago
Nathan Bossart 9ac6f7e7ce Rename TRY_POPCNT_FAST to TRY_POPCNT_X86_64. 10 months ago
Peter Eisentraut 8e993bff53 Tidy up locale thread safety in ECPG library. 10 months ago
Peter Eisentraut 2247281c47 Cast result of i64abs() back to int64 10 months ago
Peter Eisentraut cdc168ad4b Add support for not-null constraints on virtual generated columns 10 months ago
Peter Eisentraut 9a9ead1105 Rename a node field for clarity 10 months ago
Peter Eisentraut 890fc826c9 Use thread-safe strftime_l() instead of strftime(). 10 months ago
Tom Lane d66997dfe8 Avoid mixing designated and non-designated field initializers. 10 months ago
Álvaro Herrera 9fbd53dea5
Remove the query_id_squash_values GUC 10 months ago
Peter Eisentraut b98be8a2a2 Provide thread-safe pg_localeconv_r(). 10 months ago
David Rowley f31aad9b07 Fix query jumbling to account for NULL nodes 10 months ago
Andres Freund c325a7633f aio: Add io_method=io_uring 10 months ago
Andres Freund 8eadd5c73c aio: Add liburing dependency 10 months ago
Andres Freund 9469d7fdd2 aio: Rename pgaio_io_prep_* to pgaio_io_start_* 10 months ago
Andres Freund f321ec237a aio: Pass result of local callbacks to ->report_return 10 months ago
Tom Lane 9324c8c580 Introduce PG_MODULE_MAGIC_EXT macro. 10 months ago
Daniel Gustafsson e92c0632c1 Move GSSAPI includes into its own header 10 months ago
Dean Rasheed a3b6dfd410 Add support for gamma() and lgamma() functions. 10 months ago
Michael Paquier 787514b30b Use relation name instead of OID in query jumbling for RangeTblEntry 10 months ago
Nathan Bossart 626d7236b6 pg_upgrade: Add --swap for faster file transfer. 10 months ago