pgsql-committers - March 2023

Notification of git commits are sent to this list. Do not post here!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

March 1, 2023

Thread Author Time
pgsql: Suppress more compiler warnings in new pgstats code. Tom Lane 01:30
pgsql: doc: Update pg_stat_statements about query ID calculation of uti Michael Paquier 01:32
pgsql: doc: Mention de-normalization of deallocated entries in pg_stat_ Michael Paquier 01:56
pgsql: meson: Add equivalent of configure --disable-rpath option Peter Eisentraut 07:11
pgsql: Improve wording in pg_dump compression docs Tomas Vondra 15:13
pgsql: Fix condition in pg_dump TAP test Tomas Vondra 15:13
pgsql: Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 16:30
pgsql: Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 16:30
pgsql: Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 16:30
pgsql: Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 16:30
pgsql: Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 16:30
pgsql: Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 16:30

March 2, 2023

Thread Author Time
pgsql: pageinspect: Fix crash with gist_page_items() Michael Paquier 05:04
pgsql: pageinspect: Fix crash with gist_page_items() Michael Paquier 05:04
pgsql: pageinspect: Fix crash with gist_page_items() Michael Paquier 05:04
pgsql: Make some xlogreader messages more accurate Peter Eisentraut 06:59
pgsql: Fix outdated references to guc.c Daniel Gustafsson 13:10
pgsql: Mark options as deprecated in usage output Daniel Gustafsson 14:23
pgsql: Mop up some undue familiarity with the innards of Bitmapsets. Tom Lane 17:01
pgsql: Require empty Bitmapsets to be represented as NULL. Tom Lane 17:01
pgsql: Remove bms_first_member(). Tom Lane 17:01
pgsql: Remove local optimizations of empty Bitmapsets into null pointer Tom Lane 17:01
pgsql: Don't leak descriptors into subprograms. Thomas Munro 21:56
pgsql: Show "internal name" not "source code" in psql's \df+ command. Tom Lane 22:15
pgsql: Harden new test case against force_parallel_mode = regress. Tom Lane 22:47
pgsql: Refactor more the regression tests of pg_stat_statements Michael Paquier 23:47

March 3, 2023

Thread Author Time
pgsql: Force testing of query jumbling in 027_stream_regress.pl Michael Paquier 01:43
pgsql: Fix incorrect format placeholders Peter Eisentraut 06:06
pgsql: meson: Prevent installation of test files during main install Peter Eisentraut 06:46
Re: pgsql: Harden new test case against force_parallel_mode = regress. Robert Haas 16:16
Re: pgsql: Harden new test case against force_parallel_mode = regress. Tom Lane 16:37
Re: pgsql: Harden new test case against force_parallel_mode = regress. Matthias van de Meent 16:38
Re: pgsql: Harden new test case against force_parallel_mode = regress. Tom Lane 16:47
Re: pgsql: Harden new test case against force_parallel_mode = regress. Robert Haas 17:40
Re: pgsql: Harden new test case against force_parallel_mode = regress. Tom Lane 17:46
pgsql: Update some incorrect comments about xlog records. Robert Haas 17:52
Re: pgsql: Harden new test case against force_parallel_mode = regress. Robert Haas 17:56
Re: pgsql: Harden new test case against force_parallel_mode = regress. Tom Lane 18:03

March 4, 2023

Thread Author Time
pgsql: Tighten header pre-inclusions in headerscheck and cpluspluscheck Tom Lane 17:12
pgsql: Avoid failure when altering state of partitioned foreign-key tri Tom Lane 18:32
pgsql: Avoid failure when altering state of partitioned foreign-key tri Tom Lane 18:32

March 5, 2023

Thread Author Time
pgsql: SQL JSON path enhanced numeric literals Peter Eisentraut 14:34

March 6, 2023

Thread Author Time
pgsql: Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro 03:49
pgsql: Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro 03:50
pgsql: Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro 03:50
pgsql: Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro 03:50
pgsql: Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro 03:50
pgsql: Revise pg_pwrite_zeros() Michael Paquier 04:21
pgsql: Deduplicate handling of binary and text modes in logicalrep_read Amit Kapila 04:50
pgsql: Improve the regression tests of VACUUM (PROCESS_TOAST) Michael Paquier 06:41
pgsql: Add PROCESS_MAIN to VACUUM Michael Paquier 07:42
pgsql: Fix handling of default option values in createuser Daniel Gustafsson 13:19
pgsql: In basebackup.c, perform end-of-file test after checksum validat Robert Haas 15:26
pgsql: In basebackup.c, perform end-of-file test after checksum validat Robert Haas 15:26
pgsql: Remove an old comment that doesn't seem especially useful. Robert Haas 15:28
pgsql: Reword overly-optimistic comment about backup checksum verificat Robert Haas 15:41
pgsql: Fill EState.es_rteperminfos more systematically. Tom Lane 18:11
pgsql: Silence -Wmissing-braces complaints in file_utils.c Michael Paquier 22:47
pgsql: Fix some more cases of missed GENERATED-column updates. Tom Lane 23:31
pgsql: Fix some more cases of missed GENERATED-column updates. Tom Lane 23:31
pgsql: Fix some more cases of missed GENERATED-column updates. Tom Lane 23:31
pgsql: Fix some more cases of missed GENERATED-column updates. Tom Lane 23:31
pgsql: Fix some more cases of missed GENERATED-column updates. Tom Lane 23:31
pgsql: Improve cleanup phases in regression tests of pg_stat_statements Michael Paquier 23:59

March 7, 2023

Thread Author Time
pgsql: Fix incorrect comment in pg_get_partkeydef() David Rowley 01:34
pgsql: Make get_extension_schema() available Michael Paquier 05:30
pgsql: Fix flakey pg_stat_io test Andres Freund 18:17
pgsql: doc: Update pg_size_pretty documentation about petabytes support Peter Eisentraut 19:02
pgsql: doc: Update pg_size_pretty documentation about petabytes support Peter Eisentraut 19:02
pgsql: Add support for unit "B" to pg_size_bytes() Peter Eisentraut 19:38
pgsql: Fix more bugs caused by adding columns to the end of a view. Tom Lane 23:22
pgsql: Fix more bugs caused by adding columns to the end of a view. Tom Lane 23:22
pgsql: Fix more bugs caused by adding columns to the end of a view. Tom Lane 23:22
pgsql: Fix more bugs caused by adding columns to the end of a view. Tom Lane 23:22
pgsql: Fix more bugs caused by adding columns to the end of a view. Tom Lane 23:22
pgsql: Fix more bugs caused by adding columns to the end of a view. Tom Lane 23:22

March 8, 2023

Thread Author Time
pgsql: Improve readability of code PROCESS_MAIN in vacuum_rel() Michael Paquier 00:18
pgsql: Ignore IntoClause.viewQuery in query jumbling Michael Paquier 02:42
pgsql: meson: don't require 'touch' binary, make use of 'cp' optional Andres Freund 03:55
pgsql: Refine query jumbling handling for CallStmt Michael Paquier 05:39
pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi Andres Freund 05:55
pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi Andres Freund 05:55
pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi Andres Freund 05:55
pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi Andres Freund 05:55
pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi Andres Freund 05:55
pgsql: Reflect normalization of query strings for utilities in pg_stat_ Michael Paquier 06:01
pgsql: Update comment Peter Eisentraut 13:27
pgsql: Break up long GETTEXT_FILES lists Peter Eisentraut 14:14
pgsql: Clean up comments Peter Eisentraut 14:58
pgsql: Allow tailoring of ICU locales with custom rules Peter Eisentraut 16:03
pgsql: 001_libpq_pipeline.pl: use Test::Differences if available Alvaro Herrera 17:42
lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Christoph Berg 17:55
pgsql: meson: Add target for installing test files & improve install_te Andres Freund 19:20
Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Daniel Gustafsson 19:20
Re: pgsql: Allow tailoring of ICU locales with custom rules Jeff Davis 20:57
Re: pgsql: 001_libpq_pipeline.pl: use Test::Differences if available Andrew Dunstan 22:13
Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Tomas Vondra 23:39

March 9, 2023

Thread Author Time
pgsql: doc: Add guidelines to generate coverage reports with meson Michael Paquier 00:22
Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Michael Paquier 00:30
pgsql: meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_base Andres Freund 01:58
pgsql: Fix race in SERIALIZABLE READ ONLY. Thomas Munro 04:32
pgsql: Fix race in SERIALIZABLE READ ONLY. Thomas Munro 04:32
pgsql: Fix race in SERIALIZABLE READ ONLY. Thomas Munro 04:32
pgsql: Fix race in SERIALIZABLE READ ONLY. Thomas Munro 04:32
pgsql: Fix race in SERIALIZABLE READ ONLY. Thomas Munro 04:33
pgsql: Fix race in SERIALIZABLE READ ONLY. Thomas Munro 04:33
pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec Michael Paquier 06:11
pgsql: Disallow specifying ICU rules unless locale provider is ICU Peter Eisentraut 07:15
pgsql: Improve/correct comments Peter Eisentraut 09:00
Re: pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec Alvaro Herrera 09:34
Re: pgsql: 001_libpq_pipeline.pl: use Test::Differences if available Alvaro Herrera 09:45
pgsql: Add b6dfee28 to .git-blame-ignore-revs Michael Paquier 10:28
Re: pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec Michael Paquier 10:28
pgsql: Avoid criticizable perl code Alvaro Herrera 11:02
Re: pgsql: 001_libpq_pipeline.pl: use Test::Differences if available Alvaro Herrera 11:03
pgsql: For Kerberos testing, disable reverse DNS lookup Stephen Frost 15:33
pgsql: pg_upgrade: copy locale and encoding information to new cluster. Jeff Davis 16:40
Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster. Andrew Dunstan 17:21
Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster. Jeff Davis 17:35
Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) Tomas Vondra 18:00
pgsql: Fix 9637badd9f. Jeff Davis 18:40
pgsql: HTML docs: Add padding to table.simplelist for more readable out Alvaro Herrera 18:48
pgsql: Use ICU by default at initdb time. Jeff Davis 19:11
pgsql: Reject combining "epoch" and "infinity" with other datetime fiel Tom Lane 21:49
Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster. Jeff Davis 22:21
Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster. Andrew Dunstan 22:30
pgsql: Fix test failure caused in 27b62377b4. Jeff Davis 23:37

March 10, 2023

Thread Author Time
pgsql: pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info() Michael Paquier 01:10
Re: pgsql: Use ICU by default at initdb time. 📎 Jeff Davis 02:26
pgsql: Fix incorrect format placeholders Peter Eisentraut 06:11
pgsql: doc: Better example for custom ICU rules Peter Eisentraut 08:27
Re: pgsql: Allow tailoring of ICU locales with custom rules Peter Eisentraut 09:54
Re: pgsql: Use ICU by default at initdb time. Peter Eisentraut 09:59
pgsql: Add a test for UCS_BASIC collation Peter Eisentraut 10:18
pgsql: Include headers of archive/ in installation Michael Paquier 11:08
pgsql: Add standard collation UNICODE Peter Eisentraut 12:42
pgsql: Fix tests for non-ICU build Peter Eisentraut 13:29
Re: pgsql: Use ICU by default at initdb time. Jeff Davis 14:38
Re: pgsql: Use ICU by default at initdb time. Peter Eisentraut 14:48
Re: pgsql: Use ICU by default at initdb time. Jeff Davis 15:48
pgsql: initdb: derive encoding from locale for ICU; similar to libc. Jeff Davis 18:52
pgsql: Ensure COPY TO on an RLS-enabled table copies no more than it sh Tom Lane 18:52
pgsql: Ensure COPY TO on an RLS-enabled table copies no more than it sh Tom Lane 18:52
pgsql: Ensure COPY TO on an RLS-enabled table copies no more than it sh Tom Lane 18:52
pgsql: Ensure COPY TO on an RLS-enabled table copies no more than it sh Tom Lane 18:52
pgsql: Ensure COPY TO on an RLS-enabled table copies no more than it sh Tom Lane 18:52
pgsql: Ensure COPY TO on an RLS-enabled table copies no more than it sh Tom Lane 18:52
Re: pgsql: Use ICU by default at initdb time. Jeff Davis 18:58
Re: pgsql: Add standard collation UNICODE Jeff Davis 19:44
Re: pgsql: Add standard collation UNICODE Jonathan S. Katz 19:52
Re: pgsql: Add standard collation UNICODE Jeff Davis 21:24

March 11, 2023

Thread Author Time
Re: pgsql: Add standard collation UNICODE Andrew Dunstan 13:31
pgsql: Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane 17:15
pgsql: Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane 17:15
pgsql: Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane 17:15
pgsql: Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane 17:15
pgsql: Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane 17:15
pgsql: Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane 17:15
Re: pgsql: Add standard collation UNICODE Jeff Davis 18:20
Re: pgsql: Add standard collation UNICODE Tom Lane 20:47
pgsql: meson: fix header path of ossp-uuid Andres Freund 21:25
Re: pgsql: Add standard collation UNICODE Andres Freund 22:05
Re: pgsql: Add standard collation UNICODE Andrew Dunstan 22:42
pgsql: amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before ep Andres Freund 22:55
pgsql: amcheck: Fix ordering bug in update_cached_xid_range() Andres Freund 22:55
pgsql: amcheck: Fix ordering bug in update_cached_xid_range() Andres Freund 22:55
pgsql: amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before ep Andres Freund 22:55
pgsql: amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before ep Andres Freund 22:55
pgsql: amcheck: Fix ordering bug in update_cached_xid_range() Andres Freund 22:55
pgsql: pg_amcheck: Minor test speedups Andres Freund 23:44

March 12, 2023

Thread Author Time
pgsql: Mark unsafe_tests module as not runnable with installcheck Andrew Dunstan 13:05
pgsql: Mark unsafe_tests module as not runnable with installcheck Andrew Dunstan 13:05
pgsql: Mark unsafe_tests module as not runnable with installcheck Andrew Dunstan 13:05
pgsql: Mark unsafe_tests module as not runnable with installcheck Andrew Dunstan 13:05
pgsql: Mark unsafe_tests module as not runnable with installcheck Andrew Dunstan 13:05
Re: pgsql: Add standard collation UNICODE Andrew Dunstan 15:17
pgsql: Work around implementation restriction in adjust_appendrel_attrs Tom Lane 18:20
Re: pgsql: Add standard collation UNICODE Andrew Dunstan 20:04
Re: pgsql: Add standard collation UNICODE Tom Lane 20:10
Re: pgsql: Add standard collation UNICODE Thomas Munro 22:47

March 13, 2023

Thread Author Time
pgsql: Refactor and improve tests of pg_walinspect Michael Paquier 04:05
pgsql: meson: Make auto the default of the ssl option Peter Eisentraut 06:20
pgsql: cirrus/ccache: Use G rather than GB suffix Peter Eisentraut 06:25
pgsql: Fix inconsistent error handling for GSS encryption in PQconnectP Michael Paquier 07:37
pgsql: Fix inconsistent error handling for GSS encryption in PQconnectP Michael Paquier 07:37
pgsql: Fix inconsistent error handling for GSS encryption in PQconnectP Michael Paquier 07:37
pgsql: Fix inconsistent error handling for GSS encryption in PQconnectP Michael Paquier 07:37
pgsql: Fix inconsistent error handling for GSS encryption in PQconnectP Michael Paquier 07:37
pgsql: Improve support for UNICODE collation on older ICU Peter Eisentraut 08:09
pgsql: Remove incidental md5() function uses from main regression tests Peter Eisentraut 10:01
pgsql: Fix expected test output Peter Eisentraut 10:15
pgsql: Fix concurrent update issues with MERGE. Dean Rasheed 10:25
pgsql: Fix concurrent update issues with MERGE. Dean Rasheed 10:25
pgsql: Fix MERGE command tag for actions blocked by BEFORE ROW triggers Dean Rasheed 11:14
pgsql: Fix MERGE command tag for actions blocked by BEFORE ROW triggers Dean Rasheed 11:14
pgsql: Add a DEFAULT option to COPY FROM Andrew Dunstan 14:12
pgsql: Fix failure to detect some cases of improperly-nested aggregates Tom Lane 16:40
pgsql: Fix failure to detect some cases of improperly-nested aggregates Tom Lane 16:40
pgsql: Fix failure to detect some cases of improperly-nested aggregates Tom Lane 16:40
pgsql: Fix failure to detect some cases of improperly-nested aggregates Tom Lane 16:40

Browse Archives

Prev | Next