diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 0d39e0ecdd7..3a425dbf21f 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -47,6 +47,7 @@ Branch: REL_12_STABLE [79c7a7e29] 2024-08-05 06:05:17 -0700 Prevent unauthorized code execution during pg_dump (Masahiko Sawada) + § @@ -87,6 +88,7 @@ Branch: REL_12_STABLE [08b6a9ecf] 2024-07-24 12:38:18 +0200 Fix failure after attaching a table as a partition, if the table had previously had inheritance children (Álvaro Herrera) + § @@ -112,6 +114,8 @@ Branch: REL_12_STABLE [067cb6c5d] 2024-07-12 13:44:19 +0200 Fix ALTER TABLE DETACH PARTITION for cases involving inconsistent index-based constraints (Álvaro Herrera, Tender Wang) + § + § @@ -143,6 +147,8 @@ Branch: REL_12_STABLE [4208f44c9] 2024-06-06 15:16:56 -0400 Fix handling of polymorphic output arguments for procedures (Tom Lane) + § + § @@ -167,6 +173,7 @@ Branch: REL_12_STABLE [0be81dd71] 2024-06-07 13:27:26 -0400 Fix behavior of stable functions called from a CALL statement's argument list (Tom Lane) + § @@ -191,6 +198,7 @@ Branch: REL_12_STABLE [4f9628158] 2024-07-19 11:52:32 -0500 Detect integer overflow in money calculations (Joseph Koshakow) + § @@ -215,6 +223,7 @@ Branch: REL_12_STABLE [8badee787] 2024-07-08 17:58:42 +0100 Fix over-aggressive clamping of the scale argument in round(numeric) and trunc(numeric) (Dean Rasheed) + § @@ -239,6 +248,7 @@ Branch: REL_12_STABLE [2812059d3] 2024-05-13 15:54:23 -0500 Prevent pg_sequence_last_value() from failing on unlogged sequences on standby servers and on temporary sequences of other sessions (Nathan Bossart) + § @@ -259,6 +269,7 @@ Branch: REL_12_STABLE [5e63a6f43] 2024-06-13 20:34:43 -0400 Fix parsing of ignored operators in websearch_to_tsquery() (Tom Lane) + § @@ -286,6 +297,7 @@ Branch: REL_12_STABLE [878e8c6be] 2024-07-23 21:59:02 -0500 Detect another integer overflow case while computing new array dimensions (Joseph Koshakow) + § @@ -309,6 +321,7 @@ Branch: REL_12_STABLE [11f3815d6] 2024-06-27 19:21:13 -0700 Detect another case of a new catalog cache entry becoming stale while detoasting its fields (Noah Misch) + § @@ -335,6 +348,7 @@ Branch: REL_12_STABLE [feca6c688] 2024-07-20 13:40:15 -0400 Correctly check updatability of view columns targeted by INSERT ... DEFAULT (Tom Lane) + § @@ -360,6 +374,7 @@ Branch: REL_12_STABLE [236b225ed] 2024-07-14 13:49:46 -0400 Avoid reporting an unhelpful internal error for incorrect recursive queries (Tom Lane) + § @@ -384,6 +399,7 @@ Branch: REL_12_STABLE [b0037bbef] 2024-06-20 14:21:36 -0400 Don't throw an error if a queued AFTER trigger no longer exists (Tom Lane) + § @@ -410,6 +426,7 @@ Branch: REL_12_STABLE [0a39343ae] 2024-06-14 16:20:35 -0400 Fix failure to remove pg_init_privs entries for column-level privileges when their table is dropped (Tom Lane) + § @@ -434,6 +451,7 @@ Branch: REL_12_STABLE [9256bf6eb] 2024-06-11 17:57:46 -0400 Fix selection of an arbiter index for ON CONFLICT when the desired index has expressions or predicates (Tom Lane) + § @@ -457,6 +475,7 @@ Branch: REL_12_STABLE [b8efd756d] 2024-06-07 14:50:09 -0400 Refuse to modify a temporary table of another session with ALTER TABLE (Tom Lane) + § @@ -482,6 +501,7 @@ Branch: REL_12_STABLE [686c995fc] 2024-05-18 14:31:35 -0400 Fix failure to recalculate sub-queries generated from MIN() or MAX() aggregates (Tom Lane) + § @@ -506,6 +526,7 @@ Branch: REL_12_STABLE [dccda847b] 2024-06-27 14:44:04 -0400 Avoid crashing when a JIT-inlined backend function throws an error (Tom Lane) + § @@ -534,6 +555,7 @@ Branch: REL_12_STABLE [a134baea7] 2024-07-10 20:15:52 -0400 Cope with behavioral changes in libxml2 version 2.13.x (Erik Wienhold, Tom Lane) + § @@ -560,6 +582,7 @@ Branch: REL_12_STABLE [5dea6628b] 2024-06-27 21:09:15 +0300 Fix handling of subtransactions of prepared transactions when starting a hot standby server (Heikki Linnakangas) + § @@ -587,6 +610,7 @@ Branch: REL_12_STABLE [1b3707587] 2024-07-11 22:48:08 +0900 Prevent incorrect initialization of logical replication slots (Masahiko Sawada) + § @@ -609,6 +633,7 @@ Branch: REL_12_STABLE [8565fb6fb] 2024-07-01 12:21:07 -0400 Avoid memory leakage after servicing a notify or sinval interrupt (Tom Lane) + § @@ -635,6 +660,7 @@ Branch: REL_12_STABLE [ba9fcac72] 2024-07-13 15:45:28 +1200 Avoid possibly missing end-of-input events on Windows sockets (Thomas Munro) + § @@ -657,6 +683,7 @@ Branch: REL_13_STABLE [377c25d32] 2024-05-09 12:45:51 +0900 Fix buffer overread in JSON parse error reports for incomplete byte sequences (Jacob Champion) + § @@ -693,6 +720,9 @@ Branch: REL_12_STABLE [e6dd0b863] 2024-07-26 19:10:37 +0200 Disable creation of stateful TLS session tickets by OpenSSL (Daniel Gustafsson) + § + § + § @@ -714,6 +744,7 @@ Branch: REL_12_STABLE [ec210914c] 2024-06-13 13:37:51 -0400 When replanning a PL/pgSQL simple expression, check it's still simple (Tom Lane) + § @@ -741,6 +772,7 @@ Branch: REL9_2_STABLE [1c4173116] 2024-06-26 07:32:15 -0400 Fix incompatibility between PL/Perl and Perl 5.40 (Andrew Dunstan) + § @@ -757,6 +789,7 @@ Branch: REL_12_STABLE [157b1e6b4] 2024-05-09 13:16:21 -0400 Fix recursive RECORD-returning PL/Python functions (Tom Lane) + § @@ -781,6 +814,7 @@ Branch: REL_12_STABLE [4488142a4] 2024-05-07 18:15:00 -0400 Don't corrupt PL/Python's TD dictionary during a recursive trigger call (Tom Lane) + § @@ -805,6 +839,7 @@ Branch: REL_12_STABLE [30487423c] 2024-06-04 18:02:13 -0400 Fix PL/Tcl's reporting of invalid list syntax in the result of a function returning tuple (Erik Wienhold, Tom Lane) + § @@ -827,6 +862,7 @@ Branch: REL_12_STABLE [407048999] 2024-07-28 09:26:48 +0200 Avoid non-thread-safe usage of strerror() in libpq (Peter Eisentraut) + § @@ -848,6 +884,7 @@ Branch: REL_12_STABLE [a3c00ab15] 2024-05-07 18:23:20 -0400 Ensure that pg_restore reports dependent TOC entries correctly (Tom Lane) + § @@ -871,6 +908,7 @@ Branch: REL_13_STABLE [2b461efc5] 2024-06-07 17:45:08 +0900 In contrib/postgres_fdw, do not send FETCH FIRST WITH TIES clauses to the remote server (Japin Li) + § @@ -895,6 +933,7 @@ Branch: REL_12_STABLE [274a8195d] 2024-07-06 10:30:03 +1200 Avoid clashing with system-provided <regex.h> headers (Thomas Munro) + § @@ -915,6 +954,7 @@ Branch: REL_12_STABLE [3e3e2ebea] 2024-06-17 14:30:59 -0400 Fix otherwise-harmless assertion failures in REINDEX CONCURRENTLY applied to an SP-GiST index (Tom Lane) + § @@ -969,6 +1009,7 @@ Branch: REL_12_STABLE [82c87af7a] 2024-03-14 14:57:16 -0400 Fix INSERT from multiple VALUES rows into a target column that is a domain over an array or composite type (Tom Lane) + § @@ -992,6 +1033,7 @@ Branch: REL_12_STABLE [3ffcd24c2] 2024-02-20 12:51:38 +1300 Fix incorrect pruning of NULL partition when a table is partitioned on a boolean column and the query has a boolean IS NOT clause (David Rowley) + § @@ -1015,6 +1057,7 @@ Branch: REL_12_STABLE [a8b740868] 2024-03-26 15:28:16 -0400 Make ALTER FOREIGN TABLE SET SCHEMA move any owned sequences into the new schema (Tom Lane) + § @@ -1037,6 +1080,7 @@ Branch: REL_12_STABLE [f3e4581ac] 2024-03-18 14:04:28 +0200 Fix EXPLAIN's counting of heap pages accessed by a bitmap heap scan (Melanie Plageman) + § @@ -1059,6 +1103,7 @@ Branch: REL_12_STABLE [f5d9212e5] 2024-04-02 14:59:04 -0400 Avoid deadlock during removal of orphaned temporary tables (Mikhail Zhilin) + § @@ -1084,6 +1129,7 @@ Branch: REL_12_STABLE [f222349c4] 2024-04-29 10:25:00 -0700 Avoid race condition while examining per-relation frozen-XID values (Noah Misch) + § @@ -1104,6 +1150,7 @@ Branch: REL_12_STABLE [56d30fb10] 2024-04-30 15:22:56 -0400 Disallow converting a table to a view within an outer SQL command that is using that table (Tom Lane) + § @@ -1124,6 +1171,7 @@ Branch: REL_12_STABLE [f502849d4] 2024-04-16 11:22:39 -0400 Ensure that join conditions generated from equivalence classes are applied at the correct plan level (Tom Lane) + § @@ -1150,6 +1198,7 @@ Branch: REL_12_STABLE [25675c474] 2024-03-27 13:39:03 -0400 Avoid unnecessary use of moving-aggregate mode with a non-moving window frame (Vallimaharajan G) + § @@ -1174,6 +1223,7 @@ Branch: REL_12_STABLE [cf807eba5] 2024-02-23 15:21:53 -0500 Avoid use of already-freed data while planning partition-wise joins under GEQO (Tom Lane) + § @@ -1195,6 +1245,7 @@ Branch: REL_12_STABLE [94246405d] 2024-03-05 16:19:26 +1300 Fix incorrectly-reported statistics kind codes in requested statistics kind X is not yet built error messages (David Rowley) + § @@ -1217,6 +1268,8 @@ Branch: REL_12_STABLE [466376c9f] 2024-03-06 14:41:13 -0500 Be more careful with RECORD-returning functions in FROM (Tom Lane) + § + § @@ -1243,6 +1296,7 @@ Branch: REL_12_STABLE [dc1503d5b] 2024-03-12 18:16:10 -0400 Fix confusion about the return rowtype of SQL-language procedures (Tom Lane) + § @@ -1265,6 +1319,7 @@ Branch: REL_12_STABLE [98bfb7558] 2024-03-11 02:53:07 +0200 Add protective stack depth checks to some recursive functions (Egor Chindyaskin) + § @@ -1282,6 +1337,7 @@ Branch: REL_12_STABLE [cb0ccefa0] 2024-04-28 13:42:13 -0400 Detect integer overflow when adding or subtracting an interval to/from a timestamp (Joseph Koshakow) + § @@ -1303,6 +1359,7 @@ Branch: REL_12_STABLE [f38903d1e] 2024-02-09 12:29:41 -0500 Avoid race condition in pg_get_expr() (Tom Lane) + § @@ -1325,6 +1382,7 @@ Branch: REL_12_STABLE [d44060cfc] 2024-02-09 12:55:43 +0200 Fix detection of old transaction IDs in XID status functions (Karina Litskevich) + § @@ -1347,6 +1405,7 @@ Branch: REL_12_STABLE [0341d4b10] 2024-04-11 19:05:07 +0900 Fix file descriptor leakage when an error is thrown while waiting in WaitEventSetWait (Etsuro Fujita) + § @@ -1363,6 +1422,7 @@ Branch: REL_12_STABLE [c0b4dad38] 2024-02-25 16:15:07 -0500 Throw an error if an index is accessed while it is being reindexed (Tom Lane) + § @@ -1386,6 +1446,7 @@ Branch: REL_12_STABLE [e3f9dcabd] 2024-05-01 13:23:25 +1200 Ensure that index-only scans on name columns return a fully-padded value (David Rowley) + § @@ -1408,6 +1469,7 @@ Branch: REL_12_STABLE [95cc48ca0] 2024-02-13 21:25:59 +0200 --> Fix crash with DSM allocations larger than 4GB (Heikki Linnakangas) + § @@ -1424,6 +1486,7 @@ Branch: REL_12_STABLE [df27d76d3] 2024-03-12 10:18:54 +0200 Disconnect if a new server session's client socket cannot be put into non-blocking mode (Heikki Linnakangas) + § @@ -1447,6 +1510,7 @@ Branch: REL_12_STABLE [c42e5fdcf] 2024-03-07 19:37:51 -0500 Fix inadequate error reporting with OpenSSL 3.0.0 and later (Heikki Linnakangas, Tom Lane) + § @@ -1475,6 +1539,8 @@ Branch: REL_12_STABLE [95e960e81] 2024-02-09 11:11:39 -0500 Avoid concurrent calls to bindtextdomain() in libpq and ecpglib (Tom Lane) + § + § @@ -1508,6 +1574,9 @@ Branch: REL_12_STABLE [cd26f08e4] 2024-04-19 01:07:52 -0400 Fix crash in ecpg's preprocessor if the program tries to redefine a macro that was defined on the preprocessor command line (Tom Lane) + § + § + § @@ -1525,6 +1594,7 @@ Branch: REL_12_STABLE [360d007e3] 2024-04-04 15:31:53 -0400 In ecpg, avoid issuing false unsupported feature will be passed to server warnings (Tom Lane) + § @@ -1542,6 +1612,7 @@ Branch: REL_12_STABLE [771240f97] 2024-02-19 11:38:54 +0900 Ensure that the string result of ecpg's intoasc() function is correctly zero-terminated (Oleg Tselebrovskiy) + § @@ -1563,6 +1634,8 @@ Branch: REL_12_STABLE [82c2192d9] 2024-03-22 01:01:30 +0100 present, will be dumped regardless of the setting of (Daniel Gustafsson, Álvaro Herrera) + § + § @@ -1580,6 +1653,7 @@ Branch: REL_12_STABLE [5e9d8bed0] 2024-04-10 15:45:59 -0400 Fix PL/pgSQL's parsing of single-line comments (---style comments) following expressions (Erik Wienhold, Tom Lane) + § @@ -1610,6 +1684,8 @@ Branch: REL_12_STABLE [50f8611d0] 2024-03-23 23:03:14 +0200 In contrib/amcheck, don't report false match failures due to short- versus long-header values (Andrey Borodin, Michael Zhilin) + § + § @@ -1633,6 +1709,7 @@ Branch: REL_12_STABLE [9301e0f41] 2024-03-11 12:29:24 +1300 In contrib/postgres_fdw, avoid emitting requests to sort by a constant (David Rowley) + § @@ -1659,6 +1736,7 @@ Branch: REL_12_STABLE [ce1c30ece] 2024-04-21 13:46:20 -0400 Make contrib/postgres_fdw set the remote session's time zone to GMT not UTC (Tom Lane) + § @@ -1683,6 +1761,7 @@ Branch: REL_12_STABLE [4b0e5d601] 2024-04-16 12:26:21 +0900 In contrib/xml2, avoid use of library functions that have been deprecated in recent versions of libxml2 (Dmitry Koval) + § @@ -1698,6 +1777,7 @@ Branch: REL_12_STABLE [01b55203a] 2024-04-10 12:15:59 +1200 --> Fix incompatibility with LLVM 18 (Thomas Munro, Dmitry Dolgov) + § @@ -1715,6 +1795,7 @@ Branch: REL_12_STABLE [7124e7d52] 2024-03-26 11:44:49 -0400 Allow make check to work with the musl C library (Thomas Munro, Bruce Momjian, Tom Lane) + § @@ -1780,6 +1861,8 @@ Branch: REL_12_STABLE [add8bc9b8] 2024-02-05 11:04:23 +0200 Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY (Heikki Linnakangas) + § + § @@ -1819,6 +1902,7 @@ Branch: REL_12_STABLE [c922b2410] 2023-12-11 12:02:01 +0100 Fix memory leak when performing JIT inlining (Andres Freund, Daniel Gustafsson) + § @@ -1839,6 +1923,7 @@ Branch: REL_12_STABLE [810382285] 2024-01-18 11:12:48 +0900 When dequeueing from an LWLock, avoid needing to search the list of waiting processes (Andres Freund) + § @@ -1858,6 +1943,7 @@ Branch: REL_12_STABLE [2e822a1d6] 2024-02-01 12:34:21 -0500 --> Avoid generating incorrect partitioned-join plans (Richard Guo) + § @@ -1881,6 +1967,7 @@ Branch: REL_12_STABLE [69c12c417] 2024-01-11 15:28:13 -0500 Fix incorrect wrapping of subquery output expressions in PlaceHolderVars (Tom Lane) + § @@ -1910,6 +1997,8 @@ Branch: REL_12_STABLE [a5e2853c3] 2024-01-08 19:58:51 +0200 Avoid requesting an oversize shared-memory area in parallel hash join (Thomas Munro, Andrei Lepikhov, Alexander Korotkov) + § + § @@ -1934,6 +2023,7 @@ Branch: REL_12_STABLE [b8a606e21] 2023-11-28 11:59:53 +0200 and heap_delete() when a tuple to be updated by a foreign-key enforcement trigger fails the extra visibility crosscheck (Alexander Lakhin) + § @@ -1954,6 +2044,7 @@ Branch: REL_12_STABLE [2f7242837] 2024-01-24 14:20:14 +0900 Fix possible failure during ALTER TABLE ADD COLUMN on a complex inheritance tree (Tender Wang) + § @@ -1977,6 +2068,7 @@ Branch: REL_12_STABLE [056109782] 2024-01-31 13:16:50 +0900 Fix problems with duplicate token names in ALTER TEXT SEARCH CONFIGURATION ... MAPPING commands (Tender Wang, Michael Paquier) + § @@ -1993,6 +2085,7 @@ Branch: REL_12_STABLE [4f8d3c5b5] 2023-11-19 21:04:47 +0100 Properly lock the associated table during DROP STATISTICS (Tomas Vondra) + § @@ -2015,6 +2108,7 @@ Branch: REL_12_STABLE [abd1b1325] 2023-11-16 10:05:14 -0500 Fix function volatility checking for GENERATED and DEFAULT expressions (Tom Lane) + § @@ -2047,6 +2141,8 @@ Branch: REL_12_STABLE [d29a4fbac] 2024-01-13 13:54:11 -0500 Detect that a new catalog cache entry became stale while detoasting its fields (Tom Lane) + § + § @@ -2074,6 +2170,7 @@ Branch: REL_12_STABLE [b17a02be2] 2023-11-09 09:57:52 +0000 Fix edge-case integer overflow detection bug on some platforms (Dean Rasheed) + § @@ -2097,6 +2194,7 @@ Branch: REL_12_STABLE [c3bdb25fb] 2024-01-26 13:39:37 -0500 Detect Julian-date overflow when adding or subtracting an interval to/from a timestamp (Tom Lane) + § @@ -2118,6 +2216,7 @@ Branch: REL_12_STABLE [f499d2b20] 2023-11-18 14:50:00 +0000 Add more checks for overflow in interval_mul() and interval_div() (Dean Rasheed) + § @@ -2141,6 +2240,7 @@ Branch: REL_12_STABLE [ea61b1cf6] 2023-12-26 17:57:48 -0500 validity of unapplied values for settings with backend or superuser-backend context (Tom Lane) + § @@ -2162,6 +2262,7 @@ Branch: REL_12_STABLE [5d40b3c4f] 2023-12-01 16:27:18 +0100 Match collation too when matching an existing index to a new partitioned index (Peter Eisentraut) + § @@ -2184,6 +2285,7 @@ Branch: REL_12_STABLE [e6511fe64] 2024-01-29 13:46:48 +0200 Fix insufficient locking when cleaning up an incomplete split of a GIN index's internal page (Fei Changhong, Heikki Linnakangas) + § @@ -2206,6 +2308,7 @@ Branch: REL_12_STABLE [5a6937ec9] 2023-11-13 11:45:13 -0500 Avoid premature release of buffer pin in GIN index insertion (Tom Lane) + § @@ -2227,6 +2330,7 @@ Branch: REL_12_STABLE [1771ec9a8] 2023-12-21 12:43:36 -0500 --> Avoid failure with partitioned SP-GiST indexes (Tom Lane) + § @@ -2247,6 +2351,7 @@ Branch: REL_12_STABLE [ba66f2533] 2023-12-15 13:55:05 -0500 --> Fix ownership change reporting for large objects (Tom Lane) + § @@ -2270,6 +2375,7 @@ Branch: REL_12_STABLE [4d45ecc92] 2023-12-12 17:05:36 +0100 Prevent standby servers from incorrectly processing dead index tuples during subtransactions (Fei Changhong) + § @@ -2298,6 +2404,7 @@ Branch: REL_12_STABLE [e81e617f3] 2023-12-11 07:45:45 +0530 Fix deadlock between a logical replication apply worker, its tablesync worker, and a session process trying to alter the subscription (Shlok Kyal) + § @@ -2320,6 +2427,7 @@ Branch: REL_12_STABLE [c20f2aab6] 2024-01-03 17:40:38 -0500 Return the correct status code when a new client disconnects without responding to the server's password challenge (Liu Lang, Tom Lane) + § @@ -2344,6 +2452,7 @@ Branch: REL_12_STABLE [0bd682246] 2023-11-28 12:34:03 -0500 Fix incompatibility with OpenSSL 3.2 (Tristan Partin, Bo Andreson) + § @@ -2367,6 +2476,7 @@ Branch: REL_12_STABLE [271d24f31] 2023-12-11 11:51:56 -0500 Be more wary about OpenSSL not setting errno on error (Tom Lane) + § @@ -2391,6 +2501,7 @@ Branch: REL_12_STABLE [4493bfb70] 2024-02-02 15:34:29 -0500 Report ENOMEM errors from file-related system calls as ERRCODE_OUT_OF_MEMORY, not ERRCODE_INTERNAL_ERROR (Alexander Kuzmenkov) + § @@ -2408,6 +2519,7 @@ Branch: REL_12_STABLE [0217a7444] 2023-11-27 09:40:57 +0900 Avoid race condition when libpq initializes OpenSSL support concurrently in two different threads (Willi Mann, Michael Paquier) + § @@ -2423,6 +2535,7 @@ Branch: REL_12_STABLE [18fad508b] 2023-11-23 13:30:19 -0500 --> Fix timing-dependent failure in GSSAPI data transmission (Tom Lane) + § @@ -2453,6 +2566,8 @@ Branch: REL_12_STABLE [e43790342] 2023-11-14 00:31:39 -0500 In pg_dump, don't dump RLS policies or security labels for extension member objects (Tom Lane, Jacob Champion) + § + § @@ -2479,6 +2594,7 @@ Branch: REL_12_STABLE [69d7edb06] 2023-12-29 10:57:11 -0500 In pg_dump, don't dump an extended statistics object if its underlying table isn't being dumped (Rian McGuire, Tom Lane) + § @@ -2502,6 +2618,7 @@ Branch: REL_12_STABLE [1c7443521] 2024-01-07 15:19:50 -0500 an element equal to INT_MAX is inserted into a gist__int_ops index (Alexander Lakhin, Tom Lane) + § @@ -2520,6 +2637,7 @@ Branch: REL_12_STABLE [f610d4f11] 2023-12-19 18:19:21 +0900 when contrib/pageinspect's hash_bitmap_info() function is applied to a partitioned hash index (Alexander Lakhin, Michael Paquier) + § @@ -2538,6 +2656,7 @@ Branch: REL_12_STABLE [bd2d3c928] 2023-12-19 15:20:55 +0900 when contrib/pgstattuple's pgstathashindex() function is applied to a partitioned hash index (Alexander Lakhin) + § @@ -2561,6 +2680,8 @@ Branch: REL_12_STABLE [e50a52b2b] 2024-01-12 14:00:02 +0900 On Windows, suppress autorun options when launching subprocesses in pg_ctl and pg_regress (Kyotaro Horiguchi) + § + § @@ -2584,6 +2705,7 @@ Branch: REL_12_STABLE [b2fd1dab9] 2024-01-29 12:06:08 -0500 Fix compilation failures with libxml2 version 2.12.0 and later (Tom Lane) + § @@ -2599,6 +2721,7 @@ Branch: REL_13_STABLE [7d5a74033] 2023-12-06 14:11:47 +0900 Fix compilation failure of WAL_DEBUG code on Windows (Bharath Rupireddy) + § @@ -2617,6 +2740,7 @@ Branch: REL_16_STABLE [c72049dbc] 2023-12-26 17:03:24 -0500 Suppress compiler warnings from Python's header files (Peter Eisentraut, Tom Lane) + § @@ -2639,6 +2763,7 @@ Branch: REL_12_STABLE [d060cb658] 2024-01-25 13:47:35 +1300 --> Avoid deprecation warning when compiling with LLVM 18 (Thomas Munro) + § @@ -2658,6 +2783,7 @@ Branch: REL_12_STABLE [b59ae79b7] 2024-02-01 15:57:53 -0500 Palestine, plus corrections for the Antarctic stations Casey and Vostok. Also historical corrections for Vietnam, Toronto, and Miquelon. (Tom Lane) + § @@ -2722,6 +2848,7 @@ Branch: REL_11_STABLE [8c6633f4d] 2023-11-06 10:38:00 -0500 Fix handling of unknown-type arguments in DISTINCT "any" aggregate functions (Tom Lane) + § @@ -2752,6 +2879,7 @@ Branch: REL_11_STABLE [c48008f59] 2023-11-06 10:56:43 -0500 Detect integer overflow while computing new array dimensions (Tom Lane) + § @@ -2792,6 +2920,8 @@ Branch: REL_11_STABLE [a27be40c1] 2023-11-06 06:14:18 -0800 Prevent the pg_signal_backend role from signalling background workers and autovacuum processes (Noah Misch, Jelte Fennema-Nio) + § + § @@ -2833,6 +2963,7 @@ Branch: REL_12_STABLE [26917ebea] 2023-09-26 15:41:44 +0300 Fix misbehavior during recursive page split in GiST index build (Heikki Linnakangas) + § @@ -2857,6 +2988,7 @@ Branch: REL_13_STABLE [6fd1dbdb2] 2023-10-14 16:33:54 -0700 Prevent de-duplication of btree index entries for interval columns (Noah Misch) + § @@ -2894,6 +3026,8 @@ Branch: REL_11_STABLE [07f261b31] 2023-10-12 19:53:50 +1300 Fix partition step generation and runtime partition pruning for hash-partitioned tables with multiple partition keys (David Rowley) + § + § @@ -2916,6 +3050,7 @@ Branch: REL_11_STABLE [7c07305e6] 2023-09-28 16:29:22 -0700 Fix edge case in btree mark/restore processing of ScalarArrayOpExpr clauses (Peter Geoghegan) + § @@ -2941,6 +3076,7 @@ Branch: REL_11_STABLE [7ab6971c6] 2023-10-28 14:04:43 -0400 Fix intra-query memory leak when a set-returning function repeatedly returns zero rows (Tom Lane) + § @@ -2958,6 +3094,7 @@ Branch: REL_11_STABLE [db00be6d7] 2023-09-18 14:27:47 -0400 Don't crash if cursor_to_xmlschema() is applied to a non-data-returning Portal (Boyu Yang) + § @@ -2974,6 +3111,7 @@ Branch: REL_12_STABLE [efcb601d2] 2023-10-31 16:44:27 +1300 Throw the intended error if pgrowlocks() is applied to a partitioned table (David Rowley) + § @@ -2996,6 +3134,7 @@ Branch: REL_11_STABLE [bae063db4] 2023-10-30 14:46:09 -0700 Handle invalid indexes more cleanly in assorted SQL functions (Noah Misch) + § @@ -3028,6 +3167,7 @@ Branch: REL_11_STABLE [0fb91ed2b] 2023-09-25 11:50:28 -0400 Avoid premature memory allocation failure with long inputs to to_tsvector() (Tom Lane) + § @@ -3045,6 +3185,7 @@ Branch: REL_11_STABLE [7a310cae0] 2023-10-01 13:17:25 -0400 Fix over-allocation of the constructed tsvector in tsvectorrecv() (Denis Erokhin) + § @@ -3072,6 +3213,7 @@ Branch: REL_11_STABLE [358cd2b25] 2023-09-04 14:55:58 +0900 Fix incorrect coding in gtsvector_picksplit() (Alexander Lakhin) + § @@ -3091,6 +3233,7 @@ Branch: REL_13_STABLE [817669ea2] 2023-10-18 20:43:17 -0400 --> Improve checks for corrupt PGLZ compressed data (Flavien Guedez) + § @@ -3108,6 +3251,7 @@ Branch: REL_12_STABLE [7cabb20a9] 2023-09-21 23:11:31 -0400 Fix COMMIT AND CHAIN/ROLLBACK AND CHAIN to work properly when there is an unreleased savepoint (Liu Xiang, Tom Lane) + § @@ -3132,6 +3276,7 @@ Branch: REL_11_STABLE [6e1cca511] 2023-11-02 11:47:33 -0400 !! no live bug Avoid crash in EXPLAIN if a parameter marked to be displayed by EXPLAIN has a NULL boot-time value (Xing Guo, Aleksander Alekseev, Tom Lane) + § @@ -3154,6 +3299,7 @@ Branch: REL_11_STABLE [a295684b8] 2023-10-16 14:06:12 -0400 Ensure we have a snapshot while dropping ON COMMIT DROP temp tables (Tom Lane) + § @@ -3182,6 +3328,8 @@ Branch: REL_11_STABLE [bc322c73c] 2023-10-17 16:11:18 -0500 Avoid improper response to shutdown signals in child processes just forked by system() (Nathan Bossart) + § + § @@ -3206,6 +3354,7 @@ Branch: REL_12_STABLE [43c979086] 2023-10-16 17:25:43 +1300 Cope with torn reads of pg_control in frontend programs (Thomas Munro) + § @@ -3230,6 +3379,7 @@ Branch: REL_11_STABLE [f1634c968] 2023-10-16 10:52:40 +1300 Avoid torn reads of pg_control in relevant SQL functions (Thomas Munro) + § @@ -3252,6 +3402,7 @@ Branch: REL_12_STABLE [9b3900cdb] 2023-10-03 15:37:24 +0900 Avoid integer overflow when computing size of backend activity string array (Jakub Wartak) + § @@ -3277,6 +3428,7 @@ Branch: REL_13_STABLE [ed9247cd7] 2023-09-30 17:07:41 +0300 Fix briefly showing inconsistent progress statistics for ANALYZE on inherited tables (Heikki Linnakangas) + § @@ -3299,6 +3451,7 @@ Branch: REL_11_STABLE [fdc7cf73b] 2023-09-25 14:41:57 -0400 Track the dependencies of cached CALL statements, and re-plan them when needed (Tom Lane) + § @@ -3325,6 +3478,7 @@ Branch: REL_11_STABLE [a374f6c61] 2023-09-15 17:01:26 -0400 Track nesting depth correctly when inspecting RECORD-type Vars from outer query levels (Richard Guo) + § @@ -3344,6 +3498,7 @@ Branch: REL_11_STABLE [479b99125] 2023-09-15 16:39:27 -0400 Avoid record type has not been registered failure when deparsing a view that contains references to fields of composite constants (Tom Lane) + § @@ -3361,6 +3516,7 @@ Branch: REL_11_STABLE [6ae57f190] 2023-09-13 14:52:34 +1200 Fix error-handling bug in RECORD type cache management (Thomas Munro) + § @@ -3381,6 +3537,7 @@ Branch: REL_11_STABLE [feb4e218e] 2023-09-12 09:36:56 +0530 Fix assertion failure when logical decoding is retried in the same session after an error (Hou Zhijie) + § @@ -3397,6 +3554,7 @@ Branch: REL_12_STABLE [22b2e6e9d] 2023-10-03 10:25:19 +0900 Treat out-of-memory failures as fatal while reading WAL (Michael Paquier) + § @@ -3426,6 +3584,8 @@ Branch: REL_12_STABLE [bde2f1847] 2023-09-26 10:59:49 +1300 Fix possible recovery failure due to trying to allocate memory based on a bogus WAL record length field (Thomas Munro, Michael Paquier) + § + § @@ -3439,6 +3599,7 @@ Branch: REL_12_STABLE [7b03d3a3b] 2023-09-12 09:35:57 +0900 Ensure that standby-mode WAL recovery reports an error when an invalid page header is found (Yugo Nagata, Kyotaro Horiguchi) + § @@ -3454,6 +3615,7 @@ Branch: REL_13_STABLE [420c8dc7e] 2023-08-30 08:03:54 +0900 Fix datatype size confusion in logical tape management (Ranier Vilela) + § @@ -3475,6 +3637,7 @@ Branch: REL_13_STABLE [a01e479e8] 2023-08-29 09:12:17 +0300 Avoid unintended close of syslogger process's stdin (Heikki Linnakangas) + § @@ -3493,6 +3656,7 @@ Branch: REL_11_STABLE [9c59f3862] 2023-08-24 12:02:40 -0400 Avoid doing plan cache revalidation of utility statements that do not receive interesting processing during parse analysis (Tom Lane) + § @@ -3517,6 +3681,7 @@ Branch: REL_11_STABLE [b915bf495] 2023-08-24 16:14:26 -0400 Keep by-reference attmissingval values in a long-lived context while they are being used (Andrew Dunstan) + § @@ -3546,6 +3711,8 @@ Branch: REL_11_STABLE [ae1269295] 2023-08-10 10:27:24 -0700 Recalculate the effective value of search_path after ALTER ROLE (Jeff Davis) + § + § @@ -3568,6 +3735,7 @@ Branch: REL_11_STABLE [04f0baa85] 2023-10-10 11:03:20 -0700 Fix order of operations in GenericXLogFinish (Jeff Davis) + § @@ -3592,6 +3760,7 @@ Branch: REL_11_STABLE [ddded779a] 2023-09-19 08:31:31 +0900 Remove incorrect assertion in PL/Python exception handling (Alexander Lakhin) + § @@ -3610,6 +3779,7 @@ Branch: REL_11_STABLE [4f16152d9] 2023-10-02 13:27:51 -0400 Fix pg_restore so that selective restores will include both table-level and column-level ACLs for selected tables (Euler Taveira, Tom Lane) + § @@ -3637,6 +3807,8 @@ Branch: REL_12_STABLE [d3246a2ad] 2023-11-03 12:07:40 -0400 Add logic to pg_upgrade to check for use of abstime, reltime, and tinterval data types (Álvaro Herrera) + § + § @@ -3661,6 +3833,7 @@ Branch: REL_11_STABLE [dbd1a06c9] 2023-09-07 14:12:36 +0900 Avoid generating invalid temporary slot names in pg_basebackup (Jelte Fennema) + § @@ -3682,6 +3855,7 @@ Branch: REL_12_STABLE [73cda80a3] 2023-10-14 15:54:50 -0700 Avoid false too many client connections errors in pgbench on Windows (Noah Misch) + § @@ -3699,6 +3873,7 @@ Branch: REL_11_STABLE [e04509f32] 2023-10-30 14:46:09 -0700 In contrib/amcheck, do not report interrupted page deletion as corruption (Noah Misch) + § @@ -3729,6 +3904,7 @@ Branch: REL_11_STABLE [c804ffb56] 2023-10-29 11:14:32 +0000 on interval columns, when an indexscan using the < or <= operator is performed (Dean Rasheed) + § @@ -3765,6 +3941,10 @@ Branch: REL_12_STABLE [9ad986276] 2023-10-24 11:23:21 +1300 --> Add support for LLVM 16 and 17 (Thomas Munro, Dmitry Dolgov) + § + § + § + § @@ -3790,6 +3970,8 @@ Branch: REL_11_STABLE [0e0de20c8] 2023-09-26 21:06:21 -0400 Suppress assorted build-time warnings on recent macOS (Tom Lane) + § + § @@ -3818,6 +4000,7 @@ Branch: REL_13_STABLE [a64b8b035] 2023-09-27 14:41:26 +0900 fall back to using python if --with-python was not given and make variable PYTHON was not set (Japin Li) + § @@ -3835,6 +4018,7 @@ Branch: REL_11_STABLE [64fc5e005] 2023-10-28 11:55:30 -0400 Remove PHOT (Phoenix Islands Time) from the default timezone abbreviations list (Tom Lane) + § @@ -3903,6 +4087,7 @@ Branch: REL_11_STABLE [919ebb023] 2023-08-07 06:06:01 -0700 Disallow substituting a schema or owner name into an extension script if the name contains a quote, backslash, or dollar sign (Noah Misch) + § @@ -3938,6 +4123,8 @@ Branch: REL_11_STABLE [b511d7323] 2023-05-18 23:35:16 +0200 Fix confusion between empty (no rows) ranges and all-NULL ranges in BRIN indexes, as well as incorrect merging of all-NULL summaries (Tomas Vondra) + § + § @@ -3967,6 +4154,7 @@ Branch: REL_11_STABLE [1c38e7ae1] 2023-07-13 13:03:37 -0700 Avoid leaving a corrupted database behind when DROP DATABASE is interrupted (Andres Freund) + § @@ -3996,6 +4184,7 @@ Branch: REL_11_STABLE [c75c33de5] 2023-06-30 13:55:07 +0900 Ensure that partitioned indexes are correctly marked as valid or not at creation (Michael Paquier) + § @@ -4020,6 +4209,7 @@ Branch: REL_11_STABLE [e90e9275f] 2023-06-28 15:57:55 +0900 Ignore invalid child indexes when matching partitioned indexes to child indexes during ALTER TABLE ATTACH PARTITION (Michael Paquier) + § @@ -4042,6 +4232,7 @@ Branch: REL_11_STABLE [ed2b58c15] 2023-07-14 10:13:22 +0900 Fix possible failure when marking a partitioned index valid after all of its partitions have been attached (Michael Paquier) + § @@ -4066,6 +4257,7 @@ Branch: REL_11_STABLE [914e72e6e] 2023-07-10 09:40:24 +0900 Fix ALTER EXTENSION SET SCHEMA to complain if the extension contains any objects outside the extension's schema (Michael Paquier, Heikki Linnakangas) + § @@ -4088,6 +4280,7 @@ Branch: REL_11_STABLE [f6345f03f] 2023-06-19 13:03:17 +1200 Don't use partial unique indexes for uniqueness proofs in the planner (David Rowley) + § @@ -4111,6 +4304,7 @@ Branch: REL_11_STABLE [db01f2696] 2023-07-28 15:45:09 +0900 Avoid producing incorrect plans for foreign joins with pseudoconstant join clauses (Etsuro Fujita) + § @@ -4135,6 +4329,7 @@ Branch: REL_11_STABLE [13192a324] 2023-06-13 15:58:37 -0400 Correctly handle sub-SELECTs in RLS policy expressions and security-barrier views when expanding rule actions (Tom Lane) + § @@ -4167,6 +4362,9 @@ Branch: REL_11_STABLE [0048c3b51] 2023-07-04 09:27:00 +1200 Fix race conditions in conflict detection for SERIALIZABLE isolation mode (Thomas Munro) + § + § + § @@ -4189,6 +4387,7 @@ Branch: REL_12_STABLE [9529b1eb1] 2023-06-20 17:47:36 -0400 Fix hash join with an inner-side hash key that contains Params coming from an outer nested loop (Tom Lane) + § @@ -4211,6 +4410,7 @@ Branch: REL_11_STABLE [7f11b7a9c] 2023-06-29 10:19:10 -0400 Fix intermittent failures when trying to update a field of a composite column (Tom Lane) + § @@ -4237,6 +4437,8 @@ Branch: REL_13_STABLE [984c23f6f] 2023-07-02 22:23:20 +0200 Prevent query-lifespan memory leaks in some UPDATE queries with triggers (Tomas Vondra) + § + § @@ -4252,6 +4454,7 @@ Branch: REL_13_STABLE [3ce761d5c] 2023-07-02 20:05:35 +0200 Prevent query-lifespan memory leaks when an Incremental Sort plan node is rescanned (James Coleman, Laurenz Albe, Tom Lane) + § @@ -4266,6 +4469,7 @@ Branch: REL_13_STABLE [6f23b5f74] 2023-06-12 10:54:28 -0400 Accept fractional seconds in the input to jsonpath's datetime() method (Tom Lane) + § @@ -4282,6 +4486,7 @@ Branch: REL_11_STABLE [c7f33a197] 2023-06-24 17:18:08 -0400 Prevent stack-overflow crashes with very complex text search patterns (Tom Lane) + § @@ -4300,6 +4505,7 @@ Branch: REL_11_STABLE [1d031ad54] 2023-07-27 12:07:48 -0400 Allow tokens up to 10240 bytes long in pg_hba.conf and pg_ident.conf (Tom Lane) + § @@ -4321,6 +4527,7 @@ Branch: REL_11_STABLE [2316ff1ae] 2023-07-05 13:14:33 +0300 --> Fix mishandling of C++ out-of-memory conditions (Heikki Linnakangas) + § @@ -4343,6 +4550,7 @@ Branch: REL_13_STABLE [291c02540] 2023-07-20 14:23:46 -0400 Fix rare null-pointer crash in plancache.c (Tom Lane) + § @@ -4360,6 +4568,7 @@ Branch: REL_11_STABLE [1605623ec] 2023-07-04 16:13:12 +1200 Avoid losing track of possibly-useful shared memory segments when a page free results in coalescing ranges of free space (Dongming Liu) + § @@ -4388,6 +4597,8 @@ Branch: REL_11_STABLE [a72b503ca] 2023-05-25 15:32:45 -0700 Allow VACUUM to continue after detecting certain types of b-tree index corruption (Peter Geoghegan) + § + § @@ -4416,6 +4627,7 @@ Branch: REL_11_STABLE [1386f0987] 2023-07-13 13:03:37 -0700 in pg_database.datfrozenxid or pg_database.datminmxid (Andres Freund) + § @@ -4446,6 +4658,8 @@ Branch: REL_11_STABLE [6c7bffc09] 2023-07-18 14:04:54 +0900 Avoid double replay of prepared transactions during crash recovery (suyu.cmj, Michael Paquier) + § + § @@ -4467,6 +4681,7 @@ Branch: REL_13_STABLE [896012b88] 2023-06-20 09:36:58 +0900 Fix possible failure while promoting a standby server, if archiving is enabled and two-phase transactions need to be recovered (Julian Markwort) + § @@ -4492,6 +4707,7 @@ Branch: REL_11_STABLE [6377f705c] 2023-07-04 18:08:40 +0300 Ensure that a newly created, but still empty table is fsync'ed at the next checkpoint (Heikki Linnakangas) + § @@ -4515,6 +4731,7 @@ Branch: REL_11_STABLE [988719b88] 2023-07-06 17:29:16 +0300 Ensure that creation of the init fork of an unlogged index is WAL-logged (Heikki Linnakangas) + § @@ -4537,6 +4754,7 @@ Branch: REL_11_STABLE [a9c3472e0] 2023-06-11 10:34:00 +0900 Fix missing reinitializations of delay-checkpoint-end flags (suyu.cmj) + § @@ -4558,6 +4776,7 @@ Branch: REL_12_STABLE [668990980] 2023-08-02 01:44:31 +1200 Fix overly strict assertion in jsonpath code (David Rowley) + § @@ -4581,6 +4800,7 @@ Branch: REL_11_STABLE [a8be2356c] 2023-06-21 11:07:11 -0400 Avoid assertion failure when processing an empty statement via the extended query protocol in an already-aborted transaction (Tom Lane) + § @@ -4598,6 +4818,7 @@ Branch: REL_11_STABLE [8084bf9a4] 2023-05-16 10:53:42 -0400 Fix contrib/fuzzystrmatch's Soundex difference() function to handle empty input sanely (Alexander Lakhin, Tom Lane) + § @@ -4619,6 +4840,7 @@ Branch: REL_11_STABLE [bbfc26d86] 2023-06-12 09:14:20 +0900 Tighten whitespace checks in contrib/hstore input (Evan Jones) + § @@ -4642,6 +4864,7 @@ Branch: REL_11_STABLE [ab40b0395] 2023-06-15 13:45:44 +0900 with contrib/intarray's gist__int_ops index opclass (Ankit Kumar Pandey, Alexander Lakhin) + § @@ -4666,6 +4889,7 @@ Branch: REL_11_STABLE [9f70f6d4c] 2023-07-13 13:08:40 -0400 Avoid useless double decompression of GiST index entries in contrib/intarray (Konstantin Knizhnik, Matthias van de Meent, Tom Lane) + § @@ -4684,6 +4908,7 @@ Branch: REL_11_STABLE [db9813819] 2023-07-14 11:16:13 +0900 Ensure that pg_index.indisreplident is kept up-to-date in relation cache entries (Shruthi Gowda) + § @@ -4704,6 +4929,7 @@ Branch: REL_11_STABLE [96f96398d] 2023-06-24 20:29:42 +0900 Silence deprecation warnings when compiling with OpenSSL 3.0.0 or later (Peter Eisentraut) + § @@ -4764,6 +4990,8 @@ Branch: REL_11_STABLE [766e06140] 2023-05-08 11:24:47 -0400 Prevent CREATE SCHEMA from defeating changes in search_path (Alexander Lakhin) + § + § @@ -4796,6 +5024,7 @@ Branch: REL_11_STABLE [473626cf0] 2023-05-08 10:12:45 -0400 Enforce row-level security policies correctly after inlining a set-returning function (Stephen Frost, Tom Lane) + § @@ -4827,6 +5056,7 @@ Branch: REL_11_STABLE [a9212716b] 2023-04-28 19:29:44 +0900 Avoid crash when the new schema name is omitted in CREATE SCHEMA (Michael Paquier) + § @@ -4850,6 +5080,7 @@ Note: no live bug fixed in v15 or HEAD Fix enabling/disabling of cloned triggers in partitioned tables (Tom Lane) + § @@ -4874,6 +5105,7 @@ Branch: REL_11_STABLE [78838bc3d] 2023-03-27 15:04:02 -0400 Disallow altering composite types that are stored in indexes (Tom Lane) + § @@ -4897,6 +5129,7 @@ Branch: REL_12_STABLE [e8d74aac5] 2023-03-31 11:18:49 -0400 --> Disallow system columns as elements of foreign keys (Tom Lane) + § @@ -4919,6 +5152,7 @@ Branch: REL_11_STABLE [6e2674d77] 2023-03-10 13:52:28 -0500 Ensure that COPY TO from an RLS-enabled parent table does not copy any rows from child tables (Antonin Houska) + § @@ -4943,6 +5177,7 @@ Branch: REL_11_STABLE [4624aad61] 2023-05-04 11:48:23 -0400 Avoid possible crash when array_position() or array_positions() is passed an empty array (Tom Lane) + § @@ -4959,6 +5194,7 @@ Branch: REL_11_STABLE [8e33fb9ef] 2023-03-14 19:17:31 -0400 Fix possible out-of-bounds fetch in to_char() (Tom Lane) + § @@ -4979,6 +5215,7 @@ Branch: REL_11_STABLE [b1a9d8ef2] 2023-03-01 11:30:17 -0500 Avoid buffer overread in translate() function (Daniil Anisimov) + § @@ -5000,6 +5237,7 @@ Branch: REL_11_STABLE [234941a3b] 2023-03-13 15:19:00 -0400 Fix error cursor setting for parse errors in JSON string literals (Tom Lane) + § @@ -5023,6 +5261,7 @@ Branch: REL_12_STABLE [3c92f7e9d] 2023-03-07 21:36:52 -0800 Fix data corruption due to vacuum_defer_cleanup_age being larger than the current 64-bit xid (Andres Freund) + § @@ -5048,6 +5287,7 @@ Branch: REL_11_STABLE [0736b1131] 2023-03-13 12:40:28 -0400 Fix parser's failure to detect some cases of improperly-nested aggregates (Tom Lane) + § @@ -5069,6 +5309,7 @@ Branch: REL_11_STABLE [07554c99d] 2023-03-31 12:15:39 +1300 Fix data structure corruption during parsing of serial SEQUENCE NAME options (David Rowley) + § @@ -5090,6 +5331,7 @@ Branch: REL_11_STABLE [60c8aeaf6] 2023-04-12 10:46:30 -0400 Correctly update plan nodes' parallel-safety markings when moving initplans from one node to another (Tom Lane) + § @@ -5111,6 +5353,7 @@ Branch: REL_11_STABLE [8d2a8581b] 2023-02-13 17:07:04 +1300 Disable the inverse-transition optimization for window aggregates when the call contains sub-SELECTs (David Rowley) + § @@ -5132,6 +5375,7 @@ Branch: REL_11_STABLE [ae320fc21] 2023-03-26 13:41:06 -0400 Fix oversights in execution of nested ARRAY[] constructs (Alexander Lakhin, Tom Lane) + § @@ -5155,6 +5399,7 @@ Branch: REL_12_STABLE [048caf8d7] 2023-04-15 12:01:39 -0400 Prevent crash when updating a field within an array-of-domain-over-composite-type column (Dmitry Dolgov) + § @@ -5171,6 +5416,7 @@ Branch: REL_11_STABLE [1c19e2863] 2023-04-14 16:23:11 +1200 Fix partition pruning logic for partitioning on boolean columns (David Rowley) + § @@ -5195,6 +5441,7 @@ Branch: REL_11_STABLE [ef16d2724] 2023-03-21 14:43:07 +1300 Fix race condition in per-batch cleanup during parallel hash join (Thomas Munro, Melanie Plageman) + § @@ -5216,6 +5463,7 @@ Branch: REL_12_STABLE [23b75dd03] 2023-03-06 18:31:16 -0500 Recalculate GENERATED columns after an EvalPlanQual check (Tom Lane) + § @@ -5241,6 +5489,7 @@ Branch: REL_11_STABLE [0151d2c5f] 2023-04-25 13:54:10 +0200 Don't balance vacuum cost delay when a table has a per-relation vacuum_cost_delay setting of zero (Masahiko Sawada) + § @@ -5264,6 +5513,7 @@ Branch: REL_11_STABLE [721626cb5] 2023-03-07 18:21:37 -0500 Fix corner-case crashes when columns have been added to the end of a view (Tom Lane) + § @@ -5280,6 +5530,7 @@ Branch: REL_11_STABLE [ffec64ba8] 2023-02-25 14:44:14 -0500 Repair rare failure of MULTIEXPR_SUBLINK subplans in partitioned updates (Andres Freund, Tom Lane) + § @@ -5307,6 +5558,7 @@ Branch: REL_11_STABLE [e68b133c3] 2023-02-23 10:58:43 +0000 multi-row INSERT ... VALUES query on a view that has a DO ALSO INSERT ... SELECT rule (Dean Rasheed) + § @@ -5329,6 +5581,7 @@ Branch: REL_11_STABLE [79f194cc0] 2023-02-25 14:48:08 +0000 Support references to OLD and NEW within subqueries in rule actions (Dean Rasheed, Tom Lane) + § @@ -5354,6 +5607,7 @@ Branch: REL_11_STABLE [df931e9ab] 2023-02-17 16:40:34 -0500 containing INSERT/UPDATE/DELETE within WITH, take care to print the correct alias for the target table (Tom Lane) + § @@ -5375,6 +5629,8 @@ Branch: REL_11_STABLE [d1c0f81e7] 2023-03-09 17:26:06 +1300 Fix glitches in SERIALIZABLE READ ONLY optimization (Thomas Munro) + § + § @@ -5399,6 +5655,7 @@ Branch: REL_11_STABLE [44dbc960f] 2023-02-23 15:40:28 -0500 Avoid leaking cache callback slots in the pgoutput logical decoding plugin (Shi Yu) + § @@ -5419,6 +5676,7 @@ Branch: REL_13_STABLE [02191136c] 2023-04-23 14:00:16 +0300 Avoid unnecessary calls to custom validators for index operator class options (Alexander Korotkov) + § @@ -5439,6 +5697,7 @@ Branch: REL_11_STABLE [b5c6776c1] 2023-03-29 11:31:30 -0400 Fix dereference of dangling pointer during buffering build of a GiST index (Alexander Lakhin) + § @@ -5466,6 +5725,8 @@ Branch: REL_11_STABLE [4cdaea7a2] 2023-03-21 08:39:00 +0530 Ignore dropped columns and generated columns during logical replication of an update or delete action (Onder Kalaci, Shi Yu) + § + § @@ -5485,6 +5746,7 @@ Branch: REL_13_STABLE [cedcc4191] 2023-05-05 21:26:02 +0900 Correct the name of the wait event for SLRU buffer I/O for commit timestamps (Alexander Lakhin) + § @@ -5507,6 +5769,7 @@ Branch: REL_13_STABLE [be40dd63e] 2023-04-27 14:32:55 -0700 Avoid possible underflow when calculating how many WAL segments to keep (Kyotaro Horiguchi) + § @@ -5528,6 +5791,7 @@ Branch: REL_11_STABLE [88d606f7c] 2023-02-15 10:12:40 +0900 Support RSA-PSS certificates with SCRAM-SHA-256 channel binding (Jacob Champion, Heikki Linnakangas) + § @@ -5560,6 +5824,9 @@ Branch: REL_11_STABLE [b23f2a729] 2023-03-17 14:48:08 +1300 --> Avoid race condition with process ID tracking on Windows (Thomas Munro) + § + § + § @@ -5583,6 +5850,7 @@ Branch: REL_11_STABLE [83a54d966] 2023-02-22 13:29:39 +0000 Add missing cases to SPI_result_code_string() (Dean Rasheed) + § @@ -5599,6 +5867,7 @@ Branch: REL_11_STABLE [21bd818d0] 2023-02-21 18:47:47 -0500 Fix erroneous Valgrind markings in AllocSetRealloc() (Karina Litskevich) + § @@ -5622,6 +5891,7 @@ Branch: REL_11_STABLE [8de91ebf2] 2023-02-22 15:35:19 +0100 Avoid assertion failure when decoding a transactional logical replication message (Tomas Vondra) + § @@ -5638,6 +5908,7 @@ Branch: REL_11_STABLE [106a1bf82] 2023-04-21 08:21:18 -0700 Avoid locale sensitivity when processing regular expression escapes (Jeff Davis) + § @@ -5660,6 +5931,7 @@ Branch: REL_11_STABLE [c796d7296] 2023-04-17 14:22:06 -0400 Avoid trying to write an empty WAL record in log_newpage_range() when the last few pages in the specified range are empty (Matthias van de Meent) + § @@ -5681,6 +5953,7 @@ Branch: REL_12_STABLE [ee71cad9a] 2023-04-24 14:19:46 -0400 Fix session-lifespan memory leakage in plpgsql DO blocks that use cast expressions (Ajit Awekar, Tom Lane) + § @@ -5697,6 +5970,7 @@ Branch: REL_11_STABLE [ea96fbe77] 2023-04-29 13:06:44 -0400 Tighten array dimensionality checks when converting Perl list structures to multi-dimensional SQL arrays (Tom Lane) + § @@ -5726,6 +6000,8 @@ Branch: REL_11_STABLE [b7c6af375] 2023-04-28 12:24:29 -0400 Tighten array dimensionality checks when converting Python list structures to multi-dimensional SQL arrays (Tom Lane) + § + § @@ -5751,6 +6027,7 @@ Branch: REL_11_STABLE [0af386b0f] 2023-05-04 16:26:11 -0700 Fix unwinding of exception stack in plpython (Xing Guo) + § @@ -5774,6 +6051,7 @@ Branch: REL_12_STABLE [2bc36a56c] 2023-03-13 16:36:34 +0900 in libpq's PQconnectPoll() (Michael Paquier) + § @@ -5799,6 +6077,7 @@ Branch: REL_11_STABLE [dbd25dd0b] 2023-04-18 12:00:31 +0900 Fix possible data corruption in ecpg programs built with the option (Kyotaro Horiguchi) + § @@ -5823,6 +6102,7 @@ Branch: REL_11_STABLE [012ffb365] 2023-03-17 13:31:40 -0400 Fix pg_dump so that partitioned tables that are hash-partitioned on an enum-type column can be restored successfully (Tom Lane) + § @@ -5858,6 +6138,7 @@ Branch: REL_11_STABLE [c3c1097dc] 2023-04-27 11:55:06 -0400 In contrib/hstore_plpython, avoid crashing if the Python value to be transformed isn't a mapping (Dmitry Dolgov, Tom Lane) + § @@ -5878,6 +6159,7 @@ Branch: REL_13_STABLE [48c6825d0] 2023-04-23 14:00:16 +0300 Require the siglen option of a GiST index on an ltree column, if specified, to be a multiple of 4 (Alexander Korotkov) + § @@ -5900,6 +6182,7 @@ Branch: REL_11_STABLE [b18327489] 2023-03-11 12:15:41 -0500 Fix misbehavior in contrib/pg_trgm with an unsatisfiable regular expression (Tom Lane) + § @@ -5925,6 +6208,7 @@ Branch: REL_11_STABLE [c976ccc9e] 2023-04-20 18:12:32 -0400 Use the option when stripping static libraries with GNU-compatible strip (Tom Lane) + § @@ -5949,6 +6233,7 @@ Branch: REL_11_STABLE [36a646d99] 2023-02-08 17:15:27 -0500 Stop recommending auto-download of DTD files for building the documentation, and indeed disable it (Aleksander Alekseev, Peter Eisentraut, Tom Lane) + § @@ -5978,6 +6263,7 @@ Branch: REL_11_STABLE [b189f71e5] 2023-05-05 07:12:26 +0200 When running TAP tests in PGXS builds, use a saner location for the temporary portlock directory (Peter Eisentraut) + § @@ -6001,6 +6287,7 @@ Branch: REL_11_STABLE [7228f2f81] 2023-04-18 14:46:39 -0400 Update time zone data files to tzdata release 2023c for DST law changes in Egypt, Greenland, Morocco, and Palestine. (Tom Lane) + § @@ -6061,6 +6348,7 @@ Branch: REL_12_STABLE [3f7342671] 2023-02-06 11:20:31 +0900 libpq can leak memory contents after GSSAPI transport encryption initiation fails (Jacob Champion) + § @@ -6094,6 +6382,8 @@ Branch: REL_13_STABLE [787db4be9] 2023-01-15 14:06:46 -0500 Fix calculation of which GENERATED columns need to be updated in child tables during an UPDATE on a partitioned table or inheritance tree (Amit Langote, Tom Lane) + § + § @@ -6116,6 +6406,7 @@ Branch: REL_11_STABLE [6c122edde] 2023-01-21 13:10:30 -0500 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid (Tom Lane) + § @@ -6143,6 +6434,7 @@ Branch: REL_11_STABLE [30f9b03a0] 2022-12-03 12:20:02 +0000 Fix handling of DEFAULT markers in rules that perform an INSERT from a multi-row VALUES list (Dean Rasheed) + § @@ -6164,6 +6456,7 @@ Branch: REL_12_STABLE [9e24e4781] 2023-01-12 18:19:19 +0300 Reject uses of undefined variables in jsonpath existence checks (Alexander Korotkov, David G. Johnston) + § @@ -6185,6 +6478,7 @@ Branch: REL_11_STABLE [d95dcc9ab] 2023-01-26 14:55:37 +1300 --> Fix edge-case data corruption in parallel hash joins (Dmitry Astapov) + § @@ -6209,6 +6503,7 @@ Branch: REL_11_STABLE [0c2f34af7] 2023-01-19 13:13:34 +0900 Honor non-default settings of checkpoint_completion_target (Bharath Rupireddy) + § @@ -6232,6 +6527,7 @@ Branch: REL_11_STABLE [0a269527f] 2023-01-19 12:23:20 -0500 Log the correct ending timestamp in recovery_target_xid mode (Tom Lane) + § @@ -6254,6 +6550,7 @@ Branch: REL_13_STABLE [cf74b6ead] 2023-01-16 09:54:15 +0100 Improve error reporting for some buffered file read failures (Peter Eisentraut) + § @@ -6273,6 +6570,7 @@ Branch: REL_12_STABLE [c0ee6943c] 2023-01-11 09:56:18 +0900 Prevent wrong tuple length failure at the end of VACUUM (Ashwin Agrawal, Junfeng Yang) + § @@ -6298,6 +6596,7 @@ Branch: REL_11_STABLE [f48aa5df4] 2022-12-13 14:23:59 -0500 In extended query protocol, avoid an immediate commit after ANALYZE if we're running a pipeline (Tom Lane) + § @@ -6321,6 +6620,7 @@ Branch: REL_11_STABLE [8f70de7e0] 2023-01-21 06:08:05 -0800 Reject cancel request packets having the wrong length (Andrey Borodin) + § @@ -6346,6 +6646,7 @@ Branch: REL_11_STABLE [8cd700cc5] 2022-12-22 10:35:03 -0500 --> Add recursion and looping defenses in subquery pullup (Tom Lane) + § @@ -6370,6 +6671,7 @@ Branch: REL_11_STABLE [2df073313] 2022-12-04 13:17:18 -0500 Fix partitionwise-join code to tolerate failure to produce a plan for each partition (Tom Lane) + § @@ -6391,6 +6693,7 @@ Branch: REL_11_STABLE [b96a096db] 2022-11-22 14:40:46 -0500 Limit the amount of cleanup work done by get_actual_variable_range (Simon Riggs) + § @@ -6417,6 +6720,7 @@ Branch: REL_11_STABLE [c0eed8891] 2022-11-21 17:07:07 -0500 Ensure that execution of full-text-search queries can be cancelled while they are performing phrase matches (Tom Lane) + § @@ -6432,6 +6736,7 @@ Branch: REL_12_STABLE [f98c4fb1d] 2022-12-01 11:49:43 -0800 Fix memory leak in hashing strings with nondeterministic collations (Jeff Davis) + § @@ -6448,6 +6753,7 @@ Branch: REL_11_STABLE [243373159] 2023-01-23 18:27:58 -0800 Clean up the libpq connection object after a failed replication connection attempt (Andres Freund) + § @@ -6472,6 +6778,7 @@ Branch: REL_11_STABLE [a6c9e1db2] 2022-11-29 15:43:17 -0500 In hot-standby servers, reduce processing effort for tracking XIDs known to be active on the primary (Simon Riggs, Michail Nikolaev) + § @@ -6493,6 +6800,7 @@ Branch: REL_13_STABLE [36eeb37cd] 2022-11-22 10:56:07 +0100 Ignore invalidated logical-replication slots while determining oldest catalog xmin (Sirisha Chamarthi) + § @@ -6515,6 +6823,7 @@ Branch: REL_11_STABLE [9b788aafd] 2022-11-25 08:56:54 +0530 --> Fix uninitialized-memory usage in logical decoding (Masahiko Sawada) + § @@ -6537,6 +6846,7 @@ Branch: REL_11_STABLE [1703033f8] 2022-11-14 09:52:06 +0530 Avoid rare failed to acquire cleanup lock panic during WAL replay of hash-index page split operations (Robert Haas) + § @@ -6553,6 +6863,7 @@ Branch: REL_11_STABLE [5eaf3e375] 2022-11-11 12:46:52 -0800 Advance a heap page's LSN when setting its all-visible bit during WAL replay (Jeff Davis) + § @@ -6575,6 +6886,7 @@ Branch: REL_11_STABLE [d4acf2eb9] 2022-11-17 16:54:31 -0500 Prevent unsafe usage of a relation cache entry's rd_smgr pointer (Amul Sul) + § @@ -6599,6 +6911,7 @@ Branch: REL_11_STABLE [1b40710a8] 2023-01-13 10:54:20 +1300 Fix latent buffer-overrun problem in WaitEventSet logic (Thomas Munro) + § @@ -6625,6 +6938,7 @@ Branch: REL_11_STABLE [140c80372] 2022-11-19 12:36:52 -0800 Avoid nominally-undefined behavior when accessing shared memory in 32-bit builds (Andres Freund) + § @@ -6647,6 +6961,7 @@ Branch: REL_12_STABLE [bb8d48cb9] 2022-11-29 10:52:44 -0500 Remove faulty assertion in useless-RESULT-RTE optimization logic (Tom Lane) + § @@ -6663,6 +6978,7 @@ Branch: REL_11_STABLE [df6fea51f] 2022-12-23 10:04:37 +0900 Fix copy-and-paste errors in cache-lookup-failure messages for ACL checks (Justin Pryzby) + § @@ -6687,6 +7003,8 @@ Branch: REL_11_STABLE [b7333e826] 2022-11-19 12:00:27 -0500 In pg_dump, avoid calling unsafe server functions before we have locks on the tables to be examined (Tom Lane, Gilles Darold) + § + § @@ -6713,6 +7031,7 @@ Branch: REL_11_STABLE [c54b88870] 2023-01-06 11:09:56 +0000 Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA (Dean Rasheed) + § @@ -6729,6 +7048,7 @@ Branch: REL_11_STABLE [0ff4056b8] 2022-12-21 17:51:50 -0500 Fix contrib/seg to not crash or print garbage if an input number has more than 127 digits (Tom Lane) + § @@ -6748,6 +7068,7 @@ Branch: REL9_2_STABLE [c58c0770a] 2022-11-09 09:40:09 +0900 In contrib/sepgsql, avoid deprecation warnings with recent libselinux (Michael Paquier) + § @@ -6761,6 +7082,7 @@ Branch: REL_12_STABLE [cf0f465c0] 2022-11-10 10:23:49 -0500 --> Fix build on Microsoft Visual Studio 2013 (Tom Lane) + § @@ -6784,6 +7106,7 @@ Branch: REL_11_STABLE [ae7c51213] 2022-11-25 15:37:34 -0500 Fix compile failure in building PL/Perl with MSVC when using Strawberry Perl (Andrew Dunstan) + § @@ -6800,6 +7123,7 @@ Branch: REL_11_STABLE [724dd5649] 2022-11-27 09:18:46 -0500 Fix mismatch of PL/Perl built with MSVC versus a Perl library built with gcc (Andrew Dunstan) + § @@ -6820,6 +7144,7 @@ Branch: REL_11_STABLE [99f8bc335] 2023-01-02 15:51:05 -0800 --> Suppress compiler warnings from Perl's header files (Andres Freund) + § @@ -6842,6 +7167,7 @@ Branch: REL_11_STABLE [b69e9dfab] 2023-01-20 11:58:12 -0500 Fix pg_waldump to build on compilers that don't discard unused static-inline functions (Tom Lane) + § @@ -6860,6 +7186,7 @@ Branch: REL_11_STABLE [7ddc428ef] 2023-01-31 17:37:34 -0500 release 2022g for DST law changes in Greenland and Mexico, plus historical corrections for northern Canada, Colombia, and Singapore. (Tom Lane) + § @@ -6923,6 +7250,8 @@ Branch: REL_12_STABLE [cab72f0fd] 2022-09-22 11:07:05 -0700 Avoid rare PANIC during updates occurring concurrently with VACUUM (Tom Lane, Jeff Davis) + § + § @@ -6951,6 +7280,7 @@ Branch: REL_10_STABLE [cfe41f976] 2022-09-05 11:19:59 -0700 Fix VACUUM to press on if an attempted page deletion in a btree index fails to find the page's parent downlink (Peter Geoghegan) + § @@ -6977,6 +7307,7 @@ Branch: REL_10_STABLE [23e2a06ac] 2022-10-11 18:24:15 -0400 Fix handling of DEFAULT tokens that appear in a multi-row VALUES clause of an INSERT on an updatable view (Tom Lane) + § @@ -6999,6 +7330,7 @@ Branch: REL_10_STABLE [ecf4ce689] 2022-10-17 12:14:39 -0400 Disallow rules named _RETURN that are not ON SELECT (Tom Lane) + § @@ -7019,6 +7351,7 @@ Branch: REL_12_STABLE [519763094] 2022-09-25 17:10:58 -0400 Fix resource management bug in saving tuples for AFTER triggers (Tom Lane) + § @@ -7047,6 +7380,9 @@ Branch: REL_10_STABLE [174c929e3] 2022-09-06 16:38:18 -0400 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates (Tom Lane) + § + § + § @@ -7077,6 +7413,8 @@ Branch: REL_12_STABLE [669803af0] 2022-10-07 19:37:48 +0200 Fix construction of per-partition foreign key constraints while doing ALTER TABLE ATTACH PARTITION (Jehan-Guillaume de Rorthais, Álvaro Herrera) + § + § @@ -7097,6 +7435,7 @@ Branch: REL_12_STABLE [562e100ae] 2022-09-08 13:17:02 +0200 Fix generation of constraint names for per-partition foreign key constraints (Jehan-Guillaume de Rorthais) + § @@ -7119,6 +7458,7 @@ Branch: REL_11_STABLE [116f20f92] 2022-08-18 12:11:47 -0400 Fix incorrect matching of index expressions and predicates when creating a partitioned index (Richard Guo, Tom Lane) + § @@ -7144,6 +7484,7 @@ Branch: REL_10_STABLE [0b3ff539d] 2022-08-29 12:21:50 -0400 Prevent WAL corruption after a standby promotion (Dilip Kumar, Robert Haas) + § @@ -7169,6 +7510,7 @@ Branch: REL_10_STABLE [b02fc7df1] 2022-10-26 09:41:31 +0900 Fix mis-ordering of WAL operations in fast insert path for GIN indexes (Matthias van de Meent, Zhang Mingli) + § @@ -7198,6 +7540,8 @@ Branch: REL_11_STABLE [216af69ae] 2022-10-21 09:22:20 +0530 Fix bugs in logical decoding when replay starts from a point between the beginning of a transaction and the beginning of its subtransaction (Masahiko Sawada, Kuroda Hayato) + § + § @@ -7219,6 +7563,7 @@ Branch: REL_10_STABLE [bf0718c13] 2022-08-11 08:45:20 +0530 Prevent examining system catalogs with the wrong snapshot during logical decoding (Masahiko Sawada) + § @@ -7250,6 +7595,8 @@ Branch: REL_10_STABLE [6b50433e8] 2022-08-23 08:39:31 +0530 Accept interrupts in more places during logical decoding (Amit Kapila, Masahiko Sawada) + § + § @@ -7268,6 +7615,7 @@ Branch: REL_13_STABLE [4d3f7e75c] 2022-11-02 12:29:39 -0400 Prevent attempts to replicate into a foreign-table partition in replication workers (Shi Yu, Tom Lane) + § @@ -7289,6 +7637,7 @@ Branch: REL_13_STABLE [1df86aac5] 2022-08-16 14:30:27 +0530 Remove pointless check on replica identity setting of partitioned tables (Hou Zhijie) + § @@ -7311,6 +7660,7 @@ Branch: REL_10_STABLE [5f3cec77b] 2022-11-03 12:01:57 -0400 Avoid crash after function syntax error in replication workers (Maxim Orlov, Anton Melnikov, Masahiko Sawada, Tom Lane) + § @@ -7335,6 +7685,7 @@ Branch: REL_10_STABLE [1446612c5] 2022-08-10 13:37:25 -0400 Fix handling of read-write expanded datums that are passed to SQL functions (Tom Lane) + § @@ -7360,6 +7711,7 @@ Branch: REL_12_STABLE [9ebfbd23b] 2022-09-12 12:59:06 +0200 Fix type circle's equality comparator to handle NaNs properly (Ranier Vilela) + § @@ -7383,6 +7735,7 @@ Branch: REL_10_STABLE [cba393a10] 2022-08-31 10:42:05 -0400 In Snowball dictionaries, don't try to stem excessively-long words (Olly Betts, Tom Lane) + § @@ -7410,6 +7763,7 @@ Branch: REL_10_STABLE [d3cf15dfc] 2022-08-14 12:05:27 -0400 --> Fix use-after-free hazard in string comparisons (Tom Lane) + § @@ -7433,6 +7787,7 @@ Branch: REL_12_STABLE [99b6b705d] 2022-10-17 11:35:23 -0400 Add plan-time check for attempted access to a table that has no table access method (Tom Lane) + § @@ -7456,6 +7811,7 @@ Branch: REL_10_STABLE [ab35b9dd7] 2022-10-11 18:54:31 -0400 Prevent postmaster crash when shared-memory state is corrupted (Tom Lane) + § @@ -7487,6 +7843,8 @@ Branch: REL_10_STABLE [362032f17] 2022-08-13 15:21:28 -0400 Add some more defenses against recursion till stack overrun (Richard Guo, Tom Lane) + § + § @@ -7501,6 +7859,7 @@ Branch: REL_13_STABLE [4878ea717] 2022-08-13 16:59:58 -0400 Avoid misbehavior when choosing hash table size with very small work_mem and large tuples (Zhang Mingli) + § @@ -7518,6 +7877,7 @@ Branch: REL_10_STABLE [fd640dbb8] 2022-08-31 16:23:20 -0400 Avoid long-term memory leakage in the autovacuum launcher process (Reid Thompson) + § @@ -7540,6 +7900,7 @@ Branch: REL_11_STABLE [7391ab28a] 2022-09-16 13:23:01 -0400 Improve PL/pgSQL's ability to handle parameters declared as RECORD (Tom Lane) + § @@ -7565,6 +7926,7 @@ Branch: REL_10_STABLE [2a280832e] 2022-08-15 15:40:07 -0400 Add missing guards for NULL connection pointer in libpq (Daniele Varrazzo, Tom Lane) + § @@ -7591,6 +7953,7 @@ Branch: REL_10_STABLE [8fe26bca1] 2022-09-09 15:34:04 -0400 In ecpg, fix omission of variable storage classes when multiple varchar or bytea variables are declared in the same declaration (Andrey Sokolov) + § @@ -7615,6 +7978,7 @@ Branch: REL_10_STABLE [ba58266eb] 2022-10-21 09:11:47 -0400 Allow cross-platform tablespace relocation in pg_basebackup (Robert Haas) + § @@ -7638,6 +8002,7 @@ Branch: REL_10_STABLE [56083ff30] 2022-11-01 12:48:01 -0400 In pg_stat_statements, fix access to already-freed memory (zhaoqigui) + § @@ -7665,6 +8030,7 @@ Branch: REL_10_STABLE [d4adff0e9] 2022-09-14 18:45:09 +0900 In postgres_fdw, ensure that target lists constructed for EvalPlanQual plans will have all required columns (Richard Guo, Etsuro Fujita) + § @@ -7687,6 +8053,7 @@ Branch: REL_10_STABLE [95028d9de] 2022-09-09 12:41:36 -0400 Reject unwanted output from the platform's uuid_create() function (Nazir Bilal Yavuz) + § @@ -7714,6 +8081,7 @@ Branch: REL_10_STABLE [8bf470527] 2022-10-11 09:56:13 +0200 Include new Perl test modules in standard installations (Álvaro Herrera) + § @@ -7739,6 +8107,7 @@ Branch: REL_10_STABLE [5bed28e69] 2022-08-30 17:29:23 -0400 On NetBSD, force dynamic symbol resolution at postmaster start (Andres Freund, Tom Lane) + § @@ -7758,6 +8127,7 @@ Branch: REL_11_STABLE [da3a6825e] 2022-10-19 22:49:25 +1300 --> Fix incompatibilities with LLVM 15 (Thomas Munro, Andres Freund) + § @@ -7775,6 +8145,7 @@ Branch: REL_10_STABLE [19cefebe7] 2022-11-02 17:37:26 -0400 Allow use of __sync_lock_test_and_set() for spinlocks on any machine (Tom Lane) + § @@ -7802,6 +8173,7 @@ Branch: REL9_2_STABLE [fec443414] 2022-10-16 15:27:04 -0400 Rename symbol REF to REF_P to avoid compile failure on recent macOS (Tom Lane) + § @@ -7817,6 +8189,7 @@ Branch: REL_12_STABLE [d33ac1ec2] 2022-10-16 11:47:44 -0400 Avoid using sprintf, to avoid compile-time deprecation warnings (Tom Lane) + § @@ -7857,6 +8230,9 @@ Branch: REL9_2_STABLE [850cb88e4] 2022-09-21 13:52:38 -0400 --> Silence assorted compiler warnings from clang 15 and later (Tom Lane) + § + § + § @@ -7876,6 +8252,7 @@ Branch: REL_10_STABLE [b3326a753] 2022-11-01 17:09:21 -0400 release 2022f for DST law changes in Chile, Fiji, Iran, Jordan, Mexico, Palestine, and Syria, plus historical corrections for Chile, Crimea, Iran, and Mexico. (Tom Lane) + § @@ -7977,6 +8354,7 @@ Branch: REL_10_STABLE [5919bb5a5] 2022-08-08 11:12:31 -0400 Do not let extension scripts replace objects not already belonging to the extension (Tom Lane) + § @@ -8036,6 +8414,10 @@ Branch: REL_10_STABLE [ad0e08394] 2022-08-06 15:52:10 +0200 Fix replay of CREATE DATABASE WAL records on standby servers (Kyotaro Horiguchi, Asim R Praveen, Paul Guo) + § + § + § + § @@ -8067,6 +8449,7 @@ Branch: REL_14_STABLE [5ad478c9d] 2022-07-28 14:27:06 +1200 Support in place tablespaces (Thomas Munro, Michael Paquier, Álvaro Herrera) + § @@ -8093,6 +8476,7 @@ Branch: REL_10_STABLE [88b39e614] 2022-06-25 09:07:46 -0700 Fix permissions checks in CREATE INDEX (Nathan Bossart, Noah Misch) + § @@ -8120,6 +8504,7 @@ Branch: REL_10_STABLE [964f42aa2] 2022-07-26 13:07:03 -0400 In extended query protocol, force an immediate commit after CREATE DATABASE and other commands that can't run in a transaction block (Tom Lane) + § @@ -8147,6 +8532,7 @@ Branch: REL_10_STABLE [4822b4627] 2022-06-27 08:24:38 +0300 --> Fix race condition when checking transaction visibility (Simon Riggs) + § @@ -8172,6 +8558,7 @@ Branch: REL_11_STABLE [199aac8b2] 2022-06-10 10:35:57 -0400 Fix queries in which a whole-row variable references the result of a function that returns a domain over composite type (Tom Lane) + § @@ -8189,6 +8576,7 @@ Branch: REL_10_STABLE [b53442f6f] 2022-05-12 11:31:46 -0400 Fix variable not found in subplan target list planner error when pulling up a sub-SELECT that's referenced in a GROUPING function (Richard Guo) + § @@ -8207,6 +8595,8 @@ Branch: REL_13_STABLE [8d38ccafc] 2022-08-04 11:11:22 -0400 Fix incorrect plans when sorting by an expression that contains a non-top-level set-returning function (Richard Guo, Tom Lane) + § + § @@ -8227,6 +8617,8 @@ Branch: REL_13_STABLE [476f9d533] 2022-08-05 15:57:46 -0400 = ANY(array) clauses when there are MCV-type extended statistics on the array variable (Tom Lane) + § + § @@ -8250,6 +8642,8 @@ Branch: REL_11_STABLE [91130dd31] 2022-08-05 11:55:52 +0200 Fix ALTER TABLE ... ENABLE/DISABLE TRIGGER to handle recursion correctly for triggers on partitioned tables (Álvaro Herrera, Amit Langote) + § + § @@ -8271,6 +8665,7 @@ Branch: REL_12_STABLE [2cf875a4b] 2022-07-03 17:17:08 -0400 Improve syntax error messages for type jsonpath (Andrew Dunstan) + § @@ -8288,6 +8683,7 @@ Branch: REL_10_STABLE [fb646cbd5] 2022-06-07 15:34:30 -0400 Prevent pg_stat_get_subscription() from possibly returning an extra row containing garbage values (Kuntal Ghosh) + § @@ -8305,6 +8701,7 @@ Branch: REL_10_STABLE [2497d2b77] 2022-07-20 09:54:24 +0900 Ensure that pg_stop_backup() cleans up session state properly (Fujii Masao) + § @@ -8327,6 +8724,7 @@ Branch: REL_10_STABLE [8ace122d4] 2022-07-07 13:07:51 +0100 Fix join alias matching in FOR [KEY] UPDATE/SHARE clauses (Dean Rasheed) + § @@ -8354,6 +8752,8 @@ Branch: REL_10_STABLE [29d111518] 2022-05-18 23:19:53 +0200 Avoid crashing if too many column aliases are attached to an XMLTABLE or JSON_TABLE construct (Álvaro Herrera) + § + § @@ -8378,6 +8778,8 @@ Branch: REL_10_STABLE [d54fc7e67] 2022-08-01 12:22:35 -0400 Reject ROW() expressions and functions in FROM that have too many columns (Tom Lane) + § + § @@ -8403,6 +8805,7 @@ Branch: REL_10_STABLE [7686403b4] 2022-05-21 14:45:58 -0400 When decompiling a view or rule, show a SELECT output column's AS "?column?" alias clause if it could be referenced elsewhere (Tom Lane) + § @@ -8427,6 +8830,7 @@ Branch: REL_10_STABLE [6bceacfe8] 2022-07-21 13:56:02 -0400 Fix dumping of a view using a function in FROM that returns a composite type, when column(s) of the composite type have been dropped since the view was made (Tom Lane) + § @@ -8450,6 +8854,7 @@ Branch: REL_10_STABLE [8c47622bb] 2022-05-20 19:05:55 +0200 Report implicitly-created operator families to event triggers (Masahiko Sawada) + § @@ -8471,6 +8876,7 @@ Branch: REL_10_STABLE [60e956eb8] 2022-05-16 11:26:41 +0900 Fix control file updates made when a restartpoint is running during promotion of a standby server (Kyotaro Horiguchi) + § @@ -8495,6 +8901,7 @@ Branch: REL_10_STABLE [a4015ec03] 2022-05-11 10:01:35 +0530 Prevent triggering of standby's wal_receiver_timeout during logical replication of large transactions (Wang Wei, Amit Kapila) + § @@ -8519,6 +8926,7 @@ Branch: REL_10_STABLE [dd831afc4] 2022-07-20 09:52:43 +0900 Disallow nested backup operations in logical replication walsenders (Fujii Masao) + § @@ -8534,6 +8942,7 @@ Branch: REL_10_STABLE [d873b5a5a] 2022-06-23 08:26:56 +0530 --> Fix memory leak in logical replication subscribers (Hou Zhijie) + § @@ -8550,6 +8959,8 @@ Branch: REL_13_STABLE [419c72715] 2022-06-21 15:12:52 +0530 Fix logical replication's checking of replica identity when the target table is partitioned (Shi Yu, Hou Zhijie) + § + § @@ -8572,6 +8983,8 @@ Branch: REL_13_STABLE [16f5a8da7] 2022-06-15 10:16:35 +0530 Fix failures to update cached schema data in a logical replication subscriber after a schema change on the publisher (Shi Yu, Hou Zhijie) + § + § @@ -8588,6 +9001,7 @@ Branch: REL_10_STABLE [2114910ca] 2022-05-31 14:47:44 -0400 Prevent open-file leak when reading an invalid timezone abbreviation file (Kyotaro Horiguchi) + § @@ -8608,6 +9022,7 @@ Branch: REL_10_STABLE [1b40ceea2] 2022-05-28 12:13:02 +0900 Allow custom server parameters to have short descriptions that are NULL (Steve Chavez) + § @@ -8638,6 +9053,8 @@ Branch: REL_10_STABLE [8e5874964] 2022-08-07 10:19:40 +0200 Fix WAL consistency checking logic to correctly handle BRIN_EVACUATE_PAGE flags (Haiyang Wang) + § + § @@ -8654,6 +9071,7 @@ Branch: REL_11_STABLE [cd26139a3] 2022-07-11 15:54:24 +1200 Fix erroneous assertion checks in shared hashtable management (Thomas Munro) + § @@ -8674,6 +9092,8 @@ Branch: REL_11_STABLE [6d61aef5d] 2022-07-18 19:38:24 +0200 Arrange to clean up after commit-time errors within SPI_commit(), rather than expecting callers to do that (Peter Eisentraut, Tom Lane) + § + § @@ -8715,6 +9135,7 @@ Branch: REL_10_STABLE [ef54a6576] 2022-05-26 14:14:05 -0400 Remove misguided SSL key file ownership check in libpq (Tom Lane) + § @@ -8739,6 +9160,7 @@ Branch: REL_10_STABLE [89254606b] 2022-06-06 11:20:52 -0400 Ensure ecpg reports server connection loss sanely (Tom Lane) + § @@ -8762,6 +9184,7 @@ Branch: REL_10_STABLE [86258f083] 2022-06-14 18:16:46 -0400 Avoid core dump in ecpglib with unexpected orders of operations (Tom Lane) + § @@ -8792,6 +9215,8 @@ Branch: REL_10_STABLE [f5e4d64bb] 2022-07-02 21:03:24 -0700 In ecpglib, avoid redundant newlocale() calls (Noah Misch) + § + § @@ -8817,6 +9242,7 @@ Branch: REL_10_STABLE [7c5953b7b] 2022-07-10 16:57:04 +1200 In psql's \watch command, echo a newline after cancellation with control-C (Pavel Stehule) + § @@ -8839,6 +9265,7 @@ Branch: REL_12_STABLE [24872bbf9] 2022-08-01 16:39:33 +0900 after clone() failure in pg_upgrade with option (Justin Pryzby) + § @@ -8857,6 +9284,7 @@ Branch: REL_10_STABLE [dd414bf4e] 2022-08-02 18:05:34 -0400 Fix contrib/pg_stat_statements to avoid problems with very large query-text files on 32-bit platforms (Tom Lane) + § @@ -8875,6 +9303,7 @@ Branch: REL_10_STABLE [26c9e1bd8] 2022-07-17 17:27:51 -0400 Ensure that contrib/postgres_fdw sends constants of regconfig and other reg* types with proper schema qualification (Tom Lane) + § @@ -8906,6 +9335,9 @@ Branch: REL_10_STABLE [d3b0884c0] 2022-07-16 12:23:52 +1200 Block signals while allocating dynamic shared memory on Linux (Thomas Munro) + § + § + § @@ -8928,6 +9360,7 @@ Branch: REL_10_STABLE [22b9afaf5] 2022-07-01 13:19:06 +1200 Detect unexpected EEXIST error from shm_open() (Thomas Munro) + § @@ -8953,6 +9386,7 @@ Branch: REL9_2_STABLE [6f9ea6cf3] 2022-06-01 16:15:47 -0400 Adjust PL/Perl test case so it will work under Perl 5.36 (Dagfinn Ilmari MannsÃ¥ker) + § @@ -8972,6 +9406,7 @@ Branch: REL_10_STABLE [c61f36d99] 2022-05-10 18:42:02 -0400 multiple OpenLDAP installations are present while building PostgreSQL (Tom Lane) + § @@ -9039,6 +9474,8 @@ Branch: REL_10_STABLE [f26d57028] 2022-05-09 08:35:13 -0700 Confine additional operations within security restricted operation sandboxes (Sergey Shinderuk, Noah Misch) + § + § @@ -9072,6 +9509,7 @@ Branch: REL_13_STABLE [bad202c61] 2022-03-16 11:41:34 +0300 Fix default signature length for gist_ltree_ops indexes (Tomas Vondra, Alexander Korotkov) + § @@ -9102,6 +9540,7 @@ Branch: REL_10_STABLE [205214c8b] 2022-03-17 18:18:05 -0400 Stop using query-provided column aliases for the columns of whole-row variables that refer to plain tables (Tom Lane) + § @@ -9142,6 +9581,7 @@ Branch: REL_10_STABLE [e6fd4a3da] 2022-03-18 16:01:42 -0400 Fix incorrect output for types timestamptz and timetz in table_to_xmlschema() and allied functions (Renan Soares Lopes) + § @@ -9163,6 +9603,7 @@ Branch: REL_10_STABLE [4eabaffca] 2022-05-09 14:15:37 -0400 Avoid core dump in parser for a VALUES clause with zero columns (Tom Lane) + § @@ -9179,6 +9620,7 @@ Branch: REL_10_STABLE [2afa031ac] 2022-03-21 17:44:29 -0400 Fix planner errors for GROUPING() constructs that reference outer query levels (Richard Guo, Tom Lane) + § @@ -9195,6 +9637,7 @@ Branch: REL_10_STABLE [b6f869bee] 2022-02-11 15:23:52 -0500 Fix plan generation for index-only scans on indexes with both returnable and non-returnable columns (Tom Lane) + § @@ -9217,6 +9660,7 @@ Branch: REL_12_STABLE [e0ed20d0b] 2022-04-13 13:35:02 -0400 Avoid accessing a no-longer-pinned shared buffer while attempting to lock an outdated tuple during EvalPlanQual (Tom Lane) + § @@ -9241,6 +9685,7 @@ Branch: REL_10_STABLE [2e9033a54] 2022-02-14 04:04:28 +0300 Fix query-lifespan memory leak in an IndexScan node that is performing reordering (Aliaksandr Kalenik) + § @@ -9259,6 +9704,7 @@ Branch: REL_10_STABLE [409bcfda6] 2022-04-19 23:03:59 -0400 function's parallelism property and its SET-variable list in the same command (Tom Lane) + § @@ -9278,6 +9724,7 @@ Branch: REL_12_STABLE [0795da869] 2022-04-18 12:16:45 -0400 Fix bogus errors from attempts to alter system columns of tables (Tom Lane) + § @@ -9300,6 +9747,7 @@ Branch: REL_10_STABLE [a903895b3] 2022-04-20 17:17:33 -0700 Fix mis-sorting of table rows when CLUSTERing using an index whose leading key is an expression (Peter Geoghegan, Thomas Munro) + § @@ -9320,6 +9768,7 @@ Branch: REL_11_STABLE [b8ae17fd9] 2022-03-21 12:22:13 -0400 Fix risk of deadlock failures while dropping a partitioned index (Jimmy Yih, Gaurab Dey, Tom Lane) + § @@ -9344,6 +9793,7 @@ Branch: REL_10_STABLE [fe197872c] 2022-03-16 17:41:31 +1300 Fix race condition between DROP TABLESPACE and checkpointing (Nathan Bossart) + § @@ -9374,6 +9824,8 @@ Branch: REL_10_STABLE [48b398943] 2022-04-14 11:10:18 -0400 Fix possible trouble in crash recovery after a TRUNCATE command that overlaps a checkpoint (Kyotaro Horiguchi, Heikki Linnakangas, Robert Haas) + § + § @@ -9398,6 +9850,7 @@ Branch: REL_10_STABLE [cebc54b90] 2022-02-21 08:59:36 -0800 Fix unsafe toast-data accesses during temporary object cleanup (Andres Freund) + § @@ -9418,6 +9871,7 @@ Branch: REL_12_STABLE [368ffdeee] 2022-03-16 15:38:13 +1300 --> Improve wait logic in RegisterSyncRequest (Thomas Munro) + § @@ -9444,6 +9898,7 @@ Branch: REL_10_STABLE [9ade3c09a] 2022-03-23 18:22:10 +0100 Fix PANIC: xlog flush request is not satisfied failure during standby promotion when there is a missing WAL continuation record (Sami Imseih) + § @@ -9472,6 +9927,9 @@ Branch: REL_10_STABLE [e8a0cf9b2] 2022-05-02 18:09:44 -0700 Fix possibility of self-deadlock in hot standby conflict handling (Andres Freund) + § + § + § @@ -9491,6 +9949,7 @@ Branch: REL_13_STABLE [27fafee72] 2022-03-16 18:14:33 +0100 Fix possible mis-identification of the correct ancestor relation to publish logical replication changes through (Tomas Vondra, Hou zj, Amit Kapila) + § @@ -9516,6 +9975,7 @@ Branch: REL_10_STABLE [be46985be] 2022-04-19 09:38:25 +0530 when we're up against the max_sync_workers_per_subscription limit (Amit Kapila) + § @@ -9537,6 +9997,7 @@ Branch: REL_10_STABLE [b5e060473] 2022-02-14 08:45:54 +0530 Include unchanged replica identity key columns in the WAL log for an update, if they are stored out-of-line (Dilip Kumar, Amit Kapila) + § @@ -9556,6 +10017,7 @@ Branch: REL_13_STABLE [9016a2a3d] 2022-03-27 12:57:57 -0400 Cope correctly with platforms that have no support for altering the server process's display in ps(1) (Andrew Dunstan) + § @@ -9578,6 +10040,7 @@ Branch: REL_10_STABLE [4936747c4] 2022-02-25 17:40:21 -0500 Disallow execution of SPI functions during PL/Perl function compilation (Tom Lane) + § @@ -9613,6 +10076,8 @@ Branch: REL_10_STABLE [a6bd1f0ee] 2022-03-31 11:24:26 -0400 Make libpq accept root-owned SSL private key files (David Steele) + § + § @@ -9637,6 +10102,7 @@ Branch: REL_12_STABLE [c9d35dc7f] 2022-02-12 13:23:20 -0500 Fix behavior of libpq's PQisBusy() function after a connection failure (Tom Lane) + § @@ -9666,6 +10132,7 @@ Branch: REL_10_STABLE [34523933b] 2022-02-10 16:49:39 -0500 Make pg_ctl recheck postmaster aliveness while waiting for stop/restart/promote actions (Tom Lane) + § @@ -9697,6 +10164,8 @@ Branch: REL_11_STABLE [7d935bdf7] 2022-03-27 18:15:17 -0700 Fix error handling in pg_waldump (Kyotaro Horiguchi, Andres Freund) + § + § @@ -9720,6 +10189,7 @@ Branch: REL_10_STABLE [12d32b7bc] 2022-04-14 15:09:46 +0900 Ensure that contrib/pageinspect functions cope with all-zero pages (Michael Paquier) + § @@ -9759,6 +10229,9 @@ Branch: REL_10_STABLE [07e343513] 2022-03-16 12:30:07 +0900 for correct page size, and add some missing checks that an index is of the expected type (Michael Paquier, Justin Pryzby, Julien Rouhaud) + § + § + § @@ -9782,6 +10255,7 @@ Branch: REL_10_STABLE [728fc0f9a] 2022-03-31 14:29:24 -0400 that ORDER BY clauses are safe to ship before requesting a remotely-ordered query, and include a USING clause if necessary (Ronan Dunklau) + § @@ -9809,6 +10283,7 @@ Branch: REL_11_STABLE [986d24042] 2022-03-16 11:35:00 +1300 Update JIT code to work with LLVM 14 (Thomas Munro) + § @@ -9852,6 +10327,11 @@ Branch: REL_10_STABLE [2a9193726] 2022-03-23 12:43:33 -0700 Clean up assorted failures under clang's -fsanitize=undefined checks (Tom Lane, Andres Freund, Zhihong Yu) + § + § + § + § + § @@ -9874,6 +10354,7 @@ Branch: REL_10_STABLE [1a8b6f055] 2022-02-08 19:26:30 -0500 Fix PL/Perl so it builds on C compilers that don't support statements nested within expressions (Tom Lane) + § @@ -9893,6 +10374,7 @@ Branch: REL_10_STABLE [083031aa9] 2022-03-22 08:28:55 -0700 Fix possible build failure of pg_dumpall on Windows, when not using MSVC to build (Andres Freund) + § @@ -9913,6 +10395,7 @@ Branch: REL9_4_STABLE [c76164ea0] 2022-02-10 13:56:55 -0500 In Windows builds, use gendef instead of pexports to build DEF files (Andrew Dunstan) + § @@ -9933,6 +10416,7 @@ Branch: REL_10_STABLE [58887d58c] 2022-04-25 15:51:58 -0400 Prevent extra expansion of shell wildcard patterns in programs built under MinGW (Andrew Dunstan) + § @@ -9957,6 +10441,7 @@ Branch: REL_10_STABLE [bc334ec9f] 2022-05-05 14:55:30 -0400 Update time zone data files to tzdata release 2022a for DST law changes in Palestine, plus historical corrections for Chile and Ukraine. (Tom Lane) + § @@ -10014,6 +10499,7 @@ Branch: REL_12_STABLE [5ed74d874] 2021-12-08 11:01:23 +0900 Enforce standard locking protocol for TOAST table updates, to prevent problems with REINDEX CONCURRENTLY (Michael Paquier) + § @@ -10038,6 +10524,7 @@ Branch: REL_13_STABLE [267ccc38b] 2022-01-23 03:20:32 +0100 Avoid null-pointer crash in ALTER STATISTICS when the statistics object is dropped concurrently (Tomas Vondra) + § @@ -10052,6 +10539,7 @@ Branch: REL_12_STABLE [2ccd8fb29] 2022-01-25 21:15:40 +1300 Fix incorrect plan creation for parallel single-child Append nodes (David Rowley) + § @@ -10079,6 +10567,8 @@ Branch: REL_10_STABLE [7d344f004] 2022-01-03 15:42:27 -0500 Fix index-only scan plans for cases where not all index columns can be returned (Tom Lane) + § + § @@ -10106,6 +10596,7 @@ Branch: REL_10_STABLE [1acf34586] 2021-12-16 15:36:02 -0500 Ensure that casting to an unspecified typmod generates a RelabelType node rather than a length-coercion function call (Tom Lane) + § @@ -10124,6 +10615,7 @@ Branch: REL_13_STABLE [5ad70564f] 2022-01-29 11:41:12 -0500 Fix checking of anycompatible-family data type matches (Tom Lane) + § @@ -10149,6 +10641,7 @@ Branch: REL_10_STABLE [72cf39d51] 2021-11-26 11:14:27 -0300 Fix WAL replay failure when database consistency is reached exactly at a WAL page boundary (Álvaro Herrera) + § @@ -10165,6 +10658,7 @@ Branch: REL_10_STABLE [4ef38fbe8] 2022-01-27 20:19:39 +0100 Fix startup of a physical replica to tolerate transaction ID wraparound (Abhijit Menon-Sen, Tomas Vondra) + § @@ -10187,6 +10681,7 @@ Branch: REL_13_STABLE [3f06c00cf] 2021-12-09 09:00:35 +0530 In logical replication, avoid double transmission of a child table's data (Hou Zhijie) + § @@ -10217,6 +10712,8 @@ Branch: REL_10_STABLE [daf658982] 2022-01-24 12:09:46 -0500 Remove lexical limitations for SQL commands issued on a logical replication connection (Tom Lane) + § + § @@ -10241,6 +10738,7 @@ Branch: REL_10_STABLE [919be95c6] 2022-01-21 14:55:04 +0900 Fix possible loss of the commit timestamp for the last subtransaction of a transaction (Alex Kingsborough, Kyotaro Horiguchi) + § @@ -10258,6 +10756,7 @@ Branch: REL_10_STABLE [f862cc09f] 2022-01-21 11:24:12 -0800 Be sure to fsync the pg_logical/mappings subdirectory during checkpoints (Nathan Bossart) + § @@ -10278,6 +10777,7 @@ Branch: REL_10_STABLE [9211c2e38] 2022-01-15 18:30:45 +0100 --> Build extended statistics for partitioned tables (Justin Pryzby) + § @@ -10304,6 +10804,7 @@ Branch: REL_10_STABLE [ff0e7c7e8] 2022-01-15 03:05:06 +0100 --> Ignore extended statistics for inheritance trees (Justin Pryzby) + § @@ -10328,6 +10829,7 @@ Branch: REL_10_STABLE [e5b044c84] 2022-01-06 16:46:46 -0500 Disallow altering data type of a partitioned table's columns when the partitioned table's row type is used as a composite type elsewhere (Tom Lane) + § @@ -10350,6 +10852,7 @@ Branch: REL_10_STABLE [817c469c2] 2021-11-25 15:05:37 +0900 Disallow ALTER TABLE ... DROP NOT NULL for a column that is part of a replica identity index (Haiying Tang, Hou Zhijie) + § @@ -10369,6 +10872,7 @@ Branch: REL_11_STABLE [26c841ed1] 2022-01-22 13:32:40 -0500 Correctly update cached table state during ALTER TABLE ADD PRIMARY KEY USING INDEX (Hou Zhijie) + § @@ -10391,6 +10895,7 @@ Branch: REL_10_STABLE [2c0443c59] 2021-11-16 09:44:00 +0530 Correctly update cached table state when switching REPLICA IDENTITY index (Tang Haiying, Hou Zhijie) + § @@ -10410,6 +10915,7 @@ Branch: REL_13_STABLE [33b6dd83e] 2021-11-19 09:24:00 +0530 Allow parallel vacuuming and concurrent index building to be ignored while computing oldest xmin (Masahiko Sawada) + § @@ -10433,6 +10939,7 @@ Branch: REL_10_STABLE [fec187dc3] 2021-12-01 13:44:47 -0500 Avoid leaking memory during REASSIGN OWNED BY operations that reassign ownership of many objects (Justin Pryzby) + § @@ -10446,6 +10953,7 @@ Branch: REL_13_STABLE [3f8062bcf] 2022-01-05 10:27:53 +0900 Improve performance of walsenders sending logical changes by avoiding unnecessary cache accesses (Hou Zhijie) + § @@ -10461,6 +10969,7 @@ Branch: REL_12_STABLE [aa58f5c53] 2022-01-26 09:59:23 +0100 Fix display of cert authentication method's options in pg_hba_file_rules view (Magnus Hagander) + § @@ -10484,6 +10993,7 @@ Branch: REL_10_STABLE [3433a1fc7] 2022-01-13 17:49:26 -0500 Fix display of whole-row variables appearing in INSERT ... VALUES rules (Tom Lane) + § @@ -10504,6 +11014,7 @@ Branch: REL_13_STABLE [13c8adf90] 2021-11-11 15:01:54 +0900 Fix one-byte buffer overrun when applying Unicode string normalization to an empty string (Michael Paquier) + § @@ -10541,6 +11052,9 @@ Branch: REL_11_STABLE [8abb6c27e] 2021-12-14 10:58:37 +0900 Fix or remove some incorrect assertions (Simon Riggs, Michael Paquier, Alexander Lakhin) + § + § + § @@ -10563,6 +11077,7 @@ Branch: REL_10_STABLE [0c7c94f90] 2022-01-21 15:36:30 -0500 messages that are reported early in multi-threaded use of libpq or ecpglib (Tom Lane) + § @@ -10580,6 +11095,7 @@ Branch: REL_10_STABLE [9d66c43eb] 2022-01-17 12:52:45 -0500 Avoid calling strerror from libpq's PQcancel function (Tom Lane) + § @@ -10606,6 +11122,7 @@ Branch: REL_10_STABLE [3bc46e4e9] 2021-11-12 14:55:32 -0500 command default to setting the password for CURRENT_USER, not the connection's original user name (Tom Lane) + § @@ -10627,6 +11144,7 @@ Branch: REL_13_STABLE [90e0f9fd8] 2022-01-17 21:18:49 -0500 Fix psql \d command's query for identifying parent triggers (Justin Pryzby) + § @@ -10647,6 +11165,7 @@ Branch: REL_13_STABLE [90a847e6d] 2022-01-16 14:59:20 -0500 Fix psql's tab-completion of label values for enum types (Tom Lane) + § @@ -10664,6 +11183,7 @@ Branch: REL_10_STABLE [62bfa554b] 2022-01-17 13:30:04 -0500 In psql and some other client programs, avoid trying to invoke gettext() from a control-C signal handler (Tom Lane) + § @@ -10687,6 +11207,7 @@ Branch: REL_10_STABLE [3ce5d0884] 2021-11-21 14:13:35 -0500 in pg_receivewal and pg_recvlogical (Tom Lane, Nathan Bossart) + § @@ -10708,6 +11229,7 @@ Branch: REL_10_STABLE [2b36973d9] 2021-11-22 17:16:29 -0500 Fix pg_dump's dump ordering for user-defined casts (Tom Lane) + § @@ -10734,6 +11256,8 @@ Branch: REL_10_STABLE [b599b8f39] 2021-11-22 15:58:12 -0500 Fix pg_dump's and modes to handle tables containing both generated columns and dropped columns (Tom Lane) + § + § @@ -10755,6 +11279,8 @@ Branch: REL_12_STABLE [12bf11889] 2021-11-17 13:08:25 -0500 Fix possible mis-reporting of errors in pg_dump and pg_basebackup (Tom Lane) + § + § @@ -10777,6 +11303,7 @@ Branch: REL_10_STABLE [b21986908] 2022-01-08 14:54:39 -0500 Fix results of index-only scans on contrib/btree_gist indexes on char(N) columns (Tom Lane) + § @@ -10808,6 +11335,7 @@ Branch: REL_10_STABLE [a72c43012] 2022-02-01 19:03:41 -0500 the deprecated distutils module, to determine how to build PL/Python (Peter Eisentraut, Tom Lane, Andres Freund) + § @@ -10837,6 +11365,7 @@ Branch: REL_10_STABLE [2557a03f8] 2022-01-30 16:43:07 -0800 Fix PL/Perl compile failure on Windows with Perl 5.28 and later (Victor Wagner) + § @@ -10853,6 +11382,7 @@ Branch: REL_10_STABLE [4339e10f0] 2021-11-25 14:32:43 +0100 Fix PL/Python compile failure with Python 3.11 and later (Peter Eisentraut) + § @@ -10868,6 +11398,7 @@ Branch: REL_10_STABLE [82881a9b9] 2021-11-24 13:04:12 +0900 --> Add support for building with Visual Studio 2022 (Hans Buschmann) + § @@ -10891,6 +11422,8 @@ Branch: REL_10_STABLE [a5bd14d93] 2022-01-20 10:21:28 -0500 Allow the .bat wrapper scripts in our MSVC build system to be called without first changing into their directory (Anton Voloshin, Andrew Dunstan) + § + § @@ -10958,6 +11491,7 @@ Branch: REL9_6_STABLE [046c2c846] 2021-11-08 11:01:43 -0500 Make the server reject extraneous data after an SSL or GSS encryption handshake (Tom Lane) + § @@ -10991,6 +11525,7 @@ Branch: REL9_6_STABLE [d83cdfdca] 2021-11-08 11:14:57 -0500 Make libpq reject extraneous data after an SSL or GSS encryption handshake (Tom Lane) + § @@ -11044,6 +11579,9 @@ Branch: REL9_6_STABLE [99197701e] 2021-11-01 13:07:23 -0300 Fix physical replication for cases where the primary crashes after shipping a WAL segment that ends with a partial WAL record (Álvaro Herrera) + § + § + § @@ -11081,6 +11619,7 @@ Branch: REL9_6_STABLE [518493243] 2021-10-23 18:36:43 -0700 Fix CREATE INDEX CONCURRENTLY to wait for the latest prepared transactions (Andrey Borodin) + § @@ -11111,6 +11650,7 @@ Branch: REL9_6_STABLE [e428699cb] 2021-10-23 18:36:43 -0700 Avoid race condition that can cause backends to fail to add entries for new rows to an index being built concurrently (Noah Misch, Andrey Borodin) + § @@ -11147,6 +11687,9 @@ Branch: REL9_6_STABLE [a5e8f7b37] 2021-09-04 16:29:08 -0400 Fix float4 and float8 hash functions to produce uniform results for NaNs (Tom Lane) + § + § + § @@ -11174,6 +11717,7 @@ Branch: REL_13_STABLE [77f7909a4] 2021-11-01 11:40:29 +0900 Fix REINDEX CONCURRENTLY to preserve operator class parameters that were attached to the target index (Michael Paquier) + § @@ -11192,6 +11736,7 @@ Branch: REL9_6_STABLE [978998dbd] 2021-08-27 23:44:55 -0700 Prevent data loss during crash recovery of CREATE TABLESPACE, when wal_level = minimal (Noah Misch) + § @@ -11221,6 +11766,7 @@ Branch: REL_10_STABLE [d36bdc4e9] 2021-10-18 19:08:25 -0300 Ensure that the relation cache is invalidated for a table being attached to or detached from a partitioned table (Amit Langote, Álvaro Herrera) + § @@ -11241,6 +11787,7 @@ Branch: REL_13_STABLE [f09a81f1c] 2021-09-22 08:24:20 +0530 Ensure that the relation cache is invalidated for all partitions of a partitioned table that is being added to or removed from a publication (Hou Zhijie, Vignesh C) + § @@ -11263,6 +11810,7 @@ Branch: REL_10_STABLE [28cde380c] 2021-09-08 11:23:01 +0530 Ensure that the relation cache is invalidated when creating or dropping a FOR ALL TABLES publication (Hou Zhijie, Vignesh C) + § @@ -11285,6 +11833,7 @@ Branch: REL9_6_STABLE [183b3aced] 2021-09-20 11:48:52 -0400 Don't discard a cast to the same type with unspecified type modifier (Tom Lane) + § @@ -11312,6 +11861,7 @@ Branch: REL_11_STABLE [0d08c279b] 2021-10-19 13:54:46 -0400 Fix updates of element fields in arrays of domain over composite (Tom Lane) + § @@ -11331,6 +11881,7 @@ Branch: REL_13_STABLE [170206e45] 2021-10-01 18:29:18 -0300 Disallow the combination of FETCH FIRST WITH TIES and FOR UPDATE SKIP LOCKED (David Christensen) + § @@ -11358,6 +11909,7 @@ Branch: REL_10_STABLE [5d7c6b6c8] 2021-09-03 16:38:55 -0400 Disallow creating an ICU collation if the current database's encoding won't support it (Tom Lane) + § @@ -11377,6 +11929,7 @@ Branch: REL_13_STABLE [85dc4292a] 2021-10-19 11:04:04 +0900 Disallow ALTER INDEX index ALTER COLUMN col SET (options) (Nathan Bossart, Michael Paquier) + § @@ -11399,6 +11952,7 @@ Branch: REL9_6_STABLE [0de8f9bc8] 2021-10-06 13:24:22 +0100 Fix corner-case loss of precision in numeric power() (Dean Rasheed) + § @@ -11421,6 +11975,7 @@ Branch: REL9_6_STABLE [7e75fe390] 2021-08-24 16:37:27 -0400 Avoid regular expression errors with capturing parentheses inside {0} (Tom Lane) + § @@ -11447,6 +12002,7 @@ Branch: REL9_6_STABLE [d90e14414] 2021-08-23 17:41:07 -0400 Prevent regular expression back-references from sometimes matching when they shouldn't (Tom Lane) + § @@ -11471,6 +12027,7 @@ Branch: REL9_6_STABLE [cafebd663] 2021-08-20 14:19:04 -0400 Fix regular expression performance bug with back-references inside iteration nodes (Tom Lane) + § @@ -11493,6 +12050,7 @@ Branch: REL9_6_STABLE [5907c3818] 2021-09-06 11:29:52 -0400 Fix incorrect results from AT TIME ZONE applied to a time with time zone value (Tom Lane) + § @@ -11512,6 +12070,7 @@ Branch: REL_13_STABLE [fdd6a4d8d] 2021-10-14 12:43:43 -0400 Fix planner error with pulling up subquery expressions into function rangetable entries (Tom Lane) + § @@ -11535,6 +12094,7 @@ Branch: REL_12_STABLE [febe013ca] 2021-09-17 15:41:16 -0400 Fix mistranslation of PlaceHolderVars to inheritance child relations (Tom Lane) + § @@ -11557,6 +12117,7 @@ Branch: REL_10_STABLE [f951ea3a2] 2021-10-01 14:59:35 -0400 Avoid using MCV-only statistics to estimate the range of a column (Tom Lane) + § @@ -11580,6 +12141,7 @@ Branch: REL_11_STABLE [5abbda985] 2021-10-01 11:10:12 -0400 Fix restoration of a Portal's snapshot inside a subtransaction (Bertrand Drouvot) + § @@ -11606,6 +12168,7 @@ Branch: REL9_6_STABLE [f49bf8263] 2021-10-18 11:57:07 +0900 Clean up correctly if a transaction fails after exporting its snapshot (Dilip Kumar) + § @@ -11630,6 +12193,7 @@ Branch: REL9_6_STABLE [7381b79ad] 2021-11-06 18:34:31 +0300 Prevent wraparound of overflowed-subtransaction tracking on standby servers (Kyotaro Horiguchi, Alexander Korotkov) + § @@ -11652,6 +12216,7 @@ Branch: REL9_6_STABLE [e2b2a9e1c] 2021-10-04 14:06:09 +0900 Ensure that prepared transactions are properly accounted for during promotion of a standby server (Michael Paquier, Andres Freund) + § @@ -11671,6 +12236,7 @@ Branch: REL_13_STABLE [e06cc024b] 2021-09-15 12:31:56 -0400 --> Disallow LISTEN in background workers (Tom Lane) + § @@ -11691,6 +12257,7 @@ Branch: REL_13_STABLE [63f28776c] 2021-09-14 17:18:25 -0400 Send NOTIFY signals to other backends during transaction commit, not in the server's idle loop (Artur Zakirov, Tom Lane) + § @@ -11713,6 +12280,7 @@ Branch: REL_11_STABLE [9ea8d3d24] 2021-09-10 13:18:32 -0400 Refuse to rewind a cursor marked NO SCROLL if it has been held over from a previous transaction due to the WITH HOLD option (Tom Lane) + § @@ -11740,6 +12308,7 @@ Branch: REL_11_STABLE [7813451c2] 2021-09-09 13:36:31 -0400 Fix possible failure while saving a WITH HOLD cursor at transaction end, if it had already been read to completion (Tom Lane) + § @@ -11757,6 +12326,7 @@ Branch: REL9_6_STABLE [cc4de2bba] 2021-09-09 11:45:48 -0400 Fix detection of a relation that has grown to the maximum allowed length (Tom Lane) + § @@ -11780,6 +12350,7 @@ Branch: REL9_6_STABLE [595ab8a54] 2021-09-08 12:05:43 -0400 Correctly track the presence of data-modifying CTEs when expanding a DO INSTEAD rule (Greg Nancarrow, Tom Lane) + § @@ -11807,6 +12378,8 @@ Branch: REL_10_STABLE [6963e723f] 2021-08-31 19:44:30 +0200 Fix incorrect reporting of permissions failures on extended statistics objects (Tomas Vondra) + § + § @@ -11827,6 +12400,7 @@ Branch: REL_10_STABLE [96f6ef9fe] 2021-08-25 08:55:52 -0400 --> Fix incorrect snapshot handling in parallel workers (Greg Nancarrow) + § @@ -11848,6 +12422,7 @@ Branch: REL_11_STABLE [bfdbda24b] 2021-08-25 09:43:33 +0530 Fix logical decoding to correctly ignore toast-table changes for transient tables (Bertrand Drouvot) + § @@ -11869,6 +12444,7 @@ Branch: REL_13_STABLE [58cf794ca] 2021-09-13 10:46:58 +0530 Fix logical decoding's memory usage accounting to handle TOAST data correctly (Bertrand Drouvot) + § @@ -11886,6 +12462,7 @@ Branch: REL9_6_STABLE [61e2aa2db] 2021-09-10 00:00:06 +0900 Ensure that walreceiver processes create all required archive notification files before exiting (Fujii Masao) + § @@ -11908,6 +12485,8 @@ Branch: REL_13_STABLE [d6d68e223] 2021-10-06 13:28:35 +0900 Fix computation of the WAL range to include in a backup manifest when a timeline change is involved (Kyotaro Horiguchi) + § + § @@ -11927,6 +12506,7 @@ Branch: REL9_6_STABLE [cc7fae5c2] 2021-08-19 12:12:36 -0400 and NEW pseudo-relations in a rule that uses SELECT FOR UPDATE (Masahiko Sawada, Tom Lane) + § @@ -11944,6 +12524,7 @@ Branch: REL9_6_STABLE [c09f56fed] 2021-08-18 18:12:51 -0400 Fix parser's processing of aggregate FILTER clauses (Tom Lane) + § @@ -11970,6 +12551,8 @@ Branch: REL_12_STABLE [3c8c49945] 2021-10-20 13:05:42 -0300 Ensure that the correct lock level is used when renaming a table (Nathan Bossart, Álvaro Herrera) + § + § @@ -11992,6 +12575,7 @@ Branch: REL_13_STABLE [7b01246e1] 2021-08-17 14:29:22 -0400 Prevent ALTER TYPE/DOMAIN/OPERATOR ... SET from changing extension membership (Tom Lane) + § @@ -12021,6 +12605,7 @@ Branch: REL_11_STABLE [dccffd9a2] 2021-09-13 18:26:18 -0700 Avoid trying to clean up LLVM state after an error within LLVM (Andres Freund, Justin Pryzby) + § @@ -12043,6 +12628,7 @@ Branch: REL9_6_STABLE [e0eaeafd6] 2021-11-05 12:29:35 -0300 Avoid null-pointer-dereference crash when dropping a role that owns objects being dropped concurrently (Álvaro Herrera) + § @@ -12068,6 +12654,8 @@ Branch: REL9_6_STABLE [71aeaf245] 2021-11-03 19:41:49 +0200 Prevent snapshot reference leak warning when lo_export() or a related function fails (Heikki Linnakangas) + § + § @@ -12085,6 +12673,7 @@ Branch: REL9_6_STABLE [9e959f7ed] 2021-08-27 19:42:42 -0400 Ensure that scans of SP-GiST indexes are counted in the statistics views (Tom Lane) + § @@ -12103,6 +12692,7 @@ Branch: REL_13_STABLE [ada667b45] 2021-11-02 13:36:57 -0400 Fix inefficient code generation for CoerceToDomain expression nodes (Ranier Vilela) + § @@ -12121,6 +12711,7 @@ Branch: REL9_6_STABLE [942416f4b] 2021-08-16 12:12:09 +0900 Recalculate relevant wait intervals if recovery_min_apply_delay is changed during recovery (Soumyadeep Chakraborty, Ashwin Agrawal) + § @@ -12137,6 +12728,7 @@ Branch: REL_10_STABLE [4874886b4] 2021-08-13 16:44:18 +1200 Fix infinite loop if a simplehash.h hash table reaches 2^32 elements (Yura Sokolov) + § @@ -12162,6 +12754,9 @@ Branch: REL_13_STABLE [0151af40c] 2021-11-02 11:31:54 -0400 Avoid O(N^2) behavior in some list-manipulation operations (Nathan Bossart, Tom Lane) + § + § + § @@ -12195,6 +12790,8 @@ Branch: REL_10_STABLE [d77e085af] 2021-09-23 18:55:22 +0200 Reduce memory consumption during calculation of extended statistics (Justin Pryzby, Tomas Vondra) + § + § @@ -12211,6 +12808,8 @@ Branch: REL_13_STABLE [d5a2ffbce] 2021-10-27 13:09:00 -0700 Add more defensive checks around B-tree posting list splits (Peter Geoghegan) + § + § @@ -12231,6 +12830,7 @@ Branch: REL_12_STABLE [8fef901e3] 2021-10-26 13:01:52 +1300 Disallow setting huge_pages to on when shared_memory_type is sysv (Thomas Munro) + § @@ -12249,6 +12849,7 @@ Branch: REL_13_STABLE [aae398a87] 2021-09-06 11:28:02 -0700 Fix missing libpq functions on AIX (Tony Reix) + § @@ -12278,6 +12879,7 @@ Branch: REL9_6_STABLE [3768c468d] 2021-09-13 13:24:56 +0900 Fix ecpg to recover correctly after malloc() failure while establishing a connection (Michael Paquier) + § @@ -12293,6 +12895,7 @@ Branch: REL_11_STABLE [13921c511] 2021-09-21 19:06:33 -0400 Fix misevaluation of stable functions called in the arguments of a PL/pgSQL CALL statement (Tom Lane) + § @@ -12316,6 +12919,7 @@ Branch: REL9_6_STABLE [a460f7eb3] 2021-09-13 12:42:04 -0400 Allow EXIT out of the outermost block in a PL/pgSQL routine (Tom Lane) + § @@ -12338,6 +12942,7 @@ Branch: REL9_6_STABLE [9a070c658] 2021-09-03 21:04:45 -0400 Remove pg_ctl's hard-coded limits on the total length of generated commands (Phil Krylov) + § @@ -12363,6 +12968,7 @@ Branch: REL9_6_STABLE [b1df061f7] 2021-10-22 15:22:26 -0400 Fix pg_dump to dump non-global default privileges correctly (Neil Chen, Masahiko Sawada) + § @@ -12389,6 +12995,7 @@ Branch: REL_10_STABLE [2e2a23283] 2021-10-16 12:24:40 -0400 Make pg_dump acquire shared lock on partitioned tables that are to be dumped (Tom Lane) + § @@ -12422,6 +13029,8 @@ Branch: REL9_6_STABLE [4645997c8] 2021-08-31 13:53:33 -0400 Improve pg_dump's performance by avoiding making per-table queries for RLS policies, and by avoiding repetitive calls to format_type() (Tom Lane) + § + § @@ -12443,6 +13052,7 @@ Branch: REL_11_STABLE [58955c84f] 2021-10-16 15:03:21 -0400 Fix crash in pg_dump when attempting to dump trigger definitions from a pre-8.3 server (Tom Lane) + § @@ -12461,6 +13071,7 @@ Branch: REL9_6_STABLE [ef1f15819] 2021-10-19 12:59:54 +0200 Fix incorrect filename in pg_restore's error message about an invalid large object TOC file (Daniel Gustafsson) + § @@ -12478,6 +13089,8 @@ Branch: REL_12_STABLE [c5f7e702d] 2021-09-29 21:49:40 +0900 Ensure that pgbench exits with non-zero status after a socket-level failure (Yugo Nagata, Fabien Coelho) + § + § @@ -12503,6 +13116,7 @@ Branch: REL9_6_STABLE [5a9df5d50] 2021-08-10 18:10:30 -0400 (not char(n)) columns, when an indexscan using the < or <= operator is performed (Tom Lane) + § @@ -12525,6 +13139,7 @@ Branch: REL9_6_STABLE [fdb60ca83] 2021-10-31 19:13:48 -0400 Change contrib/pg_stat_statements to read its query texts file in units of at most 1GB (Tom Lane) + § @@ -12549,6 +13164,7 @@ Branch: REL9_6_STABLE [36c9f7d96] 2021-10-06 15:50:24 -0400 Fix null-pointer crash when contrib/postgres_fdw tries to report a data conversion error (Tom Lane) + § @@ -12565,6 +13181,7 @@ Branch: REL9_6_STABLE [582a2affa] 2021-08-13 13:59:33 -0400 --> Add spinlock support for the RISC-V architecture (Marek Szuba) + § @@ -12606,6 +13223,10 @@ Branch: REL9_6_STABLE [d581960df] 2021-10-20 16:49:14 +0900 Support OpenSSL 3.0.0 (Peter Eisentraut, Daniel Gustafsson, Michael Paquier) + § + § + § + § @@ -12624,6 +13245,7 @@ Branch: REL9_6_STABLE [0a88d4ece] 2021-08-17 14:31:22 +0200 Set correct type identifier on OpenSSL BIO (I/O abstraction) objects created by PostgreSQL (Itamar Gafni) + § @@ -12645,6 +13267,7 @@ Branch: REL_12_STABLE [60bf7e69b] 2021-09-06 09:43:18 +0200 Fix our pkg-config files to again support static linking of libpq (Peter Eisentraut) + § @@ -12663,6 +13286,7 @@ Branch: REL9_6_STABLE [ec89d7ace] 2021-09-11 15:20:12 -0400 Make pg_regexec() robust against an out-of-range search_start parameter (Tom Lane) + § @@ -12689,6 +13313,7 @@ Branch: REL9_6_STABLE [ae6abeb88] 2021-10-14 12:26:26 -0700 Ensure that GetSharedSecurityLabel() can be used in a newly-started session that has not yet built its critical relation cache entries (Jeff Davis) + § @@ -12720,6 +13345,9 @@ Branch: REL9_6_STABLE [b5f34ae08] 2021-10-04 14:52:17 -0400 Use the CLDR project's data to map Windows time zone names to IANA time zones (Tom Lane) + § + § + § @@ -12751,6 +13379,7 @@ Branch: REL9_6_STABLE [22a498b9b] 2021-10-29 11:39:05 -0400 release 2021e for DST law changes in Fiji, Jordan, Palestine, and Samoa, plus historical corrections for Barbados, Cook Islands, Guyana, Niue, Portugal, and Tonga. (Tom Lane) + § @@ -12812,6 +13441,7 @@ Branch: REL_11_STABLE [fe194f731] 2021-05-31 12:03:00 -0400 Fix mis-planning of repeated application of a projection step (Tom Lane) + § @@ -12837,6 +13467,7 @@ Branch: REL9_6_STABLE [7777df34d] 2021-05-25 10:11:33 +0900 --> Disallow SSL renegotiation more completely (Michael Paquier) + § @@ -12877,6 +13508,11 @@ Branch: REL_11_STABLE [0c1b2cb17] 2021-05-20 18:32:37 -0400 Restore the Portal-level snapshot after COMMIT or ROLLBACK within a procedure (Tom Lane) + § + § + § + § + § @@ -12911,6 +13547,8 @@ Branch: REL_11_STABLE [5b7bf9f72] 2021-06-08 18:40:06 -0400 Avoid misbehavior when persisting the output of a cursor that's reading a non-stable query (Tom Lane) + § + § @@ -12945,6 +13583,7 @@ Branch: REL9_6_STABLE [3eca18522] 2021-06-01 11:12:56 -0400 Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE (Tom Lane) + § @@ -12969,6 +13608,7 @@ Branch: REL9_6_STABLE [f0271cb15] 2021-07-09 11:02:26 -0400 Reject cases where a query in WITH rewrites to just NOTIFY (Tom Lane) + § @@ -12991,6 +13631,7 @@ Branch: REL9_6_STABLE [f8abf6944] 2021-07-10 12:51:22 +0100 In numeric multiplication, round the result rather than failing if it would have more than 16383 digits after the decimal point (Dean Rasheed) + § @@ -13017,6 +13658,8 @@ Branch: REL9_6_STABLE [5b7b92ad7] 2021-08-06 21:34:04 +0100 Fix corner-case errors and loss of precision when raising numeric values to very large powers (Dean Rasheed) + § + § @@ -13035,6 +13678,7 @@ Branch: REL9_6_STABLE [ed3e1663c] 2021-08-05 09:35:46 +0100 Fix division-by-zero failure in to_char() with EEEE format and a numeric input value less than 10^(-1001) (Dean Rasheed) + § @@ -13059,6 +13703,8 @@ Branch: REL9_6_STABLE [3e474a708] 2021-07-09 15:14:26 +1200 values consistently with the way it rounds positive ones (and consistently with the numeric version) (Dean Rasheed, David Rowley) + § + § @@ -13075,6 +13721,7 @@ Branch: REL9_6_STABLE [c1ffbbcbc] 2021-06-12 13:29:24 -0400 Make pg_filenode_relation(0, 0) return NULL rather than failing (Justin Pryzby) + § @@ -13092,6 +13739,7 @@ Branch: REL9_6_STABLE [734be249d] 2021-07-11 12:54:24 -0400 Make ALTER EXTENSION lock the extension when adding or removing a member object (Tom Lane) + § @@ -13114,6 +13762,7 @@ Branch: REL_10_STABLE [22fd784af] 2021-07-19 11:32:08 +0530 Fix ALTER SUBSCRIPTION to reject an empty slot name (Japin Li) + § @@ -13130,6 +13779,7 @@ Branch: REL_11_STABLE [fed35bd4a] 2021-07-16 13:01:43 -0400 When cloning a partitioned table's triggers to a new partition, ensure that their enabled status is copied (Álvaro Herrera) + § @@ -13155,6 +13805,8 @@ Branch: REL9_6_STABLE [d9525c46c] 2021-06-03 15:29:01 +0900 Avoid alias conflicts in queries generated for REFRESH MATERIALIZED VIEW CONCURRENTLY (Tom Lane, Bharath Rupireddy) + § + § @@ -13179,6 +13831,7 @@ Branch: REL9_6_STABLE [1861390e6] 2021-07-24 18:35:52 -0400 Fix PREPARE TRANSACTION to check correctly for conflicting session-lifespan and transaction-lifespan locks (Tom Lane) + § @@ -13202,6 +13855,7 @@ Branch: REL9_6_STABLE [0b29b41e5] 2021-06-18 18:00:09 -0400 Fix misbehavior of DROP OWNED BY when the target role is listed more than once in an RLS policy (Tom Lane) + § @@ -13218,6 +13872,7 @@ Branch: REL9_6_STABLE [9c7a150ae] 2021-06-25 13:59:38 -0400 Skip unnecessary error tests when removing a role from an RLS policy during DROP OWNED BY (Tom Lane) + § @@ -13235,6 +13890,7 @@ Branch: REL_13_STABLE [6dcb185bf] 2021-06-22 13:21:25 +1200 Re-allow old-style Windows locale names in CREATE COLLATION commands (Thomas Munro) + § @@ -13255,6 +13911,7 @@ Branch: REL_12_STABLE [61feb8670] 2021-05-21 15:12:37 -0400 Disallow whole-row variables in GENERATED expressions (Tom Lane) + § @@ -13275,6 +13932,7 @@ Branch: REL_12_STABLE [dfe51ffbe] 2021-05-21 15:02:07 -0400 Fix usage of tableoid in GENERATED expressions (Tom Lane) + § @@ -13295,6 +13953,7 @@ Branch: REL_11_STABLE [0d3b69ae0] 2021-06-18 11:45:45 -0400 Don't store a fast default when adding a column to a foreign table (Andrew Dunstan) + § @@ -13325,6 +13984,8 @@ Branch: REL9_6_STABLE [21257a8f6] 2021-06-28 11:17:30 +0900 Allow index state flags to be updated transactionally (Michael Paquier, Andrey Lepikhov) + § + § @@ -13348,6 +14009,7 @@ Branch: REL9_6_STABLE [1a3d30255] 2021-06-18 12:09:22 -0400 Avoid corrupting the plan cache entry when CREATE DOMAIN or ALTER DOMAIN appears in a cached plan (Tom Lane) + § @@ -13363,6 +14025,7 @@ Branch: REL_10_STABLE [4040139f2] 2021-06-25 10:46:10 -0400 Make walsenders show their latest replication commands in pg_stat_activity (Tom Lane) + § @@ -13390,6 +14053,7 @@ Branch: REL9_6_STABLE [85ec6c322] 2021-07-27 15:44:12 -0400 show as true when the pertinent entry in postgresql.conf has been removed (Álvaro Herrera) + § @@ -13412,6 +14076,7 @@ Branch: REL_13_STABLE [2b8f3f5a7] 2021-07-25 14:02:27 -0400 of work_mem times hash_mem_multiplier to exceed 2GB (Tom Lane) + § @@ -13432,6 +14097,7 @@ Branch: REL_12_STABLE [bdd096f1a] 2021-06-02 14:38:14 -0400 Fix mis-planning of queries involving regular tables that are inheritance children of foreign tables (Amit Langote) + § @@ -13451,6 +14117,7 @@ Branch: REL_13_STABLE [9807b9aed] 2021-07-09 13:38:24 -0400 Fix pullup of constant function-in-FROM results when the FROM item is marked LATERAL (Tom Lane) + § @@ -13497,6 +14164,12 @@ Branch: REL9_6_STABLE [e46f6a078] 2021-06-15 15:37:24 -0400 Fix corner-case failure of a new standby to follow a new primary (Dilip Kumar, Robert Haas) + § + § + § + § + § + § @@ -13519,6 +14192,7 @@ Branch: REL9_6_STABLE [32d182dd0] 2021-07-29 01:35:52 +0900 Update minimum recovery point when WAL replay of a transaction abort record causes file truncation (Fujii Masao) + § @@ -13548,6 +14222,10 @@ Branch: REL_13_STABLE [41d27ee7b] 2021-07-29 17:26:25 -0400 Advance oldest-required-WAL-segment horizon properly after a replication slot is invalidated (Kyotaro Horiguchi) + § + § + § + § @@ -13569,6 +14247,7 @@ Branch: REL_10_STABLE [0b5089e8c] 2021-07-02 16:04:54 -0400 In walreceivers, avoid attempting catalog lookups after an error (Masahiko Sawada, Bharath Rupireddy) + § @@ -13586,6 +14265,7 @@ Branch: REL9_6_STABLE [8e5be9cfe] 2021-07-25 11:16:34 +0900 Ensure that a standby server's startup process will respond to a shutdown signal promptly while waiting for WAL to arrive (Fujii Masao, Soumyadeep Chakraborty) + § @@ -13600,6 +14280,7 @@ Branch: REL_11_STABLE [c62c3769f] 2021-06-28 09:09:42 +0530 Correctly clear shared state after failing to become a member of a transaction commit group (Amit Kapila) + § @@ -13627,6 +14308,8 @@ Branch: REL9_6_STABLE [5956795cb] 2021-06-24 11:19:44 +0300 Add locking to avoid reading incorrect relmapper data in the face of a concurrent write from another process (Heikki Linnakangas) + § + § @@ -13640,6 +14323,7 @@ Branch: REL_12_STABLE [0c7efd975] 2021-06-11 19:07:32 -0400 Improve progress reporting for the sort phase of a parallel btree index build (Matthias van de Meent) + § @@ -13654,6 +14338,7 @@ Branch: REL_10_STABLE [4745c119e] 2021-06-12 12:59:15 -0400 --> Improve checks for violations of replication protocol (Tom Lane) + § @@ -13676,6 +14361,8 @@ Branch: REL_13_STABLE [fad9c8e93] 2021-06-12 15:30:00 +0900 Fix assorted crash cases in logical replication of partitioned-table updates (Amit Langote, Tom Lane) + § + § @@ -13688,6 +14375,7 @@ Branch: REL_13_STABLE [5b4791b45] 2021-05-22 21:24:48 -0400 Fix potential crash when firing AFTER triggers of partitioned tables in logical replication workers (Tom Lane) + § @@ -13702,6 +14390,7 @@ Branch: REL_11_STABLE [71787b23e] 2021-05-21 08:31:10 +0530 Fix deadlock when multiple logical replication workers try to truncate the same table (Peter Smith, Haiying Tang) + § @@ -13721,6 +14410,8 @@ Branch: REL_11_STABLE [e95f617ac] 2021-06-24 15:26:37 +0530 Fix error cases and memory leaks in logical decoding of speculative insertions (Dilip Kumar) + § + § @@ -13733,6 +14424,8 @@ Branch: REL_13_STABLE [357cb8f07] 2021-06-18 08:51:18 +0530 --> Fix memory leak in logical replication output (Amit Langote) + § + § @@ -13748,6 +14441,7 @@ Branch: REL_11_STABLE [52c168db9] 2021-07-10 10:28:33 -0700 Avoid leaving an invalid record-type hash table entry behind after an error (Sait Talha Nisanci) + § @@ -13768,6 +14462,7 @@ Branch: REL9_6_STABLE [c50596cdc] 2021-06-16 19:30:17 -0400 Fix plan cache reference leaks in some error cases in CREATE TABLE ... AS EXECUTE (Tom Lane) + § @@ -13782,6 +14477,7 @@ Branch: REL_11_STABLE [a15d84470] 2021-05-29 15:16:15 +1200 Fix race condition in code for sharing tuple descriptors across parallel workers (Thomas Munro) + § @@ -13799,6 +14495,7 @@ Branch: REL_13_STABLE [218b10100] 2021-06-11 12:16:14 -0400 Fix race condition when invalidating an obsolete replication slot concurrently with an attempt to drop or update it (Andres Freund, Álvaro Herrera) + § @@ -13815,6 +14512,7 @@ Branch: REL9_6_STABLE [5d195dc40] 2021-05-15 12:21:06 -0400 Fix possible race condition when releasing BackgroundWorkerSlots (Tom Lane) + § @@ -13844,6 +14542,8 @@ Branch: REL9_6_STABLE [d0e44bae4] 2021-07-13 13:32:10 +1200 --> Fix latent crash in sorting code (Ronan Dunklau) + § + § @@ -13862,6 +14562,7 @@ Branch: REL_13_STABLE [fa675af59] 2021-05-14 15:08:00 -0700 Harden B-tree posting list split code against corrupt data (Peter Geoghegan) + § @@ -13884,6 +14585,7 @@ Branch: REL9_6_STABLE [5015d3c35] 2021-05-14 15:07:34 -0400 --> Prevent infinite loops in SP-GiST index insertion (Tom Lane) + § @@ -13916,6 +14618,8 @@ Branch: REL9_6_STABLE [567328989] 2021-05-14 12:54:26 -0400 Ensure that SP-GiST index insertion can be terminated by a query cancel request (Tom Lane, Álvaro Herrera) + § + § @@ -13936,6 +14640,7 @@ Branch: REL9_6_STABLE [dffec69fe] 2021-07-20 13:01:48 -0400 an INTO clause specified STRICT, even though it didn't (Tom Lane) + § @@ -13953,6 +14658,7 @@ Branch: REL9_6_STABLE [b54be47cd] 2021-06-28 14:17:42 -0400 Don't abort the process for an out-of-memory failure in libpq's printing functions (Tom Lane) + § @@ -13974,6 +14680,7 @@ Branch: REL9_6_STABLE [fa27389c5] 2021-07-30 18:52:55 -0400 In ecpg, allow the numeric value INT_MIN (usually -2147483648) to be converted to integer (John Naylor) + § @@ -13993,6 +14700,7 @@ Branch: REL9_6_STABLE [7cdb97632] 2021-06-07 13:12:35 -0400 In psql and other client programs, avoid overrunning the ends of strings when dealing with invalidly-encoded data (Tom Lane) + § @@ -14020,6 +14728,7 @@ Branch: REL_11_STABLE [ccfc3cbb3] 2021-07-16 17:29:22 -0400 on partitioned tables whose enabled status is different from their parent triggers' status (Justin Pryzby, Álvaro Herrera) + § @@ -14037,6 +14746,7 @@ Branch: REL9_6_STABLE [dd53b46c7] 2021-06-13 14:32:42 -0400 Avoid invalid creation date in header warnings observed when running pg_restore on an archive file created in a different time zone (Tom Lane) + § @@ -14054,6 +14764,7 @@ Branch: REL9_6_STABLE [088dbf3bc] 2021-07-26 22:38:14 -0400 Make pg_upgrade carry forward the old installation's oldestXID value (Bertrand Drouvot) + § @@ -14087,6 +14798,8 @@ Branch: REL9_6_STABLE [3ab496ab8] 2021-08-03 12:26:08 -0400 Extend pg_upgrade to detect and warn about extensions that should be upgraded (Bruce Momjian) + § + § @@ -14116,6 +14829,8 @@ Branch: REL_10_STABLE [4372f0685] 2021-07-26 11:14:21 +0900 Avoid problems when switching pg_receivewal between compressed and non-compressed WAL storage (Michael Paquier) + § + § @@ -14130,6 +14845,7 @@ Branch: REL_12_STABLE [bbc0cd8fa] 2021-08-05 20:00:04 +0900 Fix contrib/postgres_fdw to work usefully with generated columns (Etsuro Fujita) + § @@ -14155,6 +14871,7 @@ Branch: REL9_6_STABLE [67f925bbd] 2021-07-06 12:36:13 -0400 In contrib/postgres_fdw, avoid attempting catalog lookups after an error (Tom Lane) + § @@ -14213,6 +14930,13 @@ Branch: REL9_6_STABLE [de589c112] 2021-06-27 12:45:04 -0400 --> Improve the isolation-test infrastructure (Tom Lane, Michael Paquier) + § + § + § + § + § + § + § @@ -14245,6 +14969,8 @@ Branch: REL_13_STABLE [834d9284b] 2021-05-11 20:59:45 -0400 --> Reduce overhead of cache-clobber testing (Tom Lane) + § + § @@ -14265,6 +14991,7 @@ Branch: REL9_6_STABLE [ec52b886d] 2021-06-18 06:52:48 +0200 Fix PL/Python's regression tests to pass with Python 3.10 (Honza Horak) + § @@ -14282,6 +15009,7 @@ Branch: REL9_6_STABLE [7e09b504d] 2021-07-24 13:41:17 -0400 Make printf("%s", NULL) print (null) instead of crashing (Tom Lane) + § @@ -14304,6 +15032,7 @@ Branch: REL9_6_STABLE [68bad2333] 2021-06-30 11:49:36 +0900 Fix incorrect log message when point-in-time recovery stops at a ROLLBACK PREPARED record (Simon Riggs) + § @@ -14318,6 +15047,7 @@ Branch: REL_11_STABLE [85a8c3a4b] 2021-07-14 17:15:31 +0900 Improve ALTER TABLE's messages for wrong-relation-kind errors (Kyotaro Horiguchi) + § @@ -14335,6 +15065,7 @@ Branch: REL9_6_STABLE [78c21d79d] 2021-07-28 01:26:15 +0900 Clarify error messages referring to non-negative values (Bharath Rupireddy) + § @@ -14372,6 +15103,10 @@ Branch: REL_11_STABLE [946f62f2f] 2021-07-10 13:19:31 -0400 Fix configure to work with OpenLDAP 2.5, which no longer has a separate libldap_r library (Adrian Ho, Tom Lane) + § + § + § + § @@ -14401,6 +15136,8 @@ Branch: REL9_6_STABLE [1f7ea06d7] 2021-07-01 15:44:22 -0400 Add new make targets world-bin and install-world-bin (Andrew Dunstan) + § + § @@ -14424,6 +15161,7 @@ Branch: REL9_6_STABLE [d173a4699] 2021-07-01 09:01:36 -0400 Fix make rule for TAP tests (prove_installcheck) to work in PGXS usage (Andrew Dunstan) + § @@ -14438,6 +15176,7 @@ Branch: REL_11_STABLE [6ada4fd06] 2021-06-25 11:29:47 +1200 Adjust JIT code to prepare for forthcoming LLVM API change (Thomas Munro, Andres Freund) + § @@ -14459,6 +15198,7 @@ Branch: REL9_6_STABLE [006a829b2] 2021-06-23 14:01:33 -0400 Avoid assuming that strings returned by GSSAPI libraries are null-terminated (Tom Lane) + § @@ -14486,6 +15226,9 @@ Branch: REL_12_STABLE [b7684bd10] 2021-06-08 13:40:10 +0900 --> Enable building with GSSAPI on MSVC (Michael Paquier) + § + § + § @@ -14513,6 +15256,8 @@ Branch: REL9_6_STABLE [34a65fc63] 2021-05-28 09:36:10 -0400 In MSVC builds, include in the set of configure options reported by pg_config, if it had been specified (Andrew Dunstan) + § + § @@ -14566,6 +15311,7 @@ Branch: REL9_6_STABLE [0c1caa48d] 2021-05-10 10:44:38 -0400 Prevent integer overflows in array subscripting calculations (Tom Lane) + § @@ -14593,6 +15339,7 @@ Branch: REL9_6_STABLE [0fcb8e2e0] 2021-05-10 11:02:30 -0400 Fix mishandling of junk columns in INSERT ... ON CONFLICT ... UPDATE target lists (Tom Lane) + § @@ -14631,6 +15378,8 @@ Branch: REL_12_STABLE [05ce4bf8b] 2021-04-22 17:30:42 -0400 Fix possibly-incorrect computation of UPDATE ... RETURNING outputs for joined cross-partition updates (Amit Langote, Etsuro Fujita) + § + § @@ -14656,6 +15405,7 @@ Branch: REL_11_STABLE [a25b98d2c] 2021-05-05 12:14:21 -0400 Fix adjustment of constraint deferrability properties in partitioned tables (Álvaro Herrera) + § @@ -14689,6 +15439,7 @@ Branch: REL_12_STABLE [13ff139a2] 2021-05-04 12:10:51 +0200 When attaching a child table with ALTER TABLE ... INHERIT, insist that any generated columns in the parent be generated the same way in the child (Peter Eisentraut) + § @@ -14703,6 +15454,7 @@ Branch: REL_10_STABLE [e5794cd59] 2021-03-12 11:08:42 -0500 --> Forbid marking an identity column as nullable (Vik Fearing) + § @@ -14726,6 +15478,7 @@ Branch: REL9_6_STABLE [041f4efd2] 2021-04-13 15:10:18 -0400 Allow ALTER ROLE/DATABASE ... SET to set the role, session_authorization, and temp_buffers parameters (Tom Lane) + § @@ -14749,6 +15502,8 @@ Branch: REL_12_STABLE [5b2945ec0] 2021-02-10 16:59:43 +0900 Ensure that REINDEX CONCURRENTLY preserves any statistics target that's been set for the index (Michael Paquier) + § + § @@ -14762,6 +15517,7 @@ Branch: REL_12_STABLE [fadcc4e81] 2021-02-19 21:59:26 +0900 Fix COMMIT AND CHAIN to work correctly when the current transaction has live savepoints (Fujii Masao) + § @@ -14774,6 +15530,7 @@ Branch: REL_13_STABLE [49076fd3b] 2021-02-25 20:47:32 -0500 Fix list-manipulation bug in WITH RECURSIVE processing (Michael Paquier, Tom Lane) + § @@ -14796,6 +15553,7 @@ Branch: REL9_6_STABLE [a6158a4d9] 2021-04-12 14:37:22 -0400 Fix bug with coercing the result of a COLLATE expression to a non-collatable type (Tom Lane) + § @@ -14817,6 +15575,7 @@ Branch: REL_12_STABLE [262eb990c] 2021-02-27 18:09:15 -0300 Fix use-after-free bug in saving tuples for AFTER triggers (Amit Langote) + § @@ -14837,6 +15596,7 @@ Branch: REL9_6_STABLE [73bad52a9] 2021-04-30 14:10:26 -0400 Disallow calling window functions and procedures via the fast path wire protocol message (Tom Lane) + § @@ -14867,6 +15627,8 @@ Branch: REL9_6_STABLE [0d05a3a1d] 2021-04-28 11:59:00 +0900 Extend pg_identify_object_as_address() to support event triggers (Joel Jacobson) + § + § @@ -14883,6 +15645,7 @@ Branch: REL9_6_STABLE [6540322fa] 2021-04-12 11:31:46 +0900 Fix to_char()'s handling of Roman-numeral month format codes with negative intervals (Julien Rouhaud) + § @@ -14903,6 +15666,7 @@ Branch: REL_10_STABLE [37228ecde] 2021-03-08 18:21:51 -0500 Check that the argument of pg_import_system_collations() is a valid schema OID (Tom Lane) + § @@ -14920,6 +15684,7 @@ Branch: REL9_6_STABLE [ab208421e] 2021-02-18 22:38:55 -0500 Fix use of uninitialized value while parsing an \{m,n\} quantifier in a BRE-mode regular expression (Tom Lane) + § @@ -14940,6 +15705,7 @@ Branch: REL_13_STABLE [7bfba4f19] 2021-04-20 11:32:02 -0400 Fix could not find pathkey item to sort planner errors in some situations where the sort key involves an aggregate or window function (James Coleman, Tom Lane) + § @@ -14955,6 +15721,7 @@ Branch: REL_10_STABLE [e5eb40eed] 2021-03-26 22:46:15 +0100 Don't ignore system columns when estimating the number of groups using extended statistics (Tomas Vondra) + § @@ -14976,6 +15743,7 @@ Branch: REL9_6_STABLE [f4d781dae] 2021-02-12 16:26:47 -0500 Avoid divide-by-zero when estimating selectivity of a regular expression with a very long fixed prefix (Tom Lane) + § @@ -14997,6 +15765,7 @@ Branch: REL9_6_STABLE [df97ee6ea] 2021-04-07 16:05:21 +0200 Fix access-off-the-end-of-the-table error in BRIN index bitmap scans (Tomas Vondra) + § @@ -15016,6 +15785,7 @@ Branch: REL_13_STABLE [0d779d22a] 2021-02-16 12:07:14 -0500 Fix potentially wrong answers from GIN tsvector index searches, when there are many matching tuples (Tom Lane) + § @@ -15036,6 +15806,7 @@ Branch: REL_13_STABLE [78c24e97d] 2021-03-22 14:02:36 +0900 Fix concurrency issues with WAL segment recycling on Windows (Michael Paquier) + § @@ -15058,6 +15829,7 @@ Branch: REL_10_STABLE [1ec7162a8] 2021-03-22 08:31:14 +0900 Avoid incorrect timeline change while recovering uncommitted two-phase transactions from WAL (Soumyadeep Chakraborty, Jimmy Yih, Kevin Yeap) + § @@ -15080,6 +15852,7 @@ Branch: REL9_6_STABLE [e3bf96216] 2021-04-06 02:27:48 +0900 Ensure that locks are released while shutting down a standby server's startup process (Fujii Masao) + § @@ -15102,6 +15875,7 @@ Branch: REL_10_STABLE [1803c7626] 2021-05-07 11:46:37 -0400 Fix crash when a logical replication worker does ALTER SUBSCRIPTION REFRESH (Peter Smith) + § @@ -15122,6 +15896,7 @@ Branch: REL9_6_STABLE [09a3b19e3] 2021-02-15 16:09:14 +1300 Ensure we default to wal_sync_method = fdatasync on recent FreeBSD (Thomas Munro) + § @@ -15144,6 +15919,8 @@ Branch: REL_13_STABLE [1fc5a5738] 2021-03-10 17:07:55 -0800 Disable the vacuum_cleanup_index_scale_factor parameter and storage option (Peter Geoghegan) + § + § @@ -15170,6 +15947,7 @@ Branch: REL_12_STABLE [72fabd4bf] 2021-05-04 10:09:11 -0400 Pass the correct trigger OID to object post-alter hooks during ALTER CONSTRAINT (Álvaro Herrera) + § @@ -15193,6 +15971,7 @@ Branch: REL9_6_STABLE [8a07e5bd8] 2021-02-15 14:22:19 +1300 Ensure we finish cleaning up when interrupted while detaching a DSM segment (Thomas Munro) + § @@ -15248,6 +16027,13 @@ Branch: REL_10_STABLE [7ce7f2b79] 2021-03-16 16:02:50 -0400 --> Fix assorted minor memory leaks in the server (Tom Lane, Andres Freund) + § + § + § + § + § + § + § @@ -15260,6 +16046,7 @@ Branch: REL_13_STABLE [d4b667e93] 2021-02-18 23:28:58 +0900 Fix uninitialized variable in walreceiver's statistics in shared memory (Fujii Masao) + § @@ -15280,6 +16067,8 @@ Branch: REL_13_STABLE [0d204a4b0] 2021-05-10 13:56:21 +0200 Reduce the overhead of dtrace probes for LWLock operations, when dtrace support is compiled in but not active (Peter Eisentraut) + § + § @@ -15294,6 +16083,7 @@ Branch: REL_11_STABLE [22f2a98cf] 2021-04-13 13:37:07 -0400 Fix failure when a PL/pgSQL DO block makes use of both composite-type variables and transaction control (Tom Lane) + § @@ -15315,6 +16105,7 @@ Branch: REL9_6_STABLE [a98e53e10] 2021-03-11 14:43:45 -0500 Prevent infinite loop in libpq if a ParameterDescription message with a corrupt length is received (Tom Lane) + § @@ -15332,6 +16123,7 @@ Branch: REL_10_STABLE [926139dd0] 2021-03-02 15:39:34 -0300 to start the server, make the path shown for pg_ctl use backslash separators on Windows (Nitin Jadhav) + § @@ -15349,6 +16141,7 @@ Branch: REL9_6_STABLE [4f670c64e] 2021-03-23 14:27:50 -0400 Fix psql to restore the previous behavior of \connect service=something (Tom Lane) + § @@ -15370,6 +16163,7 @@ Branch: REL_12_STABLE [67b3ee292] 2021-02-19 22:02:44 +0900 Fix psql's ON_ERROR_ROLLBACK feature to handle COMMIT AND CHAIN commands correctly (Arthur Nascimento) + § @@ -15388,6 +16182,7 @@ Branch: REL_13_STABLE [f50dc2c72] 2021-03-29 18:34:39 -0300 In psql, avoid repeated could not print result table failures after the first such error (Álvaro Herrera) + § @@ -15405,6 +16200,7 @@ Branch: REL9_6_STABLE [a42c4438b] 2021-03-12 12:20:15 -0500 Fix race condition in detection of file modification by psql's \e and related commands (Laurenz Albe) + § @@ -15423,6 +16219,7 @@ Branch: REL_12_STABLE [bdaa0d2d7] 2021-05-04 14:18:33 +0200 Fix pg_dump's dumping of generated columns in partitioned tables (Peter Eisentraut) + § @@ -15444,6 +16241,7 @@ Branch: REL9_6_STABLE [2c9b857af] 2021-04-01 13:34:16 -0400 Fix missed file version check in pg_restore (Tom Lane) + § @@ -15467,6 +16265,7 @@ Branch: REL9_6_STABLE [54a233071] 2021-04-29 15:24:38 -0400 Add some more checks to pg_upgrade for user tables containing non-upgradable data types (Tom Lane) + § @@ -15488,6 +16287,7 @@ Branch: REL_12_STABLE [24bcce3bd] 2021-04-03 00:08:05 +0900 Fix incorrect progress-reporting calculation in pg_checksums (Shinya Kato) + § @@ -15505,6 +16305,7 @@ Branch: REL9_6_STABLE [e73068b07] 2021-03-23 09:55:49 +0900 Fix pg_waldump to count XACT records correctly when generating per-record statistics (Kyotaro Horiguchi) + § @@ -15523,6 +16324,7 @@ Branch: REL9_6_STABLE [0ccebe779] 2021-02-23 17:30:21 -0300 tuple flags HEAP_XMAX_LOCK_ONLY and HEAP_KEYS_UPDATED both being set (Julien Rouhaud) + § @@ -15543,6 +16345,7 @@ Branch: REL9_6_STABLE [f488d19f3] 2021-04-12 19:27:38 -0700 Adjust VPATH build rules to support recent Oracle Developer Studio compiler versions (Noah Misch) + § @@ -15558,6 +16361,7 @@ Branch: REL9_6_STABLE [14652a19f] 2021-04-12 19:24:26 -0700 --> Fix testing of PL/Python for Python 3 on Solaris (Noah Misch) + § @@ -15609,6 +16413,7 @@ Branch: REL_13_STABLE [d525fbcfd] 2021-02-08 10:14:09 -0500 Fix failure to check per-column SELECT privileges in some join queries (Tom Lane) + § @@ -15648,6 +16453,7 @@ Branch: REL_11_STABLE [cb5868cc1] 2021-02-08 11:01:55 +0200 Fix information leakage in constraint-violation error messages (Heikki Linnakangas) + § @@ -15671,6 +16477,7 @@ Branch: REL_12_STABLE [0326635dd] 2021-01-20 11:58:27 +0200 Fix incorrect detection of concurrent page splits while inserting into a GiST index (Heikki Linnakangas) + § @@ -15694,6 +16501,7 @@ Branch: REL9_5_STABLE [77a0e14f0] 2021-01-30 00:05:34 -0800 Fix CREATE INDEX CONCURRENTLY to wait for concurrent prepared transactions (Andrey Borodin) + § @@ -15724,6 +16532,9 @@ Branch: REL_13_STABLE [cd7d8cde7] 2020-12-27 12:11:58 -0800 Avoid crash when trying to rescan an aggregation plan node that has both hashed and sorted grouping sets (Jeff Davis) + § + § + § @@ -15736,6 +16547,7 @@ Branch: REL_13_STABLE [6467661b6] 2021-02-04 23:01:33 -0500 Fix possible incorrect query results when a hash aggregation node spills some tuples to disk (Tom Lane) + § @@ -15752,6 +16564,7 @@ Branch: REL_13_STABLE [10fcb83da] 2021-02-04 19:12:09 -0500 --> Fix edge case in incremental sort (Neil Chen) + § @@ -15775,6 +16588,7 @@ Branch: REL_11_STABLE [1c3a87746] 2021-02-03 19:38:29 -0500 Avoid crash when a CALL or DO statement that performs a transaction rollback is executed via extended query protocol (Thomas Munro, Tom Lane) + § @@ -15794,6 +16608,7 @@ Branch: REL_13_STABLE [16f69062e] 2021-01-28 16:56:07 -0300 Avoid unnecessary errors with BEFORE UPDATE triggers on partitioned tables (Álvaro Herrera) + § @@ -15815,6 +16630,7 @@ Branch: REL_11_STABLE [6f94531b0] 2021-01-28 13:41:55 -0500 Fix partition pruning logic to handle asymmetric hash partition sets (Tom Lane) + § @@ -15841,6 +16657,7 @@ Branch: REL9_5_STABLE [0ab177bec] 2021-01-19 13:26:05 -0500 Avoid incorrect results when WHERE CURRENT OF is applied to a cursor whose plan contains a MergeAppend node (Tom Lane) + § @@ -15864,6 +16681,7 @@ Branch: REL9_5_STABLE [33a46993f] 2021-01-18 18:33:07 -0500 Fix crash when WHERE CURRENT OF is applied to a cursor whose plan contains a custom scan node (David Geier) + § @@ -15877,6 +16695,7 @@ Branch: REL_12_STABLE [1cce024fd] 2021-01-21 15:37:23 -0500 Fix planner's mishandling of placeholders whose evaluation should be delayed by an outer join (Tom Lane) + § @@ -15898,6 +16717,7 @@ Branch: REL_12_STABLE [77a94c30d] 2020-12-05 16:16:13 -0500 Fix planner's handling of placeholders during removal of useless RESULT RTEs (Tom Lane) + § @@ -15920,6 +16740,7 @@ Branch: REL9_5_STABLE [8c5da2d51] 2020-11-30 12:22:43 -0500 Fix planner's handling of a placeholder that is computed at some join level and used only at that same level (Tom Lane) + § @@ -15937,6 +16758,7 @@ Branch: REL_13_STABLE [ea190ed14] 2020-12-21 18:16:36 +0100 Consider unsorted subpaths when planning a Gather Merge operation (James Coleman) + § @@ -15957,6 +16779,8 @@ Branch: REL_13_STABLE [d0167631e] 2020-12-21 19:36:03 +0100 Do not consider ORDER BY expressions involving parallel-restricted functions or set-returning functions when trying to parallelize sorts (James Coleman) + § + § @@ -15979,6 +16803,7 @@ Branch: REL9_5_STABLE [59ed45e27] 2020-11-24 21:36:09 +0000 Be more careful about whether index AMs support mark/restore (Andrew Gierth) + § @@ -15998,6 +16823,7 @@ Branch: REL_11_STABLE [97b025ebe] 2021-01-15 12:46:26 +0900 Fix overestimate of the amount of shared memory needed for parallel queries (Takayuki Tsunakawa) + § @@ -16015,6 +16841,7 @@ Branch: REL9_5_STABLE [0ddb529cf] 2021-01-20 11:39:35 +0900 Fix ALTER DEFAULT PRIVILEGES to handle duplicated arguments safely (Michael Paquier) + § @@ -16041,6 +16868,7 @@ Branch: REL9_5_STABLE [14649bf50] 2020-12-25 11:06:23 -0800 Flush ACL-related caches when pg_authid changes (Noah Misch) + § @@ -16059,6 +16887,7 @@ Branch: REL_13_STABLE [d798ea750] 2021-01-30 00:13:58 -0800 Fix failure to detect snapshot too old conditions in tables rewritten in the current transaction (Kyotaro Horiguchi, Noah Misch) + § @@ -16078,6 +16907,7 @@ Branch: REL_13_STABLE [e8e3e6749] 2021-01-30 00:12:05 -0800 Fix spurious failure of CREATE PUBLICATION when applied to a table created or rewritten in the current transaction (Kyotaro Horiguchi) + § @@ -16100,6 +16930,7 @@ Branch: REL9_5_STABLE [fb500296d] 2020-12-01 14:02:28 -0500 Prevent misprocessing of ambiguous CREATE TABLE LIKE clauses (Tom Lane) + § @@ -16127,6 +16958,7 @@ Branch: REL9_5_STABLE [6631d5f26] 2020-11-19 15:03:17 -0500 Rearrange order of operations in CREATE TABLE LIKE so that indexes are cloned before building foreign key constraints (Tom Lane) + § @@ -16148,6 +16980,7 @@ Branch: REL_10_STABLE [c22539756] 2021-01-15 23:34:02 +0100 Disallow CREATE STATISTICS on system catalogs (Tomas Vondra) + § @@ -16165,6 +16998,7 @@ Branch: REL9_5_STABLE [5ad03374b] 2021-02-06 15:17:02 -0500 Disallow converting an inheritance child table to a view (Tom Lane) + § @@ -16182,6 +17016,7 @@ Branch: REL9_5_STABLE [e00928de8] 2020-12-01 14:54:49 +1300 Ensure that disk space allocated for a dropped relation is released promptly at commit (Thomas Munro) + § @@ -16204,6 +17039,7 @@ Branch: REL_11_STABLE [c442b32c2] 2021-01-14 15:32:14 -0300 Prevent dropping a tablespace that is referenced by a partitioned relation, but is not used for any actual storage (Álvaro Herrera) + § @@ -16222,6 +17058,7 @@ Branch: REL_12_STABLE [fce17e486] 2020-11-27 20:18:02 +0900 Fix progress reporting for CLUSTER (Matthias van de Meent) + § @@ -16239,6 +17076,7 @@ Branch: REL9_5_STABLE [aaf266157] 2021-02-05 11:17:27 +0200 Fix handling of backslash-escaped multibyte characters in COPY FROM (Heikki Linnakangas) + § @@ -16264,6 +17102,7 @@ Branch: REL9_5_STABLE [ded7db4c1] 2020-11-20 14:57:51 +0200 Avoid preallocating executor hash tables in EXPLAIN without ANALYZE (Alexey Bashtanov) + § @@ -16282,6 +17121,7 @@ Branch: REL9_5_STABLE [60d6c7143] 2020-11-28 14:03:40 -0500 Fix recently-introduced race condition in LISTEN/NOTIFY queue handling (Tom Lane) + § @@ -16304,6 +17144,7 @@ Branch: REL9_5_STABLE [edcdbc44e] 2020-12-21 13:11:30 -0500 Allow the jsonb concatenation operator to handle all combinations of JSON data types (Tom Lane) + § @@ -16329,6 +17170,7 @@ Branch: REL9_5_STABLE [0c23f30fa] 2021-01-08 12:16:00 -0500 Fix use of uninitialized value while parsing a * quantifier in a BRE-mode regular expression (Tom Lane) + § @@ -16358,6 +17200,8 @@ Branch: REL9_6_STABLE [f0b9bada5] 2021-01-05 11:45:17 +0000 Fix numeric power() for the case where the exponent is exactly INT_MIN (-2147483648) (Dean Rasheed) + § + § @@ -16376,6 +17220,7 @@ Branch: REL_11_STABLE [50a420bee] 2021-01-04 18:32:40 -0500 Fix integer-overflow cases in substring() functions (Tom Lane, Pavel Stehule) + § @@ -16403,6 +17248,7 @@ Branch: REL9_5_STABLE [c424c75f5] 2021-01-16 12:21:39 -0800 Prevent possible data loss from incorrect detection of the wraparound point of an SLRU log (Noah Misch) + § @@ -16427,6 +17273,8 @@ Branch: REL_13_STABLE [8523a0971] 2021-01-14 23:56:45 +0900 Fix WAL-reading logic to handle timeline switches correctly (Kyotaro Horiguchi, Fujii Masao) + § + § @@ -16450,6 +17298,7 @@ Branch: REL9_5_STABLE [4bccceaa9] 2021-01-13 09:22:03 +0530 Fix memory leak in walsender processes while sending new snapshots for logical decoding (Amit Kapila) + § @@ -16463,6 +17312,7 @@ Branch: REL_13_STABLE [decf3fe61] 2021-01-12 08:30:16 +0530 Fix relation cache leak in walsender processes while sending row changes via the root of a partitioned relation during logical replication (Amit Langote, Mark Zhao) + § @@ -16480,6 +17330,7 @@ Branch: REL9_5_STABLE [133a0906d] 2020-12-14 23:50:20 -0800 Fix walsender to accept additional commands after terminating replication (Jeff Davis) + § @@ -16496,6 +17347,7 @@ Branch: REL9_6_STABLE [0307b98d8] 2021-01-06 12:33:28 +0900 Ensure detection of deadlocks between hot standby backends and the startup (WAL-application) process (Fujii Masao) + § @@ -16518,6 +17370,8 @@ Branch: REL_12_STABLE [5f95664e1] 2020-12-30 17:21:39 -0800 Fix possible failure to detect recovery conflicts while deleting an index entry that references a HOT chain (Peter Geoghegan) + § + § @@ -16541,6 +17395,7 @@ Branch: REL_12_STABLE [3ca19490b] 2020-12-30 11:38:42 -0500 of krb_server_keyfile always overrides any setting of KRB5_KTNAME in the server's environment (Tom Lane) + § @@ -16561,6 +17416,7 @@ Branch: REL_12_STABLE [7ed616f81] 2020-12-28 17:58:58 -0500 to pg_hba.conf entries, include details about whether GSS encryption has been activated (Kyotaro Horiguchi, Tom Lane) + § @@ -16578,6 +17434,7 @@ Branch: REL_12_STABLE [4cfdd8a47] 2020-12-28 17:44:17 -0500 --> Fix assorted issues in server's support for GSS encryption (Tom Lane) + § @@ -16605,6 +17462,7 @@ Branch: REL_10_STABLE [1a6b1c460] 2020-12-24 17:00:43 -0500 Ensure that unserviced requests for background workers are cleaned up when the postmaster begins a smart or fast shutdown sequence (Tom Lane) + § @@ -16627,6 +17485,7 @@ Branch: REL9_6_STABLE [0b54a80a3] 2020-12-23 12:51:51 +0900 Fix portability problem in parsing of recovery_target_xid values (Michael Paquier) + § @@ -16647,6 +17506,7 @@ Branch: REL_11_STABLE [942e441ee] 2020-11-30 14:38:00 -0500 Avoid trying to use parallel index build in a standalone backend (Yulin Pei) + § @@ -16661,6 +17521,7 @@ Branch: REL_11_STABLE [9cebe4952] 2020-11-15 16:10:48 -0500 Allow index AMs to support included columns without necessarily supporting multiple key columns (Tom Lane) + § @@ -16673,6 +17534,7 @@ Branch: REL_13_STABLE [9a94b9253] 2020-11-12 10:56:40 +0900 While taking a base backup, avoid executing any SHA256 code if a backup manifest is not needed (Michael Paquier) + § @@ -16694,6 +17556,7 @@ Branch: REL_11_STABLE [f7f2a28d4] 2021-01-28 11:09:57 +0000 Avoid assertion failure during parallel aggregation of an aggregate with a non-strict deserialization function (Andrew Gierth) + § @@ -16719,6 +17582,7 @@ Branch: REL9_5_STABLE [41309f716] 2021-01-25 13:03:12 -0500 Avoid assertion failure in pg_get_functiondef() when examining a function with a TRANSFORM option (Tom Lane) + § @@ -16737,6 +17601,8 @@ Branch: REL_11_STABLE [7966b41de] 2020-12-28 11:55:41 -0500 Fix data structure misallocation in PL/pgSQL's CALL statement (Tom Lane) + § + § @@ -16757,6 +17623,7 @@ Branch: REL_12_STABLE [b3a5bf719] 2020-12-28 15:43:44 -0500 In libpq, do not skip trying SSL after GSS encryption (Tom Lane) + § @@ -16783,6 +17650,7 @@ Branch: REL_13_STABLE [31d2b11b9] 2020-12-28 12:13:40 -0500 PQconndefaults() function report the correct default value for channel_binding (Daniele Varrazzo) + § @@ -16801,6 +17669,7 @@ Branch: REL9_5_STABLE [e2d5de150] 2020-11-29 15:22:04 -0500 In psql, re-allow including a password in a connection_string argument of a \connect command (Tom Lane) + § @@ -16819,6 +17688,7 @@ Branch: REL_12_STABLE [ea7a167da] 2020-11-25 16:19:25 -0500 In psql's \d commands, don't truncate the display of column default values (Tom Lane) + § @@ -16841,6 +17711,7 @@ Branch: REL9_5_STABLE [131825cd5] 2021-01-26 13:04:52 -0500 Fix assorted bugs in psql's \help command (Kyotaro Horiguchi, Tom Lane) + § @@ -16863,6 +17734,7 @@ Branch: REL_12_STABLE [1dd6baf78] 2021-02-03 11:58:15 +0100 Fix pg_dump's dumping of inherited generated columns (Peter Eisentraut) + § @@ -16889,6 +17761,8 @@ Branch: REL_10_STABLE [1c9791f66] 2021-01-14 16:19:38 -0500 as the owner of the publication, and similarly runs ALTER INDEX ATTACH PARTITION commands as the owner of the partitioned index (Tom Lane) + § + § @@ -16912,6 +17786,7 @@ Branch: REL9_6_STABLE [ad2b7c9bb] 2021-01-16 12:21:39 -0800 Fix pg_dump to handle WITH GRANT OPTION in an extension's initial privileges (Noah Misch) + § @@ -16952,6 +17827,9 @@ Branch: REL9_5_STABLE [beb6b45ab] 2020-12-07 14:55:28 +0200 In pg_rewind, ensure that all WAL is accounted for when rewinding a standby server (Ian Barwick, Heikki Linnakangas) + § + § + § @@ -16966,6 +17844,7 @@ Branch: REL_11_STABLE [d8bb22ab3] 2021-01-13 14:52:49 -0500 In pgbench, disallow a digit as the first character of a variable name (Fabien Coelho) + § @@ -16987,6 +17866,7 @@ Branch: REL9_5_STABLE [f2dc96236] 2021-01-26 16:42:13 -0300 Report the correct database name in connection failure error messages from some client programs (Álvaro Herrera) + § @@ -17012,6 +17892,7 @@ Branch: REL9_5_STABLE [f0f9ed68d] 2021-02-02 13:49:08 -0500 Fix memory leak in contrib/auto_explain (Japin Li) + § @@ -17038,6 +17919,7 @@ Branch: REL9_5_STABLE [b5c73eef8] 2020-12-28 20:01:31 +0900 In contrib/postgres_fdw, avoid leaking open connections to remote servers when a user mapping or foreign server object is dropped (Bharath Rupireddy) + § @@ -17056,6 +17938,7 @@ Branch: REL_13_STABLE [984384129] 2021-02-05 15:30:02 +0900 Fix faulty assertion in contrib/postgres_fdw (Etsuro Fujita) + § @@ -17073,6 +17956,7 @@ Branch: REL9_5_STABLE [f95d9fd81] 2020-12-08 15:23:02 +0900 In contrib/pgcrypto, check for error returns from OpenSSL's EVP functions (Michael Paquier) + § @@ -17092,6 +17976,7 @@ Branch: REL_11_STABLE [a1bd14d54] 2020-12-22 13:23:49 -0500 Make contrib/pg_prewarm more robust when the cluster is shut down before prewarming is complete (Tom Lane) + § @@ -17118,6 +18003,7 @@ Branch: REL9_5_STABLE [4b212b7c8] 2020-11-12 14:55:51 +0000 In contrib/pg_trgm's GiST index support, avoid crash in the rare case that picksplit is called on exactly two index items (Andrew Gierth, Alexander Korotkov) + § @@ -17137,6 +18023,7 @@ Branch: REL9_5_STABLE [210564a74] 2020-11-10 22:51:58 -0500 in contrib/pg_prewarm and contrib/postgres_fdw (Alexey Kondratov, Tom Lane) + § @@ -17178,6 +18065,8 @@ Branch: REL9_5_STABLE [175f716a8] 2021-01-20 12:07:57 -0500 Improve configure's heuristics for selecting PG_SYSROOT on macOS (Tom Lane) + § + § @@ -17202,6 +18091,7 @@ Branch: REL9_5_STABLE [2bb8c0f1d] 2020-11-20 00:58:26 -0500 While building on macOS, specify in link steps as well as compile steps (James Hilliard) + § @@ -17225,6 +18115,8 @@ Branch: REL_11_STABLE [90eb343ef] 2020-12-07 18:40:27 -0800 Fix JIT compilation to be compatible with LLVM 11 and LLVM 12 (Andres Freund) + § + § @@ -17239,6 +18131,7 @@ Branch: REL_11_STABLE [1e16ad101] 2020-12-07 18:40:27 -0800 Fix potential mishandling of references to boolean variables in JIT expression compilation (Andres Freund) + § @@ -17257,6 +18150,7 @@ Branch: REL_11_STABLE [89aa30a17] 2020-11-16 15:16:39 -0500 --> Fix compile failure with ICU 68 and later (Tom Lane) + § @@ -17271,6 +18165,7 @@ Branch: REL_11_STABLE [49aaabdf8] 2020-12-01 11:46:56 -0300 Avoid memcpy() with a NULL source pointer and zero count during partitioned index creation (Álvaro Herrera) + § @@ -17298,6 +18193,7 @@ Branch: REL9_5_STABLE [c26a0865d] 2021-01-24 16:29:48 -0500 South Sudan, plus historical corrections for Australia, Bahamas, Belize, Bermuda, Ghana, Israel, Kenya, Nigeria, Palestine, Seychelles, and Vanuatu. (Tom Lane) + § @@ -17353,6 +18249,7 @@ Branch: REL9_5_STABLE [aefc625de] 2020-11-09 07:32:14 -0800 Block DECLARE CURSOR ... WITH HOLD and firing of deferred triggers within index expressions and materialized view queries (Noah Misch) + § @@ -17394,6 +18291,8 @@ Branch: REL9_5_STABLE [da129a04a] 2020-10-19 19:03:47 -0400 clusterdb, reindexdb, and vacuumdb (Tom Lane) + § + § @@ -17433,6 +18332,7 @@ Branch: REL9_5_STABLE [6997da09a] 2020-10-21 16:18:41 -0400 command re-uses connection parameters, ensure that all non-overridden parameters from a previous connection string are re-used (Tom Lane) + § @@ -17464,6 +18364,7 @@ Branch: REL9_5_STABLE [a54dfbee1] 2020-11-09 07:32:14 -0800 Prevent psql's \gset command from modifying specially-treated variables (Noah Misch) + § @@ -17493,6 +18394,8 @@ Branch: REL_13_STABLE [9f783aea6] 2020-10-15 09:52:35 -0300 Fix unintended breakage of the replication protocol (Álvaro Herrera) + § + § @@ -17520,6 +18423,7 @@ Branch: REL9_5_STABLE [23d8b3577] 2020-09-24 10:36:27 +1200 Ensure that SLRU directories are properly fsync'd during checkpoints (Thomas Munro) + § @@ -17542,6 +18446,7 @@ Branch: REL9_5_STABLE [77df80cf6] 2020-11-03 15:41:32 -0500 Fix ALTER ROLE for users with the BYPASSRLS attribute (Tom Lane, Stephen Frost) + § @@ -17562,6 +18467,7 @@ Branch: REL_13_STABLE [539775981] 2020-11-03 15:28:36 +0100 Disallow ALTER TABLE ONLY ... DROP EXPRESSION when there are child tables (Peter Eisentraut) + § @@ -17582,6 +18488,7 @@ Branch: REL_11_STABLE [a795f6782] 2020-10-20 19:22:09 -0300 Ensure that ALTER TABLE ONLY ... ENABLE/DISABLE TRIGGER does not recurse to child tables (Álvaro Herrera) + § @@ -17600,6 +18507,7 @@ Branch: REL_11_STABLE [7dc18c619] 2020-11-05 11:44:32 -0500 Allow LOCK TABLE to succeed on a self-referential view (Tom Lane) + § @@ -17618,6 +18526,7 @@ Branch: REL_12_STABLE [41a033b50] 2020-11-01 21:24:15 +0900 Retain statistics about an index across REINDEX CONCURRENTLY (Michael Paquier, Fabrízio de Royes Mello) + § @@ -17635,6 +18544,7 @@ Branch: REL_12_STABLE [8aa4496dd] 2020-09-29 14:16:18 +0900 Fix incorrect progress reporting from REINDEX CONCURRENTLY (Matthias van de Meent, Michael Paquier) + § @@ -17649,6 +18559,7 @@ Branch: REL_12_STABLE [43330cdd4] 2020-10-28 13:47:02 -0400 Ensure that GENERATED columns are updated when the column(s) they depend on are updated via a rule or an updatable view (Tom Lane) + § @@ -17667,6 +18578,7 @@ Branch: REL_12_STABLE [29f20db85] 2020-09-28 14:12:38 -0400 Fix failures with collation-dependent partition bound expressions (Tom Lane) + § @@ -17679,6 +18591,7 @@ Branch: REL_12_STABLE [ea9087938] 2020-11-04 12:46:52 +0100 --> Support hashing of text arrays (Peter Eisentraut) + § @@ -17697,6 +18610,7 @@ Branch: REL_13_STABLE [5ed20a689] 2020-10-07 17:10:26 -0400 Prevent internal overflows in cross-type datetime comparisons (Nikita Glukhov, Alexander Korotkov, Tom Lane) + § @@ -17722,6 +18636,7 @@ Branch: REL9_5_STABLE [4857e6fe1] 2020-09-30 15:40:23 -0400 Fix off-by-one conversion of negative years to BC dates in to_date() and to_timestamp() (Dar Alathar-Yemen, Tom Lane) + § @@ -17741,6 +18656,8 @@ Branch: REL_13_STABLE [651bdbc81] 2020-09-29 12:00:12 +0300 Allow the jsonpath .datetime() method to accept ISO 8601-format timestamps (Nikita Glukhov) + § + § @@ -17765,6 +18682,7 @@ Branch: REL9_5_STABLE [40a8fb1e0] 2020-09-29 16:25:51 +0900 Ensure that standby servers will archive WAL timeline history files when archive_mode is set to always (Grigory Smolkin, Fujii Masao) + § @@ -17784,6 +18702,8 @@ Branch: REL_13_STABLE [47522ee00] 2020-10-15 18:38:03 +1300 Fix edge cases in detecting premature death of the postmaster on platforms that use kqueue() (Thomas Munro) + § + § @@ -17796,6 +18716,7 @@ Branch: REL_13_STABLE [2d26c4ac7] 2020-11-03 22:32:34 +0100 Avoid generating an incorrect incremental-sort plan when the sort key is a volatile expression (James Coleman) + § @@ -17809,6 +18730,7 @@ Branch: REL_12_STABLE [3d69efc4f] 2020-10-06 11:43:54 -0400 Fix possible crash when considering partition-wise joins during GEQO planning (Tom Lane) + § @@ -17823,6 +18745,8 @@ Branch: REL_13_STABLE [7957e75c5] 2020-11-02 11:25:18 -0500 Fix possible infinite loop or corrupted output data in TOAST decompression (Tom Lane) + § + § @@ -17835,6 +18759,7 @@ Branch: REL_13_STABLE [02c9386ca] 2020-11-04 18:42:24 -0800 Fix counting of the number of entries in B-tree indexes during cleanup-only VACUUMs (Peter Geoghegan) + § @@ -17852,6 +18777,7 @@ Branch: REL9_5_STABLE [d2d3a4bd3] 2020-11-07 00:41:52 +0100 Ensure that data is detoasted before being inserted into a BRIN index (Tomas Vondra) + § @@ -17873,6 +18799,7 @@ Branch: REL_12_STABLE [12945874e] 2020-10-12 18:01:34 -0400 Fix buffered GiST index builds to work when the index has included columns (Pavel Borisov) + § @@ -17888,6 +18815,7 @@ Branch: REL_10_STABLE [7827497ba] 2020-11-02 21:11:50 -0500 Fix unportable use of getnameinfo() in pg_hba_file_rules view (Tom Lane) + § @@ -17909,6 +18837,7 @@ Branch: REL_11_STABLE [045466675] 2020-10-31 08:45:19 -0700 Avoid crash if debug_query_string is NULL when starting a parallel worker (Noah Misch) + § @@ -17927,6 +18856,8 @@ Branch: REL_12_STABLE [94ec005f3] 2020-11-08 13:08:36 -0500 Avoid failures when a BEFORE ROW UPDATE trigger returns the old row of a table having dropped or missing columns (Amit Langote, Tom Lane) + § + § @@ -17950,6 +18881,7 @@ Branch: REL_13_STABLE [e4538708d] 2020-10-23 11:32:33 -0400 Fix EXPLAIN's output for incremental sort plans to have correct tag nesting in XML output mode (Daniel Gustafsson) + § @@ -17966,6 +18898,7 @@ Branch: REL9_5_STABLE [d27c18d26] 2020-10-20 17:22:41 +0200 Avoid unnecessary failure when transferring very large payloads through shared memory queues (Markus Wanner) + § @@ -17978,6 +18911,7 @@ Branch: REL_13_STABLE [25378db74] 2020-10-19 14:33:10 -0400 Fix omission of result data type coercion in some cases in SQL-language functions (Tom Lane) + § @@ -18001,6 +18935,8 @@ Branch: REL_11_STABLE [4a4f4487d] 2020-10-15 18:17:01 -0700 Fix incorrect handling of template function attributes in JIT code generation (Andres Freund) + § + § @@ -18020,6 +18956,8 @@ Branch: REL_13_STABLE [5efa788e1] 2020-10-11 21:31:40 -0700 Improve code generated for compare_exchange and fetch_add operations on PPC (Noah Misch) + § + § @@ -18036,6 +18974,7 @@ Branch: REL9_5_STABLE [bf34ae930] 2020-09-26 16:04:06 -0400 --> Fix relation cache memory leaks with RLS policies (Tom Lane) + § @@ -18049,6 +18988,7 @@ Branch: REL_12_STABLE [8ad6a0c1b] 2020-11-06 22:52:15 -0300 Fix edge-case memory leak in index_get_partition() (Justin Pryzby) + § @@ -18066,6 +19006,7 @@ Branch: REL9_5_STABLE [43ca5e07d] 2020-10-12 13:31:24 -0400 Fix small memory leak when SIGHUP processing decides that a new GUC variable value cannot be applied without a restart (Tom Lane) + § @@ -18081,6 +19022,7 @@ Branch: REL_11_STABLE [13a1901ba] 2020-09-29 11:18:31 -0400 Fix memory leaks in PL/pgsql's CALL processing (Pavel Stehule, Tom Lane) + § @@ -18100,6 +19042,7 @@ Branch: REL9_5_STABLE [6acc31a20] 2020-10-19 11:23:52 -0400 call WSAStartup() once per process and WSACleanup() not at all (Tom Lane, Alexander Lakhin) + § @@ -18129,6 +19072,7 @@ Branch: REL9_5_STABLE [758b45e83] 2020-10-24 13:12:53 -0400 Fix ecpg library's per-thread initialization logic for Windows (Tom Lane, Alexander Lakhin) + § @@ -18149,6 +19093,8 @@ Branch: REL_13_STABLE [3459f4169] 2020-11-07 16:25:42 -0500 Fix ecpg's mis-processing of B'...' and X'...' literals (Shenhao Wang) + § + § @@ -18166,6 +19112,7 @@ Branch: REL9_5_STABLE [aff06436c] 2020-10-28 14:35:53 -0400 On Windows, make psql read the output of a backtick command in text mode, not binary mode (Tom Lane) + § @@ -18192,6 +19139,8 @@ Branch: REL9_5_STABLE [0bfe356c5] 2020-10-07 12:51:06 -0400 Ensure that pg_dump collects per-column information about extension configuration tables (Fabrízio de Royes Mello, Tom Lane) + § + § @@ -18223,6 +19172,8 @@ Branch: REL9_5_STABLE [b05672c72] 2020-10-15 20:37:19 -0400 Make pg_upgrade check for pre-existence of tablespace directories in the target cluster (Bruce Momjian) + § + § @@ -18240,6 +19191,7 @@ Branch: REL9_5_STABLE [099238322] 2020-10-19 09:38:18 +0900 Fix potential memory leak in contrib/pgcrypto (Michael Paquier) + § @@ -18257,6 +19209,7 @@ Branch: REL9_5_STABLE [9c3032881] 2020-10-16 11:59:52 -0400 Add check for an unlikely failure case in contrib/pgcrypto (Daniel Gustafsson) + § @@ -18272,6 +19225,7 @@ Branch: REL_10_STABLE [c39f4e81d] 2020-10-29 15:28:47 -0400 Fix recently-added timetz test case so it works when the USA is not observing daylight savings time (Tom Lane) + § @@ -18299,6 +19253,8 @@ Branch: REL9_5_STABLE [0abebb58f] 2020-10-22 21:24:28 -0400 Canadian Yukon, Macquarie Island, and Casey Station (Antarctica); plus historical corrections for France, Hungary, Monaco, and Palestine. (Tom Lane) + § + § @@ -18323,6 +19279,8 @@ Branch: REL9_5_STABLE [ff26f804a] 2020-10-22 21:16:38 -0400 Sync our copy of the timezone library with IANA tzcode release 2020d (Tom Lane) + § + § @@ -18424,6 +19382,7 @@ Author: Tom Lane Change SIMILAR TO ... ESCAPE NULL to return NULL (Tom Lane) + § @@ -18449,6 +19408,7 @@ Author: Tom Lane linkend="textsearch-functions-table">json[b]_to_tsvector() fully check the spelling of its string option (Dominik Czarnota) + § @@ -18462,6 +19422,7 @@ Author: Thomas Munro Change the way non-default values affect concurrency (Thomas Munro) + § @@ -18485,6 +19446,7 @@ Author: Alvaro Herrera Prevent display of auxiliary processes in and system views (Euler Taveira) + § @@ -18508,6 +19470,11 @@ Author: Tom Lane Rename various wait events to improve consistency (Fujii Masao, Tom Lane) + § + § + § + § + § @@ -18521,6 +19488,7 @@ Author: Fujii Masao Fix ALTER FOREIGN TABLE ... RENAME COLUMN to return a more appropriate command tag (Fujii Masao) + § @@ -18539,6 +19507,7 @@ Author: Fujii Masao Fix ALTER MATERIALIZED VIEW ... RENAME COLUMN to return a more appropriate command tag (Fujii Masao) + § @@ -18556,6 +19525,7 @@ Author: Fujii Masao Rename configuration parameter wal_keep_segments to (Fujii Masao) + § @@ -18580,6 +19550,7 @@ Author: Tom Lane Remove support for defining operator classes using pre-PostgreSQL 8.0 syntax (Daniel Gustafsson) + § @@ -18593,6 +19564,7 @@ Author: Tom Lane Remove support for defining foreign key constraints using pre-PostgreSQL 7.3 syntax (Daniel Gustafsson) + § @@ -18607,6 +19579,7 @@ Author: Tom Lane linkend="sql-createtype">pseudo-types used by pre-PostgreSQL 7.3 servers (Daniel Gustafsson) + § @@ -18618,6 +19591,7 @@ Author: Tom Lane Remove support for upgrading unpackaged (pre-9.1) extensions (Tom Lane) + § @@ -18638,6 +19612,7 @@ Author: Tom Lane Remove support for posixrules files in the timezone database (Tom Lane) + § @@ -18667,6 +19642,7 @@ Author: Tom Lane contains adjacent asterisks with braces, e.g., *{2}.*{3}, properly interpret that as *{5} (Nikita Glukhov) + § @@ -18680,6 +19656,7 @@ Author: Peter Geoghegan Fix 's bt_metap() to return more appropriate data types that are less likely to overflow (Peter Geoghegan) + § @@ -18716,6 +19693,8 @@ Author: Alvaro Herrera Allow pruning of partitions to happen in more cases (Yuzuko Hosoya, Amit Langote, Álvaro Herrera) + § + § @@ -18731,6 +19710,8 @@ Author: Tom Lane Allow partitionwise joins to happen in more cases (Ashutosh Bapat, Etsuro Fujita, Amit Langote, Tom Lane) + § + § @@ -18749,6 +19730,7 @@ Author: Alvaro Herrera Support row-level BEFORE triggers on partitioned tables (Álvaro Herrera) + § @@ -18768,6 +19750,8 @@ Author: Peter Eisentraut Allow partitioned tables to be logically replicated via publications (Amit Langote) + § + § @@ -18792,6 +19776,7 @@ Author: Peter Eisentraut Allow logical replication into partitioned tables on subscribers (Amit Langote) + § @@ -18810,6 +19795,7 @@ Author: Tom Lane Allow whole-row variables (that is, table.*) to be used in partitioning expressions (Amit Langote) + § @@ -18832,6 +19818,7 @@ Author: Peter Geoghegan More efficiently store duplicates in B-tree indexes (Anastasia Lubennikova, Peter Geoghegan) + § @@ -18858,6 +19845,8 @@ Author: Alexander Korotkov columns to support ORDER BY box <-> point queries (Nikita Glukhov) + § + § @@ -18872,6 +19861,7 @@ Author: Alexander Korotkov more efficiently handle ! (NOT) clauses in tsquery searches (Nikita Glukhov, Alexander Korotkov, Tom Lane, Julien Rouhaud) + § @@ -18884,6 +19874,7 @@ Author: Alexander Korotkov Allow index operator classes to take parameters (Nikita Glukhov) + § @@ -18896,6 +19887,7 @@ Author: Alexander Korotkov Allow CREATE INDEX to specify the GiST signature length and maximum number of integer ranges (Nikita Glukhov) + § @@ -18917,6 +19909,7 @@ Author: Tom Lane Prevent indexes that use non-default collations from being added as a table's unique or primary key constraint (Tom Lane) + § @@ -18946,6 +19939,7 @@ Author: Tom Lane Improve the optimizer's selectivity estimation for containment/match operators (Tom Lane) + § @@ -18959,6 +19953,7 @@ Author: Tomas Vondra Allow setting the statistics target for extended statistics (Tomas Vondra) + § @@ -18979,6 +19974,8 @@ Author: Tomas Vondra Allow use of multiple extended statistics objects in a single query (Tomas Vondra) + § + § @@ -18996,6 +19993,9 @@ Author: Tomas Vondra Allow use of extended statistics objects for OR clauses and IN/ANY constant lists (Pierre Ducroquet, Tomas Vondra) + § + § + § @@ -19011,6 +20011,8 @@ Author: Tom Lane Allow functions in FROM clauses to be pulled up (inlined) if they evaluate to constants (Alexander Kuzmenkov, Aleksandr Parfenov) + § + § @@ -19034,6 +20036,8 @@ Author: Peter Eisentraut Implement incremental sorting (James Coleman, Alexander Korotkov, Tomas Vondra) + § + § @@ -19059,6 +20063,7 @@ Author: Peter Geoghegan Improve the performance of sorting inet values (Brandur Leach) + § @@ -19075,6 +20080,9 @@ Author: Peter Geoghegan Allow hash aggregation to use disk storage for large aggregation result sets (Jeff Davis) + § + § + § @@ -19105,6 +20113,7 @@ Author: David Rowley Allow inserts, not only updates and deletes, to trigger vacuuming activity in autovacuum (Laurenz Albe, Darafei Praliaskouski) + § @@ -19136,6 +20145,7 @@ Author: Thomas Munro Add parameter to control I/O concurrency for maintenance operations (Thomas Munro) + § @@ -19150,6 +20160,7 @@ Author: Noah Misch that creates or rewrites a relation, if is minimal (Kyotaro Horiguchi) + § @@ -19171,6 +20182,7 @@ Author: Fujii Masao Improve performance when replaying DROP DATABASE commands when many tablespaces are in use (Fujii Masao) + § @@ -19183,6 +20195,7 @@ Author: Fujii Masao Improve performance for truncation of very large relations (Kirk Jamison) + § @@ -19196,6 +20209,7 @@ Author: Tomas Vondra Improve retrieval of the leading bytes of TOAST'ed values (Binguo Bao, Andrey Borodin) + § @@ -19220,6 +20234,9 @@ Author: Tom Lane Improve performance of LISTEN/NOTIFY (Martijn van Oosterhout, Tom Lane) + § + § + § @@ -19231,6 +20248,7 @@ Author: Andrew Gierth Speed up conversions of integers to text (David Fetter) + § @@ -19243,6 +20261,7 @@ Author: Tom Lane Reduce memory usage for query strings and extension scripts that contain many SQL statements (Amit Langote) + § @@ -19271,6 +20290,9 @@ Author: Amit Kapila linkend="autovacuum">autovacuum, and to track WAL usage statistics (Kirill Bychik, Julien Rouhaud) + § + § + § @@ -19283,6 +20305,7 @@ Author: Tomas Vondra Allow a sample of SQL statements, rather than all statements, to be logged (Adrien Nayrat) + § @@ -19303,6 +20326,7 @@ Author: Peter Eisentraut Add the backend type to csvlog and optionally log output (Peter Eisentraut) + § @@ -19317,6 +20341,8 @@ Author: Tom Lane Improve control of prepared statement parameter logging (Alexey Bashtanov, Álvaro Herrera) + § + § @@ -19340,6 +20366,8 @@ Author: Peter Eisentraut Allow function call backtraces to be logged after errors (Peter Eisentraut, Álvaro Herrera) + § + § @@ -19357,6 +20385,7 @@ Author: Alvaro Herrera Make vacuum buffer counters 64-bits wide to avoid overflow (Álvaro Herrera) + § @@ -19379,6 +20408,7 @@ Author: Michael Paquier Add leader_pid to to report a parallel worker's leader process (Julien Rouhaud) + § @@ -19392,6 +20422,7 @@ Author: Fujii Masao Add system view pg_stat_progress_basebackup to report the progress of streaming base backups (Fujii Masao) + § @@ -19406,6 +20437,7 @@ Author: Alvaro Herrera linkend="monitoring-stats-dynamic-views-table">pg_stat_progress_analyze to report ANALYZE progress (Álvaro Herrera, Tatsuro Yamada, Vinayak Pokale) + § @@ -19419,6 +20451,7 @@ Author: Robert Haas Add system view pg_shmem_allocations to display shared memory usage (Andres Freund, Robert Haas) + § @@ -19433,6 +20466,7 @@ Author: Tomas Vondra linkend="monitoring-stats-views-table">pg_stat_slru to monitor internal SLRU caches (Tomas Vondra) + § @@ -19445,6 +20479,7 @@ Author: Robert Haas Allow to be set as high as 1MB (Vyacheslav Makarov) + § @@ -19470,6 +20505,7 @@ Author: Thomas Munro Report a wait event while creating a DSM segment with posix_fallocate() (Thomas Munro) + § @@ -19482,6 +20518,7 @@ Author: Andres Freund Add wait event VacuumDelay to report on cost-based vacuum delay (Justin Pryzby) + § @@ -19494,6 +20531,7 @@ Author: Fujii Masao Add wait events for WAL archive and recovery pause (Fujii Masao) + § @@ -19511,6 +20549,7 @@ Author: Fujii Masao Add wait events RecoveryConflictSnapshot and RecoveryConflictTablespace to monitor recovery conflicts (Masahiko Sawada) + § @@ -19523,6 +20562,7 @@ Author: Thomas Munro Improve performance of wait events on BSD-based systems (Thomas Munro) + § @@ -19544,6 +20584,7 @@ Author: Fujii Masao Allow only superusers to view the setting (Insung Moon) + § @@ -19560,6 +20601,7 @@ Author: Peter Eisentraut Change the server's default minimum TLS version for encrypted connections from 1.0 to 1.2 (Peter Eisentraut) + § @@ -19586,6 +20628,7 @@ Author: Robert Haas Tighten rules on which utility commands are allowed in read-only transaction mode (Robert Haas) + § @@ -19603,6 +20646,7 @@ Author: Peter Eisentraut Allow to be changed after server start (Peter Eisentraut) + § @@ -19615,6 +20659,7 @@ Author: Peter Eisentraut Disallow non-superusers from modifying system tables when is set (Peter Eisentraut) + § @@ -19635,6 +20680,7 @@ Author: Peter Eisentraut Enable support for Unix-domain sockets on Windows (Peter Eisentraut) + § @@ -19658,6 +20704,7 @@ Author: Alvaro Herrera Allow streaming replication configuration settings to be changed by reload (Sergei Kornilov) + § @@ -19679,6 +20726,8 @@ Author: Alvaro Herrera Allow WAL receivers to use a temporary replication slot when a permanent one is not specified (Peter Eisentraut, Sergei Kornilov) + § + § @@ -19696,6 +20745,7 @@ Author: Alvaro Herrera Allow WAL storage for replication slots to be limited by (Kyotaro Horiguchi) + § @@ -19713,6 +20763,7 @@ Author: Fujii Masao Allow standby promotion to cancel any requested pause (Fujii Masao) + § @@ -19731,6 +20782,7 @@ Author: Peter Eisentraut Generate an error if recovery does not reach the specified recovery target (Leif Gunnar Erlandsen, Peter Eisentraut) + § @@ -19748,6 +20800,7 @@ Author: Amit Kapila Allow control over how much memory is used by logical decoding before it is spilled to disk (Tomas Vondra, Dilip Kumar, Amit Kapila) + § @@ -19764,6 +20817,7 @@ Author: Fujii Masao Allow recovery to continue even if invalid pages are referenced by WAL (Fujii Masao) + § @@ -19789,6 +20843,7 @@ Author: Amit Kapila Allow VACUUM to process a table's indexes in parallel (Masahiko Sawada, Amit Kapila) + § @@ -19806,6 +20861,7 @@ Author: Alvaro Herrera Allow FETCH FIRST to use WITH TIES to return any additional rows that match the last result row (Surafel Temesgen) + § @@ -19819,6 +20875,7 @@ Author: Fujii Masao Report planning-time buffer usage in EXPLAIN's BUFFER output (Julien Rouhaud) + § @@ -19833,6 +20890,7 @@ Author: Tom Lane LIKE propagate a CHECK constraint's NO INHERIT property to the created table (Ildar Musin, Chris Travers) + § @@ -19846,6 +20904,7 @@ Author: Fujii Masao When using LOCK TABLE on a partitioned table, do not check permissions on the child tables (Amit Langote) + § @@ -19858,6 +20917,7 @@ Author: Peter Eisentraut Allow OVERRIDING USER VALUE on inserts into identity columns (Dean Rasheed) + § @@ -19872,6 +20932,7 @@ Author: Peter Eisentraut TABLE ... DROP EXPRESSION to allow removing the GENERATED property from a column (Peter Eisentraut) + § @@ -19884,6 +20945,7 @@ Author: Tom Lane Fix bugs in multi-step ALTER TABLE commands (Tom Lane) + § @@ -19904,6 +20966,7 @@ Author: Fujii Masao Add ALTER VIEW syntax to rename view columns (Fujii Masao) + § @@ -19923,6 +20986,7 @@ Author: Tom Lane Add ALTER TYPE options to modify a base type's TOAST properties and support functions (Tomas Vondra, Tom Lane) + § @@ -19936,6 +21000,7 @@ Author: Peter Eisentraut Add CREATE DATABASE LOCALE option (Peter Eisentraut) + § @@ -19954,6 +21019,7 @@ Author: Amit Kapila Allow DROP DATABASE to disconnect sessions using the target database, allowing the drop to succeed (Pavel Stehule, Amit Kapila) + § @@ -19972,6 +21038,7 @@ Author: Peter Eisentraut linkend="trigger-interface">tg_updatedcols to allow C-language update triggers to know which column(s) were updated (Peter Eisentraut) + § @@ -19993,6 +21060,7 @@ Tom Lane Add polymorphic data types for use by functions requiring compatible arguments (Pavel Stehule) + § @@ -20013,6 +21081,7 @@ Author: Thomas Munro Add SQL data type xid8 to expose FullTransactionId (Thomas Munro) + § @@ -20032,6 +21101,7 @@ Author: Peter Eisentraut type regcollation and associated functions, to represent OIDs of collation objects (Julien Rouhaud) + § @@ -20044,6 +21114,7 @@ Author: Thomas Munro Use the glibc version in some cases as a collation version identifier (Thomas Munro) + § @@ -20060,6 +21131,7 @@ Author: Thomas Munro Add support for collation versions on Windows (Thomas Munro) + § @@ -20073,6 +21145,7 @@ Author: Tom Lane Allow ROW expressions to have their members extracted with suffix notation (Tom Lane) + § @@ -20099,6 +21172,7 @@ Author: Andrew Dunstan Add alternate version of jsonb_set() with improved NULL handling (Andrew Dunstan) + § @@ -20121,6 +21195,7 @@ Author: Alexander Korotkov linkend="functions-sqljson-path-operators">.datetime() method (Nikita Glukhov, Teodor Sigaev, Oleg Bartunov, Alexander Korotkov) + § @@ -20144,6 +21219,7 @@ Author: Peter Eisentraut linkend="collation-nondeterministic">IS NORMALIZED to check for normalization (Peter Eisentraut) + § @@ -20158,6 +21234,7 @@ Author: Michael Paquier max() aggregates for pg_lsn (Fabrízio de Royes Mello) + § @@ -20178,6 +21255,7 @@ Author: Tom Lane or U&'\nnnn', to specify any character available in the database encoding, even when the database encoding is not UTF-8 (Tom Lane) + § @@ -20192,6 +21270,7 @@ Author: Tom Lane linkend="functions-formatting">to_date() and to_timestamp() to recognize non-English month/day names (Juan José Santamaría Flecha, Tom Lane) + § @@ -20212,6 +21291,7 @@ Author: Alexander Korotkov FF6 to specify input or output of 1 to 6 fractional-second digits (Alexander Korotkov, Nikita Glukhov, Teodor Sigaev, Oleg Bartunov) + § @@ -20231,6 +21311,7 @@ Author: Alexander Korotkov Add SSSSS datetime format pattern as an SQL-standard alias for SSSS (Nikita Glukhov, Alexander Korotkov) + § @@ -20244,6 +21325,7 @@ Author: Peter Eisentraut Add function gen_random_uuid() to generate version-4 UUIDs (Peter Eisentraut) + § @@ -20264,6 +21346,7 @@ Author: Dean Rasheed (gcd) and least-common-multiple (lcm) functions (Vik Fearing) + § @@ -20280,6 +21363,8 @@ Author: Dean Rasheed type's square root (sqrt) and natural log (ln) functions (Dean Rasheed) + § + § @@ -20295,6 +21380,7 @@ Author: Tom Lane that returns the number of digits to the right of the decimal point that are required to represent a numeric value with full accuracy (Pavel Stehule) + § @@ -20309,6 +21395,7 @@ Author: Tom Lane linkend="functions-math-func-table">trim_scale() to reduce the scale of a numeric value by removing trailing zeros (Pavel Stehule) + § @@ -20321,6 +21408,7 @@ Author: Alexander Korotkov Add commutators of distance operators (Nikita Glukhov) + § @@ -20341,6 +21429,7 @@ Author: Thomas Munro Create xid8 versions of all transaction ID functions (Thomas Munro) + § @@ -20360,6 +21449,7 @@ Author: Tom Lane linkend="functions-binarystring-other">get_bit() and set_bit() to set bits beyond the first 256MB of a bytea value (Movead Li) + § @@ -20372,6 +21462,7 @@ Author: Tom Lane Allow advisory-lock functions to be used in some parallel operations (Tom Lane) + § @@ -20384,6 +21475,7 @@ Author: Alvaro Herrera Add the ability to remove an object's dependency on an extension (Álvaro Herrera) + § @@ -20410,6 +21502,7 @@ Author: Tom Lane Improve performance of simple PL/pgSQL expressions (Tom Lane, Amit Langote) + § @@ -20422,6 +21515,7 @@ Author: Tom Lane Improve performance of PL/pgSQL functions that use immutable expressions (Konstantin Knizhnik) + § @@ -20443,6 +21537,7 @@ Author: Jeff Davis Allow libpq clients to require channel binding for encrypted connections (Jeff Davis) + § @@ -20467,6 +21562,9 @@ Author: Tom Lane Add libpq connection parameters to control the minimum and maximum TLS version allowed for an encrypted connection (Daniel Gustafsson) + § + § + § @@ -20487,6 +21585,7 @@ Author: Andrew Dunstan Allow use of passwords to unlock client certificates (Craig Ringer, Andrew Dunstan) + § @@ -20504,6 +21603,7 @@ Author: Andrew Dunstan Allow libpq to use DER-encoded client certificates (Craig Ringer, Andrew Dunstan) + § @@ -20516,6 +21616,7 @@ Author: Tom Lane Fix ecpg's EXEC SQL elif directive to work correctly (Tom Lane) + § @@ -20549,6 +21650,7 @@ Author: Michael Paquier Add transaction status (%x) to psql's default prompts (Vik Fearing) + § @@ -20561,6 +21663,7 @@ Author: Thomas Munro Allow the secondary psql prompt to be blank but the same width as the primary prompt (Thomas Munro) + § @@ -20581,6 +21684,7 @@ Author: Tom Lane and \gx commands to change \pset output options for the duration of that single command (Tom Lane) + § @@ -20599,6 +21703,7 @@ Author: Alexander Korotkov Add psql commands to display operator classes and operator families (Sergey Cherkashin, Nikita Glukhov, Alexander Korotkov) + § @@ -20619,6 +21724,7 @@ Author: Tom Lane Show table persistence in psql's \dt+ and related commands (David Fetter) + § @@ -20637,6 +21743,7 @@ Author: Tom Lane Improve output of psql's \d for TOAST tables (Justin Pryzby) + § @@ -20650,6 +21757,7 @@ Author: Tom Lane Fix redisplay after psql's \e command (Tom Lane) + § @@ -20669,6 +21777,7 @@ Author: Tom Lane Add \warn command to psql (David Fetter) + § @@ -20686,6 +21795,7 @@ Author: Peter Eisentraut Add the PostgreSQL home page to command-line output (Peter Eisentraut) + § @@ -20707,6 +21817,7 @@ Author: Amit Kapila Allow pgbench to partition its accounts table (Fabien Coelho) + § @@ -20724,6 +21835,7 @@ Author: Michael Paquier Add pgbench command \aset, which behaves like \gset, but for multiple queries (Fabien Coelho) + § @@ -20736,6 +21848,7 @@ Author: Fujii Masao Allow pgbench to generate its initial data server-side, rather than client-side (Fabien Coelho) + § @@ -20748,6 +21861,7 @@ Author: Thomas Munro Allow pgbench to show script contents using option (Fabien Coelho) + § @@ -20773,6 +21887,8 @@ Author: Robert Haas Generate backup manifests for base backups, and verify them (Robert Haas) + § + § @@ -20792,6 +21908,7 @@ Author: Author: Fujii Masao Have pg_basebackup estimate the total backup size by default (Fujii Masao) + § @@ -20814,6 +21931,7 @@ Author: Alvaro Herrera Add an option to pg_rewind to configure standbys (Paul Guo, Jimmy Yih, Ashwin Agrawal) + § @@ -20833,6 +21951,7 @@ Author: Michael Paquier Allow pg_rewind to use the target cluster's to retrieve needed WAL (Alexey Kondratov) + § @@ -20850,6 +21969,7 @@ Author: Alvaro Herrera Have pg_rewind automatically run crash recovery before rewinding (Paul Guo, Jimmy Yih, Ashwin Agrawal) + § @@ -20867,6 +21987,7 @@ Author: Fujii Masao Increase the PREPARE TRANSACTION-related information reported by pg_waldump (Fujii Masao) + § @@ -20881,6 +22002,7 @@ Author: Robert Haas linkend="pgwaldump">pg_waldump option to suppress non-error output (Andres Freund, Robert Haas) + § @@ -20895,6 +22017,7 @@ Author: Alvaro Herrera linkend="app-pgdump">pg_dump option to dump data from foreign servers (Luis Carril) + § @@ -20908,6 +22031,7 @@ Author: Amit Kapila Allow vacuum commands run by vacuumdb to operate in parallel mode (Masahiko Sawada) + § @@ -20924,6 +22048,7 @@ Author: Michael Paquier Allow reindexdb to operate in parallel (Julien Rouhaud) + § @@ -20941,6 +22066,7 @@ Author: Amit Kapila Allow dropdb to disconnect sessions using the target database, allowing the drop to succeed (Pavel Stehule) + § @@ -20958,6 +22084,7 @@ Author: Author: Michael Paquier Remove and from createuser (Alexander Lakhin) + § @@ -20977,6 +22104,7 @@ Author: Peter Eisentraut linkend="pgupgrade">pg_upgrade program as the default setting when running pg_upgrade (Daniel Gustafsson) + § @@ -20999,6 +22127,7 @@ Author: Alvaro Herrera Add a glossary to the documentation (Corey Huinker, Jürgen Purtz, Roger Harkavy, Álvaro Herrera) + § @@ -21011,6 +22140,7 @@ Author: Tom Lane Reformat tables containing function and operator information for better clarity (Tom Lane) + § @@ -21023,6 +22153,7 @@ Author: Peter Eisentraut Upgrade to use DocBook 4.5 (Peter Eisentraut) + § @@ -21043,6 +22174,7 @@ Author: Michael Paquier Add support for building on Visual Studio 2019 (Haribabu Kommi) + § @@ -21054,6 +22186,7 @@ Author: Peter Eisentraut Add build support for MSYS2 (Peter Eisentraut) + § @@ -21066,6 +22199,7 @@ Author: Noah Misch Add compare_exchange and fetch_add assembly language code for Power PC compilers (Noah Misch) + § @@ -21079,6 +22213,7 @@ Author: Peter Eisentraut Update Snowball stemmer dictionaries used by full text search (Panagiotis Mavrogiorgos) + § @@ -21094,6 +22229,7 @@ Author: Michael Paquier Remove support for Windows 2000 (Michael Paquier) + § @@ -21106,6 +22242,7 @@ Author: Peter Eisentraut Remove support for non-ELF BSD systems (Peter Eisentraut) + § @@ -21118,6 +22255,7 @@ Author: Peter Eisentraut Remove support for Python versions 2.5.X and earlier (Peter Eisentraut) + § @@ -21130,6 +22268,7 @@ Author: Michael Paquier Remove support for OpenSSL 0.9.8 and 1.0.0 (Michael Paquier) + § @@ -21145,6 +22284,8 @@ Author: Peter Eisentraut Remove configure options and (Peter Eisentraut) + § + § @@ -21162,6 +22303,7 @@ Author: Fujii Masao Pass the query string to planner hook functions (Pascal Legrand, Julien Rouhaud) + § @@ -21174,6 +22316,7 @@ Author: Joe Conway Add TRUNCATE command hook (Yuli Khodorkovskiy) + § @@ -21185,6 +22328,7 @@ Author: Andrew Dunstan Add TLS init hook (Andrew Dunstan) + § @@ -21197,6 +22341,7 @@ Author: Peter Eisentraut Allow building with no predefined Unix-domain socket directory (Peter Eisentraut) + § @@ -21209,6 +22354,7 @@ Author: Tom Lane Reduce the probability of SysV resource key collision on Unix platforms (Tom Lane) + § @@ -21221,6 +22367,7 @@ Author: Peter Eisentraut Use operating system functions to reliably erase memory that contains sensitive information (Peter Eisentraut) + § @@ -21237,6 +22384,7 @@ Author: Author: Tom Lane Add headerscheck script to test C header-file compatibility (Tom Lane) + § @@ -21249,6 +22397,7 @@ Author: Tom Lane Implement internal lists as arrays, rather than a chain of cells (Tom Lane) + § @@ -21266,6 +22415,8 @@ Author: Tom Lane Change the API for TS_execute() (Tom Lane, Pavel Borisov) + § + § @@ -21293,6 +22444,7 @@ Author: Tom Lane Allow extensions to be specified as trusted (Tom Lane) + § @@ -21312,6 +22464,7 @@ Author: Andrew Dunstan Allow non-superusers to connect to foreign servers without using a password (Craig Ringer) + § @@ -21332,6 +22485,7 @@ Author: Andrew Dunstan Allow postgres_fdw to use certificate authentication (Craig Ringer) + § @@ -21348,6 +22502,7 @@ Author: Joe Conway Allow to control access to the TRUNCATE command (Yuli Khodorkovskiy) + § @@ -21362,6 +22517,7 @@ Author: Tom Lane linkend="plperl">bool_plperl which transforms SQL booleans to/from PL/Perl booleans (Ivan Panchenko) + § @@ -21375,6 +22531,7 @@ Author: Andrew Gierth Have treat SELECT ... FOR UPDATE commands as distinct from those without FOR UPDATE (Andrew Gierth, Vik Fearing) + § @@ -21389,6 +22546,8 @@ Author: Fujii Masao Allow pg_stat_statements to optionally track the planning time of statements (Julien Rouhaud, Pascal Legrand, Thomas Munro, Fujii Masao) + § + § @@ -21408,6 +22567,8 @@ Author: Tom Lane Overhaul 's lquery syntax to treat NOT (!) more logically (Filip Rembialkowski, Tom Lane, Nikita Glukhov) + § + § @@ -21424,6 +22585,7 @@ Author: Tom Lane Add support for binary I/O of , lquery, and ltxtquery types (Nino Floris) + § @@ -21436,6 +22598,7 @@ Author: Tom Lane Add an option to to ignore the sign of integers (Jeff Janes) + § @@ -21449,6 +22612,7 @@ Author: Fujii Masao Add function pg_file_sync() to allow fsync'ing a file (Fujii Masao) + § @@ -21465,6 +22629,8 @@ Author: Author: Michael Paquier t_infomask/t_infomask2 values in human-readable format (Craig Ringer, Sawada Masahiko, Michael Paquier) + § + § @@ -21477,6 +22643,7 @@ Author: Peter Geoghegan Add B-tree index de-duplication processing columns to pageinspect output (Peter Geoghegan) + §