pgsql-committers - March 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

March 1, 2021

Thread Author Time
pgsql: Optimize latches to send fewer signals. Thomas Munro 01:26
pgsql: Use SIGURG rather than SIGUSR1 for latches. Thomas Munro 01:26
pgsql: Use EVFILT_SIGNAL for kqueue latches. Thomas Munro 01:26
pgsql: Use signalfd(2) for epoll latches. Thomas Munro 01:26
pgsql: Update the docs and comments for decoding of prepared xacts. Amit Kapila 02:46
pgsql: Update docs of logical replication for commit ce0fdbfe97. Amit Kapila 03:00
pgsql: Use FeBeWaitSet for walsender.c. Thomas Munro 03:20
pgsql: Introduce symbolic names for FeBeWaitSet positions. Thomas Munro 03:20
pgsql: Avoid repeated decoding of prepared transactions after a restart Amit Kapila 03:51
pgsql: Use condition variables for ProcSignalBarriers. Thomas Munro 04:45
pgsql: Allow condition variables to be used in interrupt code. Thomas Munro 04:45
Re: pgsql: Add TID Range Scans to support efficient scanning ranges of TIDs Alvaro Herrera 15:25
Re: pgsql: Add TID Range Scans to support efficient scanning ranges of TIDs Tom Lane 17:55
Re: pgsql: Add TID Range Scans to support efficient scanning ranges of TIDs Alvaro Herrera 18:07
pgsql: Fix recovery test hang in 021_row_visibility.pl on windows. Andres Freund 19:42
Re: pgsql: Fix recovery test hang in 021_row_visibility.pl on windows. Andres Freund 20:21
pgsql: Remove obsolete comment for WaitForProcSignalBarrier(). Thomas Munro 20:31
pgsql: Improve reporting for syntax errors in multi-line JSON data. Tom Lane 21:44

March 2, 2021

Thread Author Time
pgsql: doc: Mention archive_command failure handling on signals Michael Paquier 01:28
pgsql: doc: Improve description of data checksums Michael Paquier 01:55
pgsql: Simplify code to switch pg_class.relrowsecurity in tablecmds.c Michael Paquier 03:31
pgsql: Fix duplicated test case in TAP tests of reindexdb Michael Paquier 04:21
pgsql: Fix duplicated test case in TAP tests of reindexdb Michael Paquier 04:21
pgsql: Fix duplicated test case in TAP tests of reindexdb Michael Paquier 04:21
pgsql: Suppress unnecessary regex subre nodes in a couple more cases. Tom Lane 17:14
pgsql: Fix semantics of regular expression back-references. Tom Lane 17:14
pgsql: Improve performance of regular expression back-references. Tom Lane 17:14
pgsql: Use native path separators to pg_ctl in initdb Alvaro Herrera 18:41
pgsql: Use native path separators to pg_ctl in initdb Alvaro Herrera 18:41
pgsql: Use native path separators to pg_ctl in initdb Alvaro Herrera 18:41
pgsql: Use native path separators to pg_ctl in initdb Alvaro Herrera 18:41
pgsql: Use native path separators to pg_ctl in initdb Alvaro Herrera 18:41
pgsql: Mark default_transaction_read_only as GUC_REPORT. Tom Lane 18:54
pgsql: Fix nbtree page deletion error messages. Peter Geoghegan 21:03
pgsql: nbtree page deletion: Add leaftopparent assertion. Peter Geoghegan 22:07

March 3, 2021

Thread Author Time
pgsql: Add --tablespace option to reindexdb Michael Paquier 01:17
pgsql: Extend the abilities of libpq's target_session_attrs parameter. Tom Lane 01:17
pgsql: Add option to enable two_phase commits via pg_create_logical_rep Amit Kapila 02:12
Re: pgsql: Extend the abilities of libpq's target_session_attrs parameter. 📎 Michael Paquier 03:54
pgsql: Add sort_template.h for making sort functions. Thomas Munro 04:14
pgsql: Use sort_template.h for qsort_tuple() and qsort_ssup(). Thomas Munro 04:14
pgsql: Use sort_template.h for qsort() and qsort_arg(). Thomas Munro 04:14
pgsql: Silence perlcritic warning in commit ee28cacf6. Tom Lane 04:32
Re: pgsql: Extend the abilities of libpq's target_session_attrs parameter. Tom Lane 04:33
pgsql: Some copy-editing of GUC descriptions Peter Eisentraut 06:15
pgsql: Clarify the usage of max_replication_slots on the subscriber sid Amit Kapila 06:49
pgsql: Clarify the usage of max_replication_slots on the subscriber sid Amit Kapila 06:49
pgsql: Clarify the usage of max_replication_slots on the subscriber sid Amit Kapila 06:49
pgsql: Clarify the usage of max_replication_slots on the subscriber sid Amit Kapila 06:49
pgsql: Clarify the usage of max_replication_slots on the subscriber sid Amit Kapila 06:49
pgsql: pg_upgrade: Check version of target cluster binaries Peter Eisentraut 08:57
pgsql: Make test_target_session_attrs more robust against connection fa Tom Lane 18:51
Re: pgsql: pg_upgrade: Check version of target cluster binaries Tom Lane 20:28
pgsql: Add trim_array() function. Tom Lane 21:40
Re: pgsql: pg_upgrade: Check version of target cluster binaries Andrew Dunstan 21:58
Re: pgsql: pg_upgrade: Check version of target cluster binaries Tom Lane 22:04

March 4, 2021

Thread Author Time
Re: pgsql: pg_upgrade: Check version of target cluster binaries Daniel Gustafsson 00:06
Re: pgsql: pg_upgrade: Check version of target cluster binaries 📎 Peter Eisentraut 07:24
Re: pgsql: pg_upgrade: Check version of target cluster binaries Daniel Gustafsson 08:32
pgsql: Remove server and libpq support for old FE/BE protocol version 2 Heikki Linnakangas 08:59
pgsql: Avoid extra newline in errors received in FE protocol version 2. Heikki Linnakangas 08:59
pgsql: Remove redundant getenv() for PGUSER, in psql help. Fujii Masao 09:24
pgsql: pg_upgrade: Fix oversight in version checking Peter Eisentraut 10:10
pgsql: Close psql processes gracefully in recovery tests Andrew Dunstan 18:24

March 5, 2021

Thread Author Time
pgsql: Add support for PROVE_TESTS and PROVE_FLAGS in MSVC scripts Michael Paquier 01:15
pgsql: doc: Add backlinks to progress reporting documentation Michael Paquier 05:59
pgsql: Remove deprecated containment operators for contrib types. Tom Lane 15:45
pgsql: Doc: remove obsolete entries in table of BRIN strategy numbers. Tom Lane 15:59

March 6, 2021

Thread Author Time
pgsql: pgbench: Simplify some port, host, user and dbname assignments Michael Paquier 12:32
pgsql: Improve docs on updatable views Magnus Hagander 16:39
pgsql: Add binary I/O capability for cube datatype. Tom Lane 17:04
pgsql: Clarify that CREATEROLE roles are considered Administrators Magnus Hagander 17:12
pgsql: Add bit_xor aggregate function Peter Eisentraut 18:31

March 8, 2021

Thread Author Time
pgsql: Track replication origin progress for rollbacks. Amit Kapila 02:36
pgsql: Further tweak memory management for regex DFAs. Tom Lane 21:32
pgsql: Validate the OID argument of pg_import_system_collations(). Tom Lane 23:22
pgsql: Validate the OID argument of pg_import_system_collations(). Tom Lane 23:22
pgsql: Validate the OID argument of pg_import_system_collations(). Tom Lane 23:22
pgsql: Validate the OID argument of pg_import_system_collations(). Tom Lane 23:22
pgsql: Validate the OID argument of pg_import_system_collations(). Tom Lane 23:22
pgsql: Complain if a function-in-FROM returns a set when it shouldn't. Tom Lane 23:55
pgsql: Properly mark pg_stat_get_subscription() as returning a set. Tom Lane 23:55

March 9, 2021

Thread Author Time
pgsql: Remove support for SSL compression Michael Paquier 02:18
Re: pgsql: Remove support for SSL compression 📎 Michael Paquier 03:26
pgsql: Add support for more progress reporting in COPY Michael Paquier 05:23
pgsql: Track total amounts of times spent writing and syncing WAL data Fujii Masao 07:54
pgsql: Switch back sslcompression to be a normal input field in libpq Michael Paquier 11:18
Re: pgsql: Remove support for SSL compression Daniel Gustafsson 11:19
Re: pgsql: Remove support for SSL compression Michael Paquier 11:19
Re: pgsql: Remove support for SSL compression Michael Paquier 12:33
pgsql: libpq: Remove deprecated connection parameters authtype and tty Peter Eisentraut 14:04
Re: pgsql: Remove support for SSL compression 📎 Daniel Gustafsson 15:11
pgsql: Fix vague comment in jsonb documentation Alexander Korotkov 15:21
Re: pgsql: Remove support for SSL compression Tom Lane 15:58
Re: pgsql: Remove support for SSL compression Daniel Gustafsson 20:06
Re: pgsql: Remove support for SSL compression Michael Paquier 22:42
Re: pgsql: Remove support for SSL compression Tom Lane 22:45

March 10, 2021

Thread Author Time
pgsql: Revert changes for SSL compression in libpq Michael Paquier 00:37
Re: pgsql: Remove support for SSL compression Michael Paquier 01:05
pgsql: Enable parallel SELECT for "INSERT INTO ... SELECT ...". Amit Kapila 02:17
Re: pgsql: Enable parallel SELECT for "INSERT INTO ... SELECT ...". Tom Lane 03:37
Re: pgsql: Enable parallel SELECT for "INSERT INTO ... SELECT ...". Amit Kapila 04:16
pgsql: Fix valgrind issue in commit 05c8482f7f. Amit Kapila 04:43
pgsql: pgbench: Synchronize client threads. Thomas Munro 04:52
pgsql: pgbench: Improve time logic. Thomas Munro 04:52
pgsql: Add missing pthread_barrier_t. Thomas Munro 04:52
pgsql: pgbench: Refactor thread portability support. Thomas Munro 04:52
pgsql: Move tablespace path re-creation from the makefiles to pg_regres Michael Paquier 05:55
Re: pgsql: pgbench: Improve time logic. Michael Paquier 07:08
Re: pgsql: pgbench: Refactor thread portability support. Michael Paquier 07:10
Re: pgsql: pgbench: Refactor thread portability support. Thomas Munro 07:14
pgsql: Small debug message tweak Peter Eisentraut 07:17
Re: pgsql: pgbench: Refactor thread portability support. Thomas Munro 07:51
pgsql: Try to fix portability bugs in recent pgbench commits. Thomas Munro 08:25
Re: pgsql: pgbench: Refactor thread portability support. Thomas Munro 08:38
Re: pgsql: pgbench: Refactor thread portability support. Thomas Munro 08:49
pgsql: Fix another portability bug in recent pgbench commit. Thomas Munro 10:21
Re: pgsql: pgbench: Refactor thread portability support. Thomas Munro 10:21
pgsql: Add bound check before bsearch() for performance Peter Eisentraut 14:52
pgsql: Doc: improve introductory information about procedures. Tom Lane 16:34
pgsql: Doc: improve introductory information about procedures. Tom Lane 16:34
pgsql: Doc: improve introductory information about procedures. Tom Lane 16:34
pgsql: Doc: improve introductory information about procedures. Tom Lane 16:34
pgsql: Doc: fix missing mention of procedure OUT parameters. Tom Lane 16:34
pgsql: Doc: get rid of <foreignphrase> tags. Tom Lane 17:38
pgsql: Avoid creating duplicate cached plans for inherited FK constrain Tom Lane 19:22
pgsql: Replace buffer I/O locks with condition variables. Thomas Munro 21:46
pgsql: C comments: improve description of GiST NSN and GistBuildLSN Bruce Momjian 22:03

March 11, 2021

Thread Author Time
pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Peter Geoghegan 00:27
pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Peter Geoghegan 00:27
pgsql: VACUUM ANALYZE: Always update pg_class.reltuples. Peter Geoghegan 01:08
pgsql: VACUUM ANALYZE: Always update pg_class.reltuples. Peter Geoghegan 01:08
pgsql: tutorial: land height is "elevation", not "altitude" Bruce Momjian 01:25
pgsql: tutorial: land height is "elevation", not "altitude" Bruce Momjian 01:25
pgsql: tutorial: land height is "elevation", not "altitude" Bruce Momjian 01:25
pgsql: tutorial: land height is "elevation", not "altitude" Bruce Momjian 01:25
pgsql: tutorial: land height is "elevation", not "altitude" Bruce Momjian 01:25
pgsql: tutorial: land height is "elevation", not "altitude" Bruce Momjian 01:25
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Peter Geoghegan 01:49
pgsql: Drop index behind pg_upgrade test issue. Peter Geoghegan 03:02
pgsql: Drop index behind pg_upgrade test issue. Peter Geoghegan 03:02
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Peter Geoghegan 03:04
pgsql: Improve comment for struct BufferDesc. Thomas Munro 03:39
pgsql: Doc: B-Tree only has one additional parameter. Peter Geoghegan 06:11
pgsql: Doc: B-Tree only has one additional parameter. Peter Geoghegan 06:11
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Michael Paquier 06:57
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Peter Geoghegan 07:08
pgsql: Drop other index behind pg_upgrade test issue. Peter Geoghegan 07:33
pgsql: Drop other index behind pg_upgrade test issue. Peter Geoghegan 07:33
pgsql: Set libcrypto callbacks for all connection threads in libpq Michael Paquier 08:16
Re: pgsql: Drop index behind pg_upgrade test issue. Laurenz Albe 09:36
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Alvaro Herrera 16:13
Re: pgsql: Drop index behind pg_upgrade test issue. Tom Lane 16:27
Re: pgsql: Drop index behind pg_upgrade test issue. Peter Geoghegan 16:37
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Peter Geoghegan 16:55
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Tom Lane 17:03
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Peter Geoghegan 17:36
pgsql: Refactor and generalize the ParallelSlot machinery. Robert Haas 19:02
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Robert Haas 19:13
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Peter Geoghegan 19:22
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Robert Haas 19:25
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Peter Geoghegan 19:42
pgsql: Re-simplify management of inStart in pqParseInput3's subroutines Tom Lane 19:44
pgsql: Re-simplify management of inStart in pqParseInput3's subroutines Tom Lane 19:44
pgsql: Re-simplify management of inStart in pqParseInput3's subroutines Tom Lane 19:44
pgsql: Re-simplify management of inStart in pqParseInput3's subroutines Tom Lane 19:44
pgsql: Re-simplify management of inStart in pqParseInput3's subroutines Tom Lane 19:44
pgsql: Re-simplify management of inStart in pqParseInput3's subroutines Tom Lane 19:44
pgsql: Be clear about whether a recovery pause has taken effect. Robert Haas 20:33
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Alvaro Herrera 20:39
pgsql: Add back vacuum_cleanup_index_scale_factor parameter. Peter Geoghegan 20:43
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Peter Geoghegan 20:55
pgsql: Restore vacuum_cleanup_index_scale_factor coverage. Peter Geoghegan 20:55
pgsql: Restore vacuum_cleanup_index_scale_factor coverage. Peter Geoghegan 20:55
Re: pgsql: Drop index behind pg_upgrade test issue. Peter Geoghegan 20:55
Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM. Alvaro Herrera 21:47
pgsql: Save a few cycles during nbtree VACUUM. Peter Geoghegan 22:19

March 12, 2021

Thread Author Time
pgsql: Minor modernization for README.barrier. Thomas Munro 02:36
pgsql: Force to send remaining WAL stats to the stats collector at walw Fujii Masao 04:30
pgsql: Send statistics collected during shutdown checkpoint to the stat Fujii Masao 05:24
pgsql: Poll postmaster less frequently in recovery. Thomas Munro 06:55
pgsql: Add condition variable for recovery resume. Thomas Munro 06:55
pgsql: Add condition variable for walreceiver shutdown. Thomas Munro 06:55
pgsql: Fix use of relcache TriggerDesc field introduced by commit 05c84 Amit Kapila 09:49
pgsql: Fix size overflow in calculation introduced by commits d6ad34f3 Amit Kapila 10:16
pgsql: Specialize checkpointer sort functions. Thomas Munro 11:05
pgsql: Forbid marking an identity column as nullable. Tom Lane 16:08
pgsql: Forbid marking an identity column as nullable. Tom Lane 16:08
pgsql: Forbid marking an identity column as nullable. Tom Lane 16:08
pgsql: Forbid marking an identity column as nullable. Tom Lane 16:08
pgsql: Forbid marking an identity column as nullable. Tom Lane 16:08
pgsql: Fix race condition in psql \e's detection of file modification. Tom Lane 17:20
pgsql: Fix race condition in psql \e's detection of file modification. Tom Lane 17:20
pgsql: Fix race condition in psql \e's detection of file modification. Tom Lane 17:20
pgsql: Fix race condition in psql \e's detection of file modification. Tom Lane 17:20
pgsql: Fix race condition in psql \e's detection of file modification. Tom Lane 17:20
pgsql: Fix race condition in psql \e's detection of file modification. Tom Lane 17:20
pgsql: Add pg_amcheck, a CLI for contrib/amcheck. Robert Haas 18:09
pgsql: Try to fix compiler warnings. Robert Haas 19:36
Re: pgsql: Try to fix compiler warnings. er 19:52

Browse Archives

Prev | Next