pgsql-committers since 2016-11-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

Nov. 6, 2016

Thread Author Time
pgsql: Improve minor error-handling details in pltcl. Tom Lane 02:12
pgsql: More zic cleanup. Tom Lane 15:46
pgsql: More zic cleanup. Tom Lane 15:46
pgsql: More zic cleanup. Tom Lane 15:46
pgsql: More zic cleanup. Tom Lane 15:46
pgsql: More zic cleanup. Tom Lane 15:46
pgsql: More zic cleanup. Tom Lane 15:46
pgsql: Fix silly nil-pointer-dereference bug introduced in commit d5f6f Tom Lane 16:29
pgsql: Need to do SPI_push/SPI_pop around expression evaluation in plpg Tom Lane 17:09
pgsql: Need to do SPI_push/SPI_pop around expression evaluation in plpg Tom Lane 17:09
pgsql: Need to do SPI_push/SPI_pop around expression evaluation in plpg Tom Lane 17:09
pgsql: Rationalize and document pltcl's handling of magic ".tupno" arra Tom Lane 19:43
pgsql: Rationalize and document pltcl's handling of magic ".tupno" arra Tom Lane 19:43
pgsql: Rationalize and document pltcl's handling of magic ".tupno" arra Tom Lane 19:43
pgsql: Rationalize and document pltcl's handling of magic ".tupno" arra Tom Lane 19:43
pgsql: Rationalize and document pltcl's handling of magic ".tupno" arra Tom Lane 19:43
pgsql: Rationalize and document pltcl's handling of magic ".tupno" arra Tom Lane 19:43
pgsql: Modernize result-tuple construction in pltcl_trigger_handler(). Tom Lane 21:10
pgsql: Support PL/Tcl functions that return composite types and/or sets Tom Lane 22:56

Nov. 7, 2016

Thread Author Time
pgsql: Sync pltcl_build_tuple_result's error handling with pltcl_trigge Tom Lane 00:22
pgsql: Fix handling of symlinked pg_stat_tmp and pg_replslot Magnus Hagander 14:07
pgsql: Fix handling of symlinked pg_stat_tmp and pg_replslot Magnus Hagander 14:07
pgsql: Fix handling of symlinked pg_stat_tmp and pg_replslot Magnus Hagander 14:07
pgsql: Save redundant code for pseudotype I/O functions Peter Eisentraut 14:21
pgsql: pg_rewing pg_upgrade: Fix translation markers Peter Eisentraut 14:54
pgsql: pg_rewing pg_upgrade: Fix translation markers Peter Eisentraut 14:54
pgsql: pg_rewing pg_upgrade: Fix translation markers Peter Eisentraut 14:54
Re: [COMMITTERS] pgsql: pg_xlogdump: Add NLS Peter Eisentraut 15:08
pgsql: pg_upgrade: Add NLS Peter Eisentraut 15:13
pgsql: Revert "Delete contrib/xml2's legacy implementation of xml_is_we Tom Lane 15:28
pgsql: Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTIO Tom Lane 15:28
pgsql: Band-aid fix for incorrect use of view options as StdRdOptions. Tom Lane 17:08
pgsql: Band-aid fix for incorrect use of view options as StdRdOptions. Tom Lane 17:08
pgsql: Band-aid fix for incorrect use of view options as StdRdOptions. Tom Lane 17:08

Nov. 8, 2016

Thread Author Time
pgsql: Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. Noah Misch 01:31
pgsql: Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. Noah Misch 01:31
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. 📎 Amit Kapila 04:55
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Ashutosh Sharma 10:53
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Amit Kapila 12:23
pgsql: Improve handling of dead tuples in hash indexes. Robert Haas 15:53
pgsql: Use heap_modify_tuple not SPI_modifytuple in pl/perl triggers. Tom Lane 16:35
pgsql: Use heap_modify_tuple not SPI_modifytuple in pl/python triggers. Tom Lane 17:00
pgsql: Fix mistake in XLOG_SEG_SIZE test. Robert Haas 17:12
pgsql: Fix typo Magnus Hagander 17:39
pgsql: Fix typo Magnus Hagander 17:39
pgsql: Fix typo Magnus Hagander 17:39
pgsql: Fix typo Magnus Hagander 17:39
pgsql: Fix typo Magnus Hagander 17:39
pgsql: Fix typo Magnus Hagander 17:39
pgsql: Make SPI_fnumber() reject dropped columns. Tom Lane 18:11
pgsql: Fix typo. Robert Haas 20:35
pgsql: Replace uses of SPI_modifytuple that intend to allocate in curre Tom Lane 20:36
pgsql: psql: Tab completion for renaming enum values. Robert Haas 21:31
pgsql: Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_c Tom Lane 22:40

Nov. 9, 2016

Thread Author Time
pgsql: doc: Improve whitespace use in XSL Peter Eisentraut 20:01
pgsql: pgbench: Allow the transaction log file prefix to be changed. Robert Haas 21:34
Re: pgsql: pgbench: Allow the transaction log file prefix to be changed. Tom Lane 21:51

Nov. 10, 2016

Thread Author Time
Re: [COMMITTERS] pgsql: pgbench: Allow the transaction log file prefix to be changed. Robert Haas 00:03
Re: Re: [COMMITTERS] pgsql: pgbench: Allow the transaction log file prefix to be changed. Tom Lane 03:08
Re: Re: [COMMITTERS] pgsql: pgbench: Allow the transaction log file prefix to be changed. Michael Paquier 03:12
Re: Re: [COMMITTERS] pgsql: pgbench: Allow the transaction log file prefix to be changed. Robert Haas 04:17
pgsql: Doc: improve link. Tom Lane 15:37
pgsql: Fix partial aggregation for the case of a degenerate GROUP BY cl Tom Lane 16:32
pgsql: Fix partial aggregation for the case of a degenerate GROUP BY cl Tom Lane 16:32
pgsql: Support "COPY view FROM" for views with INSTEAD OF INSERT trigge Tom Lane 19:13
pgsql: Re-allow user_catalog_table option for materialized views. Tom Lane 20:01
pgsql: Re-allow user_catalog_table option for materialized views. Tom Lane 20:01
pgsql: Re-allow user_catalog_table option for materialized views. Tom Lane 20:01
pgsql: Cleanup of rewriter and planner handling of Query.hasRowSecurity Tom Lane 21:16

Nov. 11, 2016

Thread Author Time
pgsql: Doc: fix data types of FuncCallContext's call_cntr and max_calls Tom Lane 17:04
pgsql: Doc: fix data types of FuncCallContext's call_cntr and max_calls Tom Lane 17:04

Nov. 12, 2016

Thread Author Time
pgsql: Add minimal set of regression tests for pg_stat_statements. Andres Freund 13:04
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Andres Freund 13:04
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Tom Lane 16:30
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Andres Freund 16:35
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Tom Lane 16:42
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Andres Freund 17:12
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Tom Lane 17:17

Nov. 13, 2016

Thread Author Time
pgsql: pg_stat_statements: Add .gitignore file for tests Peter Eisentraut 13:25
pgsql: Doc: remove obsolete example. Tom Lane 18:13
pgsql: Doc: remove obsolete example. Tom Lane 18:13

Nov. 14, 2016

Thread Author Time
pgsql: pg_dump: Separate table and sequence data object types Peter Eisentraut 02:50
pgsql: pg_upgrade: Upgrade sequence data via pg_dump Peter Eisentraut 02:50
pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis Alvaro Herrera 14:16
pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis Alvaro Herrera 14:16
pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis Alvaro Herrera 14:16
pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis Alvaro Herrera 14:16
pgsql: Allow individual TAP tests to be run via PROVE_TESTS Peter Eisentraut 15:01
pgsql: Fix typo in comment Magnus Hagander 16:33
pgsql: Fix typo in comment Magnus Hagander 16:33
pgsql: Fix typo in comment Magnus Hagander 16:33
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Andres Freund 20:14
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. 📎 Andres Freund 20:32
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Alvaro Herrera 20:36
pgsql: Provide NO_INSTALLCHECK option for pgxs. Andres Freund 22:53

Nov. 15, 2016

Thread Author Time
pgsql: pgbench: Increase maximum size of log filename from 64 to MAXPGP Robert Haas 14:14
pgsql: Fix broken statement in UCS_to_most.pl. Robert Haas 14:44
pgsql: Limit the number of number of tapes used for a sort to 501. Robert Haas 15:43
pgsql: Account for catalog snapshot in PGXACT->xmin updates. Tom Lane 20:55
pgsql: Account for catalog snapshot in PGXACT->xmin updates. Tom Lane 20:55
pgsql: Account for catalog snapshot in PGXACT->xmin updates. Tom Lane 20:55
pgsql: Account for catalog snapshot in PGXACT->xmin updates. Tom Lane 20:55
pgsql: Allow DOS-style line endings in ~/.pgpass files. Tom Lane 21:17
pgsql: Allow DOS-style line endings in ~/.pgpass files. Tom Lane 21:17
pgsql: Allow DOS-style line endings in ~/.pgpass files. Tom Lane 21:17
pgsql: Allow DOS-style line endings in ~/.pgpass files. Tom Lane 21:17
pgsql: Allow DOS-style line endings in ~/.pgpass files. Tom Lane 21:17
pgsql: Allow DOS-style line endings in ~/.pgpass files. Tom Lane 21:17
pgsql: Reserve zero as an invalid DSM handle. Robert Haas 21:36
pgsql: Check that result tupdesc has exactly 1 column in return_next sc Tom Lane 21:48

Nov. 16, 2016

Thread Author Time
pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 07:06
Re: pgsql: Add putenv support for msvcrt from Visual Studio 2013 Noah Misch 07:22
Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Magnus Hagander 09:38
Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 14:02
Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Magnus Hagander 14:09
Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Erik Rijkers 14:29
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Tom Lane 14:46
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Andrew Dunstan 15:16
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Robert Haas 15:25
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Robert Haas 15:33
pgsql: doc: Further XSLT HTML build performance optimization Peter Eisentraut 19:55
Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Alvaro Herrera 20:38
Re: pgsql: Add putenv support for msvcrt from Visual Studio 2013 📎 Christian Ullrich 20:45
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 20:59
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 21:00
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 21:10
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 21:11
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Erik Rijkers 21:14
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Alvaro Herrera 21:23
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Tom Lane 21:48

Nov. 17, 2016

Thread Author Time
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 01:10
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 01:15
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Erik Rijkers 06:53
pgsql: Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases Alvaro Herrera 16:32
pgsql: Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases Alvaro Herrera 16:32
pgsql: Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases Alvaro Herrera 16:32
pgsql: Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases Alvaro Herrera 16:32
pgsql: Re-pgindent src/bin/pg_dump/* Tom Lane 19:37
pgsql: Improve pg_dump/pg_restore --create --if-exists logic. Tom Lane 19:59
pgsql: Improve pg_dump/pg_restore --create --if-exists logic. Tom Lane 19:59
pgsql: Improve pg_dump/pg_restore --create --if-exists logic. Tom Lane 19:59
pgsql: Improve pg_dump/pg_restore --create --if-exists logic. Tom Lane 19:59
pgsql: Fix pg_dump's handling of circular dependencies in views. Tom Lane 20:26
pgsql: Remove or reduce verbosity of some debug messages. Robert Haas 22:14

Nov. 18, 2016

Thread Author Time
pgsql: Clean up pg_dump tests, re-enable BLOB testing Stephen Frost 19:21
pgsql: Add pg_sequences view Peter Eisentraut 19:59

Nov. 19, 2016

Thread Author Time
pgsql: Code review for GUC serialization/deserialization code. Tom Lane 19:26
pgsql: Code review for GUC serialization/deserialization code. Tom Lane 19:26
pgsql: Code review for GUC serialization/deserialization code. Tom Lane 19:26
pgsql: Fix latent costing error in create_merge_append_path. Tom Lane 20:06

Nov. 20, 2016

Thread Author Time
pgsql: Prevent multicolumn expansion of "foo.*" in an UPDATE source exp Tom Lane 19:26
pgsql: Prevent multicolumn expansion of "foo.*" in an UPDATE source exp Tom Lane 19:26
pgsql: Prevent multicolumn expansion of "foo.*" in an UPDATE source exp Tom Lane 19:26
pgsql: Prevent multicolumn expansion of "foo.*" in an UPDATE source exp Tom Lane 19:26
pgsql: Prevent multicolumn expansion of "foo.*" in an UPDATE source exp Tom Lane 19:26

Nov. 21, 2016

Thread Author Time
pgsql: Fix test for subplans in force-parallel mode. Tom Lane 16:09
pgsql: Fix test for subplans in force-parallel mode. Tom Lane 16:09
pgsql: autovacuum: Drop orphan temp tables more quickly but with more c Robert Haas 18:05
pgsql: Fix optimization for skipping searches for parallel-query hazard Tom Lane 18:19
pgsql: Fix PGLC_localeconv() to handle errors better. Tom Lane 23:22
pgsql: Fix PGLC_localeconv() to handle errors better. Tom Lane 23:22
pgsql: Fix PGLC_localeconv() to handle errors better. Tom Lane 23:22
pgsql: Fix PGLC_localeconv() to handle errors better. Tom Lane 23:22
pgsql: Fix PGLC_localeconv() to handle errors better. Tom Lane 23:22
pgsql: Fix PGLC_localeconv() to handle errors better. Tom Lane 23:22

Nov. 22, 2016

Thread Author Time
Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c 📎 Michael Paquier 00:46
Re: Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c Tom Lane 00:57
pgsql: Fix uninitialized variable. Tom Lane 01:00
Re: Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c Michael Paquier 01:17
pgsql: Make contrib/test_decoding regression tests safe for CZ locale. Tom Lane 01:39
pgsql: Make contrib/test_decoding regression tests safe for CZ locale. Tom Lane 01:39
pgsql: Make contrib/test_decoding regression tests safe for CZ locale. Tom Lane 01:39
pgsql: Make contrib/test_decoding regression tests safe for CZ locale. Tom Lane 01:39
pgsql: Doc: add a section in Part II concerning RETURNING. Tom Lane 19:03
pgsql: Doc: add a section in Part II concerning RETURNING. Tom Lane 19:03
pgsql: Doc: add a section in Part II concerning RETURNING. Tom Lane 19:03
pgsql: Doc: add a section in Part II concerning RETURNING. Tom Lane 19:03
pgsql: Doc: add a section in Part II concerning RETURNING. Tom Lane 19:03
pgsql: Doc: add a section in Part II concerning RETURNING. Tom Lane 19:03
pgsql: Support condition variables. Robert Haas 19:28
pgsql: Improve handling of "UPDATE ... SET (column_list) = row_construc Tom Lane 20:20
pgsql: Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5. Robert Haas 20:50
pgsql: Doc: improve documentation about composite-value usage. Tom Lane 22:56
pgsql: Doc: improve documentation about composite-value usage. Tom Lane 22:56
pgsql: Doc: improve documentation about composite-value usage. Tom Lane 22:56
pgsql: Doc: improve documentation about composite-value usage. Tom Lane 22:56
pgsql: Doc: improve documentation about composite-value usage. Tom Lane 22:56
pgsql: Doc: improve documentation about composite-value usage. Tom Lane 22:56
pgsql: Doc: in back branches, don't call it a row constructor if it isn Tom Lane 23:07
pgsql: Doc: in back branches, don't call it a row constructor if it isn Tom Lane 23:07
Re: [COMMITTERS] pgsql: Doc: improve documentation about composite-value usage. David G. Johnston 23:35

Nov. 23, 2016

Thread Author Time
pgsql: Remove barrier.h Robert Haas 01:28
Re: pgsql: Doc: improve documentation about composite-value usage. Tom Lane 03:04
pgsql: Make sure ALTER TABLE preserves index tablespaces. Tom Lane 18:46
pgsql: Make sure ALTER TABLE preserves index tablespaces. Tom Lane 18:46
pgsql: Make sure ALTER TABLE preserves index tablespaces. Tom Lane 18:46
pgsql: Make sure ALTER TABLE preserves index tablespaces. Tom Lane 18:46
pgsql: Make sure ALTER TABLE preserves index tablespaces. Tom Lane 18:46
pgsql: Make sure ALTER TABLE preserves index tablespaces. Tom Lane 18:46
pgsql: Avoid masking a function parameter name with a local variable na Tom Lane 21:26

Browse Archives

Prev | Next