summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-08-17pg_upgrade: issue helpful error message for use on standbysBruce Momjian
2018-08-14pg_upgrade: fix shutdown check for standby serversBruce Momjian
2018-08-10Cosmetic cleanups in initdb.c.Tom Lane
2018-08-07Fix pg_upgrade to handle event triggers in extensions correctly.Tom Lane
2018-08-07Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.Tom Lane
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-08-03Remove no-longer-appropriate special case in psql's \conninfo code.Tom Lane
2018-07-31pg_upgrade: fix --check for live source server checksBruce Momjian
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-30Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.Tom Lane
2018-07-28Add verbosity to pg_basebackup for syncMichael Paquier
2018-07-28pg_upgrade: check for clean server shutdownsBruce Momjian
2018-07-28pg_upgrade: report database names with missing extension libsBruce Momjian
2018-07-27Fix handling of pgbench's hash when no argument is providedMichael Paquier
2018-07-24psql: Add option for procedures to \dfPeter Eisentraut
2018-07-23pgbench: Remove duplicate entries from table of builtin functions.Robert Haas
2018-07-23Make more consistent some error messages for file-related operationsMichael Paquier
2018-07-21Further portability hacking in pg_upgrade's test script.Tom Lane
2018-07-21Be more paranoid about quoting in pg_upgrade's test script.Tom Lane
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