[COMMITTERS] pgsql: Improve psql's tab completion to handle completing attribute
Log Message: --- Improve psql's tab completion to handle completing attribute names in cases where the relation name was schema-qualified, for example UPDATE foo.bar SET Also support cases where the relation name was quoted unnecessarily, for example UPDATE "foo" SET Greg Sabino Mullane, slightly simplified by myself. Modified Files: -- pgsql/src/bin/psql: tab-complete.c (r1.169 -> r1.170) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.169&r2=1.170) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Improve description of \du and \dg, per suggestion from Harald
Log Message: --- Improve description of \du and \dg, per suggestion from Harald Armin Massa. Modified Files: -- pgsql/src/bin/psql: help.c (r1.123 -> r1.124) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.123&r2=1.124) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pllua - pllua: Added plan:rows(), luaP_todatum now accepts tuple when
Log Message: --- Added plan:rows(), luaP_todatum now accepts tuple when type is complex. Modified Files: -- pllua: pllua.h (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.h.diff?r1=1.14&r2=1.15) plluaapi.c (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/plluaapi.c.diff?r1=1.16&r2=1.17) plluaspi.c (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/plluaspi.c.diff?r1=1.17&r2=1.18) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pllua - pllua: Added documentation for server.rows and plan:rows.
Log Message: --- Added documentation for server.rows and plan:rows. Modified Files: -- pllua/docs: index.html (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/docs/index.html.diff?r1=1.2&r2=1.3) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pllua - pllua: Minor typos.
Log Message: --- Minor typos. Modified Files: -- pllua/docs: index.html (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/docs/index.html.diff?r1=1.3&r2=1.4) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pllua - pllua: Minor fix.
Log Message: --- Minor fix. Modified Files: -- pllua: Makefile (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/Makefile.diff?r1=1.9&r2=1.10) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Enable 64-bit integer datetimes by default, per previous
Log Message: --- Enable 64-bit integer datetimes by default, per previous discussion. This requires a working 64-bit integer type. If such a type cannot be found, "--disable-integer-datetimes" can be used to switch back to the previous floating point-based datetime implementation. Modified Files: -- pgsql: configure (r1.587 -> r1.588) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.587&r2=1.588) configure.in (r1.554 -> r1.555) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.554&r2=1.555) pgsql/doc/src/sgml: config.sgml (r1.173 -> r1.174) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.173&r2=1.174) datatype.sgml (r1.225 -> r1.226) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml?r1=1.225&r2=1.226) installation.sgml (r1.305 -> r1.306) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.305&r2=1.306) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
