pgsql-committers since 2024-10-11 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

Oct. 11, 2024

Thread Author Time
Re: pgsql: Doc: add check to detect non-breaking spaces in the docs. Tatsuo Ishii 00:58
pgsql: Adjust EXPLAIN's output for disabled nodes David Rowley 04:21
pgsql: pgbench: Improve result outputs related to failed transactions. Tatsuo Ishii 04:50
pgsql: Use deconstruct_array_builtin instead of deconstruct_array Álvaro Herrera 07:54
pgsql: Fix typo in connection limits test Daniel Gustafsson 08:07
pgsql: Mark consume_xids test functions VOLATILE and PARALLEL UNSAFE Heikki Linnakangas 08:10
pgsql: Add pg_ls_summariesdir(). Nathan Bossart 16:02
pgsql: Avoid mixing custom and OpenSSL BIO functions Daniel Gustafsson 20:38
Re: pgsql: Implement pg_wal_replay_wait() stored procedure 📎 Alexander Korotkov 23:33
pgsql: Create functions pg_set_relation_stats, pg_clear_relation_stats. Jeff Davis 23:57

Oct. 12, 2024

Thread Author Time
pgsql: Fix missed case for builtin collation provider. Jeff Davis 00:01
pgsql: Fix missed case for builtin collation provider. Jeff Davis 00:01
pgsql: Correctly identify which EC members are computable at a plan nod Tom Lane 18:56
pgsql: Correctly identify which EC members are computable at a plan nod Tom Lane 18:56
pgsql: Correctly identify which EC members are computable at a plan nod Tom Lane 18:56
pgsql: Correctly identify which EC members are computable at a plan nod Tom Lane 18:56
pgsql: Correctly identify which EC members are computable at a plan nod Tom Lane 18:56
pgsql: Correctly identify which EC members are computable at a plan nod Tom Lane 18:56

Oct. 13, 2024

Thread Author Time
pgsql: Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_worke Michael Paquier 02:35
pgsql: Fixup for pg_set_relation_stats(). Jeff Davis 20:44

Oct. 14, 2024

Thread Author Time
pgsql: psql: Fix \watch when using interval values less than 1ms Michael Paquier 03:28
pgsql: psql: Fix \watch when using interval values less than 1ms Michael Paquier 03:28
pgsql: psql: Fix \watch when using interval values less than 1ms Michael Paquier 03:28
pgsql: Remove traces of BeOS. Peter Eisentraut 06:45
pgsql: doc: Add anchors for COPY format descriptions Daniel Gustafsson 08:23
pgsql: Allow TAP tests to force checksums off when calling init() Peter Eisentraut 09:25
pgsql: Run pgperltidy on newly-added test code Peter Eisentraut 09:25
pgsql: Track scan reversals in MergeJoin Peter Eisentraut 14:16
pgsql: Track sort direction in SortGroupClause Peter Eisentraut 14:16
pgsql: Use construct_array_builtin for FLOAT8OID instead of construct_a Masahiko Sawada 16:50
pgsql: Remove obsolete comment in reorderbuffer.h. Masahiko Sawada 16:53
pgsql: ecpg: major cleanup, simplification, and documentation of parse. Tom Lane 17:55
pgsql: ecpg: clean up documentation of parse.pl, and add more input che Tom Lane 17:55
pgsql: ecpg: remove check_rules.pl. Tom Lane 17:55
pgsql: ecpg: move some functions into a new file ecpg/preproc/util.c. Tom Lane 17:55
pgsql: ecpg: improve preprocessor's memory management. Tom Lane 17:55
pgsql: ecpg: re-implement preprocessor's string management. Tom Lane 17:55
pgsql: Move ICU-specific code from pg_locale.c into pg_locale_icu.c. Jeff Davis 19:15
pgsql: ecpg: avoid breaking the IDENT precedence level in two. Tom Lane 19:42
pgsql: Move libc-specific code from pg_locale.c into pg_locale_libc.c. Jeff Davis 19:49
pgsql: ecpg: add cross-checks to parse.pl for usage of internal tables. Tom Lane 19:59
pgsql: Add commit 7f7474a8e4 to .git-blame-ignore-revs. Nathan Bossart 20:10
pgsql: ecpg: invent a saner syntax for ecpg.addons entries. Tom Lane 20:14
Re: pgsql: Create functions pg_set_relation_stats, pg_clear_relation_stats. Alexander Korotkov 23:00

Oct. 15, 2024

Thread Author Time
pgsql: Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal. Masahiko Sawada 00:20
pgsql: Add contrib/pg_logicalinspect. Masahiko Sawada 00:22
pgsql: Move clause_sides_match_join() into restrictinfo.h David Rowley 08:14
pgsql: Add type cast to foreach_internal's loop variable. Nathan Bossart 21:21
pgsql: Add type cast to foreach_internal's loop variable. Nathan Bossart 21:21

Oct. 16, 2024

Thread Author Time
pgsql: doc: Fix initdb option xreflabels Peter Eisentraut 06:35
pgsql: initdb: Change default to using data checksums. Peter Eisentraut 06:52
pgsql: Fix typo in comment of transformJsonAggConstructor() Amit Langote 11:39
pgsql: Fix typo in comment of transformJsonAggConstructor() Amit Langote 11:39
pgsql: Fix typo in comment of transformJsonAggConstructor() Amit Langote 11:39
Re: pgsql: Fix typo in comment of transformJsonAggConstructor() Amit Langote 11:41
pgsql: Normalize nbtree truncated high key array behavior. Peter Geoghegan 16:18
pgsql: ecpg: fix some minor mishandling of bad input in preprocessor. Tom Lane 16:25
pgsql: Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 19:09
pgsql: Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 19:09
pgsql: Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 19:10
pgsql: Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 19:10
pgsql: Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 19:10
pgsql: Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 19:10
pgsql: Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 19:10
pgsql: Fix #include order from e839c8ecc9. Jeff Davis 19:14
Re: pgsql: Create functions pg_set_relation_stats, pg_clear_relation_stats. Jeff Davis 19:14
pgsql: Whitespace fixup from generated unicode tables. Jeff Davis 19:23
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Peter Eisentraut 19:35
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 20:20
pgsql: Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 21:36
pgsql: Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 21:36
pgsql: Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 21:36
pgsql: Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 21:36
pgsql: Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 21:36
pgsql: Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 21:36
pgsql: Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 21:36
pgsql: nbtree: fix read page recheck typo. Peter Geoghegan 21:38
pgsql: Rewrite some regression queries for option checks with COPY Michael Paquier 22:22
pgsql: Rewrite some regression queries for option checks with COPY Michael Paquier 22:22
pgsql: Rewrite some regression queries for option checks with COPY Michael Paquier 22:22
pgsql: Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-col Michael Paquier 23:47
pgsql: Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-col Michael Paquier 23:47

Oct. 17, 2024

Thread Author Time
pgsql: Don't store intermediate hash values in ExprState->resvalue David Rowley 01:25
pgsql: Fix unusual include style Peter Eisentraut 06:15
pgsql: jsonapi: fully initialize dummy lexer Peter Eisentraut 06:28
pgsql: Improve node type forward reference Peter Eisentraut 06:39
pgsql: Fix unnecessary casts of copyObject() result Peter Eisentraut 06:39
pgsql: Fix whitespace Peter Eisentraut 06:48
pgsql: Fix whitespace Peter Eisentraut 06:48
pgsql: Remove superfluous forward declaration Peter Eisentraut 07:02
pgsql: Fix extreme skew detection in Parallel Hash Join. Thomas Munro 09:33
pgsql: Fix extreme skew detection in Parallel Hash Join. Thomas Munro 09:33
pgsql: Fix extreme skew detection in Parallel Hash Join. Thomas Munro 09:33
pgsql: Fix extreme skew detection in Parallel Hash Join. Thomas Munro 09:34
pgsql: Fix extreme skew detection in Parallel Hash Join. Thomas Munro 09:34
pgsql: Fix extreme skew detection in Parallel Hash Join. Thomas Munro 09:34
pgsql: Fix extreme skew detection in Parallel Hash Join. Thomas Munro 09:34
pgsql: ecpg: fix more minor mishandling of bad input in preprocessor. Tom Lane 19:28
pgsql: Improve ThrowErrorData() comments for use with soft errors. Jeff Davis 21:59

Oct. 18, 2024

Thread Author Time
pgsql: Fix description of PostgreSQL::Test::Cluster::wait_for_event() Michael Paquier 04:50
pgsql: Fix description of PostgreSQL::Test::Cluster::wait_for_event() Michael Paquier 04:50
pgsql: Remove unused code for unlogged materialized views. Fujii Masao 08:22
pgsql: Fix strsep() use for SCRAM secrets parsing Peter Eisentraut 09:26
pgsql: Fix memory leaks from incorrect strsep() uses Peter Eisentraut 09:34
pgsql: Adjust documentation for configuring Linux huge pages. Nathan Bossart 15:20
pgsql: Adjust documentation for configuring Linux huge pages. Nathan Bossart 15:20
pgsql: Adjust documentation for configuring Linux huge pages. Nathan Bossart 15:20
pgsql: Adjust documentation for configuring Linux huge pages. Nathan Bossart 15:20
pgsql: Optimize nbtree backwards scans. Peter Geoghegan 15:25
pgsql: Allow pg_set_relation_stats() to set relpages to -1. Jeff Davis 17:46
pgsql: Disable autovacuum for tables in stats import tests. Jeff Davis 17:58

Oct. 19, 2024

Thread Author Time
pgsql: Fix comment about pg_authid. Tom Lane 15:44

Oct. 20, 2024

Thread Author Time
pgsql: SQL/JSON: Fix some oversights in commit b6e1157e7 Amit Langote 03:40
pgsql: SQL/JSON: Fix some oversights in commit b6e1157e7 Amit Langote 03:40
pgsql: SQL/JSON: Fix some oversights in commit b6e1157e7 Amit Langote 03:41
pgsql: Note that index_name in ALTER INDEX ATTACH PARTITION can be sche Álvaro Herrera 13:50
pgsql: Note that index_name in ALTER INDEX ATTACH PARTITION can be sche Álvaro Herrera 13:50
pgsql: Note that index_name in ALTER INDEX ATTACH PARTITION can be sche Álvaro Herrera 13:50
pgsql: Note that index_name in ALTER INDEX ATTACH PARTITION can be sche Álvaro Herrera 13:50
pgsql: Note that index_name in ALTER INDEX ATTACH PARTITION can be sche Álvaro Herrera 13:50
pgsql: Note that index_name in ALTER INDEX ATTACH PARTITION can be sche Álvaro Herrera 13:50
pgsql: Note that index_name in ALTER INDEX ATTACH PARTITION can be sche Álvaro Herrera 13:50
Re: pgsql: Implement pg_wal_replay_wait() stored procedure 📎 Alexander Korotkov 17:21

Oct. 21, 2024

Thread Author Time
pgsql: injection_points: Add basic isolation test Michael Paquier 02:11
pgsql: Fix grammar of a comment in bufmgr.c Michael Paquier 02:27
pgsql: Fix race condition in committing a serializable transaction Heikki Linnakangas 08:01
pgsql: Fix race condition in committing a serializable transaction Heikki Linnakangas 08:01
pgsql: Fix race condition in committing a serializable transaction Heikki Linnakangas 08:01
pgsql: Fix race condition in committing a serializable transaction Heikki Linnakangas 08:01
pgsql: Fix race condition in committing a serializable transaction Heikki Linnakangas 08:01
pgsql: Fix race condition in committing a serializable transaction Heikki Linnakangas 08:01
pgsql: Fix race condition in committing a serializable transaction Heikki Linnakangas 08:01
pgsql: Update outdated comment on WAL-logged locks with invalid XID Heikki Linnakangas 11:32
pgsql: Fix wrong assertion and poor error messages in "COPY (query) TO" Tom Lane 19:08
pgsql: Fix wrong assertion and poor error messages in "COPY (query) TO" Tom Lane 19:08
pgsql: Fix wrong assertion and poor error messages in "COPY (query) TO" Tom Lane 19:08
pgsql: Fix wrong assertion and poor error messages in "COPY (query) TO" Tom Lane 19:08
pgsql: Fix wrong assertion and poor error messages in "COPY (query) TO" Tom Lane 19:08
pgsql: Fix wrong assertion and poor error messages in "COPY (query) TO" Tom Lane 19:08
pgsql: Fix wrong assertion and poor error messages in "COPY (query) TO" Tom Lane 19:08

Oct. 22, 2024

Thread Author Time
pgsql: pg_stat_statements: Add tests for nested queries with level trac Michael Paquier 04:07
pgsql: Fix C23 compiler warning Peter Eisentraut 06:34
pgsql: Make all Perl warnings fatal in 043_wal_replay_wait.pl Alexander Korotkov 10:25
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Pavel Borisov 13:30
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Pavel Borisov 13:32
pgsql: Restructure foreign key handling code for ATTACH/DETACH Álvaro Herrera 14:26
pgsql: Restructure foreign key handling code for ATTACH/DETACH Álvaro Herrera 14:26
pgsql: Restructure foreign key handling code for ATTACH/DETACH Álvaro Herrera 14:26
pgsql: Restructure foreign key handling code for ATTACH/DETACH Álvaro Herrera 14:26
pgsql: Restructure foreign key handling code for ATTACH/DETACH Álvaro Herrera 14:26
pgsql: Restructure foreign key handling code for ATTACH/DETACH Álvaro Herrera 14:26
pgsql: ecpg: Refactor ecpg_log() to skip unnecessary calls to ECPGget_s Fujii Masao 14:58
pgsql: Improve parser's reporting of statement start locations. Tom Lane 15:36
pgsql: Improve reporting of errors in extension script files. Tom Lane 15:36
pgsql: Change pg_*_relation_stats() functions to return type to void. Jeff Davis 19:48
Re: pgsql: Implement pg_wal_replay_wait() stored procedure 📎 Alexander Korotkov 20:12
pgsql: Add functions pg_set_attribute_stats() and pg_clear_attribute_st Jeff Davis 22:24
pgsql: ecpg: Fix out-of-bound read in DecodeDateTime() Michael Paquier 23:35
pgsql: ecpg: Fix out-of-bound read in DecodeDateTime() Michael Paquier 23:35
pgsql: ecpg: Fix out-of-bound read in DecodeDateTime() Michael Paquier 23:35
pgsql: ecpg: Fix out-of-bound read in DecodeDateTime() Michael Paquier 23:35
pgsql: ecpg: Fix out-of-bound read in DecodeDateTime() Michael Paquier 23:35
pgsql: ecpg: Fix out-of-bound read in DecodeDateTime() Michael Paquier 23:35
pgsql: ecpg: Fix out-of-bound read in DecodeDateTime() Michael Paquier 23:35

Oct. 23, 2024

Thread Author Time
Re: pgsql: Add functions pg_set_attribute_stats() and pg_clear_attribute_st Tom Lane 03:18
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Pavel Borisov 06:01
pgsql: Remove unnecessary word in a comment Amit Langote 09:04
pgsql: Remove unnecessary word in a comment Amit Langote 09:05
pgsql: Remove unnecessary word in a comment Amit Langote 09:05
pgsql: Remove unnecessary word in a comment Amit Langote 09:05
pgsql: Remove unnecessary word in a comment Amit Langote 09:05
pgsql: Remove unnecessary word in a comment Amit Langote 09:06
pgsql: Remove unnecessary word in a comment Amit Langote 09:06
pgsql: doc: Fix INSERT statement syntax for identity columns Daniel Gustafsson 13:03
pgsql: doc: Fix INSERT statement syntax for identity columns Daniel Gustafsson 13:04
pgsql: Make SASL max message length configurable Daniel Gustafsson 14:17
pgsql: Fix incorrect struct reference in comment Daniel Gustafsson 14:17
Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 16:21
pgsql: Documentation fixup. Jeff Davis 16:45
pgsql: Another documentation fixup. Jeff Davis 17:42
pgsql: Fix compiler warning. Jeff Davis 17:42
pgsql: Fix typo in tidstore.h. Masahiko Sawada 22:37
pgsql: Improve pg_set_attribute_stats() error message. Jeff Davis 23:19

Oct. 24, 2024

Thread Author Time
pgsql: Track more precisely query locations for nested statements Michael Paquier 00:31
pgsql: Avoid looping over all type cache entries in TypeCacheRelCallbac Alexander Korotkov 11:36
pgsql: Update header comment for lookup_type_cache() Alexander Korotkov 11:36
pgsql: Make WaitForLSNReplay() issue FATAL on postmaster death Alexander Korotkov 12:04
pgsql: Refactor WaitForLSNReplay() to return the result of waiting Alexander Korotkov 12:04
pgsql: Move LSN waiting declarations and definitions to better place Alexander Korotkov 12:04
pgsql: Add 'no_error' argument to pg_wal_replay_wait() Alexander Korotkov 12:04
pgsql: Support configuring multiple ECDH curves Daniel Gustafsson 13:38
pgsql: Raise the minimum supported OpenSSL version to 1.1.1 Daniel Gustafsson 13:38
pgsql: Handle alphanumeric characters in matching GUC names Daniel Gustafsson 13:38
pgsql: Support configuring TLSv1.3 cipher suites Daniel Gustafsson 13:38
pgsql: Refactor GetLockStatusData() to skip backends/groups without fas Fujii Masao 15:21
pgsql: Stop reading uninitialized memory in heap_inplace_lock(). Noah Misch 16:20
pgsql: Stop reading uninitialized memory in heap_inplace_lock(). Noah Misch 16:20
pgsql: Stop reading uninitialized memory in heap_inplace_lock(). Noah Misch 16:20
pgsql: Stop reading uninitialized memory in heap_inplace_lock(). Noah Misch 16:20
pgsql: Stop reading uninitialized memory in heap_inplace_lock(). Noah Misch 16:20

Browse Archives

Prev | Next