pgsql-committers since 2009-05-24 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

May 24, 2009

Thread Author Time
pgsql: Fix LIKE's special-case code for % followed by _. Tom Lane 18:10
pgsql: Fix LIKE's special-case code for % followed by _. Tom Lane 18:10
pgsql: Use more-portable coding for the check on handing out the last Tom Lane 22:22

May 25, 2009

Thread Author Time
reorg - pg_reorg: version 1.0.5. User Itagaki 07:06
pgstatsinfo - pg_statsinfo: Imported Sources User Kasahara 09:29
pllolcode - pllolcode: Fix unreleased catalog tuple User Eggyknap 18:50
pg-migrator - pg_migrator: Allow migration to/from the same Postgres User Bmomjian 20:08
pg-migrator - pg_migrator: Throw an error if there is a tsquery column; User Bmomjian 20:30
pg-migrator - pg_migrator: Rename old pg_control so old server can't be User Bmomjian 23:07
pg-migrator - pg_migrator: Rename old pg_control so old server can't be User Bmomjian 23:08

May 26, 2009

Thread Author Time
pg-migrator - pg_migrator: Create v8_3_tsvector data type for use in User Bmomjian 01:21
pgsql: Add range checks to time_recv() and timetz_recv(), to prevent Tom Lane 01:29
pgsql: Remove unused declarations of EncodeTimeOnly and DecodeTimeOnly. Tom Lane 01:39
pg-migrator - pg_migrator: Mention conversion issues and solutions. User Bmomjian 01:55
pgsql: Remove the useless and rather inconsistent return values of Tom Lane 02:17
pgsql: Allow the second argument of pg_get_expr() to be just zero when Tom Lane 17:36
Re: pgsql: Removed comparison of unsigned expression < 0. Tom Lane 22:51

May 27, 2009

Thread Author Time
pgsql: Improve documentation about function volatility: mention the Tom Lane 01:18
orafce - orafce: more robust regression test for dump() using regular User Itagaki 01:45
pgbulkload - pgbulkload: bugfix in pg_bulkread and pg_bulkwrite. User Itagaki 04:45
pgsql: Remove tabs from SGML file. Bruce Momjian 12:28
Re: pgsql: Removed comparison of unsigned expression < 0. Michael Meskes 14:15
pgsql: Reverting patch just in case a compiler treats this enum as Michael Meskes 14:16
pgsql: Fix compiler warnings on Sun Studio of the sort "tsquery_op.c", Peter Eisentraut 19:41
pgsql: Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, Tom Lane 20:42
pgsql: Fix to use the same format specifiers in both branches of a Peter Eisentraut 20:47
pgsql: Properly return the usermap result when doing gssapi Magnus Hagander 21:08
pgsql: Improve release note explanation of the change in libpq's Tom Lane 22:12

May 28, 2009

Thread Author Time
pgsql: When archiving is enabled, rotate the last WAL segment at Heikki Linnakangas 11:02
pgsql: Document that forking while having open libpq connections is not Bruce Momjian 20:02
pg-migrator - pg_migrator: Create all files in user's home directory, User Bmomjian 22:14
pg-migrator - pg_migrator: Create all files in user's home directory, User Bmomjian 22:14
pg-migrator - pg_migrator: Disable migration for clusters that use User Bmomjian 22:36
pg-migrator - pg_migrator: Stamp alpha 14. User Bmomjian 23:18
pg-migrator - pg_migrator: Stamp alpha 14. User Bmomjian 23:18
pg-migrator - pg_migrator: Add Japanese translations of files. User Bmomjian 23:23

May 29, 2009

Thread Author Time
libpqtypes - libpqtypes: Fixed bug that accessed an arry index that was User Achernow 01:58
libpqtypes - libpqtypes: Add PQexecf and PQexecvf functions and man User Achernow 02:33
libpqtypes - libpqtypes: Updated ChangeLog, configure.ac version and User Achernow 02:40
libpqtypes - libpqtypes: Updated ChangeLog to reflect datetime.c bug fix User Achernow 02:44
pg-migrator - pg_migrator: Win32 fixes per report from Hiroshi Saito. User Bmomjian 03:19
npgsql - Npgsql2: Use period for decimal seperator between seconds and User Jbcooley 03:27
npgsql - Npgsql2: Many new tests taken from bugs reported by Otto H. User Jbcooley 03:31
libpqtypes - libpqtypes: code doc update in exec.c:PQexecvf User Achernow 12:41
libpqtypes - libpqtypes: Updated ChangeLog, added release date for User Achernow 12:48
pgsql: Change macros to make gcc quiet when parsing. Michael Meskes 13:54
npgsql - Npgsql2: [#1010635] Error trying to connect to Postgresql 7.3. User Fxjr 14:15
pg-migrator - pg_migrator: Use TMP for Win32 file storage. User Bmomjian 18:06
pg-migrator - pg_migrator: Document that --link does not work on Win32. User Bmomjian 18:09
pg-migrator - pg_migrator: Prevent dropped tsvector/tsquery columns from User Bmomjian 18:19
pg-migrator - pg_migrator: Adjust NOT_USED block. User Bmomjian 18:19
pg-migrator - pg_migrator: Wording improvements. User Bmomjian 18:20

May 31, 2009

Thread Author Time
npgsql - Npgsql2: fix bugs in tests for NpgsqlInterval and NpgsqlTime User Jbcooley 03:01
npgsql - Npgsql2: Fix bugs constructor and property bugs in User Jbcooley 03:03
pg-migrator - pg_migrator: Rebuild tables that contain tsvector columsn, User Bmomjian 03:51
pg-migrator - pg_migrator: Document TODO about using pg_dump custom User Bmomjian 03:52
pg-migrator - pg_migrator: Use simple text cast to migrate tsvector User Bmomjian 13:36
npgsql - Npgsql2: New tests to represent precision in ToString(). User Jbcooley 17:04
npgsql - Npgsql2: Changed mechanism used to calculate fractional seconds User Jbcooley 17:06
npgsql - Npgsql2: NpgsqlDate tests. User Jbcooley 18:45
pg-migrator - pg_migrator: Improve tsvector conversion script. User Bmomjian 20:25
pgsql: Update obsolete comment in index_drop(). Tom Lane 20:55
npgsql - Npgsql2: Test ToString in other cultures (thanks to Otto H) User Jbcooley 21:51
npgsql - Npgsql2: Force InvariantCulture for fractional seconds in User Jbcooley 21:53

June 1, 2009

Thread Author Time
Re: pg-migrator - pg_migrator: Improve tsvector conversion script. Michael Glaesemann 04:54
jsonpath - postgresql-json: New Directory User Marian 09:57
jsonpath - postgresql-json: New Directory User Marian 09:58
jsonpath - postgresql-json: First commit. User Marian 09:58
Re: pg-migrator - pg_migrator: Improve tsvector conversion script. Bruce Momjian 12:47
pg-migrator - pg_migrator: Add Win32 support for --link. User Bmomjian 14:33
pg-migrator - pg_migrator: Update TODO. User Bmomjian 14:33
pg-migrator - pg_migrator: Add windows.h include. User Bmomjian 14:36
pgsql: Fix DecodeInterval to report an error for multiple occurrences of Tom Lane 16:55
pg-migrator - pg_migrator: Handle Win32 MoveFile return value, per User Bmomjian 17:48
pg-migrator - pg_migrator: Use dosmaperr for Win32 when checking errno, User Bmomjian 20:35
pg-migrator - pg_migrator: More _dosmaperr fixes. User Bmomjian 21:37
pg-migrator - pg_migrator: Document limitations. User Bmomjian 21:47
pg-migrator - pg_migrator: Stamp alpha15. User Bmomjian 21:48
pg-migrator - pg_migrator: Stamp alpha 15. User Bmomjian 21:48
pgsql: Change AdjustIntervalForTypmod to not discard higher-order field Tom Lane 23:55

June 2, 2009

Thread Author Time
pgsql: Fix dblink_get_result() as reported by Oleksiy Shchukin. Joe Conway 03:21
pgsql: Only recycle normal files in pg_xlog as WAL segments. Heikki Linnakangas 06:18
pgsql: Only recycle normal files in pg_xlog as WAL segments. Heikki Linnakangas 06:19
slony1-ctl - slony-ctl: Check return code in every script, per report by User Sas 14:51
pg-migrator - pg_migrator: Implement check that data directories are on User Bmomjian 15:15
pg-migrator - pg_migrator: Implement check that data directories are on User Bmomjian 15:15
pg-migrator - pg_migrator: Stamp alpha 16 User Bmomjian 16:07
pg-migrator - pg_migrator: Stamp alpha 16 User Bmomjian 16:07
pgsql: Remove the old advice to keep from_collapse_limit less than Tom Lane 17:37
Re: [COMMITTERS] pgsql: Fix LOCK TABLE to eliminate the race condition that could make it Bruce Momjian 18:33
pg-migrator - pg_migrator: Mention pg_migrator presentation. User Bmomjian 18:55
pg-migrator - pg_migrator: Mention that rebuild scripts should be run User Bmomjian 20:02

June 3, 2009

Thread Author Time
pgsql: Add example of how to generate the session identifier from Bruce Momjian 00:38
pg-migrator - pg_migrator: Update README wording. User Bmomjian 13:24
pgsql: Add comment about why "((void) 0)" is used in copy macros. Bruce Momjian 14:48
pgsql: Improve comment about 'if (1)' hack in copy.c macros. Tom Lane 15:06
Re: pg-migrator - pg_migrator: Improve tsvector conversion script. Bruce Momjian 16:00
pg-migrator - pg_migrator: Stamp alpha 17. User Bmomjian 16:03
pg-migrator - pg_migrator: Stamp alpha 17. User Bmomjian 16:04
pgsql: Change rather bizarre code ordering in get_id(). Tom Lane 16:17
pgsql: Fix tsquerysel() to not fail on an empty TSQuery. Tom Lane 18:42
pgsql: Clean up ecpg's use of mmerror(): const-ify the format argument, Tom Lane 20:24
pgsql: Wording improvement for recent sesssion identifier SQL query. Bruce Momjian 20:34

June 4, 2009

Thread Author Time
pgbulkload - pgbulkload: Add parallel loader for pg_bulkload 3.0. User Itagaki 03:26
Re: [COMMITTERS] pgsql: Fix LOCK TABLE to eliminate the race condition that could make it Simon Riggs 08:38
prefix - prefix: Stop displaying useless and confusing [] when not User Dim 12:54
pgsql: Initialise perl library as documented in perl API. Andrew Dunstan 15:59
pgsql: Initialise perl library as documented in perl API. Andrew Dunstan 16:00
pgsql: Initialise perl library as documented in perl API. Andrew Dunstan 16:00
pgsql: Initialise perl library as documented in perl API. Andrew Dunstan 16:00
pgsql: Initialise perl library as documented in perl API. Andrew Dunstan 16:01
pgsql: Initialise perl library as documented in perl API. Andrew Dunstan 16:01
slony1-ctl - slony-ctl: Testing scripts with Slony 2.0 on PG8.4b2 User Sas 16:26
slony1-ctl - slony-ctl: We now allow one to propagate an SQL script User Sas 16:28
Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API. Tom Lane 16:38
prefix - prefix: add indexing lookup support for <@, = and && User Dim 16:59
Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API. Andrew Dunstan 17:08
Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API. Tom Lane 17:33
Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API. Andrew Dunstan 17:57
pgsql: Improve the recently-added support for properly pluralized error Tom Lane 18:33
pgsql: Remove a couple of debugging messages that have been #ifdef'd out Tom Lane 19:16
pgsql: Trivial code style cleanup around a couple of ngettext calls. Tom Lane 19:17
prefix - prefix: Fix 8.1 detection and build system, bite the 1.0 bullet User Dim 20:10
pg-migrator - pg_migrator: Improve install instructions. User Bmomjian 22:01
pg-migrator - pg_migrator: Improve install instructions. User Bmomjian 22:01
Re: pg-migrator - pg_migrator: Improve tsvector conversion script. Alvaro Herrera 22:23
pg-migrator - pg_migrator: Stamp beta 1. User Bmomjian 23:27
pg-migrator - pg_migrator: Stamp beta 1. User Bmomjian 23:27

June 5, 2009

Thread Author Time
press - pr: Updated Press Faq for 8.4 User Aglio 05:06
pgsql: Remove sleep() from backup script example; not needed anymore. Bruce Momjian 13:40
Re: Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API. Andrew Dunstan 13:46
Re: Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API. Bruce Momjian 13:53
Re: Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API. Tom Lane 14:03
prefix - prefix: Preparing for 1.0, Makefile has hard coded version User Dim 18:18
pgsql: Search for versioned perl library instead of using hardcoded name Andrew Dunstan 18:29
pgsql: Search for versioned perl library instead of using hardcoded name Andrew Dunstan 18:31
pgsql: GIN's ItemPointerIsMin, ItemPointerIsMax, and Tom Lane 18:50
pgsql: GIN's ItemPointerIsMin, ItemPointerIsMax, and Tom Lane 18:50
pgsql: GIN's ItemPointerIsMin, ItemPointerIsMax, and Tom Lane 18:50
pg-migrator - pg_migrator: Clarify cleanup information. User Bmomjian 20:13
pg-migrator - pg_migrator: Document problems with schema restore. User Bmomjian 20:25
pgsql: Adjust recent PERL_SYS_INIT3 call to avoid platforms where it Andrew Dunstan 20:32
pgsql: Adjust recent PERL_SYS_INIT3 call to avoid platforms where it Andrew Dunstan 20:32
pgsql: Adjust recent PERL_SYS_INIT3 call to avoid platforms where it Andrew Dunstan 20:32
pgsql: Adjust recent PERL_SYS_INIT3 call to avoid platforms where it Andrew Dunstan 20:32
pgsql: Adjust recent PERL_SYS_INIT3 call to avoid platforms where it Andrew Dunstan 20:32
pgsql: Adjust recent PERL_SYS_INIT3 call to avoid platforms where it Andrew Dunstan 20:33
prefix - prefix: Support new 8.4 consistent function signature, handle User Dim 21:05
pg-migrator - pg_migrator: Clarify /contrib handling, particularly the User Bmomjian 21:13
press - pr: New Directory User Aglio 23:09
press - pr: New Directory User Aglio 23:09

June 6, 2009

Thread Author Time
pg-migrator - pg_migrator: Warn about uninstalling user-data linked User Bmomjian 02:04
pg-migrator - pg_migrator: Improve wording for /contrib uninstall User Bmomjian 02:10
pg-migrator - pg_migrator: Wording improvement. User Bmomjian 02:10
pgsql: Fix a serious bug introduced into GIN in 8.4: now that Tom Lane 02:39
pgsql: Move variable declaration to avoid 'unused variable' warning when Tom Lane 03:45
pgsnmpd - pgsnmpd: Added beginnings of custom query handling. User Eggyknap 04:12
pg-migrator - pg_migrator: More INSTALL improvements. User Bmomjian 12:39
pg-migrator - pg_migrator: Stamp beta 2. User Bmomjian 12:39
pg-migrator - pg_migrator: stamp beta 2 User Bmomjian 12:39
pg-migrator - pg_migrator: Add CHANGES file. User Bmomjian 13:42
pg-migrator - pg_migrator: Add CHANGES to file list. User Bmomjian 13:46
pg-migrator - pg_migrator: Fixes for Win32 compile. User Bmomjian 15:14
pg-migrator - pg_migrator: Stamp beta 3. User Bmomjian 15:14
pg-migrator - pg_migrator: Stamp beta 3. User Bmomjian 15:14
pgsql: Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, Joe Conway 21:27
pgsql: Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow Tom Lane 22:13

June 7, 2009

Thread Author Time
pg-migrator - pg_migrator: Document dblink migration issue. User Bmomjian 03:12
pgsql: Revert my patch of 2009-04-04 that removed contrib/intarray's Tom Lane 20:09

June 8, 2009

Thread Author Time
pg-migrator - pg_migrator: Clarify when the old cluster can still be User Bmomjian 03:58
pg-migrator - pg_migrator: Stamp beta 4. User Bmomjian 03:58
pg-migrator - pg_migrator: stamp beta 4. User Bmomjian 03:59
pgbulkload - pgbulkload: Add checks for shmem id conflictions. User Itagaki 10:48
pgsql: Be a bit more verbose about the effects of string literal Tom Lane 14:57
pgsql: Fix contrib/pageinspect to not create an ABI breakage between 8.3 Tom Lane 16:22
pg-migrator - pg_migrator: Add mention of deployment testing, per idea User Bmomjian 16:47
pg-migrator - pg_migrator: Stamp beta 5. User Bmomjian 18:33
pg-migrator - pg_migrator: Stamp beta 5. User Bmomjian 18:33
press - pr: Added 8.4 Presskit and release for translation User Aglio 20:45
press - pr: Fixed formatting issue on e-mail release User Aglio 21:04
pg-migrator - pg_migrator: Mention TOAST tables, per Alvaro. User Bmomjian 21:28
pg-migrator - pg_migrator: Throw an error if /contrib/isn is used and User Bmomjian 21:30
pg-migrator - pg_migrator: Stamp beta 6. User Bmomjian 21:31
pg-migrator - pg_migrator: Stamp beta 6. User Bmomjian 21:31
pgsql: Fix map_sql_table_to_xmlschema() with dropped attributes. Peter Eisentraut 21:32
pgsql: Fix map_sql_table_to_xmlschema() with dropped attributes. Peter Eisentraut 21:32
press - pr: Modified Truviso quotes per their request. User Aglio 22:01
pg-migrator - pg_migrator: Fix spelling mistake. User Bmomjian 23:07
pg-migrator - pg_migrator: Fix spelling mistake. User Bmomjian 23:07

June 9, 2009

Thread Author Time
press - pr: Several HTML fixes User Aglio 00:10
press - pr: d'oh! one more typo fixed. User Aglio 00:15
pgbulkload - pgbulkload: Implements remote bulkload. User Itagaki 04:41
pgsnmpd - pgsnmpd: Changed custom query handler mechanics to Net-SNMP's User Eggyknap 05:06
pg-migrator - pg_migrator: Mention change in default datetime storage User Bmomjian 12:42
pg-migrator - pg_migrator: Restructure version checks. User Bmomjian 13:33
pg-migrator - pg_migrator: Suppress compile warning on Linux (creates User Bmomjian 14:24
pgsql: Fix failure to double-quote function argument names when needed, Tom Lane 14:36
pgsql: Default client encoding to server encoding for dblink Joe Conway 16:35
pgsql: Dynamically set a lower bound on autovacuum nap time so that we Alvaro Herrera 16:41
pgsql: Dynamically set a lower bound on autovacuum nap time so that we Alvaro Herrera 16:41

Browse Archives

Prev | Next