pgsql-committers since 2018-02-12 22:35

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

Feb. 12, 2018

Thread Author Time
pgsql: get_relid_attribute_name is dead, long live get_attname Alvaro Herrera 22:35

Feb. 13, 2018

Thread Author Time
Re: pgsql: Local partitioned indexes 📎 Amit Langote 02:35
pgsql: Fix typo Peter Eisentraut 03:40
pgsql: In LDAP test, restart after pg_hba.conf changes Peter Eisentraut 14:15
pgsql: Fix typo Peter Eisentraut 20:23
pgsql: Add tests for pg_get_functiondef Peter Eisentraut 20:23
pgsql: Add procedure support to pg_get_functiondef Peter Eisentraut 20:23
pgsql: doc: pg_function_is_visible also applies to aggregates and proce Peter Eisentraut 20:23
pgsql: Make plpgsql use its DTYPE_REC code paths for composite-type var Tom Lane 23:52

Feb. 14, 2018

Thread Author Time
pgsql: Speed up plpgsql function startup by doing fewer pallocs. Tom Lane 00:10
pgsql: Speed up plpgsql trigger startup by introducing "promises". Tom Lane 00:20
pgsql: Support CONSTANT/NOT NULL/initial value for plpgsql composite va Tom Lane 03:15
Re: [COMMITTERS] pgsql: Rearm statement_timeout after each executed query. Andres Freund 18:35
pgsql: Fix broken logic for reporting PL/Python function names in errco Tom Lane 19:47
pgsql: Fix broken logic for reporting PL/Python function names in errco Tom Lane 19:47
pgsql: Fix broken logic for reporting PL/Python function names in errco Tom Lane 19:47
pgsql: Fix broken logic for reporting PL/Python function names in errco Tom Lane 19:47
pgsql: Fix broken logic for reporting PL/Python function names in errco Tom Lane 19:47
pgsql: Fix broken logic for reporting PL/Python function names in errco Tom Lane 19:47
pgsql: Add an assertion that we don't pass NULL to snprintf("%s"). Tom Lane 20:06
pgsql: Silence assorted "variable may be used uninitialized" warnings. Tom Lane 21:06
pgsql: Return implementation defined value if pg_$op_s$bit_overflow ove Andres Freund 22:30
Re: pgsql: Use new overflow aware integer operations. Andres Freund 22:30
Re: pgsql: Use new overflow aware integer operations. Tom Lane 22:36
pgsql: Stabilize new plpgsql_record regression tests. Tom Lane 23:18
pgsql: Revert "Stabilize output of new regression test case". Tom Lane 23:42

Feb. 15, 2018

Thread Author Time
pgsql: Move the extern declaration for ExceptionalCondition into c.h. Tom Lane 00:43
pgsql: Cast to void in StaticAssertExpr, not its callers. Tom Lane 18:41
pgsql: Doc: fix minor bug in CREATE TABLE example. Tom Lane 18:57
pgsql: Doc: fix minor bug in CREATE TABLE example. Tom Lane 18:57
pgsql: Doc: fix minor bug in CREATE TABLE example. Tom Lane 18:57
pgsql: Doc: fix minor bug in CREATE TABLE example. Tom Lane 18:57
pgsql: Doc: fix minor bug in CREATE TABLE example. Tom Lane 18:57
pgsql: Doc: fix minor bug in CREATE TABLE example. Tom Lane 18:57
pgsql: Fix plpgsql to enforce domain checks when returning a NULL domai Tom Lane 21:25

Feb. 16, 2018

Thread Author Time
Re: pgsql: Use new overflow aware integer operations. Andres Freund 01:55
pgsql: Do execGrouping.c via expression eval machinery. Andres Freund 05:58
Re: pgsql: Do execGrouping.c via expression eval machinery. Andres Freund 06:14
pgsql: Revert "Do execGrouping.c via expression eval machinery." Andres Freund 06:47
Re: pgsql: Do execGrouping.c via expression eval machinery. Andres Freund 06:47
pgsql: Fix typo in comment Magnus Hagander 11:47
pgsql: Rename enable_partition_wise_join to enable_partitionwise_join Peter Eisentraut 15:39
pgsql: Remove some inappropriate #includes. Tom Lane 17:14
pgsql: Fix crash when canceling parallel query Peter Eisentraut 21:22
pgsql: Do execGrouping.c via expression eval machinery, take two. Andres Freund 22:48

Feb. 17, 2018

Thread Author Time
Re: pgsql: Do execGrouping.c via expression eval machinery, take two. Andres Freund 00:03
pgsql: Allow tupleslots to have a fixed tupledesc, use in executor node Andres Freund 05:20
pgsql: Mention trigger name in trigger test Alvaro Herrera 16:33
pgsql: Refactor format_type APIs to be more modular Alvaro Herrera 22:16

Feb. 18, 2018

Thread Author Time
pgsql: Move function comment to the right place Peter Eisentraut 01:46
pgsql: Minor comment fix Peter Eisentraut 01:46
pgsql: Message style fix Peter Eisentraut 22:16

Feb. 19, 2018

Thread Author Time
pgsql: Fix StaticAssertExpr() under C++ Peter Eisentraut 03:31
pgsql: Remove redundant function declaration Peter Eisentraut 03:31
pgsql: Remove redundant initialization of a local variable. Tom Lane 04:33
pgsql: Remove bogus "extern" annotations on function definitions. Tom Lane 17:07
pgsql: Allow UNIQUE indexes on partitioned tables Alvaro Herrera 20:40
pgsql: Fix expected output Alvaro Herrera 20:57
pgsql: Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks. Tom Lane 21:00
pgsql: Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks. Tom Lane 21:00
pgsql: Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks. Tom Lane 21:00
pgsql: Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks. Tom Lane 21:00
pgsql: Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks. Tom Lane 21:00
pgsql: Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks. Tom Lane 21:00
Re: pgsql: Allow UNIQUE indexes on partitioned tables David G. Johnston 22:16

Feb. 20, 2018

Thread Author Time
pgsql: Fix crash in pg_replication_slot_advance Alvaro Herrera 01:26
pgsql: Fix typo Magnus Hagander 11:04
pgsql: Adjust ALTER TABLE docs on partitioned constraints Alvaro Herrera 15:16
Re: pgsql: Allow UNIQUE indexes on partitioned tables Alvaro Herrera 15:36
pgsql: Fix pg_dump's logic for eliding sequence limits that match the d Tom Lane 16:23
pgsql: Fix pg_dump's logic for eliding sequence limits that match the d Tom Lane 16:23
Re: pgsql: Allow UNIQUE indexes on partitioned tables David G. Johnston 20:49
pgsql: Error message improvement Peter Eisentraut 22:58

Feb. 21, 2018

Thread Author Time
pgsql: Use platform independent type for TupleTableSlot->tts_off. Andres Freund 01:50
pgsql: Blindly attempt to adapt sepgsql regression tests. Andres Freund 02:27
Re: pgsql: Do execGrouping.c via expression eval machinery, take two. Andres Freund 05:26
Re: pgsql: Avoid valgrind complaint about write() of uninitalized bytes. Andres Freund 05:34
Re: pgsql: Avoid valgrind complaint about write() of uninitalized bytes. Peter Geoghegan 18:55
Re: pgsql: Avoid valgrind complaint about write() of uninitalized bytes. 📎 Peter Geoghegan 20:18
Re: pgsql: Allow UNIQUE indexes on partitioned tables 📎 David Rowley 22:56
pgsql: Repair pg_upgrade's failure to preserve relfrozenxid for matview Tom Lane 23:40
pgsql: Repair pg_upgrade's failure to preserve relfrozenxid for matview Tom Lane 23:40
pgsql: Repair pg_upgrade's failure to preserve relfrozenxid for matview Tom Lane 23:40
pgsql: Repair pg_upgrade's failure to preserve relfrozenxid for matview Tom Lane 23:40
pgsql: Repair pg_upgrade's failure to preserve relfrozenxid for matview Tom Lane 23:40
pgsql: Repair pg_upgrade's failure to preserve relfrozenxid for matview Tom Lane 23:40

Feb. 22, 2018

Thread Author Time
pgsql: Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes. Robert Haas 04:10
Re: pgsql: Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes. Tom Lane 05:35
Re: pgsql: Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes. Robert Haas 13:31
pgsql: Try to stabilize EXPLAIN output in partition_check test. Robert Haas 13:54
Re: pgsql: Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes. Robert Haas 13:55
pgsql: Avoid another valgrind complaint about write() of uninitalized b Robert Haas 14:32
Re: pgsql: Avoid valgrind complaint about write() of uninitalized bytes. Robert Haas 14:32
pgsql: postgres_fdw: Fix interaction of PHVs with child joins. Robert Haas 15:05
pgsql: Remove extra word from comment. Robert Haas 15:09
pgsql: Be lazier about partition tuple routing. Robert Haas 16:10
pgsql: Add user-callable SHA-2 functions Peter Eisentraut 16:40
pgsql: Update gratuitous use of MD5 in documentation Peter Eisentraut 16:40
pgsql: Fix perlcritic warnings Peter Eisentraut 20:14
pgsql: Backport: Mark assorted GUC variables as PGDLLIMPORT. Andres Freund 21:04
pgsql: Backport: Mark assorted GUC variables as PGDLLIMPORT. Andres Freund 21:04
pgsql: Remove extra words. Robert Haas 23:17

Feb. 23, 2018

Thread Author Time
pgsql: Support parameters in CALL Peter Eisentraut 03:09
pgsql: Revise API for partition_rbound_cmp/partition_rbound_datum_cmp. Robert Haas 14:04
pgsql: Revise API for partition bound search functions. Robert Haas 14:15
pgsql: Fix planner failures with overlapping mergejoin clauses in an ou Tom Lane 18:47
pgsql: Fix planner failures with overlapping mergejoin clauses in an ou Tom Lane 18:47
pgsql: Fix planner failures with overlapping mergejoin clauses in an ou Tom Lane 18:47
pgsql: Fix planner failures with overlapping mergejoin clauses in an ou Tom Lane 18:47
pgsql: Fix planner failures with overlapping mergejoin clauses in an ou Tom Lane 18:47
pgsql: Fix planner failures with overlapping mergejoin clauses in an ou Tom Lane 18:47
pgsql: Synchronize doc/ copies of src/test/examples/. Noah Misch 19:32
pgsql: Synchronize doc/ copies of src/test/examples/. Noah Misch 19:32
pgsql: Synchronize doc/ copies of src/test/examples/. Noah Misch 19:32
pgsql: Synchronize doc/ copies of src/test/examples/. Noah Misch 19:32
pgsql: Synchronize doc/ copies of src/test/examples/. Noah Misch 19:32
pgsql: Synchronize doc/ copies of src/test/examples/. Noah Misch 19:32
pgsql: Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 19:39
pgsql: Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 19:39
pgsql: Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 19:39
pgsql: Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 19:39
pgsql: Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 19:39
pgsql: Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 19:39
pgsql: Fix brown-paper-bag bug in commit 0a459cec96d3856f476c2db298c6b5 Tom Lane 20:11
pgsql: First-draft release notes for 10.3. Tom Lane 22:20

Feb. 24, 2018

Thread Author Time
Re: pgsql: Fix deadlock hazard in CREATE INDEX CONCURRENTLY Tom Lane 01:59
pgsql: Fix filtering of unsupported relations in logical replication Peter Eisentraut 03:14
pgsql: Fix filtering of unsupported relations in logical replication Peter Eisentraut 03:14
pgsql: Check error messages in SSL tests Peter Eisentraut 15:11
pgsql: Add window RANGE support for float4, float8, numeric. Tom Lane 18:23
pgsql: Fix thinko in in_range_float4_float8. Tom Lane 19:46
pgsql: Add current directory to Perl include path Peter Eisentraut 19:54
pgsql: Use croak instead of die in Perl code when appropriate Peter Eisentraut 19:54
pgsql: Update headers of generated files Peter Eisentraut 19:54

Feb. 25, 2018

Thread Author Time
pgsql: Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22. Tom Lane 19:53
pgsql: Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22. Tom Lane 19:53
pgsql: Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22. Tom Lane 19:53
pgsql: Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22. Tom Lane 19:53
pgsql: Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22. Tom Lane 19:53
pgsql: Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22. Tom Lane 19:53
pgsql: Un-break parallel pg_upgrade. Tom Lane 22:27

Feb. 26, 2018

Thread Author Time
pgsql: Translation updates Peter Eisentraut 13:50
pgsql: Translation updates Peter Eisentraut 13:50
pgsql: Translation updates Peter Eisentraut 13:50
pgsql: Translation updates Peter Eisentraut 13:50
pgsql: Translation updates Peter Eisentraut 13:50
pgsql: Add a new upper planner relation for partially-aggregated result Robert Haas 14:33
pgsql: Avoid using unsafe search_path settings during dump and restore. Tom Lane 15:20
pgsql: Avoid using unsafe search_path settings during dump and restore. Tom Lane 15:20
pgsql: Avoid using unsafe search_path settings during dump and restore. Tom Lane 15:20
pgsql: Avoid using unsafe search_path settings during dump and restore. Tom Lane 15:20
pgsql: Avoid using unsafe search_path settings during dump and restore. Tom Lane 15:20
pgsql: Avoid using unsafe search_path settings during dump and restore. Tom Lane 15:20
pgsql: Document security implications of search_path and the public sch Noah Misch 15:42
pgsql: Empty search_path in Autovacuum and non-psql/pgbench clients. Noah Misch 15:42
pgsql: Document security implications of search_path and the public sch Noah Misch 15:42
pgsql: Document security implications of search_path and the public sch Noah Misch 15:42
pgsql: Document security implications of search_path and the public sch Noah Misch 15:42
pgsql: Document security implications of search_path and the public sch Noah Misch 15:42
pgsql: Document security implications of search_path and the public sch Noah Misch 15:42
pgsql: Empty search_path in Autovacuum and non-psql/pgbench clients. Noah Misch 15:42
pgsql: Empty search_path in Autovacuum and non-psql/pgbench clients. Noah Misch 15:42
pgsql: Empty search_path in Autovacuum and non-psql/pgbench clients. Noah Misch 15:42
pgsql: Back-patch non-static ExecuteSqlQueryForSingleRow(). Noah Misch 15:42
pgsql: Back-patch non-static ExecuteSqlQueryForSingleRow(). Noah Misch 15:42
pgsql: Empty search_path in Autovacuum and non-psql/pgbench clients. Noah Misch 15:42
pgsql: Empty search_path in Autovacuum and non-psql/pgbench clients. Noah Misch 15:42
pgsql: Fix typo in internal error message Peter Eisentraut 16:55
pgsql: Last-minute updates for release notes. Tom Lane 17:14
pgsql: Last-minute updates for release notes. Tom Lane 17:14
pgsql: Last-minute updates for release notes. Tom Lane 17:14
pgsql: Last-minute updates for release notes. Tom Lane 17:14
pgsql: Last-minute updates for release notes. Tom Lane 17:14
pgsql: Last-minute updates for release notes. Tom Lane 17:14
pgsql: Schema-qualify references in test_ddl_deparse test script. Tom Lane 17:22
pgsql: Schema-qualify references in test_ddl_deparse test script. Tom Lane 17:22
pgsql: Schema-qualify references in test_ddl_deparse test script. Tom Lane 17:22
pgsql: Schema-qualify references in test_ddl_deparse test script. Tom Lane 17:22
pgsql: Update PartitionTupleRouting struct comment Alvaro Herrera 20:24
pgsql: Stamp 10.3. Tom Lane 22:11
pgsql: Stamp 9.6.8. Tom Lane 22:14
pgsql: Stamp 9.5.12. Tom Lane 22:16
pgsql: Stamp 9.4.17. Tom Lane 22:18
pgsql: Stamp 9.3.22. Tom Lane 22:20

Feb. 27, 2018

Thread Author Time
pgsql: Revert restructuring of bin/scripts/Makefile Magnus Hagander 13:13
pgsql: Revert restructuring of bin/scripts/Makefile Magnus Hagander 13:13
pgsql: Revert restructuring of bin/scripts/Makefile Magnus Hagander 13:13
pgsql: Remove unused functions in regress.c. Tom Lane 17:13
pgsql: Improve regression test coverage of regress.c. Tom Lane 17:13
pgsql: Fix logic error in add_paths_to_partial_grouping_rel. Robert Haas 18:27
pgsql: Minor cleanup of code related to partially_grouped_rel. Robert Haas 18:27
pgsql: Prevent dangling-pointer access when update trigger returns old Tom Lane 18:28
pgsql: Prevent dangling-pointer access when update trigger returns old Tom Lane 18:28
pgsql: Prevent dangling-pointer access when update trigger returns old Tom Lane 18:28
pgsql: Prevent dangling-pointer access when update trigger returns old Tom Lane 18:28
pgsql: Prevent dangling-pointer access when update trigger returns old Tom Lane 18:28
pgsql: Prevent dangling-pointer access when update trigger returns old Tom Lane 18:28
pgsql: doc: Fix grammar. Robert Haas 19:44
pgsql: Remove regression tests' CREATE FUNCTION commands for unused C f Tom Lane 20:15
pgsql: Remove regression tests' CREATE FUNCTION commands for unused C f Tom Lane 20:15

Browse Archives

Prev | Next