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
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
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
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
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)
---
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
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)-
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)
--
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
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
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:
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
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
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
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
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)
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)
17 matches
Mail list logo