summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2017-06-15psql: Improve display of "for all tables" publicationsPeter Eisentraut
2017-06-14Add missing serial commaPeter Eisentraut
2017-06-14Put documentation of options and commands in more alphabetical orderPeter Eisentraut
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
2017-06-13Re-run pgindent.Tom Lane
2017-06-13pg_dump: Allow dumping default collationPeter Eisentraut
2017-06-13pg_dump: Fix harmless type mixupPeter Eisentraut
2017-06-09psql: Update tab completion for ALTER SUBSCRIPTIONPeter Eisentraut
2017-06-08Fix bit-rot in pg_upgrade's test.sh, and improve documentation.Tom Lane
2017-06-08Put new command-line options in alphabetical orderPeter Eisentraut
2017-06-06Fix some cases of "the the" split across two lines.Robert Haas
2017-06-05Fix record length computation in pg_waldump/xlogdump.Andres Freund
2017-06-03Add some missing backslash commands to psql's tab-completion knowledge.Tom Lane
2017-06-02psql: Fix display of whether table is part of publicationPeter Eisentraut
2017-05-31Generate pg_basebackup temporary slot name using backend pidMagnus Hagander
2017-05-29Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.Tom Lane
2017-05-26Fix typo in pg_dump's support for dumping collations from pre-v10 servers.Tom Lane
2017-05-26Fix pg_dump to not emit invalid SQL for an empty operator class.Tom Lane
2017-05-19pg_upgrade: Handle hash index upgrades more smoothly.Robert Haas
2017-05-18pg_dump: Fix dumping of slot_name = NONEPeter Eisentraut
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Revert changes to pg_basebackup and pg_waldump usage() code.Tom Lane
2017-05-17Make psql handle EOF during COPY FROM STDIN properly on all platforms.Tom Lane
2017-05-17psql: publication/subscription tab completion fixesPeter Eisentraut
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-15Translation updatesPeter Eisentraut
2017-05-15Fix bogus syntax for CREATE PUBLICATION commands emitted by pg_dump.Tom Lane
2017-05-15Fix typo in commentMagnus Hagander
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane
2017-05-13Teach \d+ to show partitioning constraints.Robert Haas
2017-05-13Complete tab completion for DROP STATISTICSAlvaro Herrera
2017-05-12Change CREATE STATISTICS syntaxAlvaro Herrera
2017-05-12Standardize "WAL location" terminologyPeter Eisentraut
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-05-12pg_dump: Add --no-publications optionPeter Eisentraut
2017-05-12Rework the options syntax for logical replication commandsPeter Eisentraut
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-05-10psql: Add missing translation markersPeter Eisentraut
2017-05-09Ignore PQcancel errors properlyAlvaro Herrera
2017-05-09pg_dump: Add --no-subscriptions optionPeter Eisentraut
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-05-07pg_dump: Don't leak memory in buildDefaultACLCommands()Stephen Frost
2017-05-05Fix wording in pg_upgrade docsMagnus Hagander
2017-05-05Change the way pg_dump retrieves partitioning infoStephen Frost
2017-05-03Add pg_dump tests for CREATE STATISTICSAlvaro Herrera
2017-05-03pg_dump/t/002: append terminating semicolon to SQL commandsAlvaro Herrera
2017-05-03Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas
2017-04-28psql: Support identity columns in sequence displayPeter Eisentraut