summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2015-07-27Fix memory leaks in pg_rewind. Several PQclear() calls were missing.Heikki Linnakangas
2015-07-25Restore use of zlib default compression in pg_dump directory mode.Andrew Dunstan
2015-07-25In pg_ctl, report unexpected failure to stat() the postmaster.pid file.Tom Lane
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-20Improve tab-completion for DROP POLICYAlvaro Herrera
2015-07-12Fix assorted memory leaks.Tom Lane
2015-07-12Optionally don't error out due to preexisting slots in commandline utilities.Andres Freund
2015-07-09Use --debug flag in "remote" pg_rewind regression tests.Heikki Linnakangas
2015-07-09Improve logging of TAP tests.Heikki Linnakangas
2015-07-09Replace use of "diff -q".Noah Misch
2015-07-09Fix null pointer dereference in "\c" psql command.Noah Misch
2015-07-07Fix portability issue in pg_upgrade test script: avoid $PWD.Tom Lane
2015-07-07Add tab-completion for psql meta-commands.Fujii Masao
2015-07-07Add psql PROMPT variable showing the pid of the connected to backend.Andres Freund
2015-07-07Fix pg_recvlogical not to fsync output when it's a tty or pipe.Andres Freund
2015-07-05Make a editorial pass over pgbench's error messages.Tom Lane
2015-07-03Add psql \ev and \sv commands for editing and showing view definitions.Tom Lane
2015-07-03Remove thread-emulation support from pgbench.Heikki Linnakangas
2015-07-03Fix pgbench progress report behaviour when pgbench or a query gets stuck.Heikki Linnakangas
2015-07-03Lift the limitation that # of clients must be a multiple of # of threadsHeikki Linnakangas
2015-07-03Make WAL-related utilities handle .partial WAL files properly.Fujii Masao
2015-07-02Improve pg_restore's -t switch to match all types of relations.Tom Lane
2015-07-02Remove "const" from convertTSFunction()'s return type.Heikki Linnakangas
2015-07-02Plug some trivial memory leaks in pg_dump and pg_upgrade.Heikki Linnakangas
2015-07-02Don't emit a spurious space at end of line in pg_dump of event triggers.Heikki Linnakangas
2015-07-02Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas
2015-07-02Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao
2015-06-29Translation updatesPeter Eisentraut
2015-06-28Don't choke on files that are removed while pg_rewind runs.Heikki Linnakangas
2015-06-28Fix function declaration style to respect the coding standard.Tatsuo Ishii
2015-06-26Remove unnecessary NULL test.Robert Haas
2015-06-23Add missing newline to debug-message.Heikki Linnakangas
2015-06-23pg_rewind: Improve message wordingPeter Eisentraut
2015-06-23pg_basebackup: Remove redundant newline in error messagePeter Eisentraut
2015-06-22psql: Add some tab completion for TABLESAMPLE.Robert Haas
2015-06-22Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch
2015-06-19Add PASSWORD to tab completions for CREATE/ALTER ROLE/USER/GROUP.Robert Haas
2015-06-12Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.Fujii Masao
2015-06-11Fix some issues in pg_rewind.Fujii Masao
2015-06-04Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore.Fujii Masao
2015-05-29pg_upgrade: add missing period in C commentBruce Momjian
2015-05-29initdb -S should now have an explicit check that $PGDATA is valid.Tom Lane
2015-05-29Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane
2015-05-29Adjust initdb to also not consider fsync'ing failures fatal.Tom Lane
2015-05-28Fix pg_rewind's handling of top-level symlinks.Tom Lane
2015-05-28Fix assorted inconsistencies in our calls of readlink().Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-22Remove the new UPSERT command tag and use INSERT instead.Andres Freund
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas