summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2020-01-15Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut
2020-01-14ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut
2020-01-10pgbench: Make more debug messages use common logging APIMichael Paquier
2020-01-09Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined.Tom Lane
2020-01-08pgbench: Use common logging APIPeter Eisentraut
2020-01-05Minor style improvements for tab-completion test.Tom Lane
2020-01-05Avoid reading ~/.inputrc in tab-completion test, and revert other changes.Tom Lane
2020-01-04Don't try to force TERM to a fixed value in tab-completion test.Tom Lane
2020-01-04In tab-completion test, print out the value of TERM before changing it.Tom Lane
2020-01-04Make tab-completion tests more robust.Tom Lane
2020-01-03Further fixes for tab-completion TAP tests.Tom Lane
2020-01-03Add an ugly workaround for a bug in some recent libedit versions.Tom Lane
2020-01-03pgbench: Improve test descriptionPeter Eisentraut
2020-01-03Minor portability fixes for new TAP script.Tom Lane
2020-01-02Add basic TAP tests for psql's tab-completion logic.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-27Add pg_dump test for triggers on partitioned tablesAlvaro Herrera
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