pgsql-committers - April 2021

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

April 1, 2021

Thread Author Time
Re: pgsql: Add Result Cache executor node David Rowley 00:23
pgsql: Revert b6002a796 David Rowley 00:33
Re: pgsql: Add Result Cache executor node Tom Lane 00:52
pgsql: Move some client-specific routines from SSLServer to PostgresNod Michael Paquier 00:54
Re: pgsql: Add Result Cache executor node Tomas Vondra 01:15
Re: pgsql: Add Result Cache executor node Tom Lane 01:36
Re: pgsql: Extended statistics on expressions David Rowley 01:43
Re: pgsql: Extended statistics on expressions Tomas Vondra 01:49
Re: pgsql: Add Result Cache executor node David Rowley 01:50
Re: pgsql: Extended statistics on expressions David Rowley 02:24
pgsql: Ensure to send a prepare after we detect concurrent abort during Amit Kapila 02:50
pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections Michael Paquier 06:30
pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections Michael Paquier 06:30
pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections Michael Paquier 06:30
pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections Michael Paquier 06:30
pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections Michael Paquier 06:30
pgsql: doc: Clarify use of ACCESS EXCLUSIVE lock in various sections Michael Paquier 06:30
pgsql: Make extract(timetz) tests a bit more interesting Peter Eisentraut 08:05
pgsql: Add 'noError' argument to encoding conversion functions. Heikki Linnakangas 09:25
pgsql: Do COPY FROM encoding conversion/verification in larger chunks. Heikki Linnakangas 09:25
pgsql: libpq_pipeline: Must strdup(optarg) to avoid crash Alvaro Herrera 13:29
pgsql: Fix internal extract(timezone_minute) formulas Peter Eisentraut 14:15
pgsql: Fix pg_restore's misdesigned code for detecting archive file for Tom Lane 17:34
pgsql: Fix pg_restore's misdesigned code for detecting archive file for Tom Lane 17:34
pgsql: Fix pg_restore's misdesigned code for detecting archive file for Tom Lane 17:34
pgsql: Fix pg_restore's misdesigned code for detecting archive file for Tom Lane 17:34
pgsql: Fix pg_restore's misdesigned code for detecting archive file for Tom Lane 17:34
pgsql: Fix pg_restore's misdesigned code for detecting archive file for Tom Lane 17:34
pgsql: amcheck: Fix verify_heapam's tuple visibility checking rules. Robert Haas 17:41
Re: pgsql: Allow matching the DN of a client certificate for authentication Andrew Dunstan 18:03
pgsql: Fix setvbuf()-induced crash in libpq_pipeline Alvaro Herrera 19:31
pgsql: Rename Default Roles to Predefined Roles Stephen Frost 19:32
Re: pgsql: Allow matching the DN of a client certificate for authentication Daniel Gustafsson 21:44
pgsql: Rethink handling of pass-by-value leaf datums in SP-GiST. Tom Lane 21:55

April 2, 2021

Thread Author Time
pgsql: Improve stability of test with vacuum_truncate in reloptions.sql Michael Paquier 00:46
pgsql: Improve stability of test with vacuum_truncate in reloptions.sql Michael Paquier 00:46
pgsql: Improve stability of test with vacuum_truncate in reloptions.sql Michael Paquier 00:46
pgsql: Add Result Cache executor node (take 2) David Rowley 01:11
pgsql: doc: mention that intervening major releases can be skipped Bruce Momjian 01:17
pgsql: doc: mention that intervening major releases can be skipped Bruce Momjian 01:17
pgsql: doc: mention that intervening major releases can be skipped Bruce Momjian 01:17
pgsql: doc: mention that intervening major releases can be skipped Bruce Momjian 01:17
pgsql: doc: mention that intervening major releases can be skipped Bruce Momjian 01:17
pgsql: doc: mention that intervening major releases can be skipped Bruce Momjian 01:17
pgsql: Attempt to fix unstable Result Cache regression tests David Rowley 02:26
pgsql: Fix typos in comments. Fujii Masao 07:27
pgsql: doc: Clarify how to generate backup files with non-exclusive bac Michael Paquier 07:38
pgsql: doc: Clarify how to generate backup files with non-exclusive bac Michael Paquier 07:38
pgsql: doc: Clarify how to generate backup files with non-exclusive bac Michael Paquier 07:38
pgsql: doc: Clarify how to generate backup files with non-exclusive bac Michael Paquier 07:38
pgsql: doc: Clarify how to generate backup files with non-exclusive bac Michael Paquier 07:38
pgsql: doc: Clarify how to generate backup files with non-exclusive bac Michael Paquier 07:38
pgsql: Fix pgstat_report_replslot() to use proper data types for its ar Fujii Masao 08:28
pgsql: Add support for NullIfExpr in eval_const_expressions Peter Eisentraut 09:07
pgsql: postgres_fdw: Add option to control whether to keep connections Fujii Masao 10:46
pgsql: Fix typo in 6d7a6feac4 Andrew Dunstan 14:31
pgsql: Strip file names reported in error messages on Windows, too. Tom Lane 14:43
pgsql: pg_checksums: Fix progress reporting. Fujii Masao 15:08
pgsql: pg_checksums: Fix progress reporting. Fujii Masao 15:08
pgsql: pg_checksums: Fix progress reporting. Fujii Masao 15:08
pgsql: Clarify documentation of RESET ROLE Joe Conway 17:51
pgsql: Clarify documentation of RESET ROLE Joe Conway 17:51
pgsql: Clarify documentation of RESET ROLE Joe Conway 17:51
pgsql: Clarify documentation of RESET ROLE Joe Conway 17:51
pgsql: Clarify documentation of RESET ROLE Joe Conway 17:51
pgsql: Clarify documentation of RESET ROLE Joe Conway 17:51
pgsql: Detect POLLHUP/POLLRDHUP while running queries. Thomas Munro 20:25
pgsql: Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib Bruce Momjian 20:42
pgsql: Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib Bruce Momjian 20:42
pgsql: Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib Bruce Momjian 20:42
pgsql: Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib Bruce Momjian 20:42
pgsql: Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib Bruce Momjian 20:42
pgsql: Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib Bruce Momjian 20:42
Re: pgsql: Add Result Cache executor node (take 2) Andres Freund 20:47
pgsql: Remove useless Asserts in Result Cache code David Rowley 21:42
Re: pgsql: Add Result Cache executor node (take 2) David Rowley 21:43
Re: pgsql: Add 'noError' argument to encoding conversion functions. Jaime Casanova 23:53

April 3, 2021

Thread Author Time
Re: pgsql: Add 'noError' argument to encoding conversion functions. Michael Paquier 02:53
pgsql: Do not rely on pgstat.h to indirectly include storage/ headers. Andres Freund 03:06
pgsql: Split wait event related code from pgstat.[ch] into wait_event.[ Andres Freund 03:06
pgsql: Refactor HMAC implementations Michael Paquier 08:36
pgsql: Use more verbose matching patterns for errors in SSL TAP tests Michael Paquier 11:50
fix old confusing JSON example 📎 Erik Rijkers 12:01
Re: fix old confusing JSON example 📎 Erik Rijkers 12:28
Re: fix old confusing JSON example Michael Paquier 12:32
pgsql: Split backend status and progress related functionality out of p Andres Freund 18:43
pgsql: Improve efficiency of wait event reporting, remove proc.h depend Andres Freund 19:08
pgsql: Improve psql's behavior when the editor is exited without saving Tom Lane 21:38

April 4, 2021

Thread Author Time
pgsql: Fix BRIN minmax-multi distance for interval type Tomas Vondra 17:21
pgsql: Fix BRIN minmax-multi distance for timetz type Tomas Vondra 17:23
pgsql: Fix BRIN minmax-multi distance for inet type Tomas Vondra 17:25
pgsql: Fix order of parameters in BRIN minmax-multi calls Tomas Vondra 17:26
pgsql: Add regression test for minmax-multi macaddr8 type Tomas Vondra 17:35
pgsql: Fix bug in brin_minmax_multi_union Tomas Vondra 17:37
pgsql: Fix confusion in SP-GiST between attribute type and leaf storage Tom Lane 18:29
pgsql: Fix more confusion in SP-GiST. Tom Lane 21:57
pgsql: Fix more confusion in SP-GiST. Tom Lane 21:57
pgsql: Fix more confusion in SP-GiST. Tom Lane 21:57

April 5, 2021

Thread Author Time
pgsql: Refactor all TAP test suites doing connection checks Michael Paquier 01:14
pgsql: Fix typo in collationcmds.c Michael Paquier 02:19
Re: pgsql: Fix confusion in SP-GiST between attribute type and leaf storage Michael Paquier 02:27
Re: pgsql: Fix confusion in SP-GiST between attribute type and leaf storage Tom Lane 02:41
pgsql: Renumber cursor option flags Peter Eisentraut 07:17
Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane 14:57
pgsql: Align some terms in arch-dev.sgml to glossary Alvaro Herrera 15:47
pgsql: Shut down transaction tracking at startup process exit. Fujii Masao 17:28
pgsql: Shut down transaction tracking at startup process exit. Fujii Masao 17:28
pgsql: Shut down transaction tracking at startup process exit. Fujii Masao 17:28
pgsql: Shut down transaction tracking at startup process exit. Fujii Masao 17:29
pgsql: Shut down transaction tracking at startup process exit. Fujii Masao 17:29
pgsql: Shut down transaction tracking at startup process exit. Fujii Masao 17:29
pgsql: Add pg_read_all_data and pg_write_all_data roles Stephen Frost 17:45
pgsql: Simplify state managed by VACUUM. Peter Geoghegan 20:27
Re: pgsql: Simplify state managed by VACUUM. Peter Geoghegan 20:48
pgsql: Propagate parallel VACUUM's buffer access strategy. Peter Geoghegan 21:58
pgsql: Support INCLUDE'd columns in SP-GiST. Tom Lane 22:42
Re: pgsql: Refactor all TAP test suites doing connection checks 📎 Michael Paquier 22:43
Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane 22:57
Re: pgsql: Refactor all TAP test suites doing connection checks Michael Paquier 23:12
Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane 23:12
Re: pgsql: Refactor all TAP test suites doing connection checks 📎 Tom Lane 23:23

April 6, 2021

Thread Author Time
Re: pgsql: Refactor all TAP test suites doing connection checks Michael Paquier 00:11
Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane 00:15
pgsql: Allocate access strategy in parallel VACUUM workers. Peter Geoghegan 00:19
Re: pgsql: Refactor all TAP test suites doing connection checks Michael Paquier 00:27
Re: pgsql: Refactor all TAP test suites doing connection checks Thomas Munro 00:30
Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane 00:40
pgsql: Change PostgresNode::connect_fails() to never send down queries Michael Paquier 00:53
Re: pgsql: Refactor all TAP test suites doing connection checks 📎 Michael Paquier 01:37
Re: pgsql: Refactor all TAP test suites doing connection checks Tom Lane 01:43
pgsql: Refactor function parse_output_parameters. Amit Kapila 03:08
pgsql: Allow pgoutput to send logical decoding messages. Amit Kapila 03:25
pgsql: Fix some issues with SSL and Kerberos tests Michael Paquier 04:31
Re: pgsql: Improve PQtrace() output format 📎 David Rowley 04:38
pgsql: Add function to log the memory contexts of specified backend pro Fujii Masao 04:45
Re: pgsql: Improve PQtrace() output format Tom Lane 04:56
pgsql: Fix typo in pgstat.c. Fujii Masao 05:10
Re: pgsql: Improve PQtrace() output format Tom Lane 05:21
pgsql: Change return type of EXTRACT to numeric Peter Eisentraut 05:28
pgsql: Fix compiler warning in fe-trace.c for MSVC David Rowley 06:34
Re: pgsql: Improve PQtrace() output format David Rowley 06:35
Re: pgsql: Allow pgoutput to send logical decoding messages. Amit Kapila 08:42
pgsql: Fix the tests added by commit ac4645c015. Amit Kapila 09:31
Re: pgsql: Allow pgoutput to send logical decoding messages. Amit Kapila 09:34
pgsql: ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION Peter Eisentraut 09:56
pgsql: Adjust input value to WaitEventSetWait() in ExecAppendAsyncEvent Etsuro Fujita 10:15
Re: pgsql: Implement pipeline mode in libpq 📎 David Rowley 10:43
pgsql: pgbench: Function to generate random permutations. Dean Rasheed 10:52
pgsql: Mark test_enc_conversion() as STRICT. Heikki Linnakangas 11:58
Re: pgsql: Add 'noError' argument to encoding conversion functions. Heikki Linnakangas 11:59
Re: pgsql: Implement pipeline mode in libpq Alvaro Herrera 13:53
pgsql: Stop archive recovery if WAL generated with wal_level=minimal is Fujii Masao 13:59
pgsql: Clean up treatment of missing default and CHECK-constraint recor Tom Lane 14:34
pgsql: Refactor lazy_scan_heap() loop. Peter Geoghegan 14:50
pgsql: Fix handling of clauses incompatible with extended statistics Tomas Vondra 14:56
Re: pgsql: Extended statistics on expressions Tomas Vondra 14:59
pgsql: psql: Show all query results by default Peter Eisentraut 15:19
pgsql: Fix missing #include in nodeResultCache.h. Tom Lane 15:24
pgsql: Remove tupgone special case from vacuumlazy.c. Peter Geoghegan 15:49
pgsql: Increment xactCompletionCount during subtransaction abort. Andres Freund 16:27
pgsql: postgres_fdw: Allow partitions specified in LIMIT TO to be impor Fujii Masao 17:32
pgsql: Postpone some stuff out of ExecInitModifyTable. Tom Lane 19:57
Re: pgsql: postgres_fdw: Allow partitions specified in LIMIT TO to be impor Peter Geoghegan 20:02
pgsql: Fix compiler warning for MSVC in libpq_pipeline.c David Rowley 21:51
Re: pgsql: Implement pipeline mode in libpq David Rowley 21:53
pgsql: Postpone some more stuff out of ExecInitModifyTable. Tom Lane 22:13
Re: pgsql: postgres_fdw: Allow partitions specified in LIMIT TO to be impor Michael Paquier 22:39
pgsql: Fix test added by commit 9de9294b0c. Fujii Masao 22:43

April 7, 2021

Thread Author Time
pgsql: Add some information about authenticated identity via log_connec Michael Paquier 01:17
Re: pgsql: Add some information about authenticated identity via log_connec 📎 Michael Paquier 04:48
pgsql: Remove redundant memset(0) calls for page init of some index AMs Michael Paquier 05:36
pgsql: Message improvement Peter Eisentraut 05:46
pgsql: Fix use of cursor sensitivity terminology Peter Eisentraut 06:13
pgsql: Add sortsupport for gist_btree opclasses, for faster index build Heikki Linnakangas 10:24
pgsql: Fix potential rare failure in the kerberos TAP tests Michael Paquier 11:03
pgsql: Fix potential rare failure in the kerberos TAP tests Michael Paquier 11:03
pgsql: Fix potential rare failure in the kerberos TAP tests Michael Paquier 11:03
Re: pgsql: Refactor all TAP test suites doing connection checks Michael Paquier 11:13
Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build Michael Paquier 11:21
Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build Andrew Dunstan 11:25
pgsql: Revert "Add sortsupport for gist_btree opclasses, for faster ind Heikki Linnakangas 11:36
Re: pgsql: Add sortsupport for gist_btree opclasses, for faster index build Heikki Linnakangas 11:37
pgsql: doc: Improve wording Peter Eisentraut 11:54
pgsql: Refactor hba_authname Magnus Hagander 12:25
pgsql: libpq: Set Server Name Indication (SNI) for SSL connections Peter Eisentraut 13:17
pgsql: Don't add non-existent pages to bitmap from BRIN Tomas Vondra 13:58
pgsql: Don't add non-existent pages to bitmap from BRIN Tomas Vondra 14:00
pgsql: Don't add non-existent pages to bitmap from BRIN Tomas Vondra 14:02
pgsql: Don't add non-existent pages to bitmap from BRIN Tomas Vondra 14:03
pgsql: Don't add non-existent pages to bitmap from BRIN Tomas Vondra 14:05
pgsql: Don't add non-existent pages to bitmap from BRIN Tomas Vondra 14:06
Re: pgsql: Add some information about authenticated identity via log_connec Tom Lane 14:27
pgsql: Tighten up allowed names for custom GUC parameters. Tom Lane 15:22
pgsql: Truncate line pointer array during VACUUM. Peter Geoghegan 15:48
pgsql: amcheck: Remove duplicate XID/MXID bounds checks. Robert Haas 16:11
Re: pgsql: Add some information about authenticated identity via log_connec 📎 Jacob Champion 16:20
pgsql: Comment cleanup for a1115fa07. Tom Lane 16:22
pgsql: Remove channel binding requirement from clientcert=verify-full t Tom Lane 16:50
Re: pgsql: Add some information about authenticated identity via log_connec Tom Lane 16:51
pgsql: Move pg_stat_statements query jumbling to core. Bruce Momjian 17:06

Browse Archives

Prev | Next