pgsql-committers since 2017-10-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

Oct. 6, 2017

Thread Author Time
Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto. Tom Lane 04:07
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Michael Paquier 07:12
Re: pgsql: Remove ICU tests from default run Noah Misch 07:30
Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto. Dave Page 08:42
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Alvaro Herrera 10:57
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple 📎 Alvaro Herrera 13:18
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Michael Paquier 13:28
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Michael Paquier 13:36
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Alvaro Herrera 13:57
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Michael Paquier 14:06
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Stephen Frost 14:11
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Alvaro Herrera 14:59
pgsql: Basic partition-wise join functionality. Robert Haas 15:15
pgsql: Fix traversal of half-frozen update chains Alvaro Herrera 15:29
pgsql: Fix traversal of half-frozen update chains Alvaro Herrera 15:29
pgsql: Fix traversal of half-frozen update chains Alvaro Herrera 15:29
pgsql: Fix traversal of half-frozen update chains Alvaro Herrera 15:29
pgsql: Fix traversal of half-frozen update chains Alvaro Herrera 15:29
pgsql: Fix traversal of half-frozen update chains Alvaro Herrera 15:29
pgsql: #ifdef out some dead code in psql/mainloop.c. Tom Lane 15:36
pgsql: Run coverage commands quietly Peter Eisentraut 15:40
pgsql: Remove coverage details view Peter Eisentraut 15:40
pgsql: Support coverage on vpath builds Peter Eisentraut 15:40
pgsql: Fix access-off-end-of-array in clog.c. Tom Lane 16:20
pgsql: Fix access-off-end-of-array in clog.c. Tom Lane 16:20
pgsql: Fix access-off-end-of-array in clog.c. Tom Lane 16:20
pgsql: Fix access-off-end-of-array in clog.c. Tom Lane 16:20
pgsql: Fix access-off-end-of-array in clog.c. Tom Lane 16:20
pgsql: Fix access-off-end-of-array in clog.c. Tom Lane 16:20
pgsql: Fix access-off-end-of-array in clog.c. Tom Lane 16:20
Re: pgsql: Basic partition-wise join functionality. Tom Lane 16:47
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Peter Geoghegan 17:03
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Alvaro Herrera 17:49
Re: pgsql: Basic partition-wise join functionality. Robert Haas 18:01
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Peter Geoghegan 18:07
pgsql: Fix intra-query memory leakage in nodeProjectSet.c. Tom Lane 18:28
pgsql: Fix intra-query memory leakage in nodeProjectSet.c. Tom Lane 18:28
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Peter Geoghegan 18:34
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Peter Geoghegan 19:27
pgsql: Copy information from the relcache instead of pointing to it. Robert Haas 19:33
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Wong, Yi Wen 21:09
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Peter Geoghegan 22:15
pgsql: Fix crash when logical decoding is invoked from a PL function. Tom Lane 23:19
pgsql: Fix crash when logical decoding is invoked from a PL function. Tom Lane 23:19
pgsql: Fix crash when logical decoding is invoked from a PL function. Tom Lane 23:19
pgsql: Fix crash when logical decoding is invoked from a PL function. Tom Lane 23:19
pgsql: Fix crash when logical decoding is invoked from a PL function. Tom Lane 23:19

Oct. 7, 2017

Thread Author Time
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple 📎 Alvaro Herrera 08:31
pgsql: Clean up sloppy maintenance of regression test schedule files. Tom Lane 17:19
pgsql: Enforce our convention about max number of parallel regression t Tom Lane 21:20
pgsql: Improve pg_regress's error reporting for schedule-file problems. Tom Lane 22:04
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Peter Geoghegan 23:22
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Alvaro Herrera 23:25

Oct. 8, 2017

Thread Author Time
pgsql: Reduce "X = X" to "X IS NOT NULL", if it's easy to do so. Tom Lane 16:23
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Peter Geoghegan 17:29
pgsql: Increase distance between flush requests during bulk file copies Tom Lane 19:25
pgsql: Increase distance between flush requests during bulk file copies Tom Lane 19:25
pgsql: Increase distance between flush requests during bulk file copies Tom Lane 19:25
pgsql: Reduce memory usage of targetlist SRFs. Andres Freund 22:09

Oct. 9, 2017

Thread Author Time
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Wood, Dan 06:11
pgsql: Remove unused documentation file Peter Eisentraut 11:51
pgsql: Add pg_strnlen() a portable implementation of strlen. Andres Freund 22:22
pgsql: Fix pnstrdup() to not memcpy() the maximum allowed length. Andres Freund 22:22
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Andres Freund 23:15

Oct. 10, 2017

Thread Author Time
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Michael Paquier 01:00
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Andrew Dunstan 03:33
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Tom Lane 04:25
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Andres Freund 04:42
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Tom Lane 04:55
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Alvaro Herrera 14:14
pgsql: Use lower-case SGML attribute values Peter Eisentraut 14:18
pgsql: Add missing clean step to src/test/modules/brin/Makefile. Tom Lane 16:51
pgsql: Add missing clean step to src/test/modules/brin/Makefile. Tom Lane 16:51
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Andres Freund 19:48
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Tom Lane 20:37
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Andres Freund 20:46
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Tom Lane 20:51
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Andres Freund 20:53
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Andrew Dunstan 21:34
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. 📎 Andres Freund 21:56
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Andres Freund 21:59
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Tom Lane 22:10
pgsql: Rewrite strnlen replacement implementation from 8a241792f96. Andres Freund 22:38
Re: pgsql: Add pg_strnlen() a portable implementation of strlen. Andres Freund 22:39
pgsql: Regenerate configure script. Tom Lane 23:14
Re: pgsql: Rewrite strnlen replacement implementation from 8a241792f96. Tom Lane 23:15
Re: pgsql: Rewrite strnlen replacement implementation from 8a241792f96. Andres Freund 23:16

Oct. 11, 2017

Thread Author Time
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Michael Paquier 02:25
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Wood, Dan 02:31
Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Michael Paquier 02:35
pgsql: Fix whitespace Peter Eisentraut 13:23
pgsql: Add port/strnlen support to libpq and ecpg Makefiles. Tom Lane 15:28
Re: pgsql: Add port/strnlen support to libpq and ecpg Makefiles. Andres Freund 15:49
Re: pgsql: Add port/strnlen support to libpq and ecpg Makefiles. Tom Lane 15:58
Re: pgsql: Add port/strnlen support to libpq and ecpg Makefiles. Andres Freund 16:12
Re: [COMMITTERS] pgsql: Add port/strnlen support to libpq and ecpg Makefiles. Tom Lane 16:32
pgsql: Fix low-probability loss of NOTIFY messages due to XID wraparoun Tom Lane 18:29
pgsql: Fix low-probability loss of NOTIFY messages due to XID wraparoun Tom Lane 18:29
pgsql: Fix low-probability loss of NOTIFY messages due to XID wraparoun Tom Lane 18:29
pgsql: Fix low-probability loss of NOTIFY messages due to XID wraparoun Tom Lane 18:29
pgsql: Fix low-probability loss of NOTIFY messages due to XID wraparoun Tom Lane 18:29
pgsql: Fix low-probability loss of NOTIFY messages due to XID wraparoun Tom Lane 18:29
pgsql: Fix low-probability loss of NOTIFY messages due to XID wraparoun Tom Lane 18:29
pgsql: Fix mistakes in comments. Robert Haas 20:00
pgsql: Fix mistakes in comments. Robert Haas 20:00
pgsql: Doc: fix missing explanation of default object privileges. Tom Lane 20:57
pgsql: Doc: fix missing explanation of default object privileges. Tom Lane 20:57
pgsql: Doc: fix missing explanation of default object privileges. Tom Lane 20:57
pgsql: Doc: fix missing explanation of default object privileges. Tom Lane 20:57
pgsql: Doc: fix missing explanation of default object privileges. Tom Lane 20:57
pgsql: Doc: fix missing explanation of default object privileges. Tom Lane 20:57
pgsql: Doc: fix missing explanation of default object privileges. Tom Lane 20:57
pgsql: Prevent idle in transaction session timeout from sometimes being Andres Freund 21:10
pgsql: Prevent idle in transaction session timeout from sometimes being Andres Freund 21:10
pgsql: Prevent idle in transaction session timeout from sometimes being Andres Freund 21:10
pgsql: Remove unnecessary PG_TRY overhead for CurrentResourceOwner chan Tom Lane 21:44
Re: pgsql: Remove unnecessary PG_TRY overhead for CurrentResourceOwner chan Tom Lane 21:47
pgsql: Add more efficient functions to pqformat API. Andres Freund 23:11
pgsql: Add configure infrastructure to detect support for C99's restric Andres Freund 23:11
pgsql: Allow to avoid NUL-byte management for stringinfos and use in fo Andres Freund 23:11
pgsql: Use one stringbuffer for all rows printed in printtup.c. Andres Freund 23:35

Oct. 12, 2017

Thread Author Time
pgsql: pg_stat_statements: Widen query IDs from 32 bits to 64 bits. Robert Haas 00:04
Re: pgsql: Add configure infrastructure to detect support for C99's restric Andres Freund 00:13
pgsql: Improve performance of SendRowDescriptionMessage. Andres Freund 00:28
pgsql: Work around overly strict restrict checks by MSVC. Andres Freund 00:28
pgsql: Temporary attempt at a workaround for further MSVC restrict buil Andres Freund 02:11
pgsql: Prevent sharing transition states between ordered-set aggregates Tom Lane 02:18
pgsql: Prevent sharing transition states between ordered-set aggregates Tom Lane 02:18
pgsql: Prevent sharing transition states between ordered-set aggregates Tom Lane 02:18
pgsql: Replace remaining uses of pq_sendint with pq_sendint{8, 16, 32}. Andres Freund 04:01
Re: [COMMITTERS] pgsql: Add configure infrastructure to detect support for C99's restric Andres Freund 04:59
Re: [HACKERS] Re: pgsql: Add configure infrastructure to detect support for C99's restric Andres Freund 05:05
pgsql: Fix logical replication to fire BEFORE ROW DELETE triggers. Robert Haas 14:30
pgsql: Fix logical replication to fire BEFORE ROW DELETE triggers. Robert Haas 14:30
Re: pgsql: Improve performance of SendRowDescriptionMessage. Tom Lane 14:44
Re: pgsql: Add configure infrastructure to detect support for C99's restric Tom Lane 15:30
pgsql: Infer functional dependency past RelabelType Alvaro Herrera 15:34
pgsql: Infer functional dependency past RelabelType Alvaro Herrera 15:34
pgsql: Doc: fix typo in release notes. Tom Lane 15:36
pgsql: Doc: fix typo in release notes. Tom Lane 15:36
Re: [HACKERS] pgsql: Add port/strnlen support to libpq and ecpg Makefiles. Tom Lane 17:03
Re: pgsql: Add configure infrastructure to detect support for C99's restric Andres Freund 17:45
Re: pgsql: Add configure infrastructure to detect support for C99's restric Tom Lane 17:55
Re: pgsql: Add configure infrastructure to detect support for C99's restric Andres Freund 18:03
pgsql: Synchronize error messages. Robert Haas 19:18
pgsql: Fix AggGetAggref() so it won't lie to aggregate final functions. Tom Lane 19:20
pgsql: Fix AggGetAggref() so it won't lie to aggregate final functions. Tom Lane 19:20
pgsql: Fix AggGetAggref() so it won't lie to aggregate final functions. Tom Lane 19:20
pgsql: Use ResultRelInfo ** rather than ResultRelInfo * for tuple routi Robert Haas 20:51
pgsql: Avoid coercing a whole-row variable that is already coerced. Robert Haas 21:16
Re: pgsql: Avoid coercing a whole-row variable that is already coerced. Tom Lane 21:42
Re: pgsql: Fix traversal of half-frozen update chains Peter Geoghegan 22:28
Re: pgsql: Add configure infrastructure to detect support for C99's restric 📎 Andres Freund 22:35
Re: pgsql: Improve performance of SendRowDescriptionMessage. Andres Freund 23:08
Re: pgsql: Add configure infrastructure to detect support for C99's restric Tom Lane 23:14
pgsql: Use C99 restrict via pg_restrict, rather than restrict directly. Andres Freund 23:26
Re: [COMMITTERS] pgsql: Fix traversal of half-frozen update chains Alvaro Herrera 23:31
Re: pgsql: Improve performance of SendRowDescriptionMessage. Andres Freund 23:48

Oct. 13, 2017

Thread Author Time
Re: pgsql: Improve performance of SendRowDescriptionMessage. Tom Lane 00:06
Re: pgsql: Improve performance of SendRowDescriptionMessage. Andres Freund 00:09
Re: pgsql: Improve performance of SendRowDescriptionMessage. Tom Lane 00:24
Re: pgsql: Improve performance of SendRowDescriptionMessage. Noah Misch 02:35
Re: pgsql: Improve performance of SendRowDescriptionMessage. Noah Misch 02:39
Re: pgsql: Improve performance of SendRowDescriptionMessage. Tom Lane 02:44
pgsql: Log diagnostic messages if errors occur during LDAP auth. Peter Eisentraut 02:55
pgsql: Improve LDAP cleanup code in error paths. Peter Eisentraut 02:55
pgsql: Attempt to fix LDAP build Peter Eisentraut 03:51
Re: pgsql: Log diagnostic messages if errors occur during LDAP auth. Tom Lane 03:52
Re: pgsql: Improve performance of SendRowDescriptionMessage. 📎 Noah Misch 07:02
Re: pgsql: Improve performance of SendRowDescriptionMessage. Andres Freund 07:32
Re: pgsql: Improve performance of SendRowDescriptionMessage. Andres Freund 07:39
Re: [COMMITTERS] pgsql: Fix traversal of half-frozen update chains Robert Haas 11:54
Re: pgsql: Improve performance of SendRowDescriptionMessage. Tom Lane 15:26
pgsql: Rely on sizeof(typename) rather than sizeof(variable) in pqforma Tom Lane 15:46
Re: [COMMITTERS] pgsql: Implement table partitioning. Alvaro Herrera 16:34
Re: [COMMITTERS] pgsql: Fix traversal of half-frozen update chains Peter Geoghegan 16:38
pgsql: Improve implementation of CRE-stack-flattening in map_variable_a Tom Lane 17:44
Re: [HACKERS] pgsql: Improve performance of SendRowDescriptionMessage. Tom Lane 17:48
Re: [HACKERS] pgsql: Improve performance of SendRowDescriptionMessage. Andres Freund 18:01
Re: [HACKERS] pgsql: Improve performance of SendRowDescriptionMessage. Tom Lane 18:19
Re: [HACKERS] pgsql: Improve performance of SendRowDescriptionMessage. Andres Freund 18:24
pgsql: Fix possible crash with Parallel Bitmap Heap Scan. Robert Haas 19:09
pgsql: Fix possible crash with Parallel Bitmap Heap Scan. Robert Haas 19:09
pgsql: Force "restrict" not to be used when compiling with xlc. Andres Freund 19:15
Re: [COMMITTERS] pgsql: Implement table partitioning. Robert Haas 19:30
pgsql: Improve sys/catcache performance. Andres Freund 21:29
pgsql: Add pg_noinline macro to c.h. Andres Freund 21:29
Re: pgsql: Add pg_noinline macro to c.h. Tom Lane 22:32
Re: pgsql: Add pg_noinline macro to c.h. Andres Freund 22:43
pgsql: Add missing options to pg_regress help() output Joe Conway 23:07

Oct. 14, 2017

Thread Author Time
pgsql: Reinstate genhtml --prefix option for non-vpath builds Peter Eisentraut 15:46
pgsql: Explicitly track whether aggregate final functions modify transi Tom Lane 19:22
pgsql: gcc's support for __attribute__((noinline)) hasn't been around f Tom Lane 19:52

Oct. 15, 2017

Thread Author Time
pgsql: doc: Postgres -> PostgreSQL Peter Eisentraut 13:18
pgsql: Restore nodeAgg.c's ability to check for improperly-nested aggre Tom Lane 23:20
pgsql: Restore nodeAgg.c's ability to check for improperly-nested aggre Tom Lane 23:20

Oct. 16, 2017

Thread Author Time
pgsql: Rework DefineIndex relkind check Alvaro Herrera 10:24
pgsql: Repair breakage of aggregate FILTER option. Tom Lane 19:24
pgsql: Repair breakage of aggregate FILTER option. Tom Lane 19:24
pgsql: Allow the built-in ordered-set aggregates to share transition st Tom Lane 19:51

Browse Archives

Prev | Next