pgsql-committers since 2024-10-07 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. 7, 2024

Thread Author Time
pgsql: Use camel case for "DateStyle" in some error messages Michael Paquier 03:36
pgsql: doc: Add minimal C and SQL example to add a custom table AM hand Michael Paquier 06:48
pgsql: doc: Quote value in SET NAMES documentation Daniel Gustafsson 09:53
pgsql: Fix fetching default toast value during decoding of in-progress Amit Kapila 10:22
pgsql: Fix fetching default toast value during decoding of in-progress Amit Kapila 10:22
pgsql: Fix fetching default toast value during decoding of in-progress Amit Kapila 10:22
pgsql: Fix fetching default toast value during decoding of in-progress Amit Kapila 10:22
pgsql: Fix fetching default toast value during decoding of in-progress Amit Kapila 10:22
Re: pgsql: Fix fetching default toast value during decoding of in-progress Daniel Gustafsson 10:44
Re: pgsql: Fix fetching default toast value during decoding of in-progress Amit Kapila 10:46
Re: pgsql: Fix fetching default toast value during decoding of in-progress Amit Kapila 13:33
pgsql: Restrict password hash length. Nathan Bossart 15:56
pgsql: Convert tab-complete's long else-if chain to a switch statement. Tom Lane 16:31
pgsql: Invent "MatchAnyN" option for tab-complete.c's Matches/MatchesCS Tom Lane 16:31
pgsql: Prepare tab-complete.c for preprocessing. Tom Lane 16:31
pgsql: Fix Y2038 issues with MyStartTime. Nathan Bossart 18:52
pgsql: Fix Y2038 issues with MyStartTime. Nathan Bossart 18:52
pgsql: Fix Y2038 issues with MyStartTime. Nathan Bossart 18:52
pgsql: Fix Y2038 issues with MyStartTime. Nathan Bossart 18:52
pgsql: Fix Y2038 issues with MyStartTime. Nathan Bossart 18:52
pgsql: Fix Y2038 issues with MyStartTime. Nathan Bossart 18:52
pgsql: Fix Y2038 issues with MyStartTime. Nathan Bossart 18:52
pgsql: vacuumdb: Schema-qualify operator in catalog query's WHERE claus Nathan Bossart 21:50
pgsql: vacuumdb: Schema-qualify operator in catalog query's WHERE claus Nathan Bossart 21:50
pgsql: vacuumdb: Schema-qualify operator in catalog query's WHERE claus Nathan Bossart 21:50
pgsql: vacuumdb: Schema-qualify operator in catalog query's WHERE claus Nathan Bossart 21:50
pgsql: vacuumdb: Schema-qualify operator in catalog query's WHERE claus Nathan Bossart 21:50
pgsql: vacuumdb: Schema-qualify operator in catalog query's WHERE claus Nathan Bossart 21:50
pgsql: vacuumdb: Schema-qualify operator in catalog query's WHERE claus Nathan Bossart 21:50
pgsql: Fix test for password hash length limit. Nathan Bossart 22:17

Oct. 8, 2024

Thread Author Time
pgsql: doc PG 17 relnotes: move adminpack item to incompatibilities Bruce Momjian 00:11
pgsql: Fix search_path cache initialization. Jeff Davis 01:05
pgsql: Fix search_path cache initialization. Jeff Davis 01:05
pgsql: Improve style of two code paths Michael Paquier 01:53
Re: pgsql: Fix fetching default toast value during decoding of in-progress Amit Kapila 05:17
pgsql: Stabilize the test added by commit 022564f60c. Amit Kapila 07:10
pgsql: Stabilize the test added by commit 022564f60c. Amit Kapila 07:10
pgsql: Stabilize the test added by commit 022564f60c. Amit Kapila 07:10
pgsql: Stabilize the test added by commit 022564f60c. Amit Kapila 07:10
pgsql: Stabilize the test added by commit 022564f60c. Amit Kapila 07:10
pgsql: Add REJECT_LIMIT option to the COPY command. Fujii Masao 09:23
pgsql: Move check for binary mode and on_error option to the appropriat Fujii Masao 09:26
pgsql: Doc: add check to detect non-breaking spaces in the docs. Tatsuo Ishii 11:26
pgsql: Add test for dead-end backends Heikki Linnakangas 12:16
pgsql: Use an shmem_exit callback to remove backend from PMChildFlags o Heikki Linnakangas 12:16
pgsql: Add test for connection limits Heikki Linnakangas 12:16
pgsql: Fix typo and run pgperltidy on newly-added test Heikki Linnakangas 12:49
pgsql: Silence buildfarm warning chatter from bd1276a3c. Tom Lane 15:15
pgsql: bufmgr: Return early in ScheduleBufferTagForWriteback() if fsync Andres Freund 16:57
pgsql: Use aux process resource owner in walsender Andres Freund 16:57
pgsql: bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers( Andres Freund 16:57
pgsql: Add min and max aggregates for bytea type. Tom Lane 17:52
pgsql: Silence assorted annoying test output. Tom Lane 18:13
pgsql: Introduce two fields in EState to track parallel worker activity Michael Paquier 23:14
pgsql: pg_stat_statements: Add columns to track parallel worker activit Michael Paquier 23:31
pgsql: Allow roles created by new test to log in under SSPI. Tom Lane 23:47

Oct. 9, 2024

Thread Author Time
pgsql: Remove incorrect function import from pgindent Daniel Gustafsson 07:41
pgsql: Remove incorrect function import from pgindent Daniel Gustafsson 07:41
pgsql: Remove incorrect function import from pgindent Daniel Gustafsson 07:42
pgsql: Remove incorrect function import from pgindent Daniel Gustafsson 07:42
pgsql: Remove incorrect function import from pgindent Daniel Gustafsson 07:42
pgsql: Remove incorrect function import from pgindent Daniel Gustafsson 07:43
pgsql: Remove incorrect function import from pgindent Daniel Gustafsson 07:43
pgsql: doc: Fix mention of AT LOCAL in release notes Daniel Gustafsson 08:18
pgsql: Allow pushdown of HAVING clauses with grouping sets Richard Guo 08:22
pgsql: Consider explicit incremental sort for mergejoins Richard Guo 08:22
pgsql: Apply GUC name from central table in more places of guc.c Michael Paquier 09:53
pgsql: Avoid crash in estimate_array_length with null root pointer. Tom Lane 21:08
pgsql: Avoid crash in estimate_array_length with null root pointer. Tom Lane 21:08

Oct. 10, 2024

Thread Author Time
pgsql: doc PG 17 relnotes: add missing commands for safe search path Bruce Momjian 02:58
pgsql: doc PG 17 relnotes: clarify pg_upgrade and logical slot preserv. Bruce Momjian 03:06
pgsql: Improve descriptions of some pg_stat_checkpoints functions in pg Fujii Masao 15:13
Re: pgsql: Doc: add check to detect non-breaking spaces in the docs. Robert Haas 17:45
pgsql: Don't hard-code the input file name in gen_tabcomplete.pl's outp Tom Lane 21:02
pgsql: Avoid possible segfault in psql's tab completion. Tom Lane 21:02

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

Browse Archives

Prev | Next