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
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 chang
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])
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
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 -> r
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 vi
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