summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2019-01-07initdb: Use atexit()Peter Eisentraut
2019-01-07pg_basebackup: Use atexit()Peter Eisentraut
2019-01-05Fix program build rule in src/bin/scripts/Makefile.Tom Lane
2019-01-04Move the built-in conversions into the initial catalog data.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-12-29pg_rewind: Add missing newline to error messagePeter Eisentraut
2018-12-29Remove redundant translation markersPeter Eisentraut
2018-12-27pg_dump: Add missing newline to error messagePeter Eisentraut
2018-12-25Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS in psqlMichael Paquier
2018-12-23Add completion for storage parameters after CREATE TABLE WITH in psqlMichael Paquier
2018-12-22Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter Eisentraut
2018-12-20Add more tab completion for CREATE TABLE in psqlMichael Paquier
2018-12-18Include ALTER INDEX SET STATISTICS in pg_dumpMichael Paquier
2018-12-17Modernize our code for looking up descriptive strings for Unix signals.Tom Lane