[COMMITTERS] pgsql: Because the change to gettext.
Log Message: --- Because the change to gettext. Needs a bunch of new includes. Patch follows: Magnus Hagander Modified Files: -- pgsql/src/interfaces/libpq: win32.c (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/win32.c.diff?r1=1.13&r2=1.14) ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] pgsql: Tab indent all actions in bcc32.mak, and do it on win32.mak too
Log Message: --- Tab indent all actions in bcc32.mak, and do it on win32.mak too for consistency. Backpatch only bcc32.mak to 8.0.X. Modified Files: -- pgsql/src/interfaces/libpq: bcc32.mak (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/bcc32.mak.diff?r1=1.13&r2=1.14) win32.mak (r1.31 -> r1.32) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/win32.mak.diff?r1=1.31&r2=1.32) ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql: Tab indent all actions in bcc32.mak, and do it on win32.mak too
Log Message: --- Tab indent all actions in bcc32.mak, and do it on win32.mak too for consistency. Backpatch only bcc32.mak to 8.0.X. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/libpq: bcc32.mak (r1.11.4.2 -> r1.11.4.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/bcc32.mak.diff?r1=1.11.4.2&r2=1.11.4.3) ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] autodoc - autodoc: Escape the column datatype for GraphViz output.
Log Message: --- Escape the column datatype for GraphViz output. Reported by Kevin Pierce. Modified Files: -- autodoc: dot.tmpl (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/dot.tmpl.diff?r1=1.1.1.1&r2=1.2) postgresql_autodoc.pl (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/postgresql_autodoc.pl.diff?r1=1.9&r2=1.10) ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] pgsql: snprintf.c has no sys/ioctl.h.
Log Message: --- snprintf.c has no sys/ioctl.h. Trivial patch below: Magnus Hagander Modified Files: -- pgsql/src/port: snprintf.c (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.6&r2=1.7) ---(end of broadcast)--- TIP 8: explain analyze is your friend
[COMMITTERS] pgsql: Implement max() and min() aggregates for array types.
Log Message: --- Implement max() and min() aggregates for array types. Patch from Koju Iijima, reviewed by Neil Conway. Catalog version number bumped, regression tests updated. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.238 -> r1.239) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.238&r2=1.239) pgsql/src/backend/utils/adt: arrayfuncs.c (r1.115 -> r1.116) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/arrayfuncs.c.diff?r1=1.115&r2=1.116) pgsql/src/include/catalog: catversion.h (r1.256 -> r1.257) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h.diff?r1=1.256&r2=1.257) pg_aggregate.h (r1.48 -> r1.49) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_aggregate.h.diff?r1=1.48&r2=1.49) pg_proc.h (r1.351 -> r1.352) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h.diff?r1=1.351&r2=1.352) pgsql/src/include/utils: array.h (r1.51 -> r1.52) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/array.h.diff?r1=1.51&r2=1.52) pgsql/src/test/regress/expected: arrays.out (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/arrays.out.diff?r1=1.23&r2=1.24) pgsql/src/test/regress/sql: arrays.sql (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/arrays.sql.diff?r1=1.18&r2=1.19) ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[COMMITTERS] autodoc - autodoc: Bump copyright date.
Log Message: --- Bump copyright date. Modified Files: -- autodoc: postgresql_autodoc.pl (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/postgresql_autodoc.pl.diff?r1=1.8&r2=1.9) ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] autodoc - autodoc: Do a little bit of cleaning on this old and crufty
Log Message: --- Do a little bit of cleaning on this old and crufty code. Modified Files: -- autodoc: postgresql_autodoc.pl (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/postgresql_autodoc.pl.diff?r1=1.7&r2=1.8) ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql: Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit
Log Message: --- Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit tests so its output can be used to select the proper printf outputs. Modified Files: -- pgsql: configure (r1.428 -> r1.429) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.428&r2=1.429) configure.in (r1.401 -> r1.402) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.401&r2=1.402) ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql: Un-break configure snprintf tests (partly my fault, partly
Log Message: --- Un-break configure snprintf tests (partly my fault, partly Bruce's). Modified Files: -- pgsql: configure.in (r1.402 -> r1.403) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.402&r2=1.403) configure (r1.429 -> r1.430) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.429&r2=1.430) ---(end of broadcast)--- TIP 8: explain analyze is your friend
[COMMITTERS] pgsql: Revert the logic for expanding AND/OR conditions in pred_test()
Log Message: --- Revert the logic for expanding AND/OR conditions in pred_test() to what it was in 7.4, and add some comments explaining why it has to be this way. I broke it for OR'd index predicates in a fit of code cleanup last summer. Per example from Sergey Koshcheyev. Modified Files: -- pgsql/src/backend/optimizer/path: indxpath.c (r1.167 -> r1.168) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/indxpath.c.diff?r1=1.167&r2=1.168) ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] pgsql: Revert the logic for expanding AND/OR conditions in pred_test()
Log Message: --- Revert the logic for expanding AND/OR conditions in pred_test() to what it was in 7.4, and add some comments explaining why it has to be this way. I broke it for OR'd index predicates in a fit of code cleanup last summer. Per example from Sergey Koshcheyev. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/optimizer/path: indxpath.c (r1.167 -> r1.167.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/indxpath.c.diff?r1=1.167&r2=1.167.4.1) ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql: And while we are on it, I would like to submit minor changes to
Log Message: --- And while we are on it, I would like to submit minor changes to make snprintf() vsnprintf() and printf() functions in src/port/snprintf.c thread-safe. Nicolai Tufar Modified Files: -- pgsql/src/port: snprintf.c (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.7&r2=1.8) ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql: Adjust OR indexscan logic to not generate redundant
Log Message: --- Adjust OR indexscan logic to not generate redundant condition-free OR indexscans involving partial indexes. These would always be dominated by a simple indexscan on such an index, so there's no point in considering them. Fixes overoptimism in a patch I applied last October. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/optimizer/path: orindxpath.c (r1.64 -> r1.64.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/orindxpath.c.diff?r1=1.64&r2=1.64.4.1) ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql: Adjust OR indexscan logic to not generate redundant
Log Message: --- Adjust OR indexscan logic to not generate redundant condition-free OR indexscans involving partial indexes. These would always be dominated by a simple indexscan on such an index, so there's no point in considering them. Fixes overoptimism in a patch I applied last October. Modified Files: -- pgsql/src/backend/optimizer/path: orindxpath.c (r1.64 -> r1.65) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/orindxpath.c.diff?r1=1.64&r2=1.65) ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] pgsql: Done: > * -Make src/port/snprintf.c thread-safe
Log Message: --- Done: > * -Make src/port/snprintf.c thread-safe Modified Files: -- pgsql/doc: TODO (r1.1455 -> r1.1456) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1455&r2=1.1456) ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql: Make snprintf() use already-defined int64/uint64 typedefs rather
Log Message: --- Make snprintf() use already-defined int64/uint64 typedefs rather than defining its own. Modified Files: -- pgsql/src/port: snprintf.c (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.8&r2=1.9) ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
