summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-08-03Fix compilation error introduced in 0e3770c14c3fb1858192feb7240343cb35ba013cPavan Deolasee
2018-07-31Do not dump TO NODE clause for partition or child tablePavan Deolasee
2018-07-27Ensure qualified name for dumping sequence valuePavan Deolasee
2018-07-27Do not dump DISTRIBUTED BY for partition and inherited tablePavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-11pg_upgrade: Clarify one messagePeter Eisentraut
2017-08-11Remove pgbench's restriction on placement of -M switch.Tom Lane
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-07Translation updatesPeter Eisentraut
2017-08-04Message style improvementsPeter Eisentraut
2017-08-03Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.Tom Lane
2017-08-03Fix build on zlib-less environmentsAlvaro Herrera
2017-08-03Add new files to nls.mk and add translation markersPeter Eisentraut
2017-08-02Fix pg_dump's errno checking for zlib I/OAlvaro Herrera
2017-07-31Fix typoPeter Eisentraut
2017-07-31Fix function comment for dumpACL()Stephen Frost
2017-07-28Include publication owner's name in the output of \dRp+.Tom Lane
2017-07-27Fix psql tab completion for CREATE USER MAPPING.Tom Lane
2017-07-27Standardize describe.c's behavior for no-matching-objects a bit more.Tom Lane
2017-07-27Avoid use of sprintf/snprintf in describe.c.Tom Lane
2017-07-27Sync listDbRoleSettings() with the rest of the world.Tom Lane
2017-07-27Fix very minor memory leaks in psql's command.c.Tom Lane
2017-07-27Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan
2017-07-26Clean up SQL emitted by psql/describe.c.Tom Lane
2017-07-23Fix pg_dump's handling of event triggers.Tom Lane
2017-07-21pg_rewind: Fix some problems when copying files >2GB.Robert Haas
2017-07-21pg_rewind: Fix busted sanity check.Robert Haas
2017-07-19Add static assertions about pg_control fitting into one disk sector.Tom Lane
2017-07-14pg_upgrade i18n: Fix "%s server/cluster" wordingAlvaro Herrera
2017-07-14Fix broken link-command-line ordering for libpgfeutils.Tom Lane
2017-07-14Fix pg_basebackup output to stdout on Windows.Heikki Linnakangas
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-12Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas
2017-07-10Translation updatesAlvaro Herrera
2017-07-09Remove the setup_storm call omitted from last commitTomas Vondra
2017-07-09Remove storm_catalog schemaTomas Vondra
2017-07-07Fix out of date commentMagnus Hagander
2017-07-05Restore linking libpq into pg_ctl on Mingw builds.Tom Lane
2017-07-05pg_ctl: Make failure to complete operation a nonzero exitPeter Eisentraut
2017-07-05psql documentation fixesPeter Eisentraut
2017-06-30Update code comments for pg_xlog -> pg_walPeter Eisentraut
2017-06-28Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer.Tom Lane
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-28Do not require 'public' to exist for pg_dump -cStephen Frost
2017-06-28Merge remote-tracking branch 'remotes/origin/master' into xl10develPavan Deolasee
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-26Reduce pg_ctl's reaction time when waiting for postmaster start/stop.Tom Lane
2017-06-24Restore the regular pgbench transaction scriptsTomas Vondra
2017-06-23Rethink behavior of pg_import_system_collations().Tom Lane