Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2008-10 Chronological Index (2/2)
Last updated: Wed Jan 18 01:50:30 2012
299 messages
13 October 2008
pgsql: Implement comparison of generic records (composite types), and Tom Lane (16:25)
pgsql: Update oidjoins test to match CVS HEAD. Tom Lane (13:00)
pgsql: Fix bogus comment emitted by make_oidjoins_check, per Greg Stark. Tom Lane (12:59)
pgsql: Fix corner case wherein a WorkTableScan node could get Tom Lane (00:41)
11 October 2008
Re: pgsql: Add missing header. Tom Lane (01:28)
npgsql - Npgsql2: Fixed a bug where boolean values were being quoted User Fxjr (00:34)
pgsql: Add missing header. Alvaro Herrera (00:09)
10 October 2008
pgsql: Fix COPY documentation to not imply that HEADER can be used Tom Lane (21:46)
pgsql: Fix COPY documentation to not imply that HEADER can be used Tom Lane (21:46)
pgsql: Fix COPY documentation to not imply that HEADER can be used Tom Lane (21:46)
pgsql: Fix small query-lifespan memory leak introduced by 8.4 change in Tom Lane (14:17)
pgsql: Fix omission of DiscardStmt in GetCommandLogLevel, per report Tom Lane (13:48)
pgsql: Fix omission of DiscardStmt in GetCommandLogLevel, per report Tom Lane (13:48)
pgsql: Optional arguments should be optional. Michael Meskes (12:20)
pgsql: Optional arguments should be optional. Michael Meskes (12:19)
pgsql: Optional arguments should be optional. Michael Meskes (12:19)
pgsql: Optional argument should be optional. Michael Meskes (12:19)
pgsql: Optional argument should be optional. Michael Meskes (12:19)
pgsql: Fixed "create role" parsing to accept optional "with" argument. Michael Meskes (12:17)
09 October 2008
pgsql: Fix two flaws in comments I just introduced, pointed out by Tom. Alvaro Herrera (22:22)
pgsql: Improve the recently-added code for inlining set-returning Tom Lane (19:27)
pgsql: Add initial plpgsql translation (with lots of fuzzies) Alvaro Herrera (18:15)
pgsql: New Directory Alvaro Herrera (18:14)
pgsql: Improve translatability of error messages for external modules by Alvaro Herrera (17:24)
pgsql: Fix overly tense optimization of PLpgSQL_func_hashkey: we must Tom Lane (16:35)
pgsql: Fix overly tense optimization of PLpgSQL_func_hashkey: we must Tom Lane (16:35)
pgsql: Fix overly tense optimization of PLpgSQL_func_hashkey: we must Tom Lane (16:35)
pgsql: Fix overly tense optimization of PLpgSQL_func_hashkey: we must Tom Lane (16:35)
pgsql: Fix overly tense optimization of PLpgSQL_func_hashkey: we must Tom Lane (16:35)
pgsql: Fix crash in bytea-to-XML mapping when the source value is Tom Lane (15:49)
pgsql: Fix crash in bytea-to-XML mapping when the source value is Tom Lane (15:49)
pgsql: Force a checkpoint in CREATE DATABASE before starting to copy the Heikki Linnakangas (10:34)
pgsql: Force a checkpoint in CREATE DATABASE before starting to copy the Heikki Linnakangas (10:34)
08 October 2008
orafce - orafce: Add sinh, cosh, tanh and nanvl. User Itagaki (04:38)
pgsql: Modify the parser's error reporting to include a specific hint Tom Lane (01:18)
07 October 2008
pgsql: Update Japanese FAQ. Bruce Momjian (21:26)
pgsql: Improve some of the comments in fsmpage.c. Tom Lane (21:10)
pgsql: Extend CTE patch to support recursive UNION (ie, without ALL). Tom Lane (19:27)
pgsql: Synced parser. Michael Meskes (12:44)
pgsql: When a relation is moved to another tablespace, we can't assume Heikki Linnakangas (11:16)
pgsql: When a relation is moved to another tablespace, we can't assume Heikki Linnakangas (11:15)
pgsql: When a relation is moved to another tablespace, we can't assume Heikki Linnakangas (11:15)
pgsql: When a relation is moved to another tablespace, we can't assume Heikki Linnakangas (11:15)
pgsql: Improve parser error location for cases where an INSERT or UPDATE Tom Lane (01:48)
orafce - orafce: Add bitand() and fix regression tests. User Itagaki (01:35)
npgsql - Npgsql2: Test for GetFieldType with arrays. User Jbcooley (00:56)
npgsql - Npgsql2: Provide type information for arrays and ensure that User Jbcooley (00:54)
pgsql: Improve backend flowchart to show more detail. Bruce Momjian (00:19)
pgsql: Fix oversight in recent patch to support multiple read positions Tom Lane (00:06)
06 October 2008
pgsql: Fix up ruleutils.c for CTE features. Tom Lane (20:29)
pgsql: When expanding a whole-row Var into a RowExpr during Tom Lane (17:39)
orafce - orafce: Improve alligment correctness in pipe.c. User Hlipa (15:38)
pgsql: Fix GetCTEForRTE() to deal with the possibility that the RTE it's Tom Lane (15:15)
pgsql: Use fork names instead of numbers in the file names for Heikki Linnakangas (14:13)
pgsql: Editorial improvements to description of pg_settings view. Tom Lane (13:59)
pgsql: Add columns boot_val and reset_val to the pg_settings view, to Magnus Hagander (13:05)
pgsql: Index FSMs needs to be vacuumed as well. Heikki Linnakangas (08:04)
pgsql: Random speculation about the reason for PPC64 buildfarm failures: Tom Lane (05:03)
npgsql - Npgsql2: Updated for 2.0 release User Jbcooley (04:24)
npgsql - Npgsql2: updated to 2.0 for final release. User Jbcooley (04:15)
npgsql - Npgsql2: removed dependencies on System.Web User Jbcooley (04:07)
pgsql: Experimental patch to see if it fixes MSVC builds ... Tom Lane (02:55)
pgsql: Fix the implicit-RTE code to be able to handle implicit RTEs for Tom Lane (02:13)
orafce - orafce: Fix out-of-range access in dbms_pipe.db_pipes. User Itagaki (01:52)
pgsql: Fix a missed case in int8-exp-three-digits.out, per buildfarm Tom Lane (00:10)
05 October 2008
pgsql: Improve behavior of WITH RECURSIVE with an untyped literal in the Tom Lane (22:51)
pgsql: Fix markTargetListOrigin() to not fail on a simple-Var reference Tom Lane (22:20)
pgsql: Remove some unportable tests Peter Eisentraut (18:56)
npgsql - Npgsql2: [#1010488] NgsqlParameter of type containing DBNull User Fxjr (17:35)
pgsql: Remove obsolete internal functions istrue, isfalse, isnottrue, Peter Eisentraut (17:33)
npgsql - Npgsql2: Changed tabs to spaces (4) User Fxjr (17:17)
pgsql: Reverse int8.out and int8-exp-three-digits.out mixup. Peter Eisentraut (15:46)
Re: pgsql: Additional test coverage for int8 type (int8.c) Tom Lane (15:22)
pgsql: Additional test coverage for int8 type (int8.c) Peter Eisentraut (14:26)
pgsql: Additional test coverage for boolean type (bool.c) Peter Eisentraut (14:20)
04 October 2008
pgsql: Additional string function tests for coverage of oracle_compat.c Peter Eisentraut (13:55)
npgsql - Npgsql2: Removed build of asp.net providers as well as User Fxjr (05:58)
orafce - orafce: Add regression tests for utl_file. User Itagaki (03:52)
pgsql: Add a note about how to check for bare < and & in SGML docs, Tom Lane (02:19)
03 October 2008
pgsql: Fix coverage targets so that HTML view is reliably updated when Peter Eisentraut (15:35)
pgsql: Put back the copying of some of the regression test data files Peter Eisentraut (08:00)
pgsql: Add relation fork support to pg_relation_size() function. Heikki Linnakangas (07:33)
02 October 2008
npgsql - Npgsql2: Fixed misleading timeout error message. User Fxjr (14:00)
pgsql: Fix improper display of fractional seconds in interval values Tom Lane (13:48)
pgsql: Fix improper display of fractional seconds in interval values Tom Lane (13:48)
pgsql: Fix improper display of fractional seconds in interval values Tom Lane (13:48)
pgsql: Fix improper display of fractional seconds in interval values Tom Lane (13:48)
pgsql: Fix improper display of fractional seconds in interval values Tom Lane (13:48)
pgsql: Fix improper display of fractional seconds in interval values Tom Lane (13:47)
pgsql: Partial fix for contrib vpath breakage. Tom Lane (12:25)
pgsql: Make the blkno arguments bigints instead of int4s. Heikki Linnakangas (12:21)
pgsql: Fix function name in pg_freespacemap docs. Heikki Linnakangas (10:27)
pgsql: Update pg_regress calls in PL checks to handle vpath builds. Peter Eisentraut (08:11)
orafce - orafce: Fix bus error in DBMS_PIPE. User Itagaki (06:56)
Re: pgsql: Allow pg_regress to be run outside the build tree. Tom Lane (05:14)
01 October 2008
pgsql: Improve tuplestore.c to support multiple concurrent read Tom Lane (19:51)
pgsql: Link libpq with libgssapi if configure finds it, as required by Magnus Hagander (15:35)
pgsql: Link libpq with libgssapi if configure finds it, as required by Magnus Hagander (15:35)
pgsql: Suppress an uninitialized-variable warning (not all versions of Tom Lane (14:59)
pgsql: Fix WAL redo of FSM truncation. Heikki Linnakangas (08:12)