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

2011-04-12 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. Backported from commit ed557a373c406bbb2a1843544ebbd856ca4cac47. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/290bb9b61c64afdb7b733837c0a

[COMMITTERS] libpqtypes - libpqtypes: remove the orig_xxx and regtype members from

2011-04-12 Thread User Achernow
Log Message: --- remove the orig_xxx and regtype members from PGtypeHanlder struct since it was only there to support connreset event, which was yanked. Modified Files: -- libpqtypes: ChangeLog (r1.58 -> r1.59) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/

[COMMITTERS] libpqtypes - libpqtypes: removed the extra 4 members from the

2011-04-12 Thread User Achernow
Log Message: --- removed the extra 4 members from the pg_handlers static declare in handler.c Modified Files: -- libpqtypes/src: handler.c (r1.27 -> r1.28) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/handler.c?r1=1.27&r2=1.28) --

[COMMITTERS] libpqtypes - libpqtypes: removed -no-undefined from ldflags in

2011-04-12 Thread User Achernow
Log Message: --- removed -no-undefined from ldflags in Makefile.am Modified Files: -- libpqtypes: ChangeLog (r1.59 -> r1.60) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.59&r2=1.60) Makefile.am (r1.22 -> r1.23)

[COMMITTERS] pgsql: Pass collations to functions in FunctionCallInfoData, not FmgrIn

2011-04-12 Thread Tom Lane
Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Since collation is effectively an argument, not a property of the function, FmgrInfo is really the wrong place for it; and this becomes critical in cases where a cached FmgrInfo is used for varying purposes that might need differe

[COMMITTERS] libpqtypes - libpqtypes: shortened lines that exceeded 78 characters

2011-04-12 Thread User Achernow
Log Message: --- shortened lines that exceeded 78 characters wide. Bets to stay below 78 chars for display purposes, including the source code browser on the libpqtypes.esilo.com website Modified Files: -- libpqtypes/src: datetime.c (r1.11 -> r1.12) (ht

[COMMITTERS] pgsql: Fix broken pg_dump query.

2011-04-12 Thread Tom Lane
Fix broken pg_dump query. The 8.4 branch failed when talking to 7.0 servers. Per testing requested by Bruce. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a2f9219e7053bf2395c50b198379d1073dbc2298 Modified Files -- src/bin/pg_dump/pg_dump.c |

[COMMITTERS] pgsql: Add some useful cross-references to the CREATE EXTENSION referen

2011-04-12 Thread Tom Lane
Add some useful cross-references to the CREATE EXTENSION reference page. Per a suggestion from Josh Kupershmidt, though I modified his patch quite a lot. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/dd95a1d3dd52cb9848d54ab9962156f666c4ca39 Modified Files