summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2019-03-06tableam: Add pg_dump support.Andres Freund
2019-03-06tableam: introduce table AM infrastructure.Andres Freund
2019-03-06Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZEMichael Paquier
2019-03-05Fix pgbench TAP test failure with funky file names (redux)Andrew Dunstan
2019-03-05Remove duplicate macroPeter Eisentraut
2019-03-04Disable dump_connstr test on Msys2Andrew Dunstan
2019-03-04fix thinko in logrotate testAndrew Dunstan
2019-03-03Don't do pg_ctl logrotate test on WindowsAndrew Dunstan
2019-03-03Avoid accidental wildcard expansion in msys shellAndrew Dunstan
2019-03-01Remove tests for pg_dumpall --exclude-database missing argumentAndrew Dunstan
2019-03-01Add extra descriptive headings in pg_dumpallAndrew Dunstan
2019-03-01Add --exclude-database option to pg_dumpallAndrew Dunstan
2019-02-28pg_dump: Fix ArchiveEntry handling of some empty valuesAlvaro Herrera
2019-02-26Simplify some code in pg_rewind when syncing target directoryMichael Paquier
2019-02-25psql: Remove obsolete codePeter Eisentraut
2019-02-18Provide an extra-float-digits setting for pg_dump / pg_dumpallAndrew Dunstan
2019-02-18Fix some issues with TAP tests of pg_basebackup and pg_verify_checksumsMichael Paquier
2019-02-13More unconstify usePeter Eisentraut
2019-02-12Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier
2019-02-10Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane
2019-02-10Repair unsafe/unportable snprintf usage in pg_restore.Tom Lane
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2019-02-07Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan
2019-02-07Use EXECUTE FUNCTION syntax for triggers morePeter Eisentraut
2019-02-07Align better test output regex with grammar in pg_dump TAP testsMichael Paquier
2019-02-06Tighten some regexes with proper character escaping in pg_dump TAP testsMichael Paquier
2019-02-04Fix dumping of matviews with indirect dependencies on primary keys.Tom Lane
2019-02-01Add ArchiveOpts to pass options to ArchiveEntryAlvaro Herrera
2019-01-31Add --min-xid-age and --min-mxid-age options to vacuumdbMichael Paquier
2019-01-30Do not filter by relkind in vacuumdb's catalog query if --table is usedMichael Paquier
2019-01-29Use catalog query to discover tables to process in vacuumdbMichael Paquier
2019-01-28psql: Remove unused tab completion queryPeter Eisentraut
2019-01-28Add tab completion for ALTER INDEX ALTER COLUMN in psqlMichael Paquier
2019-01-27Add TAP tests for vacuumdb with column listsMichael Paquier
2019-01-26Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane
2019-01-24Fix whitespacePeter Eisentraut
2019-01-24Fix portability problem in pgbench.Tom Lane
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-23Fix typo in pgbench.cMichael Paquier
2019-01-23Make vacuumdb test regex more modular for its query outputMichael Paquier
2019-01-21Revert "Fix under-quoted filename pattern in pgbench TAP test."Tom Lane
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-18Fix under-quoted filename pattern in pgbench TAP test.Tom Lane
2019-01-18Avoid assuming that we know the spelling of getopt_long's error messages.Tom Lane
2019-01-15Finish reverting "recheck_on_update" patch.Tom Lane
2019-01-14Detach postmaster process from pg_ctl's session at server startup.Heikki Linnakangas
2019-01-13Change default of recovery_target_timeline to 'latest'Peter Eisentraut
2019-01-10Don't use address of array as booleanAlvaro Herrera
2019-01-10pgbench: add \cset and \gset commandsAlvaro Herrera
2019-01-08Add --disable-page-skipping and --skip-locked to vacuumdbMichael Paquier