summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2019-11-06Add "G" (server-side data generation) as an initialization step in pgbench.Fujii Masao
2019-11-05Make StringInfo available to frontend code.Andres Freund
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-04Stabilize pg_dump output order for similarly-named triggers and policies.Tom Lane
2019-10-30pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.Andres Freund
2019-10-30pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.Andres Freund
2019-10-30Fix typos in the codeMichael Paquier
2019-10-28On Windows, use COMSPEC to find the location of cmd.exe.Tom Lane
2019-10-27Fix initialization of fake LSN for unlogged relationsMichael Paquier
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-10-23pg_upgrade: adjust error output to use new database list formatBruce Momjian
2019-10-23Remove last traces of --adduser/--no-adduser in createuserMichael Paquier
2019-10-17Fix parallel restore of FKs to partitioned tablesAlvaro Herrera
2019-10-16Improve the check for pg_catalog.unknown data type in pg_upgradeTomas Vondra
2019-10-16Improve the check for pg_catalog.line data type in pg_upgradeTomas Vondra
2019-10-16Use libc version as a collation version on glibc systems.Thomas Munro
2019-10-14Correct reference to pg_catalog.regtype in pg_upgrade queryTomas Vondra
2019-10-14Check for tables with sql_identifier during pg_upgradeTomas Vondra
2019-10-13Revert "Hack pg_ctl to report postmaster's exit status."Tom Lane
2019-10-10pg_upgrade: Clean up some redundant codePeter Eisentraut
2019-10-09pg_upgrade: clarify the database names in error filesBruce Momjian
2019-10-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2019-10-08Improve test coverage of pg_rewindMichael Paquier
2019-10-07Hack pg_ctl to report postmaster's exit status.Tom Lane
2019-10-07Improve handling and coverage of --no-ensure-shutdown in pg_rewindMichael Paquier
2019-10-05Avoid use of wildcard in pg_waldump's .gitignore.Tom Lane
2019-10-04Fix issues in pg_rewind with --no-ensure-shutdown/--write-recovery-confMichael Paquier
2019-10-04Fix --dry-run mode of pg_rewindMichael Paquier
2019-10-03pgbench: add --partitions and --partition-method options.Amit Kapila
2019-09-30Fix pg_rewind link order issue introduced in 927474ce1a2.Andres Freund
2019-09-30pg_rewind: test new --write-recovery-conf functionalityAlvaro Herrera
2019-09-30pg_rewind: Allow writing recovery configurationAlvaro Herrera
2019-09-27Have pg_rewind run crash recovery before rewindingAlvaro Herrera
2019-09-27Add tab completion for EXPLAIN (SETTINGS) in psqlMichael Paquier
2019-09-25Split out recovery confing-writing code from pg_basebackupAlvaro Herrera
2019-09-24Rework WAL-reading supporting structsAlvaro Herrera
2019-09-18pg_upgrade/test.sh: Quote sed(1) argumentAlvaro Herrera
2019-09-13Add tab completion for CREATE OR REPLACE in psql.Fujii Masao
2019-09-11Fix comment in psql's describe.cMichael Paquier
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-09-09Prevent msys2 conversion of "cmd /c" switch to a file pathAndrew Dunstan
2019-09-06Message style fixesPeter Eisentraut
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-09-04Delay fsyncs of pg_basebackup until the end of backupMichael Paquier
2019-09-03Clarify pg_dump documentationPeter Eisentraut
2019-09-03Improve base backup protocol documentationPeter Eisentraut
2019-09-03pg_checksums: Handle read and write returns correctlyPeter Eisentraut
2019-09-02Handle corner cases correctly in psql's reconnection logic.Tom Lane
2019-08-29Error out on too many command-line argumentsPeter Eisentraut
2019-08-28Disable timeouts when running pg_rewind with online source clusterMichael Paquier