postgresql/src/bin
Tom Lane f455fcfdb8 Avoid unportable strftime() behavior in pg_dump/pg_dumpall.
Commit ad5d46a449 thought that we could
get around the known portability issues of strftime's %Z specifier by
using %z instead.  However, that idea seems to have been innocent of
any actual research, as it certainly missed the facts that
(1) %z is not portable to pre-C99 systems, and
(2) %z doesn't actually act differently from %Z on Windows anyway.

Per failures on buildfarm member hamerkop.

While at it, centralize the code defining what strftime format we
want to use in pg_dump; three copies of that string seems a bit much.
2014-10-26 20:59:21 -04:00
..
initdb initdb: Fix compiler error in USE_PREFETCH case 2014-10-19 00:45:40 -04:00
pg_basebackup Fix typos. 2014-10-20 10:33:16 -04:00
pg_config Translation updates 2014-10-05 23:23:50 -04:00
pg_controldata Forgot #include "pg_getopt.h", now that pg_controldata uses getopt. 2014-10-24 20:41:21 +03:00
pg_ctl pg_ctl: Cast DWORD values to avoid -Wformat warnings. 2014-10-12 23:33:19 -04:00
pg_dump Avoid unportable strftime() behavior in pg_dump/pg_dumpall. 2014-10-26 20:59:21 -04:00
pg_resetxlog Complain if too many options are passed to pg_controldata or pg_resetxlog. 2014-10-24 19:15:57 +03:00
pgevent Properly use DEFAULT_EVENT_SOURCE in pgevent.c 2014-07-21 12:24:00 +02:00
psql Fix undersized result buffer in pset_quoted_string(). 2014-10-26 19:17:55 -04:00
scripts Translation updates 2014-10-05 23:23:50 -04:00
Makefile Update copyright for 2014 2014-01-07 16:05:30 -05:00