summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2019-12-24Replace use of strerror() with %s by %m in pg_waldumpMichael Paquier
2019-12-21C comment: clarify why psql's help/exit/quit must aloneBruce Momjian
2019-12-17Fix query cancellation handling in psqlMichael Paquier
2019-12-13Modernize our readline API a tad.Tom Lane
2019-12-12(Blindly) tweak new test regexAlvaro Herrera
2019-12-11Emit parameter values during query bind/execute errorsAlvaro Herrera
2019-12-10In pg_ctl, work around ERROR_SHARING_VIOLATION on the postmaster log file.Tom Lane
2019-12-06Improve some comments in pg_upgrade.cMichael Paquier
2019-12-05pg_basebackup: Refactor code for reading COPY and tar data.Robert Haas
2019-12-04Offer pnstrdup to frontend codeAlvaro Herrera
2019-12-04Use carriage returns for data insertion logs in pgbench on terminalMichael Paquier
2019-12-04Remove unnecessary definition of CancelRequested in bin/scripts/Michael Paquier
2019-12-03Fix failures with TAP tests of pg_ctl on WindowsMichael Paquier
2019-12-02Add query cancellation capabilities in pgbench init phaseMichael Paquier
2019-12-02Refactor query cancellation code into src/fe_utils/Michael Paquier
2019-11-30Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-28Add tests for '-f' option in dropdb utility.Amit Kapila
2019-11-28pg_upgrade: adjust error paragraph width to be consistentBruce Momjian
2019-11-28pg_upgrade: improve instructions for fixing incompatible isn useBruce Momjian
2019-11-25Refactor WAL file-reading code into WALRead()Alvaro Herrera
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-22Make psql redisplay the query buffer after \e.Tom Lane
2019-11-21Remove configure --disable-float4-byvalPeter Eisentraut
2019-11-21Allow ALTER VIEW command to rename the column in the view.Fujii Masao
2019-11-21Improve tab-completion for ALTER MATERIALIZED VIEW.Fujii Masao
2019-11-20Add the support for '-f' option in dropdb utility.Amit Kapila
2019-11-19Allow invisible PROMPT2 in psql.Thomas Munro
2019-11-13Handle arrays and ranges in pg_upgrade's test for non-upgradable types.Tom Lane
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-11-07Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane
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