Commit Graph

  • cad65907ee Update time zone data files to tzdata release 2024b. Tom Lane 2024-10-29 11:49:38 -04:00
  • 502e7bf7f0 Update time zone data files to tzdata release 2024b. Tom Lane 2024-10-29 11:49:38 -04:00
  • fcbd1bb661 Reduce variable scope and possibly useless palloc David Rowley 2024-10-30 01:38:42 +13:00
  • 84b8fccbe5 Doc: add detail about EXPLAIN's "Disabled" property David Rowley 2024-10-29 23:28:12 +13:00
  • 014720c6d9 Add missing FATAL => 'all' to a use warnings in Perl Peter Eisentraut 2024-10-29 10:26:17 +01:00
  • b77e9aa183 Fixing review comments Zsolt Parragi 2024-10-29 08:01:06 +00:00
  • 0432a111a1 Added sequential scan performance tests Zsolt Parragi 2024-10-06 19:19:55 +01:00
  • 233d5c9f92
    Merge pull request #306 from dutow/pg1071 Zsolt Parragi 2024-10-29 08:01:33 +00:00
  • 93a596c735 doc: Add better description for rewrite functions in event triggers Michael Paquier 2024-10-29 15:35:22 +09:00
  • bca802600c doc: Add better description for rewrite functions in event triggers Michael Paquier 2024-10-29 15:35:21 +09:00
  • 14440d3b07 doc: Add better description for rewrite functions in event triggers Michael Paquier 2024-10-29 15:35:19 +09:00
  • a1b859c689 doc: Add better description for rewrite functions in event triggers Michael Paquier 2024-10-29 15:35:18 +09:00
  • 709ce29b16 doc: Add better description for rewrite functions in event triggers Michael Paquier 2024-10-29 15:35:14 +09:00
  • 4b7bba49e7 doc: Add better description for rewrite functions in event triggers Michael Paquier 2024-10-29 15:35:01 +09:00
  • 857f13f799 Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 2024-10-29 16:26:41 +13:00
  • ee8db41a94 Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 2024-10-29 16:26:18 +13:00
  • ca643bcd7a Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 2024-10-29 16:25:51 +13:00
  • 75f09cc460 Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 2024-10-29 16:25:29 +13:00
  • 4f47ee03d5 Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 2024-10-29 16:25:08 +13:00
  • e5086b3ff4 Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 2024-10-29 16:24:47 +13:00
  • dda781609f Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 2024-10-29 16:24:10 +13:00
  • bb584e8312 Fix dependency of partitioned table and table AM with CREATE TABLE .. USING Michael Paquier 2024-10-29 08:41:53 +09:00
  • 49a23441ca Fix dependency of partitioned table and table AM with CREATE TABLE .. USING Michael Paquier 2024-10-29 08:41:33 +09:00
  • 70b9adb98e Ensure we have a snapshot when updating pg_index in index_drop(). Nathan Bossart 2024-10-28 16:44:31 -05:00
  • 11b7de4a78 Unify src/common/'s definitions of MaxAllocSize. Tom Lane 2024-10-28 14:39:01 -04:00
  • d130a64ee0 Guard against enormously long input in pg_saslprep(). Tom Lane 2024-10-28 14:33:55 -04:00
  • dfff687f3c Guard against enormously long input in pg_saslprep(). Tom Lane 2024-10-28 14:33:55 -04:00
  • 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
  • e514ac5cc1
    Enhance pg_tde SMGR handling: (#316) Muhammad Usama 2024-10-28 13:27:50 +05: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