Commit Graph

53120 Commits (46ab07ffda9d6c8e63360ded2d4568aa160a7700)
 

Author SHA1 Message Date
Tom Lane 46ab07ffda Clean up assorted failures under clang's -fsanitize=undefined checks. 4 years ago
Michael Paquier 62ce0c758d Fix catalog data of pg_stop_backup(), labelled v2 4 years ago
Tom Lane 50f03473ed Doc: update libpq.sgml for root-owned SSL private keys. 4 years ago
Peter Eisentraut e58791c6ad Add id's to various elements in protocol.sgml 4 years ago
Tatsuo Ishii 506035b0b8 Fix typo in pgbench messages. 4 years ago
Michael Paquier dc57366c58 Fix check for PGHOST[ADDR] in pg_upgrade with Windows and temporary paths 4 years ago
Peter Eisentraut 9028cce426 psql: Additional tests 4 years ago
Michael Paquier a33e17f210 Rework internal command generation of pg_rewind 4 years ago
Amit Kapila 7a85073290 Reconsider pg_stat_subscription_workers view. 4 years ago
Tom Lane 54bd1e43ca Handle integer overflow in interval justification functions. 4 years ago
Tom Lane a59c79564b Allow root-owned SSL private keys in libpq, not only the backend. 4 years ago
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