pgsql-committers since 2024-01-18 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

Jan. 18, 2024

Thread Author Time
Re: pgsql: Clean up role created in new subscription test. vignesh C 00:57
pgsql: seg: Add test "security" in meson.build Michael Paquier 01:13
pgsql: seg: Add test "security" in meson.build Michael Paquier 01:13
pgsql: lwlock: Fix quadratic behavior with very long wait lists Michael Paquier 02:13
pgsql: lwlock: Fix quadratic behavior with very long wait lists Michael Paquier 02:13
pgsql: lwlock: Fix quadratic behavior with very long wait lists Michael Paquier 02:13
pgsql: lwlock: Fix quadratic behavior with very long wait lists Michael Paquier 02:13
pgsql: Add try_index_open(), conditional variant of index_open() Michael Paquier 06:05
pgsql: Add try_index_open(), conditional variant of index_open() Michael Paquier 06:05
pgsql: Add try_index_open(), conditional variant of index_open() Michael Paquier 06:05
pgsql: Add try_index_open(), conditional variant of index_open() Michael Paquier 06:05
pgsql: Improve handling of dropped partitioned indexes for REINDEX INDE Michael Paquier 07:32
pgsql: Improve handling of dropped partitioned indexes for REINDEX INDE Michael Paquier 07:32
pgsql: Improve handling of dropped partitioned indexes for REINDEX INDE Michael Paquier 07:32
pgsql: Improve handling of dropped partitioned indexes for REINDEX INDE Michael Paquier 07:32
pgsql: Fix an issue in PostgreSQL::Test::Cluster:psql() Peter Eisentraut 07:51
pgsql: Error message capitalisation Peter Eisentraut 08:38
pgsql: Rework text in replication slots documentation Alvaro Herrera 10:42
pgsql: More documentation updates for incremental backup. Robert Haas 14:40
pgsql: Optimize vacuuming of relations with no indexes. Robert Haas 15:09
pgsql: Clarify language in incremental backup glossary entry. Robert Haas 15:12
pgsql: Move VM update code from lazy_scan_heap() to lazy_scan_prune(). Robert Haas 19:45
pgsql: Remove LVPagePruneState. Robert Haas 20:17
pgsql: Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL comm Tom Lane 21:11
pgsql: Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL comm Tom Lane 21:11
pgsql: Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL comm Tom Lane 21:11
pgsql: Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL comm Tom Lane 21:11
pgsql: Fix broken Bitmapset optimization in DiscreteKnapsack() David Rowley 21:45
pgsql: Fix buildfarm error from commit 5c31669058. Jeff Davis 23:21
pgsql: Fix buildfarm error from commit 5c31669058. Jeff Davis 23:21

Jan. 19, 2024

Thread Author Time
pgsql: Improve some documentation about the bootstrap superuser. Nathan Bossart 03:40
pgsql: Fix incorrect placeholder in walreceiver.c Michael Paquier 04:21
pgsql: psql: Add ignore_slash_options in bind's inactive branch Michael Paquier 05:19
pgsql: Add inline incremental hash functions for in-memory use John Naylor 05:51
pgsql: Add optimized C string hashing John Naylor 06:00
pgsql: Fixed misspelled byteswap function for big endian machines John Naylor 06:28
pgsql: Rename COPY option from SAVE_ERROR_TO to ON_ERROR Alexander Korotkov 13:35
Re: pgsql: Clean up role created in new subscription test. Daniel Gustafsson 14:26
Re: pgsql: Clean up role created in new subscription test. Peter Eisentraut 14:40
pgsql: Add stratnum GiST support function Peter Eisentraut 14:47
pgsql: Reorder actions in ProcArrayApplyRecoveryInfo() Alexander Korotkov 15:19
pgsql: doc: Update compiler for FreeBSD specific instructions Daniel Gustafsson 15:39
Re: pgsql: Reorder actions in ProcArrayApplyRecoveryInfo() Tom Lane 16:08
pgsql: Fix name collision in c64086b79dba Alexander Korotkov 16:17
Re: pgsql: Reorder actions in ProcArrayApplyRecoveryInfo() Alexander Korotkov 16:18
pgsql: doc: Reorganize section for shared memory and LWLocks. Nathan Bossart 17:19
pgsql: Introduce the dynamic shared memory registry. Nathan Bossart 20:25
pgsql: Teach autoprewarm to use the dynamic shared memory registry. Nathan Bossart 20:44

Jan. 20, 2024

Thread Author Time
pgsql: Add planner support functions for range operators <@ and @>. Tom Lane 18:58
pgsql: Add hint about not qualifying UPDATE...SET target with relation Tom Lane 22:54

Jan. 21, 2024

Thread Author Time
pgsql: Generalize the common code of adding sort before processing of g Alexander Korotkov 20:21
pgsql: Explore alternative orderings of group-by pathkeys during optimi Alexander Korotkov 20:21
Re: pgsql: Explore alternative orderings of group-by pathkeys during optimi Tom Lane 21:09
pgsql: Fix table name collision in tests in 0452b461bc Alexander Korotkov 21:28
Re: pgsql: Explore alternative orderings of group-by pathkeys during optimi Alexander Korotkov 21:28

Jan. 22, 2024

Thread Author Time
pgsql: Add backend support for injection points Michael Paquier 01:18
pgsql: Add test module injection_points Michael Paquier 04:32
pgsql: Fix some typos Michael Paquier 05:00
pgsql: Re-disallow Memoize for parameterized nested loops with join fil David Rowley 09:45
pgsql: Re-disallow Memoize for parameterized nested loops with join fil David Rowley 09:45
pgsql: Make documentation builds reproducible Peter Eisentraut 10:11
pgsql: Test EXPLAIN (FORMAT JSON) ... XMLTABLE Alvaro Herrera 16:16
pgsql: Abort pgbench if script end is reached with an open pipeline Alvaro Herrera 16:50
pgsql: Abort pgbench if script end is reached with an open pipeline Alvaro Herrera 16:50
pgsql: Abort pgbench if script end is reached with an open pipeline Alvaro Herrera 16:50
pgsql: Abort pgbench if script end is reached with an open pipeline Alvaro Herrera 16:50
pgsql: Fix two memcpy() bugs in the new injection point code Heikki Linnakangas 19:01

Jan. 23, 2024

Thread Author Time
pgsql: Fix ERROR message in injection_point.c Michael Paquier 01:49
pgsql: Fix possible NULL pointer dereference in GetNamedDSMSegment(). Nathan Bossart 02:45
pgsql: ci: Enable injection points in builds Michael Paquier 03:01
pgsql: Add better handling of redundant IS [NOT] NULL quals David Rowley 05:09
pgsql: Improve stability of recovery test 035_standby_logical_decoding Michael Paquier 05:46
pgsql: Improve stability of recovery test 035_standby_logical_decoding Michael Paquier 05:46
pgsql: Generate syscache info from catalog files Peter Eisentraut 06:46
pgsql: Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h" Heikki Linnakangas 08:56
pgsql: Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h" Heikki Linnakangas 08:56
pgsql: meson: portname was set too early Peter Eisentraut 11:20
pgsql: meson: portname was set too early Peter Eisentraut 11:20
pgsql: doc: Add acronym and glossary term for Access Method Daniel Gustafsson 12:33
Re: pgsql: Generate syscache info from catalog files Tom Lane 14:08
Re: pgsql: Generate syscache info from catalog files Tom Lane 15:13
Re: pgsql: Generate syscache info from catalog files Peter Eisentraut 15:31
pgsql: Fix makefiles for newly added files Peter Eisentraut 15:35
Re: pgsql: Generate syscache info from catalog files Tom Lane 16:36
pgsql: meson: Map host_system android to linux Peter Eisentraut 19:08
Re: pgsql: Add better handling of redundant IS [NOT] NULL quals Alvaro Herrera 19:15
Re: pgsql: Add better handling of redundant IS [NOT] NULL quals Tom Lane 19:38
pgsql: Support shared libraries on Android (using make) Peter Eisentraut 19:40
pgsql: Fix crash in autoprewarm. Nathan Bossart 20:22
Re: pgsql: Add better handling of redundant IS [NOT] NULL quals David Rowley 21:02

Jan. 24, 2024

Thread Author Time
pgsql: Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees Michael Paquier 05:24
pgsql: Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees Michael Paquier 05:24
pgsql: Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees Michael Paquier 05:24
pgsql: Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees Michael Paquier 05:24
pgsql: Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees Michael Paquier 05:24
pgsql: Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees Michael Paquier 05:24
pgsql: Add soft error handling to some expression nodes Amit Langote 06:16
pgsql: Adjust populate_record_field() to handle errors softly Amit Langote 06:21
pgsql: Refactor code used by jsonpath executor to fetch variables Amit Langote 06:21
pgsql: pgbench: Add \syncpipeline Michael Paquier 07:55
pgsql: Improve notation of BuiltinTrancheNames Alvaro Herrera 14:04
pgsql: Add temporal PRIMARY KEY and UNIQUE constraints Peter Eisentraut 15:43
pgsql: Rename index "abc" in aggregates.sql Alexander Korotkov 19:44

Jan. 25, 2024

Thread Author Time
pgsql: Track LLVM 18 changes. Thomas Munro 00:52
pgsql: Track LLVM 18 changes. Thomas Munro 00:52
pgsql: Track LLVM 18 changes. Thomas Munro 00:52
pgsql: Track LLVM 18 changes. Thomas Munro 00:53
pgsql: Track LLVM 18 changes. Thomas Munro 00:53
pgsql: Track LLVM 18 changes. Thomas Munro 00:53
pgsql: Add progress reporting of skipped tuples during COPY FROM. Masahiko Sawada 02:00
pgsql: jit: Require at least LLVM 10. Thomas Munro 02:58
pgsql: Remove redundant HandleWalWriterInterrupts(). Fujii Masao 03:52
pgsql: Fix comment on gist_stratnum_btree Peter Eisentraut 06:29
pgsql: Allow to enable failover property for replication slots via SQL Amit Kapila 06:58
pgsql: Add more LOG messages when starting and ending recovery from a b Michael Paquier 08:10
pgsql: Silence compiler warning introduced in 1edb3b491b Amit Langote 08:12
pgsql: Fix s_lock_test compile Alvaro Herrera 10:27
pgsql: MergeAttributes: convert pg_attribute back to ColumnDef before c Peter Eisentraut 10:30
pgsql: Remove dummy_spinlock Alvaro Herrera 10:45
pgsql: Add a const decoration Peter Eisentraut 12:43
pgsql: Implement various jsonpath methods Andrew Dunstan 15:24
pgsql: Doc: improve documentation for jsonpath behavior. Tom Lane 16:32
pgsql: Clean up a bug in sql/json items commit 66ea94e8e6 Andrew Dunstan 21:25
pgsql: Support TZ and OF format codes in to_timestamp(). Tom Lane 22:47
pgsql: Update comment, generation mem contexts have a "keeper" block Heikki Linnakangas 23:06

Jan. 26, 2024

Thread Author Time
pgsql: Revert "Add support for parsing of large XML data (>= 10MB)" Michael Paquier 01:23
pgsql: Improve NestLoopParam generation for lateral subqueries David Rowley 03:20
pgsql: Fix comment in index.c Michael Paquier 05:09
pgsql: De-dupicate Memoize cache keys David Rowley 07:51
pgsql: Reindex toast before its main relation in reindex_relation() Michael Paquier 08:40
pgsql: MergeAttributes code deduplication Peter Eisentraut 10:08
pgsql: Make spelling of cancelled/cancellation consistent Alvaro Herrera 11:39
pgsql: Split some code out from MergeAttributes() Peter Eisentraut 12:52
pgsql: Combine FSM updates for prune and no-prune cases. Robert Haas 16:41
pgsql: Temporary patch to help debug pg_walsummary test failures. Robert Haas 18:37
pgsql: Detect Julian-date overflow in timestamp[tz]_pl_interval. Tom Lane 18:40
pgsql: Detect Julian-date overflow in timestamp[tz]_pl_interval. Tom Lane 18:40
pgsql: Detect Julian-date overflow in timestamp[tz]_pl_interval. Tom Lane 18:40
pgsql: Detect Julian-date overflow in timestamp[tz]_pl_interval. Tom Lane 18:40
pgsql: Detect Julian-date overflow in timestamp[tz]_pl_interval. Tom Lane 18:40
pgsql: Detect Julian-date overflow in timestamp[tz]_pl_interval. Tom Lane 18:40
pgsql: Compare varnullingrels too in assign_param_for_var(). Tom Lane 20:54
pgsql: Compare varnullingrels too in assign_param_for_var(). Tom Lane 20:54
pgsql: Attempt to fix newly added Memoize regression test David Rowley 22:18

Jan. 28, 2024

Thread Author Time
pgsql: Fix DROP ROLE when specifying duplicated roles Michael Paquier 23:06
pgsql: Fix DROP ROLE when specifying duplicated roles Michael Paquier 23:06
Re: pgsql: Temporary patch to help debug pg_walsummary test failures. Michael Paquier 23:40

Jan. 29, 2024

Thread Author Time
pgsql: Add more LOG messages when starting and ending recovery from a b Michael Paquier 00:05
pgsql: Add more LOG messages when starting and ending recovery from a b Michael Paquier 00:05
pgsql: Remove ReorderBufferTupleBuf structure. Masahiko Sawada 01:39
pgsql: Allow setting failover property in the replication command. Amit Kapila 04:20
pgsql: Fix comments in ReplicationSlotAcquire(). Amit Kapila 04:54
pgsql: Fix catalog lookup due to wrong snapshot for subtransactions dur Amit Kapila 05:30
pgsql: Fix catalog lookup due to wrong snapshot for subtransactions dur Amit Kapila 05:30
pgsql: Remove make function vpathsearch Peter Eisentraut 06:39
pgsql: Doc: Fix incorrect reference to conflicting column in pg_replica Amit Kapila 06:54
pgsql: libpq: Move cancellation related functions to fe-cancel.c Alvaro Herrera 11:41
pgsql: Fix locking when fixing an incomplete split of a GIN internal pa Heikki Linnakangas 11:52
pgsql: Fix locking when fixing an incomplete split of a GIN internal pa Heikki Linnakangas 11:52
pgsql: Fix locking when fixing an incomplete split of a GIN internal pa Heikki Linnakangas 11:52
pgsql: Fix locking when fixing an incomplete split of a GIN internal pa Heikki Linnakangas 11:52
pgsql: Fix locking when fixing an incomplete split of a GIN internal pa Heikki Linnakangas 11:52
pgsql: Fix locking when fixing an incomplete split of a GIN internal pa Heikki Linnakangas 11:52
pgsql: Add EXPLAIN (MEMORY) to report planner memory consumption Alvaro Herrera 16:55
pgsql: Fix incompatibilities with libxml2 >= 2.12.0. Tom Lane 17:06
pgsql: Fix incompatibilities with libxml2 >= 2.12.0. Tom Lane 17:06
pgsql: Fix incompatibilities with libxml2 >= 2.12.0. Tom Lane 17:06
pgsql: Fix incompatibilities with libxml2 >= 2.12.0. Tom Lane 17:06
pgsql: Fix incompatibilities with libxml2 >= 2.12.0. Tom Lane 17:06
pgsql: Fix incompatibilities with libxml2 >= 2.12.0. Tom Lane 17:06
pgsql: Move is_valid_ascii() to ascii.h. Nathan Bossart 18:09
pgsql: Move is_valid_ascii() to ascii.h. Nathan Bossart 18:09
pgsql: Move is_valid_ascii() to ascii.h. Nathan Bossart 18:09
pgsql: Doc: mention foreign keys can reference unique indexes David Rowley 21:15
pgsql: Doc: mention foreign keys can reference unique indexes David Rowley 21:16
pgsql: Doc: mention foreign keys can reference unique indexes David Rowley 21:16
pgsql: Doc: mention foreign keys can reference unique indexes David Rowley 21:16
pgsql: Doc: mention foreign keys can reference unique indexes David Rowley 21:17
pgsql: Doc: mention foreign keys can reference unique indexes David Rowley 21:17
pgsql: Delay build of Memoize hash table until executor run David Rowley 23:37

Jan. 30, 2024

Thread Author Time
pgsql: Fix incorrect format placeholders for Oid Peter Eisentraut 08:16
pgsql: pgcrypto: Fix check for buffer size Daniel Gustafsson 10:26
pgsql: pgcrypto: Fix check for buffer size Daniel Gustafsson 10:27
pgsql: pgcrypto: Fix check for buffer size Daniel Gustafsson 10:27
pgsql: pgcrypto: Fix check for buffer size Daniel Gustafsson 10:28
pgsql: pgcrypto: Fix check for buffer size Daniel Gustafsson 10:28
pgsql: pgcrypto: Fix check for buffer size Daniel Gustafsson 10:28
pgsql: Add a failover option to subscriptions. Amit Kapila 11:31
pgsql: Split use of SerialSLRULock, creating SerialControlLock Alvaro Herrera 17:13
pgsql: Simplify partial path generation in GROUP BY/ORDER BY David Rowley 21:11
pgsql: Fix 003_extrafiles.pl test for the Windows Andrew Dunstan 22:13
pgsql: Fix 003_extrafiles.pl test for the Windows Andrew Dunstan 22:13
pgsql: Fix 003_extrafiles.pl test for the Windows Andrew Dunstan 22:13
pgsql: Fix 003_extrafiles.pl test for the Windows Andrew Dunstan 22:13
pgsql: Fix 003_extrafiles.pl test for the Windows Andrew Dunstan 22:13
pgsql: Fix 003_extrafiles.pl test for the Windows Andrew Dunstan 22:13

Jan. 31, 2024

Thread Author Time
pgsql: Use older name for test_primary_datadir Andrew Dunstan 00:24
pgsql: Use older name for test_primary_datadir Andrew Dunstan 00:24
Re: pgsql: Temporary patch to help debug pg_walsummary test failures. David Rowley 03:05
pgsql: Fix various issues with ALTER TEXT SEARCH CONFIGURATION Michael Paquier 04:17

Browse Archives

Prev | Next