Commit Graph

53109 Commits (12d768e70497afc5a57acf73c251316997b5175a)
 

Author SHA1 Message Date
Tom Lane 12d768e704 Don't use static storage for SaveTransactionCharacteristics(). 4 years ago
Tom Lane 2e517818f4 Fix SPI's handling of errors during transaction commit. 4 years ago
Tom Lane b15f254466 Adjust interaction of libpq pipeline mode with errorMessage resets. 4 years ago
Peter Eisentraut fbee60f6a4 Improve some psql test code 4 years ago
Michael Paquier 667726fbe5 pg_stat_statements: Remove unnecessary call to GetUserId() 4 years ago
Dean Rasheed d1b307eef2 Optimise numeric division for one and two base-NBASE digit divisors. 4 years ago
Dean Rasheed d996d648f3 Simplify the inner loop of numeric division in div_var(). 4 years ago
Dean Rasheed e3d41d08a1 Apply auto-vectorization to the inner loop of div_var_fast(). 4 years ago
Andres Freund 6b04abdfc5 Run tap tests in src/interfaces/libpq. 4 years ago
Andres Freund ac25173cdb Convert src/interfaces/libpq/test to a tap test. 4 years ago
Andres Freund 1155d8b8d5 Fix use of wrong variable in pg_receivewal's get_destination_dir(). 4 years ago
Andres Freund d33aeefd9b Fix warning on mingw due to pid_t width, introduced in fe0972ee5e. 4 years ago
Amit Kapila a89850a57e Fix typo in logicalfuncs.c. 4 years ago
Andres Freund fe0972ee5e Add further debug info to help debug 019_replslot_limit.pl failures. 4 years ago
Tom Lane 638300fef5 Disallow execution of SPI functions during plperl function compilation. 4 years ago
Andres Freund cd83cb9536 pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ. 4 years ago
Peter Geoghegan 73c61a50a1 vacuumlazy.c: Remove obsolete num_tuples field. 4 years ago
Amit Kapila 22eb12cfff Fix few values in pg_proc for pg_stat_get_replication_slot. 4 years ago
Peter Geoghegan cf879d3069 Remove unnecessary heap_tuple_needs_freeze argument. 4 years ago
Daniel Gustafsson 31d8d4740f Guard against reallocation failure in pg_regress 4 years ago
Heikki Linnakangas 6c46e8a5df Fix data loss on crash after sorted GiST index build. 4 years ago
Michael Paquier e77216fcb0 Simplify more checks related to set-returning functions 4 years ago
Michael Paquier fcc28178c6 Clean up and simplify code in a couple of set-returning functions 4 years ago
Etsuro Fujita 04e706d423 postgres_fdw: Add support for parallel commit. 4 years ago
Amit Kapila cfb4e209ec Fix one of the tests introduced in commit 52e4f0cd47. 4 years ago
Tom Lane bd74c4037c Re-allow underscore as first character of custom GUC names. 4 years ago
Daniel Gustafsson 0475a97f74 Quick exit on log stream child exit in pg_basebackup 4 years ago
Daniel Gustafsson c7d7e12039 Remove duplicated word in comment 4 years ago
Daniel Gustafsson 6da65a3f9a Add function to pump IPC process until string match 4 years ago
Daniel Gustafsson 91d3580535 Use test functions in pg_rewind test module 4 years ago
Daniel Gustafsson 2313a3ee22 Fix statenames in mergejoin comments 4 years ago
Andres Freund afdeff1052 Add temporary debug info to help debug 019_replslot_limit.pl failures. 4 years ago
Peter Eisentraut 9467321649 Put typtype letters back into consistent order 4 years ago
Amit Kapila 52e4f0cd47 Allow specifying row filters for logical replication of tables. 4 years ago
Michael Paquier ebf6c5249b Add compute_query_id = regress 4 years ago
Tom Lane 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. 4 years ago
Andres Freund 2776922201 Assert in init_toast_snapshot() that some snapshot registered or active. 4 years ago
Andres Freund 7c38ef2a5d Fix temporary object cleanup failing due to toast access without snapshot. 4 years ago
Andres Freund 27b02e070f pg_upgrade: Don't print progress status when output is not a tty. 4 years ago
Peter Eisentraut 3f649663a4 pgcrypto: Remove unused error code 4 years ago
Peter Eisentraut abe81ee084 pgcrypto: Remove unused error code 4 years ago
Peter Eisentraut 5c868c92ca Fix possible null pointer reference 4 years ago
Michael Paquier bf4ed12b58 doc: Mention environment variable ZSTD in the TAP tests for MSVC 4 years ago
Andres Freund fbabdf8f9a Fix meaning-changing typo introduced in fa0e03c15a. 4 years ago
Tom Lane 83a7637e2c Reset conn->errorReported when PQrequestCancel sets errorMessage. 4 years ago
Andrew Dunstan 1c6d462939
Remove most msys special processing in TAP tests 4 years ago
Andrew Dunstan 95d981338b
Remove PostgreSQL::Test::Utils::perl2host completely 4 years ago
Andrew Dunstan cf12541f2b
Ensure the right perl is used for TAP tests on msys 4 years ago
Heikki Linnakangas 69639e2b5c Fix uninitialized variable. 4 years ago
John Naylor 4b35408f1e Use bitwise rotate functions in more places 4 years ago