pgsql-committers - February 2017

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

Feb. 1, 2017

Thread Author Time
pgsql: Small fixes to the Perl scripts to create unicode conversion tab Heikki Linnakangas 09:24
pgsql: Don't create "holes" in BufFiles, in the new logtape code. Heikki Linnakangas 10:18
pgsql: Replace isMD5() with a more future-proof way to check if pw is e Heikki Linnakangas 11:13
pgsql: Improve psql's behavior for \set and \unset of its control varia Tom Lane 16:02
pgsql: Make psql's \set display variables in alphabetical order. Tom Lane 16:25
Re: [COMMITTERS] pgsql: Make psql's \set display variables in alphabetical order. David Fetter 17:18
Re: [COMMITTERS] pgsql: Make psql's \set display variables in alphabetical order. Tom Lane 17:59
Re: [COMMITTERS] pgsql: Make psql's \set display variables in alphabetical order. Andres Freund 18:08
pgsql: Refactor other replication commands to use DestRemoteSimple. Robert Haas 19:05
pgsql: Provide CatalogTupleDelete() as a wrapper around simple_heap_del Tom Lane 21:13
Re: [COMMITTERS] pgsql: Make psql's \set display variables in alphabetical order. Robert Haas 21:38
Re: [COMMITTERS] pgsql: Make psql's \set display variables in alphabetical order. David Fetter 21:56
pgsql: Fix CatalogTupleInsert/Update abstraction for case of shared ind Tom Lane 22:18
pgsql: Don't count background workers against a user's connection limit Andrew Dunstan 23:00
pgsql: Don't count background workers against a user's connection limit Andrew Dunstan 23:02

Feb. 2, 2017

Thread Author Time
pgsql: Silence compiler warning. Heikki Linnakangas 08:44
pgsql: Add KOI8-U map files to Makefile. Heikki Linnakangas 12:18
pgsql: Add KOI8-U map files to Makefile. Heikki Linnakangas 12:18
pgsql: Add KOI8-U map files to Makefile. Heikki Linnakangas 12:18
pgsql: Add KOI8-U map files to Makefile. Heikki Linnakangas 12:18
pgsql: Add KOI8-U map files to Makefile. Heikki Linnakangas 12:18
pgsql: Add KOI8-U map files to Makefile. Heikki Linnakangas 12:18
pgsql: Code review for avoidance of direct cross-module links. Noah Misch 16:23
pgsql: pageinspect: Support hash indexes. Robert Haas 19:24
pgsql: Increase upper bound for bgwriter_lru_maxpages. Robert Haas 19:47
pgsql: doc: Document result set of CREATE_REPLICATION_SLOT Peter Eisentraut 21:06
pgsql: Fix mishandling of tSRFs at different nesting levels. Tom Lane 21:38
pgsql: doc: Add missing include in example code Peter Eisentraut 21:50

Feb. 3, 2017

Thread Author Time
pgsql: Fix placement of initPlans when forcibly materializing a subplan Tom Lane 00:11
pgsql: Fix placement of initPlans when forcibly materializing a subplan Tom Lane 00:11
pgsql: Avoid improbable null pointer dereference in pgpassfileWarning() Tom Lane 00:49
pgsql: Clean up psql's behavior for a few more control variables. Tom Lane 01:16
Re: pgsql: pageinspect: Support hash indexes. Tom Lane 02:27
pgsql: pageinspect: Try to fix some bugs in previous commit. Robert Haas 03:32
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. Tom Lane 03:40
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. Robert Haas 03:49
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. Tom Lane 04:00
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. 📎 Robert Haas 04:03
pgsql: Fix a bunch more portability bugs in commit 08bf6e529. Tom Lane 04:11
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. Tom Lane 04:16
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. Amit Kapila 11:06
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. 📎 Ashutosh Sharma 12:41
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. Tom Lane 14:43
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. Robert Haas 14:49
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. Amit Kapila 14:50
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit. Robert Haas 14:59
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. Tom Lane 15:28
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit. Robert Haas 15:54
pgsql: pageinspect: Remove platform-dependent values from hash tests. Robert Haas 16:12
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit. Robert Haas 16:18
pgsql: In pageinspect/hashfuncs.c, avoid crashes on alignment-picky mac Tom Lane 16:35
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit. 📎 Robert Haas 16:35
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit. Tom Lane 16:36
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit. Tom Lane 17:04
pgsql: Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION c Fujii Masao 18:18
pgsql: pgstattuple: Add pgstathashindex. Robert Haas 19:42
pgsql: pageinspect: More type-sanity surgery on the new hash index code Robert Haas 21:34
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit. Robert Haas 21:35
pgsql: Improve grammar of message about two-phase state files. Robert Haas 22:17

Feb. 4, 2017

Thread Author Time
pgsql: Remove redundant comment. Robert Haas 00:07
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit. Ashutosh Sharma 02:14
pgsql: First-draft release notes for 9.6.2. Tom Lane 17:51

Feb. 5, 2017

Thread Author Time
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit. Robert Haas 23:50

Feb. 6, 2017

Thread Author Time
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit. Ashutosh Sharma 05:02
pgsql: Fix typos in comments. Heikki Linnakangas 09:40
pgsql: Fix typos in comments. Heikki Linnakangas 09:40
pgsql: Fix typos in comments. Heikki Linnakangas 09:40
pgsql: Fix typos in comments. Heikki Linnakangas 09:40
pgsql: Fix typos in comments. Heikki Linnakangas 09:40
pgsql: Fix typos in comments. Heikki Linnakangas 09:40
pgsql: Fix typo in variable name. Heikki Linnakangas 09:45
pgsql: Fix typo also in expected output. Heikki Linnakangas 10:05
pgsql: Fix typo also in expected output. Heikki Linnakangas 10:05
pgsql: Fix typo also in expected output. Heikki Linnakangas 10:05
pgsql: Fix typo also in expected output. Heikki Linnakangas 10:05
pgsql: Fix typo also in expected output. Heikki Linnakangas 10:05
pgsql: Fix typo also in expected output. Heikki Linnakangas 10:05
pgsql: Add missing newline to error messages Peter Eisentraut 14:57
pgsql: Add missing newline to error messages Peter Eisentraut 14:57
pgsql: Add missing newline to error messages Peter Eisentraut 14:57
pgsql: Add missing newline to error messages Peter Eisentraut 14:57
pgsql: Add missing newline to error messages Peter Eisentraut 14:57
pgsql: Add missing newline to error messages Peter Eisentraut 14:57
pgsql: Update comment in relcache.c. Tom Lane 16:31
pgsql: doc: Update CREATE DATABASE examples Peter Eisentraut 16:58
pgsql: Translation updates Peter Eisentraut 17:48
pgsql: Translation updates Peter Eisentraut 17:48
pgsql: Translation updates Peter Eisentraut 17:48
pgsql: Translation updates Peter Eisentraut 17:48
pgsql: Translation updates Peter Eisentraut 17:48
pgsql: Avoid returning stale attribute bitmaps in RelationGetIndexAttrB Tom Lane 18:20
pgsql: Avoid returning stale attribute bitmaps in RelationGetIndexAttrB Tom Lane 18:20
pgsql: Avoid returning stale attribute bitmaps in RelationGetIndexAttrB Tom Lane 18:20
pgsql: Avoid returning stale attribute bitmaps in RelationGetIndexAttrB Tom Lane 18:20
pgsql: Avoid returning stale attribute bitmaps in RelationGetIndexAttrB Tom Lane 18:20
pgsql: Avoid returning stale attribute bitmaps in RelationGetIndexAttrB Tom Lane 18:20
pgsql: Release note updates. Tom Lane 19:19
pgsql: doc: Document sequence function privileges better Peter Eisentraut 20:27
pgsql: Avoid permission failure in pg_sequences.last_value Peter Eisentraut 20:27
pgsql: Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. Tom Lane 20:30
pgsql: Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. Tom Lane 20:30
pgsql: Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. Tom Lane 20:30
pgsql: Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. Tom Lane 20:30
pgsql: Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. Tom Lane 20:30
pgsql: Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. Tom Lane 20:30
pgsql: Stamp 9.6.2. Tom Lane 21:46
pgsql: Stamp 9.5.6. Tom Lane 21:47
pgsql: Stamp 9.4.11. Tom Lane 21:49
pgsql: Stamp 9.3.16. Tom Lane 21:51
pgsql: Stamp 9.2.20. Tom Lane 21:52

Feb. 7, 2017

Thread Author Time
Re: [COMMITTERS] pgsql: Release note updates. Alvaro Herrera 11:53
Re: [COMMITTERS] pgsql: Release note updates. Pavan Deolasee 12:03
Re: [COMMITTERS] pgsql: Release note updates. Tom Lane 14:17
pgsql: Initialize number_of_jobs in NewRestoreOptions Stephen Frost 15:17
Re: [COMMITTERS] pgsql: Release note updates. Alvaro Herrera 15:23
pgsql: Correct thinko in last-minute release note item. Tom Lane 15:25
pgsql: Correct thinko in last-minute release note item. Tom Lane 15:25
pgsql: Correct thinko in last-minute release note item. Tom Lane 15:25
pgsql: Correct thinko in last-minute release note item. Tom Lane 15:25
pgsql: Correct thinko in last-minute release note item. Tom Lane 15:25
pgsql: Correct thinko in last-minute release note item. Tom Lane 15:25
Re: [COMMITTERS] pgsql: Release note updates. Tom Lane 15:28
Re: [COMMITTERS] pgsql: Release note updates. Alvaro Herrera 15:59
pgsql: Cache hash index's metapage in rel->rd_amcache. Robert Haas 17:40
Re: [COMMITTERS] pgsql: Release note updates. Pavan Deolasee 18:00
pgsql: Fix compiler warning. Robert Haas 20:13
PUBLICATIONS and pg_dump Stephen Frost 20:19
pgsql: Allow the element allocator for a simplehash to be specified. Robert Haas 21:02
pgsql: Avoid redefining simplehash_allocate/simplehash_free. Robert Haas 21:21
pgsql: Speed up "brin" regression test a little bit. Tom Lane 21:34
pgsql: Revise the way the element allocator for a simplehash is specifi Robert Haas 22:13
pgsql: Tag refs/tags/REL9_2_20 was created pgsql 23:21
pgsql: Tag refs/tags/REL9_5_6 was created pgsql 23:21
pgsql: Tag refs/tags/REL9_6_2 was created pgsql 23:21
pgsql: Tag refs/tags/REL9_4_11 was created pgsql 23:21
pgsql: Tag refs/tags/REL9_3_16 was created pgsql 23:21

Feb. 8, 2017

Thread Author Time
pgsql: doc: Some improvements in CREATE SUBSCRIPTION ref page Peter Eisentraut 02:27
pgsql: Fix relcache leaks in get_object_address_publication_rel() Peter Eisentraut 03:19
Re: PUBLICATIONS and pg_dump Peter Eisentraut 03:49
Re: PUBLICATIONS and pg_dump Stephen Frost 04:02
pgsql: Add WAL consistency checking facility. Robert Haas 20:55
pgsql: Fix roundoff problems in float8_timestamptz() and make_interval( Tom Lane 23:05
pgsql: Fix roundoff problems in float8_timestamptz() and make_interval( Tom Lane 23:05
pgsql: Fix roundoff problems in float8_timestamptz() and make_interval( Tom Lane 23:05
pgsql: Fix roundoff problems in float8_timestamptz() and make_interval( Tom Lane 23:05

Feb. 9, 2017

Thread Author Time
pgsql: Add explicit ORDER BY to a few tests that exercise hash-join cod Andres Freund 01:06
pgsql: Allow index AMs to cache data across aminsert calls within a SQL Tom Lane 16:52
pgsql: pageinspect: Fix hash_bitmap_info not to read the underlying pag Robert Haas 19:36
pgsql: Fix race condition in ConditionVariablePrepareToSleep. Robert Haas 19:43
pgsql: simplehash: Additional tweaks to make specifying an allocator wo Robert Haas 20:05
pgsql: Remove all references to "xlog" from SQL-callable functions in p Robert Haas 20:36
pgsql: Blind try to fix portability issue in commit 8f93bd851 et al. Tom Lane 20:50
pgsql: Blind try to fix portability issue in commit 8f93bd851 et al. Tom Lane 20:50
pgsql: Blind try to fix portability issue in commit 8f93bd851 et al. Tom Lane 20:50
pgsql: Blind try to fix portability issue in commit 8f93bd851 et al. Tom Lane 20:50
pgsql: Rename user-facing tools with "xlog" in the name to say "wal". Robert Haas 21:23
pgsql: Rename dtrace probes for ongoing xlog -> wal conversion. Robert Haas 21:42
pgsql: Rename command line options for ongoing xlog -> wal conversion. Robert Haas 22:05

Feb. 10, 2017

Thread Author Time
pgsql: Improve CREATE TABLE documentation of partitioning Simon Riggs 09:02
pgsql: Add keywords for partitioning Simon Riggs 09:08
pgsql: Update ddl.sgml for declarative partitioning syntax Simon Riggs 10:08
pgsql: Add CREATE SEQUENCE AS <data type> clause Peter Eisentraut 20:38

Feb. 12, 2017

Thread Author Time
pgsql: Ignore tablespace ACLs when ignoring schema ACLs. Noah Misch 21:09
pgsql: Ignore tablespace ACLs when ignoring schema ACLs. Noah Misch 21:09
pgsql: Ignore tablespace ACLs when ignoring schema ACLs. Noah Misch 21:09
pgsql: Ignore tablespace ACLs when ignoring schema ACLs. Noah Misch 21:09
pgsql: Ignore tablespace ACLs when ignoring schema ACLs. Noah Misch 21:09
pgsql: Ignore tablespace ACLs when ignoring schema ACLs. Noah Misch 21:09

Feb. 13, 2017

Thread Author Time
pgsql: doc: Remove accidental extra table cell Peter Eisentraut 01:23
pgsql: Remove contrib/tsearch2. Robert Haas 16:06
Re: [COMMITTERS] pgsql: Remove all references to "xlog" from SQL-callable functions in p 📎 Fujii Masao 16:43
Re: [COMMITTERS] pgsql: Remove all references to "xlog" from SQL-callable functions in p Robert Haas 17:06
pgsql: Replace references to "xlog" with "wal" in docs. Fujii Masao 17:31
Re: [COMMITTERS] pgsql: Remove all references to "xlog" from SQL-callable functions in p Fujii Masao 17:31
Re: Re: [COMMITTERS] pgsql: Remove all references to "xlog" from SQL-callable functions in p Michael Paquier 22:00

Feb. 14, 2017

Thread Author Time
pgsql: Corrections and improvements to generic parallel query documenta Robert Haas 14:41
pgsql: Corrections and improvements to generic parallel query documenta Robert Haas 14:41
pgsql: Replace reference to "xlog-method" with "wal-method" in error me Fujii Masao 16:27
pgsql: Remove duplicate code in planner.c. Tom Lane 16:47
Re: Re: [COMMITTERS] pgsql: Remove all references to "xlog" from SQL-callable functions in p Robert Haas 17:08
pgsql: Don't disallow dropping NOT NULL for a list partition key. Robert Haas 17:22
pgsql: Minor fixes for WAL consistency checking. Robert Haas 17:43
pgsql: Split index xlog headers from other private index headers. Robert Haas 20:47
pgsql: Allow parallel workers to execute subplans. Robert Haas 23:16

Feb. 15, 2017

Thread Author Time
Re: Re: [COMMITTERS] pgsql: Remove all references to "xlog" from SQL-callable functions in p Michael Paquier 00:05
pgsql: Fix typo in comment. Robert Haas 02:08
pgsql: btree: Support parallel index scans. Robert Haas 12:47
pgsql: Fix some nonstandard capitalization. Robert Haas 12:57
pgsql: Add CREATE COLLATION IF NOT EXISTS clause Peter Eisentraut 15:06
pgsql: pg_upgrade: Fix problems caused by renaming pg_resetxlog. Robert Haas 15:17
pgsql: doc: Add advice about systemd RemoveIPC Peter Eisentraut 15:53
pgsql: libpq: Make target_session_attrs=read-write consume empty result Robert Haas 16:08
pgsql: Document new libpq connection statuses for target_session_attrs. Robert Haas 16:08
pgsql: Fix wrong articles in pg_proc descriptions. Robert Haas 17:16
pgsql: Replace min_parallel_relation_size with two new GUCs. Robert Haas 18:38
pgsql: Add optimizer and executor support for parallel index scans. Robert Haas 18:56
pgsql: Fix YA unwanted behavioral difference with operator_precedence_w Tom Lane 19:44
pgsql: Fix YA unwanted behavioral difference with operator_precedence_w Tom Lane 19:44
pgsql: Fix YA unwanted behavioral difference with operator_precedence_w Tom Lane 19:44
pgsql: Fix tab completion for "ALTER SYSTEM SET variable ...". Tom Lane 20:23

Browse Archives

Prev | Next