pgsql-committers before 2025-04-01 00:00

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 21, 2025

Thread Author Time
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso Tom Lane 15:31
Re: pgsql: Add vacuum_truncate configuration parameter. David G. Johnston 16:39
pgsql: Assorted trivial cleanup of c5c239e26e Melanie Plageman 18:07
pgsql: Use streaming read I/O in GiST vacuuming Melanie Plageman 18:07
pgsql: Label the contents of pg_*_d.h files a little better. Tom Lane 19:14
pgsql: Place "extern" declaration in the right part of pg_class.h. Tom Lane 19:14
pgsql: Add GUC option to control maximum active replication origins. Masahiko Sawada 19:20
pgsql: Revert inappropriate weakening of an Assert in plpgsql. Tom Lane 19:55
pgsql: Fix ps display for IO workers. Thomas Munro 21:23
pgsql: Use streaming read I/O in SP-GiST vacuuming Melanie Plageman 21:51

March 22, 2025

Thread Author Time
pgsql: Improve nbtree array primitive scan scheduling. Peter Geoghegan 17:02
pgsql: plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'. Tom Lane 18:17
pgsql: aio: Change prefix of PgAioResultStatus values to PGAIO_RS_ Andres Freund 22:10

March 23, 2025

Thread Author Time
pgsql: Fix "make clean" for new TAP suite. Noah Misch 13:16
pgsql: Fix rare assertion failure in standby, if primary is restarted Heikki Linnakangas 18:45
pgsql: Fix rare assertion failure in standby, if primary is restarted Heikki Linnakangas 18:45
pgsql: Fix rare assertion failure in standby, if primary is restarted Heikki Linnakangas 18:45
pgsql: Fix rare assertion failure in standby, if primary is restarted Heikki Linnakangas 18:45
pgsql: Fix rare assertion failure in standby, if primary is restarted Heikki Linnakangas 18:45
pgsql: psql: Add tab completion for VACUUM and ANALYZE ... ONLY option. Tom Lane 21:16
Re: pgsql: Add vacuum_truncate configuration parameter. David Rowley 22:22

March 24, 2025

Thread Author Time
pgsql: Allow plugins to set a 64-bit plan identifier in PlannedStmt Michael Paquier 04:25
pgsql: Add tests for POSITION(bytea, bytea) David Rowley 06:32
pgsql: Detect and Log multiple_unique_conflicts type conflict. Amit Kapila 07:17
pgsql: Add test case for when subscriber table is missing a column Heikki Linnakangas 10:20
pgsql: psql: show default extension version in \dx output Magnus Hagander 13:43
pgsql: psql: use consistent alias for pg_description Magnus Hagander 13:43
pgsql: postgres_fdw: improve security checks Peter Eisentraut 15:01
pgsql: doc: Clarify required options for each action in pg_recvlogical. Fujii Masao 15:17
pgsql: Allow pg_recvlogical --drop-slot to work without --dbname. Fujii Masao 15:22
pgsql: Fix typo Álvaro Herrera 16:38
pgsql: Fix bitmapheapscan incorrect recheck of NULL tuples Melanie Plageman 20:43
pgsql: Expand comment for isset_offset. Nathan Bossart 20:47

March 25, 2025

Thread Author Time
pgsql: Redefine max_files_per_process to control additionally opened fi Andres Freund 00:58
pgsql: postgres_fdw: Avoid pulling up restrict infos from subqueries Alexander Korotkov 03:51
pgsql: postgres_fdw: Avoid pulling up restrict infos from subqueries Alexander Korotkov 03:51
pgsql: Fix an oversight in 3abe9dc188. Amit Kapila 04:09
pgsql: Fix the typo in the test case added in 73eba5004a. Amit Kapila 04:23
pgsql: Add ExecCopySlotMinimalTupleExtra(). Jeff Davis 05:06
pgsql: HashAgg: use Bump allocator for hash TupleHashTable entries. Jeff Davis 05:06
pgsql: Create accessor functions for TupleHashEntry. Jeff Davis 05:06
pgsql: Remove 'additional' pointer from TupleHashEntryData. Jeff Davis 05:06
pgsql: Add support for custom_query_jumble as a node field attribute Michael Paquier 05:19
pgsql: Generalize index support in network support function Peter Eisentraut 06:17
pgsql: libpq: Deprecate pg_int64. Thomas Munro 08:40
pgsql: postgres_fdw: Remove redundant check in semijoin_target_ok() Alexander Korotkov 10:54
pgsql: postgres_fdw: Remove redundant check in semijoin_target_ok() Alexander Korotkov 10:54
pgsql: Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO Peter Eisentraut 12:41
pgsql: refactor: Move some code that updates pg_constraint to a separat Peter Eisentraut 13:37
pgsql: refactor: Split ATExecAlterConstraintInternal() Peter Eisentraut 15:18
pgsql: refactor: Pass relation OID instead of Relation to createForeign Peter Eisentraut 16:08
Squash constant lists in query jumbling by default Christoph Berg 16:28
pgsql: pg_basebackup: Add missing PQclear in error path Daniel Gustafsson 16:29
Re: Squash constant lists in query jumbling by default Tom Lane 16:53
pgsql: psql: Make default \watch interval configurable Daniel Gustafsson 16:58
Re: Squash constant lists in query jumbling by default Álvaro Herrera 17:27
Re: Squash constant lists in query jumbling by default Sami Imseih 17:55
pgsql: Minor doc update for commit 99f8f3fbbc. Jeff Davis 18:19
pgsql: Stats: use schemaname/relname instead of regclass. Jeff Davis 18:19
Re: Squash constant lists in query jumbling by default Dmitry Dolgov 18:40
Re: Squash constant lists in query jumbling by default 📎 Sami Imseih 19:33
Re: Squash constant lists in query jumbling by default Dmitry Dolgov 20:05
pgsql: initdb: Add --no-sync-data-files. Nathan Bossart 21:03
pgsql: pg_dump: Add --sequence-data. Nathan Bossart 21:03
pgsql: pg_upgrade: Add --swap for faster file transfer. Nathan Bossart 21:03
Re: Squash constant lists in query jumbling by default Laurenz Albe 21:24
pgsql: pg_stat_statements: Add more tests with temp tables and namespac Michael Paquier 22:34

March 26, 2025

Thread Author Time
pgsql: Fix order of -I switches for building pg_regress.o. Tom Lane 00:04
pgsql: Fix order of -I switches for building pg_regress.o. Tom Lane 00:04
pgsql: Fix two issues with custom_query_jumble in gen_node_support.pl Michael Paquier 00:06
pgsql: Add pg_dump --with-{schema|data|statistics} options. Jeff Davis 00:38
Re: pgsql: postgres_fdw: improve security checks Tom Lane 00:59
pgsql: postgres_fdw: Fix tests on some Windows variants Peter Eisentraut 06:05
pgsql: Use relation name instead of OID in query jumbling for RangeTblE Michael Paquier 06:21
pgsql: Fix integer-overflow problem in scram_SaltedPassword() Richard Guo 08:47
pgsql: Fix integer-overflow problem in scram_SaltedPassword() Richard Guo 08:50
pgsql: Fix integer-overflow problem in scram_SaltedPassword() Richard Guo 08:52
pgsql: Add support for gamma() and lgamma() functions. Dean Rasheed 09:37
pgsql: dblink: SCRAM authentication pass-through Peter Eisentraut 09:49
Re: pgsql: postgres_fdw: improve security checks Peter Eisentraut 11:15
pgsql: psql: Make test robust against locale variations Daniel Gustafsson 12:23
pgsql: Move GSSAPI includes into its own header Daniel Gustafsson 14:37
pgsql: Introduce PG_MODULE_MAGIC_EXT macro. Tom Lane 15:11
pgsql: Use PG_MODULE_MAGIC_EXT in our installable shared libraries. Tom Lane 15:11
pgsql: Keep the decompressed filter in brin_bloom_union Tomas Vondra 16:06
pgsql: Keep the decompressed filter in brin_bloom_union Tomas Vondra 16:06
pgsql: Keep the decompressed filter in brin_bloom_union Tomas Vondra 16:06
pgsql: Keep the decompressed filter in brin_bloom_union Tomas Vondra 16:06
pgsql: Keep the decompressed filter in brin_bloom_union Tomas Vondra 16:06
pgsql: pg_overexplain: Additional EXPLAIN options for debugging. Robert Haas 18:01
pgsql: Fix oversights in commit 8d5ceb113e3f7ddb627bd40b26438a9d2fa0551 Robert Haas 18:24
pgsql: pg_overexplain: SET jit=off when running tests. Robert Haas 19:55
pgsql: aio: Be more paranoid about interrupts Andres Freund 20:34
pgsql: aio: Pass result of local callbacks to ->report_return Andres Freund 20:34
pgsql: aio: Rename pgaio_io_prep_* to pgaio_io_start_* Andres Freund 20:34
pgsql: doc: Mention possible ephemeral discrepancies in pg_stat_activit Michael Paquier 23:08

March 27, 2025

Thread Author Time
pgsql: aio: Add liburing dependency Andres Freund 00:15
pgsql: aio: Add io_method=io_uring Andres Freund 00:15
Re: pgsql: aio: Add io_method=io_uring Andres Freund 01:11
pgsql: doc: Correct description of values used in FSM for indexes Michael Paquier 01:21
pgsql: doc: Correct description of values used in FSM for indexes Michael Paquier 01:21
pgsql: doc: Correct description of values used in FSM for indexes Michael Paquier 01:21
pgsql: doc: Correct description of values used in FSM for indexes Michael Paquier 01:21
pgsql: doc: Correct description of values used in FSM for indexes Michael Paquier 01:21
pgsql: doc: Correct description of values used in FSM for indexes Michael Paquier 01:21
pgsql: Fix query jumbling to account for NULL nodes David Rowley 05:23
pgsql: Optimize Query jumble David Rowley 05:35
pgsql: libpq: Add TAP tests for service files and names Michael Paquier 07:03
pgsql: Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT Álvaro Herrera 08:25
Re: Squash constant lists in query jumbling by default Álvaro Herrera 08:47
pgsql: Provide thread-safe pg_localeconv_r(). Peter Eisentraut 09:59
pgsql: Expand test a bit Peter Eisentraut 11:11
pgsql: Remove the query_id_squash_values GUC Álvaro Herrera 12:37
pgsql: pg_overexplain: Filter out actual row count from test result. Robert Haas 13:00
pgsql: psql: Fix incorrect equality comparison Daniel Gustafsson 13:27
pgsql: Avoid mixing designated and non-designated field initializers. Tom Lane 15:06
pgsql: Prevent assertion failure in contrib/pg_freespacemap. Tom Lane 17:20
pgsql: Prevent assertion failure in contrib/pg_freespacemap. Tom Lane 17:20
pgsql: Prevent assertion failure in contrib/pg_freespacemap. Tom Lane 17:20
pgsql: Prevent assertion failure in contrib/pg_freespacemap. Tom Lane 17:20
pgsql: Prevent assertion failure in contrib/pg_freespacemap. Tom Lane 17:20
pgsql: Prevent assertion failure in contrib/pg_freespacemap. Tom Lane 17:20
pgsql: Use streaming read I/O in heap amcheck Melanie Plageman 18:06
pgsql: Fix guc_malloc calls for consistency and OOM checks Daniel Gustafsson 22:12
pgsql: Fix guc_malloc calls for consistency and OOM checks Daniel Gustafsson 22:13
pgsql: Fix guc_malloc calls for consistency and OOM checks Daniel Gustafsson 22:13

March 28, 2025

Thread Author Time
pgsql: Stablize tests added in 3abe9dc188. Amit Kapila 05:48
pgsql: Use thread-safe strftime_l() instead of strftime(). Peter Eisentraut 06:19
pgsql: pg_createsubscriber: Add '--all' option. Amit Kapila 07:06
pgsql: Rename a node field for clarity Peter Eisentraut 08:55
pgsql: Modernize some code a bit Peter Eisentraut 09:51
Re: pgsql: Stablize tests added in 3abe9dc188. Amit Kapila 11:50
pgsql: Add support for not-null constraints on virtual generated column Peter Eisentraut 12:54
pgsql: pg_overexplain: Call previous hooks as appropriate. Robert Haas 13:09
pgsql: pg_overexplain: Use PG_MODULE_MAGIC_EXT. Robert Haas 13:22
pgsql: Cast result of i64abs() back to int64 Peter Eisentraut 13:44
pgsql: Tidy up locale thread safety in ECPG library. Peter Eisentraut 15:28
pgsql: Fix timestamp overflow in UUIDv7 implementation. Masahiko Sawada 16:39
pgsql: Rename TRY_POPCNT_FAST to TRY_POPCNT_X86_64. Nathan Bossart 17:29
pgsql: Fix crash if LockErrorCleanup() is called twice Heikki Linnakangas 18:20
pgsql: Optimize popcount functions with ARM Neon intrinsics. Nathan Bossart 19:50
pgsql: Revert "Tidy up locale thread safety in ECPG library." Peter Eisentraut 20:33
pgsql: Optimize popcount functions with ARM SVE intrinsics. Nathan Bossart 21:20
pgsql: Make group_similar_or_args() reorder clause list as little as po Alexander Korotkov 21:37
pgsql: Matview statistics depend on matview data. Jeff Davis 23:16

March 29, 2025

Thread Author Time
pgsql: Use PRI?64 instead of "ll?" in format strings (continued). Peter Eisentraut 09:54
pgsql: Fix MERGE with DO NOTHING actions into a partitioned table. Dean Rasheed 10:00
pgsql: Fix MERGE with DO NOTHING actions into a partitioned table. Dean Rasheed 10:00
pgsql: Fix MERGE with DO NOTHING actions into a partitioned table. Dean Rasheed 10:00
pgsql: Fix MERGE with DO NOTHING actions into a partitioned table. Dean Rasheed 10:00
pgsql: amcheck: Move common routines into a separate module Tomas Vondra 14:19
pgsql: Fix grammar in GIN README Tomas Vondra 14:19
pgsql: pgbench: Make set_random_seed() 64-bit everywhere. Peter Eisentraut 14:31
pgsql: amcheck: Add gin_index_check() to verify GIN index Tomas Vondra 14:44
pgsql: Fix "‘static’ is not at beginning of declaration" warning Andres Freund 14:49
pgsql: amcheck: Fix indentation in verify_gin.c Tomas Vondra 15:49
pgsql: amcheck: Add a GIN index to the CREATE INDEX CONCURRENTLY tests Tomas Vondra 15:49
pgsql: amcheck: Add a test with GIN index on JSONB data Tomas Vondra 15:49
Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing Jeff Davis 16:24
pgsql: Fix mis-attribution of checksum failure stats to the wrong datab Andres Freund 18:08
pgsql: aio: Implement support for reads in smgr/md/fd Andres Freund 18:08
pgsql: aio, bufmgr: Comment fixes/improvements Andres Freund 18:57
pgsql: localbuf: Track pincount in BufferDesc as well Andres Freund 20:50
Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing 📎 Michael Paquier 22:03

March 30, 2025

Thread Author Time
pgsql: Remove incidental md5() function use from test Tomas Vondra 12:13
Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing 📎 Jeff Davis 18:12
pgsql: Add errhint_internal() Andres Freund 20:28
pgsql: pgstat: Allow checksum errors to be reported in critical section Andres Freund 20:28
pgsql: Let caller of PageIsVerified() control ignore_checksum_failure Andres Freund 20:28
pgsql: aio: Add WARNING result status Andres Freund 20:28
pgsql: bufmgr: Implement AIO read support Andres Freund 21:43
pgsql: docs: Reframe track_io_timing related docs as wait time Andres Freund 22:25
pgsql: bufmgr: Use AIO in StartReadBuffers() Andres Freund 22:25
pgsql: aio: Basic read_stream adjustments for real AIO Andres Freund 22:59
pgsql: read_stream: Introduce and use optional batchmode support Andres Freund 22:59
pgsql: Enable IO concurrency on all systems Andres Freund 23:41

March 31, 2025

Thread Author Time
pgsql: Add relallfrozen to pg_dump statistics. Jeff Davis 05:15
pgsql: Inline CRC computation for small fixed-length input on x86 John Naylor 06:28
Re: pgsql: Inline CRC computation for small fixed-length input on x86 John Naylor 07:18
Re: pgsql: Inline CRC computation for small fixed-length input on x86 John Naylor 08:07
Re: pgsql: Inline CRC computation for small fixed-length input on x86 Kyotaro Horiguchi 08:34
Re: pgsql: Inline CRC computation for small fixed-length input on x86 John Naylor 08:46
Re: pgsql: Inline CRC computation for small fixed-length input on x86 📎 John Naylor 11:16
Re: pgsql: Inline CRC computation for small fixed-length input on x86 Tom Lane 12:12
Re: pgsql: Inline CRC computation for small fixed-length input on x86 Tom Lane 12:52
Re: pgsql: Inline CRC computation for small fixed-length input on x86 Tom Lane 13:09
Re: pgsql: Inline CRC computation for small fixed-length input on x86 Tom Lane 13:33
pgsql: doc: Mention clock synchronization recommendation for hot_standb Peter Eisentraut 14:58
Re: pgsql: Add memory/disk usage for Window aggregate nodes in EXPLAIN. Christoph Berg 15:40
pgsql: Fix accidentally-harmless thinko in psqlscan_test_variable(). Tom Lane 16:16
Re: pgsql: aio: Add core asynchronous I/O infrastructure Aleksander Alekseev 16:23
Re: pgsql: aio: Add core asynchronous I/O infrastructure Andres Freund 16:38
Re: pgsql: Inline CRC computation for small fixed-length input on x86 Todd Cook 18:58
Re: pgsql: Add memory/disk usage for Window aggregate nodes in EXPLAIN. David Rowley 20:11
Re: pgsql: Add memory/disk usage for Window aggregate nodes in EXPLAIN. Christoph Berg 20:40
Re: pgsql: Add support for OAUTHBEARER SASL mechanism Christoph Berg 21:54
pgsql: Fix failing regression test on x86-32 machines David Rowley 22:06
Re: pgsql: Add memory/disk usage for Window aggregate nodes in EXPLAIN. David Rowley 22:09
Re: pgsql: Add support for OAUTHBEARER SASL mechanism Christoph Berg 22:17
Re: pgsql: Add support for OAUTHBEARER SASL mechanism Jacob Champion 23:09

Browse Archives

Prev | Next