Commit Graph

60962 Commits (14ffaece0fb53fed8ddbc46d2b353e1c4834863a)
 

Author SHA1 Message Date
Tomas Vondra 14ffaece0f amcheck: Add gin_index_check() to verify GIN index 9 months ago
Peter Eisentraut 53a2a1564a pgbench: Make set_random_seed() 64-bit everywhere. 9 months ago
Tomas Vondra d70b17636d amcheck: Move common routines into a separate module 9 months ago
Tomas Vondra fb9dff7663 Fix grammar in GIN README 9 months ago
Dean Rasheed 8b6a0e2392 Fix MERGE with DO NOTHING actions into a partitioned table. 9 months ago
Peter Eisentraut a0ed19e0a9 Use PRI?64 instead of "ll?" in format strings (continued). 9 months ago
Jeff Davis a0a4601765 Matview statistics depend on matview data. 9 months ago
Alexander Korotkov 775a06d44c Make group_similar_or_args() reorder clause list as little as possible 9 months ago
Nathan Bossart 519338ace4 Optimize popcount functions with ARM SVE intrinsics. 9 months ago
Peter Eisentraut 3c8e463b0d Revert "Tidy up locale thread safety in ECPG library." 9 months ago
Nathan Bossart 6be53c2767 Optimize popcount functions with ARM Neon intrinsics. 9 months ago
Heikki Linnakangas 51a0382e8d Fix crash if LockErrorCleanup() is called twice 9 months ago
Nathan Bossart 9ac6f7e7ce Rename TRY_POPCNT_FAST to TRY_POPCNT_X86_64. 9 months ago
Masahiko Sawada a5419bc72e Fix timestamp overflow in UUIDv7 implementation. 9 months ago
Peter Eisentraut 8e993bff53 Tidy up locale thread safety in ECPG library. 9 months ago
Peter Eisentraut 2247281c47 Cast result of i64abs() back to int64 9 months ago
Robert Haas 83ccc85859 pg_overexplain: Use PG_MODULE_MAGIC_EXT. 9 months ago
Robert Haas 9f0c36aea0 pg_overexplain: Call previous hooks as appropriate. 9 months ago
Peter Eisentraut cdc168ad4b Add support for not-null constraints on virtual generated columns 9 months ago
Peter Eisentraut 747ddd38cb Modernize some code a bit 9 months ago
Peter Eisentraut 9a9ead1105 Rename a node field for clarity 9 months ago
Amit Kapila fb2ea12f42 pg_createsubscriber: Add '--all' option. 9 months ago
Peter Eisentraut 890fc826c9 Use thread-safe strftime_l() instead of strftime(). 9 months ago
Amit Kapila 474d7a1fd8 Stablize tests added in 3abe9dc188. 9 months ago
Daniel Gustafsson 058b5152f0 Fix guc_malloc calls for consistency and OOM checks 9 months ago
Melanie Plageman 043799fa08 Use streaming read I/O in heap amcheck 9 months ago
Tom Lane 4623d71443 Prevent assertion failure in contrib/pg_freespacemap. 9 months ago
Tom Lane d66997dfe8 Avoid mixing designated and non-designated field initializers. 9 months ago
Daniel Gustafsson 0f3604a518 psql: Fix incorrect equality comparison 9 months ago
Robert Haas 081ec08e6a pg_overexplain: Filter out actual row count from test result. 9 months ago
Álvaro Herrera 9fbd53dea5
Remove the query_id_squash_values GUC 9 months ago
Peter Eisentraut 5d5f415816 Expand test a bit 9 months ago
Peter Eisentraut b98be8a2a2 Provide thread-safe pg_localeconv_r(). 9 months ago
Álvaro Herrera 4a02af8b1a
Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT 9 months ago
Michael Paquier 72c2f36d57 libpq: Add TAP tests for service files and names 10 months ago
David Rowley ad9a23bc4f Optimize Query jumble 10 months ago
David Rowley f31aad9b07 Fix query jumbling to account for NULL nodes 10 months ago
Michael Paquier 44fe6ceb51 doc: Correct description of values used in FSM for indexes 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
Michael Paquier f056f75daf doc: Mention possible ephemeral discrepancies in pg_stat_activity 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
Andres Freund 96da9050a5 aio: Be more paranoid about interrupts 10 months ago
Robert Haas 47a1f076a7 pg_overexplain: SET jit=off when running tests. 10 months ago
Robert Haas de65c4dade Fix oversights in commit 8d5ceb113e 10 months ago
Robert Haas 8d5ceb113e pg_overexplain: Additional EXPLAIN options for debugging. 10 months ago
Tomas Vondra 818245506c Keep the decompressed filter in brin_bloom_union 10 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 10 months ago
Tom Lane 9324c8c580 Introduce PG_MODULE_MAGIC_EXT macro. 10 months ago