[COMMITTERS] pgsql: Because the change to gettext.

2005-02-28 Thread Bruce Momjian
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/win

[COMMITTERS] pgsql: Tab indent all actions in bcc32.mak, and do it on win32.mak too

2005-02-28 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Tab indent all actions in bcc32.mak, and do it on win32.mak too

2005-02-28 Thread Bruce Momjian
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://develop

[COMMITTERS] autodoc - autodoc: Escape the column datatype for GraphViz output.

2005-02-28 Thread User Rbt
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) postgres

[COMMITTERS] pgsql: snprintf.c has no sys/ioctl.h.

2005-02-28 Thread Bruce Momjian
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) ---

[COMMITTERS] pgsql: Implement max() and min() aggregates for array types.

2005-02-28 Thread Neil Conway
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://deve

[COMMITTERS] autodoc - autodoc: Bump copyright date.

2005-02-28 Thread User Rbt
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)-

[COMMITTERS] autodoc - autodoc: Do a little bit of cleaning on this old and crufty

2005-02-28 Thread User Rbt
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) --

[COMMITTERS] pgsql: Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit

2005-02-28 Thread Bruce Momjian
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/co

[COMMITTERS] pgsql: Un-break configure snprintf tests (partly my fault, partly

2005-02-28 Thread Tom Lane
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

[COMMITTERS] pgsql: Revert the logic for expanding AND/OR conditions in pred_test()

2005-02-28 Thread Tom Lane
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:

[COMMITTERS] pgsql: Revert the logic for expanding AND/OR conditions in pred_test()

2005-02-28 Thread Tom Lane
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

[COMMITTERS] pgsql: And while we are on it, I would like to submit minor changes to

2005-02-28 Thread Bruce Momjian
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://devel

[COMMITTERS] pgsql: Adjust OR indexscan logic to not generate redundant

2005-02-28 Thread Tom Lane
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 Octobe

[COMMITTERS] pgsql: Adjust OR indexscan logic to not generate redundant

2005-02-28 Thread Tom Lane
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 Octobe

[COMMITTERS] pgsql: Done: > * -Make src/port/snprintf.c thread-safe

2005-02-28 Thread Bruce Momjian
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)

[COMMITTERS] pgsql: Make snprintf() use already-defined int64/uint64 typedefs rather

2005-02-28 Thread Bruce Momjian
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)