[COMMITTERS] pgsql: pgindent run before PG 9.1 beta 1.

2011-04-10 Thread Bruce Momjian
pgindent run before PG 9.1 beta 1. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/bf50caf105a901c4f83ac1df3cdaf910c26694a4 Modified Files -- contrib/adminpack/adminpack.c | 13 +- contrib/auth_delay/auth_delay.c |6

[COMMITTERS] pgsql: Don't make "replication" magical as a user name, only as a datab

2011-04-10 Thread Andrew Dunstan
Don't make "replication" magical as a user name, only as a database name, in pg_hba.conf. Per gripe from Josh Berkus. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ed557a373c406bbb2a1843544ebbd856ca4cac47 Modified Files -- src/backend/libpq/hba.c |

[COMMITTERS] pgsql: Teach regular expression operators to honor collations.

2011-04-10 Thread Tom Lane
Teach regular expression operators to honor collations. This involves getting the character classification and case-folding functions in the regex library to use the collations infrastructure. Most of this work had been done already in connection with the upper/lower and LIKE logic, so it was a si

Re: [COMMITTERS] pgsql: Adjust regression tests on cube and ECPG for MinGW 64 bit compil

2011-04-10 Thread Tom Lane
Andrew Dunstan writes: > Adjust regression tests on cube and ECPG for MinGW 64 bit compiler. This patch seems to have injected a pile of DOS line endings ... please fix. regards, tom lane -- Sent via pgsql-committers mailing list ([email protected]) To mak

Re: [COMMITTERS] pgsql: Adjust regression tests on cube and ECPG for MinGW 64 bit compil

2011-04-10 Thread Andrew Dunstan
On 04/10/2011 06:07 PM, Tom Lane wrote: Andrew Dunstan writes: Adjust regression tests on cube and ECPG for MinGW 64 bit compiler. This patch seems to have injected a pile of DOS line endings ... please fix. Oh, darnit. sorry. will do cheers andrew -- Sent via

[COMMITTERS] pgsql: Remove CRLF line endings in new cube results file.

2011-04-10 Thread Andrew Dunstan
Remove CRLF line endings in new cube results file. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c1d82a936f6783f4b084810ff22ca01706f8054e Modified Files -- contrib/cube/expected/cube_3.out | 2256 +++--- 1 files changed, 1

[COMMITTERS] pgsql: Insert dummy "break"s to silence compiler complaints.

2011-04-10 Thread Tom Lane
Insert dummy "break"s to silence compiler complaints. Apparently some compilers dislike a case label with nothing after it. Per buildfarm. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7aa3f1d08292d43b983075e190eee964c389e347 Modified Files -- src/back

[COMMITTERS] pgsql: Add some more mapping macros for Microsoft wide-character API.

2011-04-10 Thread Tom Lane
Add some more mapping macros for Microsoft wide-character API. Per buildfarm. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f510fc1d904d3266fd433b49664a7685f4fc89ef Modified Files -- src/include/port/win32.h | 16 1 files changed, 16

[COMMITTERS] pgsql: Adjust regression tests on cube and ECPG for MinGW 64 bit compil

2011-04-10 Thread Andrew Dunstan
Adjust regression tests on cube and ECPG for MinGW 64 bit compiler. Backport to 9.0, we're not supporting this compiler on earlier releases. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/0e754ab366e9a200ef7342dc6ada42ae014a6739 Modified Files --

[COMMITTERS] pgsql: Adjust regression tests on cube and ECPG for MinGW 64 bit compil

2011-04-10 Thread Andrew Dunstan
Adjust regression tests on cube and ECPG for MinGW 64 bit compiler. Backport to 9.0, we're not supporting this compiler on earlier releases. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/210f95f1cd59c6fdfe0f84b922c19d8498ac377d Modified Files -- contri

[COMMITTERS] libpqtypes - libpqtypes: updated copyright, added PQregisterTypes,

2011-04-10 Thread User Achernow
Log Message: --- updated copyright, added PQregisterTypes, PQregisterResult, removed PQregisterTypeHandlers, added man pahes for registerTypes and registerResult, updated AUTHORS to include a maintainers section and added some verbage Modified Files: -- libpqtypes:

[COMMITTERS] libpqtypes - libpqtypes: added PQT_EXPORT to PQregisterTypes function,

2011-04-10 Thread User Achernow
Log Message: --- added PQT_EXPORT to PQregisterTypes function, it was missing Modified Files: -- libpqtypes/src: libpqtypes.h (r1.32 -> r1.33) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/libpqtypes.h?r1=1.32&r2=1.33) -- Sent via

[COMMITTERS] libpqtypes - libpqtypes: added man page link for PQparamDup, links to

2011-04-10 Thread User Achernow
Log Message: --- added man page link for PQparamDup, links to PQparamCreate.3 man page Added Files: --- libpqtypes/docs/man3: PQparamDup.3 (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQparamDup.3?rev=1.1&content-type=text