summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2016-04-08Add a 'parallel_degree' reloption.Robert Haas
2016-04-07In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost
2016-04-07In pg_dump, split "dump" into "dump" and "dump_contains"Stephen Frost
2016-04-07In pg_dump, use a bitmap to represent what to includeStephen Frost
2016-04-07Add new catalog called pg_init_privsStephen Frost
2016-04-06pg_dump: Add table qualifications to some tagsPeter Eisentraut
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-04Add a \gexec command to psql for evaluation of computed queries.Tom Lane
2016-04-03Add psql \errverbose command to see last server error at full verbosity.Tom Lane
2016-04-01pgbench: Remove unused parameterAlvaro Herrera
2016-04-01Add Generic WAL interfaceTeodor Sigaev
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
2016-03-29pgbench: allow a script weight of zeroAlvaro Herrera
2016-03-29pgbench: Remove \setrandom.Robert Haas
2016-03-29Fix portability issues in 86c43f4e22c0771fd0cc6bce2799802c894ee2ec.Tom Lane
2016-03-29pgbench: Support double constants and functions.Robert Haas