summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2016-05-29Fix missing abort checks in pg_backup_directory.c.Tom Lane
2016-05-29Remove pg_dump/parallel.c's useless "aborting" flag.Tom Lane
2016-05-28Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c.Tom Lane
2016-05-27Clean up thread management in parallel pg_dump for Windows.Tom Lane
2016-05-26Make pg_dump error cleanly with -j against hot standbyMagnus Hagander
2016-05-26Make pg_dump behave more sanely when built without HAVE_LIBZ.Tom Lane
2016-05-26In Windows pg_dump, ensure idle workers will shut down during error exit.Tom Lane
2016-05-25Fix broken error handling in parallel pg_dump/pg_restore.Tom Lane
2016-05-25Do not DROP default roles in pg_dumpall -cStephen Frost
2016-05-25Qualify table usage in dumpTable() and use regclassStephen Frost
2016-05-24Fix typo in TAP test identification string.Tom Lane
2016-05-22psql: Message style improvementsPeter Eisentraut
2016-05-19Pin the built-in index access methods.Tom Lane
2016-05-09Translation updatesPeter Eisentraut
2016-05-08Wording quibbles regarding initdb usernameStephen Frost
2016-05-08Disallow superuser names starting with 'pg_' in initdbStephen Frost
2016-05-07In new pg_dump TAP tests, remove trailing "$" from regexps using /m.Tom Lane
2016-05-07Clean up after pg_dump test runs.Tom Lane
2016-05-07Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane
2016-05-07Disable BLOB test in pg_dump TAP testsStephen Frost
2016-05-06Correct query in pg_dumpall:dumpRolesStephen Frost
2016-05-06Remove MODULES_big from test_pg_dumpStephen Frost
2016-05-06Improve pg_upgrade's report about failure to match up old and new tables.Tom Lane
2016-05-06Add TAP tests for pg_dumpStephen Frost
2016-05-06Only issue LOCK TABLE commands when necessaryStephen Frost
2016-05-06pg_dump performance and other fixesStephen Frost
2016-05-06Correct pg_dump WHERE clause for functions/aggregatesStephen Frost
2016-05-06Fix pgbench's parsing of double values to notice trailing garbage.Tom Lane
2016-05-06Improve handling of numeric-valued variables in pgbench.Tom Lane
2016-05-06Fix psql's \ev and \sv commands so that they handle view reloptions.Dean Rasheed
2016-05-06Move and rename fmtReloptionsArray().Dean Rasheed
2016-05-05Rename pgbench min/max to least/greatest, and fix handling of double args.Tom Lane
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-04-27pg_dump: Message style improvementsPeter Eisentraut
2016-04-25pg_dump: Message style improvementsPeter Eisentraut
2016-04-25Update GETTEXT_FILES after config and controldata refactoringPeter Eisentraut
2016-04-21Add pg_dump support for the new PARALLEL option for aggregates.Robert Haas
2016-04-17Avoid code duplication in \crosstabview.Tom Lane
2016-04-16psql: Add new gettext triggerPeter Eisentraut
2016-04-15Rethink \crosstabview's argument parsing logic.Tom Lane
2016-04-13Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.Tom Lane
2016-04-12Improve coding of column-name parsing in psql's new crosstabview.c.Tom Lane
2016-04-11pg_dump: add missing "destroyPQExpBuffer(query)" in dumpForeignServer().Tom Lane
2016-04-08Support \crosstabview in psqlAlvaro Herrera
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-08Fix improper usage of 'dump' bitmapStephen Frost
2016-04-08In dumpTable, re-instate the skipping logicStephen Frost
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08Add BSD authentication method.Tom Lane
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev