Commit Graph

  • aa58f5c531 Fix pg_hba_file_rules for authentication method cert Magnus Hagander 2022-01-26 09:52:41 +01:00
  • 81596645ca Fix pg_hba_file_rules for authentication method cert Magnus Hagander 2022-01-26 09:52:41 +01:00
  • 4afae689ea Fix pg_hba_file_rules for authentication method cert Magnus Hagander 2022-01-26 09:52:41 +01:00
  • 2dbb7b9b22 Fix pg_hba_file_rules for authentication method cert Magnus Hagander 2022-01-26 09:52:41 +01:00
  • bd233bdd8d Replace use of deprecated Python module distutils.sysconfig, take 2. Tom Lane 2022-01-25 18:52:44 -05:00
  • e221770661 Revert "Temporarily add some information about python include paths to configure." Tom Lane 2022-01-25 18:35:30 -05:00
  • e1f860f134 Tidy up a few cosmetic issues related to pg_basebackup. Robert Haas 2022-01-25 14:54:35 -05:00
  • 645c9457f2 Revert "graceful shutdown" changes for Windows, in back branches only. Tom Lane 2022-01-25 12:17:40 -05:00
  • bbb1caf6b2 Revert "graceful shutdown" changes for Windows, in back branches only. Tom Lane 2022-01-25 12:17:40 -05:00
  • 64b2c6507e Revert "graceful shutdown" changes for Windows, in back branches only. Tom Lane 2022-01-25 12:17:40 -05:00
  • 213c5aa3bd Revert "graceful shutdown" changes for Windows, in back branches only. Tom Lane 2022-01-25 12:17:40 -05:00
  • 75674c7ec1 Revert "graceful shutdown" changes for Windows, in back branches only. Tom Lane 2022-01-25 12:17:40 -05:00
  • 2ccd8fb29d Consider parallel awareness when removing single-child Appends David Rowley 2022-01-25 21:15:40 +13:00
  • f8807e7742 Consider parallel awareness when removing single-child Appends David Rowley 2022-01-25 21:15:00 +13:00
  • 357ff66153 Consider parallel awareness when removing single-child Appends David Rowley 2022-01-25 21:14:27 +13:00
  • f9a74c1498 Consider parallel awareness when removing single-child Appends David Rowley 2022-01-25 21:10:03 +13:00
  • 741bd32933 Improve errors related to incorrect TLI on checkpoint record replay Michael Paquier 2022-01-25 13:37:19 +09:00
  • 11cd377f53 doc: Fix some grammar Michael Paquier 2022-01-25 10:49:51 +09:00
  • acd4f44fe1 doc: Fix some grammar Michael Paquier 2022-01-25 10:49:48 +09:00
  • fcc434047d doc: Fix some grammar Michael Paquier 2022-01-25 10:49:44 +09:00
  • 35893cc968 doc: Fix some grammar Michael Paquier 2022-01-25 10:49:41 +09:00
  • 29d9da36b7 doc: Fix some grammar Michael Paquier 2022-01-25 10:49:30 +09:00
  • 410aa248e5 Fix various typos, grammar and code style in comments and docs Michael Paquier 2022-01-25 09:40:04 +09:00
  • c817a072aa
    Unbreak pg_verifybackup/t/008_untar.pl on msys Andrew Dunstan 2022-01-24 16:32:16 -05:00
  • e9d4001ec5 Add tests of the CREATEROLE attribute Andrew Dunstan 2022-01-24 15:25:27 -05:00
  • 6aa5186146 Fix limitations on what SQL commands can be issued to a walsender. Tom Lane 2022-01-24 15:33:34 -05:00
  • 9af6d4b5a5 Fix limitations on what SQL commands can be issued to a walsender. Tom Lane 2022-01-24 15:33:34 -05:00
  • 4ec54498c5 Fix limitations on what SQL commands can be issued to a walsender. Tom Lane 2022-01-24 15:33:34 -05:00
  • 689f75d6eb Fix limitations on what SQL commands can be issued to a walsender. Tom Lane 2022-01-24 15:33:34 -05:00
  • d67354d870 Fix limitations on what SQL commands can be issued to a walsender. Tom Lane 2022-01-24 15:33:34 -05:00
  • 1efcc5946d Fix limitations on what SQL commands can be issued to a walsender. Tom Lane 2022-01-24 15:33:34 -05:00
  • 0ad8032910 Server-side gzip compression. Robert Haas 2022-01-24 15:13:18 -05:00
  • aa01051418 pg_upgrade: Preserve database OIDs. Robert Haas 2022-01-24 14:23:15 -05:00
  • 4f0bcc7350
    Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys Andrew Dunstan 2022-01-24 14:03:46 -05:00
  • daf6589828 Remember to reset yy_start state when firing up repl_scanner.l. Tom Lane 2022-01-24 12:09:46 -05:00
  • 449a696236 Remember to reset yy_start state when firing up repl_scanner.l. Tom Lane 2022-01-24 12:09:46 -05:00
  • a8ce5c8d78 Remember to reset yy_start state when firing up repl_scanner.l. Tom Lane 2022-01-24 12:09:46 -05:00
  • c94c6612da Remember to reset yy_start state when firing up repl_scanner.l. Tom Lane 2022-01-24 12:09:46 -05:00
  • ef9706bbc8 Remember to reset yy_start state when firing up repl_scanner.l. Tom Lane 2022-01-24 12:09:46 -05:00
  • 3c06ec6d14 Remember to reset yy_start state when firing up repl_scanner.l. Tom Lane 2022-01-24 12:09:46 -05:00
  • f032f63e72 Temporarily add some information about python include paths to configure. Andres Freund 2022-01-23 23:30:40 -08:00
  • 9c86d9337e pg_basebackup: Skip a few more fsyncs if --no-sync is specified. Andres Freund 2022-01-23 13:59:23 -08:00
  • 1042de69db pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oid Tom Lane 2022-01-23 13:54:24 -05:00
  • ac7df108cf pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oid Tom Lane 2022-01-23 13:54:24 -05:00
  • 353708e1fb Clean up recent Coverity complaints. Tom Lane 2022-01-23 12:51:38 -05:00
  • ad96696ead Suppress variable-set-but-not-used warning from clang 13. Tom Lane 2022-01-23 11:09:00 -05:00
  • f70550327b Suppress variable-set-but-not-used warning from clang 13. Tom Lane 2022-01-23 11:09:00 -05:00
  • 927e235aa0 Suppress variable-set-but-not-used warning from clang 13. Tom Lane 2022-01-23 11:09:00 -05:00
  • f90b9998b1 Suppress variable-set-but-not-used warning from clang 13. Tom Lane 2022-01-23 11:09:00 -05:00
  • f3653d7992 Suppress variable-set-but-not-used warning from clang 13. Tom Lane 2022-01-23 11:09:00 -05:00
  • d9a81e8671 Suppress variable-set-but-not-used warning from clang 13. Tom Lane 2022-01-23 11:09:00 -05:00
  • bd110e250e Suppress variable-set-but-not-used warning from clang 13. Tom Lane 2022-01-23 11:09:00 -05:00
  • 68cc72d4d5 Suppress variable-set-but-not-used warning from clang 13. Tom Lane 2022-01-23 11:09:00 -05:00
  • 0cbc507378 Suppress variable-set-but-not-used warning from clang 13. Tom Lane 2022-01-23 11:09:00 -05:00
  • ef4edf88df Suppress variable-set-but-not-used warning from clang 13. Tom Lane 2022-01-23 11:09:00 -05:00
  • dc43fc9b3a Suppress variable-set-but-not-used warning from clang 13. Tom Lane 2022-01-23 11:09:00 -05:00
  • 72ac4d71b5 Correct type of front_pathkey to PathKey Tomas Vondra 2022-01-23 03:36:55 +01:00
  • 4d8c4d2061 Correct type of front_pathkey to PathKey Tomas Vondra 2022-01-23 03:36:55 +01:00
  • 93854d5b1b Correct type of front_pathkey to PathKey Tomas Vondra 2022-01-23 03:36:55 +01:00
  • 5e9fe25307 Correct type of front_pathkey to PathKey Tomas Vondra 2022-01-23 03:36:55 +01:00
  • a3eb08b809 Correct type of front_pathkey to PathKey Tomas Vondra 2022-01-23 03:36:55 +01:00
  • 7b65862e22 Correct type of front_pathkey to PathKey Tomas Vondra 2022-01-23 03:36:55 +01:00
  • 267ccc38ba Check syscache result in AlterStatistics Tomas Vondra 2022-01-23 02:49:41 +01:00
  • a192243c75 Check syscache result in AlterStatistics Tomas Vondra 2022-01-23 02:49:41 +01:00
  • 6d554e3fcd Check syscache result in AlterStatistics Tomas Vondra 2022-01-23 02:49:41 +01:00
  • 62e28097ce Remove useless inline marker. Tom Lane 2022-01-22 17:11:33 -05:00
  • 4f02cbcb68 Doc: add cross-references between array_to_string and string_to_array. Tom Lane 2022-01-22 15:44:51 -05:00
  • e2d53c8767 Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX. Tom Lane 2022-01-22 13:32:40 -05:00
  • 26c841ed1b Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX. Tom Lane 2022-01-22 13:32:40 -05:00
  • 31b7b4d26e Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX. Tom Lane 2022-01-22 13:32:40 -05:00
  • 3839e29c58 Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX. Tom Lane 2022-01-22 13:32:40 -05:00
  • d8fbbb925b Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX. Tom Lane 2022-01-22 13:32:40 -05:00
  • 4523317c0c alternate implementation #74 Kenaniah Cerny 2022-01-21 18:49:25 -08:00
  • 6442cddf28 documentation updates Kenaniah Cerny 2022-01-21 16:45:38 -08:00
  • 1d360a4a62 cleanup Kenaniah Cerny 2022-01-21 14:07:59 -08:00
  • d7bde9594c merged master Kenaniah Cerny 2022-01-21 14:01:16 -08:00
  • 0c7c94f90c Fix race condition in gettext() initialization in libpq and ecpglib. Tom Lane 2022-01-21 15:36:12 -05:00
  • 5521d8139f Fix race condition in gettext() initialization in libpq and ecpglib. Tom Lane 2022-01-21 15:36:12 -05:00
  • 37f5dc8b8c Fix race condition in gettext() initialization in libpq and ecpglib. Tom Lane 2022-01-21 15:36:12 -05:00
  • 64ebb43df0 Fix race condition in gettext() initialization in libpq and ecpglib. Tom Lane 2022-01-21 15:36:12 -05:00
  • f4ebf0dbea Fix race condition in gettext() initialization in libpq and ecpglib. Tom Lane 2022-01-21 15:36:12 -05:00
  • 1f655fdc39 Fix race condition in gettext() initialization in libpq and ecpglib. Tom Lane 2022-01-21 15:36:12 -05:00
  • f862cc09fa fsync pg_logical/mappings in CheckPointLogicalRewriteHeap(). Andres Freund 2022-01-21 11:22:55 -08:00
  • 1c6d055ba7 fsync pg_logical/mappings in CheckPointLogicalRewriteHeap(). Andres Freund 2022-01-21 11:22:55 -08:00
  • 2c15b29f7c fsync pg_logical/mappings in CheckPointLogicalRewriteHeap(). Andres Freund 2022-01-21 11:22:55 -08:00
  • fd48e5f5d3 fsync pg_logical/mappings in CheckPointLogicalRewriteHeap(). Andres Freund 2022-01-21 11:22:55 -08:00
  • 2b7dbe4bd5 fsync pg_logical/mappings in CheckPointLogicalRewriteHeap(). Andres Freund 2022-01-21 11:22:55 -08:00
  • 1fabec7d7c fsync pg_logical/mappings in CheckPointLogicalRewriteHeap(). Andres Freund 2022-01-21 11:22:55 -08:00
  • 700e8fe6d4 postgres_fdw: Fix subabort cleanup of connections used in asynchronous execution. Etsuro Fujita 2022-01-21 17:45:02 +09:00
  • 6c07f9ebce postgres_fdw: Fix subabort cleanup of connections used in asynchronous execution. Etsuro Fujita 2022-01-21 17:45:00 +09:00
  • 919be95c6f Fix one-off bug causing missing commit timestamps for subtransactions Michael Paquier 2022-01-21 14:55:04 +09:00
  • 0ffe2975c3 Fix one-off bug causing missing commit timestamps for subtransactions Michael Paquier 2022-01-21 14:54:59 +09:00
  • 1c0452c48c Fix one-off bug causing missing commit timestamps for subtransactions Michael Paquier 2022-01-21 14:54:55 +09:00
  • b5f634116e Fix one-off bug causing missing commit timestamps for subtransactions Michael Paquier 2022-01-21 14:54:51 +09:00
  • 84db5169d4 Fix one-off bug causing missing commit timestamps for subtransactions Michael Paquier 2022-01-21 14:54:47 +09:00
  • 237d1f3172 Fix one-off bug causing missing commit timestamps for subtransactions Michael Paquier 2022-01-21 14:54:04 +09:00
  • cfe7bd17e4 Add new simple TAP test for tablespaces, attempt II. Thomas Munro 2022-01-21 15:12:32 +13:00
  • 5c649fe153 Extend the options of pg_basebackup to control compression Michael Paquier 2022-01-21 11:08:43 +09:00
  • 512fc2dd79 Revert "Make configure prefer python3 to plain python." Tom Lane 2022-01-20 17:32:21 -05:00
  • 1145ad1ac5 Tighten TAP tests' tracking of postmaster state some more. Tom Lane 2022-01-20 17:28:07 -05:00