Commit Graph

  • 66f54deb9f Fix comment NContinanza 2024-08-12 18:10:45 -03:00
  • a459ac504c Remove unnecessary check for NULL locale, per Coverity. Jeff Davis 2024-08-12 12:26:23 -07:00
  • 1343ae954c Give nbtree move right function internal linkage. Peter Geoghegan 2024-08-12 14:36:55 -04:00
  • e57296ed48 Log more info when wait-for-catchup tests time out. Tom Lane 2024-08-12 13:18:36 -04:00
  • 2aecbd7526 Log more info when wait-for-catchup tests time out. Tom Lane 2024-08-12 13:18:36 -04:00
  • 760162fedb Add user-callable CRC functions. Nathan Bossart 2024-08-12 10:35:06 -05:00
  • 313df8f5ad Fix outdated comments David Rowley 2024-08-12 23:41:13 +12:00
  • ffabb56c94 Fix a series of typos and outdated references David Rowley 2024-08-12 23:27:09 +12:00
  • 8de5ca1dc9 Fix bad indentation introduced in commit f011e82c2c Heikki Linnakangas 2024-08-12 10:57:03 +03:00
  • 3354f85284 Consolidate postmaster code to launch background processes Heikki Linnakangas 2024-08-12 10:04:26 +03:00
  • 4eb5089e26 Remove dead code Peter Eisentraut 2024-08-12 08:43:47 +02:00
  • f1976df5ea Remove fe_memutils from libpgcommon_shlib Peter Eisentraut 2024-08-12 08:30:39 +02:00
  • 94980c4567 Remove support for old realpath() API Peter Eisentraut 2024-08-12 07:59:40 +02:00
  • f0d1127595 Remove "parent" column from pg_backend_memory_contexts David Rowley 2024-08-12 15:42:16 +12:00
  • 1a7b12226d Clean up code NContinanza 2024-08-11 17:07:46 -03:00
  • 3f44959f47 Avoid unneeded nbtree backwards scan buffer locks. Peter Geoghegan 2024-08-11 15:42:52 -04:00
  • 525d9f91f1 Remove myenv dir NContinanza 2024-08-11 16:39:12 -03:00
  • 40b7953e4a Fix and complete integration tests NContinanza 2024-08-11 16:35:49 -03:00
  • f011e82c2c Initialize HASHCTL differently, to suppress Coverity warning Heikki Linnakangas 2024-08-11 20:21:16 +03:00
  • 016f443648 Suppress Coverity warnings about Asserts in get_name_for_var_field. Tom Lane 2024-08-11 12:24:56 -04:00
  • bc5446a218 Suppress Coverity warnings about Asserts in get_name_for_var_field. Tom Lane 2024-08-11 12:24:56 -04:00
  • 16e67bc5f9 Suppress Coverity warnings about Asserts in get_name_for_var_field. Tom Lane 2024-08-11 12:24:56 -04:00
  • 9db6650a5a Suppress Coverity warnings about Asserts in get_name_for_var_field. Tom Lane 2024-08-11 12:24:56 -04:00
  • aed881386a Suppress Coverity warnings about Asserts in get_name_for_var_field. Tom Lane 2024-08-11 12:24:56 -04:00
  • b2be5cb2ab Suppress Coverity warnings about Asserts in get_name_for_var_field. Tom Lane 2024-08-11 12:24:56 -04:00
  • 03ea953707 Handle overflow when computing millenia #173 Matthew Kim 2024-08-10 13:55:23 -07:00
  • 364de74cff Allow adjusting session_authorization and role in parallel workers. Tom Lane 2024-08-10 15:51:28 -04:00
  • adc28d01e9 Allow adjusting session_authorization and role in parallel workers. Tom Lane 2024-08-10 15:51:28 -04:00
  • adf9808fa9 Allow adjusting session_authorization and role in parallel workers. Tom Lane 2024-08-10 15:51:28 -04:00
  • 546a26b3d8 Allow adjusting session_authorization and role in parallel workers. Tom Lane 2024-08-10 15:51:28 -04:00
  • 2f4e895be7 Allow adjusting session_authorization and role in parallel workers. Tom Lane 2024-08-10 15:51:28 -04:00
  • f3ab5d3a2d Allow adjusting session_authorization and role in parallel workers. Tom Lane 2024-08-10 15:51:28 -04:00
  • 2b8d33f66c Allow adjusting session_authorization and role in parallel workers. Tom Lane 2024-08-10 15:51:28 -04:00
  • 0868d7ae70 Add tests for pg_wal_replay_wait() errors Alexander Korotkov 2024-08-10 21:43:14 +03:00
  • 3ac3ec580c Improve header comment for WaitLSNSetLatches() Alexander Korotkov 2024-08-10 21:43:09 +03:00
  • 867d396ccd Adjust pg_wal_replay_wait() procedure behavior on promoted standby Alexander Korotkov 2024-08-10 21:43:02 +03:00
  • 4ff86fcde0
    Merge pull request #255 from Percona-Lab/tde_ppg_extensions Naeem Akhter 2024-08-10 18:47:56 +05:00
  • 2eda3df9ad Lower minimum maintenance_work_mem to 64kB John Naylor 2024-08-06 20:38:33 +07:00
  • bbf668d66f Lower minimum maintenance_work_mem to 64kB John Naylor 2024-08-06 20:38:33 +07:00
  • f5a1311fcc Fix inappropriate uses of atol() Peter Eisentraut 2024-08-10 08:12:44 +02:00
  • 7d880dde3f Handle overflow when taking absolute value of BC years Matthew Kim 2024-08-07 18:58:48 -07:00
  • 0d4322da9a Handle overflows in do_to_timestamp(). Matthew Kim 2024-07-09 18:25:10 -04:00
  • 15b19b3027 Remove dependence on integer wrapping for jsonb Joseph Koshakow 2024-07-06 15:41:09 -04:00
  • 651a290e02 Remove dependence on integer wrapping Joseph Koshakow 2024-06-08 22:16:46 -04:00
  • 7adec2d5fc
    libpq: Trace StartupMessage/SSLRequest/GSSENCRequest correctly Alvaro Herrera 2024-08-09 17:55:01 -04:00
  • a79ed10e6c Fix comment on processes being kept over a restart Heikki Linnakangas 2024-08-10 00:06:19 +03:00
  • 28a520c0b7 Refactor code to handle death of a backend or bgworker in postmaster Heikki Linnakangas 2024-08-10 00:04:43 +03:00
  • b43100fa71 Make BackgroundWorkerList doubly-linked Heikki Linnakangas 2024-08-09 22:44:20 +03:00
  • 7fceb5725b doc: Standardize use of dashes in references to CRC and SHA. Nathan Bossart 2024-08-09 13:16:33 -05:00
  • 016c3ea26c doc: Fix name of CRC algorithm in "Reliability" section. Nathan Bossart 2024-08-09 10:52:37 -05:00
  • c17d2d6858 doc: Fix name of CRC algorithm in "Reliability" section. Nathan Bossart 2024-08-09 10:52:37 -05:00
  • b07a9ee36e doc: Fix name of CRC algorithm in "Reliability" section. Nathan Bossart 2024-08-09 10:52:37 -05:00
  • 75bb3354e6 doc: Fix name of CRC algorithm in "Reliability" section. Nathan Bossart 2024-08-09 10:52:37 -05:00
  • 93c82d0e6a doc: Fix name of CRC algorithm in "Reliability" section. Nathan Bossart 2024-08-09 10:52:37 -05:00
  • 6bec76faa4 doc: Fix name of CRC algorithm in "Reliability" section. Nathan Bossart 2024-08-09 10:52:37 -05:00
  • 8c3548613d doc: Fix name of CRC algorithm in "Reliability" section. Nathan Bossart 2024-08-09 10:52:37 -05:00
  • 7408772de5 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 2024-08-09 11:21:39 -04:00
  • 3ad35d5022 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 2024-08-09 11:21:39 -04:00
  • 120dd03376 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 2024-08-09 11:21:39 -04:00
  • 12010f4146 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 2024-08-09 11:21:39 -04:00
  • 03f679475d Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 2024-08-09 11:21:39 -04:00
  • 81a12a4477 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 2024-08-09 11:21:39 -04:00
  • b919a97a6c Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 2024-08-09 11:21:39 -04:00
  • 9a97da3f7f
    PG-959 Fix for an assert failure (#258) Muhammad Usama 2024-08-09 15:53:29 +05:00
  • 7da1bdc2c2 Remove obsolete RECHECK keyword completely Peter Eisentraut 2024-08-09 07:17:15 +02:00
  • 701cf1e317 Change the misleading local end_lsn for prepared transactions. Amit Kapila 2024-08-09 10:23:57 +05:30
  • 4eb179e5bf
    libpq: Add suppress argument to pqTraceOutputNchar Alvaro Herrera 2024-08-08 20:35:12 -04:00
  • 17ed92e1ff
    Refuse ATTACH of a table referenced by a foreign key Alvaro Herrera 2024-08-08 19:35:13 -04:00
  • 2ee02c98dd
    Refuse ATTACH of a table referenced by a foreign key Alvaro Herrera 2024-08-08 19:35:13 -04:00
  • e97121d90e
    Refuse ATTACH of a table referenced by a foreign key Alvaro Herrera 2024-08-08 19:35:13 -04:00
  • 8c0944ac87
    Refuse ATTACH of a table referenced by a foreign key Alvaro Herrera 2024-08-08 19:35:13 -04:00
  • ada34d7146
    Refuse ATTACH of a table referenced by a foreign key Alvaro Herrera 2024-08-08 19:35:13 -04:00
  • 344f9f5e2b
    Refuse ATTACH of a table referenced by a foreign key Alvaro Herrera 2024-08-08 19:35:13 -04:00
  • a90bdd7a44
    Refuse ATTACH of a table referenced by a foreign key Alvaro Herrera 2024-08-08 19:35:13 -04:00
  • 28b953f263
    Refactor error messages to reduce duplication Alvaro Herrera 2024-08-08 15:17:11 -04:00
  • 498ee9ee2f
    Refactor error messages to reduce duplication Alvaro Herrera 2024-08-08 15:17:11 -04:00
  • 90bc9f1452
    Merge pull request #254 from Percona-Lab/DOC-Fix-version-announcement Anastasia Alexandrova 2024-08-08 13:28:12 +03:00
  • d0c8cf2a56 Add a caveat to hash_seq_init_with_hash_value() header comment Alexander Korotkov 2024-08-08 11:48:57 +03:00
  • e8240dbd86 Fix pg_rewind debug output to print the source timeline history Heikki Linnakangas 2024-08-08 10:20:25 +03:00
  • b5a5027c97 Fix pg_rewind debug output to print the source timeline history Heikki Linnakangas 2024-08-08 10:20:25 +03:00
  • bb5592cace Fix pg_rewind debug output to print the source timeline history Heikki Linnakangas 2024-08-08 10:20:25 +03:00
  • c943e2aae7 Fix pg_rewind debug output to print the source timeline history Heikki Linnakangas 2024-08-08 10:20:25 +03:00
  • 8b86e289f7 Fix pg_rewind debug output to print the source timeline history Heikki Linnakangas 2024-08-08 10:20:25 +03:00
  • a7bf3e6685 Fix pg_rewind debug output to print the source timeline history Heikki Linnakangas 2024-08-08 10:20:25 +03:00
  • 49dc191bd1 Fix pg_rewind debug output to print the source timeline history Heikki Linnakangas 2024-08-08 10:20:25 +03:00
  • f0096ef13b Revert ECPG's use of pnstrdup() Peter Eisentraut 2024-08-07 09:21:07 +02:00
  • 3557185538 Revert ECPG's use of pnstrdup() Peter Eisentraut 2024-08-07 09:21:07 +02:00
  • 2de129b356 Revert ECPG's use of pnstrdup() Peter Eisentraut 2024-08-07 09:21:07 +02:00
  • ee2997c678 Revert ECPG's use of pnstrdup() Peter Eisentraut 2024-08-07 09:21:07 +02:00
  • e9e05c6550 Revert ECPG's use of pnstrdup() Peter Eisentraut 2024-08-07 09:21:07 +02:00
  • 4fc5667678 Handle overflow when taking absolute value of BC years #172 Matthew Kim 2024-08-07 18:58:48 -07:00
  • 7b1e499f68 Handle overflows in do_to_timestamp(). Matthew Kim 2024-07-09 18:25:10 -04:00
  • c142581fb5 Remove dependence on integer wrapping for jsonb Joseph Koshakow 2024-07-06 15:41:09 -04:00
  • ceec949dd7 Remove dependence on integer wrapping Joseph Koshakow 2024-06-08 22:16:46 -04:00
  • 9bd3b11733 PG-957, PG-958 | Adding a workflow for PPG Server installation & tap test case for testing pg_tde along with install of multiple PPG extensions. Removed reduntant declaration of same variables in tap test cases. Naeem Akhter 2024-08-07 21:18:09 +05:00
  • 646b16bcaf Teach RPM the package name provided in Perl alias packages. Noah Misch 2024-08-07 11:43:34 -07:00
  • 382909b635 Teach RPM the package name provided in Perl alias packages. Noah Misch 2024-08-07 11:43:34 -07:00
  • ecf7c48462 Teach RPM the package name provided in Perl alias packages. Noah Misch 2024-08-07 11:43:34 -07:00
  • 75345f6985 Fix names of "Visual Studio" and Meson in a documentation sentence. Noah Misch 2024-08-07 11:43:08 -07:00
  • e56ccc8e42 Fix names of "Visual Studio" and Meson in a documentation sentence. Noah Misch 2024-08-07 11:43:08 -07:00