pgsql-committers - July 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

July 1, 2012

Thread Author Time
pgsql: Suppress compiler warnings in readfuncs.c. Tom Lane 02:28
pgsql: Fix race condition in enum value comparisons. Tom Lane 21:13
pgsql: Fix race condition in enum value comparisons. Tom Lane 21:13
pgsql: Fix race condition in enum value comparisons. Tom Lane 21:13

July 2, 2012

Thread Author Time
pgsql: Make walsender more responsive. Robert Haas 13:49
pgsql: Make commit_delay much smarter. Robert Haas 14:31
Re: pgsql: Make walsender more responsive. Tom Lane 14:34
Re: pgsql: Make walsender more responsive. Robert Haas 14:53
Re: pgsql: Make walsender more responsive. Tom Lane 15:06
Re: pgsql: Make walsender more responsive. Robert Haas 15:19
pgsql: Work a little harder on comments for walsender wakeup patch. Robert Haas 15:29
pgsql: Fix to_date's handling of year 519. Tom Lane 15:35
pgsql: Fix to_date's handling of year 519. Tom Lane 15:35
Re: [COMMITTERS] pgsql: Make walsender more responsive. David Fetter 15:49
Re: [COMMITTERS] pgsql: Make walsender more responsive. 📎 Fujii Masao 17:19
Re: [COMMITTERS] pgsql: Make walsender more responsive. Andres Freund 17:53
pgsql: Add missing space in event_source GUC description. Peter Eisentraut 18:02
pgsql: Assorted message style improvements Peter Eisentraut 18:21
pgsql: Assorted message style improvements Peter Eisentraut 18:21
pgsql: Fix position of WalSndWakeupRequest call. Robert Haas 18:48
Re: [COMMITTERS] pgsql: Make walsender more responsive. Robert Haas 18:50
Re: pgsql: Add missing space in event_source GUC description. Magnus Hagander 19:16
Re: pgsql: Add missing space in event_source GUC description. Peter Eisentraut 19:28
Re: pgsql: Add missing space in event_source GUC description. Magnus Hagander 19:30
pgsql: Fix a stupid bug I introduced into XLogFlush(). Robert Haas 19:35

July 3, 2012

Thread Author Time
pgsql: Remove misleading hints about reducing the System V request size Robert Haas 14:18
Re: pgsql: Remove misleading hints about reducing the System V request size Tom Lane 14:45
Re: pgsql: Remove misleading hints about reducing the System V request size Robert Haas 15:08
Re: pgsql: Make the pg_upgrade log files contain actual commands Bruce Momjian 15:36
pgsql: Have copyright tool mention that certain files should be updated Bruce Momjian 16:02
pgsql: Have REASSIGN OWNED work on extensions, too Alvaro Herrera 19:21
pgsql: Have REASSIGN OWNED work on extensions, too Alvaro Herrera 19:21
pgsql: Have REASSIGN OWNED work on extensions, too Alvaro Herrera 19:21
pgsql: Forgot an #include in the previous patch :-( Alvaro Herrera 20:41
pgsql: Forgot an #include in the previous patch :-( Alvaro Herrera 20:41
pgsql: Forgot an #include in the previous patch :-( Alvaro Herrera 20:41

July 4, 2012

Thread Author Time
pgsql: Improve documentation about MULE encoding. Tom Lane 04:30
pgsql: Remove references to PostgreSQL bundled on Solaris Magnus Hagander 07:12
pgsql: Remove references to pgfoundry as recommended hosting platform Magnus Hagander 07:12
pgsql: Remove references to pgfoundry as recommended hosting platform Magnus Hagander 07:12
pgsql: Remove references to PostgreSQL bundled on Solaris Magnus Hagander 07:12
pgsql: Fix typo Magnus Hagander 07:12
pgsql: Fix typo Magnus Hagander 07:12
pgsql: Remove references to pgfoundry as recommended hosting platform Magnus Hagander 07:12
pgsql: Remove references to PostgreSQL bundled on Solaris Magnus Hagander 07:12
pgsql: Fix typo Magnus Hagander 07:12
pgsql: Remove reference to default wal_buffers being 8 Magnus Hagander 07:25
pgsql: Remove reference to default wal_buffers being 8 Magnus Hagander 07:25
pgsql: Remove reference to default wal_buffers being 8 Magnus Hagander 07:25
pgsql: Always treat a standby returning an an invalid flush location as Magnus Hagander 13:26
pgsql: Set the write location in the pg_receivexlog status messages Magnus Hagander 13:26
pgsql: Set the write location in the pg_receivexlog status messages Magnus Hagander 13:26
pgsql: Always treat a standby returning an an invalid flush location as Magnus Hagander 13:26
pgsql: Always treat a standby returning an an invalid flush location as Magnus Hagander 13:26
pgsql: Remove duplicate, unnecessary, variable declaration Magnus Hagander 14:17
pgsql: Make oid2name, pgbench, and vacuumlo set fallback_application_na Robert Haas 19:40
pgsql: Increase the maximum initdb-configured value for shared_buffers Robert Haas 19:55
pgsql: Documentation cleanups for recent shared memory changes. Robert Haas 19:57
pgsql: More doc cleanups for recent shared memory changes. Robert Haas 19:58
pgsql: Add wchar -> mb conversion routines. Robert Haas 21:11
pgsql: Fix sample INSTR function to return 0 if third arg is 0. Robert Haas 21:20
pgsql: Have pg_dump in binary-upgrade mode properly drop user-created Bruce Momjian 21:37
pgsql: Have pg_dump in binary-upgrade mode properly drop user-created Bruce Momjian 21:37

July 5, 2012

Thread Author Time
pgsql: Reduce messages about implicit indexes and sequences to DEBUG1. Robert Haas 00:35
pgsql: Run newly-configured perltidy script on Perl files. Bruce Momjian 01:48
pgsql: Run newly-configured perltidy script on Perl files. Bruce Momjian 01:48
Re: Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3 Bruce Momjian 01:48
pgsql: Fix missing regex slash that caused perltidy to get confused on Bruce Momjian 01:59
pgsql: Fix missing regex slash that caused perltidy to get confused on Bruce Momjian 01:59
pgsql: Fix function argument tab completion for schema-qualified or quo Magnus Hagander 12:07
pgsql: pg_upgrade: abstract out copying of files from old cluster to ne Alvaro Herrera 15:43
pgsql: Remove support for using wait3() in place of waitpid(). Tom Lane 18:00
pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Heikki Linnakangas 19:33
pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Heikki Linnakangas 19:33
pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Heikki Linnakangas 19:33
pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Heikki Linnakangas 19:33
Re: pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Tom Lane 20:31
Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Heikki Linnakangas 20:37
pgsql: Revert part of the previous patch that avoided using PLy_elog(). Heikki Linnakangas 20:50
pgsql: Revert part of the previous patch that avoided using PLy_elog(). Heikki Linnakangas 20:50
pgsql: Revert part of the previous patch that avoided using PLy_elog(). Heikki Linnakangas 20:50
pgsql: Revert part of the previous patch that avoided using PLy_elog(). Heikki Linnakangas 20:50
Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Jan Urbański 20:53
pgsql: Don't try to trim "../" in join_path_components(). Tom Lane 21:17
pgsql: Don't try to trim "../" in join_path_components(). Tom Lane 21:17
pgsql: Don't try to trim "../" in join_path_components(). Tom Lane 21:17
pgsql: Don't try to trim "../" in join_path_components(). Tom Lane 21:17
pgsql: Don't try to trim "../" in join_path_components(). Tom Lane 21:17
pgsql: Don't try to trim "../" in join_path_components(). Tom Lane 21:17
Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Peter Eisentraut 21:30
Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Jan Urbański 21:54

July 6, 2012

Thread Author Time
pgsql: Fix PGDATAOLD and PGDATANEW to properly set pgconfig location, p Bruce Momjian 03:36
pgsql: Fix PGDATAOLD and PGDATANEW to properly set pgconfig location, p Bruce Momjian 03:36
pgsql: Fix failure of new wchar->mb functions to advance from pointer. Robert Haas 03:48
Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Heikki Linnakangas 08:05
Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Jan Urbański 08:14
pgsql: Update pg_upgrade comments for recent configpath fix. Bruce Momjian 13:39
pgsql: Update pg_upgrade comments for recent configpath fix. Bruce Momjian 13:39
pgsql: Fix spacing in copyright.pl after being run with missing regex s Bruce Momjian 14:57
pgsql: Fix spacing in copyright.pl after being run with missing regex s Bruce Momjian 14:57
Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. 📎 Jan Urbański 15:01
pgsql: Fix copyright.pl to properly skip the .git directory by adding a Bruce Momjian 15:44
pgsql: Fix copyright.pl to properly skip the .git directory by adding a Bruce Momjian 15:44
Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Heikki Linnakangas 15:53
pgsql: Modify copyright.pl so all lines are processed, not just the fir Bruce Momjian 15:59
pgsql: Modify copyright.pl so all lines are processed, not just the fir Bruce Momjian 15:59
pgsql: Have copyright.pl skip updating something that is just the curre Bruce Momjian 16:21
pgsql: Have copyright.pl skip updating something that is just the curre Bruce Momjian 16:21
pgsql: Run updated copyright.pl on HEAD and 9.2 trees, updating the psq Bruce Momjian 16:28
pgsql: Run updated copyright.pl on HEAD and 9.2 trees, updating the psq Bruce Momjian 16:28
Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Peter Eisentraut 20:47
pgsql: Convert libpq regress script to Perl Alvaro Herrera 20:54
pgsql: Update libpq test expected output Alvaro Herrera 20:54
pgsql: Update libpq test expected output Alvaro Herrera 20:58
Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Jan Urbański 21:12

July 7, 2012

Thread Author Time
npgsql - Npgsql2: Fix Include combined with Skip and/or Take using linq User Jbcooley 02:10
npgsql - Npgsql2: Updated for build 2.0.11.94 User Jbcooley 02:20
npgsql - Npgsql2: Changed file for .94 beta release. User Fxjr 02:28
npgsql - Npgsql2: Added changes for .94 release User Fxjr 02:33
npgsql - Npgsql2: release notes for .94 release. User Fxjr 02:44
pgsql: Simplify and document regex library's compact-NFA representation Tom Lane 21:40

July 9, 2012

Thread Author Time
pgsql: Fix planner to pass correct collation to operator selectivity es Tom Lane 03:53
pgsql: Fix planner to pass correct collation to operator selectivity es Tom Lane 03:53
pgsql: Fix planner to pass correct collation to operator selectivity es Tom Lane 03:53

July 10, 2012

Thread Author Time
pgsql: Refactor pattern_fixed_prefix() to avoid dealing in incomplete p Tom Lane 03:24
pgsql: Refactor pattern_fixed_prefix() to avoid dealing in incomplete p Tom Lane 03:24
pgsql: Refactor pattern_fixed_prefix() to avoid dealing in incomplete p Tom Lane 03:24
pgsql: Refactor pattern_fixed_prefix() to avoid dealing in incomplete p Tom Lane 03:24
pgsql: Refactor pattern_fixed_prefix() to avoid dealing in incomplete p Tom Lane 03:24
pgsql: Refactor pattern_fixed_prefix() to avoid dealing in incomplete p Tom Lane 03:24
pgsql: Re-implement extraction of fixed prefixes from regular expressio Tom Lane 18:54
pgsql: plperl: Skip setting UTF8 flag when in SQL_ASCII encoding Alvaro Herrera 19:46
pgsql: perltidy adjustments to new file Alvaro Herrera 19:46
pgsql: plperl: Skip setting UTF8 flag when in SQL_ASCII encoding Alvaro Herrera 19:46
pgsql: PL/Perl: Avoid compiler warning from clang Alvaro Herrera 19:53
pgsql: plperl: Skip setting UTF8 flag when in SQL_ASCII encoding Alvaro Herrera 19:53
pgsql: Fix ASCII case in pg_wchar2mule_with_len. Tom Lane 20:00
pgsql: Add forgotten PL/Perl regression test files Alvaro Herrera 20:49
pgsql: Back-patch addition of pg_wchar-to-multibyte conversion function Tom Lane 20:53
pgsql: Back-patch addition of pg_wchar-to-multibyte conversion function Tom Lane 20:53
pgsql: Back-patch addition of pg_wchar-to-multibyte conversion function Tom Lane 20:53
pgsql: Back-patch addition of pg_wchar-to-multibyte conversion function Tom Lane 20:53
pgsql: Back-patch addition of pg_wchar-to-multibyte conversion function Tom Lane 20:53
pgsql: Back-patch fix for extraction of fixed prefixes from regular exp Tom Lane 22:01
pgsql: Back-patch fix for extraction of fixed prefixes from regular exp Tom Lane 22:01
pgsql: Back-patch fix for extraction of fixed prefixes from regular exp Tom Lane 22:01
pgsql: Back-patch fix for extraction of fixed prefixes from regular exp Tom Lane 22:01
pgsql: Back-patch fix for extraction of fixed prefixes from regular exp Tom Lane 22:01
pgsql: Add comments about additional mule-internal charsets from emacs' Tatsuo Ishii 23:22

July 11, 2012

Thread Author Time
pgsql: Fix bogus macro definition. Tom Lane 02:36
Re: pgsql: Fix bogus macro definition. Tatsuo Ishii 03:06
pgsql: Document that Log-Shipping Standby Servers cannot be upgraded by Bruce Momjian 03:08
pgsql: Document that Log-Shipping Standby Servers cannot be upgraded by Bruce Momjian 03:08
pgsql: Add array_remove() and array_replace() functions. Tom Lane 17:59
psqlodbc - psqlodbc: Fix the bug which causes a segfault in User Hinoue 21:30

July 12, 2012

Thread Author Time
Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Heikki Linnakangas 09:08
pgsql: Fix memory and file descriptor leaks in pg_receivexlog/pg_baseba Magnus Hagander 11:35
psqlodbc - psqlodbc: follow of fixed. Hiroshi Saito 12:47
pgsql: Fix walsender processes to establish a SIGALRM handler. Tom Lane 18:30
pgsql: Fix walsender processes to establish a SIGALRM handler. Tom Lane 18:30
pgsql: Fix walsender processes to establish a SIGALRM handler. Tom Lane 18:30
pgsql: Remove 'x =- 1' check for pgindent, not needed, per report from Bruce Momjian 18:37
pgsql: Skip text->binary conversion of unnecessary columns in contrib/f Tom Lane 20:27
pgsql: Avoid extra newlines in XML mapping in table forest mode Peter Eisentraut 20:53

July 13, 2012

Thread Author Time
Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. Jan Urbański 11:38
pgsql: Cosmetic cleanup of ginInsertValue(). Tom Lane 15:37
pgsql: Add fsync capability to initdb, and use sync_file_range() if ava Tom Lane 21:17

July 14, 2012

Thread Author Time
pgsql: Add link to PEP 394 regarding python2 vs python3 naming Peter Eisentraut 11:08
pgsql: Add link to PEP 394 regarding python2 vs python3 naming Peter Eisentraut 11:08
pgsql: Print the name of the WAL file containing latest REDO ptr in pg_ Heikki Linnakangas 11:24
Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings. 📎 Jan Urbański 14:50
pgsql: Don't initialize TLI variable to -1, as TimeLineID is unsigned. Heikki Linnakangas 18:30

July 15, 2012

Thread Author Time
pgsql: Prevent corner-case core dump in rfree(). Tom Lane 17:29
pgsql: Prevent corner-case core dump in rfree(). Tom Lane 17:29
pgsql: Prevent corner-case core dump in rfree(). Tom Lane 17:29
pgsql: Prevent corner-case core dump in rfree(). Tom Lane 17:29
pgsql: Prevent corner-case core dump in rfree(). Tom Lane 17:29
pgsql: Prevent corner-case core dump in rfree(). Tom Lane 17:29

July 16, 2012

Thread Author Time
pgsql: Avoid pre-determining index names during CREATE TABLE LIKE parsi Tom Lane 17:25
pgsql: Avoid pre-determining index names during CREATE TABLE LIKE parsi Tom Lane 17:25
pgsql: Add comment why seemingly dead code is necessary Peter Eisentraut 19:17
pgsql: Remove unreachable code Peter Eisentraut 19:17

July 17, 2012

Thread Author Time
pgsql: Introduce timeout handling framework Alvaro Herrera 04:03
Re: pgsql: Introduce timeout handling framework Andrew Dunstan 13:43
Re: pgsql: Introduce timeout handling framework Tom Lane 14:07
pgsql: Put back storage/proc.h in postmaster.c. Tom Lane 14:14
Re: pgsql: Introduce timeout handling framework Peter Geoghegan 15:08
Re: pgsql: Introduce timeout handling framework Alvaro Herrera 15:49
Re: pgsql: Introduce timeout handling framework Andrew Dunstan 16:06
Re: pgsql: Introduce timeout handling framework Tom Lane 16:07
Re: pgsql: Introduce timeout handling framework Tom Lane 16:31
pgsql: Remove recently added PL/Perl encoding tests Alvaro Herrera 18:07
pgsql: Remove recently added PL/Perl encoding tests Alvaro Herrera 18:07
pgsql: Remove recently added PL/Perl encoding tests Alvaro Herrera 18:07
pgsql: Show step titles in the pg_upgrade man page Peter Eisentraut 18:52
pgsql: Show step titles in the pg_upgrade man page Peter Eisentraut 18:52
Re: [COMMITTERS] pgsql: Split contrib documentation into extensions and programs Peter Eisentraut 18:53
pgsql: PL/Python: Remove PLy_result_ass_item Peter Eisentraut 20:28
pgsql: Improve coding around the fsync request queue. Tom Lane 20:57
pgsql: Improve coding around the fsync request queue. Tom Lane 20:57

Browse Archives

Prev | Next