[COMMITTERS] pllua - pllua: Modified raw datum to carry datum instead of datum

2008-03-28 Thread User Carvalho
Log Message: --- Modified raw datum to carry datum instead of datum pointer, added memory context for PL/Lua, and added server.rows. Modified Files: -- pllua: pllua.c (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.c.diff?r1

[COMMITTERS] pgsql: Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug.

2008-03-28 Thread Tom Lane
Log Message: --- Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug. Whatever we do about that, this isn't the path to the solution. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/optimizer/plan: planner.c (r1.226.2.1 -> r1.226.2.2)

[COMMITTERS] pgsql: Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug.

2008-03-28 Thread Tom Lane
Log Message: --- Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug. Whatever we do about that, this isn't the path to the solution. Modified Files: -- pgsql/src/backend/optimizer/plan: planner.c (r1.229 -> r1.230) (http://anoncvs.postgresql.o

[COMMITTERS] veil - veil: Attempted fix for generating diagrams, and general updates

2008-03-28 Thread User Bloodnok
Log Message: --- Attempted fix for generating diagrams, and general updates to file for new versions of Doxygen Modified Files: -- veil/docs: Doxyfile (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1.10&r2=1.1

[COMMITTERS] pgsql: Done: > * -Add ability to trigger on TRUNCATE

2008-03-28 Thread Bruce Momjian
Log Message: --- Done: > * -Add ability to trigger on TRUNCATE Modified Files: -- pgsql/doc: TODO (r1.2404 -> r1.2405) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2404&r2=1.2405) pgsql/doc/src/FAQ: TODO.html (r1.910 -> r1.911)

[COMMITTERS] pgsql: Clarify documentation on PITR and warm standby on the fact that

2008-03-28 Thread Heikki Linnakangas
Log Message: --- Clarify documentation on PITR and warm standby on the fact that the standby restore_command should report failure on non-existent .backup and .history files. Tidy up some related text along the way. Patch by Markus Bertheau, with some editing by Simon Riggs and myself. Mo