aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix warning in TAP test of pg_verifybackupMichael Paquier2021-10-06
* Flexible options for CREATE_REPLICATION_SLOT.Robert Haas2021-10-05
* Flexible options for BASE_BACKUP.Robert Haas2021-10-05
* psql: Improve tab-completion for LOCK TABLE.Fujii Masao2021-10-05
* Update our mapping of Windows time zone names some more.Tom Lane2021-10-04
* Update our mapping of Windows time zone names using CLDR info.Tom Lane2021-10-02
* Re-alphabetize the win32_tzmap[] array.Tom Lane2021-10-02
* pgbench: Fix handling of socket errors during benchmark.Fujii Masao2021-09-29
* pgbench: Correct log level of message output when socket wait method fails.Fujii Masao2021-09-29
* Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columnsMagnus Hagander2021-09-28
* Support amcheck of sequencesPeter Eisentraut2021-09-28
* Split macros from visibilitymap.h into a separate headerAlexander Korotkov2021-09-23
* Fix some issues with TAP tests for postgres -CMichael Paquier2021-09-22
* Improve some check logic in pg_receivewalMichael Paquier2021-09-18
* Clarify some errors in pg_receivewal when closing WAL segmentsMichael Paquier2021-09-17
* Disable test for postgres -C on MsysMichael Paquier2021-09-17
* Support "postgres -C" with runtime-computed GUCsMichael Paquier2021-09-16
* Fix incorrect format placeholdersPeter Eisentraut2021-09-15
* Add regression tests for csvlog with the logging collectorMichael Paquier2021-09-13
* 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