aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch2021-09-09
* pgbench: Stop counting skipped transactions as soon as timer is exceeded.Fujii Masao2021-09-10
* Avoid useless malloc/free traffic around getFormattedTypeName().Tom Lane2021-09-08
* In psql tab completion, offer spelled-out commands not abbreviations.Tom Lane2021-09-08
* windows: Only consider us to be running as service if stderr is invalid.Andres Freund2021-09-07
* Further fix psql query-cancel test.Tom Lane2021-09-06
* Remove some unused variables in TAP testsMichael Paquier2021-09-06
* Minor improvements for psql help output.Tom Lane2021-09-04
* Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.Tom Lane2021-09-03
* Remove superfluous variable assignmentDaniel Gustafsson2021-09-02
* Use COPY FREEZE in pgbench for faster benchmark table population.Tatsuo Ishii2021-09-02
* Improve tab-completion for CREATE PUBLICATION.Fujii Masao2021-09-01
* pgbench: Fix bug in measurement of disconnection delays.Fujii Masao2021-09-01
* Don't print extra parens around expressions in extended statsTomas Vondra2021-09-01
* In pg_dump, avoid doing per-table queries for RLS policies.Tom Lane2021-08-31
* Cache the results of format_type() queries in pg_dump.Tom Lane2021-08-31
* Add tab completion for data types after ALTER TABLE ADD [COLUMN] in psqlMichael Paquier2021-08-31
* Refactor one use of IDENTIFY_SYSTEM in WAL streaming code of pg_basebackupMichael Paquier2021-08-31
* psql: Fix name quoting on extended statisticsAlvaro Herrera2021-08-30
* pgbench: Avoid unnecessary measurement of connection delays.Fujii Masao2021-08-30
* Add more tab completion support for ALTER TABLE ADD in psqlMichael Paquier2021-08-30
* psql \dX: reference regclass with "pg_catalog." prefixAlvaro Herrera2021-08-28
* psql \dP: reference regclass with "pg_catalog." prefixAlvaro Herrera2021-08-28
* Avoid invoking PQfnumber in loop constructsDaniel Gustafsson2021-08-27
* psql: Make cancel test more timing robustPeter Eisentraut2021-08-25
* Add tab completion for EXPLAIN .. EXECUTE in psqlMichael Paquier2021-08-25
* Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila2021-08-24
* Improve defaults shown in postgresql.conf.sample and pg_settingsBruce Momjian2021-08-23
* Fix backup manifests to generate correct WAL-Ranges across timelinesMichael Paquier2021-08-23
* psql: Improve portability of query cancel testPeter Eisentraut2021-08-22
* Remove --quiet option from pg_amcheckDaniel Gustafsson2021-08-20
* psql: Add test for query cancelingPeter Eisentraut2021-08-20
* pg_resetwal: Improve numeric command-line argument parsingPeter Eisentraut2021-08-20
* pg_amcheck: Fix block number parsing on command linePeter Eisentraut2021-08-20
* Fix pg_amcheck --skip option parameter handlingDaniel Gustafsson2021-08-18
* Clarify initdb --sync-only help message and docsDaniel Gustafsson2021-08-16
* pg_amcheck: Message style and structuring improvementsPeter Eisentraut2021-08-13
* Add tab completion for DECLARE .. ASENSITIVE in psqlMichael Paquier2021-08-10
* Remove some unnecessary casts in format argumentsPeter Eisentraut2021-08-08
* pg_amcheck: Message style improvementsPeter Eisentraut2021-08-07
* pg_amcheck: Add missing translation markersPeter Eisentraut2021-08-07
* Fix wordingPeter Eisentraut2021-08-06
* process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund2021-08-05
* pgbench: When using pipelining only do PQconsumeInput() when necessary.Andres Freund2021-08-04
* C comment: correct heading of extension queryBruce Momjian2021-08-03
* pg_upgrade: warn about extensions that need updatingBruce Momjian2021-08-03
* Enable TAP tests of pg_receivewal for ZLIB on Windows, take threeMichael Paquier2021-07-31
* Use --no-loop for new calls of pg_receivewal --endpos in TAP testsMichael Paquier2021-07-30
* Avoid calling TestLib::perl2host on a symlinked directoryAndrew Dunstan2021-07-29
* Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan2021-07-29