Commit Graph

  • 6b04abdfc5 Run tap tests in src/interfaces/libpq. Andres Freund 2022-02-26 16:51:47 -08:00
  • ac25173cdb Convert src/interfaces/libpq/test to a tap test. Andres Freund 2022-02-26 16:51:47 -08:00
  • 1155d8b8d5 Fix use of wrong variable in pg_receivewal's get_destination_dir(). Andres Freund 2022-02-26 16:43:54 -08:00
  • d33aeefd9b Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6. Andres Freund 2022-02-26 16:06:24 -08:00
  • a89850a57e Fix typo in logicalfuncs.c. Amit Kapila 2022-02-26 10:38:37 +05:30
  • fe0972ee5e Add further debug info to help debug 019_replslot_limit.pl failures. Andres Freund 2022-02-25 16:58:48 -08:00
  • 31befa6be6 Disallow execution of SPI functions during plperl function compilation. Tom Lane 2022-02-25 17:40:21 -05:00
  • 0f7b62f29d Disallow execution of SPI functions during plperl function compilation. Tom Lane 2022-02-25 17:40:21 -05:00
  • 9b2d762a28 Disallow execution of SPI functions during plperl function compilation. Tom Lane 2022-02-25 17:40:21 -05:00
  • ac910bb232 Disallow execution of SPI functions during plperl function compilation. Tom Lane 2022-02-25 17:40:21 -05:00
  • 638300fef5 Disallow execution of SPI functions during plperl function compilation. Tom Lane 2022-02-25 17:40:21 -05:00
  • 4936747c47 Disallow execution of SPI functions during plperl function compilation. Tom Lane 2022-02-25 17:40:21 -05:00
  • 51c3416561 pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ. Andres Freund 2022-02-25 10:40:32 -08:00
  • 5407241a8e pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ. Andres Freund 2022-02-25 10:30:05 -08:00
  • 0b1020a96d pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ. Andres Freund 2022-02-25 10:30:05 -08:00
  • 9ff7fd9063 pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ. Andres Freund 2022-02-25 10:30:05 -08:00
  • cd83cb9536 pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ. Andres Freund 2022-02-25 10:30:05 -08:00
  • 73c61a50a1 vacuumlazy.c: Remove obsolete num_tuples field. Peter Geoghegan 2022-02-24 19:01:54 -08:00
  • 22eb12cfff Fix few values in pg_proc for pg_stat_get_replication_slot. Amit Kapila 2022-02-25 07:51:21 +05:30
  • cf879d3069 Remove unnecessary heap_tuple_needs_freeze argument. Peter Geoghegan 2022-02-24 18:31:07 -08:00
  • 31d8d4740f Guard against reallocation failure in pg_regress Daniel Gustafsson 2022-02-24 20:58:18 +01:00
  • 6c46e8a5df Fix data loss on crash after sorted GiST index build. Heikki Linnakangas 2022-02-24 16:15:12 +02:00
  • 7d80e93fb1 Fix data loss on crash after sorted GiST index build. Heikki Linnakangas 2022-02-24 14:34:06 +02:00
  • e77216fcb0 Simplify more checks related to set-returning functions Michael Paquier 2022-02-24 16:54:59 +09:00
  • fcc28178c6 Clean up and simplify code in a couple of set-returning functions Michael Paquier 2022-02-24 16:11:34 +09:00
  • 04e706d423 postgres_fdw: Add support for parallel commit. Etsuro Fujita 2022-02-24 14:30:00 +09:00
  • cfb4e209ec Fix one of the tests introduced in commit 52e4f0cd47. Amit Kapila 2022-02-24 08:54:39 +05:30
  • dd7c059791 Re-allow underscore as first character of custom GUC names. Tom Lane 2022-02-23 11:10:46 -05:00
  • bd74c4037c Re-allow underscore as first character of custom GUC names. Tom Lane 2022-02-23 11:10:46 -05:00
  • 0475a97f74 Quick exit on log stream child exit in pg_basebackup Daniel Gustafsson 2022-02-23 14:24:43 +01:00
  • c7d7e12039 Remove duplicated word in comment Daniel Gustafsson 2022-02-23 14:23:50 +01:00
  • 6da65a3f9a Add function to pump IPC process until string match Daniel Gustafsson 2022-02-23 14:22:16 +01:00
  • 91d3580535 Use test functions in pg_rewind test module Daniel Gustafsson 2022-02-23 11:22:46 +01:00
  • 2313a3ee22 Fix statenames in mergejoin comments Daniel Gustafsson 2022-02-23 10:54:03 +01:00
  • afdeff1052 Add temporary debug info to help debug 019_replslot_limit.pl failures. Andres Freund 2022-02-22 18:02:34 -08:00
  • 593e04f969 add windows-arm64 support #77 Niyas Sait 2022-02-22 13:07:24 +00:00
  • 9467321649 Put typtype letters back into consistent order Peter Eisentraut 2022-02-22 10:08:11 +01:00
  • 52e4f0cd47 Allow specifying row filters for logical replication of tables. Amit Kapila 2022-02-22 07:54:12 +05:30
  • 627c79a1e8 Add compute_query_id = regress Michael Paquier 2022-02-22 10:23:49 +09:00
  • ebf6c5249b Add compute_query_id = regress Michael Paquier 2022-02-22 10:22:15 +09:00
  • 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. Tom Lane 2022-02-21 14:10:15 -05:00
  • 7bbfe59941 Fix temporary object cleanup failing due to toast access without snapshot. Andres Freund 2022-02-19 12:27:20 -08:00
  • cebc54b90b Fix temporary object cleanup failing due to toast access without snapshot. Andres Freund 2022-02-19 12:27:20 -08:00
  • 3faa21bb76 Fix temporary object cleanup failing due to toast access without snapshot. Andres Freund 2022-02-19 12:27:20 -08:00
  • 0033fc63f5 Fix temporary object cleanup failing due to toast access without snapshot. Andres Freund 2022-02-19 12:27:20 -08:00
  • c2551483e0 Fix temporary object cleanup failing due to toast access without snapshot. Andres Freund 2022-02-19 12:27:20 -08:00
  • 2776922201 Assert in init_toast_snapshot() that some snapshot registered or active. Andres Freund 2022-02-19 12:42:37 -08:00
  • 7c38ef2a5d Fix temporary object cleanup failing due to toast access without snapshot. Andres Freund 2022-02-21 08:57:34 -08:00
  • 27b02e070f pg_upgrade: Don't print progress status when output is not a tty. Andres Freund 2022-02-21 08:34:59 -08:00
  • 3f649663a4 pgcrypto: Remove unused error code Peter Eisentraut 2022-02-21 10:55:03 +01:00
  • abe81ee084 pgcrypto: Remove unused error code Peter Eisentraut 2022-02-21 10:28:43 +01:00
  • 5c868c92ca Fix possible null pointer reference Peter Eisentraut 2022-02-21 09:42:46 +01:00
  • bf4ed12b58 doc: Mention environment variable ZSTD in the TAP tests for MSVC Michael Paquier 2022-02-21 09:55:55 +09:00
  • fbabdf8f9a Fix meaning-changing typo introduced in fa0e03c15a9f. Andres Freund 2022-02-20 13:51:36 -08:00
  • 83a7637e2c Reset conn->errorReported when PQrequestCancel sets errorMessage. Tom Lane 2022-02-20 15:02:41 -05:00
  • 1c6d462939
    Remove most msys special processing in TAP tests Andrew Dunstan 2022-02-20 11:47:56 -05:00
  • 95d981338b
    Remove PostgreSQL::Test::Utils::perl2host completely Andrew Dunstan 2022-02-18 17:00:03 -05:00
  • cf12541f2b
    Ensure the right perl is used for TAP tests on msys Andrew Dunstan 2022-02-18 16:59:30 -05:00
  • f1f82301d6
    Remove most msys special processing in TAP tests Andrew Dunstan 2022-02-20 11:50:54 -05:00
  • aa8d4137f9
    Remove most msys special processing in TAP tests Andrew Dunstan 2022-02-20 11:50:17 -05:00
  • a5716baac0
    Remove most msys special processing in TAP tests Andrew Dunstan 2022-02-20 11:49:33 -05:00
  • 8b5cd373ba
    Remove most msys special processing in TAP tests Andrew Dunstan 2022-02-20 11:48:45 -05:00
  • 2b02cadb5c
    Remove most msys special processing in TAP tests Andrew Dunstan 2022-02-19 11:28:35 -05:00
  • b30c62bd42
    Remove PostgreSQL::Test::Utils::perl2host completely Andrew Dunstan 2022-02-20 08:55:06 -05:00
  • 69639e2b5c Fix uninitialized variable. Heikki Linnakangas 2022-02-20 18:33:09 +02:00
  • b4a6ceed52
    Remove PostgreSQL::Test::Utils::perl2host completely Andrew Dunstan 2022-02-20 08:55:06 -05:00
  • 8358eacc95
    Remove PostgreSQL::Test::Utils::perl2host completely Andrew Dunstan 2022-02-20 08:55:06 -05:00
  • c27aa21e0d
    Remove PostgreSQL::Test::Utils::perl2host completely Andrew Dunstan 2022-02-20 08:55:06 -05:00
  • 652ff988fb
    Remove PostgreSQL::Test::Utils::perl2host completely Andrew Dunstan 2022-02-20 08:55:06 -05:00
  • 4b35408f1e Use bitwise rotate functions in more places John Naylor 2022-02-20 13:22:08 +07:00
  • d7a978601d doc: Simplify description of --with-lz4 Michael Paquier 2022-02-19 15:06:53 +09:00
  • 07daca53bf Fix inconsistencies in SRF checks of pg_config() and string_to_table() Michael Paquier 2022-02-19 14:58:51 +09:00
  • 618c16707a Rearrange libpq's error reporting to avoid duplicated error text. Tom Lane 2022-02-18 15:35:15 -05:00
  • 6c417bbcc8 Add support for building with ZSTD. Robert Haas 2022-02-18 13:40:31 -05:00
  • 2e372869aa Don't let libpq PGEVT_CONNRESET callbacks break a PGconn. Tom Lane 2022-02-18 11:43:04 -05:00
  • ce1e7a2f71 Don't let libpq "event" procs break the state of PGresult objects. Tom Lane 2022-02-18 11:37:27 -05:00
  • de447bb8e6 Suppress warning about stack_base_ptr with late-model GCC. Tom Lane 2022-02-17 22:45:34 -05:00
  • e0d4123bbc Suppress warning about stack_base_ptr with late-model GCC. Tom Lane 2022-02-17 22:45:34 -05:00
  • 46b738ffc2 Suppress warning about stack_base_ptr with late-model GCC. Tom Lane 2022-02-17 22:45:34 -05:00
  • 2e30d77a19 Suppress warning about stack_base_ptr with late-model GCC. Tom Lane 2022-02-17 22:45:34 -05:00
  • f927a6ec3e Fix comment in CheckIndexCompatible(). Fujii Masao 2022-02-18 12:19:10 +09:00
  • 94c49d5340 postgres_fdw: Make postgres_fdw.application_name support more escape sequences. Fujii Masao 2022-02-18 11:38:12 +09:00
  • c476f380e2 Fix a comment in worker.c. Amit Kapila 2022-02-18 07:44:24 +05:30
  • 62cb7427d1 Avoid dangling-pointer usage in pg_basebackup progress reports. Tom Lane 2022-02-17 15:03:40 -05:00
  • 138c51b721 Add missing binary-upgrade guard. Robert Haas 2022-02-17 10:53:51 -05:00
  • f1ac4a74de
    Disable perl2host() processing in TAP tests Andrew Dunstan 2022-02-17 09:59:59 -05:00
  • 19252e8ec9 plpython: Reject Python 2 during build configuration. Andres Freund 2022-02-16 22:47:35 -08:00
  • 8f388f6f55 Increase hash_mem_multiplier default to 2.0. Peter Geoghegan 2022-02-16 18:41:52 -08:00
  • 74388a1ac3 Avoid VACUUM reltuples distortion. Peter Geoghegan 2022-02-16 17:15:50 -08:00
  • d61a361d1a Remove all traces of tuplestore_donestoring() in the C code Michael Paquier 2022-02-17 09:52:02 +09:00
  • 4620892344 Fix bogus log message when starting from a cleanly shut down state. Heikki Linnakangas 2022-02-16 23:15:08 +02:00
  • 01ad1c9530 Add missing TYPEALIGN macros John Naylor 2022-02-16 19:33:28 +07:00
  • 9ed87a78e0 Fix read beyond buffer bug introduced by the split xlog.c patch. Heikki Linnakangas 2022-02-16 12:01:32 +02:00
  • 2549f0661b Reject trailing junk after numeric literals Peter Eisentraut 2022-02-16 10:32:36 +01:00
  • 70e81861fa Split xlog.c into xlog.c and xlogrecovery.c. Heikki Linnakangas 2022-02-16 09:30:38 +02:00
  • be1c00ab13 Move code around in StartupXLOG(). Heikki Linnakangas 2022-02-16 09:22:44 +02:00
  • b3a5d01c05 Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD. Heikki Linnakangas 2022-02-16 09:22:41 +02:00
  • d231be00cb Run pgindent on xlog.c. Heikki Linnakangas 2022-02-16 09:22:34 +02:00
  • 48bf71a129 Doc: Update documentation for modifying postgres_fdw foreign tables. Etsuro Fujita 2022-02-16 15:15:07 +09:00
  • af2d484e0e Doc: Update documentation for modifying postgres_fdw foreign tables. Etsuro Fujita 2022-02-16 15:15:05 +09:00