pgsql-committers - January 2010

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

Jan. 1, 2010

Thread Author Time
pgsql: Make the win32 putenv() override update *all* present versions of Magnus Hagander 14:57
pgsql: Make the win32 putenv() override update *all* present versions of Magnus Hagander 14:57
pgsql: Update SQL features supported list Peter Eisentraut 16:54
pgsql: Delete solution cache file on clean, if it exists. Magnus Hagander 16:58
pgsql: Detect a 64-bit build environment on Windows, and generate the Magnus Hagander 17:34
Re: pgsql: Add missing 'static' tag. Simon Riggs 18:41
pgsql: Silence compiler warning on 64-bit windows build Magnus Hagander 19:57
pgsql: Support "x IS NOT NULL" clauses as indexscan conditions. Tom Lane 21:53
pgsql: Add an "argisrow" field to NullTest nodes, following a plan made Tom Lane 23:03

Jan. 2, 2010

Thread Author Time
pgsql: Fix cast for _open_osfhandle(). Magnus Hagander 12:00
pgsql: Fix one more cast for _open_osfhandle(). Magnus Hagander 12:01
pgsql: Support 64-bit shared memory when building on 64-bit Windows. Magnus Hagander 12:18
pgsql: Set proper sizes for size_t and void* on 64-bit Windows builds. Magnus Hagander 13:56
pgsql: Silence compiler warning about size of size_t being larger than Magnus Hagander 15:18
Re: pgsql: Fix one more cast for _open_osfhandle(). Tom Lane 16:09
pgsql: check_exclusion_constraint didn't actually work correctly for Tom Lane 17:53
pgsql: Fix similar_escape() to convert parentheses to non-capturing Tom Lane 20:59
pgsql: Add missing schema-qualification in tab completion query. Tom Lane 21:28
pgsql: Make ssize_t 64-bit on Win64, for compatibility with for example Magnus Hagander 22:47

Jan. 3, 2010

Thread Author Time
pgsql: Dept of second thoughts: my first cut at supporting "x IS NOT Tom Lane 05:39

Jan. 4, 2010

Thread Author Time
pgsql: Silence compiler warning about printf format for HANDLE. Takahiro Itagaki 01:06
pgsql: When estimating the selectivity of an inequality "column > Tom Lane 02:44
pgbulkload - pgbulkload: Add pgut-be header file. User Mhasegawa 07:41
pgbulkload - pgbulkload: - Support encoding conversion (ENCODING = User Mhasegawa 07:51
pgsql: Write an end-of-backup WAL record at pg_stop_backup(), and wait Heikki Linnakangas 12:50
Re: pgsql: When estimating the selectivity of an inequality "column > Greg Stark 13:29
Re: pgsql: When estimating the selectivity of an inequality "column > Alvaro Herrera 14:50
Re: pgsql: When estimating the selectivity of an inequality "column > Greg Stark 15:50
pgsql: Improve PGXS makefile system to allow the module's makefile to Tom Lane 16:34
pgsql: Add a Win64-specific spin_delay() function. Magnus Hagander 17:10
pg-migrator - pg_migrator: Mention need to rename tablespace directories User Bmomjian 19:11
pgsql: Check values passed back from PLPerl to the database, via Andrew Dunstan 20:29
pgsql: Remove sometimes inaccurate error hint about source of wrongly Andrew Dunstan 20:38
pg-migrator - pg_migrator: Stamp 8.4.11. User Bmomjian 23:55
pg-migrator - pg_migrator: Stamp 8.4.11. User Bmomjian 23:55

Jan. 5, 2010

Thread Author Time
pgbulkload - pgbulkload: Add sanitization even if the input is in the User Itagaki 01:06
pgsql: Get rid of the need for manual maintenance of the initial Tom Lane 01:06
pgsql: Fix parallel-make timing problem. Tom Lane 01:20
Re: pgsql: Get rid of the need for manual maintenance of the initial Robert Haas 01:28
pgsql: Verify input in pg_read_file(). Takahiro Itagaki 01:29
Re: pgsql: Get rid of the need for manual maintenance of the initial Tom Lane 02:20
pgsql: Remove too-smart-for-its-own-good optimization of not overwriting Tom Lane 02:34
Re: pgsql: Get rid of the need for manual maintenance of the initial Andrew Dunstan 02:34
Re: [COMMITTERS] pgsql: Remove too-smart-for-its-own-good optimization of not overwriting Robert Haas 03:42
Re: [COMMITTERS] pgsql: Remove too-smart-for-its-own-good optimization of not overwriting Tom Lane 03:51
Re: [COMMITTERS] pgsql: Remove too-smart-for-its-own-good optimization of not overwriting Greg Stark 03:53
Re: [COMMITTERS] pgsql: Remove too-smart-for-its-own-good optimization of not overwriting Robert Haas 03:54
Re: [COMMITTERS] pgsql: Remove too-smart-for-its-own-good optimization of not overwriting Robert Haas 03:55
pgsql: Fix a few places where we needed -I. Tom Lane 03:56
Re: Re: [COMMITTERS] pgsql: Remove too-smart-for-its-own-good optimization of not overwriting Alvaro Herrera 03:57
Re: [COMMITTERS] pgsql: Remove too-smart-for-its-own-good optimization of not overwriting Tom Lane 04:03
Re: [COMMITTERS] pgsql: Remove too-smart-for-its-own-good optimization of not overwriting Robert Haas 04:03
pgsql: Further code review for genbki.pl. Tom Lane 06:41
pgsql: Use _mm_pause() for win64 spin_delay(), per note from Tsutomu Magnus Hagander 11:06
pgsql: Disable linker warning 4197 on Win64, that is caused by the fact Magnus Hagander 11:12
pgsql: Move the default configuration for the MSVC build system to Magnus Hagander 13:31
plproxy - plproxy: Enable pl/proxy clusters to be defined by SQL/MED User Mpihlak 14:48
plproxy - plproxy: Regression tests for SQL/MED. User Mpihlak 14:49
Re: Re: [COMMITTERS] pgsql: Remove too-smart-for-its-own-good optimization of not overwriting Peter Eisentraut 15:31
pgsql: Applied patch by Boszormenyi Zoltan <[email protected]> to add sqlda Michael Meskes 16:38
pgsql: Adjusted CVS headers. Michael Meskes 16:49
pgsql: Still not correct. Michael Meskes 16:52
pgsql: Thrid try. Michael Meskes 16:58
pgsql: Ah, should read the file completely. Michael Meskes 17:04
pgsql: And then forgot to commit the fixed files. Michael Meskes 17:05
pgsql: And another one of the same problem. Michael Meskes 17:07
pgsql: And another one Michael Meskes 17:10
Re: pgsql: And another one Magnus Hagander 17:20
Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Stefan Kaltenbrunner 17:24
Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Tom Lane 17:40
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Robert Haas 17:40
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Stefan Kaltenbrunner 17:49
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Tom Lane 17:51
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Robert Haas 18:11
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Tom Lane 18:18
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Stefan Kaltenbrunner 18:44
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Tom Lane 19:02
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Alvaro Herrera 19:04
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial 📎 Stefan Kaltenbrunner 19:23
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Tom Lane 19:31
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Garick Hamlin 19:37
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Tom Lane 19:42
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Stefan Kaltenbrunner 19:43
pgsql: Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file Tom Lane 20:23
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Tom Lane 20:23
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Andrew Dunstan 20:36
Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial Tom Lane 20:48
pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). Robert Haas 21:54
pgsql: Add support for doing FULL JOIN ON FALSE. Tom Lane 23:25
pgsql: Add support for doing FULL JOIN ON FALSE. Tom Lane 23:25

Jan. 6, 2010

Thread Author Time
pgsql: Add verification of variable names in pgbench. Takahiro Itagaki 01:12
pgsql: Adjust headers to allow pgbench to be built with PGXS. Takahiro Itagaki 01:30
pgsql: Use OIDCHARS: Use OIDCHARS for oid character length, rather than Bruce Momjian 01:48
pgsql: Remove tabs in SGML. Bruce Momjian 02:41
pgsql: pg_dump --only-analyze Implement pg_dump --only-analyze for use Bruce Momjian 02:59
pgsql: Preserve relfilenodes: Add support to pg_dump --binary-upgrade Bruce Momjian 03:04
pgsql: Update catalog version for recent relfilenode patch, so Bruce Momjian 03:07
pgsql: Remove erroneous comma added to pg_dumpall tablespace query when Bruce Momjian 03:34
pgsql: binary upgrade: Preserve relfilenodes for views and composite Bruce Momjian 05:18
pg-migrator - pg_migrator: Support new backend API to preserve User Bmomjian 05:19
pg-migrator - pg_migrator: Support new backend API to preserve User Bmomjian 05:19
pgsql: Support rewritten-based full vacuum as VACUUM FULL. Takahiro Itagaki 05:31
pgsql: Applied Zoltan's patch to remove hardware dependant offset Michael Meskes 09:44
Re: pgsql: And another one Michael Meskes 09:48
Re: pgsql: pg_dump --only-analyze Implement pg_dump --only-analyze for use Simon Riggs 10:13
plproxy - plproxy: Adjustments for PostgreSQL 8.5 User Mpihlak 10:25
Re: pgsql: And another one Magnus Hagander 10:32
pgsql: Silence compiler warning about uninitialized variables. Takahiro Itagaki 11:25
pgsql: Removed more inttypes.h stuff. Michael Meskes 11:49
pgsql: Removed test case using nan as float value because printf's Michael Meskes 11:59
Re: pgsql: Applied Zoltan's patch to remove hardware dependant offset Andrew Dunstan 14:21
Re: pgsql: Applied Zoltan's patch to remove hardware dependant offset Andrew Dunstan 14:34
pg-migrator - pg_migrator: Support new backend API to preserve User H-saito 15:02
pgsql: Remove __FUNCTION__ keyword that is not recognized by som Michael Meskes 15:10
Re: pgsql: Remove __FUNCTION__ keyword that is not recognized by som Alvaro Herrera 15:15
pgsql: Replaced int64_t with int64 as Andrew suggested. Michael Meskes 15:15
pg-migrator - pg_migrator: Add missing file to CVs. User Bmomjian 15:16
pgsql: Corrected CVS entry: --only-analyze mode is for _vacuumdb_, not Bruce Momjian 16:04
Re: pgsql: pg_dump --only-analyze Implement pg_dump --only-analyze for use Bruce Momjian 16:09
pgsql: Add missing 'static' keywords. Tom Lane 18:07
pgsql: Fix missing <manvolnum> markers in dblink reference entries. Tom Lane 19:07
pg-migrator - pg_migrator: Skip rebuilding of relation array when we User Bmomjian 19:44
pgsql: Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION Tom Lane 19:56
pgsql: Make error messages for bad --set-version argument more useful. Tom Lane 22:02
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). Tom Lane 22:11
pgsql: Access hash entry before freeing it, not after. Tom Lane 22:27
pgsql: Fix spccache.c to not suppose that a cache entry will live across Tom Lane 23:00
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). Tom Lane 23:11
pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Bruce Momjian 23:23
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Alvaro Herrera 23:58

Jan. 7, 2010

Thread Author Time
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Bruce Momjian 00:09
pgsql: Alter the configure script to fail immediately if the C compiler Tom Lane 00:25
pgsql: Alter the configure script to fail immediately if the C compiler Tom Lane 00:25
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). Robert Haas 00:50
pgsql: Make configure check the version of Perl we're building with, and Tom Lane 01:41
pgsql: Improve a couple of comments relating to large object snapshot Robert Haas 02:41
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). Robert Haas 03:00
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). Tom Lane 03:13
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Alvaro Herrera 03:18
pgsql: Fail in a nicer way if we have --with-perl and no Perl. Tom Lane 03:24
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). Robert Haas 03:37
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Bruce Momjian 03:41
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Robert Haas 03:49
pgsql: Further fixes for per-tablespace options patch. Robert Haas 03:53
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Alvaro Herrera 03:58
pgsql: Clarify tablespace.c::TablespaceCreateDbspace() comments. Bruce Momjian 04:05
pgsql: More tablespace.c comment improvements. Bruce Momjian 04:10
Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). Tom Lane 04:14
pgsql: Remove all the special-case code for INT64_IS_BUSTED, per Tom Lane 04:53
pgbulkload - pgbulkload: Refine messages and option handleing routines User Itagaki 07:59
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Magnus Hagander 10:28
pgsql: Rename new vacuumdb option to --analyze-only from --only-analyze. Bruce Momjian 12:38
pg-migrator - pg_migrator: Document renamed vacuumdb --analyze-only User Bmomjian 12:40
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Bruce Momjian 12:48
Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than Alvaro Herrera 13:21
pgsql: Use -Z for vacuumdb --analyze-only, rather than -o. Bruce Momjian 14:35
pgsql: Fix (some of the) breakage introduced into query-cancel Tom Lane 16:29
pgsql: Make bit/varbit substring() treat any negative length as meaning Tom Lane 19:53
pgsql: Make bit/varbit substring() treat any negative length as meaning Tom Lane 19:53
pgsql: Make bit/varbit substring() treat any negative length as meaning Tom Lane 19:53
pgsql: Make bit/varbit substring() treat any negative length as meaning Tom Lane 19:53
pgsql: Make bit/varbit substring() treat any negative length as meaning Tom Lane 19:53
pgsql: Make bit/varbit substring() treat any negative length as meaning Tom Lane 19:53
pgsql: Make bit/varbit substring() treat any negative length as meaning Tom Lane 19:53
pgsql: Fix 3-parameter form of bit substring() to throw error for Tom Lane 20:17
Re: pgsql: Fix (some of the) breakage introduced into query-cancel Simon Riggs 20:21
Re: pgsql: Fix (some of the) breakage introduced into query-cancel Tom Lane 20:29
pgsql: Document why we copy reloptions into CacheMemoryContext Robert Haas 20:39
Re: pgsql: Fix (some of the) breakage introduced into query-cancel Simon Riggs 20:46
Re: pgsql: Fix (some of the) breakage introduced into query-cancel Tom Lane 21:12

Jan. 8, 2010

Thread Author Time
pgsql: Add buffer access counters to pg_stat_statements. Takahiro Itagaki 00:38
pgsql: pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Takahiro Itagaki 00:48
Re: pgsql: Fix (some of the) breakage introduced into query-cancel Simon Riggs 02:11
npgsql - Npgsql2: [#1010746] NpgsqlDate.AddMonths(m): User Fxjr 02:32
pgsql: Fix oversight in EvalPlanQualFetch: after failing to lock a tuple Tom Lane 02:44
Re: pgsql: Fix (some of the) breakage introduced into query-cancel Tom Lane 02:51
pgstatsinfo - pg_statsinfo: New Directory User Kasahara 08:30
pgstatsinfo - pg_statsinfo: New Directory User Kasahara 08:30
pgstatsinfo - pg_statsinfo: - Separate reporter source code into 8.3 and User Kasahara 08:41
pgsql: Also update ChangerLog file. Michael Meskes 09:06
pgsql: Backported fix for protecting ecpg against applications freeing Michael Meskes 09:22
Re: [COMMITTERS] pgsql: Also update ChangerLog file. Stefan Kaltenbrunner 14:41
Re: pgsql: Also update ChangerLog file. David Fetter 18:08
Re: pgsql: Also update ChangerLog file. Michael Meskes 21:57
Re: [COMMITTERS] pgsql: Also update ChangerLog file. Michael Meskes 21:59

Jan. 9, 2010

Thread Author Time
pgsql: Tidy up and refactor plperl.c. Andrew Dunstan 02:40
Re: [COMMITTERS] pgsql: Tidy up and refactor plperl.c. Tom Lane 03:25
Re: [COMMITTERS] pgsql: Tidy up and refactor plperl.c. Robert Haas 03:29
Re: [COMMITTERS] pgsql: Tidy up and refactor plperl.c. Tom Lane 03:31
pgsql: Fix makefile so it works for VPATH case. Tom Lane 03:53
Re: [COMMITTERS] pgsql: Tidy up and refactor plperl.c. Andrew Dunstan 14:19
pgsql: Build perlchunks.h for plperl on MSVC Andrew Dunstan 14:45
pgsql: Provide regression testing for plperlu, and for plperl+plperlu Andrew Dunstan 15:25
pgsql: During Hot Standby, set DatabasePath correctly during relcache Simon Riggs 16:49
Re: [COMMITTERS] pgsql: Also update ChangerLog file. Tom Lane 16:55
Re: [COMMITTERS] pgsql: Also update ChangerLog file. Magnus Hagander 17:02
Re: [COMMITTERS] pgsql: Also update ChangerLog file. Michael Meskes 17:52
Re: pgsql: Also update ChangerLog file. Robert Haas 18:06
pgsql: Make ExecEvalFieldSelect throw a more intelligible error if it's Tom Lane 20:46

Jan. 10, 2010

Thread Author Time
pgsql: Document pg_tablespace.spcoptions. Robert Haas 01:23

Browse Archives

Prev | Next