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