pgsql-committers since 2019-02-21 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

Feb. 21, 2019

Thread Author Time
pgsql: Speed up match_eclasses_to_foreign_key_col() when there are many Tom Lane 01:53
pgsql: Speed up match_eclasses_to_foreign_key_col() when there are many Tom Lane 01:53
pgsql: Speed up match_eclasses_to_foreign_key_col() when there are many Tom Lane 01:53
pgsql: Speed up match_eclasses_to_foreign_key_col() when there are many Tom Lane 01:53
pgsql: Fix dbtoepub output file name Peter Eisentraut 14:56
pgsql: Fix dbtoepub output file name Peter Eisentraut 14:56
pgsql: Delay lock acquisition for partitions until we route a tuple to Robert Haas 16:33
pgsql: Move code for managing PartitionDescs into a new file, partdesc. Robert Haas 17:08
pgsql: pg_regress: Don't use absolute paths for the diff Peter Eisentraut 18:01
pgsql: doc: Add security information about pg_stat_activity Peter Eisentraut 18:55
pgsql: Hide other user's pg_stat_ssl rows Peter Eisentraut 18:55
pgsql: Move estimate_hashagg_tablesize to selfuncs.c, and widen result Tom Lane 19:59
pgsql: Fix mark-and-restore-skipping test case to not be a self-join. Tom Lane 23:55

Feb. 22, 2019

Thread Author Time
pgsql: Remove duplicate variable declaration in fe-connect.c Michael Paquier 04:22
pgsql: Add const qualifier Peter Eisentraut 08:09
pgsql: Report correct name in autovacuum "work items" activity Alvaro Herrera 16:01
pgsql: Report correct name in autovacuum "work items" activity Alvaro Herrera 16:01
pgsql: Report correct name in autovacuum "work items" activity Alvaro Herrera 16:01
pgsql: Fix plan created for inherited UPDATE/DELETE with all tables exc Tom Lane 17:23
pgsql: Fix plan created for inherited UPDATE/DELETE with all tables exc Tom Lane 17:23
pgsql: Fix plan created for inherited UPDATE/DELETE with all tables exc Tom Lane 17:23
pgsql: Fix plan created for inherited UPDATE/DELETE with all tables exc Tom Lane 17:23
pgsql: Fix plan created for inherited UPDATE/DELETE with all tables exc Tom Lane 17:23
pgsql: Fix plan created for inherited UPDATE/DELETE with all tables exc Tom Lane 17:23
Re: pgsql: pg_regress: Don't use absolute paths for the diff Peter Geoghegan 23:18
pgsql: Add TAP tests for 2PC post-commit callbacks of multixacts at rec Michael Paquier 23:20
Re: pgsql: pg_regress: Don't use absolute paths for the diff Andres Freund 23:26
Re: pgsql: pg_regress: Don't use absolute paths for the diff Michael Paquier 23:34
pgsql: Fix incorrect function reference in comment of twophase.c Michael Paquier 23:43

Feb. 23, 2019

Thread Author Time
Re: pgsql: pg_regress: Don't use absolute paths for the diff Stephen Frost 00:39
pgsql: Revert "pg_regress: Don't use absolute paths for the diff" Peter Eisentraut 08:42
Re: pgsql: pg_regress: Don't use absolute paths for the diff Peter Eisentraut 08:42

Feb. 24, 2019

Thread Author Time
pgsql: Tolerate ENOSYS failure from sync_file_range(). Thomas Munro 10:13
pgsql: Tolerate ENOSYS failure from sync_file_range(). Thomas Munro 10:13
pgsql: Tolerate ENOSYS failure from sync_file_range(). Thomas Munro 10:14
pgsql: Tolerate ENOSYS failure from sync_file_range(). Thomas Munro 10:14
pgsql: Tolerate EINVAL when calling fsync() on a directory. Thomas Munro 11:06
pgsql: Tolerate EINVAL when calling fsync() on a directory. Thomas Munro 11:06
pgsql: Tolerate EINVAL when calling fsync() on a directory. Thomas Munro 11:07
pgsql: Tolerate EINVAL when calling fsync() on a directory. Thomas Munro 11:07
pgsql: Tolerate EINVAL when calling fsync() on a directory. Thomas Munro 11:07
pgsql: Tolerate EINVAL when calling fsync() on a directory. Thomas Munro 11:08
pgsql: Fix ecpg bugs caused by missing semicolons in the backend gramma Tom Lane 17:52
pgsql: Fix ecpg bugs caused by missing semicolons in the backend gramma Tom Lane 17:52
pgsql: Fix ecpg bugs caused by missing semicolons in the backend gramma Tom Lane 17:52
pgsql: Fix ecpg bugs caused by missing semicolons in the backend gramma Tom Lane 17:52
pgsql: Fix ecpg bugs caused by missing semicolons in the backend gramma Tom Lane 17:52
pgsql: Fix ecpg bugs caused by missing semicolons in the backend gramma Tom Lane 17:52
pgsql: Fix inconsistent out-of-memory error reporting in dsa.c. Thomas Munro 22:31
pgsql: Fix inconsistent out-of-memory error reporting in dsa.c. Thomas Munro 22:31
pgsql: Fix inconsistent out-of-memory error reporting in dsa.c. Thomas Munro 22:31

Feb. 25, 2019

Thread Author Time
pgsql: Make release of 2PC identifier and locks consistent in COMMIT PR Michael Paquier 05:21
pgsql: Remove unnecessary use of PROCEDURAL Peter Eisentraut 08:19
pgsql: psql: Remove obsolete code Peter Eisentraut 11:01
Re: pgsql: Avoid creation of the free space map for small heap relations, t Tom Lane 17:02
Re: pgsql: Avoid creation of the free space map for small heap relations, t Tom Lane 17:44

Feb. 26, 2019

Thread Author Time
pgsql: Correct obsolete nbtree page deletion comment. Peter Geoghegan 00:56
pgsql: Remove unneeded argument from _bt_getstackbuf(). Peter Geoghegan 01:49
Re: pgsql: Avoid creation of the free space map for small heap relations, t Amit Kapila 01:59
Re: pgsql: Avoid creation of the free space map for small heap relations, t John Naylor 03:08
Re: pgsql: Avoid creation of the free space map for small heap relations, t Amit Kapila 03:47
Re: pgsql: Avoid creation of the free space map for small heap relations, t Amit Kapila 03:47
pgsql: Simplify some code in pg_rewind when syncing target directory Michael Paquier 07:15
Re: pgsql: Avoid creation of the free space map for small heap relations, t 📎 Amit Kapila 09:28
pgsql: Hopefully fixing memory handling issues in ecpglib that Coverity Michael Meskes 09:58
pgsql: Free memory in ecpg bytea regression test. Michael Meskes 11:00
pgsql: Change lock acquisition order in expand_inherited_rtentry. Robert Haas 17:24

Feb. 27, 2019

Thread Author Time
pgsql: Add ExecStorePinnedBufferHeapTuple. Andres Freund 02:07
Re: pgsql: Avoid creation of the free space map for small heap relations, t 📎 Amit Kapila 04:05
pgsql: Store table oid and tuple's tid in tuple slots directly. Andres Freund 04:41
pgsql: Use slots in trigger infrastructure, except for the actual invoc Andres Freund 04:41
pgsql: Allow to use HeapTupleData embedded in [Buffer]HeapTupleTableSlo Andres Freund 04:41
Re: pgsql: Avoid creation of the free space map for small heap relations, t John Naylor 05:19
pgsql: Fix memory leak when inserting tuple at relation creation for CT Michael Paquier 05:21
Re: pgsql: Avoid creation of the free space map for small heap relations, t John Naylor 05:37
Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc Andres Freund 06:22
pgsql: Set fallback_application_name for a walreceiver to cluster_name Peter Eisentraut 10:01
pgsql: Set cluster_name for PostgresNode.pm instances Peter Eisentraut 10:01
Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc Tom Lane 16:35
pgsql: Initialize variable to silence compiler warning. Andres Freund 17:18
Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc Andres Freund 17:18
Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc Tom Lane 17:20
Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc Andrew Dunstan 17:59
Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc Andres Freund 18:16
pgsql: Remove unused macro Peter Eisentraut 23:30

Feb. 28, 2019

Thread Author Time
Re: pgsql: Avoid creation of the free space map for small heap relations, t Amit Kapila 00:24
pgsql: Fix SCRAM authentication via SSL when mixing versions of OpenSSL Michael Paquier 00:41
pgsql: Fix SCRAM authentication via SSL when mixing versions of OpenSSL Michael Paquier 00:41
pgsql: Improve documentation of data_sync_retry Michael Paquier 02:04
pgsql: Improve documentation of data_sync_retry Michael Paquier 02:04
pgsql: Improve documentation of data_sync_retry Michael Paquier 02:04
pgsql: Improve documentation of data_sync_retry Michael Paquier 02:04
pgsql: Improve documentation of data_sync_retry Michael Paquier 02:04
pgsql: Improve documentation of data_sync_retry Michael Paquier 02:04
Re: pgsql: Avoid creation of the free space map for small heap relations, t John Naylor 02:15
Re: pgsql: Avoid creation of the free space map for small heap relations, t Amit Kapila 02:40
Re: pgsql: Avoid creation of the free space map for small heap relations, t 📎 Amit Kapila 03:25
Re: pgsql: Avoid creation of the free space map for small heap relations, t John Naylor 04:29
pgsql: Update comment Peter Eisentraut 09:43
pgsql: Remove unnecessary unused MATCH PARTIAL code Peter Eisentraut 10:10
pgsql: Reduce comments Peter Eisentraut 10:10
pgsql: Compact for loops Peter Eisentraut 10:10
pgsql: Clean up some variable names in ri_triggers.c Peter Eisentraut 14:32
pgsql: Standardize some more loops that chase down parallel lists. Tom Lane 19:25
pgsql: Merge near-duplicate code in RI triggers Peter Eisentraut 19:44
pgsql: pg_dump: Fix ArchiveEntry handling of some empty values Alvaro Herrera 20:23
pgsql: Allow buffer tuple table slots to materialize after ExecStoreVir Andres Freund 20:34
Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc Andres Freund 20:41
pgsql: Make get_controlfile not leak file descriptors Joe Conway 20:58
pgsql: Improve docs for ALTER TABLE .. SET TABLESPACE Alvaro Herrera 22:25
pgsql: Don't force materializing when copying a buffer tuple table slot Andres Freund 22:56
pgsql: Don't superfluously materialize slot after DELETE from an FDW. Andres Freund 22:56
Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc Andrew Dunstan 23:47

March 1, 2019

Thread Author Time
pgsql: Make pg_partition_tree return no rows on unsupported and undefin Michael Paquier 00:16
pgsql: Clear the local map when not used. Amit Kapila 02:12
Re: pgsql: Avoid creation of the free space map for small heap relations, t Amit Kapila 02:19
Re: pgsql: Build src/port files as a library with -fPIC, and use that in li Christoph Berg 13:12
pgsql: Add --exclude-database option to pg_dumpall Andrew Dunstan 16:13
pgsql: Add extra descriptive headings in pg_dumpall Andrew Dunstan 16:43
Re: pgsql: Add --exclude-database option to pg_dumpall Tom Lane 17:04
Re: pgsql: Add --exclude-database option to pg_dumpall Andrew Dunstan 17:56
Re: pgsql: Add --exclude-database option to pg_dumpall Andrew Dunstan 18:07
pgsql: Store tuples for EvalPlanQual in slots, rather than as HeapTuple Andres Freund 18:44
Re: pgsql: Add --exclude-database option to pg_dumpall Tom Lane 18:51
pgsql: Remove tests for pg_dumpall --exclude-database missing argument Andrew Dunstan 19:15
pgsql: Fix whitespace Peter Eisentraut 19:57
pgsql: Teach optimizer's predtest.c more things about ScalarArrayOpExpr Tom Lane 22:14
pgsql: Check we don't misoptimize a NOT IN where the subquery returns n Tom Lane 22:57

March 2, 2019

Thread Author Time
pgsql: Use a virtual rather than a heap slot in two places where that s Andres Freund 01:44
pgsql: Consider only relations part of partition trees in partition fun Michael Paquier 09:20

March 3, 2019

Thread Author Time
pgsql: Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed 11:08
pgsql: Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed 11:08
pgsql: Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed 11:08
pgsql: Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed 11:08
pgsql: Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed 11:08
pgsql: Further fixing for multi-row VALUES lists for updatable views. Dean Rasheed 11:08
pgsql: Avoid accidental wildcard expansion in msys shell Andrew Dunstan 17:05
pgsql: Improve performance of index-only scans with many index columns. Tom Lane 21:57
pgsql: Don't do pg_ctl logrotate test on Windows Andrew Dunstan 23:23

March 4, 2019

Thread Author Time
pgsql: fix thinko in logrotate test Andrew Dunstan 00:25
pgsql: Fix error handling of readdir() port implementation on first fil Michael Paquier 00:51
pgsql: Fix error handling of readdir() port implementation on first fil Michael Paquier 00:51
pgsql: Fix error handling of readdir() port implementation on first fil Michael Paquier 00:51
pgsql: Fix error handling of readdir() port implementation on first fil Michael Paquier 00:51
pgsql: Fix error handling of readdir() port implementation on first fil Michael Paquier 00:51
pgsql: Fix error handling of readdir() port implementation on first fil Michael Paquier 00:51
pgsql: Remove volatile from latch API Peter Eisentraut 10:34
pgsql: Test partition functions with legacy inheritance children, too Alvaro Herrera 18:54
pgsql: pg_partition_ancestors Alvaro Herrera 19:26
pgsql: Reorder configure tests for accept() in Windows Andrew Dunstan 19:42
pgsql: Correct obsolete nbtree page split WAL comment. Peter Geoghegan 20:37
pgsql: Allow recovery tests to run on Windows as an admin user Andrew Dunstan 20:54
pgsql: Disable dump_connstr test on Msys2 Andrew Dunstan 22:36

March 5, 2019

Thread Author Time
pgsql: Note case where nbtree VACUUM finishes splits. Peter Geoghegan 01:58
pgsql: Scan GiST indexes in physical order during VACUUM. Heikki Linnakangas 13:21
pgsql: Remove duplicate macro Peter Eisentraut 14:03
pgsql: Fix pgbench TAP test failure with funky file names (redux) Andrew Dunstan 15:51
pgsql: Fix pgbench TAP test failure with funky file names (redux) Andrew Dunstan 15:51
pgsql: Disable dump_connstr test on Msys2 Andrew Dunstan 19:02
pgsql: Disable dump_connstr test on Msys2 Andrew Dunstan 19:02

March 6, 2019

Thread Author Time
pgsql: Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE Michael Paquier 05:45
pgsql: Increase the default vacuum_cost_limit from 200 to 2000 Andrew Dunstan 14:10
pgsql: Removed unused variable, openLogOff. Robert Haas 14:47
pgsql: Fix bug in clearing of virtual tuple slot. Andres Freund 18:01
pgsql: tableam: introduce table AM infrastructure. Andres Freund 18:01
pgsql: tableam: Add pg_dump support. Andres Freund 18:01
Re: pgsql: tableam: introduce table AM infrastructure. Alvaro Herrera 18:03
pgsql: Fix collation dependency in test introduced in 8586bf7ed8. Andres Freund 19:09
pgsql: Fix collation dependency in test introduced in 8586bf7ed8, take Andres Freund 19:27
pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8. Andres Freund 19:59
Re: pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8. Tom Lane 20:13
Re: pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8. Andres Freund 20:23
pgsql: Don't log incomplete startup packet if it's empty Andrew Dunstan 20:36
pgsql: Fix equalfuncs for accessMethod addition in 8586bf7ed8. Andres Freund 21:13
pgsql: Don't reuse slots between root and partition in ON CONFLICT ... Andres Freund 23:51
Re: pgsql: Removed unused variable, openLogOff. Michael Paquier 23:52

March 7, 2019

Thread Author Time
Re: pgsql: tableam: Add pg_dump support. Tom Lane 01:32
Re: pgsql: tableam: Add pg_dump support. Andres Freund 01:36
Re: pgsql: tableam: Add pg_dump support. Tom Lane 01:42
Re: pgsql: tableam: introduce table AM infrastructure. Michael Paquier 02:30
pgsql: Drop the vestigial "smgr" type. Thomas Munro 02:44
pgsql: Remove useless header inclusion. Thomas Munro 07:10
pgsql: pg_dump: allow multiple rows per insert Alvaro Herrera 12:35
Re: pgsql: Removed unused variable, openLogOff. Robert Haas 13:03
pgsql: Add missing <limits.h> Alvaro Herrera 13:09
Re: pgsql: Removed unused variable, openLogOff. Michael Paquier 14:11
pgsql: Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLE Alvaro Herrera 14:34
pgsql: Fix broken markup Alvaro Herrera 14:36
pgsql: Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. Robert Haas 16:39
pgsql: Fix handling of targetlist SRFs when scan/join relation is known Tom Lane 19:22
pgsql: Fix handling of targetlist SRFs when scan/join relation is known Tom Lane 19:22
pgsql: Fix handling of targetlist SRFs when scan/join relation is known Tom Lane 19:22
pgsql: Fix minor deficiencies in XMLTABLE, xpath(), xmlexists() Alvaro Herrera 21:20

March 8, 2019

Thread Author Time
pgsql: Fix compatibility of pg_basebackup -R with 11 and older versions Michael Paquier 01:18
Re: pgsql: Removed unused variable, openLogOff. 📎 Michael Paquier 01:27
pgsql: Fix function signatures of pageinspect in documentation Michael Paquier 06:12
pgsql: Fix function signatures of pageinspect in documentation Michael Paquier 06:12
pgsql: Fix function signatures of pageinspect in documentation Michael Paquier 06:12
pgsql: Fix function signatures of pageinspect in documentation Michael Paquier 06:12
Re: pgsql: Fix minor deficiencies in XMLTABLE, xpath(), xmlexists() Thomas Munro 08:14

Browse Archives

Prev | Next