summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2015-04-12Free leaked result set in pg_rewindHeikki Linnakangas
2015-04-12Remove duplicated words in comments.Heikki Linnakangas
2015-04-12Move pg_archivecleanup from contrib/ to src/bin/Peter Eisentraut
2015-04-09Show owner of types in psql \dT+Magnus Hagander
2015-04-08Add file_ops.c to GETTEXT_FILES in nls.mk.Fujii Masao
2015-04-08Mark the second argument of pg_log as the translatable string in nls.mk.Fujii Masao
2015-04-07Fix assorted inconsistent function declarations.Tom Lane
2015-04-07Fix reporting of missing or invalid command line arguments in pg_rewind.Heikki Linnakangas
2015-04-07Fix process startup in pg_rewind.Heikki Linnakangas
2015-04-04Fix TAP tests to use only standard command-line argument ordering.Tom Lane
2015-04-03Add log_min_autovacuum_duration per-table optionAlvaro Herrera
2015-04-03Fix error handling of XLogReaderAllocate in case of OOMFujii Masao
2015-04-02psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-04-02Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-03-31Make pg_ctl use SIGINT as a default shutdown signal.Fujii Masao
2015-03-31initdb: remove unnecessary VACUUM FULLBruce Momjian
2015-03-31pg_ctl: change default shutdown mode from 'smart' to 'fast'Bruce Momjian
2015-03-31psql: add asciidoc output formatBruce Momjian
2015-03-30Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan
2015-03-30Clean up all the cruft after a pg_rewind test run.Tom Lane
2015-03-30Fix multiple bugs and infelicities in pg_rewind.Tom Lane
2015-03-29Remove a couple other vestigial yylex() declarations.Tom Lane
2015-03-28Add a pager_min_lines setting to psqlAndrew Dunstan
2015-03-27Fix whitespacePeter Eisentraut
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-25psql: show proper row count in \x mode for zero-column outputBruce Momjian
2015-03-23vacuumdb: Check result status of PQsendQueryAlvaro Herrera
2015-03-23Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas
2015-03-22Allow foreign tables to participate in inheritance.Tom Lane
2015-03-21pg_recvlogical: update --help descriptionBruce Momjian
2015-03-20C comment: clearify SQL command mentionBruce Momjian
2015-03-20vacuumdb --help text: clarify analyze-onlyBruce Momjian
2015-03-20psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off modeBruce Momjian
2015-03-14Remove workaround for ancient incompatibility between readline and libedit.Tom Lane
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-10Clean up the mess from => patch.Tom Lane
2015-03-08Sort SUBDIRS variable in src/bin/MakefilePeter Eisentraut
2015-03-06Rethink function argument sorting in pg_dump.Tom Lane
2015-03-02Fix pg_dump handling of extension config tablesStephen Frost
2015-02-24Error when creating names too long for tar formatPeter Eisentraut
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-02-18Fix placement of "SET row_security" command issuance in pg_dump.Tom Lane
2015-02-18Fix failure to honor -Z compression level option in pg_dump -Fd.Tom Lane
2015-02-12pg_upgrade: preserve freeze info for postgres/template1 dbsBruce Momjian
2015-02-11Fix more memory leaks in failure path in buildACLCommands.Tom Lane
2015-02-11Fix pg_dump's heuristic for deciding which casts to dump.Tom Lane
2015-02-03Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas
2015-02-02Translation updatesPeter Eisentraut