pgsql-committers since 2011-04-16 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

April 16, 2011

Thread Author Time
pgsql: Prevent incorrect updates of pg_index while reindexing pg_index Tom Lane 00:19
pgsql: Prevent incorrect updates of pg_index while reindexing pg_index Tom Lane 00:19
pgsql: Prevent incorrect updates of pg_index while reindexing pg_index Tom Lane 00:19
pgsql: Prevent incorrect updates of pg_index while reindexing pg_index Tom Lane 00:19
pgsql: Set client encoding explicitly in plpython_unicode test Peter Eisentraut 18:54
Re: [COMMITTERS] pgsql: Rename pg_regress option --multibyte to --encoding Andrew Dunstan 19:07
pgsql: Clean up collation processing in prepunion.c. Tom Lane 20:40
pgsql: Simplify reindex_relation's API. Tom Lane 21:26
pgsql: Add an Assert that indexam.c isn't used on an index awaiting rei Tom Lane 23:29

April 17, 2011

Thread Author Time
pgsql: foreach() and list_delete() don't mix. Tom Lane 17:37
pgsql: Support a COLLATE clause in plpgsql variable declarations. Tom Lane 18:54
pgsql: Add check for matching column collations in ALTER TABLE ... INHE Tom Lane 20:22
pgsql: Fix pg_dump to handle collations applied to columns of composite Tom Lane 20:55
pgsql: Document COLLATE option in CREATE TYPE reference page. Tom Lane 21:06
pgsql: Fix assorted infelicities in collation handling in psql's descri Tom Lane 22:09

April 18, 2011

Thread Author Time
pgsql: recoveryStopsHere() must check the resource manager ID. Robert Haas 12:27
pgsql: Attempt to remedy buildfarm breakage caused by commit f536d4194. Andrew Dunstan 13:28
pgsql: Only allow typed tables to hang off composite types, not e.g. ta Robert Haas 14:20
pgsql: Fix handling of collations in multi-row VALUES constructs. Tom Lane 19:32

April 19, 2011

Thread Author Time
textsearch-ja - textsearch_senna: Hotfix for expression indexes. User Itagaki 03:25
pgsql: Silence compiler warning about unused variable on Windows. Heikki Linnakangas 11:59
pgsql: Silence compiler warning about unused variable on Windows. Heikki Linnakangas 11:59
pgsql: Silence compiler warning about casting HANDLE to long on WIN64. Andrew Dunstan 15:21
pgsql: Refrain from canonicalizing a client_encoding setting of "UNICOD Tom Lane 16:25
pgsql: Avoid unused variable warnings for certain configurations Peter Eisentraut 17:20
pgsql: Add gitignore entries for Windows MSVC builds Peter Eisentraut 17:20
pgsql: Fix typo Peter Eisentraut 19:02
pgsql: Treat config.pl as optional in vcregress.pl Peter Eisentraut 19:02
pgsql: Refix the unaccent regression test on MSVC properly Peter Eisentraut 19:58
Re: [COMMITTERS] pgsql: Rename pg_regress option --multibyte to --encoding Peter Eisentraut 20:00
pgsql: Avoid changing an index's indcheckxmin horizon during REINDEX. Tom Lane 22:51
pgsql: Revert "Prevent incorrect updates of pg_index while reindexing p Tom Lane 22:51
pgsql: Revert "Prevent incorrect updates of pg_index while reindexing p Tom Lane 22:51
pgsql: Avoid changing an index's indcheckxmin horizon during REINDEX. Tom Lane 22:51
pgsql: Avoid changing an index's indcheckxmin horizon during REINDEX. Tom Lane 22:51
pgsql: Avoid changing an index's indcheckxmin horizon during REINDEX. Tom Lane 22:51
pgsql: Revert "Prevent incorrect updates of pg_index while reindexing p Tom Lane 22:51
pgsql: Revert "Prevent incorrect updates of pg_index while reindexing p Tom Lane 22:51
pgsql: Add C comment Bruce Momjian 23:15
Re: pgsql: setlocale() on Windows doesn't work correctly if the locale name Hiroshi Inoue 23:59

April 20, 2011

Thread Author Time
Re: [HACKERS] Re: pgsql: setlocale() on Windows doesn't work correctly if the locale name Tom Lane 00:22
pgsql: Throw error for mismatched pg_upgrade clusters Bruce Momjian 01:00
Re: [HACKERS] Re: pgsql: setlocale() on Windows doesn't work correctly if the locale name Hiroshi Inoue 01:42
Re: [HACKERS] Re: pgsql: setlocale() on Windows doesn't work correctly if the locale name Andrew Dunstan 03:25
Re: [HACKERS] Re: pgsql: setlocale() on Windows doesn't work correctly if the locale name Hiroshi Inoue 03:48
Re: Re: [COMMITTERS] pgsql: setlocale() on Windows doesn't work correctly if the locale name Heikki Linnakangas 06:30
pgsql: Quotes in strings injected into bki file need to escaped. In par Heikki Linnakangas 07:07
pgsql: Quotes in strings injected into bki file need to escaped. In par Heikki Linnakangas 07:07
pgsql: Quotes in strings injected into bki file need to escaped. In par Heikki Linnakangas 07:07
pgsql: Pg_upgrade C comment addition. Bruce Momjian 09:45
Re: Re: [COMMITTERS] pgsql: setlocale() on Windows doesn't work correctly if the locale name Tom Lane 13:08
Re: Re: [COMMITTERS] pgsql: setlocale() on Windows doesn't work correctly if the locale name Hiroshi Inoue 13:16
Re: Re: [COMMITTERS] pgsql: setlocale() on Windows doesn't work correctly if the locale name Tom Lane 13:38
pgsql: Fix PL/Python traceback for error in separate file Peter Eisentraut 20:23
Re: Re: [COMMITTERS] pgsql: setlocale() on Windows doesn't work correctly if the locale name Hiroshi Inoue 21:39
Re: Re: [COMMITTERS] pgsql: setlocale() on Windows doesn't work correctly if the locale name Hiroshi Inoue 21:40
pgsql: Make plan_cluster_use_sort cope with no IndexOptInfo for the tar Tom Lane 21:44
pgsql: Set indcheckxmin true when REINDEX fixes an invalid or not-ready Tom Lane 23:01
pgsql: Set indcheckxmin true when REINDEX fixes an invalid or not-ready Tom Lane 23:01
pgsql: Set indcheckxmin true when REINDEX fixes an invalid or not-ready Tom Lane 23:01

April 21, 2011

Thread Author Time
pgsql: Fix bugs in indexing of in-doubt HOT-updated tuples. Tom Lane 00:34
pgsql: Fix bugs in indexing of in-doubt HOT-updated tuples. Tom Lane 00:34
pgsql: Fix bugs in indexing of in-doubt HOT-updated tuples. Tom Lane 00:34
pgsql: Fix bugs in indexing of in-doubt HOT-updated tuples. Tom Lane 00:34
pgsql: Allow ALTER TABLE name {OF type | NOT OF}. Robert Haas 02:01
pgsql: Typo fix. Robert Haas 02:05
libpqtypes - libpqtypes: fixed bug in error.c where the global init User Achernow 02:15
pgsql: Fix use of incorrect constant RemoveRoleFromObjectACL. Robert Haas 02:26
pgsql: Fix use of incorrect constant RemoveRoleFromObjectACL. Robert Haas 02:26
pgsql: Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to desce Robert Haas 03:02
pgsql: Avoid possible divide-by-zero in gincostestimate. Tom Lane 23:29

April 22, 2011

Thread Author Time
pgsql: Improve doc wording for SQL syntax of LIMIT/OFFSET. Bruce Momjian 02:26
pgsql: Make a code-cleanup pass over the collations patch. Tom Lane 21:43
pgsql: Add fill-column setting to emacs example configurations Peter Eisentraut 21:49
pgsql: Small update to emacs example configuration Peter Eisentraut 21:49
pgsql: De-kludge contrib/btree_gin for collations. Tom Lane 22:23

April 23, 2011

Thread Author Time
pgsql: Make GIN and GIST pass the index collation to all their support Tom Lane 00:13
pgsql: Fix contrib/btree_gist to handle collations properly. Tom Lane 00:20
pgsql: Fix char2wchar/wchar2char to support collations properly. Tom Lane 16:36
pgsql: Adjust comments about collate.linux.utf8 regression test. Tom Lane 16:52
pgsql: Hash indexes had better pass the index collation to support func Tom Lane 18:13
pgsql: Update oidjoins regression test for 9.1 catalog schema additions Tom Lane 18:50
pgsql: Silence a few compiler warnings from gcc on MinGW. Andrew Dunstan 22:15
pgsql: Improve findoidjoins to cover more cases. Tom Lane 23:33

April 24, 2011

Thread Author Time
pgsql: In pg_upgrade, only compile copy_file() on non-Win32 systems. Bruce Momjian 00:28
psqlodbc - psqlodbc: Add change history. Hiroshi Saito 04:43
pgsql: Improve cost estimation for aggregates and window functions. Tom Lane 20:55
pgsql: Normalize whitespace in the arguments of <indexterm> Peter Eisentraut 22:26

April 25, 2011

Thread Author Time
npgsql - Npgsql2: [ npgsql-Bugs-1011018 ] Invalid Cast with DbType.Time User Fxjr 02:29
pgsql: In libecpg do not set an sqlda field that is 'reserved for futur Michael Meskes 11:46
pgsql: Adjust yywrap macro for non-reentrant scanners for MSVC. Andrew Dunstan 13:17
pgsql: Fix SSI-related assertion failure. Robert Haas 13:48
pgsql: Regression tests for TOAST. Robert Haas 13:48
pgsql: Add fast paths for cases when no serializable transactions are r Robert Haas 13:52
pgsql: Add postmaster/postgres undocumented -b option for binary upgrad Bruce Momjian 16:04
pgsql: Give getopt() a prototype and modern style arg specs. Andrew Dunstan 16:41
pgsql: Prevent perl header overriding our *snprintf macros, and give it Andrew Dunstan 16:55
pgsql: Assorted minor changes to silence Windows compiler warnings. Andrew Dunstan 16:59
pgsql: Use terse mode to avoid variable order dependency output in fore Andrew Dunstan 18:45
pgsql: Support "make check" in contrib Peter Eisentraut 19:28
pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Tom Lane 20:22
pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Tom Lane 20:22
pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Tom Lane 20:22
pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Tom Lane 20:22
pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Tom Lane 20:22
pgsql: Remove partial and undocumented GRANT .. FOREIGN TABLE support. Robert Haas 20:41
pgsql: Refactor broken CREATE TABLE IF NOT EXISTS support. Robert Haas 21:01

April 26, 2011

Thread Author Time
pgsql: Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wron Tom Lane 00:14
pgsql: In pg_upgrade, avoid one start/stop of the postmaster; use the Bruce Momjian 00:18
textsearch-ja - textsearch-ja: Fix a bug in text normalization when a User Itagaki 11:44
pgsql: Now that pg_upgrade uses -w in pg_ctl, remove loop that retried Bruce Momjian 14:15
textsearch-ja - textsearch-ja: Added pure-mecab text parser and User Itagaki 14:31
pgsql: Clarify that a non-specified precision NUMERIC has a very high r Bruce Momjian 15:55
Re: pgsql: Clarify that a non-specified precision NUMERIC has a very high r Robert Haas 17:02
Re: pgsql: Clarify that a non-specified precision NUMERIC has a very high r Bruce Momjian 17:28
Re: pgsql: Clarify that a non-specified precision NUMERIC has a very high r Robert Haas 17:45
Re: pgsql: Clarify that a non-specified precision NUMERIC has a very high r Tom Lane 18:28
pgsql: Complain if pg_hba.conf contains "hostssl" but SSL is disabled. Tom Lane 19:40
pgsql: Complain if pg_hba.conf contains "hostssl" but SSL is disabled. Tom Lane 19:40
pgsql: Complain if pg_hba.conf contains "hostssl" but SSL is disabled. Tom Lane 19:40
pgsql: Rephrase some not-supported error messages in pg_hba.conf proces Tom Lane 19:56

April 27, 2011

Thread Author Time
pgsql: Reword documentation for NUMERIC with no specified precision. Bruce Momjian 03:43
Re: pgsql: Clarify that a non-specified precision NUMERIC has a very high r Bruce Momjian 03:45
pgsql: Doc wording improvement for NUMERIC limit paragraph. Bruce Momjian 04:07
npgsql - Npgsql2: New: [#1011021] Support User Fxjr 13:10
pgsql: Use an explicit format string to keep the compiler happy. Andrew Dunstan 14:03
pgsql: Force use of "%I64d" format for 64 bit ints on MinGW. Andrew Dunstan 14:14
pgsql: Remove hard coded formats for INT64 and use configured settings Andrew Dunstan 15:09
Re: pgsql: Remove hard coded formats for INT64 and use configured settings Tom Lane 15:15
pgsql: Revert "Remove hard coded formats for INT64 and use configured s Andrew Dunstan 15:29
pgsql: Fix array- and path-creating functions to ensure padding bytes a Tom Lane 17:59
pgsql: Fix array- and path-creating functions to ensure padding bytes a Tom Lane 17:59
pgsql: Fix array- and path-creating functions to ensure padding bytes a Tom Lane 17:59
pgsql: Fix array- and path-creating functions to ensure padding bytes a Tom Lane 17:59
pgsql: Fix array- and path-creating functions to ensure padding bytes a Tom Lane 17:59
pgsql: Add comments about the need to avoid uninitialized bits in datat Tom Lane 18:06
pgsql: Add comments about the need to avoid uninitialized bits in datat Tom Lane 18:06
pgsql: timeline is not needed in BaseBackup() Magnus Hagander 18:40
pgsql: Revert "Force use of "%I64d" format for 64 bit ints on MinGW." Andrew Dunstan 18:57
Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Alvaro Herrera 19:08
pgsql: Fix binary upgrade of altered typed tables Peter Eisentraut 19:11
Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Tom Lane 20:10
Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Alvaro Herrera 20:31
pgsql: Make a quick copy-editing pass over the 9.1 release notes. Tom Lane 20:52
pgsql: Tag 9.1beta1. Tom Lane 21:18

April 28, 2011

Thread Author Time
psqlodbc - psqlodbc: Prep release 09.00.0300. Hiroshi Saito 01:03
Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Tom Lane 05:21
edb-debugger - server: Support the new DefineCustomStringVariable API in Dave Page 09:14
pgsql: The arguments to pg_ctl kill are not optional - remove brackets Heikki Linnakangas 09:59
pgsql: The arguments to pg_ctl kill are not optional - remove brackets Heikki Linnakangas 09:59
pgsql: The arguments to pg_ctl kill are not optional - remove brackets Heikki Linnakangas 09:59
pgsql: The arguments to pg_ctl kill are not optional - remove brackets Heikki Linnakangas 09:59
pgsql: The arguments to pg_ctl kill are not optional - remove brackets Heikki Linnakangas 09:59
pgsql: Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for Andrew Dunstan 15:05
pgsql: Add some casts to try to silence most of the remaining format wa Andrew Dunstan 19:07
Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Dave Page 19:33
Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Tom Lane 19:44
Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Dave Page 19:57
Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Alvaro Herrera 20:05
Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Tom Lane 20:05
Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Dave Page 20:11
Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Tom Lane 20:30

April 29, 2011

Thread Author Time
pgsql: Use non-literal format for possibly non-standard strftime format Andrew Dunstan 00:03
reorg - pg_reorg: Fixed database corruption when target tables have User Itagaki 05:06
pgsql: Rewrite pg_size_pretty() to avoid compiler bug. Tom Lane 05:46
pgsql: Rewrite pg_size_pretty() to avoid compiler bug. Tom Lane 05:46
pgsql: Rewrite pg_size_pretty() to avoid compiler bug. Tom Lane 05:46
pgsql: Rewrite pg_size_pretty() to avoid compiler bug. Tom Lane 05:46
pgsql: Rewrite pg_size_pretty() to avoid compiler bug. Tom Lane 05:46
pgsql: Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum Tom Lane 20:30
pgsql: Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum Tom Lane 20:30
pgsql: Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum Tom Lane 20:30
pgsql: Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum Tom Lane 20:30

April 30, 2011

Thread Author Time
pgsql: Lowercase status labels in pg_stat_replication view. Bruce Momjian 02:28
Re: [COMMITTERS] pgsql: Update docs to say you need fsync to make sync rep work fast. Bruce Momjian 16:30
Re: Re: [COMMITTERS] pgsql: Update docs to say you need fsync to make sync rep work fast. Tom Lane 17:39

May 1, 2011

Thread Author Time
Re: pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64 Dave Page 09:15
pgsql: Make CLUSTER lock the old table's toast table before copying dat Tom Lane 21:58
pgsql: Make CLUSTER lock the old table's toast table before copying dat Tom Lane 21:58
pgsql: Make CLUSTER lock the old table's toast table before copying dat Tom Lane 21:58
pgsql: Make CLUSTER lock the old table's toast table before copying dat Tom Lane 21:58
pgsql: Catch errors in for loop in makefile Peter Eisentraut 22:06