Commit Graph

  • 16ebf4f971 Guard against enormously long input in pg_saslprep(). Tom Lane 2024-10-28 14:33:55 -04:00
  • e631ed89c2 Guard against enormously long input in pg_saslprep(). Tom Lane 2024-10-28 14:33:55 -04:00
  • bd28431672 Guard against enormously long input in pg_saslprep(). Tom Lane 2024-10-28 14:33:55 -04:00
  • 6cfb3a3374 Strip Windows newlines from extension script files manually. Tom Lane 2024-10-28 13:07:29 -04:00
  • 8a98822bcc Fix WAL_DEBUG build Peter Eisentraut 2024-10-28 17:44:18 +01:00
  • 123474cbce nbtree: Minor sibling link traversal tweaks. Peter Geoghegan 2024-10-28 12:22:52 -04:00
  • 55327256a0 Fix overflow in bsearch_arg() with more than INT_MAX elements Heikki Linnakangas 2024-10-28 14:07:38 +02:00
  • 07ca2d4110 Fix overflow in bsearch_arg() with more than INT_MAX elements Heikki Linnakangas 2024-10-28 14:07:38 +02:00
  • 211e6a5b2b Fix overflow in bsearch_arg() with more than INT_MAX elements Heikki Linnakangas 2024-10-28 14:07:38 +02:00
  • 22b914121a Fix overflow in bsearch_arg() with more than INT_MAX elements Heikki Linnakangas 2024-10-28 14:07:38 +02:00
  • de5afddc3b Fix overflow in bsearch_arg() with more than INT_MAX elements Heikki Linnakangas 2024-10-28 14:07:38 +02:00
  • 22bb889f70 Restore missing line to copyright notice Heikki Linnakangas 2024-10-28 13:08:43 +02:00
  • 9be4e5d293 Remove unused #include's from contrib, pl, test .c files Peter Eisentraut 2024-10-28 08:02:17 +01:00
  • 1bf1140be8 Change the default value of the streaming option to 'parallel'. Amit Kapila 2024-10-28 08:42:05 +05:30
  • 6b652e6ce8 Set query ID for inner queries of CREATE TABLE AS and DECLARE Michael Paquier 2024-10-28 09:03:20 +09:00
  • 2d1d019301
    Merge pull request #24 from isoprophlex/TAS-86/raft-integration AldoRastrelli 2024-10-27 18:00:32 -03:00
  • ce911ef574 Run cargo fmt isoprophlex 2024-10-27 17:42:52 -03:00
  • cc25c6635b Add raft crate into node.rs #179 isoprophlex 2024-10-27 17:35:09 -03:00
  • 5b5b7313d7 WIP: Add raft to dpg isoprophlex 2024-10-27 15:31:06 -03:00
  • b0ac227867 Merge branch 'TAS-90/change-nodeInstace-role' of https://github.com/isoprophlex/distributed-postgres into TAS-86/raft-integration isoprophlex 2024-10-27 15:30:26 -03:00
  • cdff09c686 Update integration_test.rs aldanarastrelli-peya 2024-10-27 13:17:42 -03:00
  • eedc376e6d Refactor node.rs and NODEINSTANCE initialization aldanarastrelli-peya 2024-10-27 13:17:36 -03:00
  • 675a73ae2a Update config files names aldanarastrelli-peya 2024-10-27 13:14:41 -03:00
  • 0d858a133c Small refactor to Message and MessageData aldanarastrelli-peya 2024-10-27 13:14:12 -03:00
  • 92e5ecf11f Add raft from local path aldanarastrelli-peya 2024-10-27 13:13:48 -03:00
  • 8ccce3a116 [refactor] Rename config files aldanarastrelli-peya 2024-10-27 13:13:37 -03:00
  • 33b2fbe050 Fix obsolete nbtree split buffer comment. Peter Geoghegan 2024-10-27 10:38:24 -04:00
  • e18512c000 Remove unused #include's from backend .c files Peter Eisentraut 2024-10-27 08:18:25 +01:00
  • bc3a4b9cc8
    Merge pull request #23 from isoprophlex/integration-tests-ci Nicolas Continanza 2024-10-26 20:50:04 -03:00
  • 24df2949e1 Trigger CI NContinanza 2024-10-26 20:47:46 -03:00
  • af614420d5 Trigger CI NContinanza 2024-10-26 20:38:55 -03:00
  • 77d5bfd5f4 Trigger CI NContinanza 2024-10-26 20:31:29 -03:00
  • b7c33ee0b9 Trigger CI NContinanza 2024-10-26 20:25:09 -03:00
  • 1b4faef027 Cargo Fix aldanarastrelli-peya 2024-10-26 20:15:05 -03:00
  • 92d619a111 Trigger CI NContinanza 2024-10-26 20:00:54 -03:00
  • 5dee5ea4d5 Trigger CI NContinanza 2024-10-26 19:53:29 -03:00
  • 3aa2373c11 Refactor the code to create a pg_locale_t into new function. Jeff Davis 2024-10-25 16:31:08 -07:00
  • 924e03917d Read extension script files in text not binary mode. Tom Lane 2024-10-25 12:19:58 -04:00
  • de380a62b5 Make table_scan_bitmap_next_block() async-friendly Melanie Plageman 2024-10-25 10:11:58 -04:00
  • 7bd7aa4d30 Move EXPLAIN counter increment to heapam_scan_bitmap_next_block Melanie Plageman 2024-10-25 10:11:46 -04:00
  • e30d0d8adf WAL-log inplace update before revealing it to other sessions. Noah Misch 2024-10-25 06:51:03 -07:00
  • 1e74e31f3c WAL-log inplace update before revealing it to other sessions. Noah Misch 2024-10-25 06:51:03 -07:00
  • acf49584e2 WAL-log inplace update before revealing it to other sessions. Noah Misch 2024-10-25 06:51:03 -07:00
  • 4cf948cbee For inplace update, send nontransactional invalidations. Noah Misch 2024-10-25 06:51:02 -07:00
  • 0ea9d40a66 For inplace update, send nontransactional invalidations. Noah Misch 2024-10-25 06:51:02 -07:00
  • da99504564 At end of recovery, reset all sinval-managed caches. Noah Misch 2024-10-25 06:51:06 -07:00
  • 67f30c79a1 At end of recovery, reset all sinval-managed caches. Noah Misch 2024-10-25 06:51:06 -07:00
  • 431e05181e WAL-log inplace update before revealing it to other sessions. Noah Misch 2024-10-25 06:51:03 -07:00
  • 659903f8e7 WAL-log inplace update before revealing it to other sessions. Noah Misch 2024-10-25 06:51:03 -07:00
  • e3914bd136 For inplace update, send nontransactional invalidations. Noah Misch 2024-10-25 06:51:02 -07:00
  • 4eac5a1fa7 For inplace update, send nontransactional invalidations. Noah Misch 2024-10-25 06:51:02 -07:00
  • dca68242a8 At end of recovery, reset all sinval-managed caches. Noah Misch 2024-10-25 06:51:06 -07:00
  • 3baf804b72 At end of recovery, reset all sinval-managed caches. Noah Misch 2024-10-25 06:51:06 -07:00
  • bfd5c6e279 WAL-log inplace update before revealing it to other sessions. Noah Misch 2024-10-25 06:51:03 -07:00
  • ce8c571d01 For inplace update, send nontransactional invalidations. Noah Misch 2024-10-25 06:51:02 -07:00
  • 95c5acb3fc For inplace update, send nontransactional invalidations. Noah Misch 2024-10-25 06:51:02 -07:00
  • d36b4d8ec3 At end of recovery, reset all sinval-managed caches. Noah Misch 2024-10-25 06:51:06 -07:00
  • a4668c99f0 At end of recovery, reset all sinval-managed caches. Noah Misch 2024-10-25 06:51:06 -07:00
  • 8e7e672cda WAL-log inplace update before revealing it to other sessions. Noah Misch 2024-10-25 06:51:03 -07:00
  • 243e9b40f1 For inplace update, send nontransactional invalidations. Noah Misch 2024-10-25 06:51:02 -07:00
  • 0fe173680e doc: Fix typo in pg_restore_*_stats function documentation Daniel Gustafsson 2024-10-25 14:00:13 +02:00
  • aa1e898dea Fix concurrrently in typcache_rel_type_cache.sql Alexander Korotkov 2024-10-25 13:07:07 +03:00
  • b8a046081c Doc: Add a caution in alter publication. Amit Kapila 2024-10-25 14:19:05 +05:30
  • 7175ef870e pgbench: Fix typo. Tatsuo Ishii 2024-10-25 15:06:16 +09:00
  • 248c2d1923 Refactor code converting a publication name List to a StringInfo Michael Paquier 2024-10-25 12:02:04 +09:00
  • 1564339bfe Add install rules for Kerberos.pm and AdjustUpgrade.pm Michael Paquier 2024-10-25 10:56:34 +09:00
  • 9f00edc228 injection_points: Disable one permutation in isolation test "basic" Michael Paquier 2024-10-25 10:34:27 +09:00
  • ffe12d1d22 Remove the RTE_GROUP RTE if we drop the groupClause Richard Guo 2024-10-25 09:52:34 +09:00
  • d32d146399 Add functions pg_restore_relation_stats(), pg_restore_attribute_stats(). Jeff Davis 2024-10-24 12:08:00 -07:00
  • 534d0ea6c2 Generalize plpgsql's heuristic for importing expanded objects. Tom Lane 2024-10-24 13:28:22 -04:00
  • 67bab53d64 Fix parallel worker tracking of new catalog relfilenumbers. Noah Misch 2024-10-24 09:16:38 -07:00
  • a0c0078b13 Stop reading uninitialized memory in heap_inplace_lock(). Noah Misch 2024-10-24 09:16:14 -07:00
  • 3e5ea478d8 Stop reading uninitialized memory in heap_inplace_lock(). Noah Misch 2024-10-24 09:16:14 -07:00
  • ad24b75659 Stop reading uninitialized memory in heap_inplace_lock(). Noah Misch 2024-10-24 09:16:14 -07:00
  • d34ffbaa10 Stop reading uninitialized memory in heap_inplace_lock(). Noah Misch 2024-10-24 09:16:14 -07:00
  • 2d63c964f0 Stop reading uninitialized memory in heap_inplace_lock(). Noah Misch 2024-10-24 09:16:14 -07:00
  • e119076828 Stop reading uninitialized memory in heap_inplace_lock(). Noah Misch 2024-10-24 09:16:14 -07:00
  • e947224cbb Stop reading uninitialized memory in heap_inplace_lock(). Noah Misch 2024-10-24 09:16:14 -07:00
  • 86c30cef4a Refactor GetLockStatusData() to skip backends/groups without fast-path locks. Fujii Masao 2024-10-25 00:18:32 +09:00
  • 45188c2ea2 Support configuring TLSv1.3 cipher suites Daniel Gustafsson 2024-10-24 15:20:32 +02:00
  • 3d1ef3a15c Support configuring multiple ECDH curves Daniel Gustafsson 2024-10-24 15:20:28 +02:00
  • 6c66b7443c Raise the minimum supported OpenSSL version to 1.1.1 Daniel Gustafsson 2024-10-24 15:20:19 +02:00
  • f81855171f Handle alphanumeric characters in matching GUC names Daniel Gustafsson 2024-10-24 15:20:16 +02:00
  • e546989a26 Add 'no_error' argument to pg_wal_replay_wait() Alexander Korotkov 2024-10-24 14:40:23 +03:00
  • 73da6b8d1b Refactor WaitForLSNReplay() to return the result of waiting Alexander Korotkov 2024-10-24 14:38:27 +03:00
  • 6cfebfe88b Make WaitForLSNReplay() issue FATAL on postmaster death Alexander Korotkov 2024-10-24 14:38:06 +03:00
  • 5035172e4a Move LSN waiting declarations and definitions to better place Alexander Korotkov 2024-10-24 14:37:53 +03:00
  • b85a9d046e Avoid looping over all type cache entries in TypeCacheRelCallback() Alexander Korotkov 2024-10-24 14:35:52 +03:00
  • c1500a1ba7 Update header comment for lookup_type_cache() Alexander Korotkov 2024-10-24 14:34:16 +03:00
  • 499edb0974 Track more precisely query locations for nested statements Michael Paquier 2024-10-24 09:28:51 +09:00
  • 4b096c67e0 Improve pg_set_attribute_stats() error message. Jeff Davis 2024-10-23 16:11:45 -07:00
  • 7b8b8dddd6 Fix typo in tidstore.h. Masahiko Sawada 2024-10-23 15:37:00 -07:00
  • 0a3f983821 Another documentation fixup. Jeff Davis 2024-10-23 10:28:31 -07:00
  • 56b1e88c80 Fix compiler warning. Jeff Davis 2024-10-23 10:24:17 -07:00
  • 07d00692c8 Documentation fixup. Jeff Davis 2024-10-23 09:43:06 -07:00
  • 940f7a5627 Fix incorrect struct reference in comment Daniel Gustafsson 2024-10-23 16:13:28 +02:00
  • 6d16f9deba Make SASL max message length configurable Daniel Gustafsson 2024-10-23 16:10:27 +02:00
  • 0a059206fc doc: Fix INSERT statement syntax for identity columns Daniel Gustafsson 2024-10-23 14:58:17 +02:00
  • 17b4aa77c3 doc: Fix INSERT statement syntax for identity columns Daniel Gustafsson 2024-10-23 14:58:17 +02:00
  • 0b8fb9e923 Remove unnecessary word in a comment Amit Langote 2024-10-23 17:54:48 +09:00