pgsql-committers since 2010-10-20 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

Oct. 20, 2010

Thread Author Time
pgsql: In pg_upgrade, use cached copy of directory listing, rather than Bruce Momjian 00:33
pgsql: Cache most recent relfilenode lookups, for speed, after report o Bruce Momjian 00:55
pgsql: Fix for new pg_upgrade cache code. Bruce Momjian 01:24
pgsql: Update storage.sgml to describe the 9.0 tablespace directory lay Tom Lane 01:54
pgsql: Update storage.sgml to describe the 9.0 tablespace directory lay Tom Lane 01:54
Re: [COMMITTERS] pgsql: Restructure the pg_upgrade code to use several global structures Itagaki Takahiro 02:02
pgsql: Further speed up pg_upgrade lookups. Bruce Momjian 02:06
Re: [COMMITTERS] pgsql: Restructure the pg_upgrade code to use several global structures Bruce Momjian 02:31
pgsql: Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming Bruce Momjian 02:31
pgsql: Add some caveats to the contrib/isn docs. Robert Haas 02:48
pgsql: Updates to contrib/isn ISBN tables. Robert Haas 02:48
pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Tom Lane 04:55
pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Tom Lane 04:55
pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Tom Lane 04:55
pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Tom Lane 04:55
pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Tom Lane 04:55
textsearch-ja - textsearch_groonga: Support timestamp and timestamptz. User Itagaki 08:18
textsearch-ja - textsearch_groonga: New Directory User Itagaki 08:55
textsearch-ja - textsearch_groonga: Add documentation. User Itagaki 08:56
pgsql: Remove AtStart_Cache() call in CommandCounterIncrement(). Alvaro Herrera 14:59
pgsql: Don't try to fetch database name when SetTransactionIdLimit() is Tom Lane 16:49
pgsql: Don't try to fetch database name when SetTransactionIdLimit() is Tom Lane 16:49
pgsql: If pk is NULL, the backend would segfault when accessing ->algo Heikki Linnakangas 19:33
pgsql: If pk is NULL, the backend would segfault when accessing ->algo Heikki Linnakangas 19:33
pgsql: If pk is NULL, the backend would segfault when accessing ->algo Heikki Linnakangas 19:33
pgsql: If pk is NULL, the backend would segfault when accessing ->algo Heikki Linnakangas 19:33
pgsql: If pk is NULL, the backend would segfault when accessing ->algo Heikki Linnakangas 19:33
pgsql: If pk is NULL, the backend would segfault when accessing ->algo Heikki Linnakangas 19:33
pgsql: Clean up pg_upgrade cache lookup code; remove useless NULL poin Bruce Momjian 20:02
pgsql: Remove obsolete comment, per Josh Kupershmidt. Tom Lane 21:07
pgsql: Remove obsolete comment, per Josh Kupershmidt. Tom Lane 21:07

Oct. 21, 2010

Thread Author Time
reorg - pg_reorg: Fix memory leak and wrong usage of StringInfo in User Sakamotomsh 07:36
reorg - pg_batch: Fix memory leak and wrong usage of StringInfo in User Sakamotomsh 07:49
textsearch-ja - textsearch-ja: Adjust regression test to work on all User Itagaki 10:47
pgsql: Improve handling of domains over arrays. Tom Lane 20:08
pgsql: Mention limited usefulness of .pgpass database field. Bruce Momjian 22:00

Oct. 22, 2010

Thread Author Time
Re: pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Bruce Momjian 01:05
Re: pgsql: Fix ecpg test building process to not generate *.dSYM junk on Ma Tom Lane 02:19
pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to Heikki Linnakangas 14:47
pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to Heikki Linnakangas 14:47
Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to Tom Lane 15:10
Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to Heikki Linnakangas 15:42
pgsql: Add semicolon, missed in previous patch. And update the keyword Heikki Linnakangas 15:42
pgsql: Add semicolon, missed in previous patch. And update the keyword Heikki Linnakangas 15:42
Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to Tom Lane 16:41
pgsql: Correct a mistake in levenshtein_less_equal() multibyte characte Robert Haas 19:29
psqlodbc - psqlodbc: Fix a bug about sizeof(). User Hinoue 19:54

Oct. 23, 2010

Thread Author Time
psqlodbc - psqlodbc: Return 0 for the column size when the size of User Hinoue 03:26
psqlodbc - psqlodbc: Change to use 'if' instead of an inappropriate User Hinoue 03:33
psqlodbc - psqlodbc: Remember to set permanent flag to holdable cursors User Hinoue 10:20
psqlodbc - psqlodbc: Fix a bug about the handling of the User Hinoue 14:00

Oct. 24, 2010

Thread Author Time
psqlodbc - psqlodbc: some bug fixation. Hiroshi Saito 02:09
pgsql: Support suffix matching of host names in pg_hba.conf Peter Eisentraut 12:58
npgsql - Npgsql2: [#1010921] Data corrupted transferring bytea data User Fxjr 19:32

Oct. 25, 2010

Thread Author Time
pgsql: Allow new values to be added to an existing enum type. Tom Lane 03:06
pgsql: Remove unnecessary use of trigger flag to hash plperl functions Andrew Dunstan 03:55
pgsql: Work around rounding misbehavior exposed by buildfarm. Tom Lane 05:14
pgsql: find -path is not portable, so use grep -v instead. Alvaro Herrera 13:05
pgsql: Fix inline_set_returning_function() to preserve the invalItems l Tom Lane 17:05
pgsql: Fix inline_set_returning_function() to preserve the invalItems l Tom Lane 17:05
pgsql: Fix overly-enthusiastic Assert in printing of Param reference ex Tom Lane 18:25
pgsql: Refactor typenameTypeId() Peter Eisentraut 18:46

Oct. 26, 2010

Thread Author Time
pgrpm - pgrpm: - don't use temp file to load header from binary string User Nanardon 01:40
pgsql: Add .gitignore for contrib/uuid-ossp. Itagaki Takahiro 03:29
pgsql: Fix typos "are are". Itagaki Takahiro 08:16
pgrpm - pgrpm: - load rpm config, fix some memleaks User Nanardon 12:11
pgsql: Add missing newlines at end of files Peter Eisentraut 17:12
pgsql: Before removing backup_label and irrevocably changing pg_control Heikki Linnakangas 18:47
pgsql: Before removing backup_label and irrevocably changing pg_control Heikki Linnakangas 18:47
pgsql: Before removing backup_label and irrevocably changing pg_control Heikki Linnakangas 18:47
pgsql: Before removing backup_label and irrevocably changing pg_control Heikki Linnakangas 18:47
pgsql: Before removing backup_label and irrevocably changing pg_control Heikki Linnakangas 18:47
pgsql: Before removing backup_label and irrevocably changing pg_control Heikki Linnakangas 18:47
pgsql: Fix dumb typo in SECURITY LABEL error message. Robert Haas 18:56
pgsql: Note explicitly that hash indexes are also not replicated becaus Heikki Linnakangas 19:55
pgsql: Note explicitly that hash indexes are also not replicated becaus Heikki Linnakangas 19:55
pgsql: Minor fixups for psql's process_file() function. Robert Haas 23:35

Oct. 27, 2010

Thread Author Time
pgsql: Add a client authentication hook. Robert Haas 01:23
pgsql: Note that effective_io_concurrency only affects bitmap heap scan Robert Haas 01:46
pgsql: Fix up some oversights in psql's Unicode-escape support. Tom Lane 02:26
pgsql: Fix up some oversights in psql's Unicode-escape support. Tom Lane 02:26
pgsql: Fix long-standing segfault when accept() or one of the calls mad Heikki Linnakangas 17:10
pgsql: Fix long-standing segfault when accept() or one of the calls mad Heikki Linnakangas 17:10
pgsql: Fix long-standing segfault when accept() or one of the calls mad Heikki Linnakangas 17:10
pgsql: Fix long-standing segfault when accept() or one of the calls mad Heikki Linnakangas 17:10
psqlodbc - psqlodbc: Fix a bug introduced by the previous change. User Hinoue 19:17
pgsql: Previous patch had no detectable virtue other than being a one-l Tom Lane 19:26

Oct. 28, 2010

Thread Author Time
pgsql: Reorganize OS-specific details about write caching into a list. Robert Haas 01:21
pgsql: Revert "Correct WAL space calculation formula in docs." Robert Haas 01:29
pgsql: Remove tabs from SGML Peter Eisentraut 14:46
pgsql: Release notes for 9.1alpha2 Peter Eisentraut 14:46
pgsql: Remove obsolete release-alpha.sgml Peter Eisentraut 14:46
pgsql: Fix plpgsql's handling of "simple" expression evaluation. Tom Lane 17:03
pgsql: Fix plpgsql's handling of "simple" expression evaluation. Tom Lane 17:03
pgsql: Fix plpgsql's handling of "simple" expression evaluation. Tom Lane 17:03
pgsql: Fix plpgsql's handling of "simple" expression evaluation. Tom Lane 17:03
pgsql: Fix plpgsql's handling of "simple" expression evaluation. Tom Lane 17:03
pgsql: Fix plpgsql's handling of "simple" expression evaluation. Tom Lane 17:03
pgsql: Save a few cycles in plpgsql simple-expression initialization. Tom Lane 17:29
pgsql: Add tab completion for psql \dg and \z Peter Eisentraut 20:07
pgsql: Make \? output of \dg and \du the same Peter Eisentraut 20:07

Oct. 29, 2010

Thread Author Time
pgsql: Allow generic record arguments to plperl functions Andrew Dunstan 00:49
pgsql: Give a more specific error message if you try to COMMIT, ROLLBAC Heikki Linnakangas 08:45
textsearch-ja - textsearch_groonga: New Directory User Itagaki 08:46
textsearch-ja - textsearch_groonga: Preprocess installer script with C User Itagaki 10:00
psqlodbc - psqlodbc: Move the setting of folder name of libpq or gssapi User Hinoue 12:39
pgsql: Avoid creation of useless EquivalenceClasses during planning. Tom Lane 15:53
psqlodbc - psqlodbc: some bug fix note is added. Hiroshi Saito 16:28
pgsql: Oops, missed one fix for EquivalenceClass rearrangement. Tom Lane 18:45
pgsql: Fix comparisons of pointers with zero to compare with NULL inste Tom Lane 19:52

Oct. 30, 2010

Thread Author Time
psqlodbc - psqlodbc: Correct the handling of parameters in the installer User Hinoue 02:13
psqlodbc - psqlodbc: Fix a bug which returns incorrect values for User Hinoue 02:53
psqlodbc - psqlodbc: Prep release 09.00.0200 Hiroshi Saito 14:00
pgsql: Last-minute updates to 9.1alpha2 release notes Peter Eisentraut 19:35
pgsql: Change version number in release notes to 9.1alpha2 Peter Eisentraut 20:38

Oct. 31, 2010

Thread Author Time
pgsql: Provide hashing support for arrays. Tom Lane 01:56
pgsql: Revert removal of trigger flag from plperl function hash key. Tom Lane 15:43

Nov. 1, 2010

Thread Author Time
pgsql: Fix corner-case bug in tracking of latest removed WAL segment du Heikki Linnakangas 08:16
pgsql: Fix corner-case bug in tracking of latest removed WAL segment du Heikki Linnakangas 08:16
pgsql: Avoid using a local FunctionCallInfoData struct in ExecMakeFunct Tom Lane 17:56
pgsql: Tag refs/tags/REL9_1_ALPHA2 was created pgsql 21:32
Re: pgsql: Tag refs/tags/REL9_1_ALPHA2 was created Tom Lane 23:02

Nov. 2, 2010

Thread Author Time
Re: pgsql: Tag refs/tags/REL9_1_ALPHA2 was created Peter Eisentraut 04:20
pgsql: Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000 Heikki Linnakangas 09:40
pgsql: Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000 Heikki Linnakangas 09:40
pgsql: Some cleanup in ecpg code: Michael Meskes 17:14
pgsql: Ensure an index that uses a whole-row Var still depends on its t Tom Lane 21:16
pgsql: Ensure an index that uses a whole-row Var still depends on its t Tom Lane 21:16
pgsql: Ensure an index that uses a whole-row Var still depends on its t Tom Lane 21:16
pgsql: Ensure an index that uses a whole-row Var still depends on its t Tom Lane 21:16
pgsql: Ensure an index that uses a whole-row Var still depends on its t Tom Lane 21:16
pgsql: Ensure an index that uses a whole-row Var still depends on its t Tom Lane 21:16
pgsql: Fix buffer overrun in pg_upgrade. Tom Lane 21:32
pgsql: Fix buffer overrun in pg_upgrade. Tom Lane 21:32
pgsql: Fix adjust_semi_join to be more cautious about clauseless joins. Tom Lane 22:46
pgsql: Fix adjust_semi_join to be more cautious about clauseless joins. Tom Lane 22:46
pgsql: Fix adjust_semi_join to be more cautious about clauseless joins. Tom Lane 22:46

Nov. 3, 2010

Thread Author Time
Re: pgsql: Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000 Greg Stark 09:34
Re: pgsql: Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000 Heikki Linnakangas 10:00
Re: pgsql: Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000 Tom Lane 14:31
pgsql: Print a make warning when using GNU make older than 3.80 Peter Eisentraut 15:33
pgsql: Use only one hash entry for all instances of a pltcl trigger fun Tom Lane 16:27
pgsql: Reduce recursion depth in recently-added regression test. Tom Lane 17:42
pgsql: Reduce recursion depth in recently-added regression test. Tom Lane 17:43
pgsql: Reduce recursion depth in recently-added regression test. Tom Lane 17:43
pgsql: Reduce recursion depth in recently-added regression test. Tom Lane 17:43
pgsql: Reduce recursion depth in recently-added regression test. Tom Lane 17:43
pgsql: Reduce recursion depth in recently-added regression test. Tom Lane 17:43

Nov. 4, 2010

Thread Author Time
pgsql: Reimplement planner's handling of MIN/MAX aggregate optimization Tom Lane 16:02
pgsql: Use appendStringInfoString() where appropriate in elog.c. Tom Lane 19:29
pgsql: Allow moddatetime's target column to be of type timestamptz. Tom Lane 20:34
pgsql: Include the current value of max_stack_depth in stack depth comp Tom Lane 21:16

Nov. 6, 2010

Thread Author Time
npgsql - Npgsql2: Updating for new release User Jbcooley 00:25
npgsql - Npgsql2: Updated AssemblyInfo for 2.0.11.0 release. User Fxjr 00:26
npgsql - Npgsql2: Updated release notes for 2.0.11 release. User Fxjr 00:33
npgsql - Npgsql2: Updated changelog to 2.0.11 release User Fxjr 00:42
psqlodbc - psqlodbc: Fix a crash bug which was introduced in 9.0.0200. User Hinoue 05:48
pgsql: Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely. Tom Lane 20:50
pgsql: Add support for detecting register-stack overrun on IA64. Tom Lane 23:37

Nov. 7, 2010

Thread Author Time
pgsql: Implement an "S" option for psql's \dn command. Tom Lane 01:41
pgbuildfarm - client-code: send frozen copy of conf to server User Andrewd 02:56
pgsql: Add support for detecting register-stack overrun on IA64. Tom Lane 03:00
pgsql: Add support for detecting register-stack overrun on IA64. Tom Lane 03:00
pgsql: Add support for detecting register-stack overrun on IA64. Tom Lane 03:00
pgsql: Add support for detecting register-stack overrun on IA64. Tom Lane 03:00
pgsql: Add support for detecting register-stack overrun on IA64. Tom Lane 03:00
pgsql: Prevent invoking I/O conversion casts via functional/attribute n Tom Lane 18:03
pgbuildfarm - client-code: Support buildfarm client maintained git User Andrewd 20:50
pgbuildfarm - client-code: add setnotes to file list User Andrewd 20:52
pgbuildfarm - client-code: Move to tag based versioning scheme - we'll User Andrewd 21:37
pgbuildfarm - client-code: setting version for tag REL_4_3 User Andrewd 21:38
pgbuildfarm - client-code: fix web script version bug User Andrewd 23:35
pgbuildfarm - client-code: setting version for tag REL_4_4 User Andrewd 23:35

Nov. 8, 2010

Thread Author Time
psqlodbc - psqlodbc: Don't propgate the connection level statment User Hinoue 14:49
pgsql: Use appendrel planning logic for top-level UNION ALL structures. Tom Lane 20:16
pgsql: Fix permanent memory leak in autovacuum launcher Alvaro Herrera 22:01
pgsql: Fix permanent memory leak in autovacuum launcher Alvaro Herrera 22:01

Nov. 9, 2010

Thread Author Time
pgsql: Fix error handling in temp-file deletion with log_temp_files act Tom Lane 03:15
pgsql: Fix error handling in temp-file deletion with log_temp_files act Tom Lane 03:15
pgsql: Fix error handling in temp-file deletion with log_temp_files act Tom Lane 03:15
pgsql: Fix error handling in temp-file deletion with log_temp_files act Tom Lane 03:15
psqlodbc - psqlodbc: Improved a mylog output. User Hinoue 12:14
pgsql: plpython has plpy.Error instead of plpy.ERROR Alvaro Herrera 14:33
pgsql: plpython has plpy.Error instead of plpy.ERROR Alvaro Herrera 14:33
pgsql: In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate th Heikki Linnakangas 15:52
pgsql: In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate th Heikki Linnakangas 15:52
pgsql: In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate th Heikki Linnakangas 15:52
pgsql: In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate th Heikki Linnakangas 15:52
pgsql: Repair memory leakage while ANALYZE-ing complex index expression Tom Lane 16:57
pgsql: Repair memory leakage while ANALYZE-ing complex index expression Tom Lane 16:57
pgsql: Repair memory leakage while ANALYZE-ing complex index expression Tom Lane 16:57
pgsql: Repair memory leakage while ANALYZE-ing complex index expression Tom Lane 16:57
pgsql: Repair memory leakage while ANALYZE-ing complex index expression Tom Lane 16:57
pgsql: Repair memory leakage while ANALYZE-ing complex index expression Tom Lane 16:57
pgsql: Improve pg_ctl's man page. Tom Lane 19:05
pgsql: Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGER Alvaro Herrera 19:54
pgbuildfarm - client-code: Avoid giving Storable a regex object to User Andrewd 20:56

Nov. 10, 2010

Thread Author Time
pgsql: Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warni Itagaki Takahiro 03:22
pgsql: Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warni Itagaki Takahiro 03:22
pgsql: Add monitoring function pg_last_xact_replay_timestamp. Robert Haas 03:57

Browse Archives

Prev | Next