pgsql-committers since 2019-03-09 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 9, 2019

Thread Author Time
Re: pgsql: Improve autovacuum logging for aggressive and anti-wraparound ru Michael Paquier 01:15
pgsql: Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE times Noah Misch 04:21
pgsql: Track block level checksum failures in pg_stat_database Magnus Hagander 18:48
pgsql: Add new clientcert hba option verify-full Magnus Hagander 20:22
pgsql: Simplify release-note links to back branches. Tom Lane 23:42
pgsql: Simplify release-note links to back branches. Tom Lane 23:42
pgsql: Simplify release-note links to back branches. Tom Lane 23:42
pgsql: Simplify release-note links to back branches. Tom Lane 23:42
pgsql: Simplify release-note links to back branches. Tom Lane 23:42
pgsql: Simplify release-note links to back branches. Tom Lane 23:42

March 10, 2019

Thread Author Time
pgsql: Support for INCLUDE attributes in GiST indexes Alexander Korotkov 08:38
pgsql: pg_upgrade: Ignore TOAST for partitioned tables Alvaro Herrera 16:26
pgsql: Disallow NaN as a value for floating-point GUCs. Tom Lane 16:59
pgsql: Disallow NaN as a value for floating-point GUCs. Tom Lane 16:59
pgsql: Disallow NaN as a value for floating-point GUCs. Tom Lane 16:59
pgsql: Disallow NaN as a value for floating-point GUCs. Tom Lane 16:59
pgsql: Disallow NaN as a value for floating-point GUCs. Tom Lane 16:59
pgsql: Disallow NaN as a value for floating-point GUCs. Tom Lane 16:59
pgsql: Include GUC's unit, if it has one, in out-of-range error message Tom Lane 19:18
pgsql: Reduce the default value of autovacuum_vacuum_cost_delay to 2ms. Tom Lane 19:18
pgsql: Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs. Tom Lane 19:18
pgsql: Revert "Increase the default vacuum_cost_limit from 200 to 2000" Tom Lane 19:18
pgsql: Fix documentation on partitioning vs. foreign tables Alvaro Herrera 22:46
pgsql: Fix documentation on partitioning vs. foreign tables Alvaro Herrera 22:46
pgsql: Fix documentation on partitioning vs. foreign tables Alvaro Herrera 22:46

March 11, 2019

Thread Author Time
pgsql: Adjust error message for partial writes in WAL segments Michael Paquier 00:38
Re: pgsql: Removed unused variable, openLogOff. Michael Paquier 00:40
Re: pgsql: Include GUC's unit, if it has one, in out-of-range error message Michael Paquier 01:11
Re: pgsql: tableam: introduce table AM infrastructure. 📎 Amit Kapila 02:51
Portability of strtod (was Re: pgsql: Include GUC's unit, if it has one, in out-of-range error message) Tom Lane 03:15
Re: Portability of strtod (was Re: pgsql: Include GUC's unit, if it has one, in out-of-range error message) Amit Kapila 03:54
pgsql: psql: Add documentation URL to \help output Peter Eisentraut 08:12
pgsql: Remove unused macro Peter Eisentraut 08:34
Re: Portability of strtod (was Re: pgsql: Include GUC's unit, if it has one, in out-of-range error message) Tom Lane 15:06
pgsql: Fix potential memory access violation in ecpg if filename of inc Michael Meskes 15:18
pgsql: Fix ecpglib regression that made it impossible to close a cursor Michael Meskes 15:18
pgsql: Fix potential memory access violation in ecpg if filename of inc Michael Meskes 15:18
pgsql: Fix potential memory access violation in ecpg if filename of inc Michael Meskes 15:18
pgsql: Fix potential memory access violation in ecpg if filename of inc Michael Meskes 15:18
pgsql: Fix potential memory access violation in ecpg if filename of inc Michael Meskes 15:18
pgsql: In guc.c, ignore ERANGE errors from strtod(). Tom Lane 15:25
pgsql: Fix potential memory access violation in ecpg if filename of inc Michael Meskes 15:27
pgsql: Move hash_any prototype from access/hash.h to utils/hashutils.h Alvaro Herrera 16:25
pgsql: Fix typos in commit 8586bf7ed8. Andres Freund 17:03
Re: pgsql: tableam: introduce table AM infrastructure. Andres Freund 17:03
pgsql: pgbench: increase the maximum number of variables/arguments Andrew Dunstan 17:18
Re: pgsql: Removed unused variable, openLogOff. Robert Haas 19:30
pgsql: tableam: Add and use scan APIs. Andres Freund 20:00
Re: pgsql: tableam: Add and use scan APIs. Andres Freund 20:32
pgsql: Ensure sufficient alignment for ParallelTableScanDescData in BTS Andres Freund 21:27
pgsql: Give up on testing guc.c's behavior for "infinity" inputs. Tom Lane 21:53
pgsql: Remove spurious return. Andres Freund 22:07
pgsql: Document incompatibility of comparison expressions with VARIADIC Andrew Dunstan 22:19
pgsql: Tweak wording on VARIADIC array doc patch. Andrew Dunstan 22:24
pgsql: Allow fractional input values for integer GUCs, and improve roun Tom Lane 23:14

March 12, 2019

Thread Author Time
pgsql: Add routine able to update the control file to src/common/ Michael Paquier 01:06
Re: pgsql: Removed unused variable, openLogOff. Michael Paquier 02:23
pgsql: Add more tests for FSM. Amit Kapila 02:47
pgsql: Fix testing of parallel-safety of scan/join target. Etsuro Fujita 07:41
pgsql: Fix testing of parallel-safety of scan/join target. Etsuro Fujita 07:41
Re: pgsql: Removed unused variable, openLogOff. Robert Haas 14:29
pgsql: Create a script that can renumber manually-assigned OIDs. Tom Lane 16:30
pgsql: Remove remaining hard-wired OID references in the initial catalo Tom Lane 16:30
pgsql: Add support for hyperbolic functions, as well as log10(). Tom Lane 19:55
pgsql: Correct obsolete nbtree page split comment. Peter Geoghegan 23:44

March 13, 2019

Thread Author Time
pgsql: Fix cross-version compatibility checks of pg_verify_checksums Michael Paquier 00:54
pgsql: Fix cross-version compatibility checks of pg_verify_checksums Michael Paquier 00:54
pgsql: Rename pg_verify_checksums to pg_checksums Michael Paquier 01:44
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Michael Paquier 02:21
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Tom Lane 03:16
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Michael Paquier 05:03
pgsql: Add TAP test to check consistency of minimum recovery LSN Michael Paquier 06:03
pgsql: Remove extra comma Magnus Hagander 12:44
pgsql: Remove extra comma Magnus Hagander 12:44
pgsql: Remove extra comma Magnus Hagander 12:44
pgsql: Remove extra comma Magnus Hagander 12:44
pgsql: Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary s Robert Haas 12:57
pgsql: Include all columns in default names for foreign key constraints Peter Eisentraut 13:28
pgsql: Revert setting client_min_messages to 'debug1' in new tests. Robert Haas 17:21
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Tom Lane 21:56
pgsql: Use condition variables to wait for checkpoints. Thomas Munro 22:02
pgsql: Rethink how to test the hyperbolic functions. Tom Lane 22:14
Re: pgsql: Use condition variables to wait for checkpoints. Thomas Munro 23:02
Re: pgsql: Use condition variables to wait for checkpoints. Tom Lane 23:25

March 14, 2019

Thread Author Time
Re: pgsql: Use condition variables to wait for checkpoints. 📎 Michael Paquier 00:33
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Dean Rasheed 00:35
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Tom Lane 00:48
pgsql: Adjust the tests for the hyperbolic functions. Tom Lane 01:05
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Robert Haas 02:22
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Tom Lane 02:39
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Robert Haas 02:40
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Tom Lane 02:44
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Andrew Dunstan 03:06
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Tom Lane 03:18
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Kyotaro HORIGUCHI 03:30
pgsql: Fix race condition in recently-added TAP test for recovery consi Michael Paquier 03:47
Re: pgsql: Use condition variables to wait for checkpoints. Michael Paquier 03:51
pgsql: Sync commentary in transam.h and bki.sgml. Tom Lane 04:23
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Tom Lane 04:41
pgsql: Fix thinko when bumping on temporary directories in pg_verify_ch Michael Paquier 05:16
pgsql: Fix thinko when bumping on temporary directories in pg_checksums Michael Paquier 05:16
pgsql: Fix volatile vs. pointer confusion Peter Eisentraut 07:46
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Dean Rasheed 08:28
pgsql: Refactor ParamListInfo initialization Peter Eisentraut 12:37
Re: pgsql: Fix thinko when bumping on temporary directories in pg_verify_ch Robert Haas 12:39
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Andrew Dunstan 12:54
pgsql: Defend against leaks into RelationBuildPartitionDesc. Robert Haas 16:15
pgsql: Ensure dummy paths have correct required_outer if rel is paramet Tom Lane 16:16
pgsql: Ensure dummy paths have correct required_outer if rel is paramet Tom Lane 16:16
pgsql: Ensure dummy paths have correct required_outer if rel is paramet Tom Lane 16:16
pgsql: Ensure dummy paths have correct required_outer if rel is paramet Tom Lane 16:16
pgsql: Ensure dummy paths have correct required_outer if rel is paramet Tom Lane 16:16
pgsql: Ensure dummy paths have correct required_outer if rel is paramet Tom Lane 16:16
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Tom Lane 19:08
pgsql: Add BKI_DEFAULT to pg_class.relrewrite Peter Eisentraut 20:28
pgsql: Remove unused #include Peter Eisentraut 21:04
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Andrew Dunstan 21:09
pgsql: Improve code comment Peter Eisentraut 21:44
pgsql: Fix some oversights in commit 2455ab488. Tom Lane 22:36
pgsql: Reorder identity regression test Peter Eisentraut 23:27

March 15, 2019

Thread Author Time
Re: pgsql: Fix thinko when bumping on temporary directories in pg_verify_ch Michael Paquier 00:54
pgsql: During pg_upgrade, conditionally skip transfer of FSMs. Amit Kapila 03:02
pgsql: Enable parallel query with SERIALIZABLE isolation. Thomas Munro 04:49
pgsql: Fix typo related to to_tsvector() in tests of json and jsonb Michael Paquier 07:22
pgsql: Fix volatile vs. pointer confusion Peter Eisentraut 07:59
pgsql: Fix volatile vs. pointer confusion Peter Eisentraut 07:59
pgsql: Fix volatile vs. pointer confusion Peter Eisentraut 07:59
pgsql: Fix volatile vs. pointer confusion Peter Eisentraut 07:59
pgsql: Add walreceiver API to get remote server version Peter Eisentraut 09:34
pgsql: PL/Tcl: Improve trigger tests organization Peter Eisentraut 11:46
Re: pgsql: Fix thinko when bumping on temporary directories in pg_verify_ch Robert Haas 14:09
pgsql: Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing. Tom Lane 17:46

March 16, 2019

Thread Author Time
pgsql: Improve code comments in b0eaa4c51b. Amit Kapila 01:27
Re: pgsql: Fix thinko when bumping on temporary directories in pg_verify_ch Michael Paquier 01:38
pgsql: Use correct connection name variable in ecpglib. Michael Meskes 03:01
pgsql: Don't propagate PGAPPNAME through pg_ctl in tests Peter Eisentraut 08:37
pgsql: Avoid casting away a const Peter Eisentraut 09:14
pgsql: Partial implementation of SQL/JSON path language Alexander Korotkov 09:22
pgsql: Numeric error suppression in jsonpath Alexander Korotkov 09:22
pgsql: Update copyright year in files added by 1bb5e78218. Amit Kapila 10:33
Re: pgsql: Partial implementation of SQL/JSON path language Tom Lane 15:50
pgsql: Suppress -Wimplicit-fallthrough warnings in new jsonpath code. Tom Lane 16:34
Re: pgsql: Partial implementation of SQL/JSON path language Alexander Korotkov 17:28
pgsql: Further adjust the tests for the hyperbolic functions. Tom Lane 19:50
Re: pgsql: Add support for hyperbolic functions, as well as log10(). Tom Lane 19:51
pgsql: Remove another unnecessary application_name specification in tes Peter Eisentraut 21:53

March 17, 2019

Thread Author Time
pgsql: Fix compiler warning in jsonpath_exec.c Alexander Korotkov 07:12
pgsql: Add support for collation attributes on older ICU versions Peter Eisentraut 07:47
pgsql: Fix make rules for jsonpath grammar making them similar to SQL g Alexander Korotkov 07:56
pgsql: Remove some make rules added in 142c400d72 Alexander Korotkov 08:16
pgsql: Apply const qualifier to keywords of jsonpath_scan.l Alexander Korotkov 09:52
pgsql: Beautify initialization of JsonValueList and JsonLikeRegexContex Alexander Korotkov 09:59
Re: pgsql: Beautify initialization of JsonValueList and JsonLikeRegexContex Peter Eisentraut 11:59
Re: pgsql: Beautify initialization of JsonValueList and JsonLikeRegexContex Alexander Korotkov 12:09

March 18, 2019

Thread Author Time
pgsql: Error out in pg_checksums on incompatible block size Michael Paquier 00:13
pgsql: Error out in pg_verify_checksums on incompatible block size Michael Paquier 00:13
pgsql: Fix pg_rewind when rewinding new database with tables included Michael Paquier 01:36
pgsql: Fix pg_rewind when rewinding new database with tables included Michael Paquier 01:36
pgsql: Refactor more code logic to update the control file Michael Paquier 04:01
Re: pgsql: Beautify initialization of JsonValueList and JsonLikeRegexContex Michael Paquier 04:12
pgsql: Revert 4178d8b91c Alexander Korotkov 06:55
Re: pgsql: Beautify initialization of JsonValueList and JsonLikeRegexContex Alexander Korotkov 06:56
pgsql: Remove unused macro Peter Eisentraut 08:14
pgsql: Fix optimization of foreign-key on update actions Peter Eisentraut 16:21
pgsql: Fold vacuum's 'int options' parameter into VacuumParams. Robert Haas 18:05
Re: pgsql: Add support for collation attributes on older ICU versions Andres Freund 19:03
pgsql: Revise parse tree representation for VACUUM and ANALYZE. Robert Haas 19:19
pgsql: Don't auto-restart per-database autoprewarm workers. Robert Haas 19:35
pgsql: Don't auto-restart per-database autoprewarm workers. Robert Haas 19:35
pgsql: Remove leftover reference to oid column. Andres Freund 20:16
pgsql: Fix typos in sgml docs about RefetchForeignRow(). Andres Freund 20:41
pgsql: Fix memory leak in printtup.c. Tom Lane 21:55
pgsql: Fix memory leak in printtup.c. Tom Lane 21:55
pgsql: Fix error message in pg_verify_checksums Michael Paquier 23:53

March 19, 2019

Thread Author Time
pgsql: Implement OR REPLACE option for CREATE AGGREGATE. Andrew Gierth 01:38
Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. Tom Lane 01:53
Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. Michael Paquier 02:01
pgsql: Fix copyfuncs/equalfuncs support for VacuumStmt. Robert Haas 03:23
Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. Masahiko Sawada 06:40
pgsql: Fix bug in support for collation attributes on older ICU version Peter Eisentraut 08:48
Re: pgsql: Add support for collation attributes on older ICU versions Peter Eisentraut 08:49
pgsql: Fix whitespace Peter Eisentraut 09:28
pgsql: Ignore attempts to add TOAST table to shared or catalog tables Peter Eisentraut 10:18
pgsql: Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKey Alexander Korotkov 10:41
pgsql: Reorder LOCALLOCK structure members to compact the size Peter Eisentraut 13:23
Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. Tom Lane 13:56
Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. Alvaro Herrera 14:09
Re: pgsql: Add support for collation attributes on older ICU versions Andres Freund 15:32
pgsql: Make checkpoint requests more robust. Tom Lane 16:49
pgsql: Make checkpoint requests more robust. Tom Lane 16:49
pgsql: Make checkpoint requests more robust. Tom Lane 16:49
pgsql: Make checkpoint requests more robust. Tom Lane 16:49
pgsql: Make checkpoint requests more robust. Tom Lane 16:49
pgsql: Make checkpoint requests more robust. Tom Lane 16:49
pgsql: Tweak nbtsearch.c function prototype order. Peter Geoghegan 17:00
pgsql: Rename typedef in jsonpath_gram.y from "string" to "JsonPathStri Alexander Korotkov 18:01
pgsql: Restructure libpq's handling of send failures. Tom Lane 20:20
pgsql: Hack back-branch SSL tests to avoid intermittent buildfarm failu Tom Lane 20:58
Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. Michael Paquier 23:39

March 20, 2019

Thread Author Time
pgsql: Remove ambiguity for jsonb_path_match() and jsonb_path_exists() Alexander Korotkov 07:33

Browse Archives

Prev | Next