pgsql-committers since 2018-03-17 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 17, 2018

Thread Author Time
pgsql: Add 'unit' parameter to ExplainProperty{Integer,Float}. Andres Freund 06:33
pgsql: Make ExplainPropertyInteger accept 64bit input, remove *Long var Andres Freund 06:33
pgsql: Add ssl_passphrase_command setting Peter Eisentraut 12:31
pgsql: Set libpq sslcompression to off by default Peter Eisentraut 13:23
Re: pgsql: Set libpq sslcompression to off by default Tom Lane 16:47
pgsql: Fix closing of incorrectly named cursor. Michael Meskes 17:15
pgsql: Fix WHERE CURRENT OF when the referenced cursor uses an index-on Tom Lane 19:00
pgsql: Fix WHERE CURRENT OF when the referenced cursor uses an index-on Tom Lane 19:00
pgsql: Fix WHERE CURRENT OF when the referenced cursor uses an index-on Tom Lane 19:00
pgsql: Fix WHERE CURRENT OF when the referenced cursor uses an index-on Tom Lane 19:00
pgsql: Fix WHERE CURRENT OF when the referenced cursor uses an index-on Tom Lane 19:00
pgsql: Fix WHERE CURRENT OF when the referenced cursor uses an index-on Tom Lane 19:00
Re: pgsql: Set libpq sslcompression to off by default Daniel Gustafsson 19:12
pgsql: Fix overflow handling in plpgsql's integer FOR loops. Tom Lane 19:38
pgsql: Fix overflow handling in plpgsql's integer FOR loops. Tom Lane 19:38
pgsql: Fix overflow handling in plpgsql's integer FOR loops. Tom Lane 19:38
pgsql: Fix overflow handling in plpgsql's integer FOR loops. Tom Lane 19:38
pgsql: Fix overflow handling in plpgsql's integer FOR loops. Tom Lane 19:38
pgsql: Fix overflow handling in plpgsql's integer FOR loops. Tom Lane 19:38

March 18, 2018

Thread Author Time
pgsql: Fix pg_recvlogical for pre-10 versions Magnus Hagander 12:13
pgsql: Fix pg_recvlogical for pre-10 versions Magnus Hagander 12:13
pgsql: Fix pg_recvlogical for pre-10 versions Magnus Hagander 12:13
pgsql: Fix pg_recvlogical for pre-10 versions Magnus Hagander 12:13
pgsql: Fix pg_recvlogical for pre-10 versions Magnus Hagander 12:13
pgsql: Doc: note that statement-level view triggers require an INSTEAD Tom Lane 19:10
pgsql: Doc: note that statement-level view triggers require an INSTEAD Tom Lane 19:10
pgsql: Doc: note that statement-level view triggers require an INSTEAD Tom Lane 19:10
pgsql: Doc: note that statement-level view triggers require an INSTEAD Tom Lane 19:10
pgsql: Doc: note that statement-level view triggers require an INSTEAD Tom Lane 19:10
pgsql: Doc: note that statement-level view triggers require an INSTEAD Tom Lane 19:10

March 19, 2018

Thread Author Time
Re: pgsql: Add tests for reinit.c 📎 Andrew Dunstan 08:15
pgsql: Fix typo in comment Magnus Hagander 09:46
Re: pgsql: Add tests for reinit.c David Steele 13:03
pgsql: Rewrite recurse_union_children to iterate, rather than recurse. Robert Haas 15:55
pgsql: Generate a separate upper relation for each stage of setop plann Robert Haas 15:57
pgsql: Fix state reversal after partition tuple routing Alvaro Herrera 20:46
pgsql: Fix state reversal after partition tuple routing Alvaro Herrera 20:46
pgsql: Expand comment a little bit Alvaro Herrera 21:03
pgsql: Remove unnecessary members from ModifyTableState and ExecInsert Alvaro Herrera 21:16
pgsql: Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY Tom Lane 21:23
pgsql: Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY Tom Lane 21:23
pgsql: Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY Tom Lane 21:23
pgsql: Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY Tom Lane 21:23
pgsql: Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY Tom Lane 21:23
pgsql: Don't use an Msys virtual path to create a tablespace Andrew Dunstan 21:56
Re: pgsql: Add tests for reinit.c Andrew Dunstan 21:58
pgsql: Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURR Tom Lane 22:50
pgsql: Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURR Tom Lane 22:50
pgsql: Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURR Tom Lane 22:50
pgsql: Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURR Tom Lane 22:50
pgsql: Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURR Tom Lane 22:50
pgsql: Add missing break Peter Eisentraut 23:49

March 20, 2018

Thread Author Time
Re: pgsql: Set libpq sslcompression to off by default Peter Eisentraut 00:14
Re: pgsql: Add tests for reinit.c David Steele 02:03
pgsql: Prevent query-lifespan memory leakage of SP-GiST traversal value Tom Lane 03:59
pgsql: Prevent query-lifespan memory leakage of SP-GiST traversal value Tom Lane 03:59
pgsql: Prevent query-lifespan memory leakage of SP-GiST traversal value Tom Lane 03:59
Re: pgsql: Set libpq sslcompression to off by default Tom Lane 04:15
Re: pgsql: Set libpq sslcompression to off by default Daniel Gustafsson 08:03
pgsql: Fix CommandCounterIncrement in partition-related DDL Alvaro Herrera 14:37
Re: pgsql: Fix CommandCounterIncrement in partition-related DDL Alvaro Herrera 14:54
pgsql: Defer creation of partially-grouped relation until it's needed. Robert Haas 15:22
pgsql: Determine grouping strategies in create_grouping_paths. Robert Haas 15:33
pgsql: Doc: typo fix, "PG_" should be "TG_" here. Tom Lane 15:34
pgsql: Doc: typo fix, "PG_" should be "TG_" here. Tom Lane 15:34
pgsql: Doc: typo fix, "PG_" should be "TG_" here. Tom Lane 15:34
pgsql: Don't pass the grouping target around unnecessarily. Robert Haas 15:38
Re: pgsql: Fix CommandCounterIncrement in partition-related DDL 📎 Alvaro Herrera 18:26
Re: pgsql: Fix CommandCounterIncrement in partition-related DDL Tom Lane 18:37
Re: pgsql: Fix CommandCounterIncrement in partition-related DDL Alvaro Herrera 18:55
pgsql: Make configure check for a couple more Perl modules for --enable Tom Lane 19:16
pgsql: Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro. Andres Freund 20:09
pgsql: Attempt to fix build with unusual OpenSSL versions Peter Eisentraut 20:57
Re: pgsql: Set libpq sslcompression to off by default Peter Eisentraut 21:00
pgsql: Add C++ support to configure. Andres Freund 22:56

March 21, 2018

Thread Author Time
pgsql: Add configure infrastructure (--with-llvm) to enable LLVM suppor Andres Freund 00:29
Re: pgsql: Set libpq sslcompression to off by default Daniel Gustafsson 00:42
pgsql: Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line. Andres Freund 00:47
pgsql: doc: Small wording improvement Peter Eisentraut 11:27
pgsql: Rework word_similarity documentation, make it close to actual al Teodor Sigaev 11:36
pgsql: Rework word_similarity documentation, make it close to actual al Teodor Sigaev 11:37
pgsql: Rework word_similarity documentation, make it close to actual al Teodor Sigaev 11:38
pgsql: Repair crash with unsortable grouping sets. Andrew Gierth 11:43
pgsql: Repair crash with unsortable grouping sets. Andrew Gierth 11:43
pgsql: Add configure tests for stdbool.h and sizeof bool Peter Eisentraut 11:47
pgsql: Add strict_word_similarity to pg_trgm module Teodor Sigaev 11:58
pgsql: Handle heap rewrites even better in logical decoding Peter Eisentraut 13:19
pgsql: Fix typo. Tatsuo Ishii 14:21
pgsql: Fix typo. Tatsuo Ishii 14:21
pgsql: Fix typo. Tatsuo Ishii 14:21
pgsql: Fix typo. Tatsuo Ishii 14:21
pgsql: Fix typo. Tatsuo Ishii 14:21
pgsql: Fix typo. Tatsuo Ishii 14:21
pgsql: Add general purpose hasing functions to pgbench. Teodor Sigaev 15:01
pgsql: Fix relcache handling of the 'default' partition Alvaro Herrera 15:04
Re: pgsql: Fix CommandCounterIncrement in partition-related DDL Alvaro Herrera 15:07
pgsql: pg_controldata: Prevent division-by-zero errors Peter Eisentraut 16:21
pgsql: Change oddly-chosen OID allocation. Tom Lane 18:57
pgsql: Improve predtest.c's handling of cases with NULL-constant inputs Tom Lane 22:30

March 22, 2018

Thread Author Time
pgsql: Fix mishandling of quoted-list GUC values in pg_dump and ruleuti Tom Lane 00:03
pgsql: Fix mishandling of quoted-list GUC values in pg_dump and ruleuti Tom Lane 00:03
pgsql: Fix mishandling of quoted-list GUC values in pg_dump and ruleuti Tom Lane 00:03
pgsql: Fix mishandling of quoted-list GUC values in pg_dump and ruleuti Tom Lane 00:03
pgsql: Fix mishandling of quoted-list GUC values in pg_dump and ruleuti Tom Lane 00:03
pgsql: Fix mishandling of quoted-list GUC values in pg_dump and ruleuti Tom Lane 00:03
pgsql: Prevent extensions from creating custom GUCs that are GUC_LIST_Q Tom Lane 00:11
pgsql: Basic JIT provider and error handling infrastructure. Andres Freund 02:30
pgsql: Fix typo in BITCODE_CXXFLAGS assignment. Andres Freund 02:30
pgsql: Empty CXXFLAGS inherited from autoconf. Andres Freund 02:30
pgsql: Add file containing extensions of the LLVM C API. Andres Freund 03:03
pgsql: Improve ANALYZE's strategy for finding MCVs. Dean Rasheed 09:42
Re: pgsql: Improve ANALYZE's strategy for finding MCVs. Simon Riggs 10:45
pgsql: Add \if support to pgbench Teodor Sigaev 14:42
Re: pgsql: Add \if support to pgbench Fabien COELHO 14:54
Re: pgsql: Add general purpose hasing functions to pgbench. Tom Lane 15:32
Re: pgsql: Add \if support to pgbench Tom Lane 15:43
Re: pgsql: Add \if support to pgbench Teodor Sigaev 16:14
Re: pgsql: Add general purpose hasing functions to pgbench. Teodor Sigaev 16:16
Re: pgsql: Add general purpose hasing functions to pgbench. 📎 Fabien COELHO 16:31
pgsql: UINT64CONST'fy long constants in pgbench Teodor Sigaev 16:41
pgsql: Add conditional.c to libpgfeutils for MSVC build Teodor Sigaev 16:48
pgsql: Implement partition-wise grouping/aggregation. Robert Haas 16:58
pgsql: Fix errors in contrib/bloom index build. Tom Lane 17:14
pgsql: Fix errors in contrib/bloom index build. Tom Lane 17:14
pgsql: Fix errors in contrib/bloom index build. Tom Lane 17:14
pgsql: Call pgstat_report_activity() in parallel CREATE INDEX workers. Robert Haas 17:17
pgsql: Fix tuple counting in SP-GiST index build. Tom Lane 17:24
pgsql: Fix tuple counting in SP-GiST index build. Tom Lane 17:24
pgsql: Fix tuple counting in SP-GiST index build. Tom Lane 17:24
pgsql: Fix tuple counting in SP-GiST index build. Tom Lane 17:24
pgsql: Fix tuple counting in SP-GiST index build. Tom Lane 17:24
pgsql: Fix tuple counting in SP-GiST index build. Tom Lane 17:24
pgsql: doc: Update parallel join documentation for Parallel Shared Hash Robert Haas 17:26
Re: pgsql: Add \if support to pgbench Fabien COELHO 17:28
pgsql: Fix typo in comment. Robert Haas 17:36
pgsql: Avoid creating a TOAST table for a partitioned table. Robert Haas 17:51
pgsql: Support for optimizing and emitting code in LLVM JIT provider. Andres Freund 18:07
Re: pgsql: Add \if support to pgbench Andres Freund 18:24
Re: pgsql: Add \if support to pgbench Andres Freund 18:43
Re: pgsql: Add general purpose hasing functions to pgbench. Ildar Musin 18:52
pgsql: Add helpers for emitting LLVM IR. Andres Freund 19:06
pgsql: Debugging and profiling support for LLVM JIT provider. Andres Freund 19:06
pgsql: Basic planner and executor integration for JIT. Andres Freund 19:06
pgsql: Sync up our various ways of estimating pg_class.reltuples. Tom Lane 19:47
pgsql: Consider Parallel Append of partial paths for UNION [ALL]. Robert Haas 20:18
Re: pgsql: Implement partition-wise grouping/aggregation. Andres Freund 21:07
pgsql: Improve style guideline compliance of assorted error-report mess Tom Lane 21:33
pgsql: Add FIELDNO_* macro designating offset into structs required for Andres Freund 21:50
pgsql: Expand list of synchronized types and functions in LLVM JIT prov Andres Freund 21:50
pgsql: Add expression compilation support to LLVM JIT provider. Andres Freund 21:50
Re: pgsql: Add expression compilation support to LLVM JIT provider. Andres Freund 21:54
Re: pgsql: Debugging and profiling support for LLVM JIT provider. Tom Lane 22:20
Re: pgsql: Debugging and profiling support for LLVM JIT provider. Andres Freund 22:34

March 23, 2018

Thread Author Time
pgsql: Use stdbool.h if suitable Peter Eisentraut 00:42
Re: pgsql: Use stdbool.h if suitable Andres Freund 01:25
pgsql: Remove stdbool workaround in sepgsql Peter Eisentraut 02:03
pgsql: Fix whitespace Peter Eisentraut 02:36
Re: pgsql: Use stdbool.h if suitable Andres Freund 05:22
pgsql: Adapt expression JIT to stdbool.h introduction. Andres Freund 05:36
Re: pgsql: Use stdbool.h if suitable Andres Freund 06:22
pgsql: pg_resetwal: Add simple test suite Peter Eisentraut 12:43
pgsql: Allow FOR EACH ROW triggers on partitioned tables Alvaro Herrera 13:48
pgsql: pg_resetwal: Prevent division-by-zero errors Peter Eisentraut 14:25
pgsql: Fix interaction of Perl and stdbool.h Peter Eisentraut 14:33
Re: pgsql: Fix interaction of Perl and stdbool.h Tom Lane 15:49
pgsql: Exclude unlogged tables from base backups Teodor Sigaev 16:14
Re: pgsql: Fix interaction of Perl and stdbool.h David Steele 16:19
pgsql: Fix make rules that generate multiple output files. Tom Lane 17:46
pgsql: Fix make rules that generate multiple output files. Tom Lane 17:46
pgsql: Fix make rules that generate multiple output files. Tom Lane 17:46
pgsql: Fix make rules that generate multiple output files. Tom Lane 17:46
pgsql: Fix make rules that generate multiple output files. Tom Lane 17:46
pgsql: Fix make rules that generate multiple output files. Tom Lane 17:46
pgsql: Further fix interaction of Perl and stdbool.h Peter Eisentraut 20:32
Re: pgsql: Fix interaction of Perl and stdbool.h Peter Eisentraut 20:34
Re: pgsql: Fix interaction of Perl and stdbool.h Tom Lane 20:48
pgsql: Small refactoring Peter Eisentraut 21:19

March 24, 2018

Thread Author Time
pgsql: Don't qualify type pg_catalog.text in extend-extensions-example. Noah Misch 03:36
pgsql: Don't qualify type pg_catalog.text in extend-extensions-example. Noah Misch 03:36
pgsql: Don't qualify type pg_catalog.text in extend-extensions-example. Noah Misch 03:36
pgsql: Don't qualify type pg_catalog.text in extend-extensions-example. Noah Misch 03:36
pgsql: Don't qualify type pg_catalog.text in extend-extensions-example. Noah Misch 03:36
pgsql: Don't qualify type pg_catalog.text in extend-extensions-example. Noah Misch 03:36
pgsql: initdb: Improve --wal-segsize handling Peter Eisentraut 19:47
pgsql: Improve pg_resetwal documentation Peter Eisentraut 19:47
Re: pgsql: Avoid premature free of pass-by-reference CALL arguments. Andres Freund 21:25

March 25, 2018

Thread Author Time
pgsql: Add long options to pg_resetwal and pg_controldata Peter Eisentraut 01:53
Re: pgsql: Avoid premature free of pass-by-reference CALL arguments. Tom Lane 02:55
Re: pgsql: Add long options to pg_resetwal and pg_controldata Andres Freund 03:05
pgsql: Mop-up for commit feb8254518752b2cb4a8964c374dd82d49ef0e0d. Tom Lane 03:44
pgsql: Stabilize regression test result. Tom Lane 04:09
pgsql: Add #includes missed in commit e22b27f0cb3ee03ee300d431997f5944c Tom Lane 04:46