Skip site navigation
(1)
Skip section navigation
(2)
Search
Peripheral Links
Text Size:
Normal
/
Large
Donate
Contact
Home
About
Download
Documentation
Community
Developers
Support
Your account
Community
Contributors
Mailing Lists
User lists
Developer lists
pgsql-cluster-hackers
pgsql-committers
pgsql-hackers
pgsql-rrreviewers
pgsql-www
Regional lists
Associations
User groups
Project lists
Inactive lists
IRC
Featured Users
International Sites
Propaganda
Resources
Weekly News
pgsql-committers - July 2012
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
Jump to day:
1
2
3
4
5
6
7
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
30
31
2012-07-01
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)
2012-07-02
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)
2012-07-03
pgsql: Remove misleading hints about reducing the System V requestsize
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 beupdated
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)
2012-07-04
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: Fix typo
Magnus Hagander (07:12)
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: Fix typo
Magnus Hagander (07:12)
pgsql: Fix typo
Magnus Hagander (07:12)
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 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 locationas
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 locationas
Magnus Hagander (13:26)
pgsql: Always treat a standby returning an an invalid flush locationas
Magnus Hagander (13:26)
pgsql: Set the write location in the pg_receivexlog status messages
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 forshared_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)
2012-07-05
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 orquo
Magnus Hagander (12:07)
pgsql: pg_upgrade: abstract out copying of files from old cluster tone
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 usingPLy_elog().
Heikki Linnakangas (20:50)
pgsql: Revert part of the previous patch that avoided usingPLy_elog().
Heikki Linnakangas (20:50)
pgsql: Revert part of the previous patch that avoided usingPLy_elog().
Heikki Linnakangas (20:50)
pgsql: Revert part of the previous patch that avoided usingPLy_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)
2012-07-06
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 regexs
Bruce Momjian (14:57)
pgsql: Fix spacing in copyright.pl after being run with missing regexs
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 addinga
Bruce Momjian (15:44)
pgsql: Fix copyright.pl to properly skip the .git directory by addinga
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 thecurre
Bruce Momjian (16:21)
pgsql: Have copyright.pl skip updating something that is just thecurre
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: Update libpq test expected output
Alvaro Herrera (20:54)
pgsql: Convert libpq regress script to Perl
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)
2012-07-07
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-NFArepresentation
Tom Lane (21:40)
2012-07-09
pgsql: Fix planner to pass correct collation to operator selectivityes
Tom Lane (03:53)
pgsql: Fix planner to pass correct collation to operator selectivityes
Tom Lane (03:53)
pgsql: Fix planner to pass correct collation to operator selectivityes
Tom Lane (03:53)
2012-07-10
pgsql: Refactor pattern_fixed_prefix() to avoid dealing in incompletep
Tom Lane (03:24)
pgsql: Refactor pattern_fixed_prefix() to avoid dealing in incompletep
Tom Lane (03:24)
pgsql: Refactor pattern_fixed_prefix() to avoid dealing in incompletep
Tom Lane (03:24)
pgsql: Refactor pattern_fixed_prefix() to avoid dealing in incompletep
Tom Lane (03:24)
pgsql: Refactor pattern_fixed_prefix() to avoid dealing in incompletep
Tom Lane (03:24)
pgsql: Refactor pattern_fixed_prefix() to avoid dealing in incompletep
Tom Lane (03:24)
pgsql: Re-implement extraction of fixed prefixes from regularexpressio
Tom Lane (18:54)
pgsql: plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera (19:46)
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:53)
pgsql: PL/Perl: Avoid compiler warning from clang
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 conversionfunction
Tom Lane (20:53)
pgsql: Back-patch addition of pg_wchar-to-multibyte conversionfunction
Tom Lane (20:53)
pgsql: Back-patch addition of pg_wchar-to-multibyte conversionfunction
Tom Lane (20:53)
pgsql: Back-patch addition of pg_wchar-to-multibyte conversionfunction
Tom Lane (20:53)
pgsql: Back-patch addition of pg_wchar-to-multibyte conversionfunction
Tom Lane (20:53)
pgsql: Back-patch fix for extraction of fixed prefixes from regularexp
Tom Lane (22:01)
pgsql: Back-patch fix for extraction of fixed prefixes from regularexp
Tom Lane (22:01)
pgsql: Back-patch fix for extraction of fixed prefixes from regularexp
Tom Lane (22:01)
pgsql: Back-patch fix for extraction of fixed prefixes from regularexp
Tom Lane (22:01)
pgsql: Back-patch fix for extraction of fixed prefixes from regularexp
Tom Lane (22:01)
pgsql: Add comments about additional mule-internal charsets fromemacs'
Tatsuo Ishii (23:22)
2012-07-11
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 upgradedby
Bruce Momjian (03:08)
pgsql: Document that Log-Shipping Standby Servers cannot be upgradedby
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)
2012-07-12
Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings.
Heikki Linnakangas (09:08)
pgsql: Fix memory and file descriptor leaks inpg_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 incontrib/f
Tom Lane (20:27)
pgsql: Avoid extra newlines in XML mapping in table forest mode
Peter Eisentraut (20:53)
2012-07-13
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)
2012-07-14
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 inpg_
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)
2012-07-15
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)
2012-07-16
pgsql: Avoid pre-determining index names during CREATE TABLE LIKEparsi
Tom Lane (17:25)
pgsql: Avoid pre-determining index names during CREATE TABLE LIKEparsi
Tom Lane (17:25)
pgsql: Remove unreachable code
Peter Eisentraut (19:17)
pgsql: Add comment why seemingly dead code is necessary
Peter Eisentraut (19:17)
2012-07-17
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)
Prev
|
Next
Jump to day:
1
2
3
4
5
6
7
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
30
31
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group