aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix query cancellation handling in psqlMichael Paquier2019-12-17
* Modernize our readline API a tad.Tom Lane2019-12-13
* (Blindly) tweak new test regexAlvaro Herrera2019-12-12
* Emit parameter values during query bind/execute errorsAlvaro Herrera2019-12-11
* In pg_ctl, work around ERROR_SHARING_VIOLATION on the postmaster log file.Tom Lane2019-12-10
* Improve some comments in pg_upgrade.cMichael Paquier2019-12-06
* pg_basebackup: Refactor code for reading COPY and tar data.Robert Haas2019-12-05
* Offer pnstrdup to frontend codeAlvaro Herrera2019-12-04
* Use carriage returns for data insertion logs in pgbench on terminalMichael Paquier2019-12-04
* Remove unnecessary definition of CancelRequested in bin/scripts/Michael Paquier2019-12-04
* Fix failures with TAP tests of pg_ctl on WindowsMichael Paquier2019-12-03
* Add query cancellation capabilities in pgbench init phaseMichael Paquier2019-12-02
* Refactor query cancellation code into src/fe_utils/Michael Paquier2019-12-02
* Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila2019-11-30
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Add tests for '-f' option in dropdb utility.Amit Kapila2019-11-28
* pg_upgrade: adjust error paragraph width to be consistentBruce Momjian2019-11-27
* pg_upgrade: improve instructions for fixing incompatible isn useBruce Momjian2019-11-27
* Refactor WAL file-reading code into WALRead()Alvaro Herrera2019-11-25
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Make psql redisplay the query buffer after \e.Tom Lane2019-11-22
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-21
* Allow ALTER VIEW command to rename the column in the view.Fujii Masao2019-11-21
* Improve tab-completion for ALTER MATERIALIZED VIEW.Fujii Masao2019-11-21
* Add the support for '-f' option in dropdb utility.Amit Kapila2019-11-20
* Allow invisible PROMPT2 in psql.Thomas Munro2019-11-19
* Handle arrays and ranges in pg_upgrade's test for non-upgradable types.Tom Lane2019-11-13
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* Add "G" (server-side data generation) as an initialization step in pgbench.Fujii Masao2019-11-06
* Make StringInfo available to frontend code.Andres Freund2019-11-05
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Stabilize pg_dump output order for similarly-named triggers and policies.Tom Lane2019-11-04
* pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.Andres Freund2019-10-29
* pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.Andres Freund2019-10-29
* Fix typos in the codeMichael Paquier2019-10-30
* On Windows, use COMSPEC to find the location of cmd.exe.Tom Lane2019-10-28
* Fix initialization of fake LSN for unlogged relationsMichael Paquier2019-10-27
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* pg_upgrade: adjust error output to use new database list formatBruce Momjian2019-10-23
* Remove last traces of --adduser/--no-adduser in createuserMichael Paquier2019-10-23
* Fix parallel restore of FKs to partitioned tablesAlvaro Herrera2019-10-17
* Improve the check for pg_catalog.unknown data type in pg_upgradeTomas Vondra2019-10-16
* Improve the check for pg_catalog.line data type in pg_upgradeTomas Vondra2019-10-16
* Use libc version as a collation version on glibc systems.Thomas Munro2019-10-16
* Correct reference to pg_catalog.regtype in pg_upgrade queryTomas Vondra2019-10-15
* Check for tables with sql_identifier during pg_upgradeTomas Vondra2019-10-14
* Revert "Hack pg_ctl to report postmaster's exit status."Tom Lane2019-10-13
* pg_upgrade: Clean up some redundant codePeter Eisentraut2019-10-10
* pg_upgrade: clarify the database names in error filesBruce Momjian2019-10-08