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
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
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
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
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
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]
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
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