pgsql-committers - October 2012

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. 1, 2012

Thread Author Time
pgsql: Provide some static-assertion functionality on all compilers. Tom Lane 02:46
pgsql: The max shared_buffers value that initdb will choose was raised, Heikki Linnakangas 06:24
pgsql: Remove collations from generic ALTER test Alvaro Herrera 13:58
pgsql: Add C comment that IsBackendPid() is called by external modules, Bruce Momjian 14:14

Oct. 2, 2012

Thread Author Time
pgsql: Fix access past end of string in date parsing. Heikki Linnakangas 08:04
pgsql: Fix access past end of string in date parsing. Heikki Linnakangas 08:04
pgsql: Fix access past end of string in date parsing. Heikki Linnakangas 08:04
pgsql: Fix access past end of string in date parsing. Heikki Linnakangas 08:04
pgsql: Fix access past end of string in date parsing. Heikki Linnakangas 08:04
pgsql: Fix access past end of string in date parsing. Heikki Linnakangas 08:04
pgsql: Split off functions related to timeline history files and XLOG a Heikki Linnakangas 10:39
Re: pgsql: Split off functions related to timeline history files and XLOG a Simon Riggs 10:53
Re: pgsql: Split off functions related to timeline history files and XLOG a Tom Lane 13:50
pgsql: Add #includes needed on some platforms in the new files. Heikki Linnakangas 14:21
pgsql: Allow a few seconds for Windows to catch up with a directory ren Andrew Dunstan 14:42
pgsql: Allow a few seconds for Windows to catch up with a directory ren Andrew Dunstan 14:43
pgsql: Silence compiler warning about pointer type mismatch on some pla Heikki Linnakangas 14:47
pgsql: Silence compiler warning about pointer type mismatch on some pla Heikki Linnakangas 14:47
Re: pgsql: Split off functions related to timeline history files and XLOG a Heikki Linnakangas 14:48
pgsql: In pg_upgrade, try to convert the locale names to canonical form Bruce Momjian 15:42
pgsql: In pg_upgrade, try to convert the locale names to canonical form Bruce Momjian 15:42
pgsql: Adjust pg_upgrade query so toast tables related to system catalo Bruce Momjian 15:46
pgsql: Adjust pg_upgrade query so toast tables related to system catalo Bruce Momjian 15:46
pgsql: In pg_upgrade, improve error reporting when the number of relati Bruce Momjian 15:53
pgsql: In pg_upgrade, improve error reporting when the number of relati Bruce Momjian 15:53
Re: pgsql: Disable _FORTIFY_SOURCE with ICC Peter Geoghegan 16:05
Re: pgsql: Silence compiler warning about pointer type mismatch on some pla 📎 Fujii Masao 16:33
pgsql: Fix typo in previous warning-silencing patch. Heikki Linnakangas 17:00
pgsql: Fix typo in previous warning-silencing patch. Heikki Linnakangas 17:00
Re: pgsql: Silence compiler warning about pointer type mismatch on some pla Heikki Linnakangas 17:01
Re: pgsql: Split off functions related to timeline history files and XLOG a Fujii Masao 18:12
pgsql: Standardize naming of malloc/realloc/strdup wrapper functions. Tom Lane 19:36
pgsql: Refactor "ALTER some-obj SET SCHEMA" implementation Alvaro Herrera 21:20
pgsql: Work around unportable behavior of malloc(0) and realloc(NULL, 0 Tom Lane 21:32
pgsql: Work around unportable behavior of malloc(0) and realloc(NULL, 0 Tom Lane 21:32

Oct. 3, 2012

Thread Author Time
pgsql: In pg_upgrade, use full path name for analyze_new_cluster.sh scr Bruce Momjian 01:18
pgsql: In pg_upgrade, use full path name for analyze_new_cluster.sh scr Bruce Momjian 01:18
pgsql: Improve some LDAP authentication error messages Peter Eisentraut 03:25
pgsql: Fix two bugs introduced in the xlog.c split. Heikki Linnakangas 06:15
Re: pgsql: Split off functions related to timeline history files and XLOG a Heikki Linnakangas 06:17
pgsql: Return the number of rows processed when COPY is executed throug Heikki Linnakangas 11:38
pgsql: Add --sampling-rate option to pgbench. Heikki Linnakangas 12:49
pgsql: REASSIGN OWNED: consider grants on tablespaces, too Alvaro Herrera 15:42
pgsql: REASSIGN OWNED: consider grants on tablespaces, too Alvaro Herrera 15:42
pgsql: REASSIGN OWNED: consider grants on tablespaces, too Alvaro Herrera 15:42
pgsql: REASSIGN OWNED: consider grants on tablespaces, too Alvaro Herrera 15:42
pgsql: REASSIGN OWNED: consider grants on tablespaces, too Alvaro Herrera 15:42
pgsql: REASSIGN OWNED: consider grants on tablespaces, too Alvaro Herrera 15:42
pgsql: Avoid planner crash/Assert failure with joins to unflattened sub Tom Lane 17:38
pgsql: Avoid planner crash/Assert failure with joins to unflattened sub Tom Lane 17:38
pgsql: refactor ALTER some-obj SET OWNER implementation Alvaro Herrera 21:22
pgsql: Support CREATE SCHEMA IF NOT EXISTS. Tom Lane 23:47

Oct. 4, 2012

Thread Author Time
pgsql: Fix typo in comment, and reword it slightly while we're at it. Heikki Linnakangas 07:36
pgsql: Fix typo in comment, and reword it slightly while we're at it. Heikki Linnakangas 07:36
pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM Tom Lane 17:41
pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM Tom Lane 17:41
pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM Tom Lane 17:41
pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM Tom Lane 17:41
pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM Tom Lane 17:41
pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM Tom Lane 17:41
pgsql: Fix parse location tracking for lists that can be empty. Tom Lane 21:15
pgsql: Make CREATE AGGREGATE complain if the initcond is invalid for th Tom Lane 21:55

Oct. 5, 2012

Thread Author Time
pgsql: Remove redundant code for getnameinfo() replacement Peter Eisentraut 01:49
pgsql: PL/pgSQL: rename gram.y to pl_gram.y Peter Eisentraut 02:42
pgsql: getnameinfo_unix has to be taught not to insist on NI_NUMERIC fl Tom Lane 02:54
Re: pgsql: Disable _FORTIFY_SOURCE with ICC Peter Eisentraut 02:55
Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC Tom Lane 03:22
Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC Tom Lane 03:37
pgsql: Use the regular main processing loop also in walsenders. Heikki Linnakangas 14:26
pgsql: Fixed test for array boundary. Michael Meskes 15:08
pgsql: Fixed test for array boundary. Michael Meskes 15:08
pgsql: Removed sentence about not being able to retrieve more than one Michael Meskes 15:08
pgsql: Removed sentence about not being able to retrieve more than one Michael Meskes 15:08
pgsql: Fixed test for array boundary. Michael Meskes 15:08
pgsql: Removed sentence about not being able to retrieve more than one Michael Meskes 15:08
Re: pgsql: Fixed test for array boundary. Tom Lane 15:29
pgsql: Fixed test for array boundary. Michael Meskes 15:49
pgsql: Removed sentence about not being able to retrieve more than one Michael Meskes 15:49
Re: pgsql: Fixed test for array boundary. Michael Meskes 15:54

Oct. 6, 2012

Thread Author Time
pgsql: Improve LDAP authentication documentation Peter Eisentraut 01:22
Re: pgsql: Use the regular main processing loop also in walsenders. Thom Brown 21:52

Oct. 7, 2012

Thread Author Time
pgsql: Add API for 64-bit large object access. Now users can access up Tatsuo Ishii 00:05
pgsql: Bump up catalog vesion due to 64-bit large object API functions Tatsuo Ishii 00:38
Re: [COMMITTERS] pgsql: Bump up catalog vesion due to 64-bit large object API functions Tatsuo Ishii 00:41
Re: pgsql: Use the regular main processing loop also in walsenders. Thom Brown 09:24
pgsql: Fix compiling errors on Windows platform. Fix wrong usage of Tatsuo Ishii 14:41
Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of Andrew Dunstan 14:53
Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of Tom Lane 14:57
pgsql: Quiet a few MSC compiler warnings. Andrew Dunstan 21:32
pgsql: Improve documentation about large-object functions. Tom Lane 23:17
pgsql: Fix typo in previous MSC commit. Andrew Dunstan 23:56

Oct. 8, 2012

Thread Author Time
Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of Tatsuo Ishii 00:56
pgsql: Autoconfiscate selection of 64-bit int type for 64-bit large obj Tom Lane 01:53
pgsql: Fix walsender handling of postmaster shutdown, to not go into en Heikki Linnakangas 10:32
Re: pgsql: Use the regular main processing loop also in walsenders. Heikki Linnakangas 10:34
Re: pgsql: Use the regular main processing loop also in walsenders. Thom Brown 10:39
pgsql: Say ANALYZE, not VACUUM, in error message on analyze in hot stan Heikki Linnakangas 11:26
pgsql: Say ANALYZE, not VACUUM, in error message on analyze in hot stan Heikki Linnakangas 11:26
pgsql: Say ANALYZE, not VACUUM, in error message on analyze in hot stan Heikki Linnakangas 11:26
pgsql: Say ANALYZE, not VACUUM, in error message on analyze in hot stan Heikki Linnakangas 11:26
Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC 📎 Peter Geoghegan 13:39
pgsql: Add #define for UUIDOID. Robert Haas 14:16
pgsql: Add support for easily declaring static inline functions Alvaro Herrera 19:36
pgsql: Fix thinko in previous commit Alvaro Herrera 21:33
pgsql: Code review for 64-bit-large-object patch. Tom Lane 22:24

Oct. 9, 2012

Thread Author Time
pgsql: Remove generation of repl_gram.h Peter Eisentraut 00:37
pgsql: Fix lo_export usage in example programs. Tom Lane 01:20
pgsql: Fix lo_export usage in example programs. Tom Lane 01:20
pgsql: Fix lo_export usage in example programs. Tom Lane 01:20
pgsql: Fix lo_export usage in example programs. Tom Lane 01:20
pgsql: Fix lo_export usage in example programs. Tom Lane 01:20
pgsql: Fix lo_export usage in example programs. Tom Lane 01:20
pgsql: Fix lo_read, lo_write, lo_truncate to cope with "size_t" length Tom Lane 01:20
pgsql: Fix lo_import and lo_export to return useful error messages more Tom Lane 01:53
pgsql: Fix lo_import and lo_export to return useful error messages more Tom Lane 01:53
pgsql: Fix lo_import and lo_export to return useful error messages more Tom Lane 01:53
pgsql: Fix lo_import and lo_export to return useful error messages more Tom Lane 01:53
pgsql: Fix lo_import and lo_export to return useful error messages more Tom Lane 01:53
pgsql: Fix lo_import and lo_export to return useful error messages more Tom Lane 01:53
Re: pgsql: Fix thinko in previous commit Alvaro Herrera 04:13
Re: pgsql: Fix thinko in previous commit Tom Lane 04:34
Re: pgsql: Fix thinko in previous commit Tom Lane 05:27
pgsql: Add microsecs/op display to pg_test_fsync utility Simon Riggs 07:17
pgsql: Use tablespace_option consistently on doc page Simon Riggs 07:30
pgsql: Remove stray newline in comment. Heikki Linnakangas 10:07
Re: pgsql: Fix thinko in previous commit Alvaro Herrera 12:20
pgsql: Rename USE_INLINE to PG_USE_INLINE Alvaro Herrera 15:02
pgsql: restore permission bits Alvaro Herrera 15:09
pgsql: Put the logic to wait for WAL in standby mode to a separate func Heikki Linnakangas 16:26
pgsql: Fix silly bug in previous refactoring. Heikki Linnakangas 16:35
Re: pgsql: Fix thinko in previous commit Tom Lane 17:07
pgsql: Remove unnecessary overhead in backend's large-object operations Tom Lane 20:38

Oct. 10, 2012

Thread Author Time
pgsql: Fix PGXS support for building loadable modules on AIX. Tom Lane 01:05
pgsql: Fix PGXS support for building loadable modules on AIX. Tom Lane 01:05
pgsql: Fix PGXS support for building loadable modules on AIX. Tom Lane 01:05
pgsql: Fix PGXS support for building loadable modules on AIX. Tom Lane 01:05
pgsql: Fix PGXS support for building loadable modules on AIX. Tom Lane 01:05
pgsql: Fix PGXS support for building loadable modules on AIX. Tom Lane 01:05
Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC Peter Geoghegan 10:29
pgsql: Set procost to 10 for each of the pg_foo_is_visible() functions. Tom Lane 16:19
pgsql: In pg_upgrade, issue proper error message when we can't open PG_ Bruce Momjian 17:53
pgsql: In pg_upgrade, issue proper error message when we can't open PG_ Bruce Momjian 17:53
pgsql: Update obsolete text in fdwhandler.sgml. Tom Lane 17:55
pgsql: Update obsolete text in fdwhandler.sgml. Tom Lane 17:55
pgsql: Create an improved FDW option validator function for contrib/dbl Tom Lane 20:53
pgsql: Update obsolete comment. Tom Lane 21:04
Re: pgsql: Create an improved FDW option validator function for contrib/dbl Andrew Dunstan 23:58

Oct. 11, 2012

Thread Author Time
Re: pgsql: Create an improved FDW option validator function for contrib/dbl Tom Lane 00:07
pgsql: Remove configure-option-dependent test cases from dblink tests. Tom Lane 00:14
pgsql: Remove _FORTIFY_SOURCE Peter Eisentraut 01:46
Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC Peter Eisentraut 01:46
pgsql: Refactor flex and bison make rules Peter Eisentraut 11:07
pgsql: Improve replication connection timeouts. Heikki Linnakangas 14:52
pgsql: Fix cross-type case in partial row matching for hashed subplans. Tom Lane 16:22
pgsql: Fix cross-type case in partial row matching for hashed subplans. Tom Lane 16:22
pgsql: Fix cross-type case in partial row matching for hashed subplans. Tom Lane 16:22
pgsql: Fix cross-type case in partial row matching for hashed subplans. Tom Lane 16:22
pgsql: Fix cross-type case in partial row matching for hashed subplans. Tom Lane 16:22
pgsql: Fix cross-type case in partial row matching for hashed subplans. Tom Lane 16:22
pgsql: Unbreak MSVC builds after recent Makefile refactoring. Andrew Dunstan 16:41

Oct. 12, 2012

Thread Author Time
pgsql: Make equal() ignore CoercionForm fields for better planning with Tom Lane 16:11
pgsql: Make equal() ignore CoercionForm fields for better planning with Tom Lane 16:11
pgsql: Fix unportable format string. Tom Lane 17:22
pgsql: Get rid of COERCE_DONTCARE. Tom Lane 17:35
pgsql: In our source code, make a copy of getopt's 'optarg' string argu Bruce Momjian 17:35
pgsql: Fix oversight in new code for printing rangetable aliases. Tom Lane 20:14

Oct. 15, 2012

Thread Author Time
pgsql: Split up process latch initialization for more-fail-soft behavio Tom Lane 03:00
pgsql: Split up process latch initialization for more-fail-soft behavio Tom Lane 03:00
pgsql: Split up process latch initialization for more-fail-soft behavio Tom Lane 03:00
pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas 07:59
pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas 07:59
pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas 07:59
pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas 07:59
pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas 07:59
pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas 07:59
pgsql: Remove comment that is no longer true. Heikki Linnakangas 08:04
pgsql: Fix typo in comment. Heikki Linnakangas 10:01
Re: pgsql: Fix race condition in pg_ctl reading postmaster.pid. Tom Lane 14:05
Re: pgsql: Fix race condition in pg_ctl reading postmaster.pid. Heikki Linnakangas 14:33
pgsql: alter_generic regression test cannot run concurrently with privi Tom Lane 16:19

Oct. 16, 2012

Thread Author Time
Re: pgsql: Provide some static-assertion functionality on all compilers. Andres Freund 13:08
pgsql: When outputting the session id in log_line_prefix (%c) or in CSV Bruce Momjian 16:38
Re: pgsql: Provide some static-assertion functionality on all compilers. Tom Lane 21:50

Oct. 17, 2012

Thread Author Time
pgsql: Clarify hash index caution and copy to CREATE INDEX docs Simon Riggs 07:16
pgsql: Clarify hash index caution and copy to CREATE INDEX docs Simon Riggs 07:23
pgsql: Clarify hash index caution and copy to CREATE INDEX docs Simon Riggs 07:27
pgsql: Clarify hash index caution and copy to CREATE INDEX docs Simon Riggs 07:34
pgsql: Add hash index caution to CREATE INDEX docs Simon Riggs 07:36
pgsql: Add hash index caution to CREATE INDEX docs Simon Riggs 07:37
Re: pgsql: Add hash index caution to CREATE INDEX docs Thom Brown 08:02
Re: pgsql: Add hash index caution to CREATE INDEX docs Thom Brown 08:04
pgsql: Fix typo in previous commit Simon Riggs 08:20
pgsql: Fix typo in previous commit Simon Riggs 08:20
pgsql: Fix typo in previous commit Simon Riggs 08:21
pgsql: Fix typo in previous commit Simon Riggs 08:24
pgsql: Fix typo in previous commit Simon Riggs 08:25
pgsql: Fix typo in previous commit Simon Riggs 09:30
pgsql: Embedded list interface Alvaro Herrera 14:41
pgsql: Close un-owned SMgrRelations at transaction end. Tom Lane 16:39
pgsql: Close un-owned SMgrRelations at transaction end. Tom Lane 16:39

Browse Archives

Prev | Next