pgsql-committers - April 2016

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

April 1, 2016

Thread Author Time
Re: pgsql: Enable logical slots to follow timeline switches Michael Paquier 00:36
Re: [COMMITTERS] pgsql: Enable logical slots to follow timeline switches Alvaro Herrera 01:49
Re: Re: [COMMITTERS] pgsql: Enable logical slots to follow timeline switches Petr Jelinek 03:13
Re: Re: [COMMITTERS] pgsql: Enable logical slots to follow timeline switches Craig Ringer 04:47
Re: Re: [COMMITTERS] pgsql: Enable logical slots to follow timeline switches 📎 Craig Ringer 05:43
pgsql: Add Generic WAL interface Teodor Sigaev 09:35
pgsql: Fix typo in generic wal docs Teodor Sigaev 13:38
pgsql: Bloom index contrib module Teodor Sigaev 13:49
Re: pgsql: Bloom index contrib module 📎 Erik Rijkers 14:36
Re: pgsql: Bloom index contrib module Teodor Sigaev 15:44
pgsql: Fix English in bloom module documentation Teodor Sigaev 15:49
pgsql: Fix oversight in getParamDescriptions(), and improve comments. Tom Lane 16:14
pgsql: Get rid of minus zero in box regression test. Tom Lane 16:25
pgsql: Type names should not be quoted Alvaro Herrera 16:37
Re: pgsql: Improve internationalization of messages involving type names Alvaro Herrera 16:37
Re: pgsql: Bloom index contrib module Tom Lane 16:39
Re: pgsql: Improve internationalization of messages involving type names Tom Lane 16:43
Re: [COMMITTERS] pgsql: Improve internationalization of messages involving type names Alvaro Herrera 17:06
pgsql: Fixes in bloom contrib module missed during review Teodor Sigaev 17:11
pgsql: Fix logical_decoding_timelines test crashes Alvaro Herrera 19:48
pgsql: Omit null rows when applying the Haas-Stokes estimator for ndist Tom Lane 19:48
Re: Re: [COMMITTERS] pgsql: Enable logical slots to follow timeline switches Alvaro Herrera 19:59
pgsql: pgbench: Remove unused parameter Alvaro Herrera 20:12
pgsql: Omit null rows when setting the threshold for what's a most-comm Tom Lane 21:03
pgsql: test_slot_timelines: Fix alternate expected output Alvaro Herrera 21:36
Re: pgsql: Bloom index contrib module Erik Rijkers 21:37

April 2, 2016

Thread Author Time
pgsql: Copyedit comments and documentation. Noah Misch 01:56
pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user Noah Misch 01:56
Re: [COMMITTERS] pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user Stephen Frost 02:12
Re: [COMMITTERS] pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user Noah Misch 02:46
Re: [COMMITTERS] pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user Stephen Frost 02:51
Re: Re: [COMMITTERS] pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user Tom Lane 03:07
pgsql: Fixes in bloom contrib module Teodor Sigaev 10:54
pgsql: Prevent mark as deleted and as 'has free space' page in bloom mo Teodor Sigaev 11:24
pgsql: Fix typo in pg_regress.c Stephen Frost 15:12
pgsql: Fix condition in e9e441c9fac6cbc0510cded6abb9d0e6b646ecaf Teodor Sigaev 15:38
Re: pgsql: XLogReader general code cleanup Peter Eisentraut 16:12
pgsql: Suppress compiler warning. Tom Lane 17:49
pgsql: Make all the declarations of WaitEventSetWaitBlock be marked "in Tom Lane 17:55
pgsql: Add missing "static". Tom Lane 17:59
Re: pgsql: XLogReader general code cleanup Alvaro Herrera 18:26

April 3, 2016

Thread Author Time
Re: Re: [COMMITTERS] pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user 📎 Noah Misch 03:02
Re: Re: [COMMITTERS] pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user Stephen Frost 03:04
Re: Re: [COMMITTERS] pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user Tom Lane 05:08
Re: pgsql: Make all the declarations of WaitEventSetWaitBlock be marked "in Andres Freund 14:39
pgsql: Add psql \errverbose command to see last server error at full ve Tom Lane 16:30
pgsql: Add libpq support for recreating an error message with different Tom Lane 16:30
pgsql: Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases Simon Riggs 16:47
pgsql: Clean up some stuff in new contrib/bloom module. Tom Lane 18:17
pgsql: Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS. Tom Lane 19:16
pgsql: Clean up dubious code in contrib/seg. Tom Lane 21:37
Re: pgsql: Copyedit comments and documentation. David Rowley 22:55
Re: pgsql: Copyedit comments and documentation. David Rowley 22:57

April 4, 2016

Thread Author Time
Re: pgsql: Copyedit comments and documentation. Noah Misch 00:11
Re: pgsql: Copyedit comments and documentation. David Rowley 02:02
pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Simon Riggs 06:19
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Andres Freund 06:24
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Michael Paquier 06:27
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Simon Riggs 06:31
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Andres Freund 06:42
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Andres Freund 06:49
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Simon Riggs 07:08
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Andres Freund 07:22
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Simon Riggs 07:44
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Andres Freund 07:50
pgsql: Improve estimate of distinct values in estimate_num_groups(). Dean Rasheed 11:49
pgsql: fix typo Teodor Sigaev 11:55
pgsql: Fix typo Teodor Sigaev 11:55
pgsql: Fix latent portability issue in pgwin32_dispatch_queued_signals( Tom Lane 15:14
pgsql: Fix latent portability issue in pgwin32_dispatch_queued_signals( Tom Lane 15:14
pgsql: Fix latent portability issue in pgwin32_dispatch_queued_signals( Tom Lane 15:14
pgsql: Fix latent portability issue in pgwin32_dispatch_queued_signals( Tom Lane 15:14
pgsql: Fix latent portability issue in pgwin32_dispatch_queued_signals( Tom Lane 15:14
pgsql: Fix latent portability issue in pgwin32_dispatch_queued_signals( Tom Lane 15:14
pgsql: Introduce a LOG_SERVER_ONLY ereport level, which is never sent t Tom Lane 16:32
pgsql: Add a \gexec command to psql for evaluation of computed queries. Tom Lane 19:25
pgsql: Silence compiler warning Alvaro Herrera 20:14
Re: pgsql: XLogReader general code cleanup Alvaro Herrera 20:15
pgsql: Add a few comments about ANALYZE's strategy for collecting MCVs. Tom Lane 21:06
pgsql: Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3 Tom Lane 21:06
pgsql: Display WAL pointer in rm_redo error callback Alvaro Herrera 21:12
pgsql: Disallow newlines in parameter values to be set in ALTER SYSTEM. Tom Lane 22:05
pgsql: Disallow newlines in parameter values to be set in ALTER SYSTEM. Tom Lane 22:05
pgsql: Disallow newlines in parameter values to be set in ALTER SYSTEM. Tom Lane 22:05

April 5, 2016

Thread Author Time
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Michael Paquier 00:18
Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees. Peter Eisentraut 01:16
Re: Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees. Michael Paquier 01:20
pgsql: Fix error message from wal_level value renaming Peter Eisentraut 01:24
Re: Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees. Tom Lane 02:39
Re: pgsql: Disallow newlines in parameter values to be set in ALTER SYSTEM. Oleg Bartunov 06:05
Re: pgsql: Disallow newlines in parameter values to be set in ALTER SYSTEM. Oleg Bartunov 06:08
pgsql: Fix typo Magnus Hagander 09:05
pgsql: Implement backup API functions for non-exclusive backups Magnus Hagander 18:11
pgsql: Add parallel query support functions for assorted aggregates. Robert Haas 18:33
Re: pgsql: Implement backup API functions for non-exclusive backups Robert Haas 18:35
Re: pgsql: Implement backup API functions for non-exclusive backups Magnus Hagander 18:40
pgsql: Fix PL/Python for recursion and interleaved set-returning functi Tom Lane 18:51
pgsql: Align all shared memory allocations to cache line boundaries. Robert Haas 19:48
Re: [COMMITTERS] pgsql: Move each SLRU's lwlocks to a separate tranche. Robert Haas 19:48
Re: pgsql: Disallow newlines in parameter values to be set in ALTER SYSTEM. Tom Lane 20:02
pgsql: Fix parallel-safety code for parallel aggregation. Robert Haas 20:09
pgsql: Support ALTER THING .. DEPENDS ON EXTENSION Alvaro Herrera 21:43
pgsql: Fix broken ALTER INDEX documentation Alvaro Herrera 22:05
pgsql: Fix broken ALTER INDEX documentation Alvaro Herrera 22:05
pgsql: Fix broken ALTER INDEX documentation Alvaro Herrera 22:05
pgsql: Fix broken ALTER INDEX documentation Alvaro Herrera 22:05
pgsql: Fix broken ALTER INDEX documentation Alvaro Herrera 22:05

April 6, 2016

Thread Author Time
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server 📎 Simon Riggs 08:18
pgsql: Support multiple synchronous standby servers. Fujii Masao 08:21
Re: [HACKERS] pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Andres Freund 08:45
Re: [COMMITTERS] pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Simon Riggs 09:04
pgsql: Generic Messages for Logical Decoding Simon Riggs 09:08
Re: [HACKERS] pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Andres Freund 09:09
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Robert Haas 11:24
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Simon Riggs 12:02
Re: [HACKERS] pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Simon Riggs 12:11
Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Robert Haas 12:24
Re: [HACKERS] pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Andres Freund 12:27
Re: [COMMITTERS] pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Michael Paquier 12:48
Re: [COMMITTERS] pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Simon Riggs 12:50
Re: pgsql: Generic Messages for Logical Decoding Michael Paquier 12:55
Re: [COMMITTERS] pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Simon Riggs 13:00
pgsql: Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894 Simon Riggs 13:05
Re: [HACKERS] pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Andres Freund 13:19
pgsql: Use proper format specifier %X/%X for LSN, again. Fujii Masao 13:21
Re: [HACKERS] pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server Andres Freund 13:29
Re: pgsql: Generic Messages for Logical Decoding Tom Lane 13:35
Re: pgsql: Generic Messages for Logical Decoding Simon Riggs 13:41
pgsql: Modify test_decoding/messages to remove non-ascii chars Simon Riggs 13:56
Re: pgsql: Generic Messages for Logical Decoding Fujii Masao 15:00
Re: pgsql: Generic Messages for Logical Decoding Andres Freund 15:06
pgsql: Run pgindent on a batch of (mostly-planner-related) source files Tom Lane 15:34
pgsql: pg_dump: Add table qualifications to some tags Peter Eisentraut 16:14
pgsql: Add jsonb_insert Teodor Sigaev 16:25
Re: pgsql: Implement backup API functions for non-exclusive backups Tom Lane 16:38
Re: pgsql: Implement backup API functions for non-exclusive backups Magnus Hagander 16:41

April 7, 2016

Thread Author Time
pgsql: Use GRANT system to manage access to sensitive functions Stephen Frost 01:45
pgsql: In pg_dump, use a bitmap to represent what to include Stephen Frost 01:45
pgsql: Add new catalog called pg_init_privs Stephen Frost 01:45
pgsql: In pg_dump, include pg_catalog and extension ACLs, if changed Stephen Frost 01:45
pgsql: In pg_dump, split "dump" into "dump" and "dump_contains" Stephen Frost 01:45
Re: pgsql: Use GRANT system to manage access to sensitive functions Michael Paquier 01:59
Re: pgsql: Use GRANT system to manage access to sensitive functions Tom Lane 03:00
Re: pgsql: Use GRANT system to manage access to sensitive functions Stephen Frost 03:02
pgsql: Bump catversion for pg_dump dump catalog ACL patches Stephen Frost 03:04
Re: pgsql: Use GRANT system to manage access to sensitive functions Fujii Masao 03:13
Re: pgsql: Generic Messages for Logical Decoding Fujii Masao 03:26
Re: [COMMITTERS] pgsql: Use GRANT system to manage access to sensitive functions Stephen Frost 03:43
pgsql: Standardize GetTokenInformation() error reporting. Noah Misch 03:50
pgsql: Remove redundant message in AddUserToTokenDacl(). Noah Misch 03:50
Re: pgsql: Generic Messages for Logical Decoding Andres Freund 04:47
pgsql: Load FK defs into relcache for use by planner Simon Riggs 11:09
Re: pgsql: Generic Messages for Logical Decoding Fujii Masao 12:12
Re: Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees. Peter Eisentraut 15:57
pgsql: Phrase full text search. Teodor Sigaev 15:58
pgsql: Detect SSI conflicts before reporting constraint violations Kevin Grittner 16:14
pgsql: Make testing of phraseto_tsquery independ from value of Teodor Sigaev 16:33
pgsql: Refactor join_is_removable() to separate out distinctness-provin Tom Lane 17:12
Re: [COMMITTERS] pgsql: In pg_dump, include pg_catalog and extension ACLs, if changed Tom Lane 17:30
Re: [COMMITTERS] pgsql: In pg_dump, include pg_catalog and extension ACLs, if changed Stephen Frost 17:38
pgsql: Zeroing unused parts ducring tsquery construction. Teodor Sigaev 17:47
Re: Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees. Tom Lane 18:03
pgsql: GRANT rights to CURRENT_USER instead of adding roles Stephen Frost 18:40

April 8, 2016

Thread Author Time
Re: pgsql: Load FK defs into relcache for use by planner Peter Geoghegan 00:23
pgsql: Use Foreign Key relationships to infer multi-column join selecti Simon Riggs 01:51
Re: pgsql: Phrase full text search. Tom Lane 02:19
Re: pgsql: Phrase full text search. Tom Lane 02:50
pgsql: Fix a couple of places in doc that implied there was only one sy Fujii Masao 04:25
pgsql: Extend relations multiple blocks at a time to improve scalabilit Robert Haas 06:08
pgsql: Use quicksort, not replacement selection, for external sorting. Robert Haas 06:39
pgsql: Add regression tests for multiple synchronous standbys. Fujii Masao 07:49
Re: pgsql: Phrase full text search. Teodor Sigaev 08:58
pgsql: Rename comparePos() to compareWordEntryPos() Teodor Sigaev 09:08
Re: pgsql: Phrase full text search. Tom Lane 13:48
Re: pgsql: Use quicksort, not replacement selection, for external sorting. Tom Lane 14:40
Re: pgsql: Use quicksort, not replacement selection, for external sorting. Tom Lane 14:47
pgsql: Set PAM_RHOST item for PAM authentication Peter Eisentraut 14:49
pgsql: Attempt to fix breakage due to declaration following code. Robert Haas 14:53
Re: pgsql: Use quicksort, not replacement selection, for external sorting. Robert Haas 14:53
Re: pgsql: Phrase full text search. Teodor Sigaev 15:13
pgsql: Add a 'parallel_degree' reloption. Robert Haas 15:22
pgsql: Increase maximum number of clog buffers. Andres Freund 15:30
pgsql: Enhanced custom error in PLPythonu Teodor Sigaev 15:33
pgsql: Document which aggregates support partial mode. Robert Haas 16:13
pgsql: Fix multiple bugs in tablespace symlink removal. Tom Lane 16:32
pgsql: Fix multiple bugs in tablespace symlink removal. Tom Lane 16:32
pgsql: Fix printf format Peter Eisentraut 16:34
pgsql: Turn down MSVC compiler verbosity Andrew Dunstan 16:35
pgsql: Turn down MSVC compiler verbosity Andrew Dunstan 16:35
pgsql: Turn down MSVC compiler verbosity Andrew Dunstan 16:35
pgsql: Turn down MSVC compiler verbosity Andrew Dunstan 16:35
pgsql: Turn down MSVC compiler verbosity Andrew Dunstan 16:37
pgsql: Turn down MSVC compiler verbosity Andrew Dunstan 16:37
pgsql: Replace printf format %i by %d Peter Eisentraut 16:43
pgsql: CREATE INDEX ... INCLUDING (column[, ...]) Teodor Sigaev 16:46
pgsql: Silence warning from modern perl about unescaped braces Andrew Dunstan 16:50
pgsql: Restore original tsquery operation numbering. Teodor Sigaev 17:16
pgsql: Fix output of regression test of contrib/tsearch2 Teodor Sigaev 17:38
pgsql: Add combine functions for various floating-point aggregates. Robert Haas 17:49
pgsql: Add BSD authentication method. Tom Lane 17:52

Browse Archives

Prev | Next