Commit Graph

60974 Commits (d445990adc419f435360f0dcd91c05c082f5fa3f)
 

Author SHA1 Message Date
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
Dean Rasheed 8b6a0e2392 Fix MERGE with DO NOTHING actions into a partitioned table. 1 year ago
Peter Eisentraut a0ed19e0a9 Use PRI?64 instead of "ll?" in format strings (continued). 1 year ago
Jeff Davis a0a4601765 Matview statistics depend on matview data. 1 year ago
Alexander Korotkov 775a06d44c Make group_similar_or_args() reorder clause list as little as possible 1 year ago
Nathan Bossart 519338ace4 Optimize popcount functions with ARM SVE intrinsics. 1 year ago
Peter Eisentraut 3c8e463b0d Revert "Tidy up locale thread safety in ECPG library." 1 year ago
Nathan Bossart 6be53c2767 Optimize popcount functions with ARM Neon intrinsics. 1 year ago
Heikki Linnakangas 51a0382e8d Fix crash if LockErrorCleanup() is called twice 1 year ago
Nathan Bossart 9ac6f7e7ce Rename TRY_POPCNT_FAST to TRY_POPCNT_X86_64. 1 year ago
Masahiko Sawada a5419bc72e Fix timestamp overflow in UUIDv7 implementation. 1 year ago
Peter Eisentraut 8e993bff53 Tidy up locale thread safety in ECPG library. 1 year ago
Peter Eisentraut 2247281c47 Cast result of i64abs() back to int64 1 year ago
Robert Haas 83ccc85859 pg_overexplain: Use PG_MODULE_MAGIC_EXT. 1 year ago
Robert Haas 9f0c36aea0 pg_overexplain: Call previous hooks as appropriate. 1 year ago
Peter Eisentraut cdc168ad4b Add support for not-null constraints on virtual generated columns 1 year ago
Peter Eisentraut 747ddd38cb Modernize some code a bit 1 year ago
Peter Eisentraut 9a9ead1105 Rename a node field for clarity 1 year ago
Amit Kapila fb2ea12f42 pg_createsubscriber: Add '--all' option. 1 year ago
Peter Eisentraut 890fc826c9 Use thread-safe strftime_l() instead of strftime(). 1 year ago
Amit Kapila 474d7a1fd8 Stablize tests added in 3abe9dc188. 1 year ago
Daniel Gustafsson 058b5152f0 Fix guc_malloc calls for consistency and OOM checks 1 year ago
Melanie Plageman 043799fa08 Use streaming read I/O in heap amcheck 1 year ago
Tom Lane 4623d71443 Prevent assertion failure in contrib/pg_freespacemap. 1 year ago
Tom Lane d66997dfe8 Avoid mixing designated and non-designated field initializers. 1 year ago
Daniel Gustafsson 0f3604a518 psql: Fix incorrect equality comparison 1 year ago
Robert Haas 081ec08e6a pg_overexplain: Filter out actual row count from test result. 1 year ago
Álvaro Herrera 9fbd53dea5
Remove the query_id_squash_values GUC 1 year ago
Peter Eisentraut 5d5f415816 Expand test a bit 1 year ago
Peter Eisentraut b98be8a2a2 Provide thread-safe pg_localeconv_r(). 1 year ago
Álvaro Herrera 4a02af8b1a
Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT 1 year ago
Michael Paquier 72c2f36d57 libpq: Add TAP tests for service files and names 1 year ago
David Rowley ad9a23bc4f Optimize Query jumble 1 year ago
David Rowley f31aad9b07 Fix query jumbling to account for NULL nodes 1 year ago
Michael Paquier 44fe6ceb51 doc: Correct description of values used in FSM for indexes 1 year ago