pgsql-committers since 2014-08-18 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

Aug. 18, 2014

Thread Author Time
pgsql: Make an editorial pass over the 9.4 release notes. Tom Lane 02:26
pgsql: Make an editorial pass over the 9.4 release notes. Tom Lane 02:26
pgsql: Add missing index terms for replication commands in the document Fujii Masao 02:38
pgsql: Add missing index terms for replication commands in the document Fujii Masao 02:38
Re: pgsql: Add missing index terms for replication commands in the document Michael Paquier 02:48
pgsql: Use ISO 8601 format for dates converted to JSON, too. Tom Lane 02:58
pgsql: Use ISO 8601 format for dates converted to JSON, too. Tom Lane 02:58
Re: pgsql: Add missing index terms for replication commands in the document Fujii Masao 03:28
pgsql: Fix obsolete mention of non-int64 support in CREATE SEQUENCE doc Tom Lane 05:18
pgsql: Fix obsolete mention of non-int64 support in CREATE SEQUENCE doc Tom Lane 05:18
pgsql: Fix obsolete mention of non-int64 support in CREATE SEQUENCE doc Tom Lane 05:18
pgsql: Fix obsolete mention of non-int64 support in CREATE SEQUENCE doc Tom Lane 05:18
pgsql: Fix obsolete mention of non-int64 support in CREATE SEQUENCE doc Tom Lane 05:18
pgsql: Fix obsolete mention of non-int64 support in CREATE SEQUENCE doc Tom Lane 05:18
pgsql: Reorganize functions in be-secure-openssl.c Heikki Linnakangas 10:17
Re: pgsql: Break out OpenSSL-specific code to separate files. Heikki Linnakangas 10:17
pgsql: Revert psql changes to support wrapped expanded mode. That featu Greg Stark 10:54
pgsql: Fix further concerns about psql wrapping in expanded mode having Greg Stark 11:22
pgsql: Adjust Release Notes to reflect holding off wrapped expanded mod Greg Stark 12:59
Re: pgsql: Adjust Release Notes to reflect holding off wrapped expanded mod Tom Lane 15:55
Re: pgsql: Adjust Release Notes to reflect holding off wrapped expanded mod Greg Stark 22:12
pgsql: Adjust Release Notes to reflect holding off wrapped expanded mod Greg Stark 22:13
Re: pgsql: Adjust Release Notes to reflect holding off wrapped expanded mod Tom Lane 23:19

Aug. 19, 2014

Thread Author Time
pgsql: Install libpq DLL with $(INSTALL_SHLIB). Noah Misch 03:10
pgsql: Replace a few strncmp() calls with strlcpy(). Noah Misch 03:10
pgsql: Install libpq DLL with $(INSTALL_SHLIB). Noah Misch 03:10
pgsql: Make pg_service.conf sample LDIF more portable. Noah Misch 03:10
pgsql: Document new trigger-related forms of ALTER FOREIGN TABLE. Noah Misch 03:10
pgsql: Install libpq DLL with $(INSTALL_SHLIB). Noah Misch 03:10
pgsql: Install libpq DLL with $(INSTALL_SHLIB). Noah Misch 03:10
pgsql: Install libpq DLL with $(INSTALL_SHLIB). Noah Misch 03:10
pgsql: Document new trigger-related forms of ALTER FOREIGN TABLE. Noah Misch 03:10
pgsql: Make pg_service.conf sample LDIF more portable. Noah Misch 03:10
pgsql: Finish adding file version information to installed Windows bina Noah Misch 03:10
pgsql: Install libpq DLL with $(INSTALL_SHLIB). Noah Misch 03:10
pgsql: Fix bug in checking of IDENTIFY_SYSTEM result. Fujii Masao 08:44
pgsql: Fix bug in checking of IDENTIFY_SYSTEM result. Fujii Masao 08:44
Re: pgsql: Fix bug in checking of IDENTIFY_SYSTEM result. Andres Freund 08:48
pgsql: Revert "Fix bug in checking of IDENTIFY_SYSTEM result." Fujii Masao 09:51
pgsql: Revert "Fix bug in checking of IDENTIFY_SYSTEM result." Fujii Masao 09:51

Aug. 20, 2014

Thread Author Time
pgsql: Use comma+space as the separator in the default search_path. Heikki Linnakangas 09:14
pgsql: pg_upgrade: adjust logging to use QUERY_ALLOC lengths Bruce Momjian 17:04
pgsql: Fix core dump in jsonb #> operator, and add regression test case Tom Lane 20:49
pgsql: Fix core dump in jsonb #> operator, and add regression test case Tom Lane 20:49
pgsql: More regression test cases for json/jsonb extraction operators. Tom Lane 23:05
pgsql: More regression test cases for json/jsonb extraction operators. Tom Lane 23:05
Re: pgsql: Add missing index terms for replication commands in the document Bruce Momjian 23:33

Aug. 21, 2014

Thread Author Time
Re: pgsql: Add missing index terms for replication commands in the document Michael Paquier 00:10
pgsql: Add #define INT64_MODIFIER for the printf length modifier for 64 Heikki Linnakangas 06:57
pgsql: Add pinning_backends column to the pg_buffercache extension. Andres Freund 22:29
pgsql: Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' Stephen Frost 23:13
pgsql: Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' Stephen Frost 23:13

Aug. 22, 2014

Thread Author Time
Re: pgsql: Add pinning_backends column to the pg_buffercache extension. Peter Geoghegan 01:25
pgsql: Fix whitespace Peter Eisentraut 01:38
pgsql: Change the way pg_basebackup's tablespace mapping is implemented Heikki Linnakangas 07:30
pgsql: Change the way pg_basebackup's tablespace mapping is implemented Heikki Linnakangas 07:30
pgsql: Fix comment in pg_basebackup. Heikki Linnakangas 10:48
pgsql: Fix comment in pg_basebackup. Heikki Linnakangas 10:48
pgsql: Fix newly introduced misspelling of existence in pg_buffercache. Andres Freund 15:51
pgsql: Fix corner-case behaviors in JSON/JSONB field extraction operato Tom Lane 17:18
pgsql: Fix corner-case behaviors in JSON/JSONB field extraction operato Tom Lane 17:18
pgsql: Fix outdated comment Alvaro Herrera 18:30
pgsql: Fix outdated comment Alvaro Herrera 18:30
pgsql: Fix outdated comment Alvaro Herrera 18:30
pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED Alvaro Herrera 18:30

Aug. 23, 2014

Thread Author Time
pgsql: doc: Improve pg_restore help output Peter Eisentraut 04:39
pgsql: doc: Improve pg_restore help output Peter Eisentraut 04:39
Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED Simon Riggs 13:49
Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED Andres Freund 13:57
Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED Simon Riggs 16:28
Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED Andres Freund 16:47
Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED Andrew Dunstan 20:03

Aug. 24, 2014

Thread Author Time
pgsql: Fix another ancient memory-leak bug in relcache.c. Tom Lane 15:56

Aug. 25, 2014

Thread Author Time
pgsql: Don't track DEALLOCATE in pg_stat_statements. Heikki Linnakangas 16:18
pgsql: Don't track DEALLOCATE in pg_stat_statements. Heikki Linnakangas 16:18
pgsql: Fix typos in some error messages thrown by extension scripts whe Andres Freund 16:41
pgsql: Fix typos in some error messages thrown by extension scripts whe Andres Freund 16:42
pgsql: Backpatch: Fix typo in update scripts for some contrib modules. Andres Freund 16:42
pgsql: Fix typos in some error messages thrown by extension scripts whe Andres Freund 16:42
pgsql: Backpatch: Fix typo in update scripts for some contrib modules. Andres Freund 16:42
pgsql: Fix typos in some error messages thrown by extension scripts whe Andres Freund 16:42
Re: pgsql: Fix typos in some error messages thrown by extension scripts whe Tom Lane 16:57
pgsql: Fix typos in some error messages thrown by extension scripts whe Andres Freund 16:58
Re: pgsql: Fix typos in some error messages thrown by extension scripts whe Andres Freund 16:59
pgsql: Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT. Heikki Linnakangas 17:15
pgsql: Editorial review of SET UNLOGGED Alvaro Herrera 17:54
pgsql: Revert XactLockTableWait context setup in conditional multixact Alvaro Herrera 19:34
pgsql: More psprintf goodness Alvaro Herrera 19:34
pgsql: Oops, forgot to "git add" one last change Alvaro Herrera 19:34
pgsql: Have CREATE TABLE AS and REFRESH return an OID Alvaro Herrera 19:34
pgsql: Use newly added InvalidCommandId instead of 0 Alvaro Herrera 19:34
pgsql: DefineType: return base type OID, not its array Alvaro Herrera 19:34
pgsql: Revert XactLockTableWait context setup in conditional multixact Alvaro Herrera 19:34
pgsql: upgrade docs: highlight pg_upgrade, warn about globals preserva Bruce Momjian 19:35
pgsql: upgrade docs: highlight pg_upgrade, warn about globals preserva Bruce Momjian 19:35
pgsql: pg_ctl, pg_upgrade: allow multiple -o/-O options, append them Bruce Momjian 20:30
pgsql: Throw error for ALTER TABLE RESET of an invalid option Bruce Momjian 21:06
pgsql: pg_upgrade: add SET log_min_error_statement = warning Bruce Momjian 21:24
Re: pgsql: Throw error for ALTER TABLE RESET of an invalid option Andres Freund 21:30
Re: pgsql: Throw error for ALTER TABLE RESET of an invalid option Bruce Momjian 22:22
Re: pgsql: Throw error for ALTER TABLE RESET of an invalid option Tom Lane 23:44

Aug. 26, 2014

Thread Author Time
pgsql: pg_upgrade: remove support for 8.3 old clusters Bruce Momjian 00:05
pgsql: revert "Throw error for ALTER TABLE RESET of an invalid option" Bruce Momjian 00:07
Re: pgsql: Throw error for ALTER TABLE RESET of an invalid option Bruce Momjian 00:07
pgsql: pg_upgrade docs: update docs for 8.3 support removal Bruce Momjian 00:11
pgsql: pg_upgrade: use CTE query rather than temp table Bruce Momjian 01:22
pgsql: rename macro isTempOrToastNamespace to isTempOrTempToastNamespac Bruce Momjian 01:28
pgsql: pg_upgrade: prevent automatic oid assignment Bruce Momjian 02:19
Re: SSL renegotiation Alvaro Herrera 03:46
Re: SSL renegotiation Noah Misch 04:35
Re: pgsql: pg_upgrade: prevent automatic oid assignment Tom Lane 05:25
pgsql: Show schema names in pg_dump verbose output. Heikki Linnakangas 08:53
pgsql: Specify the port in dblink and postgres_fdw tests. Andres Freund 10:31
pgsql: Don't hardcode contrib_regression dbname in postgres_fdw and dbl Andres Freund 10:31
pgsql: Implement IF NOT EXISTS for CREATE SEQUENCE. Heikki Linnakangas 13:20
pgsql: Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after Andres Freund 13:28
Re: pgsql: pg_upgrade: prevent automatic oid assignment Bruce Momjian 14:08
pgsql: Fix superuser concurrent refresh of matview owned by another. Kevin Grittner 15:05
pgsql: Fix superuser concurrent refresh of matview owned by another. Kevin Grittner 15:05
pgsql: Fix typo in b34e37bfefbed1bf9396dde18f308d8b96fd176c. Robert Haas 19:59
pgsql: Fix whitespace Peter Eisentraut 21:28

Aug. 27, 2014

Thread Author Time
pgsql: doc: Document valid checkpoint_timeout range Peter Eisentraut 02:47
pgsql: Fix Var handling for security barrier views Stephen Frost 03:38
pgsql: Fix Var handling for security barrier views Stephen Frost 03:38
pgsql: Add header comments to receivelog.h and streamutil.h. Fujii Masao 10:51
pgsql: Fix FOR UPDATE NOWAIT on updated tuple chains Alvaro Herrera 23:16
pgsql: Fix FOR UPDATE NOWAIT on updated tuple chains Alvaro Herrera 23:16
Re: pgsql: Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT. Alvaro Herrera 23:17

Aug. 28, 2014

Thread Author Time
pgsql: Allow multibyte characters as escape in SIMILAR TO and SUBSTRING Jeff Davis 04:09
pgsql: Allow units to be specified in relation option setting value. Fujii Masao 07:15
pgsql: Allow escaping of option values for options passed at connection Andres Freund 12:02
Re: pgsql: Allow units to be specified in relation option setting value. Andres Freund 12:11
Re: pgsql: Allow units to be specified in relation option setting value. Fujii Masao 12:28
Re: pgsql: Allow units to be specified in relation option setting value. Michael Paquier 13:51
Re: pgsql: Allow units to be specified in relation option setting value. 📎 Michael Paquier 14:10
Re: [COMMITTERS] pgsql: Allow units to be specified in relation option setting value. Tom Lane 14:14
Re: pgsql: Allow units to be specified in relation option setting value. Andres Freund 14:30
Re: pgsql: Allow units to be specified in relation option setting value. Fujii Masao 16:22
Re: pgsql: Allow units to be specified in relation option setting value. Robert Haas 16:31
Re: pgsql: Allow units to be specified in relation option setting value. Tom Lane 19:34
pgsql: Revert "Allow units to be specified in relation option setting v Fujii Masao 20:26
Re: pgsql: Allow units to be specified in relation option setting value. Fujii Masao 20:27
pgsql: Fix citext upgrade script for disallowance of oidvector element Tom Lane 22:21
pgsql: Fix citext upgrade script for disallowance of oidvector element Tom Lane 22:21
pgsql: Fix citext upgrade script for disallowance of oidvector element Tom Lane 22:21
pgsql: Fix citext upgrade script for disallowance of oidvector element Tom Lane 22:21
pgsql: Fix citext upgrade script for disallowance of oidvector element Tom Lane 22:21

Aug. 29, 2014

Thread Author Time
pgsql: Always use our getaddrinfo.c on Windows. Noah Misch 00:38
pgsql: Add min and max aggregates for inet/cidr data types. Tom Lane 02:38
pgsql: doc: Revert ALTER TABLESPACE summary line Peter Eisentraut 04:28
pgsql: Assorted message improvements Peter Eisentraut 04:28
pgsql: Assorted message improvements Peter Eisentraut 04:28
pgsql: doc: Revert ALTER TABLESPACE summary line Peter Eisentraut 04:28
pgsql: Fix bug in compressed GIN data leaf page splitting code. Heikki Linnakangas 11:27
pgsql: Fix bug in compressed GIN data leaf page splitting code. Heikki Linnakangas 11:27
pgsql: pg_is_xlog_replay_paused(): remove super-user-only restriction Bruce Momjian 13:06
pgsql: pg_is_xlog_replay_paused(): remove super-user-only restriction Bruce Momjian 13:06
Re: pgsql: doc: Revert ALTER TABLESPACE summary line Stephen Frost 18:20
pgsql: Update C comment for pg_attribute.attislocal Bruce Momjian 23:01

Aug. 30, 2014

Thread Author Time
pgsql: Make backend local tracking of buffer pins memory efficient. Andres Freund 12:04
pgsql: Again update C comments for pg_attribute.attislocal Bruce Momjian 14:25
pgsql: doc: Various typo/grammar fixes Kevin Grittner 16:11
pgsql: doc: Various typo/grammar fixes Kevin Grittner 16:11
pgsql: doc: Various typo/grammar fixes Kevin Grittner 16:11
pgsql: doc: Various typo/grammar fixes Kevin Grittner 16:11
pgsql: doc: Various typo/grammar fixes Kevin Grittner 16:11
pgsql: doc: Various typo/grammar fixes Kevin Grittner 16:11

Aug. 31, 2014

Thread Author Time
pgsql: Declare two variables in snapbuild.c as static. Andres Freund 21:55
pgsql: Protect definition of SpinlockSemaArray, just like its declarati Andres Freund 22:04
pgsql: Declare lwlock.c's LWLockAcquireCommon() as a static inline. Andres Freund 22:17
pgsql: Declare lwlock.c's LWLockAcquireCommon() as a static inline. Andres Freund 22:17

Sept. 1, 2014

Thread Author Time
pgsql: Fix s/pluggins/plugins/ typo in two comments. Andres Freund 10:03
pgsql: Add skip-empty-xacts option to test_decoding for use in the regr Andres Freund 14:09
pgsql: Add valgrind suppression for padding bytes in twophase records. Andres Freund 14:09
pgsql: Add skip-empty-xacts option to test_decoding for use in the regr Andres Freund 14:09
pgsql: Fix unportable use of isspace(). Tom Lane 22:38

Sept. 2, 2014

Thread Author Time
Re: pgsql: Fix unportable use of isspace(). Andres Freund 00:11
pgsql: Support ALTER SYSTEM RESET command. Fujii Masao 07:25
Re: pgsql: Compress GIN posting lists, for smaller index size. Andres Freund 11:11
pgsql: Add psql PROMPT variable showing which line of a statement is be Andres Freund 11:18
pgsql: Silence warning on new versions of clang. Heikki Linnakangas 11:26
pgsql: Silence warning on new versions of clang. Heikki Linnakangas 11:26
Re: pgsql: Compress GIN posting lists, for smaller index size. Heikki Linnakangas 11:26
pgsql: Refactor per-page logic common to all redo routines to a new fun Heikki Linnakangas 12:20
pgsql: Check number of parameters in RAISE statement at compile time. Heikki Linnakangas 13:00

Sept. 3, 2014

Thread Author Time
pgsql: Issue clearer notice when inherited merged columns are moved Bruce Momjian 15:54
pgsql: Document use of partial indexes for partial unique constraints Bruce Momjian 18:33
pgsql: Document use of partial indexes for partial unique constraints Bruce Momjian 18:34
pgsql: Update URL reference material in /contrib/isn docs Bruce Momjian 21:22
pgsql: Update URL reference material in /contrib/isn docs Bruce Momjian 21:22

Sept. 4, 2014

Thread Author Time
pgsql: Allow \watch to display query execution time if \timing is enabl Fujii Masao 03:50
pgsql: docs: Improve documentation of \pset without arguments. Fujii Masao 05:07
Re: pgsql: docs: Improve documentation of \pset without arguments. Fujii Masao 05:08
pgsql: Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bf Robert Haas 16:18
pgsql: Fix segmentation fault that an empty prepared statement could ca Fujii Masao 17:31
pgsql: Fix segmentation fault that an empty prepared statement could ca Fujii Masao 17:31
pgsql: Fix segmentation fault that an empty prepared statement could ca Fujii Masao 17:32
pgsql: Fix segmentation fault that an empty prepared statement could ca Fujii Masao 17:32
pgsql: Fix segmentation fault that an empty prepared statement could ca Fujii Masao 17:32
pgsql: Fix segmentation fault that an empty prepared statement could ca Fujii Masao 17:32

Browse Archives

Prev | Next