[COMMITTERS] pgsql: Extensive ECPG documentation improvements

2010-10-10 Thread Peter Eisentraut
Extensive ECPG documentation improvements Satoshi Nagayasu, reviewed and revised by Peter Eisentraut Since this introduces new refentries that we probably don't want to publish as man pages, tweak man page stylesheet to omit man pages without manvolnum element. Peter Eisentraut Branch -- ma

[COMMITTERS] psqlodbc - psqlodbc: Oops forgot to add files for GSSAPI authentication.

2010-10-10 Thread User Hinoue
Log Message: --- Oops forgot to add files for GSSAPI authentication. Modified Files: -- psqlodbc: version.h (r1.167 -> r1.168) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.167&r2=1.168) Added Files: --- psqlodbc

[COMMITTERS] pgsql: Support triggers on views.

2010-10-10 Thread Tom Lane
Support triggers on views. This patch adds the SQL-standard concept of an INSTEAD OF trigger, which is fired instead of performing a physical insert/update/delete. The trigger function is passed the entire old and/or new rows of the view, and must figure out what to do to the underlying tables to

[COMMITTERS] pgsql: Teach psql to do tab completion for names of psql variables.

2010-10-10 Thread Tom Lane
Teach psql to do tab completion for names of psql variables. Completion is supported in the context of \set and when interpolating a variable value using :foo etc. In passing, fix some places in tab-complete.c that weren't following project style for comment formatting. Pavel Stehule, reviewed b

[COMMITTERS] psqlodbc - psqlodbc: add gssapi to extra list.

2010-10-10 Thread Hiroshi Saito
Log Message: --- add gssapi to extra list. Modified Files: -- psqlodbc: Makefile.am (r1.54 -> r1.55) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am?r1=1.54&r2=1.55) -- Sent via pgsql-committers mailing list (pgsql-committers@po

[COMMITTERS] psqlodbc - psqlodbc: Fixed syntax error.

2010-10-10 Thread Hiroshi Saito
Log Message: --- Fixed syntax error. Modified Files: -- psqlodbc: win64.mak (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/win64.mak?r1=1.12&r2=1.13) -- Sent via pgsql-committers mailing list ([email protected]

[COMMITTERS] psqlodbc - psqlodbc: Fixed lib of ver9.0 path.

2010-10-10 Thread Hiroshi Saito
Log Message: --- Fixed lib of ver9.0 path. Modified Files: -- psqlodbc/installer: psqlodbcm_cpu.wxs (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/installer/psqlodbcm_cpu.wxs?r1=1.1&r2=1.2) -- Sent via pgsql-committers maili

[COMMITTERS] pgsql: Improve the planner's simplification of NOT constructs.

2010-10-10 Thread Tom Lane
Improve the planner's simplification of NOT constructs. This patch merges the responsibility for NOT-flattening into eval_const_expressions' processing. It wasn't done that way originally because prepqual.c is far older than eval_const_expressions. But putting this work into eval_const_expressio