pgsql-committers before 2008-10-10 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

Sept. 19, 2008

Thread Author Time
stackbuilder - installers: Update for 1.2.15 Dave Page 14:57
pgsql: Improve the recently-added libpq events code to provide more Tom Lane 16:40
pgsql: Create a selectivity estimation function for the text search @@ Tom Lane 19:03
pgsql: Add a PQfireResultCreateEvents function to allow applications to Tom Lane 20:06

Sept. 21, 2008

Thread Author Time
varint - varint: New Directory User Jeremyd 05:35
varint - varint: Initial commit of an arbitrary precision unsigned User Jeremyd 05:41
varint - varint: add a cvsignore for some generated files Jeremy Drake 06:07
psqlodbc - psqlodbc: 1. User Hinoue 15:35
pgsql: Simplify the definitions of a couple of system views by using Tom Lane 19:38

Sept. 22, 2008

Thread Author Time
varint - varint: implement comparison operators Jeremy Drake 07:02
psqlodbc - psqlodbc: Suppress some compiler warnings. User Hinoue 12:42
psqlodbc - psqlodbc: added the some changes. User H-saito 13:40
pgsql: Fix dblink_connect() so that it verifies that a password is Tom Lane 13:55
plproxy - plproxy: release v2.0.7 User Mkz 14:12
pgsql: Get rid of pgpass_from_client tracking inside libpq --- given the Tom Lane 14:21
psqlodbc - psqlodbc: Improve SQLGUID format handling. User Hinoue 22:13

Sept. 23, 2008

Thread Author Time
npgsql - Npgsql2: [#1010461] Prepare invalid SQL statement causes User Fxjr 03:36
npgsql - Npgsql2: Fixed tabs to 4 spaces. User Fxjr 03:59
npgsql - Npgsql2: Added try/catch to handle possible problems when User Fxjr 04:04
pgsql: Make LC_COLLATE and LC_CTYPE database-level settings. Heikki Linnakangas 09:20
pgsql: Tighten the check in initdb and CREATE DATABASE that the chosen Heikki Linnakangas 10:58
plproxy - plproxy: pgxs may not define FLEX/BISON User Mkz 13:58
plproxy - plproxy: deb: build-dep on 8.3, flex, bison User Mkz 13:59
psqlodbc - psqlodbc: Suppress a compiler warning. User Hinoue 16:37
pgsql: Mention battery-backed cache under hardware selection options. Bruce Momjian 20:20
pgsql: Add comment about the use of EXEC_BACKEND. Bruce Momjian 20:35
pgsql: Only show source file and line numbers to superusers, for Magnus Hagander 21:12

Sept. 24, 2008

Thread Author Time
pgsql: Make sure pg_control is opened in binary mode, to deal with Magnus Hagander 08:59
pgsql: Make sure pg_control is opened in binary mode, to deal with Magnus Hagander 08:59
pgsql: Make sure pg_control is opened in binary mode, to deal with Magnus Hagander 08:59
pgsql: Silence compiler warning caused by recent collation patch. Magnus Hagander 09:00
psqlodbc - psqlodbc: Suppress some compiler warnings. User Hinoue 13:14
pgsql: Fix unportable syntax used in recent patch. Tom Lane 14:40
psqlodbc - psqlodbc: BigEndian support for ucs2(utf-16)<->utf8 User Hinoue 14:46
pgsql: Fix markup tag error, envvar -> envar. Bruce Momjian 16:30
pgsql: Fix more problems with rewriter failing to set Query.hasSubLinks Tom Lane 16:52
pgsql: Fix more problems with rewriter failing to set Query.hasSubLinks Tom Lane 16:52
pgsql: Fix more problems with rewriter failing to set Query.hasSubLinks Tom Lane 16:53
pgsql: Fix more problems with rewriter failing to set Query.hasSubLinks Tom Lane 16:53
Re: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings. Chris Browne 18:45
pgsql: Fix pg_dump bug in the database-level collation patch. Heikki Linnakangas 19:33
Re: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings. Heikki Linnakangas 19:35
pgsql: Fix integral timestamps so the output is consistent in all cases Bruce Momjian 19:46
pgsql: Add documentation about when trigger values NEW/OLD return NULL. Bruce Momjian 19:51

Sept. 25, 2008

Thread Author Time
pgsql: Establish the rule that array types should have the same typdelim Tom Lane 03:28
pgbouncer - pgbouncer: stop playing with -fomit-frame-pointer User Mkz 10:25
pgbouncer - pgbouncer: Backport build fixes from head: - move User Mkz 10:28
pgbouncer - pgbouncer: log changes in 1.2 User Mkz 10:30

Sept. 26, 2008

Thread Author Time
orafce - orafce: [dbms_output] - Fix enable(NULL) to enable the module User Itagaki 00:59
orafce - orafce: Added regression test for dbms_output User Itagaki 01:11
orafce - orafce: Add uninstall script. User Itagaki 01:23
pgsql: Make LIKE throw an error if the escape character is at the end of Tom Lane 02:16
edb-debugger - server: Define _USE_32BIT_TIME_T on Windows/VC++ Dave Page 08:02
edb-debugger - server: Don't try to link with msi.lib under VC++ Dave Page 08:04
edb-debugger - server: Update copyright Dave Page 08:07
orafce - orafce: Install uninstall_orafunc.sql on pgsql/share/contrib User Itagaki 09:49
psqlodbc - psqlodbc: Prep release Version 08.03.0300. User H-saito 13:44
pgsql: Fix pointer-advancement bugs in MS and US cases of new Tom Lane 15:35
libpqtypes - libpqtypes: removed PQtypesObjectHooks.3 and added User Achernow 18:50
libpqtypes - libpqtypes: updated make file so its aware of new man page User Achernow 18:52
libpqtypes - libpqtypes: updated man page to clarify docs - User Achernow 18:55
libpqtypes - libpqtypes: removed reference to old Object Hooks libpq User Achernow 19:15

Sept. 27, 2008

Thread Author Time
libpqtypes - libpqtypes: PGtypeHandler was missing the 'PGtypeProc User Achernow 02:32
pgsql: Compare escaped chars case insensitively for ILIKE - per gripe Andrew Dunstan 16:53
pgsql: Compare escaped chars case insensitively for ILIKE - per gripe Andrew Dunstan 16:57

Sept. 28, 2008

Thread Author Time
npgsql - Npgsql2: Quote uuid constants when used in expression. User Jbcooley 01:27
pgsql: Add hooks to let plugins override the planner's lookups in Tom Lane 19:51
pgsql: Dept of second thoughts: let's make sure that Tom Lane 20:42

Sept. 29, 2008

Thread Author Time
uint - uint: Imported Sources User Rbrad 04:40
uint - uint: New Directory User Rbrad 04:49
uint - uint: New Directory User Rbrad 04:50
uint - uint: New Directory User Rbrad 04:50
uint - uint: Initial checking for the unsigned integer data type. User Rbrad 04:54
uint - uint: Remove data file. User Rbrad 05:01
Re: pgsql: Dept of second thoughts: let's make sure that Simon Riggs 12:47
plproxy - plproxy: final 2.0.7 User Mkz 13:31
npgsql - Npgsql2: Added casts when parameter is null. User Fxjr 15:34
npgsql - Npgsql2: Fixed error message: Backend sent unrecognized User Fxjr 22:38
npgsql - Npgsql2: [npgsql-help][1004020] Backend sent unrecognized User Fxjr 22:41

Sept. 30, 2008

Thread Author Time
npgsql - Npgsql2: use standard literal formatters for strings, booleans, User Jbcooley 03:45
orafce - orafce: README actualisation User Okbob 07:16
pgbouncer - pgbouncer: quiet compiler warning about ptr->int conversion User Mkz 10:17
pgsql: Rewrite the FSM. Heikki Linnakangas 10:52
pgsql: Forgot to bump catalog version in the commit of FSM rewrite. Heikki Linnakangas 11:11
pgsql: Rewrite pg_freespacemap to match the new FSM implementation. Heikki Linnakangas 11:17
pgsql: Fix misspelled comment Tom Lane 12:51
pgsql: Recent patches to pg_ctl broke "pg_ctl restart" for the case Tom Lane 13:14
pgsql: Recent patches to pg_ctl broke "pg_ctl restart" for the case Tom Lane 13:14
pgsql: Recent patches to pg_ctl broke "pg_ctl restart" for the case Tom Lane 13:14
pgsql: Recent patches to pg_ctl broke "pg_ctl restart" for the case Tom Lane 13:14
pgsql: Fix compiler warning (unportable sprintf usage) Tom Lane 14:15
pgsphere - pgsphere: Allow environment variable PG_CONFIG for make User Richtej 14:34
pgsphere - pgsphere: Fix bug 1010485 (operator circle !&& circle) User Richtej 14:34

Oct. 1, 2008

Thread Author Time
pgsql: Fix WAL redo of FSM truncation. Heikki Linnakangas 08:12
pgsql: Suppress an uninitialized-variable warning (not all versions of Tom Lane 14:59
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: Improve tuplestore.c to support multiple concurrent read Tom Lane 19:51
pgsql: Allow pg_regress to be run outside the build tree. Peter Eisentraut 22:38

Oct. 2, 2008

Thread Author Time
Re: pgsql: Allow pg_regress to be run outside the build tree. Tom Lane 05:14
orafce - orafce: Fix bus error in DBMS_PIPE. User Itagaki 06:56
pgsql: Update pg_regress calls in PL checks to handle vpath builds. Peter Eisentraut 08:11
pgsql: Fix function name in pg_freespacemap docs. Heikki Linnakangas 10:26
Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree. Peter Eisentraut 11:51
pgsql: Make the blkno arguments bigints instead of int4s. Heikki Linnakangas 12:20
pgsql: Partial fix for contrib vpath breakage. Tom Lane 12:25
Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree. Tom Lane 12:27
Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree. Peter Eisentraut 13:19
Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree. Tom Lane 13:28
pgsql: Fix improper display of fractional seconds in interval values Tom Lane 13:47
pgsql: Fix improper display of fractional seconds in interval values Tom Lane 13:47
pgsql: Fix improper display of fractional seconds in interval values Tom Lane 13:47
pgsql: Fix improper display of fractional seconds in interval values Tom Lane 13:47
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
npgsql - Npgsql2: Fixed misleading timeout error message. User Fxjr 14:00
Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree. Peter Eisentraut 14:29
Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree. Tom Lane 14:33
pgsql: Update README.HOT to reflect new snapshot tracking and xmin Bruce Momjian 20:59

Oct. 3, 2008

Thread Author Time
Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree. Bjorn Munch 07:29
pgsql: Add relation fork support to pg_relation_size() function. Heikki Linnakangas 07:33
pgsql: Put back the copying of some of the regression test data files Peter Eisentraut 08:00
Re: pgsql: Add relation fork support to pg_relation_size() function. Gregory Stark 09:31
Re: pgsql: Add relation fork support to pg_relation_size() function. Marko Kreen 11:27
Re: pgsql: Add relation fork support to pg_relation_size() function. Tom Lane 12:37
pgsql: Fix coverage targets so that HTML view is reliably updated when Peter Eisentraut 15:35
pgsql: Add regression test for macaddr type. Peter Eisentraut 15:37

Oct. 4, 2008

Thread Author Time
pgsql: Add a note about how to check for bare < and & in SGML docs, Tom Lane 02:19
orafce - orafce: Add regression tests for utl_file. User Itagaki 03:52
npgsql - Npgsql2: Removed build of asp.net providers as well as User Fxjr 05:58
pgsql: Additional string function tests for coverage of oracle_compat.c Peter Eisentraut 13:55
pgsql: Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 21:56

Oct. 5, 2008

Thread Author Time
pgsql: Additional test coverage for boolean type (bool.c) Peter Eisentraut 14:20
pgsql: Additional test coverage for int8 type (int8.c) Peter Eisentraut 14:26
Re: pgsql: Additional test coverage for int8 type (int8.c) Tom Lane 15:22
pgsql: Reverse int8.out and int8-exp-three-digits.out mixup. Peter Eisentraut 15:46
npgsql - Npgsql2: Changed tabs to spaces (4) User Fxjr 17:17
pgsql: Remove obsolete internal functions istrue, isfalse, isnottrue, Peter Eisentraut 17:33
npgsql - Npgsql2: [#1010488] NgsqlParameter of type containing DBNull User Fxjr 17:35
pgsql: Remove some unportable tests Peter Eisentraut 18:56
pgsql: Fix markTargetListOrigin() to not fail on a simple-Var reference Tom Lane 22:20
pgsql: Improve behavior of WITH RECURSIVE with an untyped literal in the Tom Lane 22:50
pgsql: Tweak the overflow checks in integer division functions to Tom Lane 23:18

Oct. 6, 2008

Thread Author Time
pgsql: Fix a missed case in int8-exp-three-digits.out, per buildfarm Tom Lane 00:07
orafce - orafce: Fix out-of-range access in dbms_pipe.db_pipes. User Itagaki 01:52
pgsql: Fix the implicit-RTE code to be able to handle implicit RTEs for Tom Lane 02:12
pgsql: Experimental patch to see if it fixes MSVC builds ... Tom Lane 02:55
npgsql - Npgsql2: removed dependencies on System.Web User Jbcooley 04:07
npgsql - Npgsql2: updated to 2.0 for final release. User Jbcooley 04:15
npgsql - Npgsql2: Updated for 2.0 release User Jbcooley 04:23
pgsql: Random speculation about the reason for PPC64 buildfarm failures: Tom Lane 05:03
Re: pgsql: Add relation fork support to pg_relation_size() function. Heikki Linnakangas 07:02
Re: pgsql: Add relation fork support to pg_relation_size() function. Magnus Hagander 08:02
pgsql: Index FSMs needs to be vacuumed as well. Heikki Linnakangas 08:04
Re: pgsql: Add relation fork support to pg_relation_size() function. Gregory Stark 08:32
Re: pgsql: Add relation fork support to pg_relation_size() function. Heikki Linnakangas 10:32
Re: pgsql: Add relation fork support to pg_relation_size() function. Greg Stark 10:48
Re: pgsql: Add relation fork support to pg_relation_size() function. Tom Lane 12:02
pgsql: Add columns boot_val and reset_val to the pg_settings view, to Magnus Hagander 13:05
pgsql: Editorial improvements to description of pg_settings view. Tom Lane 13:59
pgsql: Use fork names instead of numbers in the file names for Heikki Linnakangas 14:13
pgsql: Fix GetCTEForRTE() to deal with the possibility that the RTE it's Tom Lane 15:15
orafce - orafce: Improve alligment correctness in pipe.c. User Hlipa 15:37
pgsql: When expanding a whole-row Var into a RowExpr during Tom Lane 17:39
pgsql: Fix up ruleutils.c for CTE features. Tom Lane 20:29
psqlodbc - psqlodbc: Remove some compiler warnings thanks to Zoltan User Hinoue 21:46

Oct. 7, 2008

Thread Author Time
pgsql: Fix oversight in recent patch to support multiple read positions Tom Lane 00:05
pgsql: Improve backend flowchart to show more detail. Bruce Momjian 00:19
npgsql - Npgsql2: Provide type information for arrays and ensure that User Jbcooley 00:54
npgsql - Npgsql2: Test for GetFieldType with arrays. User Jbcooley 00:55
orafce - orafce: Add bitand() and fix regression tests. User Itagaki 01:35
pgsql: Improve parser error location for cases where an INSERT or UPDATE Tom Lane 01:47
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: When a relation is moved to another tablespace, we can't assume Heikki Linnakangas 11:16
pgsql: Synced parser. Michael Meskes 12:43
pgsql: Extend CTE patch to support recursive UNION (ie, without ALL). Tom Lane 19:27
pgsql: Improve some of the comments in fsmpage.c. Tom Lane 21:10
pgsql: Update Japanese FAQ. Bruce Momjian 21:26
psqlodbc - psqlodbc: Suppress some complier warnings. User Hinoue 21:45

Oct. 8, 2008

Thread Author Time
pgsql: Modify the parser's error reporting to include a specific hint Tom Lane 01:14
orafce - orafce: Add sinh, cosh, tanh and nanvl. User Itagaki 04:37
orafce - orafce: Change message buffer size and item size from size_t to User Okbob 09:15

Oct. 9, 2008

Thread Author Time
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
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: 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: Improve translatability of error messages for external modules by Alvaro Herrera 17:24
pgsql: New Directory Alvaro Herrera 18:14
pgsql: Add initial plpgsql translation (with lots of fuzzies) Alvaro Herrera 18:15
pgsql: Improve the recently-added code for inlining set-returning Tom Lane 19:27
pgsql: Fix two flaws in comments I just introduced, pointed out by Tom. Alvaro Herrera 22:22
pgsql: Un-break non-NLS builds. Tom Lane 22:23
Re: [COMMITTERS] pgsql: Un-break non-NLS builds. Alvaro Herrera 22:29

Browse Archives

Prev | Next