summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-02-14Silence assorted "variable may be used uninitialized" warnings.Tom Lane
2018-02-12psql: give ^D hint for \q in place where \q is ignoredBruce Momjian
2018-02-11Fix assorted errors in pg_dump's handling of extended statistics objects.Tom Lane
2018-02-05Ensure that all temp files made during pg_upgrade are non-world-readable.Tom Lane
2018-02-01psql: Add quit/help behavior/hint, for other tool portabilityBruce Momjian
2018-01-29Avoid misleading psql password prompt when username is multiply specified.Tom Lane
2018-01-25Support --no-comments in pg_dump, pg_dumpall, pg_restore.Tom Lane
2018-01-25Add missing "static" markers.Tom Lane
2018-01-25Clean up some aspects of pg_dump/pg_restore item-selection logic.Tom Lane
2018-01-25Improve pg_dump's handling of "special" built-in objects.Tom Lane
2018-01-23pgbench: Remove accidental garbage in test filePeter Eisentraut
2018-01-23In pg_dump, force reconnection after issuing ALTER DATABASE SET command(s).Tom Lane
2018-01-22Move handling of database properties from pg_dumpall into pg_dump.Tom Lane
2018-01-22Reorder code in pg_dump to dump comments etc in a uniform order.Tom Lane
2018-01-22Make pg_dump's ACL, sec label, and comment entries reliably identifiable.Tom Lane
2018-01-21Support huge pages on WindowsMagnus Hagander
2018-01-19Fix pg_dump version comparisonAlvaro Herrera
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-11Refactor subscription tests to use PostgresNode's wait_for_catchupPeter Eisentraut
2018-01-11Fix Latin spellingPeter Eisentraut
2018-01-10Fix allowing of leading zero on exponents in pgbench test resultsTeodor Sigaev
2018-01-09Improve scripting language in pgbenchTeodor Sigaev
2018-01-09pg_upgrade: prevent check on live cluster from generating errorBruce Momjian
2018-01-05pg_upgrade: remove C commentBruce Momjian
2018-01-05pg_upgrade: revert part of patch for ease of translationBruce Momjian
2018-01-05pg_upgrade: simplify code layout in a few placesBruce Momjian
2018-01-03Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-29Fix typoAlvaro Herrera
2017-12-29Allow leading zero on exponents in pgbench test resultsAndrew Dunstan
2017-12-27Add pow(), aka power(), function to pgbench.Robert Haas
2017-12-21Avoid putting build-location-dependent strings into generated files.Tom Lane
2017-12-14Add approximated Zipfian-distributed random generator to pgbench.Teodor Sigaev
2017-12-01pg_basebackup: Fix progress messages when writing to a filePeter Eisentraut
2017-11-30SQL proceduresPeter Eisentraut
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-28Mark some more functions as pg_attribute_noreturn().Tom Lane
2017-11-22Fix typoMagnus Hagander
2017-11-22Sort default partition to bottom of psql \d+Simon Riggs
2017-11-22Show partition info from psql \d+Simon Riggs
2017-11-21pgbench: fix stats reporting when some transactions are skipped.Tom Lane
2017-11-16Fix bogus logic for checking data dirs' versions within pg_upgrade.Tom Lane
2017-11-16Further refactoring of c.h and nearby files.Tom Lane
2017-11-13Allow running just selected steps of pgbench's initialization sequence.Tom Lane
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-09Add hash partitioning.Robert Haas
2017-11-09Fix bogus logic for checking executables' versions within pg_upgrade.Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-07Remove secondary checkpointSimon Riggs