Commit Graph

  • bf379b555c Disallow converting a table to a view within an outer SQL command. Tom Lane 2024-04-30 15:22:55 -0400
  • d12b4ba1bd Fix one more portability shortcoming in new test_pg_dump test. Tom Lane 2024-04-30 10:45:14 -0400
  • f6ab942f5d doc: Remove one example related to pg_input_error_info() Michael Paquier 2024-04-30 19:24:12 +0900
  • 449cdcd486 Stabilize regression tests introduced by 259c96fa8f Alexander Korotkov 2024-04-30 12:12:43 +0300
  • 259c96fa8f Inherit parent's AM for partition MERGE/SPLIT operations Alexander Korotkov 2024-04-30 11:55:13 +0300
  • 60ae37a8bc Add tab completion for partition MERGE/SPLIT operations Alexander Korotkov 2024-04-30 11:55:10 +0300
  • f4fc7cb54b Rename tables in tests of partition MERGE/SPLIT operations Alexander Korotkov 2024-04-30 11:55:07 +0300
  • 96c7381c4c Fix error message in check_partition_bounds_for_split_range() Alexander Korotkov 2024-04-30 11:55:03 +0300
  • fcf80c5d5f Make new partitions with parent's persistence during MERGE/SPLIT Alexander Korotkov 2024-04-30 12:00:15 +0300
  • 842c9b2705 Document the way partition MERGE/SPLIT operations create new partitions Alexander Korotkov 2024-04-30 11:54:56 +0300
  • 885742b9f8 Change the way ATExecMergePartitions() handles the name collision Alexander Korotkov 2024-04-30 11:54:42 +0300
  • 5bcbe9813b Fix compilation on OpenSSL 1.0.2 and LibreSSL Heikki Linnakangas 2024-04-30 08:22:24 +0300
  • b7dc5da196 Force COLLATE "C" to stabilize ordering, redux. Tom Lane 2024-04-29 23:32:05 -0400
  • 900d114425 Force COLLATE "C" to stabilize ordering in new test_pg_dump queries. Tom Lane 2024-04-29 21:36:00 -0400
  • 9d9ece4c16 Fix test case from b0c5b215d. Tom Lane 2024-04-29 20:23:26 -0400
  • b0c5b215da Allow meson builds to run test_pg_dump test in installcheck mode. Tom Lane 2024-04-29 19:46:33 -0400
  • 5342874039 Fix failure to track role dependencies of pg_init_privs entries. Tom Lane 2024-04-29 19:26:19 -0400
  • dd0183469b Avoid repeating loads of frozen ID values. Noah Misch 2024-04-29 10:25:33 -0700
  • f222349c4e Close race condition between datfrozen and relfrozen updates. Noah Misch 2024-04-29 10:24:56 -0700
  • 70cadfba0c Close race condition between datfrozen and relfrozen updates. Noah Misch 2024-04-29 10:24:56 -0700
  • 2ca19aa816 Close race condition between datfrozen and relfrozen updates. Noah Misch 2024-04-29 10:24:56 -0700
  • 92685c389d Close race condition between datfrozen and relfrozen updates. Noah Misch 2024-04-29 10:24:56 -0700
  • 7c5915c4b1 Close race condition between datfrozen and relfrozen updates. Noah Misch 2024-04-29 10:24:56 -0700
  • f65ab862e3 Close race condition between datfrozen and relfrozen updates. Noah Misch 2024-04-29 10:24:56 -0700
  • 17a834a04d Reject SSL connection if ALPN is used but there's no common protocol Heikki Linnakangas 2024-04-29 18:12:26 +0300
  • 03a0e0d4bb libpq: Enforce ALPN in direct SSL connections Heikki Linnakangas 2024-04-29 18:12:24 +0300
  • 87d2801d4b libpq: Fix error messages when server rejects SSL or GSS Heikki Linnakangas 2024-04-29 18:12:21 +0300
  • 7e61e4cc7c Make two-phase tests of ECPG and main suite more concurrent-proof Michael Paquier 2024-04-29 21:10:41 +0900
  • 3c18409265 libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == "" Heikki Linnakangas 2024-04-29 12:26:46 +0300
  • 592a228372 Revert "Add GUC backtrace_on_internal_error" Peter Eisentraut 2024-04-29 10:49:42 +0200
  • 5c9f35fc48 Fix documentation and comments on what happens after GSS rejection Heikki Linnakangas 2024-04-28 22:39:35 +0300
  • 617a239272 Throw a more on-point error for functions depending on columns. Tom Lane 2024-04-28 14:34:21 -0400
  • b19255ca66 Throw a more on-point error for functions depending on columns. Tom Lane 2024-04-28 14:34:21 -0400
  • 9b41d1d634 Throw a more on-point error for functions depending on columns. Tom Lane 2024-04-28 14:34:21 -0400
  • 42b041243c Throw a more on-point error for functions depending on columns. Tom Lane 2024-04-28 14:34:21 -0400
  • cb0ccefa03 Detect more overflows in timestamp[tz]_pl_interval. Tom Lane 2024-04-28 13:42:13 -0400
  • 440b6251b7 Detect more overflows in timestamp[tz]_pl_interval. Tom Lane 2024-04-28 13:42:13 -0400
  • 1748379b63 Detect more overflows in timestamp[tz]_pl_interval. Tom Lane 2024-04-28 13:42:13 -0400
  • 3752e3d210 Detect more overflows in timestamp[tz]_pl_interval. Tom Lane 2024-04-28 13:42:13 -0400
  • e6e3ee5b7e Detect more overflows in timestamp[tz]_pl_interval. Tom Lane 2024-04-28 13:42:13 -0400
  • 4019285c06 Detect more overflows in timestamp[tz]_pl_interval. Tom Lane 2024-04-28 13:42:13 -0400
  • 310cd8ab38 Fix duplicated consecutive words in comments David Rowley 2024-04-28 20:03:34 +1200
  • e00b4f79e7 Remove redundant JSON parser typedefs Andrew Dunstan 2024-04-27 07:02:57 -0400
  • ed52df3b19 Small cosmetic fixes in radix tree template John Naylor 2024-04-27 14:42:01 +0700
  • 52f44615ce Fix make headerscheck John Naylor 2024-04-27 11:38:41 +0700
  • 1713e3d6cd Minor fixes to pg_combinebackup and its documentation. Robert Haas 2024-04-26 08:42:42 -0400
  • 205db0114e pg_combinebackup: Detect checksum mismatches and document limitation. Robert Haas 2024-04-25 14:58:59 -0400
  • 2209c70c65 Avoid unnecessary "touch meson.build" in vpath builds Andres Freund 2024-04-25 07:51:33 -0700
  • 6d4bc96eb7 Avoid unnecessary "touch meson.build" in vpath builds Andres Freund 2024-04-25 07:51:33 -0700
  • bb7f195ff7 radixtree: Fix SIGSEGV at update of embeddable value to non-embeddable. Masahiko Sawada 2024-04-25 21:48:52 +0900
  • e03ec4641d doc: Add link to table Peter Eisentraut 2024-04-25 14:03:42 +0200
  • db08e8c6fa Post-commit review fixes for slot synchronization. Amit Kapila 2024-04-25 14:01:44 +0530
  • 0afa288911 Remove unnecessary code from be_lo_put() Peter Eisentraut 2024-04-25 10:08:07 +0200
  • a9155efc70 Fix the missing table sync due to improper invalidation handling. Amit Kapila 2024-04-25 10:52:34 +0530
  • aa79bde725 Fix the missing table sync due to improper invalidation handling. Amit Kapila 2024-04-25 10:40:52 +0530
  • 28a8cc457b Fix the missing table sync due to improper invalidation handling. Amit Kapila 2024-04-25 10:33:04 +0530
  • ee3ef4af19 Improve comment of DeallocateStmt->isall Michael Paquier 2024-04-25 10:20:49 +0900
  • 6d4a170107 Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane 2024-04-24 10:18:16 -0400
  • 54aba936da Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane 2024-04-24 10:18:16 -0400
  • 6189a0d379 Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane 2024-04-24 10:18:16 -0400
  • 5e85bc3b01 Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane 2024-04-24 10:18:16 -0400
  • cd0678a9bb Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane 2024-04-24 10:18:16 -0400
  • e51c2a46b5 Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane 2024-04-24 10:18:16 -0400
  • cc893b8237 Add pg_logging_init() calls missing in commit ba3e6e2bca Andrew Dunstan 2024-04-24 07:52:52 -0400
  • 9d353639c3 Doc: fix prompt in psql crosstabview example Daniel Gustafsson 2024-04-24 13:09:50 +0200
  • b53d58097d doc: Fix up spacing around verbatim DocBook elements Peter Eisentraut 2024-04-24 12:26:19 +0200
  • 83751691e9 pg_combinebackup: Add --version to --help output Peter Eisentraut 2024-04-24 12:12:57 +0200
  • a8457887c3 doc: Correct jsonpath string literal escapes description Peter Eisentraut 2024-04-24 11:31:47 +0200
  • b51dff73fa doc: Correct jsonpath string literal escapes description Peter Eisentraut 2024-04-24 11:31:47 +0200
  • 630ed7ec4d doc: Correct jsonpath string literal escapes description Peter Eisentraut 2024-04-24 11:31:47 +0200
  • feb19bf508 doc: Correct jsonpath string literal escapes description Peter Eisentraut 2024-04-24 11:31:47 +0200
  • a7ed15f3ab doc: Correct jsonpath string literal escapes description Peter Eisentraut 2024-04-24 11:31:47 +0200
  • b279e37015 doc: Correct jsonpath string literal escapes description Peter Eisentraut 2024-04-24 11:31:47 +0200
  • 3886530caa pg_combinebackup: Put newer options in consistent order in --help and man page Peter Eisentraut 2024-04-24 10:47:35 +0200
  • d80f2ce294 Support SSL_R_VERSION_TOO_LOW when using LibreSSL Daniel Gustafsson 2024-04-24 10:54:50 +0200
  • 44e27f0a6d Support disallowing SSL renegotiation when using LibreSSL Daniel Gustafsson 2024-04-24 10:54:42 +0200
  • 91d6429fad Doc: Use past tense for things which happened in the past Daniel Gustafsson 2024-04-24 10:54:36 +0200
  • 256b4b0606 pg_dump: Put new options in consistent order in --help and man page Peter Eisentraut 2024-04-24 10:00:58 +0200
  • 286eea5d3a doc: Fix order of options on pg_createsubscriber man page Peter Eisentraut 2024-04-24 09:19:59 +0200
  • f994ed89a9 pg_walsummary: Document --version option Peter Eisentraut 2024-04-24 08:56:21 +0200
  • c3fa85b249 Remove obsolete symbol from ecpg_config.h.in Peter Eisentraut 2024-04-24 08:27:25 +0200
  • 89ad3e1316 Try again to add test coverage for pg_combinebackup w/tablespaces. Robert Haas 2024-04-23 16:33:19 -0400
  • ba3e6e2bca Post review fixes for test_json_parser test module Andrew Dunstan 2024-04-23 15:27:40 -0400
  • b7d35d393e Remove some unnecessary fields from executor nodes. Tom Lane 2024-04-23 12:55:26 -0400
  • 598e0114a3 Fix code for probing availability of AVX-512. Nathan Bossart 2024-04-23 10:54:04 -0500
  • bb3ca23239 Improve "out of range" error messages for GUCs. Tom Lane 2024-04-23 11:52:40 -0400
  • b29cbd3da4 Fix the handling of the failover option in subscription commands. Amit Kapila 2024-04-23 12:14:57 +0530
  • 480bc6e3ed Remove unneeded nbtree array preprocessing assert. Peter Geoghegan 2024-04-22 13:58:06 -0400
  • 7e44ac3741 Update src/common/unicode/.gitignore Peter Eisentraut 2024-04-21 18:41:57 +0200
  • 9e2e4f08bb Update Unicode data to CLDR 45 Peter Eisentraut 2024-04-21 18:40:21 +0200
  • f46bee346c Fix dumps of partitioned tables with table AMs Michael Paquier 2024-04-22 15:15:36 +0900
  • eff6a757fd Remove overzealous array element type assertion. Peter Geoghegan 2024-04-21 22:51:56 -0400
  • 276b7888f1 createdb: compare strategy case-insensitive Tomas Vondra 2024-04-21 21:22:11 +0200
  • 9e6faeb324 createdb: compare strategy case-insensitive Tomas Vondra 2024-04-21 21:21:55 +0200
  • 8c239ee15a createdb: compare strategy case-insensitive Tomas Vondra 2024-04-21 21:21:26 +0200
  • ce1c30eceb Make postgres_fdw request remote time zone 'GMT' not 'UTC'. Tom Lane 2024-04-21 13:46:20 -0400
  • 0e56b2b944 Make postgres_fdw request remote time zone 'GMT' not 'UTC'. Tom Lane 2024-04-21 13:46:20 -0400
  • 3ed6e16985 Make postgres_fdw request remote time zone 'GMT' not 'UTC'. Tom Lane 2024-04-21 13:46:20 -0400
  • 6c85e3359b Make postgres_fdw request remote time zone 'GMT' not 'UTC'. Tom Lane 2024-04-21 13:46:20 -0400
  • 75929b6cfa Make postgres_fdw request remote time zone 'GMT' not 'UTC'. Tom Lane 2024-04-21 13:46:20 -0400