[COMMITTERS] npgsql - Npgsql: 2006-04-07 Francisco Figueiredo Jr.

2006-04-07 Thread User Fxjr
Log Message: --- 2006-04-07 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> *NpgsqlCommand.cs: Fixed a bug which prevented CommandTimeout to be correctly set when processing function call commands. Modified Files: -- Npgsql/src/Npgsql: NpgsqlCommand.cs (r1

[COMMITTERS] pgsql: Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR

2006-04-07 Thread Tom Lane
Log Message: --- Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its output, ie, no OR immediately below an OR. Otherwise we get Asserts or wrong answers for cases such as select * from tenk1 a, tenk1 b where (a.ten = b.ten and (a.unique1 = 100 or a.u

[COMMITTERS] pgsql: Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR

2006-04-07 Thread Tom Lane
Log Message: --- Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its output, ie, no OR immediately below an OR. Otherwise we get Asserts or wrong answers for cases such as select * from tenk1 a, tenk1 b where (a.ten = b.ten and (a.unique1 = 100 or a.u

[COMMITTERS] pgsql: Revert getaddrinfo configure changes until we get a solution

2006-04-07 Thread Andrew Dunstan
Log Message: --- Revert getaddrinfo configure changes until we get a solution that is properly tested on Tru64 - pre recent discussion (or lack thereof) on -hackers. Tags: REL8_1_STABLE Modified Files: -- pgsql: configure (r1.461.2.9 -> r1.461.2.10)

[COMMITTERS] pgsql: Revert getaddrinfo configure changes until we get a solution

2006-04-07 Thread Andrew Dunstan
Log Message: --- Revert getaddrinfo configure changes until we get a solution that is properly tested on Tru64 - pre recent discussion (or lack thereof) on -hackers. Modified Files: -- pgsql: configure (r1.485 -> r1.486) (http://developer.postgresql.org/cv

[COMMITTERS] pgsql: Fix pg_dumpall to do something sane when a pre-8.1 installation

2006-04-07 Thread Tom Lane
Log Message: --- Fix pg_dumpall to do something sane when a pre-8.1 installation has identically named user and group: we merge these into a single entity with LOGIN permission. Also, add ORDER BY commands to ensure consistent dump ordering, for ease of comparing outputs from different ins

[COMMITTERS] pgsql: Fix pg_dumpall to do something sane when a pre-8.1 installation

2006-04-07 Thread Tom Lane
Log Message: --- Fix pg_dumpall to do something sane when a pre-8.1 installation has identically named user and group: we merge these into a single entity with LOGIN permission. Also, add ORDER BY commands to ensure consistent dump ordering, for ease of comparing outputs from different ins