pgsql-committers since 2019-07-06 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

July 6, 2019

Thread Author Time
pgsql: Add some test cases to improve test coverage of parse_expr.c. Tom Lane 03:56
pgsql: Add missing assertions for required table am callbacks. Amit Kapila 06:21
pgsql: Add missing assertions for required table am callbacks. Amit Kapila 06:21
pgsql: psql: Fix logging output format Peter Eisentraut 13:04
pgsql: psql: Fix logging output format Peter Eisentraut 13:04
pgsql: Add missing source files to nls.mk Peter Eisentraut 13:04
pgsql: Add missing source files to nls.mk Peter Eisentraut 13:04
pgsql: In pg_log_generic(), be more paranoid about preserving errno. Tom Lane 15:26
pgsql: In pg_log_generic(), be more paranoid about preserving errno. Tom Lane 15:26

July 7, 2019

Thread Author Time
pgsql: Remove more unreferenced function declarations Michael Paquier 01:03
pgsql: Use consistent style for checking return from system calls Peter Eisentraut 14:34

July 8, 2019

Thread Author Time
pgsql: Fix inconsistencies in the code Michael Paquier 04:15
pgsql: Fix small memory leak in ecpglib ecpg_update_declare_statement() Michael Meskes 06:31
pgsql: doc: Clarify logical replication documentation Peter Eisentraut 12:45
pgsql: doc: Clarify logical replication documentation Peter Eisentraut 12:45
pgsql: doc: Clarify logical replication documentation Peter Eisentraut 12:45
pgsql: doc: Clarify logical replication documentation Peter Eisentraut 12:45
pgsql: tableam: Provide helper functions for relation sizing. Robert Haas 19:15
pgsql: Remove unused C structure member Bruce Momjian 23:31
pgsql: Adjust ssl_ciphers to be specific to OpenSSL Bruce Momjian 23:39

July 9, 2019

Thread Author Time
pgsql: doc: adjust to_timestamp()/to_date() wording Bruce Momjian 03:04
pgsql: doc: adjust to_timestamp()/to_date() wording Bruce Momjian 03:04
pgsql: Force hash joins to be enabled in the hash join regression tests Thomas Munro 06:34
pgsql: Force hash joins to be enabled in the hash join regression tests Thomas Munro 06:34
pgsql: Force hash joins to be enabled in the hash join regression tests Thomas Munro 06:35
pgsql: Message style improvements Peter Eisentraut 16:04
pgsql: Message style improvements Peter Eisentraut 16:04
pgsql: Propagate trigger arguments to partitions Alvaro Herrera 21:23
pgsql: Propagate trigger arguments to partitions Alvaro Herrera 21:23
pgsql: Propagate trigger arguments to partitions Alvaro Herrera 21:23
pgsql: Pass QueryEnvironment down to EvalPlanQual's EState. Thomas Munro 22:17
pgsql: Pass QueryEnvironment down to EvalPlanQual's EState. Thomas Munro 22:17
pgsql: Pass QueryEnvironment down to EvalPlanQual's EState. Thomas Munro 22:17
pgsql: Pass QueryEnvironment down to EvalPlanQual's EState. Thomas Munro 22:18

July 10, 2019

Thread Author Time
pgsql: Fix few typos and minor word smithing in tableam comments. Amit Kapila 02:35
pgsql: Fix few typos and minor wordsmithing in tableam comments. Amit Kapila 02:35
pgsql: Fix missing calls to table_finish_bulk_insert during COPY, take David Rowley 04:02
pgsql: Fix missing calls to table_finish_bulk_insert during COPY, take David Rowley 04:03
pgsql: Assorted fixes for jsonpath documentation Alexander Korotkov 04:52
pgsql: Fix variable initialization when using buffering build with GiST Michael Paquier 06:17
pgsql: Fix variable initialization when using buffering build with GiST Michael Paquier 06:17
pgsql: Fix variable initialization when using buffering build with GiST Michael Paquier 06:17
pgsql: Fix variable initialization when using buffering build with GiST Michael Paquier 06:17
pgsql: Fix variable initialization when using buffering build with GiST Michael Paquier 06:17
pgsql: Fix variable initialization when using buffering build with GiST Michael Paquier 06:17
pgsql: Fix variable initialization when using buffering build with GiST Michael Paquier 06:17
Re: pgsql: Propagate trigger arguments to partitions 📎 Michael Paquier 07:01
pgsql: Assorted fixes for jsonpath documentation Alexander Korotkov 12:51
Re: pgsql: Propagate trigger arguments to partitions Alvaro Herrera 12:53
Re: pgsql: Propagate trigger arguments to partitions Michael Paquier 13:11
pgsql: Mention limitation of unique in partitioned tables Alvaro Herrera 13:15
pgsql: Fix compile failure Alvaro Herrera 13:15
pgsql: Mention limitation of unique in partitioned tables Alvaro Herrera 13:15
pgsql: Mention limitation of unique in partitioned tables Alvaro Herrera 13:15
pgsql: docs: remove pg_roles mention of the oid column being displayed Bruce Momjian 18:24
pgsql: docs: remove pg_roles mention of the oid column being displayed Bruce Momjian 18:24
pgsql: Reduce memory consumption for multi-statement query strings. Tom Lane 18:32

July 11, 2019

Thread Author Time
pgsql: Fixes for jsonpath filter expression elements table in docs Alexander Korotkov 15:20
pgsql: Fixes for jsonpath filter expression elements table in docs Alexander Korotkov 15:22

July 12, 2019

Thread Author Time
pgsql: Fix RANGE partition pruning with multiple boolean partition keys David Rowley 07:11
pgsql: Fix RANGE partition pruning with multiple boolean partition keys David Rowley 07:12
pgsql: Fix RANGE partition pruning with multiple boolean partition keys David Rowley 07:13
pgsql: Fix get_actual_variable_range() to cope with broken HOT chains. Tom Lane 20:25
pgsql: Fix get_actual_variable_range() to cope with broken HOT chains. Tom Lane 20:25
pgsql: Fix get_actual_variable_range() to cope with broken HOT chains. Tom Lane 20:25

July 13, 2019

Thread Author Time
pgsql: Warn if wal_level is too low when creating a publication. Thomas Munro 01:08
pgsql: Introduce timed waits for condition variables. Thomas Munro 03:01
pgsql: Forward received condition variable signals on cancel. Thomas Munro 03:01
pgsql: Fix tab completion for UPDATE. Thomas Munro 04:53
pgsql: Tab completion for CREATE TYPE. Thomas Munro 04:53
pgsql: Fix and improve several places in the docs Michael Paquier 05:44
pgsql: Fix and improve several places in the docs Michael Paquier 05:44
pgsql: Fix some inconsistencies in MSVC scripts Michael Paquier 07:52
pgsql: Revive test of concurrent OID generation. Noah Misch 20:36
pgsql: Revive test of concurrent OID generation. Noah Misch 20:36

July 14, 2019

Thread Author Time
pgsql: Fix documentation for pgbench tpcb-like. Thomas Munro 03:00
pgsql: Fix documentation for pgbench tpcb-like. Thomas Munro 03:01
pgsql: Fix documentation for pgbench tpcb-like. Thomas Munro 03:02
pgsql: Fix documentation for pgbench tpcb-like. Thomas Munro 03:02
pgsql: Fix documentation for pgbench tpcb-like. Thomas Munro 03:02
pgsql: Teach pg_stat_statements not to ignore FOR UPDATE clauses Andrew Gierth 11:18
pgsql: Add missing commutators for distance operators Alexander Korotkov 12:18
pgsql: Add support for <-> (box, point) operator to GiST box_ops Alexander Korotkov 12:18
pgsql: Add support for <-> (box, point) operator to SP-GiST box_ops Alexander Korotkov 12:18
pgsql: Forgotten catversion bump Alexander Korotkov 12:27
Re: pgsql: Forgotten catversion bump Alexander Korotkov 12:29
pgsql: Add gen_random_uuid function Peter Eisentraut 12:38

July 15, 2019

Thread Author Time
pgsql: Provide XLogRecGetFullXid(). Thomas Munro 05:08
pgsql: Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 17:42
pgsql: Fix pathological nbtree split point choice issue. Peter Geoghegan 20:19
pgsql: Fix pathological nbtree split point choice issue. Peter Geoghegan 20:19
pgsql: Correct nbtsplitloc.c comment. Peter Geoghegan 21:35
pgsql: Correct nbtsplitloc.c comment. Peter Geoghegan 21:35
pgsql: Report the time taken by pgbench initialization steps. Thomas Munro 23:43

July 16, 2019

Thread Author Time
pgsql: Provide pgbench --show-script to dump built-in scripts. Thomas Munro 00:02
pgsql: doc: mention pg_reload_conf() for reloading the config file Bruce Momjian 00:57
pgsql: doc: mention pg_reload_conf() for reloading the config file Bruce Momjian 00:57
pgsql: doc: mention pg_reload_conf() for reloading the config file Bruce Momjian 00:57
pgsql: doc: mention pg_reload_conf() for reloading the config file Bruce Momjian 00:57
pgsql: doc: mention pg_reload_conf() for reloading the config file Bruce Momjian 00:57
pgsql: doc: mention pg_reload_conf() for reloading the config file Bruce Momjian 00:57
pgsql: doc: mention pg_reload_conf() for reloading the config file Bruce Momjian 00:57
pgsql: doc: Fix Tamil language mention in PG 12 docs Bruce Momjian 01:18
pgsql: Remove dead code. Tom Lane 03:27
pgsql: Fix inconsistencies and typos in the tree Michael Paquier 04:24
Re: pgsql: Represent Lists as expansible arrays, not chains of cons-cells. Michael Paquier 05:08
Re: pgsql: Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13:24
pgsql: Redesign the API for list sorting (list_qsort becomes list_sort) Tom Lane 16:04
pgsql: Clean up some ad-hoc code for sorting and de-duplicating Lists. Tom Lane 16:04
Re: pgsql: Represent Lists as expansible arrays, not chains of cons-cells. Andrew Dunstan 16:18
pgsql: Remove lappend_cell...() family of List functions. Tom Lane 17:12
pgsql: Fix thinko in construction of old_conpfeqop list. Tom Lane 22:18
pgsql: Fix thinko in construction of old_conpfeqop list. Tom Lane 22:18
pgsql: Fix thinko in construction of old_conpfeqop list. Tom Lane 22:18
pgsql: Fix thinko in construction of old_conpfeqop list. Tom Lane 22:18
pgsql: Fix thinko in construction of old_conpfeqop list. Tom Lane 22:18
pgsql: Fix thinko in construction of old_conpfeqop list. Tom Lane 22:18
pgsql: Fix thinko in construction of old_conpfeqop list. Tom Lane 22:18

July 17, 2019

Thread Author Time
pgsql: Move some md.c-specific logic from smgr.c to md.c. Thomas Munro 03:01
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Thomas Munro 07:16
pgsql: Avoid using lcons and list_delete_first where it's easy to do so Tom Lane 15:15
pgsql: Fix sepgsql test results for commit d97b714a2. Tom Lane 17:05
pgsql: Doc: explain where to find Makefile used to build sepgsql-regtes Tom Lane 17:13
pgsql: Clarify the distinction between public and private SPITupleTable Tom Lane 18:55
pgsql: Sync our copy of the timezone library with IANA release tzcode20 Tom Lane 22:26
pgsql: Sync our copy of the timezone library with IANA release tzcode20 Tom Lane 22:26
pgsql: Sync our copy of the timezone library with IANA release tzcode20 Tom Lane 22:26
pgsql: Sync our copy of the timezone library with IANA release tzcode20 Tom Lane 22:26
pgsql: Sync our copy of the timezone library with IANA release tzcode20 Tom Lane 22:26
pgsql: Sync our copy of the timezone library with IANA release tzcode20 Tom Lane 22:26
pgsql: Sync our copy of the timezone library with IANA release tzcode20 Tom Lane 22:26
pgsql: Update time zone data files to tzdata release 2019b. Tom Lane 23:16
pgsql: Update time zone data files to tzdata release 2019b. Tom Lane 23:16
pgsql: Update time zone data files to tzdata release 2019b. Tom Lane 23:16
pgsql: Update time zone data files to tzdata release 2019b. Tom Lane 23:16
pgsql: Update time zone data files to tzdata release 2019b. Tom Lane 23:16
pgsql: Update time zone data files to tzdata release 2019b. Tom Lane 23:16
pgsql: Update time zone data files to tzdata release 2019b. Tom Lane 23:16

July 18, 2019

Thread Author Time
pgsql: Simplify description of --data-checksums in documentation of ini Michael Paquier 01:07
pgsql: Simplify description of --data-checksums in documentation of ini Michael Paquier 01:07
pgsql: tableam: comment improvements. Andres Freund 02:51
pgsql: tableam: comment improvements. Andres Freund 02:51
pgsql: Remove unnecessary TYPECACHE_GT_OPR lookup Tomas Vondra 09:30
pgsql: Simplify bitmap updates in multivariate MCV code Tomas Vondra 09:30
pgsql: Fix handling of opclauses in extended statistics Tomas Vondra 09:30
pgsql: Fix handling of NULLs in MCV items and constants Tomas Vondra 09:30
pgsql: Fix handling of opclauses in extended statistics Tomas Vondra 09:30
pgsql: Simplify bitmap updates in multivariate MCV code Tomas Vondra 09:30
pgsql: Remove unnecessary TYPECACHE_GT_OPR lookup Tomas Vondra 09:30
pgsql: Fix handling of NULLs in MCV items and constants Tomas Vondra 09:30
pgsql: Further adjust SPITupleTable to provide a public row-count field Tom Lane 14:37
pgsql: Fix nbtree metapage cache upgrade bug. Peter Geoghegan 20:23
pgsql: Fix nbtree metapage cache upgrade bug. Peter Geoghegan 20:23
pgsql: Fix nbtree metapage cache upgrade bug. Peter Geoghegan 20:23
pgsql: Fix daterange canonicalization for +/- infinity. Jeff Davis 20:48
pgsql: Fix daterange canonicalization for +/- infinity. Jeff Davis 22:03
pgsql: Fix typo in mvdistinct.c Michael Paquier 23:51

July 19, 2019

Thread Author Time
pgsql: Fix error in commit e6feef57. Jeff Davis 00:05
pgsql: Fix error in commit e6feef57. Jeff Davis 00:06
pgsql: Fix daterange canonicalization for +/- infinity. Jeff Davis 00:07
pgsql: Fix error in commit e6feef57. Jeff Davis 00:07
pgsql: Fix daterange canonicalization for +/- infinity. Jeff Davis 00:07
pgsql: Fix error in commit e6feef57. Jeff Davis 00:07
pgsql: Fix daterange canonicalization for +/- infinity. Jeff Davis 00:08
pgsql: Fix error in commit e6feef57. Jeff Davis 00:08
pgsql: Fix daterange canonicalization for +/- infinity. Jeff Davis 00:09
pgsql: Fix error in commit e6feef57. Jeff Davis 00:09
pgsql: Fix daterange canonicalization for +/- infinity. Jeff Davis 00:30
pgsql: Fix error in commit e6feef57. Jeff Davis 00:30
pgsql: Refactor parallelization processing code in src/bin/scripts/ Michael Paquier 00:32
pgsql: Doc: clarify when table rewrites happen with column addition and Michael Paquier 02:44
pgsql: Doc: clarify when table rewrites happen with column addition and Michael Paquier 02:44
pgsql: Doc: clarify when table rewrites happen with column addition and Michael Paquier 02:44
Re: pgsql: Sync our copy of the timezone library with IANA release tzcode20 Michael Paquier 03:53
Re: pgsql: Sync our copy of the timezone library with IANA release tzcode20 Tom Lane 04:06
pgsql: Silence compiler warning, hopefully. Tom Lane 18:49
pgsql: Silence compiler warning, hopefully. Tom Lane 18:49
pgsql: Silence compiler warning, hopefully. Tom Lane 18:49
pgsql: Silence compiler warning, hopefully. Tom Lane 18:49
pgsql: Silence compiler warning, hopefully. Tom Lane 18:49
pgsql: Silence compiler warning, hopefully. Tom Lane 18:49
pgsql: Silence compiler warning, hopefully. Tom Lane 18:49
Re: pgsql: Sync our copy of the timezone library with IANA release tzcode20 Tom Lane 18:56
pgsql: pg_stat_statements: add missing check for pgss_enabled(). Jeff Davis 20:47

July 20, 2019

Thread Author Time
Re: pgsql: Sync our copy of the timezone library with IANA release tzcode20 Michael Paquier 09:17
pgsql: Rework examine_opclause_expression to use varonleft Tomas Vondra 14:35
pgsql: Use column collation for extended statistics Tomas Vondra 14:35
pgsql: Use column collation for extended statistics Tomas Vondra 14:37
pgsql: Rework examine_opclause_expression to use varonleft Tomas Vondra 14:37
pgsql: Don't rely on estimates for amcheck Bloom filters. Peter Geoghegan 18:12
pgsql: Don't rely on estimates for amcheck Bloom filters. Peter Geoghegan 18:12
pgsql: Don't rely on estimates for amcheck Bloom filters. Peter Geoghegan 18:12

July 21, 2019

Thread Author Time
pgsql: Speed up finding EquivalenceClasses for a given set of rels David Rowley 05:31
pgsql: Fix compilation warning of pg_basebackup with MinGW Michael Paquier 13:38
pgsql: Remove no-longer-helpful reliance on fixed-size local array. Tom Lane 15:42
pgsql: Adjust overly strict Assert David Rowley 22:30

July 22, 2019

Thread Author Time
pgsql: Fix inconsistencies and typos in the tree Michael Paquier 01:05
pgsql: Make better use of the new List implementation in a couple of pl David Rowley 07:03
pgsql: Make identity sequence management more robust Peter Eisentraut 10:16
pgsql: Use appendBinaryStringInfo in more places where the length is kn David Rowley 12:14

Browse Archives

Prev | Next