summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-07-20Avoid unportable shell syntax in pg_upgrade's test script.Tom Lane
2018-07-19Improve psql's \d command to show whether index columns are key columns.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-17Rework error messages around file handlingMichael Paquier
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-07-13Dump foreign keys on partitioned tablesAlvaro Herrera
2018-07-13Add pg_dump --on-conflict-do-nothing option.Thomas Munro
2018-07-12Improve two error messagesPeter Eisentraut
2018-07-10Remove dynamic_shared_memory_type=nonePeter Eisentraut
2018-07-09Add pg_rewind --no-syncMichael Paquier
2018-07-09Simplify logic to sync target directory at the end of pg_rewindMichael Paquier
2018-07-09Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera
2018-07-03Add $Test::Builder::Level to pgbench test functionsPeter Eisentraut
2018-07-03Correct commentPeter Eisentraut
2018-07-01Use $Test::Builder::Level in TAP test functionsPeter Eisentraut
2018-06-30perltidy run prior to branchingAndrew Dunstan
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-29psql: show cloned triggers in partitionsAlvaro Herrera
2018-06-26Fix description and documentation related to pg_restore --no-commentsMichael Paquier
2018-06-26Correct handling of fsync failures with tar mode of walmethods.cMichael Paquier
2018-06-25Translation updatesPeter Eisentraut
2018-06-25Address set of issues with errno handlingMichael Paquier
2018-06-22Allow for pg_upgrade of attributes with missing valuesAndrew Dunstan
2018-06-20Add missing includeMagnus Hagander
2018-06-20Support long option for --pgdata in pg_verify_checksumsMagnus Hagander
2018-06-16Use snprintf not sprintf in pg_waldump's timestamptz_to_str.Tom Lane
2018-06-04Put new command-line options into alphabetical orderPeter Eisentraut
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-23Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane
2018-05-21Translation updatesPeter Eisentraut
2018-05-21Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane
2018-05-21pg_basebackup: Remove short option -kPeter Eisentraut
2018-05-20Fix unportable usage of printf("%m").Tom Lane
2018-05-18Message wording and pluralization improvementsPeter Eisentraut
2018-05-18Fix whitespacePeter Eisentraut
2018-05-14psql: have \d show FKs on partitioned tablesAlvaro Herrera
2018-05-10Various improvements of skipping index scan during vacuum technicsTeodor Sigaev
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-05-09Improve inefficient regexes in vacuumdb TAP test.Tom Lane
2018-05-08Improve initdb's query for generating default descriptions a little.Tom Lane
2018-05-05Remove extra newlines after PQerrorMessage()Peter Eisentraut
2018-05-04Allow MSYS as well as MINGW in Msys unameAndrew Dunstan
2018-05-04pg_dump: Use current_database() instead of PQdb()Peter Eisentraut
2018-05-03Fix pg_dump support for pre-8.2 versionsTeodor Sigaev
2018-05-02Fix compiler warning on Windows.Tom Lane
2018-05-01Fix some assorted compiler warnings on Windows.Tom Lane
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-30Ignore file generated during pg_upgrade testingAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut