pgsql-committers since 2008-10-15 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. 15, 2008

Thread Author Time
npgsql - Npgsql2: Create test for boolean literal support in parameters. User Jbcooley 00:16
orafce - orafce: Function prototype of errstart() is changed in 8.4dev. User Itagaki 01:39
orafce - orafce: Adjust platform dependent regression test. User Itagaki 01:43

Oct. 16, 2008

Thread Author Time
pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given Tom Lane 13:23
pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given Tom Lane 13:23
pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given Tom Lane 13:23
pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given Tom Lane 13:23
pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given Tom Lane 13:23
pgsql: Fix SPI_getvalue and SPI_getbinval to range-check the given Tom Lane 13:23
pgsql: Reduce chatter from _dosmaperr() when used in FRONTEND code. Tom Lane 13:27
npgsql - Npgsql2: Fixed problem with literal boolean values. User Fxjr 14:05
xlogviewer - xlogdump: back to the original code. User Diogob 16:26
xlogviewer - xlogdump: Patch to work in pg8.3 sent by Shigeru Hanada User Diogob 16:36
pgsql: Fix a small memory leak in ExecReScanAgg() in the hashed Neil Conway 19:25
pgsql: Fix a small memory leak in ExecReScanAgg() in the hashed Neil Conway 19:25
pgsql: Fix a small memory leak in ExecReScanAgg() in the hashed Neil Conway 19:26

Oct. 17, 2008

Thread Author Time
pgsql: During repeated rescan of GiST index it's possible that scan key Teodor Sigaev 17:02
pgsql: During repeated rescan of GiST index it's possible that scan key Teodor Sigaev 17:02
pgsql: Fix small bug in headline generation. Teodor Sigaev 17:27
pgsql: Fix small bug in headline generation. Teodor Sigaev 17:32
pgsql: Fix small bug in headline generation. Teodor Sigaev 17:40
pgsql: Fix small bug in headline generation. Teodor Sigaev 17:41
pgsql: Fix small bug in headline generation. Teodor Sigaev 17:42
pgsql: Fix small bug in headline generation. Teodor Sigaev 17:44
pgsql: Improve headeline generation. Teodor Sigaev 18:05
pgsql: Improve comments about RelOptInfo.reltargetlist. Tom Lane 20:23
pgsql: Salvage a little bit of work from a failed patch: simplify and Tom Lane 20:27
pgsql: Add a new column to pg_am to specify whether an index AM supports Tom Lane 22:10
pgsql: Refactor some duplicate code to set up formatted_log_time and Alvaro Herrera 22:56
pgsql: Small correction SQL feature table Peter Eisentraut 23:21
pgsql: Remove useless mark/restore support in hash index AM, per Tom Lane 23:50

Oct. 18, 2008

Thread Author Time
pgsql: Update feature list for SQL:2008. Peter Eisentraut 00:35
pgsql: Fix broken SQL features data, per buildfarm results. Tom Lane 02:53
pgsql: Update compatibility section of TRUNCATE for SQL:2008 final. Peter Eisentraut 07:49

Oct. 19, 2008

Thread Author Time
varint - varint: New Directory Jeremy Drake 06:12
varint - varint: New Directory Jeremy Drake 06:12
varint - varint: implement varint division Jeremy Drake 06:14
varint - varint: add some simple regression tests for arithmetic ops. Jeremy Drake 06:17
npgsql - Npgsql2: Fix for a date and infinity values comparison. User Fxjr 13:39
npgsql - Npgsql2: Added tests for date and infinity comparisions. User Fxjr 13:40

Oct. 20, 2008

Thread Author Time
pgbulkload - pgbulkload: Imported Sources User Itagaki 10:45
pgsql: AS is no longer required in SELECT list Peter Eisentraut 12:09
pgsql: Feature F402 "Named column joins for LOBs, arrays, and multisets" Peter Eisentraut 12:47
pgsql: Remove mark/restore support in GIN and GiST indexes. Teodor Sigaev 13:39
pgsql: Feature T152 "DISTINCT predicate with negation" is supported. Peter Eisentraut 13:58
pgsql: Feature T411 is not found in SQL:2003 or 2008 anymore, so it must Peter Eisentraut 14:22
pgsql: SQL 200N -> SQL:2003 Peter Eisentraut 14:26
Re: pgsql: Feature T411 is not found in SQL:2003 or 2008 anymore, so it must Simon Riggs 15:17
Re: pgsql: SQL 200N -> SQL:2003 Simon Riggs 15:18
Re: pgsql: Feature T411 is not found in SQL:2003 or 2008 anymore, so it must Simon Riggs 15:20
pgsql: Remove support of backward scan in GiST. Teodor Sigaev 16:35
pgsql: Rework subtransaction commit protocol for hot standby. Alvaro Herrera 19:18
pgsql: These functions no longer return a value, per complaint from Alvaro Herrera 20:38
pgsql: Properly access a buffer's LSN using existing access macros Alvaro Herrera 21:11
Re: [COMMITTERS] pgsql: Properly access a buffer's LSN using existing access macros Alvaro Herrera 21:23
Re: Re: [COMMITTERS] pgsql: Properly access a buffer's LSN using existing access macros Jonah H. Harris 21:49
Re: Re: [COMMITTERS] pgsql: Properly access a buffer's LSN using existing access macros Tom Lane 22:54

Oct. 21, 2008

Thread Author Time
varint - varint: create cast to get typmod working. Jeremy Drake 06:33
varint - varint: add uninstall script Jeremy Drake 06:51
pgsql: Allow SQL:2008 syntax ALTER TABLE ... Peter Eisentraut 08:38
pgsql: Use format_type_be() instead of TypeNameToString() for some more Peter Eisentraut 10:38
pgsql: Clean regression.out Peter Eisentraut 10:51
Re: pgsql: SQL 200N -> SQL:2003 Simon Riggs 16:43
Re: pgsql: SQL 200N -> SQL:2003 Tom Lane 16:59
Re: [HACKERS] pgsql: SQL 200N -> SQL:2003 Peter Eisentraut 19:07
pgsql: Add a concept of "placeholder" variables to the planner. Tom Lane 20:42

Oct. 22, 2008

Thread Author Time
pgsql: SQL:2008 alternative syntax for LIMIT/OFFSET: OFFSET num Peter Eisentraut 11:00
pgsql: Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't Teodor Sigaev 12:53
pgsql: Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't Teodor Sigaev 12:54
pgsql: Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't Teodor Sigaev 12:55
pgsql: Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't Teodor Sigaev 12:56
Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Tom Lane 17:25
Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Simon Riggs 17:36
Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Simon Riggs 17:57
Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Simon Riggs 18:08
Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Tom Lane 19:18
Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Simon Riggs 19:52
pgsql: Dept of better ideas: refrain from creating the planner's Tom Lane 20:17
Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. 📎 Simon Riggs 20:27
Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Tom Lane 20:41
Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Simon Riggs 20:58
Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Tom Lane 21:16
Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Simon Riggs 21:48
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Tom Lane 22:53

Oct. 23, 2008

Thread Author Time
pgsql: When estimating without benefit of MCV lists (suggesting that one Tom Lane 00:24
Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Simon Riggs 03:31
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. 📎 Simon Riggs 03:38
pgsql: Feature T401 is not listed in the SQL standard. Peter Eisentraut 06:58
pgsql: Feature T173 "Extended LIKE clause in table definition" is Peter Eisentraut 08:52
pgsql: On second thought, let's not get involved in correcting the Peter Eisentraut 11:12
pgsql: * make pg_hba authoption be a set of 0 or more name=value pairs * Magnus Hagander 13:31
pgsql: Remove useless ps_OuterTupleSlot field from PlanState. Tom Lane 14:34
pgsql: Fix an oversight in two different recent patches: nodes that Tom Lane 15:29
pgsql: Fix memory leak when using gsslib parameter in libpq connections Magnus Hagander 16:17
pgsql: Fix memory leak when using gsslib parameter in libpq connections Magnus Hagander 16:17
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Simon Riggs 18:37

Oct. 24, 2008

Thread Author Time
pgsql: Remove large parts of the old SSL readme, that consisted of a Magnus Hagander 11:48
pgsql: Remove a "TODO-list" structure at the top of the file, referring Magnus Hagander 12:24
pgsql: Remove notes from the frontend SSL source that are incorrect or Magnus Hagander 12:29
pgsql: Replace now unnecessary goto statements by using return directly. Magnus Hagander 12:48
pgsql: Reduce the memory footprint of large pending-trigger-event lists, Tom Lane 23:42

Oct. 25, 2008

Thread Author Time
pgsql: Fix an old bug in after-trigger handling: AfterTriggerEndQuery Tom Lane 03:32
pgsql: Fix an old bug in after-trigger handling: AfterTriggerEndQuery Tom Lane 03:32
pgsql: Fix an old bug in after-trigger handling: AfterTriggerEndQuery Tom Lane 03:32
pgsql: Fix an old bug in after-trigger handling: AfterTriggerEndQuery Tom Lane 03:33
pgsql: Add a heuristic to transformAExprIn() to make it prefer expanding Tom Lane 17:19
pgsql: Add a heuristic to transformAExprIn() to make it prefer expanding Tom Lane 17:19
pgsql: Add a heuristic to transformAExprIn() to make it prefer expanding Tom Lane 17:19
pgsql: Be a little smarter about qual handling for semi-joins: a qual Tom Lane 19:51

Oct. 26, 2008

Thread Author Time
pgsql: Better solution to the IN-list issue: instead of having an Tom Lane 02:46
pgsql: Better solution to the IN-list issue: instead of having an Tom Lane 02:46
pgsql: Better solution to the IN-list issue: instead of having an Tom Lane 02:46
varint - varint: refactor operations on VarInts to functions with normal Jeremy Drake 07:46

Oct. 27, 2008

Thread Author Time
pgsql: Feature list update Peter Eisentraut 07:26
pgsql: Allow EXPLAIN on CREATE TABLE AS. Peter Eisentraut 08:47
pgsql: Update standalong libpq makefiles for msvc and bcc to work with Magnus Hagander 09:10
pgsql: SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET Peter Eisentraut 09:37
pgsql: Add support for multiple error messages from libpq, by simply Magnus Hagander 09:42
npgsql - Npgsql2: Changed tabs to spaces 4 User Fxjr 14:22
npgsql - Npgsql2: Changed public fields into properties. User Fxjr 14:30
pgbouncer - pgbouncer: asynctest: compat for CASSERT builds User Mkz 14:42
pgbouncer - pgbouncer: log warning if timer problem User Mkz 14:44
npgsql - Npgsql2: Changed at Miguel's request to provide same User Fxjr 15:07
pgsql: Install a more robust solution for the problem of infinite Tom Lane 19:37
pgsql: Install a more robust solution for the problem of infinite Tom Lane 19:37
pgsql: Install a more robust solution for the problem of infinite Tom Lane 19:37
pgsql: Install a more robust solution for the problem of infinite Tom Lane 19:37
pgsql: Install a more robust solution for the problem of infinite Tom Lane 19:37
pgsql: Install a more robust solution for the problem of infinite Tom Lane 19:37
pgsql: Make hba parsing error messages more specific. Magnus Hagander 20:04
pgsql: No need for extra code to log freezing zero tuples. Alvaro Herrera 21:50
pgsql: Downgrade can't-happen error reports to elog(). Alvaro Herrera 22:15

Oct. 28, 2008

Thread Author Time
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. 📎 Simon Riggs 00:35
orafce - orafce: Now works on 8.2; remove concat() overloads on 8.2. User Itagaki 05:51
pgsql: Remove support for (insecure) crypt authentication. Magnus Hagander 12:10
pgsql: Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. Peter Eisentraut 14:09
pgsql: Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple Tom Lane 15:51
pgsql: Change WorkTableScan to not support backward scan. Tom Lane 17:13
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Simon Riggs 18:38
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Tom Lane 18:43
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Simon Riggs 19:22
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Tom Lane 19:52
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Simon Riggs 20:32
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Alvaro Herrera 20:36
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commit protocol for hot standby. Simon Riggs 20:49
pgsql: Extend ExecMakeFunctionResult() to support set-returning Tom Lane 22:02

Oct. 29, 2008

Thread Author Time
pgsql: Be more tense about not creating tuplestores with randomAccess = Tom Lane 00:00
pgsql: Unicode escapes in strings and identifiers Peter Eisentraut 08:04
pgsql: Use Autoconf provided AS_HELP_STRING macro to automatically Peter Eisentraut 09:27
pgsql: Since SQL:2003, the array size specification in the SQL ARRAY Peter Eisentraut 11:24
pgsql: Update on array features support Peter Eisentraut 11:33
psqlodbc - psqlodbc: Oops I forgot to set the value to the buffer. User Hinoue 13:40
pgsql: Remove tab from sgml file. Bruce Momjian 14:35
pgsql: Support for Sun Studio compiler on Linux This basically takes Peter Eisentraut 16:06
pgsql: Move forgotten comment closer to where it matters. Peter Eisentraut 16:23

Oct. 30, 2008

Thread Author Time
orafce - orafce: - Add utl_file.fremove(). User Itagaki 03:30
pgsql: Fix recoveryLastXTime logic so that it actually does what one Tom Lane 04:06
pgsql: Fix recoveryLastXTime logic so that it actually does what one Tom Lane 04:06
pgsql: Improve new message Peter Eisentraut 08:51
pgsql: Missing space in error message Peter Eisentraut 12:16
pgsql: Missing space in error message Peter Eisentraut 12:24
pgsql: Missing space in error message Peter Eisentraut 12:25
pgsql: Missing space in error message Peter Eisentraut 12:27
pgsql: Missing space in error message Peter Eisentraut 12:28
pgsql: Update time zone data files to tzdata release 2008i (DST law Tom Lane 13:16
pgsql: Update time zone data files to tzdata release 2008i (DST law Tom Lane 13:17
pgsql: Update time zone data files to tzdata release 2008i (DST law Tom Lane 13:17
pgsql: Update time zone data files to tzdata release 2008i (DST law Tom Lane 13:17
pgsql: Update time zone data files to tzdata release 2008i (DST law Tom Lane 13:17
pgsql: Revert previous patch to put the shared memory segment on win32 Magnus Hagander 17:04
pgsql: Revert previous patch to put the shared memory segment on win32 Magnus Hagander 17:04
pgsql: Translation updates Peter Eisentraut 19:19
pgsql: Translation updates Peter Eisentraut 19:21
pgsql: Translation updates Peter Eisentraut 19:23
pgsql: Translation updates Peter Eisentraut 20:12
pgsql: Translation updates Peter Eisentraut 21:30
pgsql: Update back-branch release notes. Tom Lane 22:22
pgsql: Update back-branch release notes. Tom Lane 22:22
pgsql: Update back-branch release notes. Tom Lane 22:22
pgsql: Update back-branch release notes. Tom Lane 22:23
pgsql: Update back-branch release notes. Tom Lane 22:23
pgsql: Update back-branch release notes. Tom Lane 22:23

Oct. 31, 2008

Thread Author Time
pgsql: commit for 8.3.5 Marc G. Fournier 02:38
pgsql: tag 8.2.11 Marc G. Fournier 02:44
pgsql: tag 8.1.15 Marc G. Fournier 02:49
pgsql: tag for 8.0.19 Marc G. Fournier 02:54
pgsql: tag 7.4.23 Marc G. Fournier 03:15
pgsql: Message improvement (also backported to 8.3) Peter Eisentraut 07:15
pgsql: Add support for user-defined I/O conversion casts. Heikki Linnakangas 08:39
pgsql: Add test case for CREATE CAST. Heikki Linnakangas 09:17
pginstaller - pginst: Prep for 8.2.11 Dave Page 09:58
pginstaller - pginst: Add release process documentation for the 8.2 Dave Page 10:29
pginstaller - pginst: Use a slightly more logical ordering of the build Dave Page 10:42
pginstaller - pginst: Use a slightly more logical ordering of the build Dave Page 10:48
pginstaller - pginst: Use a slightly more logical ordering of the build Dave Page 10:50
pginstaller - pginst: Update for 8.3.5 Dave Page 11:34
pgsql: The conversion rule from postgres.sgml to postgres.xml didn't Peter Eisentraut 14:35
pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and Heikki Linnakangas 15:05
pgsql: Added missing ';' Michael Meskes 16:36
pgsql: Allow SQL-language functions to return the output of an Tom Lane 19:37

Browse Archives

Prev | Next