summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-30Remove incidental md5() function use from testTomas Vondra
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-29amcheck: Add a GIN index to the CREATE INDEX CONCURRENTLY testsTomas Vondra
2025-03-29amcheck: Add a test with GIN index on JSONB dataTomas Vondra
2025-03-29amcheck: Fix indentation in verify_gin.cTomas Vondra
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
2025-03-28Optimize popcount functions with ARM Neon intrinsics.Nathan Bossart
2025-03-28Fix crash if LockErrorCleanup() is called twiceHeikki Linnakangas
2025-03-28Rename TRY_POPCNT_FAST to TRY_POPCNT_X86_64.Nathan Bossart
2025-03-28Fix timestamp overflow in UUIDv7 implementation.Masahiko Sawada
2025-03-28Tidy up locale thread safety in ECPG library.Peter Eisentraut
2025-03-28Cast result of i64abs() back to int64Peter Eisentraut
2025-03-28pg_overexplain: Use PG_MODULE_MAGIC_EXT.Robert Haas
2025-03-28pg_overexplain: Call previous hooks as appropriate.Robert Haas
2025-03-28Add support for not-null constraints on virtual generated columnsPeter Eisentraut
2025-03-28Modernize some code a bitPeter Eisentraut
2025-03-28Rename a node field for clarityPeter Eisentraut
2025-03-28pg_createsubscriber: Add '--all' option.Amit Kapila
2025-03-28Use thread-safe strftime_l() instead of strftime().Peter Eisentraut
2025-03-28Stablize tests added in 3abe9dc188.Amit Kapila
2025-03-27Fix guc_malloc calls for consistency and OOM checksDaniel Gustafsson
2025-03-27Use streaming read I/O in heap amcheckMelanie Plageman
2025-03-27Prevent assertion failure in contrib/pg_freespacemap.Tom Lane
2025-03-27Avoid mixing designated and non-designated field initializers.Tom Lane
2025-03-27psql: Fix incorrect equality comparisonDaniel Gustafsson
2025-03-27pg_overexplain: Filter out actual row count from test result.Robert Haas
2025-03-27Remove the query_id_squash_values GUCÁlvaro Herrera
2025-03-27Expand test a bitPeter Eisentraut
2025-03-27Provide thread-safe pg_localeconv_r().Peter Eisentraut
2025-03-27Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERITÁlvaro Herrera
2025-03-27libpq: Add TAP tests for service files and namesMichael Paquier