pgsql-committers since 2015-09-12 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

Sept. 12, 2015

Thread Author Time
Re: pgsql: Further fixes for degenerate outer join clauses. Peter Eisentraut 04:50
pgsql: Update SQL features list Peter Eisentraut 04:57
pgsql: Update SQL features list Peter Eisentraut 04:57
pgsql: Remove set-but-not-used variable. Tom Lane 15:11
pgsql: Remove set-but-not-used variable. Tom Lane 15:11
pgsql: Remove set-but-not-used variable. Tom Lane 15:11
Re: pgsql: Further fixes for degenerate outer join clauses. Tom Lane 15:11
pgsql: Fix typo in create_policy.sgml Stephen Frost 21:17
pgsql: Fix typo in create_policy.sgml Stephen Frost 21:17

Sept. 13, 2015

Thread Author Time
pgsql: doc: Remove dead links Peter Eisentraut 04:07
pgsql: doc: Remove dead links Peter Eisentraut 04:07
pgsql: Fix the fastpath rule for jsonb_concat with an empty operand. Andrew Dunstan 21:15
pgsql: Fix the fastpath rule for jsonb_concat with an empty operand. Andrew Dunstan 21:15
pgsql: Add noreturn attribute Peter Eisentraut 22:49

Sept. 14, 2015

Thread Author Time
pgsql: Check existency of table/schema for -t/-n option (pg_dump/pg_res Teodor Sigaev 13:20
Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references. Tom Lane 13:56
Re: [COMMITTERS] pgsql: Check existency of table/schema for -t/-n option (pg_dump/pg_res Robert Haas 14:19
Re: Re: [COMMITTERS] pgsql: Check existency of table/schema for -t/-n option (pg_dump/pg_res Teodor Sigaev 14:54
Re: pgsql: Allow per-tablespace effective_io_concurrency Alvaro Herrera 18:12
Re: Re: [COMMITTERS] pgsql: Check existency of table/schema for -t/-n option (pg_dump/pg_res Robert Haas 20:25

Sept. 15, 2015

Thread Author Time
pgsql: Fix wrong comment in commit d02426029b133ee2bbe492a038642359bce3 Teodor Sigaev 06:36
Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references. Jan Wieck 13:25
Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references. Tom Lane 13:51
pgsql: Improve log messages related to tablespace_map file Fujii Masao 14:23
pgsql: Improve log messages related to tablespace_map file Fujii Masao 14:23
Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file Fujii Masao 14:24
pgsql: Fix comment regarding the meaning of infinity for timeline histo Fujii Masao 14:38
Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references. Jan Wieck 14:42
Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references. Tom Lane 14:58
pgsql: Add POLICY to COMMENT documentation Stephen Frost 15:06
pgsql: Add POLICY to COMMENT documentation Stephen Frost 15:06
pgsql: Revert "Fix an O(N^2) problem in foreign key references". Tom Lane 15:09
pgsql: Revert "Fix an O(N^2) problem in foreign key references". Tom Lane 15:09
pgsql: Revert "Fix an O(N^2) problem in foreign key references". Tom Lane 15:09
pgsql: Revert "Fix an O(N^2) problem in foreign key references". Tom Lane 15:09
Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references. Jan Wieck 15:35
Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references. Tom Lane 15:54
Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references. Jan Wieck 16:02
pgsql: Fix whitespace Peter Eisentraut 19:20
pgsql: RLS refactoring Stephen Frost 19:49
pgsql: Enforce ALL/SELECT policies in RETURNING for RLS Stephen Frost 19:49
pgsql: RLS refactoring Stephen Frost 19:49
pgsql: Enforce ALL/SELECT policies in RETURNING for RLS Stephen Frost 19:49
Re: pgsql: RLS refactoring Tom Lane 20:29
Re: pgsql: RLS refactoring Stephen Frost 22:00
Re: pgsql: RLS refactoring Alvaro Herrera 22:16
Re: pgsql: RLS refactoring Tom Lane 22:19
Re: pgsql: RLS refactoring Stephen Frost 22:27
Re: pgsql: RLS refactoring Tom Lane 22:29
Re: pgsql: RLS refactoring Stephen Frost 22:48
Re: pgsql: RLS refactoring Tom Lane 23:16
Re: pgsql: RLS refactoring Andres Freund 23:44
Re: pgsql: RLS refactoring Tom Lane 23:47

Sept. 16, 2015

Thread Author Time
Re: [COMMITTERS] pgsql: Add --synchronous option to pg_receivexlog, for more reliable WA Peter Eisentraut 02:25
Re: [COMMITTERS] pgsql: Add --synchronous option to pg_receivexlog, for more reliable WA Fujii Masao 03:04
pgsql: Review program help output for wording and formatting Peter Eisentraut 05:17
pgsql: Review program help output for wording and formatting Peter Eisentraut 05:17
pgsql: pgbench progress with timestamp Teodor Sigaev 14:25
pgsql: Remove no-longer-used T_PrivGrantee node tag. Tom Lane 14:48
pgsql: Remove no-longer-used T_PrivGrantee node tag. Tom Lane 14:48
pgsql: Don't use "#" as an abbreviation for "number" in PL/Tcl error me Tom Lane 16:09
pgsql: Don't use "#" as an abbreviation for "number" in PL/Tcl error me Tom Lane 16:09
pgsql: Fix documentation of regular expression character-entry escapes. Tom Lane 18:51
pgsql: Fix documentation of regular expression character-entry escapes. Tom Lane 18:51
pgsql: Fix documentation of regular expression character-entry escapes. Tom Lane 18:51
pgsql: Fix documentation of regular expression character-entry escapes. Tom Lane 18:51
pgsql: Fix documentation of regular expression character-entry escapes. Tom Lane 18:51
pgsql: Fix documentation of regular expression character-entry escapes. Tom Lane 18:51
pgsql: Fix documentation of regular expression character-entry escapes. Tom Lane 18:51
pgsql: Sync regex code with Tcl 8.6.4. Tom Lane 19:25
pgsql: Determine whether it's safe to attempt a parallel plan for a que Robert Haas 19:40

Sept. 17, 2015

Thread Author Time
pgsql: Fix bug introduced by microvacuum for GiST Teodor Sigaev 11:23
pgsql: Let compiler handle size calculation of bool types. Michael Meskes 13:43
pgsql: Add new function planstate_tree_walker. Robert Haas 15:28
pgsql: Honour TEMP_CONFIG when testing pg_upgrade Andrew Dunstan 16:12
pgsql: Honour TEMP_CONFIG when testing pg_upgrade Andrew Dunstan 16:12
pgsql: Honour TEMP_CONFIG when testing pg_upgrade Andrew Dunstan 16:12
pgsql: Honour TEMP_CONFIG when testing pg_upgrade Andrew Dunstan 16:12
pgsql: Honour TEMP_CONFIG when testing pg_upgrade Andrew Dunstan 16:12
pgsql: Fix oversight in tsearch type check Teodor Sigaev 16:51

Sept. 18, 2015

Thread Author Time
Re: pgsql: Fix oversight in tsearch type check Peter Eisentraut 00:29
pgsql: Order some new options on man pages more sensibly, minor improve Peter Eisentraut 01:05
pgsql: Order some new options on man pages more sensibly, minor improve Peter Eisentraut 01:05
Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references. 📎 Jan Wieck 02:01
Re: pgsql: Add pages deleted from pending list to FSM Fujii Masao 06:36
pgsql: Add header forgotten in 213335c14529a8d5e2007ec0c256f4cf64d62d3b Teodor Sigaev 11:32
Re: pgsql: Fix oversight in tsearch type check Teodor Sigaev 11:33
Re: [COMMITTERS] pgsql: Add pages deleted from pending list to FSM Tom Lane 13:27
Re: [COMMITTERS] pgsql: Add pages deleted from pending list to FSM Teodor Sigaev 14:16
Re: [COMMITTERS] pgsql: Add pages deleted from pending list to FSM 📎 Teodor Sigaev 14:26
Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references. 📎 Tom Lane 14:47
pgsql: Fix low-probability memory leak in regex execution. Tom Lane 17:55
pgsql: Fix low-probability memory leak in regex execution. Tom Lane 17:55
pgsql: Fix low-probability memory leak in regex execution. Tom Lane 17:55
pgsql: Fix low-probability memory leak in regex execution. Tom Lane 17:55
pgsql: Fix low-probability memory leak in regex execution. Tom Lane 17:55
pgsql: Fix low-probability memory leak in regex execution. Tom Lane 17:55
pgsql: Fix low-probability memory leak in regex execution. Tom Lane 17:55
pgsql: Cache argument type information in json(b) aggregate functions. Andrew Dunstan 18:45
pgsql: Cache argument type information in json(b) aggregate functions. Andrew Dunstan 18:45
Re: [COMMITTERS] pgsql: Add pages deleted from pending list to FSM Jeff Janes 20:20

Sept. 19, 2015

Thread Author Time
pgsql: Glue layer to connect the executor to the shm_mq mechanism. Robert Haas 01:57
pgsql: Remove trailing slashes from directories in find command Peter Eisentraut 02:07
pgsql: Add missing serial comma Peter Eisentraut 02:46
pgsql: Simplify GETTEXT_FILES list Peter Eisentraut 02:46
pgsql: Simplify GETTEXT_FILES list Peter Eisentraut 02:46
pgsql: Add missing serial comma Peter Eisentraut 02:46
pgsql: Let compiler handle size calculation of bool types. Michael Meskes 09:17
pgsql: Let compiler handle size calculation of bool types. Michael Meskes 09:17
pgsql: Let compiler handle size calculation of bool types. Michael Meskes 09:17
pgsql: Let compiler handle size calculation of bool types. Michael Meskes 09:17
pgsql: Let compiler handle size calculation of bool types. Michael Meskes 09:17
pgsql: Let compiler handle size calculation of bool types. Michael Meskes 09:17

Sept. 20, 2015

Thread Author Time
pgsql: Be more wary about partially-valid LOCALLOCK data in RemoveLocal Tom Lane 20:49
pgsql: Be more wary about partially-valid LOCALLOCK data in RemoveLocal Tom Lane 20:49
pgsql: Be more wary about partially-valid LOCALLOCK data in RemoveLocal Tom Lane 20:49
pgsql: Be more wary about partially-valid LOCALLOCK data in RemoveLocal Tom Lane 20:49
pgsql: Be more wary about partially-valid LOCALLOCK data in RemoveLocal Tom Lane 20:49
pgsql: Be more wary about partially-valid LOCALLOCK data in RemoveLocal Tom Lane 20:49
pgsql: Be more wary about partially-valid LOCALLOCK data in RemoveLocal Tom Lane 20:49

Sept. 21, 2015

Thread Author Time
pgsql: Restrict file mode creation mask during tmpfile(). Noah Misch 01:00
pgsql: Remove the row_security=force GUC value. Noah Misch 01:00
pgsql: Remove the SECURITY_ROW_LEVEL_DISABLED security context bit. Noah Misch 01:00
pgsql: Restrict file mode creation mask during tmpfile(). Noah Misch 01:00
pgsql: Restrict file mode creation mask during tmpfile(). Noah Misch 01:00
pgsql: Remove the SECURITY_ROW_LEVEL_DISABLED security context bit. Noah Misch 01:00
pgsql: Restrict file mode creation mask during tmpfile(). Noah Misch 01:00
pgsql: Restrict file mode creation mask during tmpfile(). Noah Misch 01:00
pgsql: Restrict file mode creation mask during tmpfile(). Noah Misch 01:00
pgsql: Restrict file mode creation mask during tmpfile(). Noah Misch 01:00
pgsql: Remove the row_security=force GUC value. Noah Misch 01:00
Re: pgsql: Restrict file mode creation mask during tmpfile(). Noah Misch 15:14
pgsql: Fix possible internal overflow in numeric multiplication. Tom Lane 16:13
pgsql: Fix possible internal overflow in numeric multiplication. Tom Lane 16:13
pgsql: Fix possible internal overflow in numeric multiplication. Tom Lane 16:13
pgsql: Fix possible internal overflow in numeric multiplication. Tom Lane 16:13
pgsql: Fix possible internal overflow in numeric multiplication. Tom Lane 16:13
pgsql: Fix possible internal overflow in numeric multiplication. Tom Lane 16:13
pgsql: Fix possible internal overflow in numeric multiplication. Tom Lane 16:13
pgsql: Fix whitespace Peter Eisentraut 17:46
pgsql: Fix whitespace Peter Eisentraut 17:46
pgsql: Fix whitespace Peter Eisentraut 17:46

Sept. 22, 2015

Thread Author Time
pgsql: Use gender-neutral language in documentation Peter Eisentraut 02:59
pgsql: doc: Tweak synopsis indentation for consistency Peter Eisentraut 03:46
pgsql: doc: Tweak synopsis indentation for consistency Peter Eisentraut 03:46
Re: pgsql: Use gender-neutral language in documentation Erik Rijkers 04:32
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Peter Geoghegan 04:55
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Albe Laurenz 08:28
pgsql: Correct value of LW_SHARED_MASK. Andres Freund 09:18
pgsql: Add some notes about coding conventions do the docs. Andres Freund 09:18
pgsql: Correct value of LW_SHARED_MASK. Andres Freund 09:18
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Geoff Winkless 09:33
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Gavin Flower 09:52
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Geoff Winkless 10:17
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Bill Moran 11:00
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Wolfgang Wilhelm 11:01
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Gavin Flower 11:21
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Andrew Dunstan 13:09
Re: pgsql: Use gender-neutral language in documentation Andrew Dunstan 13:14
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Geoff Winkless 13:25
pgsql: test_decoding: Protect against rare spurious test failures. Andres Freund 13:51
pgsql: test_decoding: Protect against rare spurious test failures. Andres Freund 13:51
pgsql: test_decoding: Protect against rare spurious test failures. Andres Freund 13:51
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Andrew Dunstan 14:11
Re: pgsql: Restrict file mode creation mask during tmpfile(). Andres Freund 14:11
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Geoff Winkless 14:29
pgsql: Docs: fix typo in to_char() example. Tom Lane 14:40
pgsql: Docs: fix typo in to_char() example. Tom Lane 14:40
pgsql: Docs: fix typo in to_char() example. Tom Lane 14:40
pgsql: Docs: fix typo in to_char() example. Tom Lane 14:40
pgsql: Docs: fix typo in to_char() example. Tom Lane 14:40
pgsql: Docs: fix typo in to_char() example. Tom Lane 14:40
pgsql: Docs: fix typo in to_char() example. Tom Lane 14:40
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Andrew Dunstan 15:00
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Robert Haas 15:59
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Garick Hamlin 17:25
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Erik Rijkers 17:29
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Mark Dilger 17:43
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Peter Geoghegan 17:43
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Andrew Dunstan 18:33
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Robert Haas 19:11
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Erik Rijkers 19:36
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Joshua D. Drake 19:54
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Joshua D. Drake 19:57
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Christopher Browne 20:17
Re: [HACKERS] pgsql: Use gender-neutral language in documentation David Steele 20:22
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Adam Brightwell 20:25
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Geoff Winkless 20:31
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Gavin Flower 20:43
pgsql: Fix sepgsql regression tests (9.2-only patch). Joe Conway 21:59

Sept. 23, 2015

Thread Author Time
pgsql: Teach planstate_tree_walker about custom scans. Robert Haas 01:43
pgsql: Skip recently-added umask() call on Windows. Noah Misch 03:38
pgsql: Allow autoanalyze to add pages deleted from pending list to FSM Teodor Sigaev 12:34
pgsql: Print a MergeJoin's mergeNullsFirst array as bool, not int. Robert Haas 14:57
pgsql: Add readfuncs.c support for plan nodes. Robert Haas 15:56
pgsql: Make ANALYZE compute basic statistics even for types with no "=" Tom Lane 22:27
pgsql: Make ANALYZE compute basic statistics even for types with no "=" Tom Lane 22:27

Sept. 24, 2015

Thread Author Time
Re: [HACKERS] pgsql: Use gender-neutral language in documentation Gavin Flower 10:33
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Geoff Winkless 10:41
Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation Gavin Flower 10:52

Browse Archives

Prev | Next