{"id":105303,"date":"2022-10-13T21:36:41","date_gmt":"2022-10-13T19:36:41","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-subd-postgresql-15"},"modified":"2022-10-13T21:36:41","modified_gmt":"2022-10-13T19:36:41","slug":"reliz-subd-postgresql-15","status":"publish","type":"post","link":"https:\/\/prohoster.info\/sq\/blog\/novosti-interneta\/reliz-subd-postgresql-15","title":{"rendered":"Rr\u00ebzimi i DBMS PostgreSQL 15","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Pas nj\u00eb viti zhvillimi, \u00ebsht\u00eb publikuar nj\u00eb deg\u00eb e re stabile e DBMS PostgreSQL 15. p\u00ebrdit\u00ebsimet p\u00ebr k\u00ebt\u00eb deg\u00eb do t\u00eb dalin p\u00ebr pes\u00eb vjet deri n\u00eb n\u00ebntor 2027.     <\/p>\n<p>T\u00eb rejat kryesore:  <\/p>\n<ul>\n<li class=\"l\"> Shtohet mb\u00ebshtetje p\u00ebr komand\u00ebn SQL \"MERGE\", e cila \u00ebsht\u00eb e ngjashme me shprehjen \"INSERT ... ON CONFLICT\". MERGE lejon krijimin e shprehjeve SQL kushtore, duke bashkuar operacionet INSERT, UPDATE dhe DELETE n\u00eb nj\u00eb shprehje. P\u00ebr shembull, me ndihm\u00ebn e MERGE, mund t\u00eb organizoni bashkimin e dy tabelave, duke futur regjistrat e munguar dhe duke p\u00ebrdit\u00ebsuar ata ekzistues. MERGE INTO customer_account ca USING recent_transactions t ON t.customer_id = ca.customer_id WHEN MATCHED THEN UPDATE SET balance = balance + transaction_value WHEN NOT MATCHED THEN INSERT (customer_id, balance) VALUES (t.customer_id, t.transaction_value);\n<li class=\"l\"> Algoritmet e renditjes s\u00eb t\u00eb dh\u00ebnave n\u00eb memorie dhe disk jan\u00eb p\u00ebrmir\u00ebsuar ndjesh\u00ebm. N\u00eb var\u00ebsi t\u00eb llojit t\u00eb t\u00eb dh\u00ebnave, n\u00eb testime v\u00ebrehet nj\u00eb rritje e shpejt\u00ebsis\u00eb s\u00eb renditjes nga 25% deri n\u00eb 400%.\n<li class=\"l\"> Puna e funksioneve ndihm\u00ebse \u00ebsht\u00eb p\u00ebrshpejtuar duke p\u00ebrdorur row_number(), rank(), dense_rank() dhe count().\n<li class=\"l\"> Implementuar mund\u00ebsin\u00eb p\u00ebr ekzekutimin paralel t\u00eb k\u00ebrkesave me shprehjen \"SELECT DISTINCT\".\n<li class=\"l\"> N\u00eb mekanizmin e lidhjes s\u00eb tabelave t\u00eb jashtme Foreign Data Wrapper (postgres_fdw) \u00ebsht\u00eb realizuar mb\u00ebshtetje p\u00ebr angazhimet asinkrone, p\u00ebrve\u00e7 mund\u00ebsis\u00eb s\u00eb m\u00ebparshme p\u00ebr p\u00ebrpunimin asinkron t\u00eb k\u00ebrkesave ndaj server\u00ebve t\u00eb jasht\u00ebm.\n<li class=\"l\"> \u00cbsht\u00eb shtuar mund\u00ebsia e aplikimit t\u00eb algoritmeve LZ4 dhe Zstandard (zstd) p\u00ebr kompresimin e regjistrave WAL t\u00eb transaksioneve, t\u00eb cilat n\u00ebn disa ngarkesa lejojn\u00eb t\u00eb rritet nj\u00ebkoh\u00ebsisht performanca dhe t\u00eb kursehet hap\u00ebsira n\u00eb disk. P\u00ebr t\u00eb shkurtuar koh\u00ebn e rikuperimit pas nj\u00eb d\u00ebshtimi, \u00ebsht\u00eb shtuar mb\u00ebshtetje p\u00ebr nxjerrjen e parashikueshme t\u00eb faqeve q\u00eb figurojn\u00eb n\u00eb regjistrin WAL.\n<li class=\"l\"> N\u00eb utilitarin pg_basebackup \u00ebsht\u00eb shtuar mb\u00ebshtetje p\u00ebr kompresimin e skedar\u00ebve me kopje rezerv\u00eb nga ana <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/sq\/server\/dts-los-angeles\/\"   title=\"server\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"3862\">server<\/a>, duke p\u00ebrdorur metodat gzip, LZ4 ose zstd. \u00cbsht\u00eb ofruar mund\u00ebsia e p\u00ebrdorimit t\u00eb moduleve t\u00eb personalizuara p\u00ebr arkivimin, duke lejuar t\u00eb Hiqni nevoj\u00ebn p\u00ebr ekzekutimin e komandave shell.\n<li class=\"l\"> \u00cbsht\u00eb shtuar nj\u00eb seri funksionesh t\u00eb reja p\u00ebr p\u00ebrpunimin e rreshtave duke p\u00ebrdorur shprehje t\u00eb rregullta: regexp_count(), regexp_instr(), regexp_like() dhe regexp_substr().\n<li class=\"l\"> N\u00eb funksionin range_agg() \u00ebsht\u00eb shtuar mund\u00ebsia p\u00ebr agregimin e tipeve t\u00eb shum\u00ebra (\"multirange\").\n<li class=\"l\"> Shtimi i m\u00ebnyr\u00ebs security_invoker, e cila lejon krijimin e pamjeve q\u00eb ekzekutohen me t\u00eb drejtat e p\u00ebrdoruesit q\u00eb th\u00ebrret, jo t\u00eb krijuesit t\u00eb pamjes.\n<li class=\"l\"> P\u00ebr replikimin logjik \u00ebsht\u00eb implementuar p\u00ebrkrahja p\u00ebr filtrimin e rreshtave dhe caktimin e listave t\u00eb kolonave, t\u00eb cilat lejojn\u00eb d\u00ebrguesit t\u00eb p\u00ebrzgjedhin nj\u00eb n\u00ebngrup t\u00eb t\u00eb dh\u00ebnave p\u00ebr replikim nga tabela. P\u00ebr m\u00eb tep\u00ebr, versioni i ri thjeshton menaxhimin e konflikteve, p\u00ebr shembull, ka mund\u00ebsin\u00eb p\u00ebr t\u00eb anashkaluar transaksionet n\u00eb konflikt dhe p\u00ebr t\u00eb \u00e7aktivizuar automatikisht abonimin kur identifikohet nj\u00eb gabim. N\u00eb replikimin logjik, lejohet p\u00ebrdorimi i komiteteve me dy faza (2PC).\n<li class=\"l\"> Shtuar nj\u00eb format t\u00eb ri t\u00eb log\u00ebve \u2014 jsonlog, i cili ruan informacionin n\u00eb m\u00ebnyr\u00eb strukturore duke p\u00ebrdorur formatin JSON.\n<li class=\"l\"> Administratori ka mund\u00ebsin\u00eb t\u00eb delegoj\u00eb p\u00ebrdoruesve disa t\u00eb drejta p\u00ebr t\u00eb ndryshuar parametra t\u00eb caktuar. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/sq\/server\/\"   title=\"konfigurimin e serverit\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"999\">konfigurimin e serverit<\/a> PostgreSQL.\n<li class=\"l\"> N\u00eb utilitarin psql \u00ebsht\u00eb shtuar mb\u00ebshtetje p\u00ebr k\u00ebrkimin e informacionit mbi cil\u00ebsimet (pg_settings) p\u00ebrmes komand\u00ebs \"\\dconfig\".\n<li class=\"l\"> \u00cbsht\u00eb siguruar p\u00ebrdorimi i memories s\u00eb ndar\u00eb p\u00ebr grumbullimin e statistikave t\u00eb funksionimit t\u00eb serverit, gj\u00eb q\u00eb leht\u00ebsoi eliminimin e nj\u00eb procesi t\u00eb ve\u00e7ant\u00eb p\u00ebr grumbullimin e statistikave dhe p\u00ebrmbledhjen periodike t\u00eb gjendjes n\u00eb disk.\n<li class=\"l\">  Ofruar mund\u00ebsia e p\u00ebrdorimit t\u00eb locale-ve t\u00eb ICU si standarde, \"ICU Collation\"; m\u00eb par\u00eb si locale standarde mund t\u00eb p\u00ebrdorej vet\u00ebm locale libc.\n<li class=\"l\"> E propozuar zgjerimi i integruar pg_walinspect, q\u00eb lejon inspektimin e p\u00ebrmbajtjes s\u00eb skedar\u00ebve me WAL-loguet p\u00ebrmes k\u00ebrkesave SQL.\n<li class=\"l\"> P\u00ebr skem\u00ebn public, t\u00eb gjith\u00eb p\u00ebrdoruesit, p\u00ebrve\u00e7 pronarit t\u00eb DB, jan\u00eb revokuar autorizimet p\u00ebr ekzekutimin e komand\u00ebs CREATE.\n<li class=\"l\"> N\u00eb PL\/Python \u00ebsht\u00eb hequr mb\u00ebshtetja p\u00ebr Python 2. \u00cbsht\u00eb hequr modaliteti ekskluziv i rezerv\u00ebs i vjet\u00ebr (\"exclusive backup\").    <\/ul>\n<p>Shtes\u00eb: Nga 19:00 deri n\u00eb 20:00 (MSK) do t\u00eb b\u00ebhet nj\u00eb seminar-diskutim mbi ndryshimet e versionit t\u00eb ri me Pavel Luzanov (Postgres Professional). P\u00ebr ata q\u00eb nuk do t\u00eb ken\u00eb mund\u00ebsi t\u00eb bashkohen n\u00eb transmetim, \u00ebsht\u00eb hapur regjistrimi i raportit t\u00eb qershorit nga Pavel \"PostgreSQL 15: MERGE dhe jo vet\u00ebm\" n\u00eb PGConf.Russia.<br \/>\n<br \/>Burimi: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=57914\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0442\u043a\u0430 \u0421\u0423\u0411\u0414 PostgreSQL 15. \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043d\u043e\u0432\u043e\u0439 \u0432\u0435\u0442\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u044b\u0445\u043e\u0434\u0438\u0442\u044c \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u043f\u044f\u0442\u0438 \u043b\u0435\u0442 \u0434\u043e \u043d\u043e\u044f\u0431\u0440\u044f 2027 \u0433\u043e\u0434\u0430. \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043d\u043e\u0432\u0448\u0435\u0441\u0442\u0432\u0430: \u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 SQL-\u043a\u043e\u043c\u0430\u043d\u0434\u044b &#171;MERGE&#187;, \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u044e\u0449\u0435\u0439 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 &#171;INSERT &#8230; ON CONFLICT&#187;. MERGE \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0443\u0441\u043b\u043e\u0432\u043d\u044b\u0435 SQL-\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f, \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u044f\u044e\u0449\u0438\u0435 \u0432 \u043e\u0434\u043d\u043e\u043c \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0438 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 INSERT, UPDATE \u0438 DELETE. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 MERGE \u043c\u043e\u0436\u043d\u043e [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-105303","post","type-post","status-publish","format-standard","hentry","category-novosti-interneta"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0442\u043a\u0430 \u0421\u0423\u0411\u0414 PostgreSQL 15. \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043d\u043e\u0432\u043e\u0439 \u0432\u0435\u0442\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u044b\u0445\u043e\u0434\u0438\u0442\u044c \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u043f\u044f\u0442\u0438 \u043b\u0435\u0442 \u0434\u043e \u043d\u043e\u044f\u0431\u0440\u044f 2027 \u0433\u043e\u0434\u0430. \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043d\u043e\u0432\u0448\u0435\u0441\u0442\u0432\u0430: \u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 SQL-\u043a\u043e\u043c\u0430\u043d\u0434\u044b &quot;MERGE&quot;, \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u044e\u0449\u0435\u0439 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 &quot;INSERT ... ON CONFLICT&quot;. MERGE \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0443\u0441\u043b\u043e\u0432\u043d\u044b\u0435 SQL-\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f, \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u044f\u044e\u0449\u0438\u0435 \u0432 \u043e\u0434\u043d\u043e\u043c \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0438 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 INSERT, UPDATE \u0438 DELETE. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 MERGE \u043c\u043e\u0436\u043d\u043e\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/sq\/blog\/novosti-interneta\/reliz-subd-postgresql-15\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"sq_AL\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0420\u0435\u043b\u0438\u0437 \u0421\u0423\u0411\u0414 PostgreSQL 15 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0442\u043a\u0430 \u0421\u0423\u0411\u0414 PostgreSQL 15. \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043d\u043e\u0432\u043e\u0439 \u0432\u0435\u0442\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u044b\u0445\u043e\u0434\u0438\u0442\u044c \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u043f\u044f\u0442\u0438 \u043b\u0435\u0442 \u0434\u043e \u043d\u043e\u044f\u0431\u0440\u044f 2027 \u0433\u043e\u0434\u0430. \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043d\u043e\u0432\u0448\u0435\u0441\u0442\u0432\u0430: \u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 SQL-\u043a\u043e\u043c\u0430\u043d\u0434\u044b &quot;MERGE&quot;, \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u044e\u0449\u0435\u0439 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 &quot;INSERT ... ON CONFLICT&quot;. MERGE \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0443\u0441\u043b\u043e\u0432\u043d\u044b\u0435 SQL-\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f, \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u044f\u044e\u0449\u0438\u0435 \u0432 \u043e\u0434\u043d\u043e\u043c \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0438 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 INSERT, UPDATE \u0438 DELETE. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 MERGE \u043c\u043e\u0436\u043d\u043e\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/sq\/blog\/novosti-interneta\/reliz-subd-postgresql-15\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-10-13T19:36:41+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-10-13T19:36:41+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47L\u00ebshimi i DBMS PostgreSQL 15 | ProHoster","description":"Pas nj\u00eb viti zhvillimi, \u00ebsht\u00eb publikuar dega e re stabile e DBMS PostgreSQL 15. P\u00ebrdit\u00ebsimet p\u00ebr k\u00ebt\u00eb deg\u00eb do t\u00eb dalin p\u00ebr pes\u00eb vjet deri n\u00eb n\u00ebntor 2027. Novitetet kryesore: \u00cbsht\u00eb shtuar mb\u00ebshtetje p\u00ebr komand\u00ebn SQL \"MERGE\", q\u00eb i ngjan shprehjes \"INSERT ... ON CONFLICT\". MERGE lejon krijimin e shprehjeve SQL kushtore, q\u00eb bashkojn\u00eb n\u00eb nj\u00eb shprehje operacionet INSERT, UPDATE dhe DELETE. P\u00ebr shembull, me ndihm\u00ebn e MERGE mund t\u00eb","canonical_url":"https:\/\/prohoster.info\/sq\/blog\/novosti-interneta\/reliz-subd-postgresql-15","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"sq_AL","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0420\u0435\u043b\u0438\u0437 \u0421\u0423\u0411\u0414 PostgreSQL 15 | ProHoster","og:description":"\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0442\u043a\u0430 \u0421\u0423\u0411\u0414 PostgreSQL 15. \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043d\u043e\u0432\u043e\u0439 \u0432\u0435\u0442\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u044b\u0445\u043e\u0434\u0438\u0442\u044c \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u043f\u044f\u0442\u0438 \u043b\u0435\u0442 \u0434\u043e \u043d\u043e\u044f\u0431\u0440\u044f 2027 \u0433\u043e\u0434\u0430. \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043d\u043e\u0432\u0448\u0435\u0441\u0442\u0432\u0430: \u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 SQL-\u043a\u043e\u043c\u0430\u043d\u0434\u044b &quot;MERGE&quot;, \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u044e\u0449\u0435\u0439 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 &quot;INSERT ... ON CONFLICT&quot;. MERGE \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0443\u0441\u043b\u043e\u0432\u043d\u044b\u0435 SQL-\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f, \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u044f\u044e\u0449\u0438\u0435 \u0432 \u043e\u0434\u043d\u043e\u043c \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0438 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 INSERT, UPDATE \u0438 DELETE. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 MERGE \u043c\u043e\u0436\u043d\u043e","og:url":"https:\/\/prohoster.info\/sq\/blog\/novosti-interneta\/reliz-subd-postgresql-15","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2022-10-13T19:36:41+00:00","article:modified_time":"2022-10-13T19:36:41+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"105303","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-02-08 21:30:13","updated":"2026-02-22 15:31:03","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts\/105303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/comments?post=105303"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts\/105303\/revisions"}],"predecessor-version":[{"id":162390,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts\/105303\/revisions\/162390"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/media?parent=105303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/categories?post=105303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/tags?post=105303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}