passes tracker - Search results in mailing lists

2023-09-14 13:06:36 | PostgreSQL 16 Released! (PostgreSQL Global Development Group)

passed into parameterized statements, and improves the accuracy of the query tracking algorithm used by [`pg_stat

2022-01-05 12:42:27 | PostgreSQL Weekly News - January 2, 2022 (PWN via PostgreSQL Announce)

passing down the paths in environment variables. In addition to being easier to maintain, this way is capable of dealing with path names that require escaping at runtime, for example paths containing single-quote marks

2021-12-20 13:43:20 | PostgreSQL Weekly News - December 19, 2021 (PWN via PostgreSQL Announce)

tracking which components are requested to be dumped (in the existing "dump" field) and which components exist for the particular object (in the new "components" field). This gets rid of some klugy and easily-broken

2021-11-23 08:49:07 | PostgreSQL Weekly News - November 21, 2021 (PWN via PostgreSQL Announce)

tracked in the table. If a new type is added in core, this part of the tests would need a refresh but the tests are designed to fail if that were to happen. As this

2021-11-08 08:24:59 | PostgreSQL Weekly News - November 7, 2021 (PWN via PostgreSQL Announce)

passing. Confusion about the exact details of the tasks that the leader process is responsible for led to code that made it possible for parallel VACUUM to miss a subset of the table's indexes

2021-10-24 23:19:49 | PostgreSQL Weekly News - October 24, 2021 (PWN via PostgreSQL Announce)

passed to elog from an int64 to a size_t variable, but neglected to change the modifier in the format string accordingly. Per failure on buildfarm member lapwing. [https:///pg/commitdiff/0bd65a3905706927cdd6b3158b6457c1c854471b](https://git.postgresql.org/pg/commitdiff/0bd65a3905706927cdd6b3158b6457c1c854471b) - Fix duplicate typedef LogicalTape

2021-10-11 22:25:11 | PostgreSQL Weekly News - October 10, 2021 (PWN via PostgreSQL Announce)

track down if it is necessary to log something to stderr. The reduces the handling of stderr to be in a single code path, adding a fallback to event logs for a WIN32 service. This

2021-10-04 14:10:53 | PostgreSQL Weekly News - October 3, 2021 (PWN via PostgreSQL Announce)

Track LLVM 14 API changes. Only done on the master branch for now to fix build farm animal seawasp (which tests bleeeding edge PostgreSQL with bleeding edge LLVM). We can back-patch a consolidated

2021-09-20 00:53:38 | PostgreSQL Weekly News - September 19, 2021 (PWN via PostgreSQL Announce)

tracked the last message of a log sent to csvlog. This could be extended with more characters when introducing new destinations, but using a bitmask is much more elegant. This commit changes the protocol

2021-08-30 06:57:19 | PostgreSQL Weekly News - August 29, 2021 (PWN via PostgreSQL Announce)

track of records that span across segments and ensure that segments are only marked ready-for-archival once such records have been completely written to disk. This has always been wrong, so backpatch

2021-06-07 13:51:42 | PostgreSQL Weekly News - June 6, 2021 (PWN via PostgreSQL Announce)

passing get rid of a duplicate call to strlen(). Most compilers will likely optimize away the 2nd call, but there may be some that won't. In any case, this just aligns the code

2021-05-17 15:58:49 | PostgreSQL Weekly News - May 16, 2021 (PWN via PostgreSQL Announce)

passing, clean up some ordering deviations between parallel_schedule and serial_schedule. Discussion: [https:///m/292305.1620503097@sss.pgh.pa.us](https://postgr.es/m/292305.1620503097@sss.pgh.pa.us) [https:///pg/commitdiff/6303a5730914dfe6ef2709b28b225553315c573c](https://git.postgresql.org/pg/commitdiff/6303a5730914dfe6ef2709b28b225553315c573c) - Get rid of the separate serial_schedule list of tests. Having to maintain two lists of regression test

2021-05-10 03:07:47 | PostgreSQL Weekly News - May 9, 2021 (PWN via PostgreSQL Announce)

passing. Author: Masahiko Sawada Reported-By: Tang Diagnosed-By:: Masahiko Sawada Discussion: [https:///m/CAD21AoDzgc8_MYrA5m1fyydomw_eVKtQiYh7sfDK4KEhdMsf_g@mail.gmail.com](https://postgr.es/m/CAD21AoDzgc8_MYrA5m1fyydomw_eVKtQiYh7sfDK4KEhdMsf_g@mail.gmail.com) [https:///pg/commitdiff/c9787385db47ba423d845b34d58e158551c6335d](https://git.postgresql.org/pg/commitdiff/c9787385db47ba423d845b34d58e158551c6335d) Thomas Munro pushed: - Revert per-index collation version tracking

2021-05-03 19:30:42 | PostgreSQL Weekly News - May 2, 2021 (PWN via PostgreSQL Announce)

passing, move the setting of memPeakKb into the scope where it's used. Reported-by: Amit Khandekar Author: David Rowley, Amit Khandekar Discussion: [https:///m/CAJ3gD9d8SkfY95GpM1zmsOtX2-Ogx5q-WLsf8f0ykEb0hCRK3w@mail.gmail.com](https://postgr.es/m/CAJ3gD9d8SkfY95GpM1zmsOtX2-Ogx5q-WLsf8f0ykEb0hCRK3w@mail.gmail.com) [https:///pg/commitdiff/3c80e96dffd4df7f66fffa5f265cbd87becb7ef5](https://git.postgresql.org/pg/commitdiff/3c80e96dffd4df7f66fffa5f265cbd87becb7ef5) Bruce Momjian pushed: - Revert use singular

2021-04-26 01:17:46 | PostgreSQL Weekly News - April 25, 2021 (PWN via PostgreSQL Announce)

tracking by the apply operations in the subscribers, which would simplify greatly the opening and closing of indexes, but this requires a larger rework and reorganization of the worker code, particularly for the tuple routing