postgresql/src/bin
Heikki Linnakangas 2a4bbed7b8 Silence compiler warning about pointer type mismatch on some platforms.
timeval.t_sec is of type time_t, which is not always compatible with long.
I'm not sure if this was just harmless warning or a real bug, but this
fixes it, anyway.
2012-10-02 17:46:40 +03:00
..
initdb Fix "too many arguments" messages not to index off the end of argv[]. 2012-09-06 15:52:22 -04:00
pg_basebackup Silence compiler warning about pointer type mismatch on some platforms. 2012-10-02 17:46:40 +03:00
pg_config Make documentation of --help and --version options more consistent 2012-06-18 02:46:59 +03:00
pg_controldata Print the name of the WAL file containing latest REDO ptr in pg_controldata. 2012-07-14 14:22:57 +03:00
pg_ctl Report postmaster.pid file as empty if it is empty, rather than 2012-08-29 17:05:22 -04:00
pg_dump Fix bugs in "restore.sql" script emitted in pg_dump tar output. 2012-09-29 17:56:37 -04:00
pg_resetxlog Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring. 2012-06-26 07:49:02 +03:00
pgevent Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
psql psql: Mark table headers in \drds output for translation 2012-09-29 20:47:05 -04:00
scripts Fix "too many arguments" messages not to index off the end of argv[]. 2012-09-06 15:52:22 -04:00
Makefile Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00